@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=Noto+Sans+KR:wght@100..900&display=swap");
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
html[lang=ko-KR] body {
  font-family: "Noto Sans KR", sans-serif !important;
}

html[lang=th] body {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
}

html[lang=en-US] body {
  font-family: "Roboto", sans-serif !important;
}

:root {
  --cms-body-family: "Roboto", "IBM Plex Sans Thai", sans-serif;
  --e-global-typography-primary-font-family: "Roboto", "IBM Plex Sans Thai",
  	sans-serif;
  --cms-accent-regular: #0e23d5;
  --cms-accent-darken: #0e0598;
  --cms-primary-regular: #0e23d5;
  --cms-primary-darken: #0e23d5;
  --cms-primary-lighten: #0e23d5;
  --cms-secondary-regular: #f3843c;
  --cms-secondary-darken: #f37806;
  --cms-secondary-lighten: #f6fbf9;
  --cms-heading-regular: #222222;
  --cms-heading-lighten: #282828;
  --cms-link-regular: #0e23d5;
  --cms-body-hover: #0e0598;
  --cms-body-active: #0e0598;
}

body {
  font-family: "Roboto", "IBM Plex Sans Thai", sans-serif !important;
}
body * {
  box-sizing: border-box;
}

.menu-color {
  color: #ffffff !important;
}

.cms-primary-menu-dropdown {
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .cms-primary-menu-dropdown {
    column-gap: 8px;
  }
}

@media (min-width: 1280px) {
  .cms-primary-menu-dropdown > li {
    margin: 0 18px;
  }
}

.cms-primary-menu-dropdown > li > a {
  color: #1b1a1a !important;
}
@media (min-width: 1280px) {
  .cms-primary-menu-dropdown > li > a {
    color: #ffffff !important;
  }
}

.cms-primary-menu-dropdown > li:hover > a {
  color: #1b1a1a !important;
}
@media (min-width: 1280px) {
  .cms-primary-menu-dropdown > li:hover > a {
    color: #ffffff !important;
  }
}

.cms-primary-menu-dropdown > li > a::before {
  background-color: #1b1a1a !important;
}
@media (min-width: 1280px) {
  .cms-primary-menu-dropdown > li > a::before {
    background-color: #ffffff !important;
  }
}

#cms-header-wrap {
  background: var(--e-global-color-accent);
}

.cms-header.header-sticky-show:not([class*=" bg-"]) {
  background: var(--e-global-color-accent);
}

#cms-main {
  margin: 0 auto;
  max-width: 1920px;
}

#mastmenu li:hover .main-menu-toggle {
  background-color: var(--e-global-color-accent);
}

#mastmenu .main-menu-toggle {
  display: none;
}
@media screen and (max-width: 1200px) {
  #mastmenu .main-menu-toggle {
    display: flex;
  }
}
#mastmenu .main-menu-toggle:hover {
  background-color: var(--e-global-color-accent);
}

