@media (min-width: 576px) {
  .text-sm-wrap {
    white-space: normal !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) {
  .text-md-wrap {
    white-space: normal !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 992px) {
  .text-lg-wrap {
    white-space: normal !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-wrap {
    white-space: normal !important;
  }
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-wrap {
    white-space: normal !important;
  }
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
}
body {
  font-family: "Sarabun", sans-serif;
  color: #000;
}

.header-title__h1 {
  font-size: clamp(1.875rem, 6.66vw, 3.125rem);
  font-weight: 200;
  line-height: normal;
}
.header-title__h2 {
  font-size: clamp(1.875rem, 6.66vw, 2.375rem);
  font-weight: 300;
  line-height: normal;
}

.sub-head {
  font-size: clamp(1.5rem, 4.16vw, 1.5rem);
  font-weight: 300;
  line-height: normal;
}

.body-text-md {
  font-size: clamp(1rem, 3.33vw, 1.125rem);
  line-height: normal;
}

.cta-button {
  font-size: clamp(1rem, 3.75vw, 1rem);
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
}
.cta-button.left-icon {
  position: relative;
  padding: 11px 24px;
}
.cta-button.left-icon::before {
  content: "";
  min-width: 30px;
  min-height: 17px;
  background: url("/ch/wp-content/uploads/2025/09/cta-arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cta-button.left-icon::after {
  content: "";
  width: 39px;
  min-height: 39px;
  border: 3px solid #8dc63f;
  border-radius: 50px;
  position: absolute;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
}
.cta-button.left-icon:hover::after {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cta-button.right-arrow::after {
    min-width: 36px;
    min-height: 36px;
  }
}

.no-word-break {
  white-space: nowrap;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.home-bannerWrap {
  background: linear-gradient(to right, #80b44e 50%, #7136b1 50%);
}

.home-banner-section .bg-container {
  min-height: 534px;
  display: flex;
  background-image: url("/ch/wp-content/uploads/2025/09/Header_home@2x.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-repeat: no-repeat;
}

.home-banner-section .content_wrap {
  padding: 48px 0 50px;
}

@media (min-width: 768px) {
  .home-banner-section .content_wrap {
	  padding: 80px 0 100px;
	  max-width: 48%;
  }
}


/* 404 page style */
.error-bannerWrap {
  background: linear-gradient(to right, #80b44e 50%, #7136b1 50%);
}
.error-banner-section .bg-container {
  min-height: 240px;
  display: flex;
  align-items: center;
  background-image: url("/ch/wp-content/uploads/2025/09/Header_mobile_404.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .error-banner-section .bg-container {
    background-image: url("/ch/wp-content/uploads/2025/09/Header-sitemap-desk-new.jpg");
  }
}
.error-banner-section .bg-container .content_wrap {
  padding: 48px 0 50px;
}
.error-banner-section .bg-container .content_wrap .header-title__h1 {
  color: #fff;
}
.error-head__lg {
  font-size: clamp(pxtorem(30), 6.66vw, pxtorem(48));
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
.error-info__text {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.error-info__link {
  text-decoration: underline;
  margin-bottom: 20px;

