section.page,
section.section {
  position: relative;
}
.product-card__title a,
.section-service__item-title a {
  color: var(--ts-green-dark, #005825);
  text-decoration: none;
}
section.section {
  padding: 120px 0;
}
.section__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--ts-black);
  margin: 0 0 40px;
}
.section__title-line {
  display: block;
  width: 64px;
  height: 4px;
  background: var(--ts-green, #01933e);
  margin-bottom: 16px;
}
.section-history__title-text,
.section.has-bg .section__title {
  color: #fff;
}
.section.has-bg .section__title-line {
  background: #94c051;
}
.section__des {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 40px;
}
.ts-pattern {
  position: absolute;
  top: -27px;
  right: 10%;
  z-index: 1;
  width: 48px;
  height: 28px;
}
.ts-pattern--green path {
  fill: var(--ts-green-dark);
}
.product-card {
  position: relative;
  height: 100%;
  padding: 1rem;
  border: 1px solid rgba(1, 147, 62, 0.08);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(1, 147, 62, 0.25);
  box-shadow: 0 18px 50px rgba(1, 147, 62, 0.15);
}
.product-card__thumb {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.product-card__image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product-card__desc,
.product-card__title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card__body {
  flex: 1 1 auto;
}
.product-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  min-height: 48px;
}
.product-card__title a {
  text-overflow: ellipsis;
}
.product-card__title a:hover {
  color: var(--ts-green, #01933e);
}
.product-card__desc {
  margin: 0;
  color: var(--ts-black);
  font-weight: 300;
}
.ts-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.ts-hero .section_slider,
.ts-hero__slider {
  height: 100%;
}
.ts-hero__slide {
  position: relative;
  height: 100%;
}
.ts-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ts-hero__search {
  position: absolute;
  top: 16px;
  right: 24px;
  left: 340px;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.ts-hero__search-form {
  max-width: 360px;
  width: 100%;
  position: relative;
  pointer-events: auto;
}
.ts-hero__search-input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 40px 10px 16px;
  font-size: 14px;
  color: #fff;
}
.ts-hero__search-input::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.ts-hero__search-submit {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: 0 0;
  border: 0;
  cursor: pointer;
}
.ts-hero__search-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.ts-hero__search-icon::after,
.ts-hero__search-icon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.ts-hero__search-icon::before {
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  left: 1px;
  top: 1px;
}
.ts-hero__search-icon::after {
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.ts-hero__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  z-index: 5;
}
.ts-hero__progress-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ts-hero__progress-bar {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}
.ts-hero__progress-item {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  transition: background-color 0.25s;
}
.ts-hero__progress-item--active {
  background: #fff;
}
.ts-hero__counter {
  display: flex;
  align-items: baseline;
}
.ts-hero__current,
.ts-hero__total {
  min-width: 18px;
}
.ts-hero__divider {
  margin: 0 4px;
}
@media (min-width: 992px) {
  .section__des p {
    margin-bottom: 20px;
  }
  .product-card__desc {
    font-size: 18px;
    line-height: 1.4;
  }
  .ts-hero__progress-inner {
    margin-left: calc(320px + 40px);
  }
  .section-history__desc {
    font-size: 18px;
    line-height: 24px;
  }
  .section-history__label {
    max-width: 220px;
  }
}
@media (min-width: 1500px) {
  .ts-hero__progress-inner {
    margin-left: calc(400px + 40px);
  }
  .section-history__label {
    min-width: 220px;
    max-width: 220px;
  }
}
@media (min-width: 1600px) {
  .ts-hero__progress-inner {
    margin-left: calc(480px + 40px);
  }
}
@media (max-width: 1500px) {
  section.section {
    padding: 5rem 0;
  }
  .section__title {
    font-size: 16px;
    line-height: 22px;
  }
  .section__des {
    font-size: 20px;
    line-height: 28px;
  }
  .ts-hero__progress {
    font-size: 16px;
  }
}
.section-about__button {
  text-align: right;
  margin-bottom: -2rem;
  margin-right: 40px;
}
.section-about__button .section__button {
  width: auto;
  margin-top: 0;
}
.section__button {
  margin-top: 8px;
}
.section-about__stats {
  background: var(--ts-green-rice);
  border-radius: 0;
}
.section-about__stat {
  text-align: center;
}
.section-about__stat-number {
  font-size: 80px;
  line-height: 112px;
  font-weight: 700;
  color: var(--ts-green-dark);
}
.section-about__stat-label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: var(--ts-black);
}
@media (min-width: 768px) {
  .section-about__stats {
    padding: 40px;
  }
  .section-about__stats .row > div:not(:last-child) .section-about__stat {
    border-right: 1px solid #01933e1a;
  }
}
@media (max-width: 1499px) {
  .section-about__stat-number {
    font-size: 60px;
    line-height: 92px;
  }
}
@media (max-width: 991.98px) {
  .ts-hero {
    margin-left: 0;
    height: calc(100vh - 72px);
  }
  .ts-hero__search {
    left: 16px;
    right: 16px;
  }
  .ts-hero__progress {
    font-size: 14px;
    bottom: 2rem;
  }
  .section-about__stats {
    padding: 40px 1.5rem;
  }
  .section-about__stat-number {
    font-size: 48px;
    line-height: 80px;
  }
}
.section-history {
  background: var(--ts-green-dark, #005825);
  font-family: inherit;
  color: #fff;
  overflow-x: hidden;
}
.section-history__container,
.section-history__slider,
.section-partner__container,
.section-partner__slider {
  overflow: visible;
}
.section-history__row,
.section-partner__row {
  display: flex;
  align-items: flex-start;
  overflow: visible;
}
.section-history__label,
.section-partner__label {
  flex: 0 0 auto;
}
.section-history__wrap {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
}
.section-history__slider .swiper-wrapper {
  align-items: stretch;
}
.section-history__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s;
}
.section-history__item:hover {
  transform: translateY(-4px);
}
.section-history__media {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.section-history__logo {
  display: block;
  width: 100%;
  height: auto;
}
.section-history__content {
  margin-top: 24px;
  max-width: 380px;
}
.section-history__year {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-history__desc {
  font-weight: 300;
  color: #ffffff99;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-service__grid
  > [class*="col-"].is-active
  .section-service__item-title
  a,
.section-service__item-title a:hover,
.section-why__quote-mark {
  color: var(--ts-green, #01933e);
}
.section-history__timeline {
  position: relative;
  margin-top: 2rem;
  padding: 12px 0 12px 10px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s;
}
.section-history__timeline.section-history__timeline--ready {
  opacity: 1;
}
.section-history__timeline .swiper-wrapper {
  align-items: center;
}
.section-history__timeline .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-history__timeline-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
}
.section-history__timeline-dot {
  position: relative;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ts-green-neon);
  box-shadow: 0 0 0 10px rgb(92 144 45 / 35%);
  z-index: 1;
}
.section-history__timeline-line {
  flex: 1 1 auto;
  display: block;
  margin-left: 30px;
  opacity: 1;
}
.section-history__timeline-line-svg {
  display: block;
  width: 100%;
  height: 2px;
}
.section-service {
  background: var(--ts-green-rice, #f6ffe9);
}
.section-service__item {
  padding: 60px 40px 80px;
  text-align: center;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #01933e1a;
  box-shadow: none;
  background: 0 0;
  position: relative;
  cursor: pointer;
  transition: background 0.25s, box-shadow 0.25s, border-color 0.25s,
    transform 0.25s;
}
.section-service__icon {
  margin-bottom: 20px;
}
.section-service__icon img {
  display: inline-block;
  max-width: 120px;
  height: auto;
}
.section-service__item-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 20px;
}
.section-service__item-desc {
  margin-bottom: 0;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-service__button {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
.section-service__button .ts-button {
  width: auto;
}
.section-service__grid > [class*="col-"].is-active .section-service__item {
  background: #fff;
  border-color: rgba(1, 147, 62, 0.18);
  box-shadow: 0 18px 45px rgba(1, 147, 62, 0.16);
  transform: translateY(-4px);
}
.section-service__grid > [class*="col-"].is-active .section-service__button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1500px) {
  .section-history__desc {
    -webkit-line-clamp: 3;
  }
  .section-service__item {
    padding: 40px 20px 60px;
  }
}
@media (max-width: 991.98px) {
  .section-history {
    padding: 56px 0;
  }
  .section-history__wrap {
    width: 100% !important;
    margin-left: 0;
    margin-top: 24px;
    padding-bottom: 40px;
  }
  .section-history__content {
    max-width: none;
  }
  .section-history__timeline {
    margin-top: 1rem;
  }
  .section-service {
    padding: 56px 0 64px;
  }
  .section-service__item {
    padding: 20px 0.5rem 60px;
    margin-bottom: 1.5rem;
  }
  .section-service__button {
    bottom: -1.5rem;
  }
  .section-service__pagination {
    position: relative;
    margin-top: 2rem;
    text-align: center;
  }
  .section-service__pagination .swiper-pagination-bullet {
    background: #dedede;
    opacity: 1;
  }
  .section-service__pagination .swiper-pagination-bullet-active {
    background: var(--ts-green);
  }
  .section-why__col--content {
    margin-bottom: 40px;
  }
}
.section-why .section__des {
  font-weight: 300;
}
.section-featured__col,
.section-why__col {
  min-width: 0;
}
.section-category__more-btn,
.section-featured__button {
  min-width: 260px;
}
.section-why__quote {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  padding-top: 3rem;
}
.section-why__quote-mark {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 1;
}
.section-why__quote-body {
  margin: 0;
  color: #1c1c1c99;
}
.section-why__media {
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}
@media (min-width: 992px) {
  .section-service__item-desc {
    font-size: 18px;
    line-height: 24px;
  }
  .section-service__grid {
    display: flex;
    flex-wrap: nowrap;
    row-gap: 0;
    overflow: visible;
  }
  .section-service__grid > [class*="col-"] {
    flex: 1 1 0;
    max-width: none;
    transition: flex 0.25s;
  }
  .section-service__button {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
  }
  .section-why__quote {
    max-width: 480px;
  }
  .section-why__quote-body {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1500px) {
  .section-why .section__des {
    font-size: 32px;
    line-height: 1.4;
  }
  .section-category__tabs-link {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 1500px) {
  .section-why .section__des {
    font-size: 20px;
    line-height: 1.4;
  }
}
.section-featured {
  position: relative;
  padding: 96px 0;
  color: #fff;
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: linear-gradient(90deg, rgba(0, 88, 37, 0.4) 0, #005825 80%),
    center/cover no-repeat;
  background-blend-mode: overlay;
}
.section-featured__des h2,
.section-featured__des h3 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 40px;
}
.section-featured__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 88, 37, 0.4) 0, #005825 80%);
}
.section-featured__inner {
  position: relative;
  z-index: 1;
  row-gap: 40px;
}
.section-featured__product {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.4));
}
.section-featured__product-img {
  display: block;
  width: 100%;
  height: auto;
}
.section-category__slider,
.section-featured__eyebrow {
  margin-bottom: 24px;
}
.section-featured__eyebrow-line {
  display: block;
  width: 64px;
  height: 2px;
  background: #94c051;
  margin-bottom: 12px;
}
.section-featured__eyebrow-text {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}
.section-featured__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.section-featured__block + .section-featured__block {
  margin-top: 16px;
}
.section-featured__label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  opacity: 0.9;
}
.section-featured__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.9;
}
.section-featured__cta {
  margin-top: 32px;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .section-featured__col--media {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .section-featured__col--content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (max-width: 1199px) {
  section.section {
    padding: 3rem 0;
  }
  .section-history__row {
    flex-direction: column;
  }
  .section-featured__des h2,
  .section-featured__des h3 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .section-featured {
    padding: 72px 0;
  }
  .section-featured__title {
    font-size: 28px;
  }
  .section-featured__product {
    max-width: 320px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .section-about__stats {
    padding: 40px 1rem;
  }
  .section-about__stats .row.no-gutters > [class^="col-"] {
    border-right: none;
  }
  .section-about__stats
    .row.no-gutters
    > [class^="col-"]:not(:last-child)
    .section-about__stat {
    border-bottom: 1px solid rgba(1, 147, 62, 0.08);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .section-service__item {
    margin-bottom: 16px;
    transform: none;
  }
  .section-service__item--active,
  .section-service__item:hover {
    transform: none;
  }
  .section-service__item-title {
    font-size: 20px;
    line-height: 28px;
  }
  .section-service__item-desc,
  .section-why__quote {
    font-size: 14px;
    line-height: 20px;
  }
  .section-featured {
    padding: 56px 0;
    text-align: left;
  }
  .section-featured__block,
  .section-featured__cta,
  .section-featured__eyebrow,
  .section-featured__title {
    text-align: left;
  }
  .section-featured__button {
    width: auto;
  }
  .section-featured__des h2,
  .section-featured__des h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.section-category {
  padding: 120px 0;
}
.section-category__top {
  margin-bottom: 3rem;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-category__heading,
.section-category__tabs-item {
  margin-bottom: 0;
}
.section-category__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  list-style: none;
  padding: 8px;
  border: 1px solid var(--ts-green-light);
}
.section-category__tabs-link {
  padding: 12px;
  box-shadow: none;
  transition: 0.2s;
  font-weight: 600;
  color: var(--ts-black);
  display: block;
}
.section-category__tabs-link.active,
.section-category__tabs-link:hover {
  background-color: var(--ts-green, #01933e);
  border-color: var(--ts-green, #01933e);
  color: #fff;
}
.section-category__grid .row > [class*="col-"] {
  margin-bottom: 40px;
}
.section-category__more {
  margin-top: 12px;
}
.section-partner {
  padding: 120px 0;
  background: var(--ts-green-dark, #005825);
  font-family: inherit;
}
.section-partner__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .section-partner__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .section__title {
    margin-bottom: 1.5rem;
  }
  .section__des {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .product-card__desc {
    font-weight: 400;
  }
  .section-partner__grid {
    gap: 1rem;
  }
  .section-partner__grid .section-partner__item {
    box-shadow: none;
  }
  .section-partner__grid .section-partner__item span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-card {
    padding: 0.5rem;
  }
  .section-partner__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.section-partner__wrap {
  flex: 0 0 auto;
  margin-left: 40px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.section-partner__wrap.is-ready {
  opacity: 1;
  visibility: visible;
}
.section-partner__slider .swiper-wrapper {
  align-items: stretch;
}
.section-partner__slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-partner__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.section-partner__item:hover {
  transform: translateY(-4px);
}
.section-partner__grid .section-partner__item {
  flex-direction: column;
  font-weight: 300;
  padding: 20px;
  border: 1px solid #01933e1a;
}
.section-partner__grid .section-partner__item p {
  display: block;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.section-partner__grid .section-partner__item .section-partner__logo {
  margin-bottom: 20px;
}
.section-partner__grid .section-partner__item a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--ts-black);
}
.section-partner__logo {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .section__row {
    display: flex;
    gap: 40px;
  }
  .section-partner__label,
  .section__title {
    min-width: 220px;
    max-width: 220px;
  }
  .section__title.section-why__title {
    min-width: 100%;
    max-width: 100%;
  }
  .section-history__row {
    gap: 40px;
  }
}
@media (min-width: 1500px) {
  .section-partner__label {
    min-width: 220px;
    max-width: 220px;
  }
}
@media (max-width: 991.98px) {
  .section-category__top {
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .section-category__tabs {
    margin: 0 auto;
    overflow: auto;
    display: block;
    white-space: nowrap;
  }
  .section-category__tabs-item {
    display: inline-block;
  }
  .section-category__grid .row > [class*="col-"] {
    margin-bottom: 1rem;
  }
  .section-partner {
    padding: 56px 0;
  }
  .section-partner__row {
    flex-direction: column;
  }
  .section-partner__wrap {
    width: 100% !important;
    margin-left: 0;
    margin-top: 24px;
  }
  .section-partner__item {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  }
  .section-partner__grid .section-partner__item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .product-card__desc,
  .section-history__desc,
  .section__des {
    font-size: 14px;
    line-height: 20px;
  }
  .product-card__title {
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
  }
  .section-partner__grid .section-partner__item a {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .section-category__tabs,
  .ts-hero__progress {
    width: 100%;
  }
  .section-history,
  .section-partner {
    padding: 48px 0;
  }
  .section-history__year {
    font-size: 20px;
  }
  .section-history__desc {
    font-size: 15px;
  }
  .section-category__tabs-link {
    padding: 6px 14px;
    font-size: 13px;
  }
  .section-partner__item {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  }
  .section-partner__grid .section-partner__item .section-partner__logo {
    margin-bottom: 10px;
  }
}
