.page-header {
  background-color: white;
  padding: 6.75rem 0 9.8125rem;
}
.page-header-bg {
  background:
    no-repeat right -85px top -105px url("../images/about/Frame-36.png"),
    no-repeat right 45px bottom 5px url("../images/about/Shape-2.png");
}
.page-header__inner {
  text-align: left;
}
.page-header__inner h2 {
  color: var(--notech-black);
  margin-bottom: 2.75rem;
}

.page-header__inner .text {
  color: #6d5ae9;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

#core-values {
  padding: 60px 0px 146px;
}
#core-values h2 {
  color: #1b1525;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px; /* 125% */
  margin-bottom: 90px;
}
#core-values .list {
  position: relative;
  background: center/125% url("../images/about/Group.png");
  background-repeat: no-repeat;
  background-size: auto;
}
.list::after {
  content: "";
  position: absolute;
  right: calc(50% - 134px);
  top: calc(50% - 108px);
  width: 244px;
  height: 244px;
  background-image: url("../images/about/Frame-24.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: spin 6s linear infinite; /* Xoay 2 giây, lặp vô hạn */
  pointer-events: none;
}
#core-values .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  gap: 22px;
  position: absolute;

  color: #2b2b2b;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#core-values .list .item:nth-child(1) {
  top: 126px;
  left: 20px;
}
#core-values .list .item:nth-child(2) {
  left: 250px;
}
#core-values .list .item:nth-child(3) {
  top: 77px;
  right: 55px;
}
#core-values .list .item:nth-child(4) {
  bottom: 5px;
  right: 5px;
}
#core-values .list .item:nth-child(5) {
  bottom: 0;
  left: 109px;
}

#engineering-philosophy {
  --bs-gutter-x: 15px;
  padding: 105px 0 175px;
  background:
    no-repeat top 50% left url("../images/about/Ellipse-96.png"),
    no-repeat url("../images/about/Ellipse-97.png"),
    no-repeat top right url("../images/about/squares.png"),
    #212529;
}

#engineering-philosophy h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  margin-bottom: 5rem;
}
#engineering-philosophy .item_card {
  min-height: 322px;
  transition: all 0.3s ease-in-out;
}
#engineering-philosophy .item_card .body {
  padding: 20px;
  cursor: pointer;
  background:
    no-repeat right bottom url("../images/about/Group-2.png"),
    #1b1525;
}

#engineering-philosophy .item_card:hover .body {
  background:
    no-repeat right bottom url("../images/about/Group-2.png"),
    #6653e8;
}

#engineering-philosophy .item_card .title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
}

#engineering-philosophy .item_card .text {
  padding-top: 80px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}

.team-card {
  background: #fff;
  box-shadow: 4px 1px 61px 4px rgba(70, 67, 72, 0.26);
  padding: 20px;
  width: 267px;
  height: 281px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.team-card .team-avatar {
  border: 1px solid #6653e8;
  border-radius: 100px;
  width: 134px;
  height: 134px;
  padding: 10px;
}

.team-card .team-avatar img {
  background-color: #9e9494;
  border-radius: 100px;
  width: 114px;
  height: 114px;
}

.team-card .team-name {
  color: var(--Color-2, #1b1525);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.h-15 {
  height: 15%;
}

.team-block {
  padding: 204px 0 177px 0;
}
.team-block h2 {
  color: #1b1525;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
}

.team-block .leader {
  margin-top: -120px;
}

.team-block .feature-one__hover-content {
  background:
    bottom url("/assets/images/about/Frame.png") no-repeat,
    white;
}

.team-block .feature-one__hover-content {
  padding: 10px;
}

.feature-one__hover-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}

.team-block .feature-one__hover-content h3 {
  margin-top: 0px;
  color: var(--Pri, #6653e8);
  text-align: center;

  font-size: 20px;
  line-height: 30px; /* 150% */
  margin-bottom: 24px;
}

#mission {
  background-image: url("../images/about/Frame-52.png");
  padding: 100px 0 150px;
  background-size: cover;
}

#mission .card-item {
  display: flex;
  padding: 52px 44px;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(16.5px);
  min-height: 325px;
}

#mission .card-item .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
  color: var(--Pri, #6653e8);

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  margin-bottom: 64px;
}

#mission .card-item .body {
  padding-right: 95px;
}
#mission .card-item .body .text {
  margin-bottom: 0px;
  color: #1b1525;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}

.brand-four__inner {
  border-top: none;
}
.brand-one h2 {
  color: #1b1525;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  margin-bottom: 136px;
}
.brand-one .swiper-slide img {
  opacity: 0.85;
}

