@charset "UTF-8";
#about-us {
  margin: 0;
}
.pageAboutus-infoTop {
  position: relative;
  pointer-events: none;
}
.pageAboutus-infoTop-bgImage {
  background-repeat: no-repeat;
  height: 80vh;
  background-size: cover;
  background-position: center;
}
.pageAboutus-infoTop-bgColor {
  height: 80vh;
}
.pageAboutus-infoTop-wrap {
  position: sticky;
  top: 170px;
  left: 0;
  right: 0;
  bottom: 170px;
  max-width: 1074px;
  margin: 0 auto;
  mix-blend-mode: difference;
  padding: 80px 30px;
  color: #fff;
  text-align: center;
}
.pageAboutus-infoTop-wrap .pageAboutus-infoTop-txt {
  margin-bottom: 24px;
  font-size: 96px;
}
.pageAboutus-infoTop-wrap .pageAboutus-infoTop-txt img {
  margin-right: 24px;
}
.pageAboutus-infoTop-wrap .pageAboutus-infoTop-des {
  font-size: 18px;
  margin-bottom: 24px;
}
.pageAboutus-infoTop-wrap .pageAboutus-infoTop-scrolldown svg {
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .pageAboutus-infoTop-wrap {
    top: 100px;
    bottom: 100px;
  }
  .pageAboutus-infoTop-wrap .pageAboutus-infoTop-txt {
    font-size: 56px;
  }
}
@media (max-width: 767.98px) {
  .pageAboutus-infoTop-wrap {
    top: 200px;
    bottom: 200px;
  }
  .pageAboutus-infoTop-wrap .pageAboutus-infoTop-txt {
    font-size: 36px;
  }
  .pageAboutus-infoTop-wrap .pageAboutus-infoTop-txt img {
    width: 60px;
  }
  .pageAboutus-infoTop-wrap .pageAboutus-infoTop-des {
    font-size: 16px;
  }
}
.pageAboutus-camket {
  padding: 72px 0;
}
.pageAboutus-camket h2 {
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 600;
  color: #4d8f14;
}
.pageAboutus-camket .pageAboutus-camket-item {
  margin-bottom: 24px;
}
.pageAboutus-camket .pageAboutus-camket-item .pageAboutus-camket-item-head {
  padding: 16px;
  background: #f4f4f4;
  font-size: 18px;
  font-weight: 600;
  color: #253846;
  cursor: pointer;
  position: relative;
}
.pageAboutus-camket
  .pageAboutus-camket-item
  .pageAboutus-camket-item-head:after {
  content: "+";
  position: absolute;
  right: 16px;
}
.pageAboutus-camket .pageAboutus-camket-item .pageAboutus-camket-item-body {
  padding: 16px;
  font-size: 16px;
  color: #253846;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.pageAboutus-camket
  .pageAboutus-camket-item.active
  .pageAboutus-camket-item-head:after {
  content: "-";
}
.pageAboutus-camket .pageAboutus-camket-item:last-child {
  margin-bottom: 0;
}
.pageAboutus-camket img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .pageAboutus-camket {
    padding: 30px 0;
  }
  .pageAboutus-camket .pageAboutus-camket-collapse {
    margin-bottom: 30px;
  }
}
/* Hành Trình */
.pageAboutus-hanhtrinh {
  padding: 72px 0;
}
.pageAboutus-hanhtrinh-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 16px;
  padding: 0 30px;
}
.pageAboutus-hanhtrinh-des {
  text-align: center;
  padding: 0 30px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 72px;
}
.pageAboutus-hanhtrinh .owlStyle .owl-carousel .owl-nav button {
  border: 1px solid #4d8f14;
}
.pageAboutus-hanhtrinh .owlStyle .owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .pageAboutus-hanhtrinh {
    padding: 30px 0;
  }
  .pageAboutus-hanhtrinh-title {
    font-size: 24px;
  }
  .pageAboutus-hanhtrinh-des {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.pageAboutus-hanhtrinh-item {
  padding: 16px 24px;
  background: #fff;
}
.pageAboutus-hanhtrinh-item .year {
  font-size: 40px;
  color: #4d8f14;
}
.pageAboutus-hanhtrinh-item .title {
  font-size: 20px;
  font-weight: 500;
}
.pageAboutus-hanhtrinh-item .des {
  margin-top: 24px;
  font-size: 12px;
  margin-bottom: 24px;
}
/* AboutUs - Video Cam Kết */
.pageAboutus-videocamket {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-left: 96px;
  padding-top: 188px;
  padding-bottom: 188px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 96px;
}
.pageAboutus-videocamket:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  /* For browsers that do not support gradients */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.3)
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pageAboutus-videocamket-content {
  position: relative;
  z-index: 9;
  color: #fff;
  max-width: 418px;
  flex: 0 0 418px;
}
.pageAboutus-videocamket-content .subtitle {
  font-size: 64px;
  color: #73c22f;
  font-weight: 700;
  line-height: 64px;
}
.pageAboutus-videocamket-content .title {
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
}
.pageAboutus-videocamket-content .des {
  margin-top: 30px;
  color: #f5f4ed;
  font-size: 24px;
}
.pageAboutus-videocamket-iconvideo {
  flex: 0 0 418px;
  max-width: 418px;
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pageAboutus-videocamket-content {
    flex: 0 0 350px;
    max-width: 350px;
  }
  .pageAboutus-videocamket-content .title {
    font-size: 70px;
    line-height: 70px;
  }
  .pageAboutus-videocamket-content .des {
    font-size: 20px;
  }
  .pageAboutus-videocamket-iconvideo {
    flex: 0 0 350px;
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pageAboutus-videocamket {
    padding: 60px;
  }
  .pageAboutus-videocamket-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .pageAboutus-videocamket-content .subtitle {
    font-size: 54px;
    line-height: 54px;
  }
  .pageAboutus-videocamket-content .title {
    font-size: 70px;
    line-height: 70px;
  }
  .pageAboutus-videocamket-iconvideo {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 60px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .pageAboutus-videocamket {
    padding: 60px 30px;
  }
  .pageAboutus-videocamket-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .pageAboutus-videocamket-content .subtitle {
    font-size: 34px;
    line-height: inherit;
  }
  .pageAboutus-videocamket-content .title {
    font-size: 40px;
    line-height: 40px;
  }
  .pageAboutus-videocamket-content .des {
    font-size: 20px;
    margin-top: 30px;
  }
  .pageAboutus-videocamket-iconvideo {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 60px;
    text-align: center;
  }
}
.box_video_abouts.active {
  display: block;
}
.box_video_abouts {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.box_video_abouts_bg {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #1e1e1e;
  transition-duration: inherit;
  transition-property: opacity;
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.box_video_abouts_content {
  background: #000;
  display: inline-block;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  vertical-align: middle;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  max-width: 640px;
  max-height: 360px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.close_box_video_abouts {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: absolute;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #fff;
  right: 0;
}
.close_box_video_abouts svg path {
  fill: currentColor;
  stroke-width: 0;
}
