/* 3H Viet Nam - About page */

.threeh-about-intro,
.threeh-about-process,
.threeh-about-solutions,
.threeh-about-cta {
  width: 100%;
  padding-inline: var(--threeh-gutter);
}

.threeh-about-intro {
  padding-top: clamp(64px, 7vw, 104px);
  padding-bottom: clamp(64px, 7vw, 104px);
  border-bottom: 1px solid #c9d0da;
  background: #f3f5f7;
}

.threeh-about-intro__grid,
.threeh-about-process__inner,
.threeh-about-solutions__inner,
.threeh-about-principles__inner,
.threeh-about-cta__inner {
  width: 100%;
  max-width: var(--threeh-container) !important;
  margin-inline: auto;
  padding: 0 !important;
}

.threeh-about-intro__grid {
  display: grid !important;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
}

.threeh-about-intro__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.threeh-about__eyebrow {
  position: relative;
  margin: 0 0 17px;
  padding-left: 42px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--threeh-blue);
}

.threeh-about__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 3px;
  background: var(--threeh-yellow);
  transform: translateY(-50%);
}

.threeh-about__title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.035em;
  color: var(--threeh-navy);
}

.threeh-about__lead {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #354052;
}

.threeh-about__copy {
  max-width: 680px;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: #667080;
}

.threeh-about__link,
.threeh-about-cta__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 12px 24px;
  border: 1px solid var(--threeh-navy);
  border-radius: 0 !important;
  background: var(--threeh-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.threeh-about__link:hover {
  border-color: var(--threeh-yellow);
  background: var(--threeh-yellow);
  color: var(--threeh-navy) !important;
}

.threeh-about-intro__media {
  position: relative;
  min-width: 0;
  border-left: 4px solid var(--threeh-yellow);
  background: #dfe4ea;
}

.threeh-about-intro__image,
.threeh-about-intro__image img {
  display: block;
  width: 100% !important;
}

.threeh-about-intro__image img {
  height: clamp(430px, 38vw, 560px) !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}

.threeh-about-intro__label {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: calc(100% - 40px);
  padding: 14px 20px;
  background: var(--threeh-navy);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
}

.threeh-about-principles {
  width: 100%;
  padding: clamp(66px, 7vw, 98px) var(--threeh-gutter);
  border-bottom: 3px solid var(--threeh-yellow);
  background: var(--threeh-navy);
}

.threeh-about-principles__head {
  display: grid !important;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 44px;
}

.threeh-about-principles .threeh-about__eyebrow {
  margin-bottom: 0;
  color: #d8dfeb;
}

.threeh-about-principles__title {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.03em;
  color: #fff;
}

.threeh-about-principles__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.28);
  border-left: 1px solid rgba(255,255,255,.28);
}

.threeh-about-principle {
  min-height: 250px;
  padding: 30px 28px 34px;
  border-right: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
  background: transparent;
}

.threeh-about-principle__index,
.threeh-about-step__index,
.threeh-about-solution__index {
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .15em;
  color: var(--threeh-yellow);
}

.threeh-about-principle__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.threeh-about-principle__text {
  margin: 14px 0 0;
  font-size: 13.5px;
  line-height: 1.72;
  color: #c3ccda;
}

.threeh-about-process {
  padding-top: clamp(66px, 7vw, 104px);
  padding-bottom: clamp(66px, 7vw, 104px);
  background: #fff;
}

.threeh-about-process__inner {
  display: grid !important;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 7vw, 98px);
}

.threeh-about-process__head {
  align-self: start;
}

.threeh-about-process__head .threeh-about__title {
  font-size: clamp(28px, 2.6vw, 40px);
}

.threeh-about-process__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #bfc7d2;
  border-left: 1px solid #bfc7d2;
}

.threeh-about-step {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid #bfc7d2;
  border-bottom: 1px solid #bfc7d2;
}

.threeh-about-step__index,
.threeh-about-solution__index {
  color: var(--threeh-blue);
}

.threeh-about-step__title,
.threeh-about-solution__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--threeh-navy);
}