/* Mobile */
@media (max-width: 767px) {
  .page-header {
    padding: 81px 0 86px;
  }

  .page-header__inner h2 {
    font-size: 30px;
    line-height: 40px; /* 133.333% */
    padding-right: 140px;
    margin-bottom: 68px;
  }

  .page-header-bg {
    background: no-repeat top right url("../images/about/Frame-104.png");
  }

  #mission {
    background-image: url("../images/about/Frame-52.png");
    padding: 33px 0 78px;
  }
  #mission .card-item {
    padding: 32px 20px;
    min-height: 250px;
  }
  #mission .card-item .title {
    font-size: 20px;
    line-height: 24px; /* 120% */
    gap: 0.5rem;
    margin-bottom: 34px;
  }
  #mission .card-item .body {
    padding-right: 0;
  }
  #mission .card-item .body .text {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
  }
  #core-values h2 {
    margin-bottom: 0;
  }
  #core-values .list {
    background: center url("../images/about/Group.png");
    background-size: cover;
    min-height: 255px;
  }
  #core-values img {
    width: 100%;
  }
  #core-values .list .item {
    font-size: 16px;
    line-height: 32px; /* 200% */
    gap: 0.5rem;
  }
  #core-values .list .item img {
    width: 31px;
  }

  .list::after {
    width: 90px;
    height: 90px;
    right: calc(50% - 48.5px);
    top: calc(50% - 40.5px);
  }

  #core-values .list .item:nth-child(1) {
    top: 105px;
    left: 0;
  }

  #core-values .list .item:nth-child(2) {
    top: 54px;
    left: 181px;
  }

  #core-values .list .item:nth-child(3) {
    top: 95px;
    right: 7px;
  }
  #core-values .list .item:nth-child(4) {
    bottom: 34px;
    right: 0px;
  }

  #core-values .list .item:nth-child(5) {
    bottom: 34px;
    left: 22px;
  }

  #engineering-philosophy {
    padding: 121px 0 37px;
  }

  #engineering-philosophy h2 {
    font-size: 30px;
    line-height: 40px; /* 133.333% */
  }
  #engineering-philosophy .item_card {
    margin-bottom: 1rem;
  }

  #engineering-philosophy .item_card .body {
    padding: 26px;
  }

  #engineering-philosophy .item_card .title {
    font-size: 18px;
    line-height: 22px; /* 122.222% */
  }

  #engineering-philosophy .item_card .text {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
  }

  .team-block {
    padding: 78px 0 60px;
  }
  .team-block h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px; /* 133.333% */
    margin-bottom: 44px;
  }
  .team-block .leader {
    margin-top: 0px;
    justify-content: center;
  }

  .team-block .team-card {
    width: 50%;
    height: auto;
    gap: 39px;
  }
  .team-card .team-avatar img {
    width: 75px;
    height: 75px;
  }
  .team-card .team-avatar {
    width: 87px;
    height: 87px;
    padding: 5px;
  }

  .team-card .team-name {
    text-align: center;
    font-size: 14px;
    line-height: 27px; /* 192.857% */
  }

  .brand-one h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px; /* 133.333% */
    margin-bottom: 0;
  }

  .feature-one__hover-text {
    font-size: 14px;
    line-height: 1rem; /* 192.857% */
  }

  .team-block .feature-one__hover-content h3 {
    font-size: 14px;
    line-height: 27px; /* 133.333% */
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1025px) {
  .page-header {
    padding: 78px 0 34px;
  }

  .page-header__inner h2 {
    font-size: 40x;
    line-height: 50px; /* 133.333% */
    margin-bottom: 44px;
  }

  .page-header__inner .text {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }

  .page-header-bg {
    background: no-repeat top right url("../images/about/Frame-104-1.png");
  }

  #mission {
    background-image: url("../images/about/Frame-52.png");
    padding: 119px 0 87px;
  }
  #mission .card-item {
    padding: 52px 44px;
    min-height: 276px;
  }
  #mission .card-item .title {
    font-size: 30px;
    line-height: 40px; /* 120% */
    gap: 0.5rem;
    margin-bottom: 40px;
  }
  #mission .card-item .body {
    padding-right: 0px;
  }
  #mission .card-item .body .text {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }
  #core-values h2 {
    margin-bottom: 54px;
  }
  #core-values img {
    width: 277px;
  }
  #core-values .list .item {
    font-size: 20px;
    line-height: 30px; /* 200% */
    gap: 0.5rem;
  }
  #core-values .list .item img {
    width: 40px;
  }

  #core-values .list .item:nth-child(1) {
    top: 105px;
    left: 0;
  }

  #core-values .list .item:nth-child(2) {
    top: 54px;
    left: 181px;
  }

  #core-values .list .item:nth-child(3) {
    top: 95px;
    right: 7px;
  }
  #core-values .list .item:nth-child(4) {
    bottom: 34px;
    right: 0px;
  }

  #core-values .list .item:nth-child(5) {
    bottom: 34px;
    left: 22px;
  }

  #engineering-philosophy {
    padding: 67px 0 106px;
  }

  #engineering-philosophy h2 {
    margin-bottom: 60px;
  }

  #engineering-philosophy .item_card {
    min-height: 234px;
  }

  #engineering-philosophy .item_card .body {
    padding: 13px;
  }

  #engineering-philosophy .item_card .title {
    font-size: 14px;
    line-height: 32px; /* 122.222% */
  }

  #engineering-philosophy .item_card .text {
    color: #fff;
    font-size: 20px;
    line-height: 30px; /* 150% */
    padding-top: 40px;
  }

  .team-block {
    padding: 78px 0 118px;
  }
  .team-block h2 {
    font-size: 40px;
    line-height: 50px; /* 133.333% */
    margin-bottom: 36px;
  }
  .team-block .leader {
    margin-top: 0px;
    justify-content: center;
  }

  .team-block .team-card {
    width: 179px;
    height: 197px;
    padding: 20px 5px 5px 5px;
  }
  .team-card .team-avatar img {
    width: 75px;
    height: 75px;
  }
  .team-card .team-avatar {
    width: 87px;
    height: 87px;
    padding: 5px;
  }

  .team-card .team-name {
    text-align: center;
    font-size: 16px;
    line-height: 32px; /* 192.857% */
  }

  .brand-one h2 {
    margin-bottom: 45px;
  }

  .feature-one__hover-text {
    font-size: 14px;
    line-height: 1rem; /* 192.857% */
  }

  .team-block .feature-one__hover-content h3 {
    font-size: 14px;
    line-height: 27px; /* 133.333% */
    margin-bottom: 10px;
  }
}
