.sec-container {
  padding: 0 var(--section);
}
/** Banner **/
.banner-about {
  height: 40rem;
  padding: 0;
}
.banner-about .img {
  height: 100%;
  width: 100%;
}
.banner-about .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/** Intro **/
.intro-about {
  padding: 4.5rem 0 0;
}
.intro-about .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.88rem;
}
.intro-about .grid-2 .section-title h2 {
  margin-bottom: 2rem;
}
.intro-about .grid-2 .section-title p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: justify;
  color: var(--black);
}
.intro-about .grid-2 .col-1 .btn__primary {
  margin-top: 1.88rem;
}
.intro-about .grid-2 .col-2 .list-image {
  display: grid;
  grid-template-columns: 12.4375rem 1fr;
  column-gap: 1rem;
  align-items: flex-end;
}
.intro-about .grid-2 .col-2 .list-image .box-image-1 {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.intro-about .grid-2 .col-2 .list-image .box-image-1 .box-text {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.intro-about .grid-2 .col-2 .list-image .box-image-1 .box-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 3.125rem;
  background: #dbdbdb;
}
.intro-about .grid-2 .col-2 .list-image .box-image-1 .box-text .number-run {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  color: var(--theme-color);
  line-height: normal;
}
.intro-about .grid-2 .col-2 .list-image .box-image-1 .box-text .desc {
  font-weight: 600;
  color: var(--black);
}
.intro-about .grid-2 .col-2 .list-image .box-image-2 {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.intro-about .grid-2 .col-2 .list-image .box-image {
  margin: 0;
}
.intro-about .grid-2 .col-2 .list-image .box-image .image-cover {
  border-radius: 0.625rem;
  background: #d9d9d9;
  padding-top: 0;
}
.intro-about .grid-2 .col-2 .list-image .box-image-2 .img:last-child {
  padding-right: 3.38rem;
}
.intro-about .grid-2 .col-2 .list-image .box-image-1 .image-cover {
  height: 18rem;
}
.intro-about .list-image .box-image-2 .img:first-child .image-cover {
  height: 12.1875rem;
}
.intro-about .list-image .box-image-2 .img:last-child .image-cover {
  height: 13.5625rem;
}
.intro-about .group-line {
  display: grid;
  grid-template-columns: 1fr 30rem;
  width: 100%;
  overflow: hidden;
  align-items: flex-end;
}
.intro-about .group-line img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .banner-about {
    height: 10rem;
    padding: 0;
  }
  .intro-about {
    padding: 2.75rem 0 0;
  }
  .intro-about .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 1rem;
  }
  .intro-about .grid-2 .section-title h2 {
    margin-bottom: 1.25rem;
  }
  .intro-about .grid-2 .section-title p,
  .intro-about .grid-2 .col-2 .list-image .box-image-1 .box-text .desc {
    font-size: 0.9375rem;
  }
  .intro-about .grid-2 .col-2 .list-image .box-image-1 .box-text .number-run {
    font-size: 2.75rem;
  }
  .intro-about .grid-2 .col-2 .list-image .box-image-1 .box-text .number-run {
    font-size: 2rem;
  }
  .intro-about .grid-2 .col-2 .list-image {
    grid-template-columns: 10rem 1fr;
    column-gap: 0.5rem;
  }
  .intro-about .grid-2 .col-2 .list-image .box-image-1 .box-text::before {
    width: 2.0625rem;
    height: 2.0625rem;
  }
  .intro-about .grid-2 .col-2 .list-image .box-image {
    row-gap: 0.5rem;
  }
  .intro-about .grid-2 .col-2 .list-image .box-image-1 .image-cover {
    height: 10rem;
  }
  .intro-about .list-image .box-image-2 .img:first-child .image-cover {
    height: 9.1875rem;
  }
  .intro-about .list-image .box-image-2 .img:last-child .image-cover {
    height: 6.5625rem;
  }
}
/** Expertise **/
.expertise-about {
  padding: 4.25rem 0 8rem;
}
.expertise-about .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem 1.25rem;
}
.expertise-about .grid-2 .col .col-inner {
  position: relative;
}
.expertise-about .grid-2 .col .box-image {
  border-radius: 0.625rem;
  overflow: hidden;
}
.expertise-about .grid-2 .col .image-cover {
  padding-top: 68%;
}
.expertise-about .grid-2 .box-text .title {
  font-weight: 600;
  color: var(--black);
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}
.expertise-about .grid-2 .col .box-text {
  position: absolute;
  bottom: -3rem;
  left: 2rem;
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
  width: 65%;
}
.expertise-about .btn-default {
  padding: var(--13) var(--50) var(--14) var(--25);
  border-radius: 99rem;
}
@media screen and (max-width: 767.98px) {
  .expertise-about {
    padding: 2.75rem 0 6rem;
  }
  .expertise-about .grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 5.5rem 0;
  }
  .expertise-about .grid-2 .col .box-text {
    left: 1rem;
    padding: 1rem;
    width: 80%;
  }
  .expertise-about .grid-2 .box-text .title {
    font-size: 0.9375rem;
  }
  .expertise-about .btn-default {
    padding: var(--8) var(--40) var(--9) var(--20);
    border-radius: 99rem;
    font-size: 0.875rem;
  }
}
/** custommer**/
.custommer-home {
  padding: 4.5rem 0;
  background-color: rgb(33 168 74 / 0.08);
}