.threeh-about-step__text,
.threeh-about-solution__text {
  margin: 12px 0 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #667080;
}

.threeh-about-solutions {
  padding-top: clamp(66px, 7vw, 104px);
  padding-bottom: clamp(66px, 7vw, 104px);
  border-top: 1px solid #c9d0da;
  border-bottom: 1px solid #c9d0da;
  background: #f3f5f7;
}

.threeh-about-solutions__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(46px, 6vw, 82px);
  align-items: stretch;
}

.threeh-about-solutions__media {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 570px;
  border: 1px solid #bfc7d2;
  border-top: 4px solid var(--threeh-yellow);
  background: #dfe4ea;
}

.threeh-about-solutions__image,
.threeh-about-solutions__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.threeh-about-solutions__image:first-child {
  border-right: 1px solid #bfc7d2;
}

.threeh-about-solutions__image img {
  min-height: 570px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}

.threeh-about-solutions__content {
  align-self: center;
}

.threeh-about-solutions__content .threeh-about__title {
  font-size: clamp(28px, 2.6vw, 40px);
}

.threeh-about-solutions__list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  border-top: 1px solid #bfc7d2;
  border-left: 1px solid #bfc7d2;
}

.threeh-about-solution {
  min-height: 170px;
  padding: 22px;
  border-right: 1px solid #bfc7d2;
  border-bottom: 1px solid #bfc7d2;
  background: #fff;
}

.threeh-about-solution__index {
  margin-bottom: 17px;
}

.threeh-about-cta {
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(54px, 6vw, 78px);
  border-bottom: 3px solid var(--threeh-yellow);
  background: var(--threeh-navy);
}

.threeh-about-cta__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.threeh-about-cta__title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.03em;
  color: #fff;
}

.threeh-about-cta__text {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #c7d0de;
}

.threeh-about-cta__link {
  min-width: 190px;
  margin: 0;
  border-color: var(--threeh-yellow);
  background: var(--threeh-yellow);
  color: var(--threeh-navy) !important;
}

.threeh-about-cta__link:hover {
  background: transparent;
  color: #fff !important;
}

@media (max-width: 991px) {
  .threeh-about-intro__grid,
  .threeh-about-process__inner,
  .threeh-about-solutions__inner {
    grid-template-columns: 1fr;
  }

  .threeh-about-intro__image img {
    height: 460px !important;
  }

  .threeh-about-principles__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .threeh-about-principles__grid {
    grid-template-columns: 1fr 1fr;
  }

  .threeh-about-principle:last-child {
    grid-column: 1 / -1;
  }

  .threeh-about-solutions__media {
    min-height: 460px;
  }

  .threeh-about-solutions__image img {
    min-height: 460px;
  }
}

@media (max-width: 600px) {
  .threeh-about-intro,
  .threeh-about-principles,
  .threeh-about-process,
  .threeh-about-solutions,
  .threeh-about-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .threeh-about__title {
    font-size: 29px;
  }

  .threeh-about__lead {
    font-size: 15px;
  }

  .threeh-about-intro__image img {
    height: 330px !important;
  }

  .threeh-about-intro__label {
    max-width: 100%;
    padding: 12px 14px;
  }

  .threeh-about-principles__grid,
  .threeh-about-process__grid,
  .threeh-about-solutions__list,
  .threeh-about-solutions__media,
  .threeh-about-cta__inner {
    grid-template-columns: 1fr;
  }

  .threeh-about-principle,
  .threeh-about-step,
  .threeh-about-solution {
    min-height: 0;
  }

  .threeh-about-principle:last-child {
    grid-column: auto;
  }

  .threeh-about-solutions__media,
  .threeh-about-solutions__image img {
    min-height: 0;
  }

  .threeh-about-solutions__image img {
    height: 310px !important;
  }

  .threeh-about-solutions__image:first-child {
    border-right: 0;
    border-bottom: 1px solid #bfc7d2;
  }

  .threeh-about-cta__inner {
    gap: 28px;
  }

  .threeh-about-cta__link {
    width: 100%;
  }
}
