.page-template-gioi-thieu .site-inner {
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-template-gioi-thieu .content {
  width: 100%;
}

.about-page {
  --about-blue: #003d99;
  --about-blue-dark: #052f68;
  --about-green-dark: #f7c02e;
  --about-ink: #17202d;
  color: var(--about-ink);
}

.about-wrap {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 76px;
  background: linear-gradient(120deg, var(--about-blue-dark), var(--about-blue));
}

.about-hero--has-image {
  background-image:

    var(--about-hero-image);
  background-position: center;
  background-size: cover;
}

.about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.about-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Hubot Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
}

.about-hero__description {
  max-width: 720px;
  margin-top: 18px;
}

.about-hero__description p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
}

.about-team {
  padding: 86px 0 106px;
  background: #f5f8fc;
}

.about-team__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.45fr);
  align-items: start;
  gap: 70px;
}

.about-team__inner--no-image {
  grid-template-columns: 1fr;
}

.about-team__inner--no-image .about-team__content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.about-team__media {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 5;
  margin-left: 34px;
}

.about-team__media::before {
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 48px;
  bottom: -42px;
  left: -34px;
  border: 5px solid #003d99;
  content: "";
}

.about-team__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(18, 54, 94, 0.14);
  border-radius: 6px;
}

.about-team__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #003d99;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-team h2 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 18px;
  color: #17202d;
  font-family: "Hubot Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-team h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  border-radius: 4px;
  background: #003d99;
  content: "";
}

.about-team__inner--no-image .about-team h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.about-team__description,
.about-team__description p {
  color: #596579;
  font-size: 17px;
  line-height: 1.75;
}

.about-team__description p + p {
  margin-top: 12px;
}

.about-team__description ul,
.about-team__description ol {
  margin: 0;
}

.about-team__description ul {
  padding: 0;
  list-style: none;
}

.about-team__description ol {
  padding-left: 24px;
}

.about-team__description li {
  position: relative;
  margin: 0 0 8px;
  color: #596579;
  font-size: 17px;
  line-height: 1.65;
}

.about-team__description li:last-child {
  margin-bottom: 0;
}

.about-team__description ul > li {
  padding-left: 20px;
}

.about-team__description ul > li::before {
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--about-blue);
  content: "";
  transform: translateY(-50%);
}

.about-team__description li > p {
  margin: 0;
}

.about-team__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 26px;
  padding: 9px 22px;
  border: 2px solid var(--about-blue);
  border-radius: 7px;
  background: var(--about-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.about-team__button:hover,
.about-team__button:focus {
  background: transparent;
  color: var(--about-blue);
}

.about-vision {
  padding: 88px 0 96px;
  background: #003d99;
  color: #fff;
}

.about-vision__title {
  position: relative;
  margin: 0 0 42px;
  padding-bottom: 18px;
  color: #fff;
  font-family: "Hubot Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}

.about-vision__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 78px;
  height: 2px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}
.about-vision__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
}

.about-vision__column {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-vision__card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 148px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 6px;
}
.about-vision__card:hover {
  border-color: #f7c02e;
  background: #f7c02e;
  box-shadow: 0 14px 30px rgba(0, 20, 54, 0.28);
  transform: translateY(-5px);
}
.about-vision__column--left .about-vision__card {
  text-align: right;
}

.about-vision__card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.about-vision__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
}

.about-vision__card h3,
.about-vision__card p {
  transition: color 0.3s ease;
}

.about-vision__card:hover h3 {
  color: #063665;
}

.about-vision__card:hover p {
  color: #17202d;
}
.about-vision__media {
  min-height: 492px;
  overflow: hidden;
  background: #0d294e;
}

.about-vision__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 492px;
  object-fit: cover;
  border-radius: 6px;
}

.about-vision__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 492px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 74px;
}

.about-why {
  padding: 90px 0 100px;
  background: #f5f8fc;
}

.about-why__heading {
  max-width: 800px;
  margin: 0 auto 46px;
  text-align: center;
}

.about-why__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--about-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-why__heading h2 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 18px;
  color: var(--about-ink);
  font-family: "Hubot Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-why__heading h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 3px;
  background: var(--about-blue);
  content: "";
  transform: translateX(-50%);
}

.about-why__heading p {
  margin: 0;
  color: #667184;
  font-size: 17px;
  line-height: 1.7;
}

.about-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-why__card {
  min-height: 260px;
  padding: 34px 32px;
  border: 1px solid #d6e0ec;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 54, 94, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-radius: 6px;
}

.about-why__card:nth-child(even) {
  border-color: var(--about-blue);
  background: var(--about-blue);
  box-shadow: 0 16px 34px rgba(0, 61, 153, 0.2);
}

.about-why__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(18, 54, 94, 0.14);
}

.about-why__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(0, 61, 153, 0.08);
  color: var(--about-blue);
  font-size: 25px;
}

.about-why__card:nth-child(even) .about-why__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.about-why__card h3 {
  margin: 0 0 12px;
  color: var(--about-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.about-why__card p {
  margin: 0;
  color: #667184;
  font-size: 17px;
  line-height: 1.7;
}

.about-why__card:nth-child(even) h3,
.about-why__card:nth-child(even) p {
  color: #fff;
}

.about-reviews {
  position: relative;
  overflow: hidden;
  padding: 90px 0 100px;
  background: #fff url("../../images/tmpcb84vkje.webp") no-repeat center center;
  background-size: cover;
}

.about-reviews::before {
  content: none;
}

.about-reviews .about-wrap {
  position: relative;
  z-index: 1;
}

.about-reviews__heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.about-reviews__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #003d99;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-reviews__heading h2 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 18px;
  color: #17202d;
  font-family: "Hubot Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-reviews__heading h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 3px;
  background: #003d99;
  content: "";
  transform: translateX(-50%);
}

.about-reviews__heading p {
  margin: 0;
  color: #667184;
  font-size: 17px;
  line-height: 1.7;
}

.about-reviews__slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-reviews__slider {
  margin: 0 -12px 42px;
}

.about-reviews__slider .slick-track {
  display: flex;
}

.about-reviews__slider .slick-slide {
  height: auto;
  margin: 0 12px;
}

.about-review-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 34px 30px 30px;
  border-top: 4px solid var(--about-green-dark);
  border-radius: 10px;
  background: #fff;
      border: 1px solid #d6e0ec;
}

