/* page-about-1 */
#main .page-about-1 {
  padding-top: 10.9375rem;
  padding-bottom: 0;
}

.page-about-1 .col-left {
  padding-top: 2.8125rem;
}

.page-about-1 .col-right {
  padding-bottom: 0;
  padding-left: 9.5%;
  display: flex;
  align-items: flex-end;
}
.page-about-1 .title-home h2{
  font-size:2.8125rem;
}
.page-about-1 .title-home p {
  color: #2b2b2b;
  font-size: 1rem;
  margin-bottom: 3.9375rem;
}

.page-about-1 .box-number {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-right: 1.875rem;
  grid-gap: 2.8125rem;
}

.page-about-1 .icon-box {
  display: flex;
}
.page-about-1 .icon-box .icon-box-img {
  width: var(--60) !important;
}
.page-about-1 .icon-box img {
  padding: 0;
}

.page-about-1 .icon-box .icon-box-text {
  padding-left: 2.0625rem;
}

.page-about-1 .icon-box .number-run {
  font-size: var(--40);
  font-weight: normal;
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, #f1fde9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #61bc3f;
  font-family: var(--beVietnamPro);
  display: flex;
  align-items: flex-start;
}

.page-about-1 .icon-box .text {
  color: #2b2b2b;
  font-size: 1rem;
  font-family: var(--medi);
}

/* End page-about-1 */
/* page-about-2 */
.page-about-2 {
  padding-top: 6.25rem;
  z-index: 1;
}

.page-about-2 .section-bg {
  background-position: top;
  height: 300%;
  z-index: -1;
  background-size: 100% !important;
}

.page-about-2 .col-left {
  padding-right: var(--57);
}

.page-about-2 .col-right {
  padding-top: 4.0625rem;
  position: relative;
}

.page-about-2 .col-right:before {
  content: "";
  background: url(../../../images/icon-quote.svg)
    no-repeat center;
  background-size: contain;
  width: var(--63);
  height: var(--55);
  right: var(--35);
  position: absolute;
  top: var(--47);
}

.page-about-2 .col-right h2 {
  font-size: var(--60);
  color: var(--theme-color2);
  line-height: 1;
  margin-bottom: var(--12);
  position: relative;
}

.page-about-2 .col-right h3 {
  font-size: var(--34);
  line-height: 1.2;
  color: #000;
  margin-bottom: var(--26);
}

.page-about-2 .col-right p {
  color: #2b2b2b;
}

.page-about-2 .video-item:has(.playing):before {
  display: none;
}

.page-about-2 .video-item .video-button {
  width: 4.8125rem;
  height: 4.8125rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.875rem;
  border: 1px solid white !important;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple_video 0.7s linear infinite;
  opacity: 1;
  visibility: visible;
  border: 1px solid rgb(255 255 255 / 32%);
  background: var(
    --ruot-kinh,
    linear-gradient(
      46deg,
      rgba(255, 255, 255, 0.2) -12.56%,
      rgba(255, 255, 255, 0.5) 100%
    )
  );
  backdrop-filter: blur(2px);
}

.page-about-2 .video-item .video-button:hover {
  cursor: pointer;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.page-about-2 .video-item .playing .video-button {
  opacity: 0;
  visibility: hidden;
}

.page-about-2 .video-item .video-button i {
  margin-left: 0.3125rem;
}

.page-about-2 .video-item {
  position: relative;
}

/* End page-about-2 */
/* page-about-3 */

#main .page-about-3 {
  padding-bottom: var(--80);
  padding-top: var(--50);
}

.page-about-3 .title-home h2 {
  margin-bottom: 2.9375rem;
}

.page-about-3 .history-item {
  display: flex;
  align-items: center;
  position: relative;
}

.page-about-3 .history-item:before {
  content: "";
  position: absolute;
  width: var(--3);
  background-color: var(--theme-color2);
  transition: all 0.3s;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  height: 100%;
  opacity: 0;
}