.custommer-home .grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 2000px) 25rem;
  column-gap: 6.5rem;
}
.custommer-home .title-main h2 {
  color: var(--white);
  margin-bottom: 1.4rem;
}
.custommer-home .content-slider .content {
  border-radius: 0.9375rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 2.5rem 3rem;
}
.custommer-home .content-slider .content p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.custommer-home .content-slider .content .name {
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 1.25rem;
  position: relative;
  color: #fff;
}
.custommer-home .content-slider .content .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 99rem;
  background: #fff;
}
.thumb-slider {
  margin-top: 2rem;
  width: 24.5rem;
  margin-left: 0;
}
.thumb-slider .img {
  border: 2px solid transparent;
  padding: 0.25rem;
  border-radius: 99rem;
  cursor: pointer;
}
.thumb-slider .swiper-slide-thumb-active .img {
  border-color: #fff;
}
.thumb-slider .image-cover {
  border-radius: 99rem;
}
.custommer-home .col-2 .image-cover {
  height: 27.4375rem;
  border-radius: 0.625rem;
  padding-top: 0;
}
.custommer-home .col-2 .image-cover .bg-layer {
  border-radius: 0.625rem;
}
.custommer-bg {
  position: relative;
  overflow: hidden;
}

.custommer-bg .bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.custommer-bg .bg-layer.active {
  opacity: 1;
  transform: scale(1);
}
.content-slider .swiper-pagination {
  display: none;
}
.swiper-pagination {
  position: static;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .custommer-home {
    padding: 3.5rem 0;
  }

  .custommer-home .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .custommer-home .grid-2 .col-1 {
    order: 1;
  }
  .thumb-slider {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
  }
  .custommer-home .content-slider .content {
    padding: 2rem 1rem;
  }
  .custommer-home .content-slider .content p {
    font-size: 0.9375rem;
  }
  .custommer-home .content-slider .content .name {
    font-size: 1rem;
  }
  .custommer-home .col-2 .image-cover {
    height: 12.4375rem;
  }
  .content-slider .swiper-pagination {
    display: block;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: silver;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.25rem;
    background-color: var(--theme-color);
  }
}
/** certification */
/** Chứng nhận **/
.press-home {
  padding: 4.25rem 0 0;
}
.press-home .list-press .swiper-slide {
  height: auto;
}
.box-press .box-image {
  position: relative;
}
.box-press .img-press {
  width: 7.875rem;
  height: 4.125rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(122, 122, 122, 0.2);
  position: absolute;
  z-index: 1;
  bottom: -2rem;
  left: 1rem;
}
.box-press .box-image .image-cover {
  padding-top: 56.25%;
  border-radius: 0.625rem;
}
.box-press .box-image .image-cover img {
  width: auto;
}
.box-press .box-text {
  padding: 2.75rem 1rem 0;
}
.box-press .box-text p {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--black);
}
@media screen and (max-width: 767.98px) {
  .press-home {
    padding: 2.75rem 0 0;
  }
  .box-press .img-press {
    width: 5.75rem;
    height: 3.125rem;
  }
}
/* video-about */
.video-about {
  padding: 4.25rem 0 0;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--30);
}
.video-item {
  overflow: hidden;
  border-radius: 0.625rem;
}
.video-item:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 105%
  );
  height: 30%;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.video-item:hover .video-fit img {
  transform: scale(1.1);
}
.video-item {
  position: relative;
}
.video-item .video-fit {
  padding-top: 0 !important;
  aspect-ratio: 16/9;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.video-fit.active {
  z-index: 3;
}
.video-item .video-fit .video-controls {
  top: auto;
  bottom: 1rem;
  z-index: 2;
}
/** COntact**/
.contact-about {
  padding: 4.25rem 0;
}
.contact-about .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6.5rem;
}
.contact-about h2 {
  margin-bottom: 2rem;
}
.contact-about .btn-default {
  border-radius: 99rem;
}
@media screen and (max-width: 767.98px) {
  .video-about {
    padding: 2.75rem 0 0;
  }
  .video-list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .contact-about {
    padding: 2.75rem 0;
  }
  .contact-about .grid-2 {
    grid-template-columns: minmax(0, 1fr);
  }
  .contact-about h2 {
    margin-bottom: 1.25rem;
  }
  .form-contact {
    padding: 2rem 1.5rem;
  }
  .form-contact .form-content {
    grid-template-columns: minmax(0, 1fr);
  }
  .form-contact .form-content .form-item:first-child,
  .form-contact .form-content .form-item:last-child {
    grid-column: auto;
  }
}
