body {
  font-family: "Sarabun", sans-serif;
  background-color: white !important;
  margin-left: 0;
  margin-right: 0;
  min-width: 1340px;
    color: black;
}
/* html {
  -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
} */
main {
  min-width: 1340px;
}

/* #main_container{
  margin-top: -1700px !important;
} */
/*C3 Scrollbar */

/* width */

::-webkit-scrollbar {
  width: 15px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #ebd9ff;
  border-radius: 10px;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #ae4dbe;
}

/*C3 Scrollbar */

@media print {
  @page {
    size: landscape;
  }

  html,
  body {
    width: 21cm;
    height: 29.7cm;
  }
}

.container_main {
  max-width: 1340px;
  min-width: 1340px;
}

.max__min_width_main {
  max-width: 1600px;
  min-width: 1340px;
}

/* c3 dropdown */

.nav .button-dropdown {
  position: relative;
}

.dropdown-menu {
  width: 100%;
  background-color: #fccad0;
  text-align: center;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.dropdown-menu li {
  width: 100%;
  text-align: left;
}

.menu_active {
  background-image: url("../images/bg/bg_menu_active.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 121px;
  height: 98px;
}
.dropdown-menu li a {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}

.nav li a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #999;
}

.nav .dropdown-menu li a:hover {
  background-color: #f74a83;
  border-radius: 5%;
  width: 100%;
}

.nav .ma_zoom:hover {
  background-color: #8f030c85;
}

.nav li .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.nav li .dropdown-menu.active {
  display: block;
}

/* c3 dropdown */

/* cut text */
.multi-line-2truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.multi-line-3truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.multi-line-1truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/* cut text */
.hr_yellow {
  background-color: rgb(255, 222, 23);
  width: 37px;
  height: 7px;
}

.rhombus {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.triangle {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.input_s {
  border-radius: 10px 0px 0px 10px;
  background-color: rgb(234, 240, 240);
  box-shadow: 0px 4px 1.94px 0.06px rgba(111, 108, 108, 0.35);
  width: 400px;
  height: 63px;
  padding-left: 18px;
}
.slick-header .slick-dots li.slick-active button {
  background: #ffc03d;
  width: 31px;
  height: 31px;
  text-align: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.slick-header .slick-dots li button {
  background: #ffffff;
  text-align: center;
  width: 31px;
  height: 31px;
  cursor: pointer;
  color: transparent;
  outline: none;
  padding: 0px;
  border-radius: 16px;
}

.slick-header .slick-dots {
  bottom: -37px;
  width: auto;
  left: 25px;
}
.slick-header .slick-dots li {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  padding: 0px;
  cursor: pointer;
}

.slick-header .slick-dots li button:before {
  content: " ";
}

.slick-vdo .slick-prev::before {
  content: "";
  height: 50px;
  width: 39px;
  background: url("../images/icon/prev3.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.slick-vdo .slick-next::before {
  content: "";
  height: 50px;
  width: 39px;
  background: url("../images/icon/next3.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.slick-vdo .slick-prev {
  left: -50px;
  z-index: 1;
}
.slick-vdo .slick-next {
  right: -30px;
  z-index: 1;
}

.hilight-item .slick-prev::before {
  content: "";
  height: 28px;
  width: 28px;
  background: url("../images/icon/prev01.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.hilight-item .slick-next::before {
  content: "";
  height: 28px;
  width: 28px;
  background: url("../images/icon/next01.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}
.hilight-item .slick-prev {
  z-index: 1;
  left: 570px;
  top: 563px;
}
.hilight-item .slick-next {
  z-index: 1;
  right: 58px;
  top: 563px;
}
.hilight-item .slick-dots li.slick-active button {
  background: #e23e73;
  text-align: center;
  width: 17px;
  height: 18px;
}

.hilight-item .slick-dots {
  left: -10px;
  bottom: -45px;
  width: 206px;
  height: 45px;
  border-radius: 40px;
  padding-top: 1px;
}
.hilight-item .slick-dots li button {
  background: white;
  height: 14px;
  text-align: center;
  width: 14px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 100%;
}

.hilight-item .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px -4px;
  padding: 0px;
  cursor: pointer;
  z-index: 5;
  margin-left: -3px;
  /* margin-right: 5px; */
}

.hilight-item .slick-dots li button:before {
  font-family: "slick";
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 0px;
  height: 0px;
  content: "";
  text-align: center;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.activity-items .slick-prev::before {
  content: "";
  height: 47px;
  width: 47px;
  background: url("../images/icon/prev01.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.activity-items .slick-next::before {
  content: "";
  height: 47px;
  width: 47px;
  background: url("../images/icon/next01.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.activity-items .slick-prev {
  left: -16px;
  z-index: 1;
  top: 45%;
}
.activity-items .slick-next {
  right: -12px;
  z-index: 1;
  top: 45%;
}
.activity-items .slick-track {
  padding: 0px 4px;
}
.bn-journal .slick-prev::before {
  content: "";
  height: 64px;
  width: 64px;
  background: url("../images/icon/prev.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.bn-journal .slick-next::before {
  content: "";
  height: 64px;
  width: 64px;
  background: url("../images/icon/next.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}
.bn-journal .slick-prev {
  left: -55px;
  z-index: 1;
  top: 40%;
}
.bn-journal .slick-next {
  right: -10px;
  z-index: 1;
  top: 40%;
}
.bn01-items .slick-prev::before {
  content: "";
  height: 44px;
  width: 44px;
  background: url("../images/icon/prev4.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.bn01-items .slick-next::before {
  content: "";
  height: 44px;
  width: 44px;
  background: url("../images/icon/next4.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}
.bn01-items .slick-prev {
  left: 44.5%;
  z-index: 1;
  top: 120%;
}
.bn01-items .slick-next {
  right: 47.5%;
  z-index: 1;
  top: 120%;
}
.bn01-items .slick-list.draggable {
  height: 205px;
  padding-top: 10px;
  padding-left: 10px;
}

.bn02-items .slick-prev::before {
  content: "";
  height: 34px;
  width: 34px;
  background: url("../images/icon/prev5.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.bn02-items .slick-next::before {
  content: "";
  height: 34px;
  width: 34px;
  background: url("../images/icon/next5.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}
.bn02-items .slick-prev {
  top: 75px;
  left: -35px;
  z-index: 1;
}
.bn02-items .slick-next {
  top: 75px;
  right: -10px;
  z-index: 1;
}

.souvenirs-items .slick-prev::before,
.otop-items .slick-prev::before {
  content: "";
  height: 47px;
  width: 47px;
  background: url("../images/icon/prev01.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.souvenirs-items .slick-next::before,
.otop-items .slick-next::before {
  content: "";
  height: 47px;
  width: 47px;
  background: url("../images/icon/next01.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.souvenirs-items .slick-prev {
  left: -77px;
  top: 40%;
}
.souvenirs-items .slick-next {
  right: -70px;
  top: 40%;
}
.otop-items .slick-prev {
  left: 2px;
}
.otop-items .slick-next {
  right: 40px;
}

.title_news {
  background-color: #3cb879;
}
/* .menu_news_title :nth-child(3) {
  background-color: #66b6cf;
} */
.title_news_active {
  background-color: #03ac15 !important;
  box-shadow: 2px 4px 4px #00000047;
}
.title_news_active .text_news {
  color: #99ff33 !important;
}
.title_news .text_news {
  color: #99ff33;
}

.title_news_triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 35px 0 35px;
  border-color: #25ad05 transparent transparent transparent;
  transform: rotate(0deg);
}

.title_main_active {
  background-color: #0054a5;
  color: white;
  border-color: white !important;
}
.title_main {
  color: #034565;
  background-color: white;
}
.title_main_active .bg_title_main_01,
.title_main_active .bg_title_main_02 {
  display: block;
}
.title_main .bg_title_main_01,
.title_main .bg_title_main_02 {
  display: none;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 23.5px solid transparent;
  border-left: 30px solid rgb(255, 179, 18);
  border-bottom: 23.5px solid transparent;
}
.bg-main-data {
  border-radius: 30px;
  background-color: #ffff;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.35);
  width: 951px;
  height: 695px;
  border: 25px solid #79b6e5;
}

.hr_green {
  background-color: rgb(36, 210, 2);
  width: 699px;
  height: 1px;
}

.title_crf {
  color: #016A4C;
  background-color: #3CEC97;
  position: relative;
  top: 12px;
  z-index: 1;
}

.title_crf_active {
  background-color: #04BF4A !important;
  color: white !important;
  z-index: 5;
}
.title_crf_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #04BF4A transparent transparent transparent;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.bg_crf {
  border-style: solid;
  border-radius: 30px;
  background-color: #21CA79;
  width: 1010px;
  height: 730px;
}

.bg_data_crf {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 9.7px 0.3px rgba(171, 175, 177, 0.35);
  width: 957px;
  height: 636px;
}

.title_book {
  background-color: #0072bb;
}
.title_book_active {
  background-color: #09a5e0 !important;
}
.title_book_active .text_book {
  color: #fec52d !important;
}
.title_book .text_book {
  color: #fec52d;
}
.title_book_triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #09a5e0 transparent transparent transparent;
  transform: rotate(0deg);
}
.active_vdo {
  background-color: #faa806;
  border-radius: 1.5rem;
  padding-left: 1.5rem /* 24px */;
  padding-right: 1.5rem /* 24px */;
  box-shadow: 0px 3px 0px 0px rgba(96, 96, 96, 0.35);
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  margin-top: -8px;
}
.active_vdo > *:last-child {
  display: none;
}
.active_vdo .text-vdo {
  color: white;
}
.active_souvenirs {
  background-color: #faa806;
  border-radius: 1.5rem;
  padding-left: 2em !important;
  padding-right: 4rem !important;
  box-shadow: 0px 3px 0px 0px rgba(96, 96, 96, 0.35);
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  margin-top: -8px;
}
.active_souvenirs > *:last-child {
  display: none;
}
.active_souvenirs .text-souvenirs {
  color: white;
}
.triangle_vdo {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #faa806 transparent transparent transparent;
  transform: rotate(0deg);
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.bn-items .slick-track {
  margin: 20px;
}
.bn-items .slick-prev {
  left: -20px;
  z-index: 1;
  top: 46%;
}
.bn-items .slick-next {
  right: 10px;
  z-index: 1;
  top: 46%;
}
.bn-items .slick-next::before {
  content: "";
  height: 64px;
  width: 64px;
  background: url("../images/icon/next.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.bn-items .slick-prev::before {
  content: "";
  height: 64px;
  width: 64px;
  background: url("../images/icon/prev.png");
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
}

.data-web .active-web {
  width: 0px;
  height: 100%;
  background: #f25663;
  transition: width 1s;
}

.data-web:hover .active-web {
  width: 35px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.slider-nav-thumbnails .slick-slide {
  width: 65px !important;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
  transform: scale(1.3);
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
  border-color: #b5cde7 !important;
}
.slider-nav-thumbnails .slick-list {
  padding-top: 25px;
  padding-left: 15px;
  padding-bottom: 9px;
}
.slider-nav-thumbnails .slick-track {
  margin: 0 auto;
  width: fit-content !important;
  transform: translate3d(0, 0, 0) !important;
}

.bn_bg_item {
  width: 1150px;
}

@media screen and (max-width: 1536px) {
  .bn_bg_item {
    width: 1020px;
  }
}

.nav-menu-active {
  background-color: rgb(247, 120, 67);
  height: 104px;
  position: absolute;
  width: 100%;
  top: 0;
  box-shadow: 0px 7px 0px 0px rgba(167, 175, 175, 0.5);
  border-bottom-left-radius: 40%;
  border-bottom-right-radius: 40%;
}
.nav-menu-active a {
  width: 100%;
  justify-content: center;
  height: 100%;
  margin-top: -10px;
}

.zoominheader {
  width: 100%;
  height: 909px;
  text-align: center;
  background-size: auto;
  background-attachment: fixed;
  background-repeat: repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 30s ease-in infinite;
  animation: zoomin 30s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.zoomoutheader {
  width: 100%;
  height: 909px;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 30s ease-in infinite;
  animation: zoomout 30s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
} /*End of Zoom out Keyframes */

.box_shadow05100 {
  box-shadow: 0px 5px 10px 0px rgba(109, 105, 105, 0.35);
}

/* paginattion */
.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 12px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination .active a,
.pagination a:hover {
  background-color: #1563a7;
  color: white;
}

.pagination .active a {
  color: white;
  cursor: default;
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
  color: #94999e;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a,
.pagination li:first-child span {
  /* border-left-width: 1px; */
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 10px 0 0 10px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 10px 10px 0;
}

/* endpaginattion */

.person-list > .box {
  display: inline-block;
  width: 250px;
  margin: 20px;
  box-sizing: border-box;
  vertical-align: top;
}

.lightbox:focus {
  pointer-events: none;
  outline: 0;
}

.img-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(38, 40, 52, 0.9);
  text-align: center;
  display: none;
  z-index: 9999999999999;
  animation: pop-in;
  animation-duration: 0.5s;
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -ms-animation: pop-in 0.5s;
}

.img-popup img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 99vh;
  box-shadow: 3px 3px 10px black;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.lightboxfadeout {
  animation: fadeout;
  animation-duration: 0.5s;
  -webkit-animation: fadeout 0.5s;
  -moz-animation: fadeout 0.5s;
  -ms-animation: fadeout 0.5s;
}

#kothing-editor_details {
  border-radius: 10px !important;
}

.scollnotab::-webkit-scrollbar {
  width: 0 !important;
}

.menu_active_header {
  background: #32ccfe;
  color: white;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.menu_active_header p {
  padding-top: 18px;
}

.menu-news-active {
  color: white;
  padding: 5px 20px;
  background-color: #ff69b3;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.menu-news-active .sub-menu-news {
  display: flex !important;
}
.sub-menu-news {
  display: none !important;
}

.menu-people-active {
  color: white !important;
  background: #e165a4;
  padding: 3px 16px 3px 16px;
  border-radius: 50px;
}

.menu-people-active .icon-menu-people {
  opacity: 1;
}

.menu-people:hover {
  color: black;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px,
    rgb(255, 255, 255) 1.75517px 0.958851px 0px,
    rgb(255, 255, 255) 1.0806px 1.68294px 0px,
    rgb(255, 255, 255) 0.141474px 1.99499px 0px,
    rgb(255, 255, 255) -0.832294px 1.81859px 0px,
    rgb(255, 255, 255) -1.60229px 1.19694px 0px,
    rgb(255, 255, 255) -1.97998px 0.28224px 0px,
    rgb(255, 255, 255) -1.87291px -0.701566px 0px,
    rgb(255, 255, 255) -1.30729px -1.5136px 0px,
    rgb(255, 255, 255) -0.421592px -1.95506px 0px,
    rgb(255, 255, 255) 0.567324px -1.91785px 0px,
    rgb(255, 255, 255) 1.41734px -1.41108px 0px,
    rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.menu-people:hover .icon-menu-people {
  opacity: 1;
}

.menu-service-active {
  color: black !important;
  background: #e165a4;
  padding: 3px 20px 3px 20px;
  border-radius: 50px;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px,
    rgb(255, 255, 255) 1.75517px 0.958851px 0px,
    rgb(255, 255, 255) 1.0806px 1.68294px 0px,
    rgb(255, 255, 255) 0.141474px 1.99499px 0px,
    rgb(255, 255, 255) -0.832294px 1.81859px 0px,
    rgb(255, 255, 255) -1.60229px 1.19694px 0px,
    rgb(255, 255, 255) -1.97998px 0.28224px 0px,
    rgb(255, 255, 255) -1.87291px -0.701566px 0px,
    rgb(255, 255, 255) -1.30729px -1.5136px 0px,
    rgb(255, 255, 255) -0.421592px -1.95506px 0px,
    rgb(255, 255, 255) 0.567324px -1.91785px 0px,
    rgb(255, 255, 255) 1.41734px -1.41108px 0px,
    rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.menu-service-active .icon-menu-service {
  opacity: 1;
}

.menu-service:hover .icon-menu-service {
  opacity: 1;
}
.menu-service:hover {
  color: black !important;
  background: #b9cbd9;
  padding: 3px 20px 3px 20px;
  border-radius: 50px;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px,
    rgb(255, 255, 255) 1.75517px 0.958851px 0px,
    rgb(255, 255, 255) 1.0806px 1.68294px 0px,
    rgb(255, 255, 255) 0.141474px 1.99499px 0px,
    rgb(255, 255, 255) -0.832294px 1.81859px 0px,
    rgb(255, 255, 255) -1.60229px 1.19694px 0px,
    rgb(255, 255, 255) -1.97998px 0.28224px 0px,
    rgb(255, 255, 255) -1.87291px -0.701566px 0px,
    rgb(255, 255, 255) -1.30729px -1.5136px 0px,
    rgb(255, 255, 255) -0.421592px -1.95506px 0px,
    rgb(255, 255, 255) 0.567324px -1.91785px 0px,
    rgb(255, 255, 255) 1.41734px -1.41108px 0px,
    rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  font-size: 24px;
  font-size: 24px;
}
.menu-book-active {
  color: #440bfa !important;
}

.box-pictures:hover .box-pictures-children {
  height: 100%;
  opacity: 1;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 1;
  animation-duration: 8s;
  animation-delay: 0.3s;
  animation-name: shine;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* .shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
} */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.parallax {
  background-image: url("../images/people.jpg");
  min-height: 480px;
  background-attachment: fixed;
  background-position: center;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}



/* lazyimg */
.lazy-image {
  position: relative;
  overflow: hidden;
}
.lazy-image-preview, .lazy-image-full {
  min-width: 100%;
  min-height: 100%;
}
.lazy-image-full {
  position: absolute;
  top: 0;
  left: 0;
}
.lazy-image-preview {
  filter: blur(1rem);
  transform: scale(1.1);
}
.lazy-image-full {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease-in-out, transform 0.8s ease-in-out;
}
.lazy-image-full-loaded {
  opacity: 1;
  transform: scale(1);
}

.hoverfootertext:hover{
  cursor: pointer;
  color: #0054a5;
  text-shadow: rgb(236, 87, 99) 1px 0px 0px,
    rgb(236, 87, 99) 1.75517px 0.958851px 0px,
    rgb(236, 87, 99) 1.0806px 1.68294px 0px,
    rgb(236, 87, 99) 0.141474px 1.99499px 0px,
    rgb(236, 87, 99) -0.832294px 1.81859px 0px,
    rgb(236, 87, 99) -1.60229px 1.19694px 0px,
    rgb(236, 87, 99) -1.97998px 0.28224px 0px,
    rgb(236, 87, 99) -1.87291px -0.701566px 0px,
    rgb(236, 87, 99) -1.30729px -1.5136px 0px,
    rgb(236, 87, 99) -0.421592px -1.95506px 0px,
    rgb(236, 87, 99) 0.567324px -1.91785px 0px,
    rgb(236, 87, 99) 1.41734px -1.41108px 0px,
    rgb(236, 87, 99) 1.92034px -0.558831px 0px;
}

.se-wrapper-inner {
  background-color: white !important;
}

.sun-editor {
  border: none !important;
}