.page-about-3 .history-item:hover:before {
  opacity: 1;
}

.page-about-3 .list-history {
  position: relative;
}

.page-about-3 .history-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.page-about-3 .history-item:nth-child(odd) .history-item__image,
.page-about-3 .history-item:nth-child(even) .history-item__content {
  padding-left: var(--70);
}

.page-about-3 .history-item:nth-child(odd) .history-item__content,
.page-about-3 .history-item:nth-child(even) .history-item__image {
  padding-right: var(--70);
}

.page-about-3 .history-item__image .image-cover {
  padding-top: 60%;
}

.page-about-3 .history-item__image .image-cover img {
  /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg); */
}

.page-about-3 .history-item:hover .image-cover img {
  filter: unset;
}

.page-about-3 .history-item .history-item__image {
  width: 50%;
  flex-shrink: 0;
}

.page-about-3 .history-item .history-item__image .box-image {
  opacity: 0;
  transition: all 1s;
}

.page-about-3 .history-item.active .history-item__image .box-image {
  opacity: 1;
}

.page-about-3 .history-item .history-item__content {
  width: 50%;
  position: relative;
}

.page-about-3 .history-item .history-item__content:before {
  content: "";
  width: 0;
  height: 0;
  border: 0.75rem solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.4s;
  opacity: 0;
}

.page-about-3 .history-item:hover .history-item__content:before {
  opacity: 1;
}

.page-about-3 .history-item:nth-child(even) .history-item__content:before {
  border-left: 0.9375rem solid var(--theme-color2);
  left: 0.1875rem;
}

.page-about-3 .history-item:nth-child(odd) .history-item__content:before {
  border-right: 0.9375rem solid var(--theme-color);
  right: 0.1875rem;
}

.page-about-3 .history-item:nth-child(even) .history-item__content .box-text {
  padding: 0 0 0 6.5625rem;
}

.page-about-3 .history-item:nth-child(odd) .box-text {
  transform: translateX(-20%);
  opacity: 0;
  transition: all 0.4s, opacity 0.5s 0.4s, transform 0.5s 0.3s;
}

.page-about-3 .history-item:nth-child(even) .box-text {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.4s, opacity 0.5s 0.4s, transform 0.5s 0.4s;
}

.page-about-3 .history-item.active .history-item__content .box-text {
  transform: translateX(0%);
  opacity: 1;
}

.page-about-3 .history-item .year {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -0.16em;
  margin: auto;
  max-width: 100%;
  display: inline-block;
  font-family: var(--bold);
  font-weight: normal;
  letter-spacing: 0;
  font-size: var(--90);
  line-height: 1em;
  height: min-content;
  color: var(--theme-color2);
  z-index: 1;
  pointer-events: none;
  transition: 0.4s;
  transform: rotateZ(180deg);
  writing-mode: vertical-rl;
}

.page-about-3 .history-item:hover .year {
  color: var(--theme-color);
}

.page-about-3 .history-item:nth-child(odd) .history-item__content .box-text {
  text-align: right;
  padding: 0 6.5625rem 0 0;
}

.page-about-3 .history-item:nth-child(odd) .year {
  right: -0.16em;
  left: auto;
}

.page-about-3 .history-item .title {
  font-size: var(--30);
  margin: 0 0 1.3125rem;
}

.page-about-3 .history-item .desc {
  color: #2b2b2b;
}

