@charset "UTF-8";
.about-us-page {
  padding-top: 83px;
}
.about-us-page p {
  margin: 0;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(1) {
    padding: 0;
  }
}
.about-us-page .block:nth-child(1) .content-text {
  display: flex;
  flex-flow: column;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(1) .content-text {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(1) .content-text {
    padding: 0 20px;
  }
}
.about-us-page .block:nth-child(1) .block__page-title-box--title {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 281.25% */
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.about-us-page .block:nth-child(1) .block__page-title-box--title .line {
  border-bottom: solid 3px #e31f26;
  display: block;
  width: 69px;
  height: 3px;
  border-radius: 200px;
}
.about-us-page .block:nth-child(1) .block__slogan-box {
  text-align: center;
  margin: 32px 0 62px;
}
@media (max-width: 576px) {
  .about-us-page .block:nth-child(1) .block__slogan-box {
    margin: 0px 0 20px;
  }
}
.about-us-page .block:nth-child(1) .block__slogan-box p {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #000;
  font-family: "Varela Round";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 150px; /* 80% */
  color: white; /* Màu chữ */
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* Viền đen */
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(1) .block__slogan-box p {
    font-size: 100px;
    line-height: 100px; /* 80% */
  }
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(1) .block__slogan-box p {
    font-size: 70px;
    line-height: 70px; /* 80% */
  }
}
.about-us-page .block:nth-child(1) .block__slogan-box p .highlight {
  color: #000;
  font-family: "Varela Round";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 120px; /* 80% */
  letter-spacing: -10.5px;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(1) .block__slogan-box p .highlight {
    font-size: 100px;
    line-height: 100px; /* 80% */
  }
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(1) .block__slogan-box p .highlight {
    font-size: 70px;
    line-height: 70px; /* 80% */
    letter-spacing: -5.5px;
  }
}
.about-us-page .block:nth-child(1) .block__slogan-box--image {
  max-width: 809px;
  width: 100%;
  height: 225px;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(1) .block__slogan-box--image {
    height: auto;
  }
}
.about-us-page .block:nth-child(1) .block__description-box {
  display: flex;
  justify-content: flex-end;
}
.about-us-page .block:nth-child(1) .block__description-box--description {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  width: 660px;
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(1) .block__description-box--description {
    color: #000;
    font-size: 15px;
    line-height: 22px;
  }
}
.about-us-page .block:nth-child(1) .block__image-box {
  margin-top: 90px;
  height: 624px;
  position: relative;
  z-index: -1;
}
@media (max-width: 1250px) {
  .about-us-page .block:nth-child(1) .block__image-box {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(1) .block__image-box {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(1) .block__image-box {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .about-us-page .block:nth-child(1) .block__image-box {
    height: 402px;
    overflow: hidden;
  }
}
.about-us-page .block:nth-child(1) .block__image-box--image {
  height: 100%;
  max-width: 1326px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(1) .block__image-box--image {
    display: none;
  }
}
.about-us-page .block:nth-child(1) .block__image-box--image-mb {
  display: none;
  width: 80%;
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(1) .block__image-box--image-mb {
    display: block;
    height: calc(100vw - 130px);
  }
}
@media (max-width: 576px) {
  .about-us-page .block:nth-child(1) .block__image-box--image-mb {
    width: 412px;
    height: 402px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-us-page .block:nth-child(2) {
  height: 700px;
  width: 100%;
  position: relative;
  margin: 200px auto 0 auto;
}
@media (max-width: 1250px) {
  .about-us-page .block:nth-child(2) {
    margin: 150px auto 0 auto;
    height: 800px;
  }
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(2) {
    padding: 0 30px;
    height: auto;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(2) {
    padding: 0 20px;
    margin: 120px auto 0 auto;
  }
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(2) .our-story {
    height: 100%;
  }
}
.about-us-page .block:nth-child(2) .our-story__title-box {
  position: relative;
}
.about-us-page .block:nth-child(2) .our-story__title-box--image {
  position: absolute;
  bottom: calc(100% - 20px);
  width: auto;
  height: 135px;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(2) .our-story__title-box--image {
    bottom: calc(100% - 10px);
    height: 80px;
  }
}
.about-us-page .block:nth-child(2) .our-story__title-box--title {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  width: 180px;
  position: relative;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(2) .our-story__title-box--title {
    font-size: 30px;
    width: 100%;
  }
}
.about-us-page .block:nth-child(2) .our-story__title-box--title .line {
  width: 122px;
  height: 3px;
  border-radius: 200px;
  background: #e31f26;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 80%;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(2) .our-story__title-box--title .line {
    bottom: -5px;
    left: 0;
  }
}
.about-us-page .block:nth-child(2) .our-story__description-box {
  position: absolute;
  padding-left: 50px;
  left: 395px;
  top: 10px;
  max-width: calc(100% - 415px);
  width: 100%;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(2) .our-story__description-box {
    max-width: 100%;
    position: unset;
    width: 100%;
    margin-top: 20px;
    height: 100%;
    display: inline-block;
  }
}
.about-us-page .block:nth-child(2) .our-story__description-box--image {
  position: relative;
  left: -60px;
  top: 34px;
  width: 50px;
  height: 50px;
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(2) .our-story__description-box--image {
    left: -65px;
    top: 20px;
  }
}
.about-us-page .block:nth-child(2) .our-story__description-box--description {
  width: 100%;
  height: 398px;
  color: #000;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(2) .our-story__description-box--description {
    height: auto;
  }
}
.about-us-page .block:nth-child(3) {
  margin-top: 10px;
  background-image: linear-gradient(#fff, #f6f8fd);
}
@media (max-width: 1170px) {
  .about-us-page .block:nth-child(3) {
    padding-top: 50px;
  }
}
@media (max-width: 1050px) {
  .about-us-page .block:nth-child(3) {
    padding-top: 100px;
  }
}
.about-us-page .block:nth-child(3) .block__content {
  height: 664.38px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/block-3-image.png?672a6f1ef5a77a1d3830da2590217d9a);
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(3) .block__content {
    height: 560.38px;
    bottom: 65px;
  }
}
@media (max-width: 576px) {
  .about-us-page .block:nth-child(3) .block__content {
    height: 442.55px;
  }
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(3) .block__content--box {
    padding: 0 20px;
  }
}
.about-us-page .block:nth-child(3) .block__content p {
  width: 100%;
  height: 282px;
  color: #fff;
  font-family: "Varela Round";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 100% */
}
@media (min-width: 1400px) {
  .about-us-page .block:nth-child(3) .block__content p {
    max-width: 900px;
  }
}
@media (max-width: 1315px) {
  .about-us-page .block:nth-child(3) .block__content p {
    max-width: 80vw;
  }
}
@media (max-width: 1150px) {
  .about-us-page .block:nth-child(3) .block__content p {
    bottom: 65px;
  }
}
@media (max-width: 992px) {
  .about-us-page .block:nth-child(3) .block__content p {
    height: auto;
    font-size: 47px;
    line-height: 50px; /* 133.333% */
    left: 50px;
  }
}
@media (max-width: 768px) {
  .about-us-page .block:nth-child(3) .block__content p {
    font-size: 40px;
    line-height: 45px; /* 133.333% */
    left: 20px;
    bottom: 50px;
    max-width: calc(100vw - 40px);
  }
}
@media (max-width: 576px) {
  .about-us-page .block:nth-child(3) .block__content p {
    font-size: 30px;
    bottom: 0;
    line-height: 30px; /* 133.333% */
  }
}