#main-section {
  color: white;
  padding-top: 30px;
  overflow: hidden;
}
#main-section .btnBackStart {
  display: none;
}
#main-section .btnBackLocation {
  display: none;
}
#main-section .e-con-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#main-section.current .btnBackLocation .elementor-button,
#main-section.current .btnBackStart .elementor-button {
  background: transparent;
}
#main-section.current #box-location {
  max-width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  transition: all 0.3s;
  width: 10%;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-location {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    transition: all 0s;
  }
}
#main-section.current #box-location:hover:before {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#main-section.current #box-location.on {
  max-width: 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  width: 90%;
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-location.on {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
#main-section.current #box-location.on .btnBackStart {
  display: block;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-location.on .btnBackStart {
    display: none;
  }
}
#main-section.current #box-location.on .elem-location {
  left: 10%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: calc(90% - 30px);
  max-width: 1440px;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-location.on .elem-location {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
#main-section.current #box-location.off {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-location.off {
    overflow: visible;
  }
}
#main-section.current #box-location.off .elem-location {
  -webkit-transform: translate(-120%, -50%);
  -moz-transform: translate(-120%, -50%);
  -o-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-location.off .elem-location {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    overflow: visible;
  }
}
#main-section.current #box-problem {
  max-width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  transition: all 0.3s;
  width: 10%;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-problem {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    transition: all 0s;
  }
}
#main-section.current #box-problem:hover:before {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#main-section.current #box-problem.on {
  max-width: 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  width: 90%;
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-problem.on {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
#main-section.current #box-problem.on .btnBackLocation {
  display: block;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-problem.on .btnBackLocation {
    display: none;
  }
}
#main-section.current #box-problem.on .elem-position {
  left: 10%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: calc(90% - 30px);
  max-width: 1440px;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-problem.on .elem-position {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: block;
  }
}
#main-section.current #box-problem.off {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-problem.off {
    overflow: visible;
  }
}
#main-section.current #box-problem.off .elem-position {
  -webkit-transform: translate(120%, -50%);
  -moz-transform: translate(120%, -50%);
  -o-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  #main-section.current #box-problem.off .elem-position {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    overflow: visible;
    display: none;
  }
}
#main-section #box-location {
  height: 720px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 30px;
  position: relative;
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 1200px) {
  #main-section #box-location {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    height: auto;
  }
}
#main-section #box-location:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0052ff;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-top-left-radius: 60px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 60px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#main-section #box-location:hover:before {
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
}
@media screen and (max-width: 1200px) {
  #main-section #box-location:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#main-section #box-location .elem-location {
  position: absolute;
  width: 630px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0s;
}
@media screen and (max-width: 1440px) {
  #main-section #box-location .elem-location {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-location .elem-location {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main-section #box-location .elem-location .content-list-location {
  position: relative;
  width: 630px;
}
@media screen and (max-width: 1440px) {
  #main-section #box-location .elem-location .content-list-location {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-location .elem-location .content-list-location {
    width: 100%;
  }
}
#main-section #box-location .elem-location .content-card-location {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(120%, -50%);
  -moz-transform: translate(120%, -50%);
  -o-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  width: calc(100% - 630px);
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.2s;
  -khtml-transition: transform 0.3s 0.2s;
  -moz-transition: transform 0.3s 0.2s;
  -ms-transition: transform 0.3s 0.2s;
  -o-transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
}
@media screen and (max-width: 1440px) {
  #main-section #box-location .elem-location .content-card-location {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-location .elem-location .content-card-location {
    display: none;
    position: relative;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
#main-section #box-location .elem-location .content-card-location.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1200px) {
  #main-section #box-location .elem-location .content-card-location.show {
    display: block;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  position: relative;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location > img,
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location {
    max-width: 560px;
  }
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li.active {
  opacity: 1;
  pointer-events: auto;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  aspect-ratio: 800/600;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .thumbnal {
  position: relative;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .thumbnal > img,
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .thumbnal > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .thumbnal img {
  object-fit: cover;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 80px 120px 20px 20px;
  font-size: 16px;
  z-index: 2;
  text-shadow: 0 0 30px rgb(0, 0, 0);
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 100%);
  background-repeat: repeat-x;
}
@media screen and (max-width: 1440px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition {
    padding: 40px 100px 15px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition {
    padding: 30px 15px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition {
    padding: 30px 10px 10px 10px;
  }
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition h4 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #ffffff;
  font-size: 20px;
  font-family: "Roboto", "IBM Plex Sans Thai", sans-serif;
}
@media screen and (max-width: 1440px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition h4 {
    font-size: 14px;
  }
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .text-description {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.5em !important;
}
@media screen and (max-width: 880px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .text-description {
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .text-description {
    margin-bottom: 10px;
  }
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .text-description.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .btn-toggle-wrapper {
  display: none;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .btn-more {
  margin: 0;
  padding: 0;
  line-height: 1em;
  min-height: 1em;
  background: transparent;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .btn-less {
  margin: 0;
  padding: 0;
  line-height: 1em;
  min-height: 1em;
  background: transparent;
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .btn-popup-location {
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  float: right;
  border: solid 1px #4ca7f8;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  min-height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 1440px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .btn-popup-location {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .btn-popup-location {
    position: unset;
    width: 80px;
    height: 36px;
    min-height: 20px;
    -webkit-border-radius: 36px;
    -khtml-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
  }
}
#main-section #box-location .elem-location .content-card-location .ul-thumbnal-location li .item .card .descrition .btn-popup-location:hover {
  background-color: #4ca7f8;
  color: #ffffff;
}
#main-section #box-location .list-location {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 880px) {
  #main-section #box-location .list-location {
    gap: 0;
    margin: 0 -8px;
  }
}
@media screen and (max-width: 767px) {
  #main-section #box-location .list-location {
    gap: 0;
  }
}
@media screen and (max-width: 575px) {
  #main-section #box-location .list-location {
    margin: 0 -4px;
  }
}
@media screen and (max-width: 880px) {
  #main-section #box-location .list-location li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 15px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 575px) {
  #main-section #box-location .list-location li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  #main-section #box-location .list-location li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#main-section #box-location .list-location li label {
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
#main-section #box-location .list-location li label input {
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
#main-section #box-location .list-location li label input:checked + .li-flex {
  color: #0e0598;
  background-color: white;
}
#main-section #box-location .list-location li label input:checked + .li-flex .icon {
  border-color: #0e0598;
}
#main-section #box-location .list-location li label input:checked + .li-flex .icon img {
  filter: none;
}
#main-section #box-location .list-location li label .li-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 5px;
  max-width: 170px;
  border: solid 1px white;
  color: white;
  padding: 8px 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 880px) {
  #main-section #box-location .list-location li label .li-flex {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main-section #box-location .list-location li label .li-flex {
    max-width: 100%;
    padding: 8px 10px;
  }
}
#main-section #box-location .list-location li label .li-flex:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px 0 30px 0;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #main-section #box-location .list-location li label .li-flex:before {
    border-radius: 20px 0 20px 0;
  }
}
#main-section #box-location .list-location li label .li-flex .icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main-section #box-location .list-location li label .li-flex .icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
}
#main-section #box-location .list-location li label .li-flex .icon img {
  object-fit: contain;
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  #main-section #box-location .list-location li label .li-flex .icon img {
    width: 40px;
    height: 40px;
  }
}
#main-section #box-location .list-location li label .li-flex .text {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  line-height: 1em;
  line-height: 1.2em;
  font-weight: 500;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  #main-section #box-location .list-location li label .li-flex .text {
    font-size: 14px;
  }
}
#main-section #box-location .list-location li label:hover .li-flex {
  color: #4453d9;
}
#main-section #box-location .list-location li label:hover .li-flex:before {
  width: calc(100% + 20px);
  top: -10px;
  left: -10px;
  height: calc(100% + 20px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #main-section #box-location .list-location li label:hover .li-flex:before {
    width: calc(100% + 10px);
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
  }
}
#main-section #box-location .list-location li label:hover .li-flex .icon {
  border-color: #0e0598;
}
#main-section #box-location .list-location li label:hover .li-flex .icon img {
  filter: none;
}
#main-section #box-problem {
  padding: 30px;
  height: 720px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  width: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    height: auto;
  }
}
#main-section #box-problem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0e0598;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 60px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 60px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 0;
}
#main-section #box-problem:hover:before {
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#main-section #box-problem .elem-position {
  position: absolute;
  width: 630px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0s;
}
@media screen and (max-width: 1440px) {
  #main-section #box-problem .elem-position {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem .elem-position {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main-section #box-problem .elem-position .content-list-problem {
  position: relative;
  width: 630px;
}
@media screen and (max-width: 1440px) {
  #main-section #box-problem .elem-position .content-list-problem {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem .elem-position .content-list-problem {
    width: 100%;
  }
}
#main-section #box-problem .elem-position .content-card-problem {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(120%, -50%);
  -khtml-transform: translate(120%, -50%);
  -moz-transform: translate(120%, -50%);
  -ms-transform: translate(120%, -50%);
  -o-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  width: calc(100% - 630px);
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.2s;
  -khtml-transition: transform 0.3s 0.2s;
  -moz-transition: transform 0.3s 0.2s;
  -ms-transition: transform 0.3s 0.2s;
  -o-transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
}
@media screen and (max-width: 1440px) {
  #main-section #box-problem .elem-position .content-card-problem {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem .elem-position .content-card-problem {
    display: none;
    position: relative;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
#main-section #box-problem .elem-position .content-card-problem.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem .elem-position .content-card-problem.show {
    display: block;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  position: relative;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal > img,
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal {
    max-width: 560px;
  }
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li.active {
  opacity: 1;
  pointer-events: auto;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  aspect-ratio: 800/600;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .thumbnal {
  position: relative;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .thumbnal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .thumbnal > img,
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .thumbnal > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .thumbnal img {
  object-fit: cover;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 80px 120px 20px 20px;
  font-size: 16px;
  z-index: 2;
  width: 100%;
  text-shadow: 0 0 30px rgb(0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 100%);
  background-repeat: repeat-x;
}
@media screen and (max-width: 1440px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition {
    padding: 40px 100px 15px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition {
    padding: 30px 15px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition {
    padding: 30px 10px 10px 10px;
  }
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition h4 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #ffffff;
  font-size: 20px;
  font-family: "Roboto", "IBM Plex Sans Thai", sans-serif;
}
@media screen and (max-width: 1440px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition h4 {
    font-size: 14px;
  }
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition .text-description {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.5em !important;
}
@media screen and (max-width: 880px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition .text-description {
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition .text-description {
    margin-bottom: 10px;
  }
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition .text-description.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition .btn-popup-problem {
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 20px;
  border: solid 1px #4ca7f8;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  float: right;
}
@media screen and (max-width: 1440px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition .btn-popup-problem {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition .btn-popup-problem {
    position: unset;
    width: 80px;
    height: 36px;
    min-height: 20px;
    -webkit-border-radius: 36px;
    -khtml-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
  }
}
#main-section #box-problem .elem-position .content-card-problem .ul-thumbnal li .item .card .descrition .btn-popup-problem:hover {
  background-color: #4ca7f8;
  color: #ffffff;
}
#main-section #box-problem .list-problem {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 880px) {
  #main-section #box-problem .list-problem {
    gap: 0;
    margin: 0 -8px;
  }
}
@media screen and (max-width: 767px) {
  #main-section #box-problem .list-problem {
    gap: 0;
  }
}
@media screen and (max-width: 575px) {
  #main-section #box-problem .list-problem {
    margin: 0 -4px;
  }
}
@media screen and (max-width: 880px) {
  #main-section #box-problem .list-problem li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 15px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 575px) {
  #main-section #box-problem .list-problem li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  #main-section #box-problem .list-problem li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#main-section #box-problem .list-problem li label {
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
#main-section #box-problem .list-problem li label input {
  position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
#main-section #box-problem .list-problem li label input:checked + .li-flex {
  color: #0e0598;
  background-color: white;
}
#main-section #box-problem .list-problem li label input:checked + .li-flex .icon {
  border-color: #0e0598;
}
#main-section #box-problem .list-problem li label input:checked + .li-flex .icon img {
  filter: none;
}
#main-section #box-problem .list-problem li label .li-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 5px;
  max-width: 190px;
  border: solid 1px white;
  color: white;
  padding: 8px 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (max-width: 880px) {
  #main-section #box-problem .list-problem li label .li-flex {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main-section #box-problem .list-problem li label .li-flex {
    max-width: 100%;
    padding: 8px 10px;
  }
}
#main-section #box-problem .list-problem li label .li-flex:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px 0 30px 0;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #main-section #box-problem .list-problem li label .li-flex:before {
    border-radius: 20px 0 20px 0;
  }
}
#main-section #box-problem .list-problem li label .li-flex .icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main-section #box-problem .list-problem li label .li-flex .icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
}
#main-section #box-problem .list-problem li label .li-flex .icon img {
  object-fit: contain;
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  #main-section #box-problem .list-problem li label .li-flex .icon img {
    width: 40px;
    height: 40px;
  }
}
#main-section #box-problem .list-problem li label .li-flex .text {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  line-height: 1.2em;
  font-weight: 500;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  #main-section #box-problem .list-problem li label .li-flex .text {
    font-size: 14px;
  }
}
#main-section #box-problem .list-problem li label:hover .li-flex {
  color: #0e23d5;
}
#main-section #box-problem .list-problem li label:hover .li-flex:before {
  width: calc(100% + 20px);
  top: -10px;
  left: -10px;
  height: calc(100% + 20px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #main-section #box-problem .list-problem li label:hover .li-flex:before {
    width: calc(100% + 10px);
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
  }
}
#main-section #box-problem .list-problem li label:hover .li-flex .icon {
  border-color: #0e0598;
}
#main-section #box-problem .list-problem li label:hover .li-flex .icon img {
  filter: none;
}