.list-history .line-history {
  position: absolute;
  width: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.line-history:before {
  content: "";
  border-left: 1px solid #a9a9a9;
  position: absolute;
  width: 0;
  height: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  left: -1px;
}

.list-history.active .line-history:before {
  height: 100%;
}

.line-history i:first-child {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: -0.75rem;
  background-color: var(--theme-color2);
  border-radius: 50%;
  left: -0.375rem;
}

.line-history i:nth-child(2) {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  bottom: -0.75rem;
  background-color: var(--theme-color2);
  border-radius: 50%;
  left: -0.375rem;
}

.page-about-3 .title-color {
  margin-bottom: 3.125rem;
}

/* End page-about-3 */
/* page-about-4 */
.page-about-4 {
  padding-top: var(--97);
  padding-bottom: var(--90);
  overflow: hidden;
}

.page-about-4 .col-right {
  padding-bottom: 0;
}

.page-about-4 .col-right .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  animation: hu__hu__ infinite 3s ease-in-out;
}

.page-about-4 .col-left .col-inner {
  padding-left: 10.8125rem;
}

.page-about-4 .col-left .box-text h2 {
  font-size: var(--45);
  color: #e7ffdf;
  line-height: 1.2;
  margin: 0 0 var(--18);
}

.page-about-4 .col-left .box-text p {
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
}

.page-about-4 .col-left .box-text {
  display: flex;
  flex-direction: column;
  gap: 3.3125rem;
  padding: 0;
}

.page-about-4 .text-line h3 {
  font-size: 7.5rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 7.2px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #e7ffdf;
  line-height: 1;
  font-family: var(--extraBold);
  margin: 0;
}

.page-about-4 .text-line {
  position: absolute;
  left: -7.8125rem;
  transform: rotate(-90deg);
  top: 6rem;
}

.page-about-4 .section-bg {
  background-position: 63% 100%;
}

/* End page-about-4 */
/* page-about-5 */
.page-about-5 {
  padding-top: 5.625rem;
  padding-bottom: 0.58rem;
}

.page-about-5 .col-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4.3rem;
  padding-bottom: 0;
}

.page-about-5 .title-color h2 {
  margin-bottom: var(--16);
}

.page-about-5 .title-color p {
  max-width: 33.5rem;
  margin: 0;
}

.page-about-5 .btn-viewall-white {
  margin: 0;
}

.page-about-5 .team-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--60) 3.13rem;
}

.page-about-5 .team-wrapper .img .image-cover {
  padding-top: 89.5%;
  background-image: url(../../../../../uploads/2025/05/bg-nv.webp);
  background-repeat: no-repeat;
}
.page-about-5 .team-wrapper .img-team .image-cover{
  padding-top:140%;
  overflow: unset;
}
.page-about-5  .col-team{
  padding-bottom:0
}
.page-about-5 .team-wrapper .team-item__image{
  position:relative;
}
.page-about-5 .team-wrapper .img-team .image-cover img{
  object-fit:contain;
  transform-origin: bottom;
}
.page-about-5 .team-wrapper .img-team .box-image{
  overflow:unset
}
.page-about-5 .team-wrapper .team-item__image:hover .img-team img{
  scale: 1.05;
}
.page-about-5 .team-wrapper .img-team {
  width:10.0625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.page-about-5 .team-wrapper .image-cover img {
  transition: all 1s;
}

.page-about-5 .team-wrapper .box-text {
  padding: 1.5rem 0 0;
}

.page-about-5 .team-wrapper .team-name {
  font-family: var(--semi);
  margin-bottom: 0.31rem;
  color: #2B2B2B;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  margin-top: 0;
}

.page-about-5 .team-wrapper .team-name:hover {
  color: var(--theme-color);
}

.page-about-5 .team-wrapper p {
  margin: 0;
  color: #5f5f5f;
}

/* End page-about-5 */
/* page-about-6 */
#main .page-about-6 {
  padding-top: 5rem;
  background: linear-gradient(180deg, #fff 0%, #ecfbe4 100%);
  padding-bottom: 4rem;
}

.page-about-6 .col-left {
  padding-right: 3.75rem;
}

.page-about-6 .col-left .col-inner {
  padding: 3.125rem 3rem 2.8125rem;
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #1f8038 0%, #106141 100%);
  box-shadow: 0px 4px 40px 0px rgba(0, 74, 61, 0.1);
}

.page-about-6 .title-home h2 {
  color: #fff;
  padding-bottom: var(--43);
  text-align: center;
  background: unset;
  -webkit-text-fill-color: unset;
  border-bottom: 1px solid #129849;
  margin-bottom: 0;
}

.page-about-6 .col-right {
  padding-left: 2.5rem;
  padding-top: 2.8125rem;
}

.page-about-6 .col-right .col-inner:before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #c7c7c7;
  position: absolute;
  top: 2.5rem;
}