.about-reviews__slider .about-review-card {
  height: 100%;
}

.about-reviews__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #003d99;
  color: transparent;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 61, 153, 0.2);
  transform: translateY(-50%);
}

.about-reviews__slider .slick-prev {
  left: -10px;
}

.about-reviews__slider .slick-next {
  right: -10px;
}

.about-reviews__slider .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.about-reviews__slider .slick-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.about-reviews__slider .slick-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.about-reviews__slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: -42px;
  left: 0;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-reviews__slider .slick-dots li {
  width: auto;
  margin: 0;
}

.about-reviews__slider .slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #b9c7d9;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.about-reviews__slider .slick-dots .slick-active button {
  width: 25px;
  border-radius: 10px;
  background: #003d99;
}

.about-review-card__quote {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(0, 61, 153, 0.09);
  font-size: 54px;
}

.about-review-card__stars {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
  color: #f5ad00;
  font-size: 15px;
}

.about-review-card__content {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  margin: 0px 0 28px;
  color: #4f5d72;
  font-size: 16px;
  font-style: italic;
  line-height: 1.75;
}

.about-review-card__author {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  border-top: 1px solid #e1e7ef;
}

.about-review-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  background: #edf4ff;
  color: #003d99;
  font-size: 20px;
}

.about-review-card__avatar--has-image {
  flex-basis: 80px;
  width: 80px;
  border-radius: 8px;
  background: transparent;
}

.about-review-card__avatar img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.about-review-card__author strong,
.about-review-card__author span {
  display: block;
}

.about-review-card__author strong {
  color: #17202d;
  font-size: 17px;
  line-height: 1.4;
}

.about-review-card__author span {
  margin-top: 3px;
  color: #7b8799;
  font-size: 15px;
  line-height: 1.4;
}

@media only screen and (max-width: 900px) {
  .about-team {
    padding: 70px 0;
  }

  .about-team__inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .about-team__media {
    width: min(78%, 520px);
    margin: 0 auto;
  }

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

  .about-vision__media {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 430px;
  }

  .about-vision__image,
  .about-vision__placeholder {
    min-height: 430px;
  }

  .about-vision__column--left .about-vision__card {
    text-align: left;
  }

  .about-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-reviews__slider:not(.slick-initialized) {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .about-review-card {
    min-height: 0;
  }
}

@media only screen and (max-width: 600px) {
  .about-wrap {
    width: calc(100% - 28px);
  }

  .about-hero {
    padding: 54px 0 58px;
  }

  .about-hero__description p,
  .about-team__description,
  .about-team__description p {
    font-size: 16px;
  }

  .about-team__description li {
    font-size: 16px;
  }

  .about-team {
    padding: 54px 0;
  }

  .about-team__media {
    width: calc(100% - 30px);
    margin-left: 30px;
  }

  .about-team__media::before {
    top: 30px;
    right: 28px;
    bottom: -28px;
    left: -28px;
    border-width: 6px;
  }

  .about-vision,
  .about-why,
  .about-reviews {
    padding: 56px 0 64px;
  }

  .about-vision__title {
    margin-bottom: 30px;
    font-size: 27px;
  }

  .about-vision__layout,
  .about-why__grid {
    grid-template-columns: 1fr;
  }

  .about-vision__media,
  .about-vision__image,
  .about-vision__placeholder {
    min-height: 360px;
  }

  .about-vision__card,
  .about-why__card {
    min-height: 0;
  }

  .about-why__card {
    padding: 28px 26px;
  }
}
/* About page yellow button hover states */
.about-team__button:hover,
.about-team__button:focus-visible {
  border-color: #f7c02e;
  background: #f7c02e;
  color: #063665;
  box-shadow: 0 10px 22px rgba(247, 192, 46, 0.28);
  transform: translateY(-2px);
}

.about-reviews__slider .slick-arrow {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.about-reviews__slider .slick-arrow::before {
  transition: border-color 0.25s ease;
}

.about-reviews__slider .slick-arrow:hover,
.about-reviews__slider .slick-arrow:focus-visible {
  background: #f7c02e;
  box-shadow: 0 10px 22px rgba(247, 192, 46, 0.35);
}

.about-reviews__slider .slick-arrow:hover::before,
.about-reviews__slider .slick-arrow:focus-visible::before {
  border-color: #063665;
}

.about-reviews__slider .slick-dots button:hover,
.about-reviews__slider .slick-dots button:focus-visible {
  background: #f7c02e;
}
/* Mobile heading scale */
@media only screen and (max-width: 767px) {
  .about-hero h1 {
    font-size: 30px;
  }

  .about-team h2,
  .about-vision__title,
  .about-why__heading h2,
  .about-reviews__heading h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
/* Mobile body text scale */
@media only screen and (max-width: 767px) {
  .about-hero__description p,
  .about-team__description,
  .about-team__description p,
  .about-team__description li,
  .about-vision__card p,
  .about-why__heading p,
  .about-why__card p,
  .about-reviews__heading p,
  .about-review-card__content,
  .about-review-card__author strong,
  .about-review-card__author span {
    font-size: 16px;
  }
}