.box_reset_main {
  display: none;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .box_reset_main {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

.popup-problem {
  width: 1200px;
  max-width: 1200px;
}

#elementor-popup-modal-1010 .dialog-widget-content {
  max-width: 96%;
}
#elementor-popup-modal-1010 .elementor-widget-media-carousel {
  height: 100% !important;
}
#elementor-popup-modal-1010 .dialog-widget-content {
  overflow: hidden;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
}
#elementor-popup-modal-1010 .dialog-lightbox-message {
  width: 100% !important;
  height: 100% !important;
}
#elementor-popup-modal-1010 .problem-media-slide.e-con .elementor-widget.e-widget-swiper {
  height: 100%;
}
#elementor-popup-modal-1010 .elementor-element .elementor-swiper,
#elementor-popup-modal-1010 .elementor-lightbox .elementor-swiper {
  height: 100%;
}
#elementor-popup-modal-1010 .elementor-skin-carousel .elementor-main-swiper,
#elementor-popup-modal-1010 .elementor-skin-coverflow .elementor-main-swiper {
  height: 100%;
}
#elementor-popup-modal-1010 .list-popup {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  #elementor-popup-modal-1010 .list-popup {
    max-width: 560px;
  }
}
#elementor-popup-modal-1010 .list-popup li .d-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 5px;
  max-width: 160px;
  border: solid 1px #0e23d5;
  color: #0e23d5;
  padding: 8px 12px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