.page-about-6 .col-left .stack {
  margin: 0 var(--25);
  padding-top: var(--50);
  padding-left: var(--90);
  flex-direction: column;
  position: relative;
}

.page-about-6 .col-left .text-line {
  position: absolute;
  left: -5.625rem;
  transform: rotate(-90deg);
  top: 7.6875rem;
}

.page-about-6 .col-left .text-line h2 {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
  margin: 0;
  position: relative;
  font-family: var(--extraBold);
  font-size: var(--84);
  line-height: 1;
}

.page-about-6 .col-left .icon-box {
  color: #fff;
}

.page-about-6 .col-left .number-run {
  font-size: var(--60);
  line-height: 1;
  font-family: var(--bold);
  display: flex;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e7ffdf;
  background: linear-gradient(180deg, #6ccc92 0%, #166e3d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-about-6 .col-left .number-run i{
  font-style: normal;
  font-family: var(--beVietnamPro);
}
.page-about-6 .col-left .number-run .odometer-value {
  background: linear-gradient(180deg, #6ccc92 0%, #166e3d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-about-6 .col-left .number-run .fix-1 {
  margin-right: 0.375rem;
}

.page-about-6 .col-left .number-run .fix-1 .odometer-digit:nth-of-type(2) {
  display: none;
}

.page-about-6 .col-left .icon-box + .icon-box {
  margin-top: 1.875rem !important;
}

.page-about-6 .col-left .icon-box p {
  font-size: var(--20);
  color: #e7ffdf;
}

.page-about-6 .logo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--29) var(--34);
}

.page-about-6 .title h4 {
  color: #2b2b2b;
  font-size: var(--20);
  font-family: var(--semi);
  margin: 0;
  line-height: 1;
  /* transform: translateY(-100px); */
  transition: all 1s;
}

.page-about-6 .swiper-slide-active .title h4 {
  /* transform: translateY(0); */
}

.page-about-6 .title {
  margin-bottom: 2.0625rem;
  padding-bottom: 1.1875rem;
  position: relative;
}

.page-about-6 .col-right .col-inner:after {
  content: "";
  width: 7.5rem;
  height: 0.125rem;
  background-color: var(--theme-color2);
  position: absolute;
  top: 2.5rem;
}

#main .page-about-6 .col-right .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #cecece;
  opacity: 1;
  margin: 0 0.46875rem;
}

.page-about-6 .col-right .swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}

.page-about-6 .swiper-pagination {
  width: fit-content;
  top: 0;
  right: -0.4375rem;
  left: unset;
}

