/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./public/themes/default/resources/fonts/poppins/stylesheet.css ***!
  \*******************************************************************************************************************************************************/
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-Regular.woff2) format("woff2"), url(fonts/Poppins-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-Medium.woff2) format("woff2"), url(fonts/Poppins-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-SemiBold.woff2) format("woff2"), url(fonts/Poppins-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-Bold.woff2) format("woff2"), url(fonts/Poppins-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-ExtraBold.woff2) format("woff2"), url(fonts/Poppins-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./public/themes/default/resources/fonts/icomoon/style.css ***!
  \**************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "sms";
  src: url(fonts/sms.eot);
  src: url(fonts/sms.eot#iefix) format("embedded-opentype"), url(fonts/sms.ttf) format("truetype"), url(fonts/sms.woff) format("woff"), url(fonts/sms.svg#sms) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sms" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-safe:before {
  content: "";
}

.icon-signin:before {
  content: "";
}

.icon-sort:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-download-1:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-telephone:before {
  content: "";
}

.icon-fax-1:before {
  content: "";
}

.icon-telephone-1:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-download-top:before {
  content: "";
}

.icon-download-bottom:before {
  content: "";
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./public/themes/default/resources/scss/index.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
/* Web theme */
/* Fade In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Bounch Down */
@-webkit-keyframes bounceDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Scroll Magic */
.animation [data-animation^=fade] {
  opacity: 1;
  transform: translateZ(0);
}
.animation [data-animation^=zoom] {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-animation] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 1.5s;
}

[data-animation^=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-animation^=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-animation^=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-animation-delay="100"] {
  transition-delay: 0.1s;
}

[data-animation-delay="200"] {
  transition-delay: 0.2s;
}

[data-animation-delay="300"] {
  transition-delay: 0.3s;
}

[data-animation-delay="400"] {
  transition-delay: 0.4s;
}

[data-animation-delay="500"] {
  transition-delay: 0.5s;
}

[data-animation-delay="600"] {
  transition-delay: 0.6s;
}

[data-animation-delay="700"] {
  transition-delay: 0.7s;
}

[data-animation-delay="800"] {
  transition-delay: 0.8s;
}

[data-animation-delay="900"] {
  transition-delay: 0.9s;
}

[data-animation-delay="1000"] {
  transition-delay: 1s;
}

.animation .swiper--board-sustain .swiper-slide-active .swiper__wrapper {
  right: 0;
  opacity: 1;
  transition: 1.5s ease;
}

/* End Scroll Magic */
.bg-black {
  background-color: #000000 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-black-1 {
  background-color: #333333 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-black-2 {
  background-color: #111111 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray {
  background-color: #F8F8F8 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-1 {
  background-color: #F2F2F2 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-2 {
  background-color: #A4A4A4 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-3 {
  background-color: #E7E7E7 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-4 {
  background-color: #E2E2E2 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-5 {
  background-color: #EAEAEA !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-6 {
  background-color: #D1D1D1 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-7 {
  background-color: #DCDCDC !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-8 {
  background-color: #F6F6F6 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-9 {
  background-color: #CCCCCC !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-10 {
  background-color: #D9D9D9 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-gray-11 {
  background-color: #666666 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-green {
  background-color: #09AD59 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-dark-green {
  background-color: #04753B !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-dark-green-1 {
  background-color: #1C5337 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-light-green {
  background-color: #C3E4DC !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-light-green-1 {
  background-color: #E8F7F0 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-orange {
  background-color: #FE793A !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-dark-orange {
  background-color: #CA6536 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-blue {
  background-color: #28B4B3 !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.bg-dark-blue {
  background-color: #0069CA !important;
}

.bg-gradient-green {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}

.text-black {
  color: #000000 !important;
}

.text-black-1 {
  color: #333333 !important;
}

.text-black-2 {
  color: #111111 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-gray {
  color: #F8F8F8 !important;
}

.text-gray-1 {
  color: #F2F2F2 !important;
}

.text-gray-2 {
  color: #A4A4A4 !important;
}

.text-gray-3 {
  color: #E7E7E7 !important;
}

.text-gray-4 {
  color: #E2E2E2 !important;
}

.text-gray-5 {
  color: #EAEAEA !important;
}

.text-gray-6 {
  color: #D1D1D1 !important;
}

.text-gray-7 {
  color: #DCDCDC !important;
}

.text-gray-8 {
  color: #F6F6F6 !important;
}

.text-gray-9 {
  color: #CCCCCC !important;
}

.text-gray-10 {
  color: #D9D9D9 !important;
}

.text-gray-11 {
  color: #666666 !important;
}

.text-green {
  color: #09AD59 !important;
}

.text-dark-green {
  color: #04753B !important;
}

.text-dark-green-1 {
  color: #1C5337 !important;
}

.text-light-green {
  color: #C3E4DC !important;
}

.text-light-green-1 {
  color: #E8F7F0 !important;
}

.text-orange {
  color: #FE793A !important;
}

.text-dark-orange {
  color: #CA6536 !important;
}

.text-blue {
  color: #28B4B3 !important;
}

.text-dark-blue {
  color: #0069CA !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
hr {
  margin: 5rem 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 2px;
}
@media (max-width: 991.98px) {
  hr {
    margin: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  hr {
    margin: 3rem 0;
  }
}

.icon [class^=icon-],
.icon [class*=" icon-"] {
  vertical-align: text-bottom;
}
.icon.icon-md {
  font-size: 21px !important;
}

a {
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.link {
  text-decoration: underline;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0 0 0 1.75rem;
  margin-bottom: 0.25rem;
  position: relative;
}
ul li::before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.125rem;
  line-height: 1.125;
  color: #09AD59;
}
ul.list .list__item {
  padding: 0 0 0 1.25rem;
}
ul.list .list__item::before {
  top: 2px;
  left: 6px;
  font-size: 1rem;
  color: #333333;
}

ol {
  padding: 0 0 0 1.75rem;
}

html[lang=en] body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
html[lang=en] h1, html[lang=en] .h1 {
  font-size: 2.8125rem;
  font-weight: 500;
}
html[lang=en] h2, html[lang=en] .h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
html[lang=en] h3, html[lang=en] .h3 {
  font-size: 2rem;
  font-weight: 400;
}
html[lang=en] h4, html[lang=en] .h4 {
  font-size: 1.875rem;
  font-weight: 500;
}
html[lang=en] h5, html[lang=en] .h5 {
  font-size: 1.5rem;
  font-weight: 400;
}
html[lang=en] h6, html[lang=en] .h6 {
  font-size: 1.25rem;
  font-weight: 600;
}
html[lang=en] .display-1 {
  font-size: 4rem;
  font-weight: 600;
}
html[lang=en] .lead {
  font-size: 1rem;
}
html[lang=en] .small {
  font-size: 0.75rem;
}
html[lang=en] .fw-regular {
  font-weight: 400;
}
html[lang=en] .fw-medium {
  font-weight: 500;
}
html[lang=en] .fw-semibold {
  font-weight: 600;
}
html[lang=en] .fw-bold {
  font-weight: 700;
}
html[lang=en] .fw-extrabold {
  font-weight: 800;
}

html[lang=th] body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
html[lang=th] h1, html[lang=th] .h1 {
  font-size: 2.8125rem;
  font-weight: 500;
}
html[lang=th] h2, html[lang=th] .h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
html[lang=th] h3, html[lang=th] .h3 {
  font-size: 2rem;
  font-weight: 400;
}
html[lang=th] h4, html[lang=th] .h4 {
  font-size: 1.875rem;
  font-weight: 500;
}
html[lang=th] h5, html[lang=th] .h5 {
  font-size: 1.5rem;
  font-weight: 400;
}
html[lang=th] h6, html[lang=th] .h6 {
  font-size: 1.25rem;
  font-weight: 600;
}
html[lang=th] .display-1 {
  font-size: 4rem;
  font-weight: 600;
}
html[lang=th] .lead {
  font-size: 1rem;
}
html[lang=th] .small {
  font-size: 0.75rem;
}
html[lang=th] .fw-regular {
  font-weight: 400;
}
html[lang=th] .fw-medium {
  font-weight: 500;
}
html[lang=th] .fw-semibold {
  font-weight: 600;
}
html[lang=th] .fw-bold {
  font-weight: 700;
}
html[lang=th] .fw-extrabold {
  font-weight: 800;
}

.block-highlights {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.block-highlights::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, rgba(0, 0, 0, 0) 23.21%, rgba(0, 0, 0, 0.9) 80%);
  background: -moz-linear-gradient(105deg, rgba(0, 0, 0, 0) 23.21%, rgba(0, 0, 0, 0.9) 80%);
  background: -webkit-linear-gradient(105deg, rgba(0, 0, 0, 0) 23.21%, rgba(0, 0, 0, 0.9) 80%);
  background: transparent linear-gradient(105deg, rgba(0, 0, 0, 0) 23.21%, rgba(0, 0, 0, 0.9) 80%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .block-highlights::before {
    background: linear-gradient(105deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 80%);
    background: -moz-linear-gradient(105deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 80%);
    background: -webkit-linear-gradient(105deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 80%);
    background: transparent linear-gradient(105deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 80%);
  }
}
.block-highlights .block-highlights__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 417px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 3rem;
}
@media (max-width: 991.98px) {
  .block-highlights .block-highlights__bg {
    min-height: auto;
  }
}
.block-highlights .block-highlights__content {
  position: relative;
  z-index: 1;
  max-width: 34%;
  flex: 0 0 34%;
}
@media (max-width: 1199.98px) {
  .block-highlights .block-highlights__content {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .block-highlights .block-highlights__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 991.98px) {
  html[lang=en] .block-partner .block-partner__title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  html[lang=en] .block-partner .block-partner__title {
    font-size: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  html[lang=th] .block-partner .block-partner__title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  html[lang=th] .block-partner .block-partner__title {
    font-size: 1.875rem;
  }
}

.block-partner {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.block-partner .block-partner__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 417px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem;
}
@media (max-width: 991.98px) {
  .block-partner .block-partner__wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .block-partner .block-partner__wrapper {
    align-items: start;
  }
}
.block-partner .block-partner__bg {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .block-partner .block-partner__bg.block-partner__bg--sm {
    display: none;
  }
}
.block-partner .block-partner__content {
  position: relative;
  z-index: 1;
  max-width: 34%;
  flex: 0 0 34%;
}
@media (max-width: 1199.98px) {
  .block-partner .block-partner__content {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .block-partner .block-partner__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

html[lang=en] .block.block--board-header .block__title {
  font-size: 2.5rem;
  font-weight: 500;
}

html[lang=th] .block.block--board-header .block__title {
  font-size: 2.5rem;
  font-weight: 500;
}

.block.block--board-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
}
.block.block--board-header .block__figure {
  position: relative;
}
.block.block--board-header .block__figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background: -moz-linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  background: transparent linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .block.block--board-header .block__figure::before {
    display: none;
  }
}
.block.block--board-header .block__image {
  width: 100%;
  height: auto;
}
.block.block--board-header .block__title {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 84px;
  color: #FFFFFF;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .block.block--board-header .block__title {
    position: unset;
    margin-bottom: 1rem;
    text-align: center;
    color: #09AD59;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}

.block.block--certification {
  margin: 3.375rem -0.75rem 3.5rem -0.75rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.block.block--certification .block__item {
  max-width: calc(20% - 24px);
  margin: 0.75rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px 2px rgba(9, 173, 89, 0.2);
  flex: 0 0 calc(20% - 24px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .block.block--certification .block__item {
    max-width: calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
  }
}
@media (max-width: 991.98px) {
  .block.block--certification .block__item {
    max-width: calc(33.33% - 24px);
    flex: 0 0 calc(33.33% - 24px);
  }
}
@media (max-width: 575.98px) {
  .block.block--certification .block__item {
    max-width: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
  }
}

html[lang=en] .block.block--contact .block__title {
  font-size: 1.875rem;
  font-weight: 500;
}
html[lang=en] .block.block--contact .block__address,
html[lang=en] .block.block--contact .block__subtitle {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .block.block--contact .block__title {
  font-size: 1.875rem;
  font-weight: 500;
}
html[lang=th] .block.block--contact .block__address,
html[lang=th] .block.block--contact .block__subtitle {
  font-size: 1rem;
  font-weight: 500;
}

.block.block--contact {
  padding-top: 0.875rem;
  padding-right: 2.875rem;
}
@media (max-width: 991.98px) {
  .block.block--contact {
    padding-bottom: 5rem;
    padding-right: 0;
  }
}
.block.block--contact .block__image {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.block.block--contact .block__title {
  padding-bottom: 1rem;
  color: #09AD59;
}
.block.block--contact .block__address {
  padding-bottom: 1.25rem;
}
.block.block--contact .block__subtitle {
  padding-bottom: 0.5rem;
}
.block.block--contact .block__list .list .list__item {
  padding: 0 0 0 0.875rem;
}
.block.block--contact .block__media {
  padding-bottom: 0.875rem;
}
.block.block--contact .block__group-button {
  display: flex;
  flex-wrap: wrap;
}
.block.block--contact .block__button {
  width: 50%;
  padding-top: 1.25rem;
}
@media (max-width: 575.98px) {
  .block.block--contact .block__button {
    width: 100%;
  }
}

html[lang=en] .block.block--content-image-left .block__title, html[lang=en] .block.block--content-image-left-reverse .block__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

html[lang=th] .block.block--content-image-left .block__title, html[lang=th] .block.block--content-image-left-reverse .block__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.block.block--content-image-left, .block.block--content-image-left-reverse {
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .block.block--content-image-left, .block.block--content-image-left-reverse {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .block.block--content-image-left, .block.block--content-image-left-reverse {
    margin-bottom: 3rem;
  }
}
.block.block--content-image-left .block__title, .block.block--content-image-left-reverse .block__title {
  color: #09AD59;
  padding-bottom: 1rem;
}
.block.block--content-image-left .block__image, .block.block--content-image-left-reverse .block__image {
  width: calc(100% - 1rem);
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .block.block--content-image-left .block__image, .block.block--content-image-left-reverse .block__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.block.block--content-image-left hr, .block.block--content-image-left-reverse hr {
  margin: 1.875rem 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 2px;
}
.block.block--content-image-right, .block.block--content-image-right-reverse {
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .block.block--content-image-right, .block.block--content-image-right-reverse {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .block.block--content-image-right, .block.block--content-image-right-reverse {
    margin-bottom: 3rem;
  }
}
.block.block--content-image-right .block__image, .block.block--content-image-right-reverse .block__image {
  width: calc(100% - 1rem);
  margin-left: 1rem;
}
@media (max-width: 991.98px) {
  .block.block--content-image-right .block__image, .block.block--content-image-right-reverse .block__image {
    width: 100%;
    margin-left: 0;
    margin-top: 2.5rem;
  }
}
.block.block--content-image-right hr, .block.block--content-image-right-reverse hr {
  margin: 1.875rem 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 2px;
}
@media (max-width: 991.98px) {
  .block.block--content-image-left-reverse .block__row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .block.block--content-image-left-reverse .block__image {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .block.block--content-image-right-reverse .block__row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .block.block--content-image-right-reverse .block__image {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

html[lang=en] .block.block--job-vacancy .block__number-position {
  font-size: 1rem;
  font-weight: 500;
}
html[lang=en] .block.block--job-vacancy .block__title {
  font-size: 1.25rem;
  font-weight: 600;
}

html[lang=th] .block.block--job-vacancy .block__number-position {
  font-size: 1rem;
  font-weight: 500;
}
html[lang=th] .block.block--job-vacancy .block__title {
  font-size: 1.25rem;
  font-weight: 600;
}

.block.block--job-vacancy {
  position: relative;
  padding: 0 0 0 1rem;
}
.block.block--job-vacancy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: -moz-linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: -webkit-linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: transparent linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
}
.block.block--job-vacancy .block__number-position {
  padding-bottom: 1.875rem;
  color: #09AD59;
}
.block.block--job-vacancy .block__item {
  padding-bottom: 1.625rem;
}
.block.block--job-vacancy .block__title {
  padding-bottom: 0.5rem;
  color: #09AD59;
}
.block.block--job-vacancy .block__button {
  padding-top: 0.5rem;
}

html[lang=en] .block.block--laboratory .block__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.12;
}

html[lang=th] .block.block--laboratory .block__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.12;
}

.block.block--laboratory {
  position: relative;
  overflow: hidden;
}
.block.block--laboratory .block__title {
  padding-bottom: 2.5rem;
  text-align: center;
  color: #09AD59;
}
.block.block--laboratory .block__slide {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.block.block--laboratory .block__slide.show {
  position: relative;
  z-index: 1;
}

html[lang=en] .block.block--milestone .block__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  html[lang=en] .block.block--milestone .block__title {
    font-size: 1.875rem;
  }
}
html[lang=en] .block.block--milestone .block__year {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

html[lang=th] .block.block--milestone .block__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  html[lang=th] .block.block--milestone .block__title {
    font-size: 1.875rem;
  }
}
html[lang=th] .block.block--milestone .block__year {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.block.block--milestone {
  padding: 2.5rem 0 18rem 0;
}
.block.block--milestone .block__group {
  padding-top: 5rem;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.block.block--milestone .block__group.active {
  opacity: 1;
}
.block.block--milestone .block__image {
  width: 100%;
  height: auto;
  max-width: 365px;
}
.block.block--milestone .block__title {
  padding-bottom: 0.625rem;
  color: #09AD59;
}
.block.block--milestone .block__item {
  padding-top: 1.125rem;
}

.btn {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.btn .btn__title {
  padding: 0;
  margin: 0;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: initial !important;
}

html[lang=en] .btn.btn--icon .btn__title, html[lang=en] .btn.btn--icon-download .btn__title, html[lang=en] .btn.btn--icon-white .btn__title {
  font-size: 1rem;
}
html[lang=en] .btn.btn--icon-lg .btn__title, html[lang=en] .btn.btn--icon-download .btn__title {
  font-size: 1.25rem;
  font-weight: 600;
}

html[lang=th] .btn.btn--icon .btn__title, html[lang=th] .btn.btn--icon-download .btn__title, html[lang=th] .btn.btn--icon-white .btn__title {
  font-size: 1rem;
}
html[lang=th] .btn.btn--icon-lg .btn__title, html[lang=th] .btn.btn--icon-download .btn__title {
  font-size: 1.25rem;
  font-weight: 600;
}

.btn.btn--icon, .btn.btn--icon-download, .btn.btn--icon-white {
  width: fit-content;
  color: #09AD59;
}
.btn.btn--icon .btn__title, .btn.btn--icon-download .btn__title, .btn.btn--icon-white .btn__title {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.btn.btn--icon .btn__title::before, .btn.btn--icon-download .btn__title::before, .btn.btn--icon-white .btn__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #09AD59;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.btn.btn--icon .btn__title + .btn__icon, .btn.btn--icon-download .btn__title + .btn__icon, .btn.btn--icon-white .btn__title + .btn__icon,
.btn.btn--icon .btn__icon + .btn__title,
.btn.btn--icon-download .btn__icon + .btn__title,
.btn.btn--icon-white .btn__icon + .btn__title {
  margin-left: 0.375rem;
}
.btn.btn--icon .btn__icon, .btn.btn--icon-download .btn__icon, .btn.btn--icon-white .btn__icon {
  position: relative;
  right: 0;
  display: flex;
  font-size: 0.875rem;
  transition: all 0.4s ease-in-out;
}
.btn.btn--icon:hover .btn__title::before, .btn.btn--icon-download:hover .btn__title::before, .btn.btn--icon-white:hover .btn__title::before {
  width: 100%;
}
.btn.btn--icon:hover .btn__title + .btn__icon, .btn.btn--icon-download:hover .btn__title + .btn__icon, .btn.btn--icon-white:hover .btn__title + .btn__icon {
  right: -2px;
}
.btn.btn--icon:hover .btn__icon, .btn.btn--icon-download:hover .btn__icon, .btn.btn--icon-white:hover .btn__icon {
  right: 2px;
}
.btn.btn--icon-white {
  color: #FFFFFF;
}
.btn.btn--icon-white .btn__title::before {
  background-color: #FFFFFF;
}
.btn.btn--icon-download .btn__icon {
  color: #FE793A;
  width: 30px;
  height: 30px;
}
.btn.btn--icon-download .btn__icon .icon-download-top {
  position: absolute;
  bottom: 9px;
  left: 0px;
  right: 0;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.btn.btn--icon-download .btn__icon .icon-download-bottom {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  font-size: 18px;
}
.btn.btn--icon-download:hover .btn__title + .btn__icon, .btn.btn--icon-download:focus .btn__title + .btn__icon, .btn.btn--icon-download:active .btn__title + .btn__icon {
  right: 0;
}
.btn.btn--icon-download:hover .btn__title + .btn__icon .icon-download-top, .btn.btn--icon-download:focus .btn__title + .btn__icon .icon-download-top, .btn.btn--icon-download:active .btn__title + .btn__icon .icon-download-top {
  bottom: 4px;
  transition: all 0.4s ease-in-out;
}

.card {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  word-wrap: normal;
}

.card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.card-deck .card {
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 12px;
  margin-right: 12px;
}
.card-deck.card-deck--highlights .card {
  margin-left: 0;
  margin-right: 0;
}
.card-deck.card-deck--category .card {
  margin-left: 0;
  margin-right: 0;
}
.card-deck.card-deck--partner .card {
  margin-left: 0;
  margin-right: 0;
}
.card-deck.card-deck--product {
  margin-left: -6px;
  margin-right: -6px;
}
.card-deck.card-deck--product .card {
  margin-left: 6px;
  margin-right: 6px;
}

@media (min-width: 0) {
  .card-deck .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--two .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--three .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--three-center {
    justify-content: center;
  }
  .card-deck.card-deck--three-center .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--four .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--highlights .card {
    flex-basis: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .card-deck.card-deck--category .card {
    flex-basis: calc(50% - 0px);
    flex: 0 0 calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
  .card-deck.card-deck--partner .card {
    flex-basis: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .card-deck.card-deck--product .card {
    flex-basis: calc(100% - 12px);
    flex: 0 0 calc(100% - 12px);
    max-width: calc(100% - 12px);
  }
  .card-deck.card-deck--award {
    justify-content: center;
  }
  .card-deck.card-deck--award .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: 306px;
  }
}
@media (min-width: 576px) {
  .card-deck .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--two .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--three .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--three-center {
    justify-content: center;
  }
  .card-deck.card-deck--three-center .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--four .card {
    flex-basis: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .card-deck.card-deck--highlights .card {
    flex-basis: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .card-deck.card-deck--category .card {
    flex-basis: calc(50% - 0px);
    flex: 0 0 calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
  .card-deck.card-deck--partner .card {
    flex-basis: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .card-deck.card-deck--product .card {
    flex-basis: calc(100% - 12px);
    flex: 0 0 calc(100% - 12px);
    max-width: calc(100% - 12px);
  }
  .card-deck.card-deck--award {
    justify-content: center;
  }
  .card-deck.card-deck--award .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: 306px;
  }
}
@media (min-width: 768px) {
  .card-deck .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--two .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--three .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--three-center {
    justify-content: center;
  }
  .card-deck.card-deck--three-center .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--four .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--highlights .card {
    flex-basis: calc(50% - 0px);
    flex: 0 0 calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
  .card-deck.card-deck--category .card {
    flex-basis: calc(50% - 0px);
    flex: 0 0 calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
  .card-deck.card-deck--partner .card {
    flex-basis: calc(33.3333333333% - 0px);
    flex: 0 0 calc(33.3333333333% - 0px);
    max-width: calc(33.3333333333% - 0px);
  }
  .card-deck.card-deck--product .card {
    flex-basis: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .card-deck.card-deck--award {
    justify-content: center;
  }
  .card-deck.card-deck--award .card {
    flex-basis: calc(33.3333333333% - 24px);
    flex: 0 0 calc(33.3333333333% - 24px);
    max-width: 306px;
  }
}
@media (min-width: 992px) {
  .card-deck .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--two .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--three .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--three-center {
    justify-content: center;
  }
  .card-deck.card-deck--three-center .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--four .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--highlights .card {
    flex-basis: calc(50% - 0px);
    flex: 0 0 calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
  .card-deck.card-deck--category .card {
    flex-basis: calc(50% - 0px);
    flex: 0 0 calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
  .card-deck.card-deck--partner .card {
    flex-basis: calc(33.3333333333% - 0px);
    flex: 0 0 calc(33.3333333333% - 0px);
    max-width: calc(33.3333333333% - 0px);
  }
  .card-deck.card-deck--product .card {
    flex-basis: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .card-deck.card-deck--award {
    justify-content: center;
  }
  .card-deck.card-deck--award .card {
    flex-basis: calc(33.3333333333% - 24px);
    flex: 0 0 calc(33.3333333333% - 24px);
    max-width: 306px;
  }
}
@media (min-width: 1200px) {
  .card-deck .card {
    flex-basis: calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
  .card-deck.card-deck--two .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--three .card {
    flex-basis: calc(33.3333333333% - 24px);
    flex: 0 0 calc(33.3333333333% - 24px);
    max-width: calc(33.3333333333% - 24px);
  }
  .card-deck.card-deck--three-center {
    justify-content: center;
  }
  .card-deck.card-deck--three-center .card {
    flex-basis: calc(33.3333333333% - 24px);
    flex: 0 0 calc(33.3333333333% - 24px);
    max-width: calc(33.3333333333% - 24px);
  }
  .card-deck.card-deck--four .card {
    flex-basis: calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
  .card-deck.card-deck--highlights .card {
    flex-basis: calc(25% - 0px);
    flex: 0 0 calc(25% - 0px);
    max-width: calc(25% - 0px);
  }
  .card-deck.card-deck--category .card {
    flex-basis: calc(25% - 0px);
    flex: 0 0 calc(25% - 0px);
    max-width: calc(25% - 0px);
  }
  .card-deck.card-deck--partner .card {
    flex-basis: calc(33.3333333333% - 0px);
    flex: 0 0 calc(33.3333333333% - 0px);
    max-width: calc(33.3333333333% - 0px);
  }
  .card-deck.card-deck--product .card {
    flex-basis: calc(25% - 12px);
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
  }
  .card-deck.card-deck--award {
    justify-content: center;
  }
  .card-deck.card-deck--award .card {
    flex-basis: calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
    max-width: 306px;
  }
}
@media (min-width: 1400px) {
  .card-deck .card {
    flex-basis: calc(100/% - 24px);
    flex: 0 0 calc(100/% - 24px);
    max-width: calc(100/% - 24px);
  }
  .card-deck.card-deck--two .card {
    flex-basis: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .card-deck.card-deck--three .card {
    flex-basis: calc(33.3333333333% - 24px);
    flex: 0 0 calc(33.3333333333% - 24px);
    max-width: calc(33.3333333333% - 24px);
  }
  .card-deck.card-deck--three-center {
    justify-content: center;
  }
  .card-deck.card-deck--three-center .card {
    flex-basis: calc(33.3333333333% - 24px);
    flex: 0 0 calc(33.3333333333% - 24px);
    max-width: calc(33.3333333333% - 24px);
  }
  .card-deck.card-deck--four .card {
    flex-basis: calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
  .card-deck.card-deck--highlights .card {
    flex-basis: calc(25% - 0px);
    flex: 0 0 calc(25% - 0px);
    max-width: calc(25% - 0px);
  }
  .card-deck.card-deck--category .card {
    flex-basis: calc(25% - 0px);
    flex: 0 0 calc(25% - 0px);
    max-width: calc(25% - 0px);
  }
  .card-deck.card-deck--partner .card {
    flex-basis: calc(33.3333333333% - 0px);
    flex: 0 0 calc(33.3333333333% - 0px);
    max-width: calc(33.3333333333% - 0px);
  }
  .card-deck.card-deck--product .card {
    flex-basis: calc(25% - 12px);
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
  }
  .card-deck.card-deck--award {
    justify-content: center;
  }
  .card-deck.card-deck--award .card {
    flex-basis: calc(25% - 24px);
    flex: 0 0 calc(25% - 24px);
    max-width: 306px;
  }
}
html[lang=en] .card.card--award .card__title {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .card.card--award .card__title {
  font-size: 1rem;
  font-weight: 500;
}

.card.card--award {
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .card.card--award {
    margin-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .card.card--award {
    margin-top: 3rem;
  }
}
.card.card--award .card__image {
  width: 100%;
  height: auto;
}
.card.card--award .card__title {
  padding-top: 1.25rem;
}

html[lang=en] .card.card--board .card__title {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .card.card--board .card__title {
  font-size: 1rem;
  font-weight: 500;
}

.card.card--board {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 364px;
  min-height: 350px;
  margin-bottom: 5rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: url("/themes/default/assets/static/images/default/content/management-structure/board-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .card.card--board {
    margin-bottom: 2.5rem;
  }
}
.card.card--board:hover .card__image {
  transform: scale(1.15);
}
@media (min-width: 992px) {
  .card.card--board:hover .card__wrapper {
    padding-bottom: 3rem;
  }
  .card.card--board:hover .card__button {
    bottom: 0;
  }
}
.card.card--board::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .card.card--board::before {
    height: 150px;
  }
}
.card.card--board .card__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.75rem 0 1.75rem;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: end;
}
.card.card--board .card__image {
  position: relative;
  width: auto;
  height: 100%;
  transform-origin: 50% -30%;
  transition: all 0.4s ease-in-out;
  transform: translateY(28px);
}
.card.card--board .card__wrapper {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  transition: all 0.4s ease-in-out;
}
.card.card--board .card__detail {
  padding-top: 0.25rem;
}
.card.card--board .card__button {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 1.25rem 1rem 1.25rem;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .card.card--board .card__button {
    position: absolute;
    bottom: -50px;
    left: 0;
  }
}

html[lang=en] .card.card--carbon .card__number {
  font-size: 2rem;
}
html[lang=en] .card.card--carbon .card__year {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991.98px) {
  html[lang=en] .card.card--carbon .card__title {
    font-size: 1.5rem;
  }
}

html[lang=th] .card.card--carbon .card__number {
  font-size: 2rem;
}
html[lang=th] .card.card--carbon .card__year {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991.98px) {
  html[lang=th] .card.card--carbon .card__title {
    font-size: 1.5rem;
  }
}

.card.card--carbon {
  margin-bottom: 3rem;
  text-align: center;
}
.card.card--carbon .card__number {
  position: relative;
  padding-left: 1.45rem;
  width: fit-content;
  margin: 0 auto;
}
.card.card--carbon .card__number::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto 0;
}
.card.card--carbon .card__number.card__number--up::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #FE793A;
}
.card.card--carbon .card__number.card__number--down::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #FE793A;
}
.card.card--carbon .card__block {
  height: 100%;
}
.card.card--carbon .card__year {
  color: #09AD59;
}

html[lang=en] .card.card--category .card__title, html[lang=en] .card.card--category-blue .card__title, html[lang=en] .card.card--category-orange .card__title {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  html[lang=en] .card.card--category .card__title, html[lang=en] .card.card--category-blue .card__title, html[lang=en] .card.card--category-orange .card__title {
    font-size: 0.875rem;
  }
}
html[lang=en] .card.card--category-vertical .card__title {
  font-size: 1.25rem;
  font-weight: 600;
}

html[lang=th] .card.card--category .card__title, html[lang=th] .card.card--category-blue .card__title, html[lang=th] .card.card--category-orange .card__title {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  html[lang=th] .card.card--category .card__title, html[lang=th] .card.card--category-blue .card__title, html[lang=th] .card.card--category-orange .card__title {
    font-size: 0.875rem;
  }
}
html[lang=th] .card.card--category-vertical .card__title {
  font-size: 1.25rem;
  font-weight: 600;
}

.card.card--category, .card.card--category-blue, .card.card--category-orange {
  color: #FFFFFF;
}
.card.card--category .card__title, .card.card--category-blue .card__title, .card.card--category-orange .card__title {
  position: relative;
  z-index: 2;
}
.card.card--category .card__wrapper, .card.card--category-blue .card__wrapper, .card.card--category-orange .card__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 213px;
  display: flex;
  align-items: flex-end;
  padding: 1rem 1.45rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .card.card--category .card__wrapper, .card.card--category-blue .card__wrapper, .card.card--category-orange .card__wrapper {
    min-height: 150px;
    padding: 1rem;
  }
}
.card.card--category .card__wrapper::before, .card.card--category-blue .card__wrapper::before, .card.card--category-orange .card__wrapper::before, .card.card--category .card__wrapper::after, .card.card--category-blue .card__wrapper::after, .card.card--category-orange .card__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.44%, rgba(0, 0, 0, 0.85) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 39.44%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 39.44%, rgba(0, 0, 0, 0.85) 100%);
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 39.44%, rgba(0, 0, 0, 0.85) 100%);
}
.card.card--category .card__wrapper::after, .card.card--category-blue .card__wrapper::after, .card.card--category-orange .card__wrapper::after {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  opacity: 0;
}
.card.card--category .card__bg, .card.card--category-blue .card__bg, .card.card--category-orange .card__bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.card.card--category:hover .card__bg, .card.card--category-blue:hover .card__bg, .card.card--category-orange:hover .card__bg, .card.card--category:focus .card__bg, .card.card--category-blue:focus .card__bg, .card.card--category-orange:focus .card__bg, .card.card--category:active .card__bg, .card.card--category-blue:active .card__bg, .card.card--category-orange:active .card__bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.card.card--category:hover .card__wrapper::after, .card.card--category-blue:hover .card__wrapper::after, .card.card--category-orange:hover .card__wrapper::after, .card.card--category:focus .card__wrapper::after, .card.card--category-blue:focus .card__wrapper::after, .card.card--category-orange:focus .card__wrapper::after, .card.card--category:active .card__wrapper::after, .card.card--category-blue:active .card__wrapper::after, .card.card--category-orange:active .card__wrapper::after {
  opacity: 1;
}
.card.card--category-orange .card__wrapper::after {
  background: linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: -moz-linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: -webkit-linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: transparent linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
}
.card.card--category-blue .card__wrapper::after {
  background: linear-gradient(180deg, rgba(40, 180, 179, 0) 0%, #28B4B3 100%);
  background: -moz-linear-gradient(180deg, rgba(40, 180, 179, 0) 0%, #28B4B3 100%);
  background: -webkit-linear-gradient(180deg, rgba(40, 180, 179, 0) 0%, #28B4B3 100%);
  background: transparent linear-gradient(180deg, rgba(40, 180, 179, 0) 0%, #28B4B3 100%);
}

.card.card--document {
  margin-bottom: 3rem;
}
.card.card--document .card__title {
  color: #000000;
  height: 100%;
  margin-bottom: 0.45rem;
}

html[lang=en] .card.card--highlights .card__title, html[lang=en] .card.card--highlights-list .card__title {
  font-size: 1.25rem;
  font-weight: 600;
}

html[lang=th] .card.card--highlights .card__title, html[lang=th] .card.card--highlights-list .card__title {
  font-size: 1.25rem;
  font-weight: 600;
}

.card.card--highlights, .card.card--highlights-list {
  color: #FFFFFF;
}
.card.card--highlights .card__title, .card.card--highlights-list .card__title {
  margin-bottom: 0.5rem;
}
.card.card--highlights .card__content, .card.card--highlights-list .card__content {
  position: relative;
  z-index: 2;
}
.card.card--highlights .card__wrapper, .card.card--highlights-list .card__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 582px;
  display: flex;
  align-items: flex-end;
  padding: 2rem 1.75rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .card.card--highlights .card__wrapper, .card.card--highlights-list .card__wrapper {
    min-height: 500px;
  }
}
.card.card--highlights .card__wrapper::before, .card.card--highlights-list .card__wrapper::before, .card.card--highlights .card__wrapper::after, .card.card--highlights-list .card__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(182deg, rgba(0, 0, 0, 0) 42.63%, black 97.97%);
  background: -moz-linear-gradient(182deg, rgba(0, 0, 0, 0) 42.63%, black 97.97%);
  background: -webkit-linear-gradient(182deg, rgba(0, 0, 0, 0) 42.63%, black 97.97%);
  background: transparent linear-gradient(182deg, rgba(0, 0, 0, 0) 42.63%, black 97.97%);
}
.card.card--highlights .card__wrapper::after, .card.card--highlights-list .card__wrapper::after {
  background: linear-gradient(184deg, rgba(0, 0, 0, 0) 24.25%, #09ad59 88.26%);
  background: -moz-linear-gradient(184deg, rgba(0, 0, 0, 0) 24.25%, #09ad59 88.26%);
  background: -webkit-linear-gradient(184deg, rgba(0, 0, 0, 0) 24.25%, #09ad59 88.26%);
  background: transparent linear-gradient(184deg, rgba(0, 0, 0, 0) 24.25%, #09ad59 88.26%);
  opacity: 0;
}
.card.card--highlights .card__bg, .card.card--highlights-list .card__bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.card.card--highlights:hover .card__bg, .card.card--highlights-list:hover .card__bg, .card.card--highlights:focus .card__bg, .card.card--highlights-list:focus .card__bg, .card.card--highlights:active .card__bg, .card.card--highlights-list:active .card__bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.card.card--highlights:hover .card__wrapper::after, .card.card--highlights-list:hover .card__wrapper::after, .card.card--highlights:focus .card__wrapper::after, .card.card--highlights-list:focus .card__wrapper::after, .card.card--highlights:active .card__wrapper::after, .card.card--highlights-list:active .card__wrapper::after {
  opacity: 1;
}
.card.card--highlights-list {
  margin-bottom: 24px;
}
.card.card--highlights-list .card__wrapper {
  min-height: 380px;
}
@media (max-width: 991.98px) {
  .card.card--highlights-list .card__wrapper {
    min-height: 300px;
  }
}

.card.card--home-news {
  overflow: hidden;
  height: 100%;
  margin-bottom: 1.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card.card--home-news:hover .card__title {
  color: #09AD59;
}
.card.card--home-news:hover .card__image::before {
  opacity: 1;
}
.card.card--home-news .card__header {
  padding-bottom: 1.875rem;
}
.card.card--home-news .card__date {
  color: #09AD59;
}
.card.card--home-news .card__title {
  padding-top: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s ease-in-out;
}
.card.card--home-news .card__image {
  position: relative;
  overflow: hidden;
}
.card.card--home-news .card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
}
.card.card--home-news .card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 173, 89, 0.3);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

html[lang=en] .card.card--home-partner .card__number {
  font-size: 1.875rem;
  font-weight: 500;
}
html[lang=en] .card.card--home-partner .card__title {
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  html[lang=en] .card.card--home-partner .card__title {
    font-size: 1.5rem;
  }
}
html[lang=en] .card.card--home-partner .card__text {
  line-height: 1.7;
}

html[lang=th] .card.card--home-partner .card__number {
  font-size: 1.875rem;
  font-weight: 500;
}
html[lang=th] .card.card--home-partner .card__title {
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  html[lang=th] .card.card--home-partner .card__title {
    font-size: 1.5rem;
  }
}
html[lang=th] .card.card--home-partner .card__text {
  line-height: 1.7;
}

.card.card--home-partner {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  border-right: 1px solid #E2E2E2;
}
@media (max-width: 767.98px) {
  .card.card--home-partner {
    border-right: 0;
  }
}
.card.card--home-partner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 117, 59, 0) 20%, rgba(4, 117, 59, 0.9) 80%);
  background: -moz-linear-gradient(180deg, rgba(4, 117, 59, 0) 20%, rgba(4, 117, 59, 0.9) 80%);
  background: -webkit-linear-gradient(180deg, rgba(4, 117, 59, 0) 20%, rgba(4, 117, 59, 0.9) 80%);
  background: transparent linear-gradient(180deg, rgba(4, 117, 59, 0) 20%, rgba(4, 117, 59, 0.9) 80%);
}
@media (min-width: 768px) {
  .card.card--home-partner::before {
    display: none;
  }
}
.card.card--home-partner .card__image {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -100%;
  width: 52%;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, height 1s ease-in-out 0.4s;
}
@media (max-width: 767.98px) {
  .card.card--home-partner .card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
  }
}
.card.card--home-partner .card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.card--home-partner .card__wrapper {
  width: 48%;
  padding: 1.25rem 2.5rem 2.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .card.card--home-partner .card__wrapper {
    padding: 1.25rem 1.5rem 2.75rem 1.5rem;
    width: 100%;
  }
}
.card.card--home-partner .card__number {
  color: #09AD59;
}
@media (max-width: 767.98px) {
  .card.card--home-partner .card__number {
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(164, 164, 164, 0.5);
  }
}
.card.card--home-partner .card__title {
  padding-top: 10.875rem;
}
@media (max-width: 767.98px) {
  .card.card--home-partner .card__title {
    color: #FFFFFF;
  }
}
.card.card--home-partner .card__text {
  padding-top: 1.25rem;
  color: #A4A4A4;
}
@media (max-width: 767.98px) {
  .card.card--home-partner .card__text {
    color: rgba(255, 255, 255, 0.8);
  }
}
.card.card--home-partner .card__button {
  padding-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .card.card--home-partner .card__button > .btn {
    color: #FFFFFF;
  }
  .card.card--home-partner .card__button > .btn .btn__title::before {
    background-color: #FFFFFF;
  }
}

html[lang=en] .card.card--home-responsibility .card__title {
  font-size: 1rem;
  font-weight: 600;
}

html[lang=th] .card.card--home-responsibility .card__title {
  font-size: 1rem;
  font-weight: 600;
}

.card.card--home-responsibility {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .card.card--home-responsibility {
    padding-right: 0;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    text-align: center;
  }
}
.card.card--home-responsibility:hover .card__title {
  color: #09AD59;
}
.card.card--home-responsibility:hover .card__button {
  padding-left: 0.25rem;
}
.card.card--home-responsibility::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 270px;
  height: 2px;
  background: linear-gradient(90deg, rgba(234, 234, 234, 0) 0%, #EAEAEA 45%, #EAEAEA 55%, rgba(234, 234, 234, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(234, 234, 234, 0) 0%, #EAEAEA 45%, #EAEAEA 55%, rgba(234, 234, 234, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(234, 234, 234, 0) 0%, #EAEAEA 45%, #EAEAEA 55%, rgba(234, 234, 234, 0) 100%);
  background: transparent linear-gradient(90deg, rgba(234, 234, 234, 0) 0%, #EAEAEA 45%, #EAEAEA 55%, rgba(234, 234, 234, 0) 100%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .card.card--home-responsibility::before {
    display: none;
  }
}
.card.card--home-responsibility .card__icon {
  color: #09AD59;
  font-size: 2.125rem;
  display: flex;
}
@media (max-width: 767.98px) {
  .card.card--home-responsibility .card__icon {
    justify-content: center;
  }
}
.card.card--home-responsibility .card__title {
  padding-top: 1.625rem;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .card.card--home-responsibility .card__title {
    padding-top: 1rem;
  }
}
.card.card--home-responsibility .card__text {
  padding-top: 0.625rem;
  color: #A4A4A4;
}
.card.card--home-responsibility .card__button {
  margin-top: 2rem;
  color: #09AD59;
  transition: all 0.4s ease-in-out;
  flex-grow: 1;
  display: flex;
  align-items: end;
}
@media (max-width: 767.98px) {
  .card.card--home-responsibility .card__button {
    margin-top: 1rem;
    justify-content: center;
  }
}

.card.card--investor-kit {
  border: 0;
  border-radius: 0;
  border-top: 10px solid #000000;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.102);
  margin-bottom: 2rem;
}
.card.card--investor-kit .card__year {
  color: #000000;
  text-align: center;
  padding: 1rem;
  margin: 0;
}
.card.card--investor-kit .card__body {
  flex: 1 1 auto;
  position: relative;
}
.card.card--investor-kit .card__body .custom-checkbox {
  align-items: unset;
}
.card.card--investor-kit .card__body .custom-checkbox .custom-control-label {
  border-radius: 50px;
  padding: 0;
}
.card.card--investor-kit .card__title {
  margin-bottom: 0.5rem;
}
.card.card--investor-kit .card__item {
  padding: 1.25rem 1.93rem;
}
.card.card--investor-kit .card__item.card__item--yearly {
  padding-right: 3.18rem;
  display: flex;
  justify-content: space-between;
}
.card.card--investor-kit .card__item.card__item--yearly .card__title {
  margin-bottom: 0;
}
.card.card--investor-kit .card__block {
  display: flex;
  align-items: center;
}
.card.card--investor-kit .card__text {
  color: #000000;
  line-height: 14px;
  margin: 0 0 0 1.45rem;
}
.card.card--investor-kit .card__wrapper {
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
}
.card.card--investor-kit .card__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  padding: 1.25rem 5.55rem 3.37rem 1.93rem;
}
.card.card--investor-kit .card__button .custom-checkbox {
  align-items: unset;
}
.card.card--investor-kit .card__button .custom-checkbox .custom-control-label {
  padding: 0;
}
.card.card--investor-kit .card__button .card__title {
  margin-bottom: 0;
}

html[lang=en] .card.card--message-sms .card__quote {
  font-size: 2.5rem;
  font-weight: 500;
}
html[lang=en] .card.card--message-sms .card__text {
  font-size: 1rem;
  font-weight: 500;
}
html[lang=en] .card.card--message-sms .card__position {
  font-size: 0.75rem;
}

html[lang=th] .card.card--message-sms .card__quote {
  font-size: 2.5rem;
  font-weight: 500;
}
html[lang=th] .card.card--message-sms .card__text {
  font-size: 1rem;
  font-weight: 500;
}
html[lang=th] .card.card--message-sms .card__position {
  font-size: 0.75rem;
}

.card.card--message-sms {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.card.card--message-sms .card__quote {
  color: #09AD59;
}
.card.card--message-sms .card__text {
  margin-top: -1rem;
  flex-grow: 1;
}
.card.card--message-sms .card__name {
  padding-top: 1.25rem;
}
.card.card--message-sms .card__image {
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
}

.card.card--news, .card.card--news-highlight {
  overflow: hidden;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .card.card--news, .card.card--news-highlight {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  .card.card--news, .card.card--news-highlight {
    margin-bottom: 3rem;
  }
}
.card.card--news .card__header, .card.card--news-highlight .card__header {
  padding-bottom: 1.45rem;
}
.card.card--news .card__date, .card.card--news-highlight .card__date {
  color: #09AD59;
}
.card.card--news .card__title, .card.card--news-highlight .card__title {
  padding-top: 0.75rem;
  text-decoration-color: transparent;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s ease-in-out;
}
.card.card--news .card__image, .card.card--news-highlight .card__image {
  position: relative;
  overflow: hidden;
}
.card.card--news .card__image > img, .card.card--news-highlight .card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
}
.card.card--news .card__image::before, .card.card--news-highlight .card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 173, 89, 0.3);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.card.card--news:hover .card__title, .card.card--news-highlight:hover .card__title, .card.card--news:focus .card__title, .card.card--news-highlight:focus .card__title, .card.card--news:active .card__title, .card.card--news-highlight:active .card__title {
  color: #09AD59;
}
.card.card--news:hover .card__image::before, .card.card--news-highlight:hover .card__image::before, .card.card--news:focus .card__image::before, .card.card--news-highlight:focus .card__image::before, .card.card--news:active .card__image::before, .card.card--news-highlight:active .card__image::before {
  opacity: 1;
}
.card.card--news-highlight {
  margin-bottom: 1.25rem;
}

html[lang=en] .card.card--partner .card__title {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  html[lang=en] .card.card--partner .card__title {
    font-size: 1.125rem;
  }
}

html[lang=th] .card.card--partner .card__title {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  html[lang=th] .card.card--partner .card__title {
    font-size: 1.125rem;
  }
}

.card.card--partner .card__title {
  position: relative;
  z-index: 2;
  color: #1C5337;
  max-width: 48%;
  flex: 0 0 48%;
  padding: 1.25rem 0;
}
@media (max-width: 1199.98px) {
  .card.card--partner .card__title {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card--partner .card__title {
    max-width: 60%;
    flex: 0 0 60%;
  }
}
.card.card--partner .card__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1rem;
  overflow: hidden;
}
.card.card--partner .card__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(124deg, rgba(195, 228, 220, 0) 31.76%, #04753b 106.3%);
  background: -moz-linear-gradient(124deg, rgba(195, 228, 220, 0) 31.76%, #04753b 106.3%);
  background: -webkit-linear-gradient(124deg, rgba(195, 228, 220, 0) 31.76%, #04753b 106.3%);
  background: transparent linear-gradient(124deg, rgba(195, 228, 220, 0) 31.76%, #04753b 106.3%);
  opacity: 0;
}
.card.card--partner .card__bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.card.card--partner:hover .card__title, .card.card--partner:focus .card__title, .card.card--partner:active .card__title {
  color: #FFFFFF;
}
.card.card--partner:hover .card__bg, .card.card--partner:focus .card__bg, .card.card--partner:active .card__bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.card.card--partner:hover .card__wrapper::before, .card.card--partner:focus .card__wrapper::before, .card.card--partner:active .card__wrapper::before {
  opacity: 1;
}

html[lang=en] .card.card--product .card__title, html[lang=en] .card.card--product-blue .card__title, html[lang=en] .card.card--product-orange .card__title {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .card.card--product .card__title, html[lang=th] .card.card--product-blue .card__title, html[lang=th] .card.card--product-orange .card__title {
  font-size: 1rem;
  font-weight: 500;
}

.card.card--product, .card.card--product-blue, .card.card--product-orange {
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .card.card--product, .card.card--product-blue, .card.card--product-orange {
    margin-bottom: 2.45rem;
  }
}
.card.card--product .card__title, .card.card--product-blue .card__title, .card.card--product-orange .card__title {
  color: #333333;
  margin-top: 0.75rem;
  text-align: left;
}
.card.card--product .card__image, .card.card--product-blue .card__image, .card.card--product-orange .card__image {
  position: relative;
  overflow: hidden;
}
.card.card--product .card__image > img, .card.card--product-blue .card__image > img, .card.card--product-orange .card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
}
.card.card--product .card__image::before, .card.card--product-blue .card__image::before, .card.card--product-orange .card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 173, 89, 0.3);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.card.card--product:hover .card__title, .card.card--product-blue:hover .card__title, .card.card--product-orange:hover .card__title, .card.card--product:focus .card__title, .card.card--product-blue:focus .card__title, .card.card--product-orange:focus .card__title, .card.card--product:active .card__title, .card.card--product-blue:active .card__title, .card.card--product-orange:active .card__title {
  color: #09AD59;
  transition: all 0.4s ease-in-out;
}
.card.card--product:hover .card__image::before, .card.card--product-blue:hover .card__image::before, .card.card--product-orange:hover .card__image::before, .card.card--product:focus .card__image::before, .card.card--product-blue:focus .card__image::before, .card.card--product-orange:focus .card__image::before, .card.card--product:active .card__image::before, .card.card--product-blue:active .card__image::before, .card.card--product-orange:active .card__image::before {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.card.card--product-orange .card__image::before {
  background-color: rgba(254, 121, 58, 0.3);
}
.card.card--product-orange:hover .card__title, .card.card--product-orange:focus .card__title, .card.card--product-orange:active .card__title {
  color: #FE793A;
}
.card.card--product-blue .card__image::before {
  background-color: rgba(40, 180, 179, 0.3);
}
.card.card--product-blue:hover .card__title, .card.card--product-blue:focus .card__title, .card.card--product-blue:active .card__title {
  color: #28B4B3;
}

.card.card--portfolio {
  color: #FFFFFF;
}
.card.card--portfolio .card__title {
  position: relative;
  z-index: 2;
}
.card.card--portfolio .card__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 338px;
  display: flex;
  align-items: flex-end;
  padding: 1rem 1.45rem;
  overflow: hidden;
}
.card.card--portfolio .card__wrapper::before, .card.card--portfolio .card__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.44%, rgba(0, 0, 0, 0.85) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 39.44%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 39.44%, rgba(0, 0, 0, 0.85) 100%);
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 39.44%, rgba(0, 0, 0, 0.85) 100%);
}
.card.card--portfolio .card__wrapper::after {
  background: linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: -moz-linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: -webkit-linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: transparent linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  opacity: 0;
}
.card.card--portfolio .card__bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.card.card--portfolio:hover .card__bg, .card.card--portfolio:focus .card__bg, .card.card--portfolio:active .card__bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.card.card--portfolio:hover .card__wrapper::after, .card.card--portfolio:focus .card__wrapper::after, .card.card--portfolio:active .card__wrapper::after {
  opacity: 1;
}

html[lang=en] .card.card--site-search .card__title {
  font-size: 1.5rem;
}

html[lang=th] .card.card--site-search .card__title {
  font-size: 1.5rem;
}

.card.card--site-search {
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .card.card--site-search {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .card.card--site-search {
    margin-bottom: 3rem;
  }
}
.card.card--site-search .card__body {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #D9D9D9;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .card.card--site-search .card__body {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.card.card--site-search .card__detail {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[lang=en] .form .form-label {
  font-size: 1rem;
  font-weight: 500;
}
html[lang=en] .form .form-control {
  font-size: 1rem;
}

html[lang=th] .form .form-label {
  font-size: 1rem;
  font-weight: 500;
}
html[lang=th] .form .form-control {
  font-size: 1rem;
}

.form {
  position: relative;
}
.form .form-title {
  margin-bottom: 1rem;
  text-align: center;
}
.form .form-text {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #F8F8F8;
}
.form .form-group {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.form .form-group .form-label {
  text-align: left;
  padding: 0;
  margin-bottom: 0.375rem;
  color: #333333;
}
.form .form-group .form-control {
  min-height: 40px;
  margin: 0;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #333333;
  outline: none;
}
.form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form .form-group .form-control.form-control--select {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
  cursor: pointer;
}
.form .form-group .form-control.form-control--select:after {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  background-color: #09AD59;
  pointer-events: none;
  border: none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .form-group .form-control.form-control--select .form-select {
  /* Reset style */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0.25rem 3.25rem 0.25rem 0.75rem;
  outline: 0;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-image: none;
  background-color: #FFFFFF;
  color: #333333;
  cursor: pointer;
}
.form .form-group .form-control.form-control--select .form-select::-ms-expand {
  display: none;
}
.form .form-group .form-control:not(:empty):not(:focus):invalid .form-label {
  opacity: 0.5;
  left: calc(100% - 1.5rem);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.form .form-group .form-control:not(:empty):not(:focus):invalid .form-label.form-label--option {
  left: calc(100% - 3rem);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.form .form-group:hover .form-control {
  outline: none;
  box-shadow: none;
}
.form ::placeholder {
  opacity: 0;
}
.form ::-ms-input-placeholder {
  opacity: 0;
}
.form select,
.form option {
  -webkit-appearance: none;
}
.form select:focus,
.form option:focus {
  outline: none;
}

html[lang=en] .form.form--advance-search ::placeholder {
  font-size: 0.75rem;
}
html[lang=en] .form.form--advance-search ::-ms-input-placeholder {
  font-size: 0.75rem;
}
html[lang=en] .form.form--advance-search .form-search .form-search__input {
  font-size: 0.75rem;
}

html[lang=th] .form.form--advance-search ::placeholder {
  font-size: 0.75rem;
}
html[lang=th] .form.form--advance-search ::-ms-input-placeholder {
  font-size: 0.75rem;
}
html[lang=th] .form.form--advance-search .form-search .form-search__input {
  font-size: 0.75rem;
}

.form.form--advance-search {
  margin-top: 2.5rem;
}
.form.form--advance-search .form-search {
  position: relative;
}
@media (max-width: 767.98px) {
  .form.form--advance-search .form-search {
    margin-bottom: 1rem;
  }
}
.form.form--advance-search .form-search .form-search__input {
  width: 100%;
  height: 40px;
  padding: 0.5rem 1rem 0.5rem 3.375rem;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  background-color: transparent;
  color: #333333;
}
.form.form--advance-search .form-search .form-search__input:hover, .form.form--advance-search .form-search .form-search__input:focus, .form.form--advance-search .form-search .form-search__input:active {
  outline: none;
}
@media (max-width: 767.98px) {
  .form.form--advance-search .form-search .form-search__input {
    width: 100%;
    min-width: unset;
    padding-left: 2.5rem;
  }
}
.form.form--advance-search .form-search .form-search__icon {
  position: absolute;
  top: 0;
  left: 32px;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #333333;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .form.form--advance-search .form-search .form-search__icon {
    left: 15px;
  }
}
.form.form--advance-search .form-search .form-search__logo {
  position: absolute;
  right: 0.75rem;
  bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .form.form--advance-search .form-search .form-search__logo {
    bottom: -1.25rem;
    right: 0;
  }
}
.form.form--advance-search .form-search .form-search__logo img {
  position: relative;
  top: -1px;
  height: 8px;
}
.form.form--advance-search ::placeholder {
  opacity: 1;
}
.form.form--advance-search ::-ms-input-placeholder {
  opacity: 1;
}

html[lang=en] .custom-file .custom-file-label {
  font-size: 0.75rem;
}

html[lang=th] .custom-file .custom-file-label {
  font-size: 0.75rem;
}

.custom-control.custom-checkbox {
  display: flex;
  align-items: center;
  min-height: 16px;
  margin-bottom: 2.5rem;
  transition: all 0.4s ease-in-out;
}
.custom-control.custom-checkbox .custom-control-input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  opacity: 0;
}
.custom-control.custom-checkbox .custom-control-label {
  position: relative;
  width: 100%;
  padding: 0 0 0 0.875rem;
  color: #000000;
}
.custom-control.custom-checkbox .custom-control-label:before, .custom-control.custom-checkbox .custom-control-label:after {
  position: absolute;
  top: 2px;
  left: -16px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.custom-control.custom-checkbox .custom-control-label:before {
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.custom-control.custom-checkbox .custom-control-label:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-size: 0.625rem;
  color: transparent;
  background-image: none !important;
  cursor: pointer;
  font-weight: 600;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #09AD59;
  border-color: #09AD59;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  color: #FFFFFF;
}
.custom-control.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label:after {
  color: #FFFFFF;
}
.custom-control.custom-checkbox.disabled {
  pointer-events: none;
}
.custom-control.custom-checkbox.disabled .custom-control-label:before {
  opacity: 0.4;
}

.custom-file {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.custom-file .custom-file__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .custom-file .custom-file__wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.custom-file .custom-file__title {
  padding-right: 1rem;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .custom-file .custom-file__title {
    margin-bottom: 0.375rem;
  }
}
.custom-file .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0.5rem 1.25rem;
  min-width: 160px;
  min-height: 40px;
  color: rgba(51, 51, 51, 0.8);
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.custom-file .custom-file-label:after {
  display: none;
}
.custom-file .custom-file__group {
  position: relative;
  flex-grow: 1;
}
.custom-file .custom-file-input {
  width: 100%;
  height: 40px;
  padding: 0.5rem 2rem;
  cursor: pointer;
}
.custom-file .custom-file-input:focus ~ .custom-file-label {
  box-shadow: none;
}
.custom-file .custom-file-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background-color: #09AD59;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.custom-file-remark {
  margin: 1rem 0 1.25rem 0;
}

html[lang=en] .form.form--filter ::placeholder {
  font-size: 0.75rem;
}
html[lang=en] .form.form--filter ::-ms-input-placeholder {
  font-size: 0.75rem;
}
html[lang=en] .form.form--filter .form-search .form-search__input {
  font-size: 0.75rem;
}

html[lang=th] .form.form--filter ::placeholder {
  font-size: 0.75rem;
}
html[lang=th] .form.form--filter ::-ms-input-placeholder {
  font-size: 0.75rem;
}
html[lang=th] .form.form--filter .form-search .form-search__input {
  font-size: 0.75rem;
}

.form.form--filter {
  /* Filter Search */
}
.form.form--filter .form-group {
  margin-bottom: 0;
}
.form.form--filter .form-search {
  position: relative;
}
@media (max-width: 767.98px) {
  .form.form--filter .form-search {
    margin-bottom: 1rem;
  }
}
.form.form--filter .form-search .form-search__input {
  padding: 0.5rem 3rem 0.5rem 1.25rem;
  min-width: 266px;
  height: 40px;
  border: 1px solid #D1D1D1;
  border-radius: 100px;
  background-color: transparent;
  color: #333333;
}
.form.form--filter .form-search .form-search__input:hover, .form.form--filter .form-search .form-search__input:focus, .form.form--filter .form-search .form-search__input:active {
  outline: none;
}
@media (max-width: 767.98px) {
  .form.form--filter .form-search .form-search__input {
    width: 100%;
    min-width: unset;
  }
}
.form.form--filter .form-search .form-search__icon {
  position: absolute;
  top: 0;
  right: 4px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100px;
  background-color: transparent;
  color: #09AD59;
  font-size: 1.063rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form.form--filter ::placeholder {
  opacity: 1;
}
.form.form--filter ::-ms-input-placeholder {
  opacity: 1;
}

html[lang=en] .form.form--home .form-control {
  font-size: 0.75rem;
}

html[lang=th] .form.form--home .form-control {
  font-size: 0.75rem;
}

.form.form--home {
  height: 30px;
  width: 118px;
}
.form.form--home .form-group {
  position: relative;
  margin-bottom: 0;
}
.form.form--home .form-control {
  position: relative;
  min-height: unset;
  padding: 0.25rem 1rem 0.25rem 2rem;
  border: 1px solid rgba(209, 209, 209, 0.7);
  border-radius: 100px;
  background-color: transparent;
  color: #333333;
}
.form.form--home .form-control::placeholder {
  color: #333333;
}
.form.form--home .form-control::-ms-input-placeholder {
  color: #333333;
}
.form.form--home .form-search__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  color: #333333;
  display: flex;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form.form--home .form-search__icon > i {
  font-size: 0.813rem;
}
.form.form--home ::placeholder {
  opacity: 1;
}
.form.form--home ::-ms-input-placeholder {
  opacity: 1;
}

html[lang=en] .select.select--year .select__input, html[lang=en] .select.select--category .select__input {
  font-size: 0.75rem;
}

html[lang=th] .select.select--year .select__input, html[lang=th] .select.select--category .select__input {
  font-size: 0.75rem;
}

.select {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
  cursor: pointer;
}
.select .select__input {
  /* Reset style */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0;
  outline: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  color: #333333;
  cursor: pointer;
}
.select .select__input::-ms-expand {
  display: none;
}
.select.select--year, .select.select--category {
  height: 40px;
  min-width: 170px;
}
@media (max-width: 575.98px) {
  .select.select--year, .select.select--category {
    min-width: 100%;
  }
}
.select.select--year:after, .select.select--category:after {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: fit-content;
  height: 40px;
  font-size: 1rem;
  color: #09AD59;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select.select--year .select__input, .select.select--category .select__input {
  padding: 0.5rem 2.75rem 0.5rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 100px;
  color: #333333;
}
.select.select--category {
  min-width: 266px;
}
@media (max-width: 575.98px) {
  .select.select--category {
    min-width: 100%;
  }
}

html[lang=en] .form.form--sort .form-select {
  font-size: 0.875rem;
}

html[lang=th] .form.form--sort .form-select {
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .form.form--sort {
    margin-top: 0.75rem;
  }
}
.form.form--sort .form-select {
  cursor: pointer;
  position: relative;
  border: 0;
  border-radius: 0;
  color: #09AD59;
  background-color: #E8F7F0;
  background-image: none;
  padding: 6px 10px 6px 30px;
  text-align: center;
}
.form.form--sort .form-select:focus {
  box-shadow: none;
}
.form.form--sort .form__group {
  position: relative;
}
.form.form--sort .form__icon {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 10px;
  margin: auto 0;
}
.form.form--sort .form__icon i {
  color: #09AD59;
}

.media.media--contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.media.media--contact .media__item {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}
.media.media--contact .media__item:last-of-type {
  margin-bottom: 0;
}
.media.media--contact .media__icon {
  display: flex;
  font-size: 1.125rem;
  color: #09AD59;
  place-self: baseline;
  margin-right: 0.625rem;
}
.media.media--contact .media__title {
  color: #333333;
}
.media.media--contact .media__title > a {
  color: #333333;
}
.media.media--contact .media__title > a:hover {
  color: #333333;
}
.media.media--contact .media__block {
  display: inline-flex;
  align-items: center;
}

.media.media--footer-contact {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.media.media--footer-contact .media__item {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}
.media.media--footer-contact .media__item:last-of-type {
  margin-bottom: 0;
}
.media.media--footer-contact .media__icon {
  display: flex;
  font-size: 1.125rem;
  color: #09AD59;
  place-self: baseline;
}
.media.media--footer-contact .media__title {
  margin-left: 0.625rem;
  color: #333333;
}
.media.media--footer-contact .media__title > a {
  color: #333333;
}
.media.media--footer-contact .media__title > a:hover {
  color: #333333;
}

.nav li {
  padding: 0;
}
.nav li::before {
  display: none;
}
.nav .nav-link {
  outline: none;
}

.nav.nav--footer-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .nav.nav--footer-menu {
    display: block;
    column-count: 3;
  }
}
.nav.nav--footer-menu .nav-item {
  padding: 0 1rem 1.75rem 0;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 767.98px) {
  .nav.nav--footer-menu .nav-item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #E2E2E2;
  }
}
.nav.nav--footer-menu .nav-item.show .nav-header::before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  -moz-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotateX(180deg);
  -o-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}
@media (max-width: 767.98px) {
  .nav.nav--footer-menu .nav-subitem {
    display: none;
    padding-bottom: 1rem;
  }
}
.nav.nav--footer-menu .nav-header {
  position: relative;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  .nav.nav--footer-menu .nav-header:not(a) {
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .nav.nav--footer-menu .nav-header {
    padding: 0.75rem 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.nav.nav--footer-menu .nav-header::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.25rem;
  color: #09AD59;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .nav.nav--footer-menu .nav-header::before {
    display: none;
  }
}
.nav.nav--footer-menu .nav-title {
  color: #09AD59;
  text-transform: uppercase;
}
.nav.nav--footer-menu .nav-link {
  padding: 0 0 0.625rem 0;
  list-style: none;
  color: #A4A4A4;
}
@media (min-width: 576px) {
  .nav.nav--footer-menu .nav-link {
    pointer-events: visible;
  }
}
.nav.nav--footer-menu .nav-link:last-of-type {
  padding-bottom: 0;
}
.nav.nav--footer-menu .nav-link:hover {
  color: #333333;
}
.nav.nav--footer-link {
  display: flex;
  justify-content: end;
}
@media (max-width: 1199.98px) {
  .nav.nav--footer-link {
    justify-content: start;
  }
}
.nav.nav--footer-link .nav-item {
  position: relative;
  margin-right: 0.5rem;
  padding: 0 0.5rem 0 0;
  display: inline-flex;
  align-items: center;
}
.nav.nav--footer-link .nav-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.nav.nav--footer-link .nav-item:last-of-type::before {
  display: none;
}
.nav.nav--footer-link .nav-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #A4A4A4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav.nav--footer-link .nav-item .nav-link {
  padding: 0;
  color: #A4A4A4;
}
.nav.nav--footer-link .nav-item .nav-link:hover, .nav.nav--footer-link .nav-item .nav-link:focus, .nav.nav--footer-link .nav-item .nav-link:active {
  color: #333333;
}

html[lang=en] .nav.nav--ingredient .nav-link {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  html[lang=en] .nav.nav--ingredient .nav-link {
    font-size: 0.875rem;
  }
}

html[lang=th] .nav.nav--ingredient .nav-link {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  html[lang=th] .nav.nav--ingredient .nav-link {
    font-size: 0.875rem;
  }
}

.nav.nav--ingredient {
  margin-top: 2rem;
}
.nav.nav--ingredient .nav-link {
  color: #666666;
  padding: 0.625rem 0.77rem;
}
@media (max-width: 991.98px) {
  .nav.nav--ingredient .nav-link {
    padding: 0.4rem 0.45rem;
  }
}
.nav.nav--ingredient .nav-item {
  border: 1px solid rgba(102, 102, 102, 0.3);
  margin: 0 0.65rem 0.85rem 0;
}
.nav.nav--ingredient .nav-item:hover, .nav.nav--ingredient .nav-item:focus, .nav.nav--ingredient .nav-item:active {
  transition: all 0.4s ease-in-out;
  border: 1px solid #FE793A;
}
.nav.nav--ingredient .nav-item:hover .nav-link, .nav.nav--ingredient .nav-item:focus .nav-link, .nav.nav--ingredient .nav-item:active .nav-link {
  color: #FE793A;
  transition: all 0.4s ease-in-out;
}

.nav.nav--search {
  display: flex;
  align-items: center;
  justify-content: start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav.nav--search .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav.nav--search .nav-item:first-child::before {
  display: none;
}
@media (max-width: 991.98px) {
  .nav.nav--search .nav-item:first-child {
    margin-left: 0;
  }
}
.nav.nav--search .nav-item:last-child {
  margin-right: 0;
}
.nav.nav--search .nav-link {
  min-width: 74px;
  padding: 1.125rem 1.25rem;
  text-align: left;
  text-decoration: none;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.nav--search .nav-link:hover {
  background-color: #09AD59;
  color: #FFFFFF;
}
.nav.nav--search .nav-link.active, .nav.nav--search .nav-link:focus {
  background-color: #09AD59;
  border-radius: 0;
  color: #FFFFFF;
}

.nav.nav--social {
  padding-top: 1.625rem;
}
.nav.nav--social .nav-item {
  margin: 0 0 0 1rem;
}
.nav.nav--social .nav-item:first-of-type {
  margin: 0;
}
.nav.nav--social .nav-link {
  width: 47px;
  height: 35px;
  min-width: 47px;
  padding: 0;
  color: #09AD59;
  font-size: 0.875rem;
  border: 1px solid #E7E7E7;
  border-radius: 47px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.nav--social .nav-link:hover {
  color: #FFFFFF;
  border-color: #09AD59;
  background: #09AD59;
}

.navbar li {
  padding: 0;
}
.navbar li::before {
  display: none;
}
.navbar .nav-link {
  outline: none;
}

html[lang=en] .navbar.navbar--header-top .nav-link {
  font-size: 0.75rem;
}
html[lang=en] .navbar.navbar--hamburger .nav-link {
  font-size: 1rem;
  font-weight: 600;
}

html[lang=th] .navbar.navbar--header-top .nav-link {
  font-size: 0.75rem;
}
html[lang=th] .navbar.navbar--hamburger .nav-link {
  font-size: 1rem;
  font-weight: 600;
}

.navbar.navbar--header-top, .navbar.navbar--header-bottom {
  padding: 0;
}
.navbar.navbar--header-top .nav-link {
  margin-right: 1.25rem;
}
.navbar.navbar--header-bottom .nav-link {
  margin-left: 1.55rem;
}
.navbar.navbar--header .nav-link {
  padding: 0;
  color: #333333;
  display: flex;
  align-items: center;
}
.navbar.navbar--header .nav-link.dropdown-toggle::after {
  display: none;
}
.navbar.navbar--header .nav-link > i {
  padding-right: 0.25rem;
}
.navbar.navbar--header .nav-link.show::before {
  left: 0;
  opacity: 1;
}
.navbar.navbar--header .nav-link::before {
  content: "";
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.navbar.navbar--header .navbar-nav .dropdown-menu {
  position: fixed;
  top: 0;
  left: unset;
  right: -382px;
  width: 100%;
  height: 100%;
  max-width: 380px;
  margin: 0;
  padding: 3.75rem;
  border: none;
  border-radius: 0;
  background-color: #09AD59;
  color: #FFFFFF;
  display: block;
  z-index: 100;
  transition: all 0.4s ease-in-out;
}
.navbar.navbar--header .navbar-nav .dropdown-menu.show {
  right: 0;
}
.navbar.navbar--header .navbar-nav .dropdown-menu .dropdown-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1rem;
  cursor: pointer;
}
.navbar.navbar--header .navbar-nav .dropdown-menu.dropdown-menu--lv3 {
  position: static;
  padding: 1.5rem 0 0 0;
}
.navbar.navbar--header .navbar-nav .dropdown-menu.dropdown-menu--lv3 .dropdown-item {
  position: relative;
  padding-left: 1.25rem;
}
.navbar.navbar--header .navbar-nav .dropdown-menu.dropdown-menu--lv3 .dropdown-item::before {
  content: "•";
  position: absolute;
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 0.75rem;
  line-height: 1.125;
  color: #FFFFFF;
  display: block;
}
.navbar.navbar--header .navbar-nav .navbar-nav__wrapper {
  position: relative;
  z-index: 100;
}
.navbar.navbar--header .navbar-nav .navbar-nav__title {
  margin: 0 0 2.5rem 0;
}
.navbar.navbar--header .navbar-nav .navbar-nav__dropdown {
  padding: 0;
}
.navbar.navbar--header .navbar-nav .navbar-nav__dropdown .dropdown-item {
  padding: 0;
  margin-bottom: 1rem;
  background-color: transparent;
}
.navbar.navbar--header .navbar-nav .navbar-nav__dropdown .dropdown-item.dropdown {
  margin-bottom: 1.5rem;
}
.navbar.navbar--header .navbar-nav .navbar-nav__dropdown .dropdown-link {
  position: relative;
  color: #FFFFFF;
  white-space: wrap;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.navbar.navbar--header .navbar-nav .navbar-nav__dropdown .dropdown-link:hover::before {
  width: 100%;
}
.navbar.navbar--header .navbar-nav .navbar-nav__dropdown .dropdown-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.navbar.navbar--header .navbar-nav .navbar-nav__dropdown .dropdown-link.dropdown-toggle {
  pointer-events: none;
}
.navbar.navbar--header .navbar-nav .navbar-nav__dropdown .dropdown-link.dropdown-toggle::after {
  display: none;
}
.navbar.navbar--hamburger .navbar-collapse {
  display: block;
}
.navbar.navbar--hamburger .navbar-collapse::before {
  content: "";
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.navbar.navbar--hamburger .navbar-collapse.show::before {
  left: 0;
  opacity: 1;
}
.navbar.navbar--hamburger .navbar-collapse.show .navbar-nav {
  right: 0;
}
.navbar.navbar--hamburger .navbar-collapse.show .navbar-nav__close {
  opacity: 1;
  visibility: visible;
}
.navbar.navbar--hamburger .navbar-nav {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: unset;
  right: -382px;
  width: 100%;
  height: 100vh;
  max-width: 380px;
  margin: 0;
  padding: 3.75rem 2.75rem;
  border: none;
  border-radius: 0;
  background-color: #09AD59;
  color: #FFFFFF;
  display: block;
  z-index: 100;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575.98px) {
  .navbar.navbar--hamburger .navbar-nav {
    padding: 3.75rem 1.25rem;
  }
}
.navbar.navbar--hamburger .navbar-nav__close {
  position: fixed;
  top: 20px;
  right: 44px;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575.98px) {
  .navbar.navbar--hamburger .navbar-nav__close {
    right: 20px;
  }
}
.navbar.navbar--hamburger .navbar-nav__dropdown {
  padding: 0 0 1rem 0;
}
.navbar.navbar--hamburger .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.navbar.navbar--hamburger .nav-item:last-of-type {
  border-bottom: none;
}
.navbar.navbar--hamburger .nav-link {
  padding: 0.5rem 1rem 0.5rem 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.navbar.navbar--hamburger .nav-link.dropdown-toggle {
  white-space: wrap;
}
.navbar.navbar--hamburger .nav-link.dropdown-toggle::after {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  position: absolute;
  right: 0;
  border: none;
  font-size: 0.75rem;
  transition: all 0.4s ease-in-out;
}
.navbar.navbar--hamburger .nav-link.dropdown-toggle.show::after {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.navbar.navbar--hamburger .nav-link > i {
  padding-right: 0.25rem;
}
.navbar.navbar--hamburger .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.navbar.navbar--hamburger .dropdown-menu.dropdown-menu--lv3 {
  display: block;
  padding: 1rem 0 0 0;
}
.navbar.navbar--hamburger .dropdown-menu.dropdown-menu--lv3 .dropdown-item {
  position: relative;
  padding-left: 1.25rem;
}
.navbar.navbar--hamburger .dropdown-menu.dropdown-menu--lv3 .dropdown-item::before {
  content: "•";
  position: absolute;
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 0.75rem;
  line-height: 1.125;
  color: #FFFFFF;
}
.navbar.navbar--hamburger .dropdown-item {
  padding: 0 0 0.5rem 1rem;
  background-color: transparent;
}
.navbar.navbar--hamburger .dropdown-link {
  color: #FFFFFF;
  white-space: wrap;
  outline: none;
}
.navbar.navbar--hamburger .dropdown-link.dropdown-toggle {
  pointer-events: none;
}
.navbar.navbar--hamburger .dropdown-link.dropdown-toggle::after {
  display: none;
}

.navbar-toggler.navbar-toggler--hamburger {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.navbar-toggler.navbar-toggler--hamburger:focus, .navbar-toggler.navbar-toggler--hamburger:active {
  outline: none;
}
.navbar-toggler.navbar-toggler--hamburger .navbar-box {
  display: block;
  width: 30px;
  height: 22px;
  position: relative;
}
.navbar-toggler.navbar-toggler--hamburger .navbar-box::before, .navbar-toggler.navbar-toggler--hamburger .navbar-box::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  left: 50%;
  background-color: #09AD59;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.navbar-toggler.navbar-toggler--hamburger .navbar-box::before {
  top: 0;
}
.navbar-toggler.navbar-toggler--hamburger .navbar-box::after {
  bottom: 0;
}
.navbar-toggler.navbar-toggler--hamburger .navbar-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #09AD59;
  opacity: 1;
  border-radius: 2px;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.navbar-toggler.navbar-toggler--hamburger[aria-expanded=true] .navbar-box::before {
  top: 50%;
  width: 24px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.navbar-toggler.navbar-toggler--hamburger[aria-expanded=true] .navbar-box::after {
  bottom: unset;
  top: 50%;
  width: 24px;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.navbar-toggler.navbar-toggler--hamburger[aria-expanded=true] .navbar-inner {
  opacity: 0;
}

html[lang=en] .navbar.navbar--milestone .nav-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.37;
}
@media (max-width: 575.98px) {
  html[lang=en] .navbar.navbar--milestone .nav-link {
    font-size: 0.875rem;
  }
}
html[lang=en] .navbar.navbar--milestone .nav-link.active {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  html[lang=en] .navbar.navbar--milestone .nav-link.active {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  html[lang=en] .navbar.navbar--milestone .nav-link.active {
    font-size: 1rem;
  }
}

html[lang=th] .navbar.navbar--milestone .nav-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.37;
}
@media (max-width: 575.98px) {
  html[lang=th] .navbar.navbar--milestone .nav-link {
    font-size: 0.875rem;
  }
}
html[lang=th] .navbar.navbar--milestone .nav-link.active {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  html[lang=th] .navbar.navbar--milestone .nav-link.active {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  html[lang=th] .navbar.navbar--milestone .nav-link.active {
    font-size: 1rem;
  }
}

.navbar.navbar--milestone {
  position: sticky;
  height: 100vh;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.navbar.navbar--milestone .nav-link {
  position: relative;
  padding: 1.25rem 0 1.25rem 2.375rem;
  color: rgba(51, 51, 51, 0.7);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575.98px) {
  .navbar.navbar--milestone .nav-link {
    padding-left: 1.5rem;
  }
}
.navbar.navbar--milestone .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D9D9D9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575.98px) {
  .navbar.navbar--milestone .nav-link::before {
    left: 6px;
    width: 10px;
    height: 10px;
  }
}
.navbar.navbar--milestone .nav-link.active {
  color: #09AD59;
}
.navbar.navbar--milestone .nav-link.active::before {
  width: 16px;
  height: 16px;
  background-color: #09AD59;
}
@media (max-width: 575.98px) {
  .navbar.navbar--milestone .nav-link.active::before {
    width: 12px;
    height: 12px;
  }
}

html[lang=en] .navbar.navbar--primary .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  html[lang=en] .navbar.navbar--primary .nav-item.active .nav-link {
    font-weight: 600;
  }
}
html[lang=en] .navbar.navbar--primary .nav-toggler__title {
  font-weight: 600;
}

html[lang=th] .navbar.navbar--primary .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  html[lang=th] .navbar.navbar--primary .nav-item.active .nav-link {
    font-weight: 600;
  }
}
html[lang=th] .navbar.navbar--primary .nav-toggler__title {
  font-weight: 600;
}

.navbar.navbar--primary {
  position: relative;
  z-index: 20;
  margin: 0 0 3.25rem 0;
  padding: 0;
}
@media (min-width: 992px) {
  .navbar.navbar--primary .navbar-collapse {
    position: relative;
    top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .navbar.navbar--primary {
    box-shadow: none;
    margin-left: 0;
  }
  .navbar.navbar--primary .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    padding: 0;
    will-change: transform;
    z-index: 1;
    background: #FFFFFF;
    border: none;
    border-top: 1px solid #09AD59;
    border-bottom: 1px solid #09AD59;
    border-radius: 0;
    overflow: hidden;
  }
}
.navbar.navbar--primary .navbar-toggler {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.75rem 4rem 0.75rem 0.875rem;
  margin-right: 0;
  width: 100%;
  text-align: left;
  border: none;
  border-top: 1px solid #09AD59;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.3;
  overflow: hidden;
}
.navbar.navbar--primary .navbar-toggler::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: -moz-linear-gradient(0deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: -webkit-linear-gradient(0deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: transparent linear-gradient(0deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  opacity: 0.3;
  z-index: 1;
  display: block;
  transition: all 0.4s ease-in-out;
}
.navbar.navbar--primary .navbar-toggler::after {
  display: none;
}
@media (min-width: 992px) {
  .navbar.navbar--primary .navbar-toggler {
    display: none;
  }
}
.navbar.navbar--primary .navbar-toggler .navbar-toggler__title,
.navbar.navbar--primary .navbar-toggler .nav-toggler__title {
  color: #09AD59;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar.navbar--primary .navbar-toggler .navbar-toggler__icon-dropdown {
  position: absolute;
  right: 8px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 3rem;
  margin: auto 0;
  font-size: 1.25rem;
  background: transparent;
  color: #09AD59;
}
.navbar.navbar--primary .collapse:not(.show) {
  display: block;
}
@media (max-width: 991.98px) {
  .navbar.navbar--primary .collapse:not(.show) {
    display: none;
  }
}
.navbar.navbar--primary .navbar-nav {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .navbar.navbar--primary .navbar-nav {
    display: block;
  }
}
.navbar.navbar--primary .navbar-nav .nav-item {
  position: relative;
  width: 100%;
  padding: 0.875rem 0.875rem 1.25rem 0.875rem;
  border: none;
  border-top: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .navbar.navbar--primary .navbar-nav .nav-item {
    width: 100%;
    padding: 0;
    text-align: left;
    border-top: none;
    justify-content: flex-start;
    border-top: 1px solid #09AD59;
  }
  .navbar.navbar--primary .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
}
.navbar.navbar--primary .navbar-nav .nav-item.active {
  border-top: 1px solid #09AD59;
}
.navbar.navbar--primary .navbar-nav .nav-item.active::before {
  opacity: 0.3;
}
.navbar.navbar--primary .navbar-nav .nav-item.active .nav-link {
  color: #09AD59;
}
.navbar.navbar--primary .navbar-nav .nav-item.active .nav-link::before {
  opacity: 1;
}
.navbar.navbar--primary .navbar-nav .nav-item:hover {
  border-top: 1px solid #09AD59;
}
.navbar.navbar--primary .navbar-nav .nav-item:hover::before {
  opacity: 0.3;
}
.navbar.navbar--primary .navbar-nav .nav-item:hover .nav-link {
  color: #09AD59;
}
.navbar.navbar--primary .navbar-nav .nav-item:hover .nav-link::before {
  opacity: 1;
}
.navbar.navbar--primary .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: -moz-linear-gradient(0deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: -webkit-linear-gradient(0deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  background: transparent linear-gradient(0deg, rgba(9, 173, 89, 0) 0%, #09AD59 100%);
  opacity: 0.1;
  z-index: 1;
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .navbar.navbar--primary .navbar-nav .nav-item::before {
    display: none;
  }
}
.navbar.navbar--primary .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0;
  color: #333333;
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .navbar.navbar--primary .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0.875rem;
  }
}
.navbar.navbar--primary .navbar-nav .nav-item .nav-link::before {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  font-size: 0.75rem;
  color: #09AD59;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .navbar.navbar--primary .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
}

.autocomplete:hover, .autocomplete:focus {
  outline: none;
  box-shadow: none;
}
.autocomplete-suggestions {
  overflow-y: auto;
}
.autocomplete-suggestion {
  background-color: #FFF;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #EEE;
  transition: background-color 0.3s ease-in-out;
  background-color: #FFF;
  cursor: pointer;
}
.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  background-color: #EEE;
}
.autocomplete-selected {
  background-color: #EEE;
}

.modal--search .modal-content {
  border-radius: 0.5rem;
}
.modal--search .modal-body {
  padding: 1rem;
}

html[lang=en] .section .section__title {
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  html[lang=en] .section .section__title {
    font-size: 2rem;
  }
}

html[lang=th] .section .section__title {
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  html[lang=th] .section .section__title {
    font-size: 2rem;
  }
}

.section {
  position: relative;
}
.section .section__header {
  position: relative;
  padding: 0 0 0.75rem 1.45rem;
  margin-bottom: 1.75rem;
}
.section .section__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #09AD59 60%, rgba(9, 173, 89, 0.15) 100%);
  background: -moz-linear-gradient(180deg, #09AD59 60%, rgba(9, 173, 89, 0.15) 100%);
  background: -webkit-linear-gradient(180deg, #09AD59 60%, rgba(9, 173, 89, 0.15) 100%);
  background: transparent linear-gradient(180deg, #09AD59 60%, rgba(9, 173, 89, 0.15) 100%);
}
.section .section__header.section__header--orange::before {
  background: linear-gradient(180deg, #FE793A 0%, rgba(254, 121, 58, 0) 100%);
  background: -moz-linear-gradient(180deg, #FE793A 0%, rgba(254, 121, 58, 0) 100%);
  background: -webkit-linear-gradient(180deg, #FE793A 0%, rgba(254, 121, 58, 0) 100%);
  background: transparent linear-gradient(180deg, #FE793A 0%, rgba(254, 121, 58, 0) 100%);
}
.section .section__header.section__header--blue::before {
  background: linear-gradient(180deg, #28B4B3 0%, rgba(40, 180, 179, 0) 100%);
  background: -moz-linear-gradient(180deg, #28B4B3 0%, rgba(40, 180, 179, 0) 100%);
  background: -webkit-linear-gradient(180deg, #28B4B3 0%, rgba(40, 180, 179, 0) 100%);
  background: transparent linear-gradient(180deg, #28B4B3 0%, rgba(40, 180, 179, 0) 100%);
}
.section .section__title {
  color: #09AD59;
  word-break: break-word;
}
.section .section__content {
  text-align: center;
  margin-bottom: 3rem;
}
.section .section__btn {
  padding-top: 3rem;
  text-align: center;
}
.section .section__btn.section__btn--border {
  margin-top: 1.25rem;
  padding-top: 2.5rem;
  border-top: 2px solid #EAEAEA;
}
.section .section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section .section__video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .section__wrapper {
  position: relative;
  overflow: hidden;
  padding: 7.625rem 0;
  text-align: center;
  margin-bottom: 5rem;
  height: 473px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .section .section__wrapper {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .section .section__wrapper {
    height: 240px;
    margin-bottom: 3rem;
  }
}
.section .section__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(202deg, rgba(255, 255, 255, 0) 6%, rgba(0, 0, 0, 0.8) 84%);
  background: -moz-linear-gradient(202deg, rgba(255, 255, 255, 0) 6%, rgba(0, 0, 0, 0.8) 84%);
  background: -webkit-linear-gradient(202deg, rgba(255, 255, 255, 0) 6%, rgba(0, 0, 0, 0.8) 84%);
  background: transparent linear-gradient(202deg, rgba(255, 255, 255, 0) 6%, rgba(0, 0, 0, 0.8) 84%);
  transition: opacity 1.5s ease-in-out;
  transition-delay: 0.4s;
}
.section .section__clippath {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}
@media (max-width: 575.98px) {
  .section .section__clippath {
    padding-top: 6.5rem;
  }
}
.section .section__clippath::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1696px;
  clip-path: polygon(113px 0%, calc(100% - 113px) 0%, 100% 180px, 100% calc(100% - 180px), calc(100% - 113px) 100%, 113px 100%, 0% calc(100% - 180px), 0% 180px);
  background: linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .section .section__clippath::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 140px, 100% calc(100% - 140px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 140px), 0% 140px);
  }
}
@media (max-width: 575.98px) {
  .section .section__clippath::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 90px), 0% 90px);
  }
}
.section .section__clippath.section__clippath--gray::before {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.2) 40%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(217, 217, 217, 0.2) 40%, rgba(217, 217, 217, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(217, 217, 217, 0.2) 40%, rgba(217, 217, 217, 0) 100%);
  background: transparent linear-gradient(180deg, rgba(217, 217, 217, 0.2) 40%, rgba(217, 217, 217, 0) 100%);
}
.section .section__clippath.section__clippath--full {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}
.section .section__clippath.section__clippath--space-bottom {
  padding: 5rem 0 16.25rem;
}
@media (max-width: 1199.98px) {
  .section .section__clippath.section__clippath--space-bottom {
    padding: 5rem 0 15.25rem;
  }
}
@media (max-width: 991.98px) {
  .section .section__clippath.section__clippath--space-bottom {
    padding: 5rem 0 14.25rem;
  }
}
@media (max-width: 575.98px) {
  .section .section__clippath.section__clippath--space-bottom {
    padding-top: 6.5rem;
  }
}
.section .section__square {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}
@media (max-width: 575.98px) {
  .section .section__square {
    padding-top: 4rem;
  }
}
.section .section__square::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  z-index: -2;
  pointer-events: none;
}
.section .section__square.section__square--full {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62.41%, rgba(9, 173, 89, 0.1) 100%);
}
.section .section__square.section__square--space-bottom {
  padding: 5rem 0 16.25rem;
}
@media (max-width: 1199.98px) {
  .section .section__square.section__square--space-bottom {
    padding: 5rem 0 15.25rem;
  }
}
@media (max-width: 991.98px) {
  .section .section__square.section__square--space-bottom {
    padding: 4rem 0 14.25rem;
  }
}
.section .section__highlight {
  position: relative;
  overflow: hidden;
  padding-bottom: 8rem;
}
.section .section__highlight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  min-height: 1696px;
  clip-path: polygon(113px 0%, calc(100% - 113px) 0%, 100% 180px, 100% calc(100% - 180px), calc(100% - 113px) 100%, 113px 100%, 0% calc(100% - 180px), 0% 180px);
  min-height: 700px;
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 60%, rgba(9, 173, 89, 0.15) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 60%, rgba(9, 173, 89, 0.15) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 60%, rgba(9, 173, 89, 0.15) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 60%, rgba(9, 173, 89, 0.15) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .section .section__highlight::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 140px, 100% calc(100% - 140px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 140px), 0% 140px);
  }
}
@media (max-width: 575.98px) {
  .section .section__highlight::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 90px), 0% 90px);
  }
}
.section .section__highlight.section__highlight--orange::before {
  background: linear-gradient(180deg, rgba(254, 121, 58, 0) 60%, rgba(254, 121, 58, 0.15) 100%);
  background: -moz-linear-gradient(180deg, rgba(254, 121, 58, 0) 60%, rgba(254, 121, 58, 0.15) 100%);
  background: -webkit-linear-gradient(180deg, rgba(254, 121, 58, 0) 60%, rgba(254, 121, 58, 0.15) 100%);
  background: transparent linear-gradient(180deg, rgba(254, 121, 58, 0) 60%, rgba(254, 121, 58, 0.15) 100%);
}
.section .section__highlight.section__highlight--darkblue::before {
  background: linear-gradient(180deg, rgba(0, 105, 202, 0) 88.01%, rgba(0, 105, 202, 0.15) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 105, 202, 0) 88.01%, rgba(0, 105, 202, 0.15) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 105, 202, 0) 88.01%, rgba(0, 105, 202, 0.15) 100%);
  background: transparent linear-gradient(180deg, rgba(0, 105, 202, 0) 88.01%, rgba(0, 105, 202, 0.15) 100%);
}
.section .section__highlight.section__highlight--gray::before {
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
  background: -moz-linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
  background: -webkit-linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
  background: transparent linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
}
.section .section__highlight.section__highlight--lightgreen::before {
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 62%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 62%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 62%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 62%, rgba(9, 173, 89, 0.1) 100%);
}
.section .section__highlight.section__highlight--small {
  padding-bottom: 5rem;
}
.section .section__highlight.section__highlight--space-top {
  padding-top: 5rem;
}
@media (max-width: 1199.98px) {
  .section .section__highlight.section__highlight--space-top {
    padding-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  .section .section__highlight.section__highlight--space-top {
    padding-top: 3rem;
  }
}
.section .section__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .section .section__block {
    flex-direction: column;
  }
}
.section .section__social {
  padding-top: 1rem;
  border-top: 1px solid #EAEAEA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section.section--space {
  padding: 5rem 0;
}
@media (max-width: 1199.98px) {
  .section.section--space {
    padding: 4rem 0;
  }
}
@media (max-width: 991.98px) {
  .section.section--space {
    padding: 3rem 0;
  }
}
.section.section--space-top {
  padding-top: 5rem;
}
@media (max-width: 1199.98px) {
  .section.section--space-top {
    padding-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  .section.section--space-top {
    padding-top: 3rem;
  }
}
.section.section--space-top.section--product-title-inline + .section {
  padding-top: 0;
}
.section.section--space-bottom {
  padding-bottom: 5rem;
}
@media (max-width: 1199.98px) {
  .section.section--space-bottom {
    padding-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  .section.section--space-bottom {
    padding-bottom: 3rem;
  }
}
.section.section--gradient, .section.section--gradient-full {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section.section--gradient::before, .section.section--gradient-full::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  z-index: -1;
  pointer-events: none;
}
.section.section--gradient-full {
  padding-top: 5rem;
}
@media (max-width: 1199.98px) {
  .section.section--gradient-full {
    padding-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  .section.section--gradient-full {
    padding-top: 3rem;
  }
}
.section.section--gradient-full::before {
  height: 100%;
}
.section.section--full {
  padding-bottom: 16.25rem;
}
@media (max-width: 1199.98px) {
  .section.section--full {
    padding-bottom: 15.25rem;
  }
}
@media (max-width: 991.98px) {
  .section.section--full {
    padding-bottom: 14.25rem;
  }
}
.section.section--full-sm {
  padding-bottom: 11.25rem;
}
@media (max-width: 1199.98px) {
  .section.section--full-sm {
    padding-bottom: 10.25rem;
  }
}
@media (max-width: 991.98px) {
  .section.section--full-sm {
    padding-bottom: 9.25rem;
  }
}

html[lang=en] .section.section--board-detail .section__position {
  font-size: 1.5rem;
}
html[lang=en] .section.section--board-detail .section__group-title {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .section.section--board-detail .section__position {
  font-size: 1.5rem;
}
html[lang=th] .section.section--board-detail .section__group-title {
  font-size: 1rem;
  font-weight: 500;
}

.section.section--board-detail {
  position: relative;
  padding: 4.375rem 0 11.25rem 0;
}
.section.section--board-detail::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background-image: url("/themes/default/assets/static/images/default/content/management-structure/detail-bg.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.section.section--board-detail .section__body {
  padding-bottom: 4.688rem;
}
.section.section--board-detail .section__title {
  margin: 0.5rem 0 0 0;
}
@media (max-width: 991.98px) {
  .section.section--board-detail .section__title {
    margin: 3rem 0 0 0;
  }
}
.section.section--board-detail .section__position {
  padding-bottom: 3rem;
}
.section.section--board-detail .section__group {
  padding-bottom: 1rem;
}
.section.section--board-detail .section__group-title {
  padding-bottom: 0.625rem;
}
.section.section--board-detail .section__experience {
  display: flex;
}
.section.section--board-detail .section__experience-year {
  min-width: 110px;
  flex-shrink: 0;
}
.section.section--board-detail .section__button {
  padding: 0.5rem 0 0 0;
}
.section.section--board-detail .section__figure {
  position: sticky;
  top: calc(100% - 668px);
  height: 100%;
  max-height: 668px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .section.section--board-detail .section__figure {
    position: relative;
    justify-content: center;
  }
  .section.section--board-detail .section__figure::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 4px;
    background-color: #09AD59;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
}
@media (max-height: 720px) and (min-width: 992px) {
  .section.section--board-detail .section__figure {
    top: calc(100% - 518px);
    max-height: 518px;
  }
}
.section.section--board-detail .section__image {
  width: auto;
  height: 100%;
}
@media (max-width: 991.98px) {
  .section.section--board-detail .section__image {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
@media (max-height: 620px) and (min-width: 992px) {
  .section.section--board-detail .section__image {
    width: auto;
    height: 100%;
  }
}

.section.section--carbon-footprint {
  position: relative;
  overflow: hidden;
}
.section.section--carbon-footprint .section__bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  padding-bottom: 11rem;
  padding-top: 5rem;
}
@media (max-width: 1199.98px) {
  .section.section--carbon-footprint .section__bg {
    padding-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  .section.section--carbon-footprint .section__bg {
    padding-top: 3rem;
  }
}
.section.section--carbon-footprint .section__bg::after {
  position: absolute;
  content: "";
  width: 600px;
  height: 1100px;
  right: -147px;
  bottom: 0;
  background-image: url("/themes/default/assets/static/images/default/content/our-responsibility/our-sustainability/carbon-footprint-element.png");
  pointer-events: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .section.section--carbon-footprint .section__bg::after {
    width: 500px;
    height: 1000px;
  }
}

.section.section--corporate-philosophy .section__highlight {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 5rem 0;
}
.section.section--corporate-philosophy .section__highlight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1696px;
  clip-path: polygon(113px 0%, calc(100% - 113px) 0%, 100% 180px, 100% calc(100% - 180px), calc(100% - 113px) 100%, 113px 100%, 0% calc(100% - 180px), 0% 180px);
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
  background: -moz-linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
  background: -webkit-linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
  background: transparent linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 100%);
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .section.section--corporate-philosophy .section__highlight::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 140px, 100% calc(100% - 140px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 140px), 0% 140px);
  }
}
@media (max-width: 575.98px) {
  .section.section--corporate-philosophy .section__highlight::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 90px), 0% 90px);
  }
}
.section.section--corporate-philosophy .section__highlight .section__group {
  padding: 4.75rem 0 0 0;
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__highlight .section__group {
    text-align: center;
  }
}
.section.section--corporate-philosophy .section__highlight .section__image {
  width: calc(100% - 1rem);
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__highlight .section__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.section.section--corporate-philosophy .section__body {
  padding: 5rem 0 4.75rem 0;
}
.section.section--corporate-philosophy .section__vision-mission {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 0 0;
}
@media (max-width: 575.98px) {
  .section.section--corporate-philosophy .section__vision-mission {
    padding: 2rem 0 0 0;
  }
}
.section.section--corporate-philosophy .section__vision-mission::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__vision-mission::before {
    display: none;
  }
}
.section.section--corporate-philosophy .section__vision-mission .section__title {
  padding: 0 0 0.5rem 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__vision-mission .section__title {
    text-align: center;
  }
}
.section.section--corporate-philosophy .section__vision-mission .section__values {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__vision-mission .section__values {
    flex-direction: column-reverse;
  }
}
.section.section--corporate-philosophy .section__vision-mission .section__figure {
  position: relative;
  width: 50%;
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__vision-mission .section__figure {
    width: 100%;
    max-height: 740px;
  }
}
.section.section--corporate-philosophy .section__vision-mission .section__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__vision-mission .section__image {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.section.section--corporate-philosophy .section__vision-mission .section__group {
  position: relative;
  width: 40%;
  padding: 0 0 19.375rem 5.75rem;
}
.section.section--corporate-philosophy .section__vision-mission .section__group::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__vision-mission .section__group::before {
    display: block;
  }
}
@media (max-width: 1399.98px) {
  .section.section--corporate-philosophy .section__vision-mission .section__group {
    padding: 0 0 14rem 5rem;
  }
}
@media (max-width: 1199.98px) {
  .section.section--corporate-philosophy .section__vision-mission .section__group {
    padding: 0 0 14rem 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .section.section--corporate-philosophy .section__vision-mission .section__group {
    width: 100%;
    padding: 0 0 6rem 0;
  }
}
.section.section--corporate-philosophy .section__vision-mission ul li {
  margin-bottom: 1.5rem;
}
.section.section--corporate-philosophy .section__vision-mission ul li:last-child {
  margin-bottom: 0;
}

html[lang=en] .section.section--message-director .section__name {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .section.section--message-director .section__name {
  font-size: 1rem;
  font-weight: 500;
}

.section.section--message-director {
  position: relative;
  padding: 4.375rem 0 11.25rem 0;
}
.section.section--message-director::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background-image: url("/themes/default/assets/static/images/default/content/message-director/background.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.section.section--message-director .section__body {
  padding-bottom: 4.688rem;
}
@media (max-width: 991.98px) {
  .section.section--message-director .section__body {
    padding-top: 3rem;
  }
}
.section.section--message-director .section__name {
  margin: 3.375rem 0 0 0;
  color: #09AD59;
}
.section.section--message-director .section__figure {
  position: sticky;
  top: calc(100% - 668px);
  height: 100%;
  max-height: 668px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .section.section--message-director .section__figure {
    position: relative;
    justify-content: center;
  }
  .section.section--message-director .section__figure::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 4px;
    background-color: #09AD59;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
}
@media (max-height: 620px) and (min-width: 992px) {
  .section.section--message-director .section__figure {
    top: calc(100% - 518px);
    max-height: 518px;
  }
}
.section.section--message-director .section__image {
  width: auto;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .section.section--message-director .section__image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .section.section--message-director .section__image {
    max-width: 300px;
  }
}
@media (max-height: 620px) and (min-width: 992px) {
  .section.section--message-director .section__image {
    width: auto;
    height: 100%;
  }
}
.section.section--message-director .list .list__item {
  padding: 0 0 0 1.25rem;
}
.section.section--message-director .list .list__item::before {
  top: 2px;
  left: 6px;
  font-size: 1rem;
  color: #333333;
}

.section.section--milestone::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0) 14.78%, rgba(9, 173, 89, 0.1) 100%);
  z-index: -1;
  pointer-events: none;
}
.section.section--milestone .section__nav {
  height: 100vh;
  position: sticky;
  top: 0;
  margin-bottom: 16.75rem;
}
.section.section--milestone .section__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, #CCCCCC 5%, #CCCCCC 93%, rgba(204, 204, 204, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, #CCCCCC 5%, #CCCCCC 93%, rgba(204, 204, 204, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, #CCCCCC 5%, #CCCCCC 93%, rgba(204, 204, 204, 0) 100%);
  background: transparent linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, #CCCCCC 5%, #CCCCCC 93%, rgba(204, 204, 204, 0) 100%);
}
@media (max-width: 575.98px) {
  .section.section--milestone .section__nav::before {
    left: 0;
  }
}

html[lang=en] .section.section--overview .section__item-number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.15;
}
html[lang=en] .section.section--overview .section__item-subtitle {
  font-size: 1rem;
  line-height: 1.5;
}

html[lang=th] .section.section--overview .section__item-number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.15;
}
html[lang=th] .section.section--overview .section__item-subtitle {
  font-size: 1rem;
  line-height: 1.5;
}

.section.section--overview .section__highlight {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .section.section--overview .section__highlight {
    padding: 3rem 0;
  }
}
.section.section--overview .section__highlight::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .section.section--overview .section__title {
    text-align: center;
  }
}
.section.section--overview .section__highlight-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .section.section--overview .section__highlight-wrapper {
    padding-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .section.section--overview .section__highlight-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.section.section--overview .section__item {
  position: relative;
  overflow: hidden;
  width: 271px;
  min-width: 271px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section.section--overview .section__item:not(:last-of-type) {
  margin-left: -2.5rem;
}
@media (max-width: 991.98px) {
  .section.section--overview .section__item:not(:last-of-type) {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .section.section--overview .section__item:not(:last-of-type) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.section--overview .section__item:nth-of-type(1) {
    margin: -5.625rem 0 0 -13.75rem;
  }
  .section.section--overview .section__item:nth-of-type(2) {
    margin: -5.625rem -13.75rem 0 0;
  }
  .section.section--overview .section__item:nth-of-type(3) {
    margin: 0 0 0 -13.75rem;
  }
}
.section.section--overview .section__item-background {
  width: 271px;
  height: 204px;
}
.section.section--overview .section__item-number {
  color: #09AD59;
}
.section.section--overview .section__item-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section.section--overview .section__body {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 18.25rem 0;
}
@media (max-width: 575.98px) {
  .section.section--overview .section__body {
    padding: 6.5rem 0 18.25rem 0;
  }
}
.section.section--overview .section__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  min-height: 1696px;
  clip-path: polygon(113px 0%, calc(100% - 113px) 0%, 100% 180px, 100% calc(100% - 180px), calc(100% - 113px) 100%, 113px 100%, 0% calc(100% - 180px), 0% 180px);
  background: linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 38%);
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .section.section--overview .section__body::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 140px, 100% calc(100% - 140px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 140px), 0% 140px);
  }
}
@media (max-width: 575.98px) {
  .section.section--overview .section__body::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 90px), 0% 90px);
  }
}
.section.section--overview .section__body .section__background {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  min-width: 1000px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section.section--solution {
  padding-top: 6rem;
}
@media (max-width: 991.98px) {
  .section.section--solution {
    padding-top: 7rem;
  }
}

.swiper.swiper--popup {
  z-index: 10;
  width: 100%;
}
.swiper.swiper--popup .swiper-slide {
  height: auto;
  min-height: 100%;
  padding-bottom: 4.75rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .swiper.swiper--popup .swiper-slide {
    padding-bottom: 6.75rem;
  }
}
.swiper.swiper--popup .swiper-slide .swiper__body {
  padding: 0 1.25rem;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.8s ease-in-out;
}
.swiper.swiper--popup .swiper-slide.swiper-slide-visible .swiper__body {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.swiper.swiper--popup .swiper__title {
  margin: 0;
  color: #FFFFFF;
}
.swiper.swiper--popup .swiper__text {
  margin: 0;
  color: #FFFFFF;
}
.swiper.swiper--popup .swiper-pagination-bullets {
  bottom: 40px;
  width: fit-content;
  right: 0;
  left: unset;
}
.swiper.swiper--popup .swiper-pagination-bullet {
  width: 14px;
  height: 10px;
  border-radius: 0;
  background-color: #FFFFFF;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}
.swiper.swiper--popup .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper.swiper--popup .swiper__checkbox {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.swiper.swiper--billboard-bg {
  width: 100%;
  height: 100%;
}
.swiper.swiper--billboard-bg .swiper-slide {
  position: relative;
}
.swiper.swiper--billboard-bg .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 15.34%, rgba(0, 0, 0, 0) 58.65%), linear-gradient(180deg, rgba(4, 117, 59, 0) 62.19%, #04753B 100%) no-repeat;
  z-index: 1;
}
.swiper.swiper--billboard-bg .swiper__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.swiper--billboard-bg .swiper__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  background-size: cover;
  background-position: 50%;
  object-fit: cover;
  object-position: center;
}
.swiper.swiper--billboard-content {
  z-index: 10;
  width: 100%;
}
.swiper.swiper--billboard-content .swiper-slide {
  height: auto;
  min-height: 100%;
  padding-bottom: 4.75rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .swiper.swiper--billboard-content .swiper-slide {
    padding-bottom: 6.75rem;
  }
}
.swiper.swiper--billboard-content .swiper-slide .swiper__body {
  padding: 0 1.25rem;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.8s ease-in-out;
}
.swiper.swiper--billboard-content .swiper-slide.swiper-slide-visible .swiper__body {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.swiper.swiper--billboard-content .swiper__title {
  margin: 0;
  color: #FFFFFF;
}
.swiper.swiper--billboard-content .swiper__text {
  margin: 0;
  color: #FFFFFF;
}
.swiper.swiper--billboard-content .swiper-pagination-bullets {
  width: fit-content;
  left: 60px;
  bottom: 40px;
}
@media (max-width: 767.98px) {
  .swiper.swiper--billboard-content .swiper-pagination-bullets {
    left: 50%;
    bottom: 66px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.swiper.swiper--billboard-content .swiper-pagination-bullet {
  width: 14px;
  height: 10px;
  border-radius: 0;
  background-color: #FFFFFF;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}
.swiper.swiper--billboard-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

html[lang=en] .swiper.swiper--home-news .swiper-pagination-fraction {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .swiper.swiper--home-news .swiper-pagination-fraction {
  font-size: 1rem;
  font-weight: 500;
}

.swiper.swiper--home-news .swiper-slide {
  height: auto;
}
.swiper.swiper--home-news .swiper-control {
  position: relative;
  height: 60px;
}
@media (min-width: 992px) {
  .swiper.swiper--home-news .swiper-control {
    height: 0;
  }
}
.swiper.swiper--home-news .swiper-pagination-bullets {
  width: fit-content;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper.swiper--home-news .swiper-pagination-bullet {
  width: 14px;
  height: 10px;
  border-radius: 0;
  background-color: #09AD59;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}
.swiper.swiper--home-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper.swiper--home-news .swiper-control {
  position: relative;
  height: 0;
}
@media (max-width: 991px) {
  .swiper.swiper--home-news .swiper-control {
    height: 40px;
  }
}

html[lang=en] .swiper.swiper--home-partner .swiper-pagination-fraction {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .swiper.swiper--home-partner .swiper-pagination-fraction {
  font-size: 1rem;
  font-weight: 500;
}

.swiper.swiper--home-partner {
  overflow: unset;
}
.swiper.swiper--home-partner.animation .card__image {
  bottom: 0;
  height: 100%;
  opacity: 1;
}
.swiper.swiper--home-partner .swiper-slide {
  width: 100%;
  height: auto;
  max-width: 692px;
}
.swiper.swiper--home-partner .swiper-control {
  position: relative;
  height: 0;
  visibility: hidden;
}
@media (max-width: 694px) {
  .swiper.swiper--home-partner .swiper-control {
    height: 40px;
    visibility: visible;
  }
}
@media (max-height: 779px) {
  .swiper.swiper--home-partner .swiper-control {
    height: 40px;
    visibility: visible;
  }
}
.swiper.swiper--home-partner .swiper-pagination-bullets {
  width: fit-content;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper.swiper--home-partner .swiper-pagination-bullet {
  width: 14px;
  height: 10px;
  border-radius: 0;
  background-color: #09AD59;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}
.swiper.swiper--home-partner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

html[lang=en] .swiper.swiper--home-product .swiper__title-normal {
  font-size: 1.5rem;
  line-height: 1.87;
}
html[lang=en] .swiper.swiper--home-product .swiper__title-highlight {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
}
html[lang=en] .swiper.swiper--home-product .swiper__item-title {
  font-size: 1rem;
  font-weight: 500;
}

html[lang=th] .swiper.swiper--home-product .swiper__title-normal {
  font-size: 1.5rem;
  line-height: 1.87;
}
html[lang=th] .swiper.swiper--home-product .swiper__title-highlight {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
}
html[lang=th] .swiper.swiper--home-product .swiper__item-title {
  font-size: 1rem;
  font-weight: 500;
}

.swiper.swiper--home-product {
  overflow: unset;
}
@media (max-width: 991px) {
  .swiper.swiper--home-product {
    padding-bottom: 2.5rem;
  }
}
@media (max-height: 767px) {
  .swiper.swiper--home-product {
    padding-bottom: 2.5rem;
  }
}
.swiper.swiper--home-product .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 570px;
  padding: 0 5rem 2.5rem 5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .swiper.swiper--home-product .swiper-slide {
    padding: 0 6rem 2.5rem 6rem;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .swiper.swiper--home-product .swiper-slide {
    padding: 0 1rem 2.5rem 1rem;
  }
}
.swiper.swiper--home-product .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
.swiper.swiper--home-product .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 65px;
  background: linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: -moz-linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: -webkit-linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: transparent linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  transition: all 1.5s ease-in-out 0.4s;
}
@media (max-width: 767.98px) {
  .swiper.swiper--home-product .swiper-slide::after {
    display: none;
  }
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(1)::before {
  background: linear-gradient(-166deg, rgba(254, 121, 58, 0) 58%, #FE793A 102%);
  background: -moz-linear-gradient(-166deg, rgba(254, 121, 58, 0) 58%, #FE793A 102%);
  background: -webkit-linear-gradient(-166deg, rgba(254, 121, 58, 0) 58%, #FE793A 102%);
  background: transparent linear-gradient(-166deg, rgba(254, 121, 58, 0) 58%, #FE793A 102%);
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(1) .swiper__item::after {
  background: linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: -moz-linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: -webkit-linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
  background: transparent linear-gradient(180deg, rgba(254, 121, 58, 0) 33%, #CA6536 100%);
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(1) .swiper__title {
  color: #FE793A;
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(2)::before {
  background: linear-gradient(166deg, rgba(9, 173, 89, 0) 58%, #09AD59 102%);
  background: -moz-linear-gradient(166deg, rgba(9, 173, 89, 0) 58%, #09AD59 102%);
  background: -webkit-linear-gradient(166deg, rgba(9, 173, 89, 0) 58%, #09AD59 102%);
  background: transparent linear-gradient(166deg, rgba(9, 173, 89, 0) 58%, #09AD59 102%);
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(2) .swiper__item::after {
  background: linear-gradient(180deg, rgba(4, 117, 59, 0) 33%, #04753B 100%);
  background: -moz-linear-gradient(180deg, rgba(4, 117, 59, 0) 33%, #04753B 100%);
  background: -webkit-linear-gradient(180deg, rgba(4, 117, 59, 0) 33%, #04753B 100%);
  background: transparent linear-gradient(180deg, rgba(4, 117, 59, 0) 33%, #04753B 100%);
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(2) .swiper__title {
  color: #09AD59;
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(3)::before {
  background: linear-gradient(166deg, rgba(40, 180, 179, 0) 58%, #28B4B3 102%);
  background: -moz-linear-gradient(166deg, rgba(40, 180, 179, 0) 58%, #28B4B3 102%);
  background: -webkit-linear-gradient(166deg, rgba(40, 180, 179, 0) 58%, #28B4B3 102%);
  background: transparent linear-gradient(166deg, rgba(40, 180, 179, 0) 58%, #28B4B3 102%);
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(3)::after {
  display: none;
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(3) .swiper__item::after {
  background: linear-gradient(180deg, rgba(40, 180, 179, 0) 33%, #28B4B3 100%);
  background: -moz-linear-gradient(180deg, rgba(40, 180, 179, 0) 33%, #28B4B3 100%);
  background: -webkit-linear-gradient(180deg, rgba(40, 180, 179, 0) 33%, #28B4B3 100%);
  background: transparent linear-gradient(180deg, rgba(40, 180, 179, 0) 33%, #28B4B3 100%);
}
.swiper.swiper--home-product .swiper-slide:nth-of-type(3) .swiper__title {
  color: #28B4B3;
}
.swiper.swiper--home-product .swiper__header {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.swiper.swiper--home-product .swiper__title {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .swiper.swiper--home-product .swiper__title {
    justify-content: center;
  }
}
.swiper.swiper--home-product .swiper__title-highlight {
  padding-right: 0.5rem;
  text-transform: uppercase;
}
.swiper.swiper--home-product .swiper__text {
  padding-top: 0.625rem;
}
@media (max-width: 767.98px) {
  .swiper.swiper--home-product .swiper__text {
    text-align: center;
  }
}
.swiper.swiper--home-product .swiper__wrapper {
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .swiper.swiper--home-product .swiper__wrapper {
    max-width: 364px;
    justify-content: center;
  }
}
.swiper.swiper--home-product .swiper__item {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 204px;
  max-width: 182px;
  display: flex;
  align-items: flex-end;
}
.swiper.swiper--home-product .swiper__item:hover::after {
  opacity: 1;
}
.swiper.swiper--home-product .swiper__item:hover .swiper__item-image {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -moz-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.swiper.swiper--home-product .swiper__item::before, .swiper.swiper--home-product .swiper__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}
.swiper.swiper--home-product .swiper__item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.85) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.85) 100%);
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.85) 100%);
}
.swiper.swiper--home-product .swiper__item::after {
  opacity: 0;
}
.swiper.swiper--home-product .swiper__item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper.swiper--home-product .swiper__item-title {
  position: relative;
  padding: 0.625rem;
  color: #FFFFFF;
  z-index: 1;
}
.swiper.swiper--home-product .swiper__button {
  padding-top: 1.875rem;
}
@media (max-width: 767.98px) {
  .swiper.swiper--home-product .swiper__button {
    display: flex;
    justify-content: center;
  }
}
.swiper.swiper--home-product .swiper-pagination-bullets {
  width: fit-content;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper.swiper--home-product .swiper-pagination-bullet {
  width: 14px;
  height: 10px;
  border-radius: 0;
  background-color: #09AD59;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}
.swiper.swiper--home-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper.swiper--home-product .swiper-control {
  position: relative;
  height: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .swiper.swiper--home-product .swiper-control {
    height: 40px;
    visibility: visible;
  }
}
@media (max-height: 767px) {
  .swiper.swiper--home-product .swiper-control {
    height: 40px;
    visibility: visible;
  }
}

.swiper.swiper--gallery .swiper__img {
  max-width: 100%;
  height: auto;
}
.swiper.swiper--gallery .swiper-slide {
  text-align: center;
}
.swiper.swiper--nav-gallery {
  margin: 1rem 4.5rem 3rem 4.5rem;
}
@media (max-width: 1199.98px) {
  .swiper.swiper--nav-gallery {
    margin: 1rem 3rem 3rem 3rem;
  }
}
.swiper.swiper--nav-gallery .swiper__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.swiper--nav-gallery .swiper-slide {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.swiper.swiper--nav-gallery .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 173, 89, 0.3);
}

.swiper-container--nav-gallery {
  position: relative;
  margin: 0 -4.5rem;
}
@media (max-width: 1199.98px) {
  .swiper-container--nav-gallery {
    margin: 0 -3rem;
  }
}
@media (max-width: 767.98px) {
  .swiper-container--nav-gallery {
    margin: 0;
  }
}
.swiper-container--nav-gallery .swiper-button-next, .swiper-container--nav-gallery .swiper-button-prev {
  top: 50%;
  margin-top: 0;
  color: #09AD59;
  border: 1px solid #09AD59;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-container--nav-gallery .swiper-button-next::after, .swiper-container--nav-gallery .swiper-button-prev::after {
  font-size: 12px;
}
.swiper-container--nav-gallery .swiper-button-next:hover, .swiper-container--nav-gallery .swiper-button-next:focus, .swiper-container--nav-gallery .swiper-button-next:active, .swiper-container--nav-gallery .swiper-button-prev:hover, .swiper-container--nav-gallery .swiper-button-prev:focus, .swiper-container--nav-gallery .swiper-button-prev:active {
  color: #FFFFFF;
  background-color: #09AD59;
}
.swiper-container--nav-gallery .swiper-button-next {
  right: 30px;
}
@media (max-width: 1199.98px) {
  .swiper-container--nav-gallery .swiper-button-next {
    right: 0;
  }
}
.swiper-container--nav-gallery .swiper-button-next::after {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}
.swiper-container--nav-gallery .swiper-button-prev {
  left: 30px;
}
@media (max-width: 1199.98px) {
  .swiper-container--nav-gallery .swiper-button-prev {
    left: 0;
  }
}
.swiper-container--nav-gallery .swiper-button-prev::after {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

html[lang=en] .swiper.swiper--board-sustain .swiper__detail {
  font-size: 1rem;
  font-weight: 500;
}
html[lang=en] .swiper.swiper--board-sustain .swiper__quote {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 0;
}

html[lang=th] .swiper.swiper--board-sustain .swiper__detail {
  font-size: 1rem;
  font-weight: 500;
}
html[lang=th] .swiper.swiper--board-sustain .swiper__quote {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 0;
}

.swiper.swiper--board-sustain .swiper__content {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .swiper.swiper--board-sustain .swiper__content {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
.swiper.swiper--board-sustain .swiper__detail {
  padding-bottom: 1.25rem;
}
.swiper.swiper--board-sustain .swiper__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.swiper.swiper--board-sustain .swiper__img img {
  width: auto;
  max-height: 424px;
}
@media (max-width: 991.98px) {
  .swiper.swiper--board-sustain .swiper__img img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .swiper.swiper--board-sustain .swiper__img img {
    max-height: 300px;
  }
}
.swiper.swiper--board-sustain .swiper__quote {
  color: #09AD59;
  padding-top: 1.45rem;
  padding-bottom: 0.45rem;
}
.swiper.swiper--board-sustain .swiper__wrapper {
  right: -6rem;
  position: relative;
  opacity: 0;
}
.swiper.swiper--board-sustain .swiper-pagination-bullet {
  width: 14px;
  height: 10px;
  border-radius: 0;
  background-color: #09AD59;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}
.swiper.swiper--board-sustain .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper.swiper--board-sustain .swiper-pagination {
  width: fit-content;
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .swiper.swiper--board-sustain .swiper-pagination {
    padding-bottom: 0;
  }
}
.swiper.swiper--board-sustain .swiper-control {
  position: relative;
  height: 0;
}

html[lang=en] .accordion .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
}

html[lang=th] .accordion .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
}

.accordion .accordion-item {
  padding: 0;
  border: none;
  border-top: 1px solid #09AD59;
  border-radius: 0;
  background-color: transparent;
}
.accordion .accordion-item:not(:first-of-type) {
  border: none;
  border-top: 1px solid #09AD59;
}
.accordion .accordion-button {
  position: relative;
  padding: 1rem 2.5rem 1.125rem 1.875rem;
  background-color: transparent;
  color: #000000;
  box-shadow: unset;
  display: flex;
  justify-content: space-between;
}
.accordion .accordion-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 100%);
  background: transparent linear-gradient(180deg, rgba(9, 173, 89, 0.1) 0%, rgba(9, 173, 89, 0) 100%);
}
.accordion .accordion-button::after {
  display: none;
}
.accordion .accordion-button:not(.collapsed) .accordion-icon::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotatex(180deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotatex(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotatex(180deg);
  -o-transform: translateX(-50%) translateY(-50%) rotatex(180deg);
  transform: translateX(-50%) translateY(-50%) rotatex(180deg);
}
.accordion .accordion-icon {
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 12px;
  min-width: 24px;
  min-height: 12px;
  margin-left: 1.5rem;
}
.accordion .accordion-icon::before {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #09AD59;
  font-size: 1.5rem;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.accordion .accordion-body {
  padding: 1.875rem 4.375rem 3.25rem 1.875rem;
}

html[lang=en] .banner .banner__title {
  line-height: 1.33;
}
@media (max-width: 767.98px) {
  html[lang=en] .banner .banner__title {
    font-size: 2rem;
  }
}

html[lang=th] .banner .banner__title {
  line-height: 1.33;
}
@media (max-width: 767.98px) {
  html[lang=th] .banner .banner__title {
    font-size: 2rem;
  }
}

.banner {
  position: relative;
}
.banner .banner__image::before, .banner .banner__image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
  pointer-events: none;
}
.banner .banner__image::before {
  background: linear-gradient(2deg, rgba(0, 0, 0, 0) 67.96%, rgba(0, 0, 0, 0.27) 97.51%);
  background: -moz-linear-gradient(2deg, rgba(0, 0, 0, 0) 67.96%, rgba(0, 0, 0, 0.27) 97.51%);
  background: -webkit-linear-gradient(2deg, rgba(0, 0, 0, 0) 67.96%, rgba(0, 0, 0, 0.27) 97.51%);
  background: transparent linear-gradient(2deg, rgba(0, 0, 0, 0) 67.96%, rgba(0, 0, 0, 0.27) 97.51%);
}
.banner .banner__image::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 66.53%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 66.53%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 66.53%);
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 66.53%);
}
.banner .banner__image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner .banner__body {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 454px;
  padding: 1.25rem 0 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .banner .banner__body {
    min-height: 284px;
  }
}
.banner .banner__title {
  margin: 0;
  text-align: center;
  color: #FFFFFF;
}
.banner .breadcrumb {
  padding: 0;
  margin: 0;
}
.banner .breadcrumb .breadcrumb-item:last-child .breadcrumb-link {
  color: #FFFFFF;
}
.banner .breadcrumb .breadcrumb-link {
  color: #FFFFFF;
}

.block-sum .block-sum__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.block-sum .block-sum__text .form-control {
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  color: #000000;
  width: auto;
  border-bottom: 1px solid #000000;
}
.block-sum .block-sum__text .form-control:focus {
  box-shadow: none;
}
.block-sum .block-sum__button {
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
}
.block-sum .block-sum__button .btn {
  margin: 0.5rem 0.75rem;
}

html[lang=en] .breadcrumb .breadcrumb-link {
  font-size: 0.75rem;
}

html[lang=th] .breadcrumb .breadcrumb-link {
  font-size: 0.75rem;
}

.breadcrumb {
  margin: 0;
  padding: 1.25rem 0;
}
.breadcrumb .breadcrumb-item:last-child .breadcrumb-link {
  color: #09AD59;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.625rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  padding-right: 0.625rem;
  font-size: 1.125rem;
  color: rgba(209, 209, 209, 0.7);
  line-height: 1.25;
}
.breadcrumb .breadcrumb-link {
  color: #333333;
}

.cursor {
  position: absolute;
  z-index: 1000;
  width: 100px;
  height: 100px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cursor {
    display: none;
  }
}
.cursor .cursor__title {
  position: relative;
  z-index: 1000;
  padding: 0 1.375rem;
  color: #09AD59;
}
.cursor .cursor__title::before, .cursor .cursor__title::after {
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  color: #09AD59;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cursor .cursor__title::before {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  left: 0;
}
.cursor .cursor__title::after {
  font-family: "sms" !important;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  right: 0;
}
.cursor::before {
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
}
.cursor.hide {
  opacity: 0;
}

.draggable {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  cursor: none !important;
}
@media (max-width: 991.98px) {
  .draggable {
    height: 350px;
    cursor: default !important;
  }
}
@media (max-width: 767.98px) {
  .draggable {
    height: 300px;
  }
}
.draggable .draggable__item {
  width: 10000%;
  height: 450px;
  margin-left: -5000%;
  background-size: contain !important;
  cursor: none !important;
}
@media (max-width: 991.98px) {
  .draggable .draggable__item {
    height: 350px;
    cursor: default !important;
  }
}
@media (max-width: 767.98px) {
  .draggable .draggable__item {
    height: 300px;
  }
}

html[lang=en] .pagination .page-link {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  html[lang=en] .pagination .page-link {
    font-size: 0.875rem;
  }
}

html[lang=th] .pagination .page-link {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  html[lang=th] .pagination .page-link {
    font-size: 0.875rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
  outline: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination .page-item {
  position: relative;
  outline: 0;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .pagination .page-item {
    margin: 0 0.25rem;
  }
}
.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
  min-width: unset;
}
@media (max-width: 575.98px) {
  .pagination .page-item:first-child, .pagination .page-item:last-child {
    margin: 0;
  }
}
.pagination .page-item:first-child::before, .pagination .page-item:last-child::before {
  display: none;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #09AD59;
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 0.875rem;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  color: #09AD59;
}
.pagination .page-item:first-child.disabled, .pagination .page-item:last-child.disabled {
  pointer-events: none;
}
.pagination .page-item:first-child.disabled .page-link, .pagination .page-item:last-child.disabled .page-link {
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #09AD59;
}
.pagination .page-item.active::before {
  background-color: #09AD59;
}
.pagination .page-item.active .page-link {
  color: #FFFFFF;
}
.pagination .page-item.disabled > .page-link {
  border-color: transparent;
  background-color: transparent;
  pointer-events: none;
}
.pagination .page-item:hover::before {
  background-color: #09AD59;
}
.pagination .page-item:hover .page-link {
  color: #FFFFFF;
}
.pagination .page-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.pagination .page-link {
  position: relative;
  padding: 0;
  border: 0;
  color: #09AD59;
  background-color: transparent;
  line-height: 1.25;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.pagination .page-link:focus-visible {
  outline: 0;
  box-shadow: none;
}
.pagination .page-link:focus {
  outline: 0;
  box-shadow: none;
}
.pagination .page-link:hover {
  color: #FFFFFF;
}

html[lang=en] .preloader .preloader__text {
  font-size: 2.8125rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  html[lang=en] .preloader .preloader__text {
    font-size: 1.875rem;
  }
}

html[lang=th] .preloader .preloader__text {
  font-size: 2.8125rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  html[lang=th] .preloader .preloader__text {
    font-size: 1.875rem;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  background-image: url("/themes/default/assets/static/images/default/preloader/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.4s ease-in-out 3.5s;
}
.preloader.active {
  opacity: 0;
}
.preloader.active .preloader__text {
  animation-name: textAnimate;
  animation-timing-function: ease-in-out;
  animation-duration: 5s;
}
.preloader.active .preloader__image-center {
  animation-name: ImageAnimate;
  animation-timing-function: ease-in-out;
  animation-duration: 5s;
}
.preloader.active .preloader__image-top-left {
  bottom: 50%;
  left: 0;
}
.preloader.active .preloader__image-bottom-left {
  bottom: -16px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.preloader.active .preloader__image-right {
  bottom: -42px;
  right: -25px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.preloader.preloader--hide {
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0s;
}
.preloader .preloader__text {
  position: absolute;
  top: 55%;
  left: 50%;
  color: #FFFFFF;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader__image-center {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 671px;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader__image-center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.preloader .preloader__image-center > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preloader .preloader__image-top-left {
  position: absolute;
  left: -80px;
  bottom: 52%;
  transition: all 2s ease-in-out;
}
.preloader .preloader__image-bottom-left {
  position: absolute;
  bottom: -38px;
  right: 74%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 2s ease-in-out;
}
.preloader .preloader__image-right {
  position: absolute;
  bottom: -50px;
  right: -64px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 2s ease-in-out;
}

@keyframes textAnimate {
  0% {
    top: 55%;
    opacity: 0;
  }
  40% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 0;
  }
}
@keyframes ImageAnimate {
  0% {
    width: 100%;
    height: auto;
    max-width: 671px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  40% {
    width: 100%;
    height: auto;
    max-width: 671px;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    width: 100%;
    height: auto;
    max-width: 671px;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    -moz-transform: translate(-50%, -50%) scale(2.5);
    -ms-transform: translate(-50%, -50%) scale(2.5);
    -o-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
  }
}
.preloader-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.3s linear;
}
.preloader-search .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader-search .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #09AD59;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader-search .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.preloader-search .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader-search .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader-search .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
.preloader-search.preloader-search--reload {
  display: flex;
  z-index: 9999;
  opacity: 1;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media (min-width: 991px) and (min-height: 768px) {
  .sticky-container .sticky-container__wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sticky-container .sticky-container__wrapper::-webkit-scrollbar {
    display: none;
  }
}

#spotlight {
  background-color: #FFFFFF;
}

.mark, mark {
  background-color: rgba(9, 173, 89, 0.5);
}

body {
  color: #333333;
}
body .main {
  padding-top: 6.875rem;
}
@media (max-width: 1199.98px) {
  body .main {
    padding-top: 5.938rem;
  }
}
@media (max-width: 991.98px) {
  body .main {
    padding-top: 4.125rem;
  }
}
body .main.main--home {
  padding-top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3.75rem;
  background-color: transparent;
  z-index: 99;
  transition: all 0.6s ease-in-out;
  display: flex;
  justify-content: space-between;
  /* Scroll Down */
  /* Scroll Up */
  /* Home Header */
}
@media (max-width: 1199.98px) {
  .header {
    padding: 0 2.75rem;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding: 0 0.75rem;
  }
}
.header .header__left {
  padding: 1.875rem 0;
}
@media (max-width: 991.98px) {
  .header .header__left {
    padding: 1rem 0;
  }
}
.header .header__right {
  display: flex;
}
.header .header__top {
  position: relative;
  margin-bottom: 0.75rem;
  padding: 0.625rem 0 0.625rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .header .header__top {
    margin-bottom: 0;
    padding: 0;
  }
}
.header .header__top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(220, 220, 220, 0) 0%, #DCDCDC 100%);
  background: -moz-linear-gradient(90deg, rgba(220, 220, 220, 0) 0%, #DCDCDC 100%);
  background: -webkit-linear-gradient(90deg, rgba(220, 220, 220, 0) 0%, #DCDCDC 100%);
  background: transparent linear-gradient(90deg, rgba(220, 220, 220, 0) 0%, #DCDCDC 100%);
}
@media (max-width: 991.98px) {
  .header .header__top::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .header__top .navbar.navbar--header {
    display: none;
  }
}
.header .header__bottom {
  display: flex;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .header .header__bottom {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .header__group {
    display: flex;
    align-items: center;
  }
}
.header .header__logo-normal,
.header .header__logo-white {
  height: auto;
  width: 100%;
  max-width: 183px;
}
@media (max-width: 1199.98px) {
  .header .header__logo-normal,
.header .header__logo-white {
    max-width: 130px;
  }
}
.header .header__logo-normal {
  display: block;
}
.header .header__logo-white {
  display: none;
}
.header .header__logo-image {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .header .header__search {
    padding-right: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .header .header__search .form--home {
    display: none;
  }
}
.header .header__search > a {
  display: none;
}
@media (max-width: 575.98px) {
  .header .header__search > a {
    display: flex;
  }
}
.header .header__search > a > i {
  font-size: 1.125rem;
  color: #09AD59;
  transition: all 0.4s ease-in-out;
}
.header .header__button {
  position: relative;
  width: fit-content;
  height: 89px;
  min-width: 108px;
  max-width: 195px;
  padding: 0 1.125rem 1rem 1.125rem;
  color: #FFFFFF;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .header .header__button {
    min-width: 88px;
    max-width: 165px;
  }
}
@media (max-width: 991.98px) {
  .header .header__button {
    display: none;
  }
}
.header .header__button:hover {
  height: 95px;
}
.header .header__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.header .header__button.header__button-orange::before {
  background-color: #FE793A;
}
.header .header__button.header__button-green::before {
  background-color: #09AD59;
}
.header .header__button.header__button-blue::before {
  background-color: #28B4B3;
}
.header.header--scroll {
  top: -112px;
  background-color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .header.header--scroll {
    top: 0;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
  }
  .header.header--scroll .header__logo-normal {
    display: block;
  }
  .header.header--scroll .header__logo-white {
    display: none;
  }
}
.header.header--scroll-up {
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
}
.header.header--white {
  background-color: #FFFFFF;
}
.header.header--home:not(.header.header--home.header--scroll) {
  background-color: transparent;
}
.header.header--home:not(.header.header--home.header--scroll) .header__logo-normal {
  display: none;
}
.header.header--home:not(.header.header--home.header--scroll) .header__logo-white {
  display: block;
}
.header.header--home:not(.header.header--home.header--scroll) .header__search > a > i {
  color: #FFFFFF;
}
.header.header--home:not(.header.header--home.header--scroll) .navbar-toggler.navbar-toggler--hamburger .navbar-inner {
  background-color: #FFFFFF;
}
.header.header--home:not(.header.header--home.header--scroll) .navbar-toggler.navbar-toggler--hamburger .navbar-box::before, .header.header--home:not(.header.header--home.header--scroll) .navbar-toggler.navbar-toggler--hamburger .navbar-box::after {
  background-color: #FFFFFF;
}
.header.header--home:not(.header.header--home.header--scroll) .form.form--home .form-control {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.header.header--home:not(.header.header--home.header--scroll) .form.form--home .form-control::placeholder {
  color: #FFFFFF;
}
.header.header--home:not(.header.header--home.header--scroll) .form.form--home .form-control::-ms-input-placeholder {
  color: #FFFFFF;
}
.header.header--home:not(.header.header--home.header--scroll) .form.form--home .form-search__icon {
  color: #FFFFFF;
}
.header.header--home.header--scroll {
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .header.header--home:not(.header.header--home.header--scroll-up) .header__top::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
  .header.header--home:not(.header.header--home.header--scroll-up) .navbar.navbar--header-top .nav-link, .header.header--home:not(.header.header--home.header--scroll-up) .navbar.navbar--header-bottom .nav-link {
    color: #FFFFFF;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-top: -11.25rem;
  padding-top: 6.875rem;
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 4.875rem;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding-top: 3.875rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1696px;
  clip-path: polygon(113px 0%, calc(100% - 113px) 0%, 100% 180px, 100% calc(100% - 180px), calc(100% - 113px) 100%, 113px 100%, 0% calc(100% - 180px), 0% 180px);
  background: linear-gradient(357deg, #FFFFFF -5.32%, #F8F8F8 80.6%);
  background: -moz-linear-gradient(357deg, #FFFFFF -5.32%, #F8F8F8 80.6%);
  background: -webkit-linear-gradient(357deg, #FFFFFF -5.32%, #F8F8F8 80.6%);
  background: transparent linear-gradient(357deg, #FFFFFF -5.32%, #F8F8F8 80.6%);
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .footer::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 140px, 100% calc(100% - 140px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 140px), 0% 140px);
  }
}
@media (max-width: 575.98px) {
  .footer::before {
    clip-path: polygon(80px 0%, calc(100% - 80px) 0%, 100% 90px, 100% calc(100% - 90px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 90px), 0% 90px);
  }
}
@media (max-width: 767.98px) {
  .footer .footer__highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer__logo {
  height: 100%;
  width: auto;
  max-height: 54px;
  margin-bottom: 2.125rem;
}
@media (max-width: 767.98px) {
  .footer .footer__text {
    text-align: center;
  }
}
.footer .footer__subcompany {
  margin-top: auto;
  padding: 0 0 1.5rem 0;
}
@media (max-width: 991.98px) {
  .footer .footer__subcompany {
    padding: 3.5rem 0 3.5rem 0;
  }
}
.footer .footer__row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .footer .footer__row {
    justify-content: center;
  }
}
.footer .footer__subcompany-image {
  margin: 0.625rem 0.375rem 0 0;
  height: 32px;
  width: auto;
}
@media (max-width: 767.98px) {
  .footer .footer__subcompany-image {
    margin: 0.625rem 0.375rem 0 0.375rem;
  }
}
.footer .footer__subcompany-image > img {
  width: auto;
  height: 100%;
}
.footer .footer__bottom {
  padding: 1.875rem 0;
  border-top: 2px solid #F2F2F2;
  color: #A4A4A4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer .footer__bottom {
    border-top: none;
  }
}
@media (max-width: 991.98px) {
  .footer .footer__copyright {
    padding-bottom: 0.75rem;
  }
}

html[lang=en] .home .home__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.12;
}

html[lang=th] .home .home__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.12;
}

.home .home__title {
  color: #09AD59;
  margin: 0;
}
.home .home__title-highlight {
  color: #FE793A;
}

.home.home--billboard {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
.home.home--billboard .home__element {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 53px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.home.home--billboard .home__element::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  animation: bounceDown 3s infinite ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home.home--billboard .home__element::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
  animation: bounceDown 3s infinite ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home.home--billboard .home__background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home.home--billboard .home__content {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: end;
}

.home.home--footer {
  padding-bottom: 11rem;
}

html[lang=en] .home.home--innovative .home__number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.15;
}
html[lang=en] .home.home--innovative .home__number .odometer {
  line-height: 1.15;
}

html[lang=th] .home.home--innovative .home__number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.15;
}
html[lang=th] .home.home--innovative .home__number .odometer {
  line-height: 1.15;
}

.home.home--innovative {
  position: relative;
  overflow: hidden;
  padding: 6.563rem 0 4.5rem 0;
}
.home.home--innovative.animation::before {
  height: 105px;
}
.home.home--innovative::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, #09AD59 40%, rgba(9, 173, 89, 0) 100%);
  background: -moz-linear-gradient(180deg, #09AD59 40%, rgba(9, 173, 89, 0) 100%);
  background: -webkit-linear-gradient(180deg, #09AD59 40%, rgba(9, 173, 89, 0) 100%);
  background: transparent linear-gradient(180deg, #09AD59 40%, rgba(9, 173, 89, 0) 100%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  transition-duration: 1.2s;
  transition-delay: 0s;
}
@media (max-width: 1199.98px) {
  .home.home--innovative .home__title {
    text-align: center;
  }
}
.home.home--innovative .home__text {
  margin: 0;
  padding-top: 1.25rem;
}
@media (max-width: 1199.98px) {
  .home.home--innovative .home__text {
    text-align: center;
  }
}
.home.home--innovative .home__button {
  padding-top: 2.5rem;
}
@media (max-width: 1199.98px) {
  .home.home--innovative .home__button {
    display: flex;
    justify-content: center;
  }
}
.home.home--innovative .home__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .home.home--innovative .home__wrapper {
    padding-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .home.home--innovative .home__wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.home.home--innovative .home__item {
  position: relative;
  overflow: hidden;
  width: 271px;
  min-width: 271px;
  text-align: center;
  color: #09AD59;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home.home--innovative .home__item:not(:last-of-type) {
  margin-left: -2.5rem;
}
@media (max-width: 991.98px) {
  .home.home--innovative .home__item:not(:last-of-type) {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .home.home--innovative .home__item:not(:last-of-type) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home.home--innovative .home__item:nth-of-type(1) {
    margin: -5.625rem 0 0 -13.75rem;
  }
  .home.home--innovative .home__item:nth-of-type(2) {
    margin: -5.625rem -13.75rem 0 0;
  }
  .home.home--innovative .home__item:nth-of-type(3) {
    margin: 0 0 0 -13.75rem;
  }
}
.home.home--innovative .home__item-background {
  width: 271px;
  height: 204px;
}
.home.home--innovative .home__detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home.home--innovative .home__subtitle {
  color: #333333;
}

.home.home--news {
  padding: 6rem 0 10rem 0;
}
.home.home--news .home__title {
  padding-bottom: 4rem;
  text-align: center;
}
.home.home--news .home__bottom {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 2px solid #EAEAEA;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .home.home--news .home__bottom {
    margin-top: 1.25rem;
  }
}

html[lang=en] .home.home--partner .home__title {
  font-size: 2.8125rem;
}

html[lang=th] .home.home--partner .home__title {
  font-size: 2.8125rem;
}

.home.home--partner {
  overflow: hidden;
  padding: 0 0 7rem 0;
}
.home.home--partner .home__header {
  position: relative;
  padding: 6.5rem 0 5.25rem 0;
}
@media (max-width: 767.98px) {
  .home.home--partner .home__header {
    padding-bottom: 2rem;
  }
}
.home.home--partner .home__header.animation::before {
  height: 135px;
}
.home.home--partner .home__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, #09AD59 40%, rgba(9, 173, 89, 0) 100%);
  background: -moz-linear-gradient(180deg, #09AD59 40%, rgba(9, 173, 89, 0) 100%);
  background: -webkit-linear-gradient(180deg, #09AD59 40%, rgba(9, 173, 89, 0) 100%);
  background: transparent linear-gradient(180deg, #09AD59 40%, rgba(9, 173, 89, 0) 100%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  transition-duration: 1.2s;
  transition-delay: 0s;
}
.home.home--partner .home__title {
  padding-bottom: 1.25rem;
  text-align: center;
}
.home.home--partner .home__title-highlight {
  color: #FE793A;
  transition: all 0.4s ease-in-out;
  transition-delay: 1.8s;
}

.home.home--product {
  overflow: hidden;
  padding-top: 5rem;
}
.home.home--product .home__title {
  padding-bottom: 2.5rem;
  text-align: center;
}
.home.home--product .home__body.animation .swiper-slide::after {
  height: calc(100% - 40px);
}
.home.home--product .home__body > .block {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .home.home--product .home__body > .block {
    width: 100%;
    max-width: unset;
  }
}

html[lang=en] .home.home--profile .home__title {
  font-size: 1.5rem;
  font-weight: 400;
}
html[lang=en] .home.home--profile .home__title-highlight {
  font-size: 1.875rem;
  font-weight: 500;
}

html[lang=th] .home.home--profile .home__title {
  font-size: 1.5rem;
  font-weight: 400;
}
html[lang=th] .home.home--profile .home__title-highlight {
  font-size: 1.875rem;
  font-weight: 500;
}

.home.home--profile {
  position: relative;
  overflow: hidden;
  padding: 7.625rem 0;
  text-align: center;
}
.home.home--profile.animation::before {
  opacity: 1;
}
.home.home--profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  background: linear-gradient(202deg, rgba(255, 255, 255, 0) 6%, rgba(0, 0, 0, 0.8) 84%);
  background: -moz-linear-gradient(202deg, rgba(255, 255, 255, 0) 6%, rgba(0, 0, 0, 0.8) 84%);
  background: -webkit-linear-gradient(202deg, rgba(255, 255, 255, 0) 6%, rgba(0, 0, 0, 0.8) 84%);
  background: transparent linear-gradient(202deg, rgba(255, 255, 255, 0) 6%, rgba(0, 0, 0, 0.8) 84%);
  transition: opacity 1.5s ease-in-out;
  transition-delay: 0.4s;
}
.home.home--profile .home__title,
.home.home--profile .home__title-highlight {
  color: #FFFFFF;
}
.home.home--profile .home__button {
  padding-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.home.home--profile .home__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.home.home--profile .home__video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[lang=en] .home.home--responsibility .home__text {
  font-size: 2rem;
}
@media (max-width: 1199.98px) {
  html[lang=en] .home.home--responsibility .home__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  html[lang=en] .home.home--responsibility .home__text {
    font-size: 1.25rem;
  }
}

html[lang=th] .home.home--responsibility .home__text {
  font-size: 2rem;
}
@media (max-width: 1199.98px) {
  html[lang=th] .home.home--responsibility .home__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  html[lang=th] .home.home--responsibility .home__text {
    font-size: 1.25rem;
  }
}

.home.home--responsibility {
  position: relative;
  overflow: hidden;
  min-height: 704px;
}
.home.home--responsibility.animation .home__body::before {
  height: 178px;
}
@media (max-width: 991.98px) {
  .home.home--responsibility.animation .home__body::before {
    width: 178px;
    height: 2px;
  }
}
.home.home--responsibility .home__background {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 1366px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home.home--responsibility .home__element {
  position: absolute;
  top: 100px;
  right: 60%;
  width: 100%;
  height: auto;
  max-width: 552px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .home.home--responsibility .home__element {
    right: 58%;
  }
}
@media (max-width: 991.98px) {
  .home.home--responsibility .home__element {
    position: relative;
    top: unset;
    right: unset;
    left: 50%;
    max-width: 372px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 991.98px) {
  .home.home--responsibility .home__title {
    text-align: center;
  }
}
.home.home--responsibility .home__body {
  position: relative;
}
@media (max-width: 991.98px) {
  .home.home--responsibility .home__body {
    margin-top: 2rem;
  }
}
.home.home--responsibility .home__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 17px;
  background: linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: -moz-linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: -webkit-linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  background: transparent linear-gradient(180deg, #09AD59 0%, rgba(9, 173, 89, 0) 100%);
  transition: all 1s ease-in-out;
}
@media (max-width: 991.98px) {
  .home.home--responsibility .home__body::before {
    left: 50%;
    width: 17px;
    height: 2px;
    background: linear-gradient(90deg, rgba(9, 173, 89, 0) 0%, #09AD59 45%, #09AD59 55%, rgba(9, 173, 89, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(9, 173, 89, 0) 0%, #09AD59 45%, #09AD59 55%, rgba(9, 173, 89, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(9, 173, 89, 0) 0%, #09AD59 45%, #09AD59 55%, rgba(9, 173, 89, 0) 100%);
    background: transparent linear-gradient(90deg, rgba(9, 173, 89, 0) 0%, #09AD59 45%, #09AD59 55%, rgba(9, 173, 89, 0) 100%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.home.home--responsibility .home__text {
  padding-left: 1.875rem;
}
@media (max-width: 991.98px) {
  .home.home--responsibility .home__text {
    padding-left: 0;
    padding-top: 1.875rem;
    text-align: center;
  }
}
.home.home--responsibility .home__deck {
  padding-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .home.home--responsibility .home__deck {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .home.home--responsibility .home__deck {
    flex-direction: column;
    align-items: center;
  }
}
.home.home--responsibility .home__deck > .card {
  width: 33%;
  max-width: 180px;
}
@media (max-width: 767.98px) {
  .home.home--responsibility .home__deck > .card {
    width: 100%;
    max-width: unset;
  }
}

html[lang=en] .nav.nav--sitemap > .nav-item > .nav-link, html[lang=en] .nav.nav--sitemap > .nav-item.nav-item--single > .nav-link {
  font-weight: 500;
}

html[lang=th] .nav.nav--sitemap > .nav-item > .nav-link, html[lang=th] .nav.nav--sitemap > .nav-item.nav-item--single > .nav-link {
  font-weight: 500;
}

.nav.nav--sitemap {
  display: block;
  flex-direction: column;
  column-count: 3;
}
@media (max-width: 991.98px) {
  .nav.nav--sitemap {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .nav.nav--sitemap {
    column-count: 1;
  }
}
.nav.nav--sitemap > .nav-item {
  page-break-inside: avoid;
  break-inside: avoid;
}
.nav.nav--sitemap > .nav-item .nav-link {
  color: #04753B;
}
.nav.nav--sitemap .nav-item {
  margin-bottom: 0.75rem;
}
.nav.nav--sitemap .nav-link {
  padding: 0.3rem 0;
  color: #666666;
}
.nav.nav--sitemap .nav__lv-2 {
  padding-top: 0.5rem;
  padding-left: 0;
  display: block;
}
.nav.nav--sitemap .nav__lv-2 .nav-item .nav-link {
  color: #666666;
  text-transform: none;
}
.nav.nav--sitemap .nav__lv-2 .nav-item .nav-link:hover {
  color: #FE793A;
}
.nav.nav--sitemap .nav__lv-3 {
  padding-top: 0.5rem;
  padding-left: 2rem;
  list-style: disc;
  display: inline-block;
}