#elementor-popup-modal-1010 .list-popup li .d-wrap .icon {
  width: 34px;
  height: 34px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 34px;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  border: solid 1px #0e23d5;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
}
#elementor-popup-modal-1010 .list-popup li .d-wrap .text {
  font-size: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  line-height: 1em;
}

#carouselProductPhoto .elementor-swiper-button {
  border-color: white;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1882352941);
}
#carouselProductPhoto .elementor-swiper-button:not(.swiper-button-disabled):hover {
  border-color: var(--e-global-color-484971e);
  background-color: var(--e-global-color-484971e);
}
#carouselProductPhoto .elementor-swiper-button-next:not(.swiper-button-disabled):hover::before,
#carouselProductPhoto .elementor-swiper-button-prev:not(.swiper-button-disabled):hover::before {
  color: white;
}
#carouselProductPhoto .swiper-pagination {
  padding-bottom: 20px;
}
#carouselProductPhoto .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
#carouselProductPhoto .swiper-pagination .swiper-pagination-bullet {
  border-color: white;
  width: 8px;
  height: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1882352941);
}

.lang-switcher {
  position: relative;
}
.lang-switcher .lang-toggle {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-switcher .lang-toggle .arrow-down {
  font-size: 12px;
}
.lang-switcher .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  min-width: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 999;
}
.lang-switcher .lang-dropdown li a {
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
  gap: 5px;
}
.lang-switcher .lang-dropdown li a .flag {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lang-switcher .lang-dropdown li a .flag.flag_th {
  background-image: url("../images/flags/th-lg.png") !important;
}
.lang-switcher .lang-dropdown li a .flag.flag_en {
  background-image: url("../images/flags/us-lg.png") !important;
}
.lang-switcher .lang-dropdown li a .flag.flag_ko {
  background-image: url("../images/flags/kr-lg.png") !important;
}
.lang-switcher .lang-dropdown li a .lang-code {
  font-size: 12px;
}
.lang-switcher .lang-dropdown li a:hover {
  background-color: #f3f3f3;
}
.lang-switcher.open .lang-dropdown {
  display: block;
}

.menu-site-footer .cms-title {
  margin-bottom: 10px !important;
}

.site-header-item .lang-toggle {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
}
.site-header-item .lang-flag {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-header-item .lang-flag.lang-flag_th {
  background-image: url("../images/flags/th-lg.png") !important;
}
.site-header-item .lang-flag.lang-flag_en {
  background-image: url("../images/flags/us-lg.png") !important;
}
.site-header-item .lang-flag.lang-flag_ko {
  background-image: url("../images/flags/kr-lg.png") !important;
}

.header-sticky-show .site-header-item .lang-toggle {
  color: #fff !important;
}

.site-header .cms-header-main .site-branding img {
  max-width: 197px;
}
@media screen and (max-width: 767px) {
  .site-header .cms-header-main .site-branding img {
    max-width: 150px;
  }
}

.company-history-list .e-loop-item {
  cursor: pointer;
}

.company-history-list {
  padding-left: 120px;
  padding-top: 20px;
  height: 440px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 880px) {
  .company-history-list {
    height: unset;
    overflow-y: unset;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company-history-list {
    padding-left: 0;
    padding-right: 20px;
  }
}
.company-history-list::-webkit-scrollbar {
  display: none;
}
.company-history-list .e-loop-item {
  position: relative;
  font-size: 24px;
  padding: 25px 0px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .company-history-list .e-loop-item {
    margin-left: 70px;
  }
}
.company-history-list .e-loop-item strong {
  position: relative;
}
.company-history-list .e-loop-item strong::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #4ca7f8;
  background: transparent;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.company-history-list .e-loop-item strong::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  border: 1px solid #ffffff;
  background: transparent;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 0.3s ease;
}
.company-history-list .e-loop-item.active strong::after {
  transform: translateY(-50%) scale(1);
}
@media screen and (max-width: 880px) {
  .company-history-list .e-loop-item.active .box_history_mobile {
    display: block;
  }
}
.company-history-list .box_history_mobile {
  display: none;
}
@media screen and (max-width: 880px) {
  .company-history-list .box_history_mobile {
    display: none;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-history-list .box_history_mobile {
    font-size: 17px;
  }
}
.company-history-list .box_history_mobile .thumbnail_img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  -webkit-border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.company-history-list .box_history_mobile .thumbnail_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-history-list .box_history_mobile .text {
  color: white;
  margin-top: 20px;
}

.wraper_history {
  display: block;
}
@media screen and (max-width: 880px) {
  .wraper_history {
    display: none;
  }
}

.product_gallery_header {
  margin-bottom: 20px;
}

.custom_gallery_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom_gallery_wrapper.partners .box_custom_gallery_photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  border: 1px solid #e5e5e5;
  margin: -1px -1px 0 0;
}
.custom_gallery_wrapper .box_custom_gallery_photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  width: 33.33%;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .custom_gallery_wrapper .box_custom_gallery_photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .custom_gallery_wrapper .box_custom_gallery_photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
.custom_gallery_wrapper .box_custom_gallery_photo .thumbnail_gallery_photo {
  position: relative;
  height: 100%;
}
.custom_gallery_wrapper .box_custom_gallery_photo .thumbnail_gallery_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom_gallery_wrapper .box_custom_gallery_photo .thumbnail_gallery_photo .text_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 15px;
  opacity: 0;
  background-color: #0e23d5;
  transition: opacity 0.3s ease-in-out;
}
.custom_gallery_wrapper .box_custom_gallery_photo .thumbnail_gallery_photo .text_photo:hover {
  opacity: 1;
}
.custom_gallery_wrapper .box_custom_gallery_photo .thumbnail_gallery_photo .text_photo p {
  font-size: 18px;
  line-height: 1.5rem;
  color: white;
}

#elementor-popup-modal-3156 .dialog-message {
  width: 800px;
}
@media (max-width: 767px) {
  #elementor-popup-modal-3156 .dialog-message {
    height: 50vh;
  }
}
#elementor-popup-modal-3156 .dialog-message .elementor {
  height: 100%;
}
#elementor-popup-modal-3156 .dialog-message .elementor .custom-awards {
  height: 100%;
  min-height: auto;
}
#elementor-popup-modal-3156 .dialog-message .elementor .custom-awards .elementor-element {
  height: 100%;
}
#elementor-popup-modal-3156 .dialog-message .elementor .custom-awards .elementor-shortcode {
  height: 100%;
}
#elementor-popup-modal-3156 .dialog-message .elementor .custom-awards .elementor-shortcode #popup-award-image {
  object-fit: contain;
}