/* End page-about-6 */
@media screen and (max-width: 1198.98px) and (min-width: 850px) {
  .page-about-1 .box-number {
    padding-right: 0;
    grid-gap: 1.25rem;
  }

  .page-about-1 .icon-box .icon-box-text {
    padding-left: 1.25rem;
  }

  .page-about-1 .icon-box .text {
    font-size: 0.9375rem;
  }

  .page-about-1 .icon-box .icon-box-img {
    max-width: 3.125rem;
  }

  .page-about-2 .col-right {
    padding-top: 0.625rem;
    flex-basis: 45%;
    max-width: 45%;
  }

  .page-about-2 .col-left {
    padding-right: 1.875rem;
    flex-basis: 55%;
    max-width: 55%;
  }

  .page-about-2 .col-right h2 {
    font-size: 3.4375rem;
  }

  .page-about-2 .col-right h3 {
    font-size: 1.75rem;
  }

  .page-about-2 .col-right:before {
    width: 2.8125rem;
    height: 2.3125rem;
    top: 0;
  }

  .page-about-6 .col-left .col-inner {
    padding: 2.5rem 1.875rem 1.875rem;
  }

  .page-about-6 .col-left .icon-box p {
    font-size: 1.125rem;
  }

  .page-about-6 .col-left .stack {
    margin: 0;
  }

  .page-about-6 .col-left .text-line {
    top: 7.5rem;
    left: -5rem;
  }

  .page-about-6 .col-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .page-about-6 .col-left {
    flex-basis: 45%;
    max-width: 45%;
    padding-right: 0.9375rem;
  }

  .page-about-6 .col-left .stack {
    max-width: 25rem;
    margin: 0 auto;
    padding-left: 5.3125rem;
    padding-top: 1.875rem;
  }

  .page-about-6 .col-left .text-line {
    top: 6rem;
    left: -4.0625rem;
  }

  .page-about-6 .col-right {
    padding-left: 0.9375rem;
    padding-top: 0.9375rem;
    flex-basis: 55%;
    max-width: 55%;
  }

  .page-about-6 .logo {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.625rem 1.5625rem;
  }

  .page-about-6 .swiper-pagination {
    width: 100%;
    top: unset;
    right: 0;
  }

  .customer-wrapper {
    padding-bottom: 1.875rem;
  }

  .page-about-6 .col-left .col-inner {
    padding: 2.5rem 1.25rem 2.8125rem;
  }

  .page-about-6 .title-home h2 {
    font-size: 1.625rem;
    padding-bottom: 1.875rem;
  }

  .page-about-6 .col-left .number-run {
    font-size: 3.4375rem;
  }

  .page-about-6 .col-left .icon-box p {
    font-size: 1.125rem;
  }

  .page-about-6 .col-left .text-line h2 {
    font-size: 4.6875rem;
  }

  #main .page-about-6 {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
  }

  .page-about-1 .col-left {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-about-1 .col-right {
    padding-left: 0.9375rem;
    flex-basis: 100%;
    max-width: 100%;
    align-items: center;
  }

  .page-about-1 .title-home p {
    margin-bottom: 1.25rem;
  }

  .page-about-1 .box-number {
    width: 34.375%;
    flex-shrink: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .page-about-2 {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }

  .page-about-2 .col-left {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    order: 1;
  }

  .page-about-2 .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 1.875rem;
  }

  .page-about-2 .col-right:before {
    display: none;
  }

  .page-about-2 .col-right h2:before {
    content: "";
    background: url(../../../images/icon-quote.svg)
      no-repeat center;
    background-size: contain;
    width: 3.9375rem;
    height: 3.4375rem;
    right: -4.9375rem;
    position: absolute;
    top: -0.625rem;
  }

  .page-about-2 .col-right h2 {
    width: fit-content;
  }

  .page-about-3 .history-item:nth-child(odd) .history-item__content,
  .page-about-3 .history-item:nth-child(even) .history-item__image {
    padding-right: 2.8125rem;
  }

  .page-about-3 .history-item:nth-child(odd) .history-item__image,
  .page-about-3 .history-item:nth-child(even) .history-item__content {
    padding-left: 2.8125rem;
  }

  .page-about-3 .history-item:nth-child(odd) .history-item__content .box-text {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .page-about-3 .history-item .title {
    font-size: 1.5rem;
  }

  .page-about-3 .history-item:nth-child(odd) .year {
    font-size: 5.3125rem;
  }

  #main .page-about-3 {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }

  .page-about-4 .col-left {
    flex-basis: 100%;
    max-width: 100%;
    z-index: 2;
  }

  .page-about-5 .col-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .page-about-5 .team-wrapper {
    grid-gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .page-about-5 {
    padding-bottom: 0;
  }

  .page-about-4 .col-right {
    position: absolute;
  }
  .page-about-4 .col-right .img {
    width: 80%;
    left: 48%;
    top: -16.25rem;
    transform: unset;
    animation: unset;
  }

  #main .page-about-5 .button.btn-viewall-white {
    margin: 1.875rem auto 0;
    width: fit-content;
    display: flex;
  }
  .page-about-5 .team-wrapper .img-team{
    max-width:60%
  }
}

@media screen and (max-width: 767.98px) {
  .title-color h1,
  .title-color h2 {
    font-size: 2.125rem;
  }

  .page-about-2 .col-right h2 {
    font-size: 2.8125rem;
  }

  .page-about-2 .col-right h3 {
    font-size: 1.625rem;
  }

  .list-history .line-history {
    left: 0;
    transform: translateX(0);
  }

  .page-about-3 .history-item {
    padding-left: 1.25rem;
    align-items: flex-start;
  }

  .page-about-3 .history-item:before {
    left: 0.03125rem;
    transition: all 1s;
  }

  .page-about-3 .history-item {
    flex-direction: column !important;
  }

  .page-about-3 .history-item {
    padding-bottom: 3.125rem;
  }

  .page-about-3 .history-item:nth-child(odd) .box-text {
    transform: translateX(20%);
  }

  .page-about-3 .history-item:nth-child(odd) .history-item__content,
  .page-about-3 .history-item:nth-child(even) .history-item__image {
    padding-right: 0;
  }

  .page-about-3 .history-item:nth-child(odd) .history-item__image,
  .page-about-3 .history-item:nth-child(even) .history-item__content {
    padding-left: 0;
  }

  .page-about-3 .history-item .history-item__image {
    width: 80%;
    max-width: 21.875rem;
    position: relative;
  }

  .page-about-3 .history-item .history-item__content {
    width: 100%;
    margin-top: 1.875rem;
  }

  .page-about-3 .history-item:nth-child(odd) .history-item__content .box-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-about-3 .history-item:nth-child(even) .history-item__content .box-text {
    padding: 0 6.5625rem 0 0;
  }

  .page-about-3 .history-item:nth-child(odd) .history-item__content .box-text {
    text-align: left;
  }

  .page-about-3 .history-item:nth-child(even) .year {
    right: -0.01rem;
    left: auto;
  }

  .page-about-3 .history-item:hover .year {
    color: var(--theme-color);
  }

  .page-about-3 .history-item .history-item__content:before {
    display: none;
  }

  .page-about-3 .history-item .year {
    font-size: 5rem;
  }

  .page-about-3 .history-item .history-item__image:before {
    content: "";
    width: 0;
    height: 0;
    border: 0.75rem solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.4s;
    opacity: 1;
    left: -1.125rem;
    border-left: 0.9375rem solid var(--theme-color);
  }

  .page-about-3 .history-item:hover .history-item__image .image-cover img {
    filter: unset;
  }

  .page-about-4 {
    padding-top: 3.75rem;
    padding-bottom: calc(3.75rem - 30px);
  }

  .page-about-4 .col-left .col-inner {
    padding-left: 10rem;
  }

  .page-about-4 .col-left .box-text h2 {
    font-size: 2.25rem;
  }

  .page-about-4 .col-left .box-text p {
    font-size: 1.0625rem;
  }

  .page-about-5 {
    padding-top: 3.75rem;
  }

  .page-about-6 .col-left,
  .page-about-6 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-about-4 .col-right .img {
    top: -10.375rem;
  }

  .page-about-2 .video-item .video-button {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 575.98px) {
  .page-about-6 .title-home h2 {
    padding-bottom: 1.25rem;
  }

  .page-about-6 .col-left .number-run {
    font-size: 4.0625rem;
  }

  .page-about-6 .col-left .icon-box p {
    font-size: 1.1875rem;
  }

  .page-about-6 .col-left .stack {
    padding-left: 6.25rem;
  }

  .page-about-6 .col-left .text-line h2 {
    font-size: 5rem;
  }

  .page-about-6 .col-left .text-line {
    left: -4.0625rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }

  .page-about-6 .swiper-pagination {
    top: unset;
    left: 0;
    right: unset;
    width: 100%;
    bottom: 0;
  }

  .page-about-6 .customer-wrapper {
    padding-bottom: 1.875rem;
  }

  .page-about-6 .logo {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.625rem 1.25rem;
  }

  .page-about-6 .col-left {
    order: 1;
    order: -1;
  }

  .page-about-6 .col-right .col-inner-1:before,
  .page-about-6 .col-right .col-inner-1:after {
    display: none;
  }

  .page-about-6 .title-home h2 {
    background: linear-gradient(93deg, #106141 5.44%, #1f8038 71.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    text-align: left;
    padding-bottom: 1.875rem;
  }

  .page-about-6 .col-left .stack {
    padding-top: 0;
  }

  .page-about-6 .col-left .col-inner {
    padding: 3.125rem 1.25rem 3.125rem;
  }

  .page-about-4 .text-line {
    display: none;
  }

  .page-about-4 .col-left .col-inner {
    padding-left: 0;
  }

  .page-about-4 .col-left .box-text h2 {
    font-size: 2rem;
  }

  .page-about-4 .section-bg {
    background-position: 70% 100%;
  }

  #main .page-about-1 {
    padding-top: 7.5000rem;
  }

  .title-home h2,
  .page-about-1 .title-home h2{
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }

  .page-about-1 .row {
    justify-content: center;
  }

  .page-about-1 .box-number {
    width: 100%;
    padding-right: 0;
    margin-top: 1.875rem;
    grid-gap: 1.875rem;
  }

  .page-about-1 .col-right {
    flex-basis: 85%;
    max-width: 85%;
    flex-direction: column;
    gap: var(--30);
  }

  .page-about-2 .col-right {
    padding-top: 0;
  }

  .page-about-2 .col-right h2 {
    font-size: 2.25rem;
  }

  .page-about-2 .col-right h2:before {
    width: 3.125rem;
    height: 1.875rem;
    right: -3.4375rem;
  }

  .page-about-2 .col-right h3 {
    font-size: 1.5rem;
  }

  .title-color h1,
  .title-color h2 {
    font-size: 1.5rem;
  }

  .title-color h2 br {
    display: none;
  }

  .page-about-3 .col-title {
    padding-bottom: 0;
  }

  .page-about-3 .history-item .year {
    font-size: 4.375rem !important;
  }

  .page-about-3 .history-item .history-item__content .box-text {
    padding-right: 5rem !important;
  }

  .page-about-3 .history-item .title {
    font-size: 1.25rem;
  }

  .page-about-5 .col-title {
      margin-bottom: 2.5rem;
  }

  .page-about-5 .team-wrapper {
    grid-gap: 2.1875rem 1.25rem;
  }

  .page-about-5 .team-wrapper .box-text {
    padding-top: 1rem;
  }

  .page-about-5 .team-wrapper .team-name {
    font-size: 1rem;
  }

  .page-about-5 .team-wrapper p {
    font-size: 0.75rem;
  }

  .page-about-5 .col-team {
    padding-bottom: 0;
  }

  .page-about-4 .col-right {
    /* position: relative; */
    margin-top: -6.25rem;
    right: -40%;
  }

  .page-about-4 .col-right .img {
    position: unset;
    inset: 0;
    width: 100%;
    margin: 0 auto;
    animation: hu__hu__2 infinite 3s ease-in-out;
  }
}

@keyframes ripple_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
  }
}

@keyframes hu__hu__ {
  50% {
    transform: translate(-50%, -52%);
  }
}

@keyframes hu__hu__2 {
  50% {
    transform: translateY(-0.9375rem);
  }
}
