@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Mea+Culpa&display=swap");

/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
.section.section-banner {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-banner {
    margin-bottom: 0;
  }
}
.section.section-banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 2;
}
.section.section-banner .swiper-container .item {
  position: relative;
  width: 100%;
}
.section.section-banner .swiper-container .item > picture {
  position: relative;
  display: block;
}
.section.section-banner .swiper-container .item > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 6/2;
}
.section.section-banner .swiper-container .item > a {
  z-index: 1;
}
.section.section-banner .swiper-container .item > a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-banner .swiper-container .swiper-controls {
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 23.75rem) {
  .section.section-banner .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.section.section-banner .swiper-container .swiper-controls .swiper-button::before {
  border: 1px solid #d1d1d1;
  color: #fff;
  border-radius: 0;
}
.section.section-banner .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  bottom: 50px;
  top: auto;
  right: 60px;
  left: auto;
}
.section.section-banner .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  bottom: 50px;
  top: auto;
  right: 0;
  left: auto;
}
.section.section-banner .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #D49300;
}
.section-feature-products {
  position: relative;
  padding-top: 60px;
}
.section-feature-products .home-sub-title {
  color: #085a32;
  text-align: center;
  font-family: "Mea Culpa", cursive;
}
.section-feature-products .home-sub-title {
  font-size: clamp(2.1875rem, 1.5375rem + 1.625vw, 3rem);
  line-height: clamp(3.0625rem, 2.1525rem + 2.275vw, 4.2rem);
}
.section-feature-products .home-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-feature-products .home-title {
  font-size: clamp(1.875rem, 1.375rem + 1.25vw, 2.5rem);
  line-height: clamp(2.625rem, 1.925rem + 1.75vw, 3.5rem);
}
.section-feature-products .home_view_more {
  text-align: center;
  margin-top: 20px;
}
.section-feature-products .home_view_more a {
  display: block;
  width: fit-content;
  margin: auto;
  background: #42be65;
  border: 1px solid #42be65;
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1;
  transition: all 0.5s linear;
}
.section-feature-products .home_view_more a:hover {
  background: #fff;
  color: #42be65;
}
.section-feature-products .products-list .product-feature {
  height: auto;
}
.section-feature-products .products-list .product-feature {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-feature-products .products-list .product-feature {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-feature-products .products-list .product-feature {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section-feature-products .products-list .product-feature {
    width: 100%;
  }
}
.section-feature-products .products-list .product-feature .product {
  width: 100% !important;
  height: 100%;
}
.section-home-img-slide {
  position: relative;
  padding-top: 60px;
}
.section-home-img-slide .bg-home-img-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-home-img-slide .bg-home-img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-home-img-slide .circle_small {
  position: absolute;
  right: 0;
  top: 6%;
}
.section-home-img-slide .container {
  position: relative;
  z-index: 2;
}
.section-home-img-slide .home-sub-title {
  color: #085a32;
  text-align: center;
  font-family: "Mea Culpa", cursive;
}
.section-home-img-slide .home-sub-title {
  font-size: clamp(2.1875rem, 1.5375rem + 1.625vw, 3rem);
  line-height: clamp(3.0625rem, 2.1525rem + 2.275vw, 4.2rem);
}
.section-home-img-slide .home-title {
  text-align: center;
  font-weight: 500;
}
.section-home-img-slide .home_view_more {
  text-align: center;
  margin-top: 20px;
}
.section-home-img-slide .home_view_more a {
  display: block;
  width: fit-content;
  margin: auto;
  background: #42be65;
  border: 1px solid #42be65;
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1;
  transition: all 0.5s linear;
}
.section-home-img-slide .home_view_more a:hover {
  background: #fff;
  color: #42be65;
}
.section-home-img-slide .latest-news-tabs-wrap {
  position: relative;
  margin-top: 30px;
  z-index: 2;
}
.section-home-img-slide .latest-news-tabs-wrap > ul {
  border: none !important;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px !important;
  background: transparent;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-img-slide .latest-news-tabs-wrap > ul {
    flex-wrap: wrap;
  }
  .section-home-img-slide .latest-news-tabs-wrap > ul::after {
    content: none;
  }
}
.section-home-img-slide .latest-news-tabs-wrap > ul .tabs-title a {
  color: #000 !important;
  padding: 0;
  background: transparent !important;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
.section-home-img-slide .latest-news-tabs-wrap > ul .tabs-title.is-active a {
  color: #198038 !important;
  border-bottom: 1px solid #198038;
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content {
  border: none;
  background: transparent;
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel {
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel.is-active {
  display: grid;
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+1) {
    grid-column: span 4;
    grid-row: span 1;
  }
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+2) {
  grid-column: span 2;
  grid-row: span 1;
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+2) img {
  aspect-ratio: 4/2;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+2) img {
    aspect-ratio: 1/1;
  }
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+3), .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+4) {
  grid-column: span 1;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+3), .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+4) {
    grid-column: span 2;
  }
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+5), .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+6), .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+7), .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+8) {
  grid-column: span 1;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+5), .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+6), .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+7), .section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms:nth-child(9n+8) {
    grid-column: span 2;
  }
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
}
.section-home-img-slide .latest-news-tabs-wrap .tabs-content .tabs-panel .all_diadiem_child_terms .name_child_terms {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(4px);
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  font-weight: 600;
  border-top: 1px solid #fff;
}
.section-latest-news {
  position: relative;
  padding-top: 60px;
}
.section-latest-news .home-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-latest-news .home-title {
  font-size: clamp(1.875rem, 1.375rem + 1.25vw, 2.5rem);
  line-height: clamp(2.625rem, 1.925rem + 1.75vw, 3.5rem);
}
.section-latest-news .home_view_more {
  text-align: center;
  margin-top: 20px;
}
.section-latest-news .home_view_more a {
  display: block;
  width: fit-content;
  margin: auto;
  background: #42be65;
  border: 1px solid #42be65;
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1;
  transition: all 0.5s linear;
}
.section-latest-news .home_view_more a:hover {
  background: #fff;
  color: #42be65;
}
.section-latest-news .posts-list {
  margin-top: 30px;
}
.section-latest-news .posts-list .post-item-left {
  position: relative;
  height: 100%;
}
.section-latest-news .posts-list .post-item-left a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-latest-news .posts-list .post-item-left .post-item-image {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.section-latest-news .posts-list .post-item-left .post-item-image img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .section-latest-news .posts-list .post-item-left .post-item-image img {
    height: 100% !important;
  }
}
.section-latest-news .posts-list .post-item-left .post-item-content {
  position: absolute;
  width: 95%;
  background: rgba(243, 243, 243, 0.8);
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}
.section-latest-news .posts-list .post-item-left .post-item-content .post-item-title {
  font-size: 18px;
}
.section-latest-news .posts-list .post-item-left .post-item-content .post-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .section-latest-news .posts-list .post-item-left .post-item-content .post-item-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-latest-news .posts-list .post-item-left .post-item-content .post-item-excerpt {
  font-size: 15px;
  color: rgba(62, 50, 50, 0.7490196078);
}
.section-latest-news .posts-list .post-item-left .post-item-content .post-item-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-latest-news .posts-list .post-item-left .post-item-content .post-item-excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-latest-news .posts-list .all_post_cell_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right {
  position: relative;
  display: flex;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 12px;
  gap: 12px;
  padding: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-latest-news .posts-list .all_post_cell_right .post-item-right {
    flex-direction: column;
  }
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-image {
  flex: 0 0 30%;
  border-radius: 12px;
  overflow: hidden;
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-content {
  flex: 1;
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-content .post-item-title {
  font-size: 18px;
  line-height: 1.6;
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-content .post-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-content .post-item-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-content .post-item-excerpt {
  font-size: 15px;
  color: rgba(62, 50, 50, 0.7490196078);
}
.section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-content .post-item-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .section-latest-news .posts-list .all_post_cell_right .post-item-right .post-item-content .post-item-excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}