@charset "UTF-8";
.m-0 {
  margin: 0 !important;
}

.c-lightblue {
  color: #52e7d2 !important;
}

.c-red {
  color: #f00;
}

.zoom.hide-w767 i {
  color: #fff;
}

.sc-product .sc-inner {
  background: #fff !important;
}
.sc-product .sc-content.content-highlight {
  background: #3f6b6a;
  border-radius: 8px;
  overflow: hidden;
}
.sc-product .sc-content .wrapper-flex .wrapper-text .btn-control .btn.btn-green img {
  height: 24px;
  margin-left: 8px;
  margin-top: 0;
}
.sc-product .sc-content .wrapper-flex .wrapper-text .btn-control .btn.btn-green strong {
  padding-top: 2px;
}

.sc-content .text-bar {
  border-radius: 8px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sc-product .sc-content.content-highlight {
    position: relative;
    background: #3f6b6a;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .sc-product .sc-content.content-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url("../img/encb-bg-desktop.jpg") center center no-repeat;
    background-size: cover;
    z-index: 0;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    gap: 40px; /* ระยะห่าง */
  }
  .sc-product .sc-content.content-highlight .wrapper-flex::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 103px;
    height: 103px;
    background: url("../img/encb-leaf-image-bottom.png") bottom center no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    width: 105px;
    height: 82px;
    background: url("../img/encb-leaf-image-top.png") top center no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-img {
    flex: 1;
    width: 100%; /* ให้รูปเต็มแนวกว้าง */
    max-width: 285px; /* แต่ไม่เกิน 285px ถ้าต้องการ */
    text-align: center;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-img img {
    width: 100%;
    height: auto;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text {
    width: auto;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control {
    display: flex;
    align-items: center;
    margin-top: 24px;
    gap: 24px;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control .btn-link {
    width: 164px;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control .btn.btn-green {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 40px;
    border-radius: 8px;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control .btn.btn-green img {
    height: 24px;
    margin-left: 8px;
    margin-top: 0;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control .btn.btn-green strong {
    padding-top: 2px;
  }
  .sc-content .text-bar {
    padding: 16px 0;
    background: rgba(82, 231, 210, 0.1);
    border: 1px solid rgba(82, 231, 210, 0.3);
    display: block;
    margin: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-img {
    flex: 1;
    width: 100%; /* ให้รูปเต็มแนวกว้าง */
    max-width: 300px; /* แต่ไม่เกิน 285px ถ้าต้องการ */
    text-align: center;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-img img {
    width: 100%;
    height: auto;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text {
    width: auto;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control .btn-link {
    width: 164px;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control .btn.btn-green {
    width: 250px;
  }
  .sc-open-account .swiper-slide img {
    width: 200px !important;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sc-product .sc-content.content-highlight {
    position: relative;
    background: #3f6b6a;
    border-radius: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .sc-product .sc-content.content-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url("../img/encb-bg-mobile.jpg") top center no-repeat;
    background-size: cover;
    z-index: 0;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex {
    display: flex;
    padding: 32px 0;
    position: relative;
    z-index: 1;
    gap: 0 !important;
    padding-top: 0;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-img {
    flex: 1;
    width: 100%;
    max-width: 285px;
    text-align: center;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-img img {
    width: 100%;
    height: auto;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text {
    width: 100%;
    padding: 0 8px;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    gap: 16px;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control .btn-link {
    width: 100%;
    text-align: center;
  }
  .sc-product .sc-content.content-highlight .wrapper-flex .wrapper-text .btn-control .btn.btn-green {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 8px;
  }
  .sc-content .text-bar {
    padding: 16px 0;
    background: rgba(82, 231, 210, 0.1);
    border: 1px solid rgba(82, 231, 210, 0.3);
    margin: 0 !important;
  }
}
.sc-open-account {
  width: 100%;
  height: 100%;
  background: linear-gradient(316deg, #243645 0%, #3f5361 100%);
}
.sc-open-account .swiper-slide img {
  width: 220px !important;
  margin: auto;
  display: block;
}
.sc-open-account .content p {
  color: #fff;
}
.sc-open-account .desc {
  padding-top: 40px;
  color: #c2c2c2 !important;
  font-size: 13px !important;
}

@media screen and (min-width: 768px) {
  .swiper-slide img {
    width: 220px !important;
    margin: auto;
    display: block;
  }
}
.sc-nav-gallery {
  margin-bottom: 32px;
}
.sc-nav-gallery .swiper-button-prev {
  left: 15%;
  top: 45% !important;
}
.sc-nav-gallery .swiper-button-next {
  right: 15%;
  top: 45% !important;
}
.sc-nav-gallery .content {
  width: 250px;
  margin: 0 auto;
}

.tab-content-inner .sc-nav-gallery1 .swiper-button-prev {
  left: 15%;
  top: 45% !important;
}
.tab-content-inner .sc-nav-gallery1 .swiper-button-next {
  right: 15%;
  top: 45% !important;
}
.tab-content-inner .sc-nav-gallery1 .content {
  width: 250px;
  margin: 0 auto;
}

.sc-thumb-box .sc-thumb-gallery {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 48px;
}
.sc-thumb-box .sc-thumb-gallery .swiper-button-prev {
  left: 3%;
}
.sc-thumb-box .sc-thumb-gallery .swiper-button-next {
  right: 3%;
}
.sc-thumb-box .sc-thumb-gallery .swiper-pagination {
  width: 100% !important;
  margin: 0 auto;
}
.sc-thumb-box .sc-thumb-gallery .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: unset;
}
.sc-thumb-box .content {
  width: 300px;
  margin: 0 auto;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
  position: relative;
}

.title-tab-step .button .btn-tab {
  width: 247px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .tab-content-inner,
  .tab-content-inner2 {
    position: relative;
  }
  .sc-nav-gallery .swiper-button-prev {
    left: 0 !important;
    top: 40% !important;
  }
  .sc-nav-gallery .swiper-button-next {
    right: 0 !important;
    top: 40% !important;
  }
}
@media screen and (max-width: 991px) {
  .sc-nav-gallery img {
    width: 200px;
    margin: auto;
    display: block;
  }
  .sc-nav-gallery .content {
    width: 200px;
    margin: 0 auto;
  }
  .tab-content-inner .sc-nav-gallery1 .content {
    width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .title-tab-step .button .btn-tab {
    width: 100%;
  }
  .sc-nav-gallery {
    margin-bottom: 24px;
  }
  .sc-nav-gallery .swiper-button-prev,
  .sc-nav-gallery .swiper-button-next {
    display: none;
  }
  .sc-nav-gallery img {
    width: 220px;
    margin: auto;
    display: block;
  }
  .sc-nav-gallery .content {
    width: 220px;
    margin: 0 auto;
  }
  .tab-content-inner .sc-nav-gallery1 .content {
    width: 220px;
    margin: 0 auto;
  }
}
.sc-faqs {
  background: #f0faf7;
}
.sc-faqs .sc-heading {
  margin-bottom: 32px;
}
.sc-faqs .accordion-group {
  background: #fff;
}
.sc-faqs .accordion-content {
  background: #fff;
}
.sc-faqs .accordion-content.active {
  border-left: 8px solid var(--cr-green);
  background: #fff;
}

.title-tab-step .zoom {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .sc-faqs .sc-heading {
    margin-bottom: 24px;
  }
  .title-tab-step .zoom {
    margin-bottom: 16px;
  }
}
.sc-content img.icon-edit {
  height: 24px !important;
  width: auto !important;
  display: inline-block;
}

.sc-thumb-box img.icon-edit {
  height: 24px !important;
  width: auto !important;
  display: inline-block;
}/*# sourceMappingURL=style.css.map */