@charset "UTF-8";
.nw {
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  #navigation-page-sticky a.sticky-anchor {
    display: flex !important;
    align-items: center;
  }
  .ic-nvg.ic-nav-icon_edge {
    --size: 24px;
    inline-size: var(--size);
    block-size: var(--size);
    display: inline-block;
    background-color: #999;
    -webkit-mask: url(/SiteCollectionDocuments/personal/gogreen/img/icon_edge.svg) center/contain no-repeat;
    mask: url(/SiteCollectionDocuments/personal/gogreen/img/icon_edge.svg) center/contain no-repeat;
    transition: background-color 0.25sease, transform 0.2sease;
  }
  .sticky-anchor.active .ic-nvg.ic-nav-icon_edge {
    background-color: #00a94f;
  }
  .tab-noti-list.active .ic-npa.ic-npa-icon-announce {
    background-color: #00a94f;
  }
}
.sc-highlight {
  background: #eef8f2;
}
.sc-highlight .content-wrapper .sc-heading {
  gap: 8px;
}
.sc-highlight .content-wrapper .sc-heading .logo {
  height: 120px;
  width: auto;
  text-align: center;
}
.sc-highlight .content-wrapper .sc-heading .logo img {
  width: auto !important;
  height: 100%;
}

.sc-menu-jumppage .button-control {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.sc-menu-jumppage .button-control a {
  width: 100%;
  text-align: center;
}
.sc-menu-jumppage .button-control .btn-white {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-dark);
  border-radius: 8px;
  border: 1px solid #999;
  padding: 8px 8px;
  background: #fff;
  height: 40px;
}

.thumbnail-wrapper {
  display: flex;
  gap: 24px;
}
.thumbnail-wrapper .card-thumb {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
}
.thumbnail-wrapper .card-thumb .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #fff;
  height: 100%;
}
.thumbnail-wrapper .card-thumb .content p {
  color: #333;
  height: 100%;
}
.thumbnail-wrapper .card-thumb .content .link {
  color: #00a950;
  text-decoration: underline;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .show-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sc-highlight .content-wrapper .sc-heading .logo {
    height: 80px;
    width: auto;
  }
}
.c-white {
  color: #fff;
}

.sc-product {
  background: url(../img/sustainability-bg-desktop.jpg) top center no-repeat;
  background-size: cover;
}

.product-wrapper .sc-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-wrapper .sc-heading .title strong {
  color: #fff;
  text-shadow: 0 0 8.2px rgba(255, 255, 255, 0.61);
}
.product-wrapper .sc-heading .sub-title strong {
  color: #fff;
  text-shadow: 0 0 8.2px rgba(255, 255, 255, 0.61);
}
.product-wrapper .sc-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-list {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  overflow: hidden;
}
.product-list:first-child .wrapper .details {
  padding-top: 30px;
}
.product-list .wrapper {
  display: flex;
  align-items: flex-start; /* หรือ center */
  padding: 40px;
}
.product-list .wrapper .images {
  flex: 0 0 365px;
  max-width: 365px;
}
.product-list .wrapper .images img {
  width: 100%;
  height: auto;
  display: block;
}
.product-list .wrapper .details {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 64px;
}
.product-list .wrapper .details p {
  color: #333;
}
.product-list .wrapper .details .group-title .title {
  padding-top: 4px;
  padding-bottom: 8px;
}
.product-list .wrapper .details .sub-list {
  padding-top: 24px;
}
.product-list .wrapper .details .accordion {
  border-bottom: none;
}
.product-list .wrapper .details .accordion.sub-list {
  border-top: 1px solid #d1d1d1;
}
.product-list .wrapper .details .accordion.sub-list:nth-child(1) {
  border-top: none;
}
.product-list .wrapper .details .accordion-title {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.product-list .wrapper .details .accordion-title.active p {
  color: #333;
}
.product-list .wrapper .details .accordion-title.active:after {
  color: #333;
}
.product-list .wrapper .details .accordion-title p {
  color: #666;
}
.product-list .wrapper .details .accordion-title:after {
  color: #666;
  font-weight: 600;
  font-size: 13px;
}
.product-list .wrapper .details .accordion-content a {
  color: #00a950;
  text-decoration: underline;
}

.sub-list .head-title {
  color: #333;
  font-weight: 600;
}
.sub-list ul {
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  margin: 0;
}
.sub-list ul.list-col-2 {
  display: flex;
  flex-wrap: wrap;
}
.sub-list ul.list-col-2 li {
  padding-right: 8px;
}
.sub-list ul.list-col-1 {
  display: flex;
  flex-direction: column;
}
.sub-list ul.list-col-1 li {
  width: 100%;
}
.sub-list li {
  font-size: 16px;
  width: 50%;
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}
.sub-list li::marker {
  color: #333;
  font-size: 12px;
}
.sub-list a {
  font-weight: 600;
  vertical-align: top;
}

/* desktop: เปิดทุก accordion */
@media (min-width: 992px) {
  .accordion > .accordion-content {
    display: block !important;
  }
  .accordion > .accordion-title {
    pointer-events: none; /* ไม่ต้องให้คลิก */
  }
  .accordion-title.active:after {
    display: none;
  }
}
/* mobile: ปิดหมดก่อน */
@media (max-width: 991px) {
  .accordion > .accordion-content {
    display: none;
  }
  /* เปิดตัวแรก */
  .accordion:first-child > .accordion-content {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .sc-product {
    background: url(../img/sustainability-bg-mb.jpg) top center no-repeat;
    background-size: cover;
  }
  .product-list .wrapper {
    flex-direction: column;
    padding: 24px 16px;
  }
  .product-list .wrapper .images {
    width: 100%;
    margin: 0 auto;
  }
  .product-list .wrapper .details {
    padding: 0;
    padding-top: 16px;
    width: 100%;
  }
  .product-list .wrapper .details .sub-list {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .product-list .wrapper .details .sub-list ul {
    padding-bottom: 0;
  }
  .sub-list ul {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
  }
  .sub-list ul.list-col-2 {
    display: flex;
    flex-direction: column;
  }
  .sub-list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-wrapper .sc-heading {
    gap: 8px;
  }
  .product-list .wrapper .images {
    flex: 1;
  }
  .product-list:first-child .wrapper .details {
    padding-top: 16px;
  }
}
.article-card .action {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sc-insure-article .sc-heading {
    margin-bottom: 24px;
  }
}
.sc-our-commitment {
  background: #eef8f2;
}

.content-wrapper .sc-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px !important;
}
.content-wrapper .sc-heading .sub-title {
  line-height: 1.6;
}

.banner-cover {
  border-radius: 8px;
  overflow: hidden;
}/*# sourceMappingURL=custom.css.map */