.content_awards {
  height: 100%;
}

/* สไตล์พื้นฐาน */
.button-readmore .elementor-button {
  padding: 8px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  background-color: transparent;
  color: inherit;
  transition: background-color 300ms linear, color 300ms linear;
  overflow: hidden;
  position: relative;
}

/* ห่อข้อความให้เลื่อน */
.button-readmore .elementor-button .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  transform: translateX(0px);
  transition: transform 300ms linear;
  margin-inline-start: -20px;
  will-change: transform;
  padding-inline-end: 10px;
}

/* วงกลมไอคอนปลอม (ใช้ ::after แทน SVG จริง) */
.button-readmore .elementor-button .elementor-button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 5px;
  color: #0e23d5;
  font-weight: 600;
}

.button-readmore .elementor-button .elementor-button-text::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 11'><path fill='%23fff' d='M10 9.80108V0H0.198919V0.633514H8.91892L0 9.55243L0.447568 10L9.36649 1.08108V9.80108H10Z'/><path fill='%23fff' d='M10 9.80108V0H0.198919V0.633514H8.91892L0 9.55243L0.447568 10L9.36649 1.08108V9.80108H10Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #0e23d5;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-position: center center;
}

/* Hover effect */
.button-readmore .elementor-button:hover {
  background-color: var(--cms-accent, #007bff);
  color: white;
}

.button-readmore .elementor-button:hover .elementor-button-text {
  color: white;
}

.button-readmore .elementor-button:hover .elementor-button-content-wrapper {
  transform: translateX(20px);
}

.button-readmore .elementor-button:hover::after {
  background-color: white;
}

.home-card .elementor-widget-image .elementor-widget-container {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.home-card:hover .elementor-widget-heading h3.elementor-heading-title {
  color: #0e23d5;
}

.menu-category .cms-emenu-4 .cms-menu li::after {
  display: none;
}

.menu-category .cms-emenu-4 .cms-menu a {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}

.menu-category .cms-emenu-4 .cms-menu li.current_page_item a {
  color: #0e23d5;
}

.menu-category .cms-emenu-4 .cms-menu li.current_page_item::after {
  border-color: #0e23d5;
}

.menu_cate_media .cms-emenu-5 li a {
  background-color: #0e23d5;
}

.menu_cate_media .cms-emenu-5 li a:hover,
.menu_cate_media .cms-emenu-5 li.current_page_item a {
  background-color: #0e0598;
}

.menu-costom-1 .cms-emenu-5 li a {
  background-color: #0e23d5;
}

.menu-costom-1 .cms-emenu-5 li a:hover,
.menu-costom-1 .cms-emenu-5 li.current-menu-item a {
  background-color: #0e0598;
}

.cms-btn-video.layout-4 {
  transform: translateX(0) !important;
}
@media screen and (max-width: 767px) {
  .cms-btn-video.layout-4 .cms-btn--video {
    width: 80px !important;
    height: 80px !important;
  }
}
.cms-btn-video.layout-4 .cms-video-playstroke {
  margin-inline-start: 0 !important;
}
.cms-btn-video.layout-4 .cms-btn--video:hover {
  background-color: var(--cms-accent-darken);
}
.cms-btn-video.layout-4 .cms-btn--video:hover .cms-btn-video-content svg path {
  fill: white;
}

.cms-eheading-4 .cms-heading {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .cms-eheading-4 .cms-heading {
    font-size: 24px;
  }
}

.cms-eptitle-4 .cms-title {
  text-shadow: 0 4px 10px rgb(0, 0, 0);
}
.cms-eptitle-4 .cms-breadcrumb {
  text-shadow: 0 4px 10px rgb(0, 0, 0);
}

.product-page-title .elementor-heading-title {
  text-shadow: 0 4px 10px rgb(0, 0, 0);
}
.product-page-title .cms-breadcrumb {
  text-shadow: 0 4px 10px rgb(0, 0, 0);
}/*# sourceMappingURL=custom.css.map */