#navbar-scroll .nav-pills .nav-item .nav-link.active {
  border-bottom: 5px solid var(--neutral-green-1, #007478);
  --bs-nav-pills-link-active-color: #4b4b4b;
  --bs-nav-pills-link-active-bg: none;
}

.nav-pills {
  --bs-border-radius: none;
}

#navbar-scroll .nav-pills .nav-item .nav-link {
  display: block;
  padding: 19px 30px;
  background: #e7f1f1;
}

.navbar {
  display: block;
  background: #e7f1f1;
  border-bottom: 1px solid var(--neutral-green-1, #007478);
}

.nav-item .nav-link {
  font-size: 18px;
  line-height: normal;
  --bs-nav-link-color: #4b4b4b;
  font-weight: 700;
  line-height: normal;
}

.nav-pills {
  display: flex;
  justify-content: space-between;
}

#navbar-scroll {
  position: sticky;
  top: 79px;
  left: 0;
  z-index: 9;
}

/* .admin-bar #navbar-scroll {
  top: 32px;
} */

.overview-content .overview {
  display: flex;
  gap: 151px;
}

.overview-content .overview .title {
  width: 30%;
}

.overview-content .overview .title h2 {
  color: var(--neutral-green-2, #18545e);
  line-height: normal;
  font-size: 42px;
  margin-bottom: 0px;
}

.overview-content .overview .desc p {
  margin-bottom: 0px;
}

.overview-content .overview .desc {
  width: 48%;
  flex: auto;
}

.video-demo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 36px 0px;
}

.video-demo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content .btn .body-2-text {
  background: var(--neutral-green-1, #007478);
  padding: 17px 20px;
  color: #ffffff;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  border-radius: 10px;
}

.content .detail {
  gap: 30px;
  display: flex;
}

.overview-content .content {
  display: flex;
  justify-content: space-between;
}

.detail-content .title {
  color: var(--dark-60, #61646d);
  font-size: 20px;
  font-weight: 400;
  line-height: 177.8%;
  text-transform: uppercase;
  padding: 5px 0px;
}

.detail-content .content {
  color: var(--dark-80, #4b4b4b);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.line {
  border-top: 3px solid var(--neutral-green-1, #007478);
  margin-top: 36px;
  opacity: unset;
}

.description {
  max-width: 756px;
  margin: 0 auto;
}

.description .desc-title .title-content {
  color: var(--neutral-green-1, #007478);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 21px;
}

.description .desc-title .title {
  color: var(--dark-60, #61646d);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.description .desc-title p {
  margin-bottom: 0px;
}

.description .desc .text-center {
  display: flex;
  padding: 18px 0px;
  justify-content: flex-end;
  gap: 5px;
  width: 953px;
  height: 168px;
  flex-direction: column;
  margin: auto;
  position: relative;
  margin-top: -80px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.28) 0%,
      #fff 67.71%);
}

.description .desc .text-center {
  font-size: 16px;
  line-height: 139.3%;
  letter-spacing: -0.32px;
}

/* ngoại thất */
.exterior .row {
  justify-content: space-between;
}

.exterior .truck-content {
  padding: 16px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.demo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.exterior .demo-truck-box .list-image {
  display: flex;
  height: 90px;
  justify-content: space-between;
}

.exterior .text-content {
  display: flex;
  flex-direction: column;
}

.exterior .text-content .advantage-item {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
}

.exterior .text-content .advantage-item .number {
  border-radius: 50%;
  height: 45px;
  width: 45px !important;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--neutral-green-2);
  color: var(--neutral-green-2);
}

.exterior .text-content .advantage-item p {
  flex: 1;
  line-height: 139.3%;
  letter-spacing: -0.32px;
}

.slider-main .swiper-slide {
  height: 460px;
  margin-bottom: 2px;
}

.slider-thumb .swiper-slide {
  height: 90px;
  /*margin-right: 2px !important;*/
}

.swiper .swiper-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.furniture .row {
  justify-content: space-between;
}

.furniture .truck-content {
  padding: 16px 18px 24px;
  display: flex;
  flex-direction: column;
}

.furniture .demo-truck-box .demo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.furniture .demo-truck-box .list-image {
  display: flex;
  height: 90px;
  justify-content: space-between;
}

.furniture .text-content {
  display: flex;
  flex-direction: column;
}

.furniture .text-content .advantage-item {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
}

.furniture .text-content .advantage-item .number {
  border-radius: 50%;
  height: 45px;
  width: 45px !important;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--neutral-green-2);
  color: var(--neutral-green-2);
}

.furniture .text-content .advantage-item p {
  flex: 1;
  line-height: 139.3%;
  letter-spacing: -0.32px;
}

.furniture .furniture-img {
  width: fit-content;
}

.furniture {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.engine .row {
  justify-content: space-between;
}

.engine .truck-content {
  padding: 16px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.engine .demo-truck-box .demo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.engine .demo-truck-box .list-image {
  display: flex;
  height: 90px;
  justify-content: space-between;
}

.engine .text-content {
  display: flex;
  flex-direction: column;
}

.engine .text-content .advantage-item {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
}

.engine .text-content .advantage-item .number {
  border-radius: 50%;
  height: 45px;
  width: 45px !important;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--neutral-green-2);
  color: var(--neutral-green-2);
}

.engine .text-content .advantage-item p {
  flex: 1;
  line-height: 139.3%;
  letter-spacing: -0.32px;
}

.engine .engine-img {
  width: fit-content;
}

.engine {
  margin-bottom: 4rem;
}

.feature-section .text-content {
  gap: 24px;
  padding-right: 46px;
}

.feature-section.feature-section-right .text-content {
  padding-right: 0;
  padding-left: 46px;
}

.specification .specification-content {
  width: fit-content;
  margin: auto;
  margin-bottom: 4rem;
}

.specification .btn .body-2-text {
  background: var(--neutral-green-1, #007478);
  padding: 17px 20px;
  color: #ffffff;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  border-radius: 10px;
}

.quote-form-wrapper {
  max-width: 600px;
  margin: 40px auto;
}

.quote-form-wrapper .wpcf7-form {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e7f1f1;
  text-align: center;
}

.quote-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.quote-form-wrapper label {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

.quote-form-wrapper input[type="text"],
.quote-form-wrapper input[type="email"],
.quote-form-wrapper input[type="tel"],
.quote-form-wrapper textarea {
  width: 100%;
  padding: 12px 18px;
  border: 1px solid var(--neutral-green-3, #e7f1f1);
  border-radius: 12px;
  font-size: 16px;
  background-color: #fdfdfd;
  transition: all 0.3s ease;
  color: var(--dark-80, #4b4b4b);
  text-align: center;
}

.quote-form-wrapper input:focus,
.quote-form-wrapper textarea:focus {
  outline: none;
  border-color: var(--neutral-green-1);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 116, 120, 0.05);
}

.quote-form-wrapper .wpcf7-submit {
  background-color: var(--neutral-green-1);
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
}

.quote-form-wrapper .wpcf7-submit:hover {
  background-color: var(--neutral-green-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 116, 120, 0.2);
}

@media (max-width: 768px) {
  .quote-form-wrapper {
    padding: 0 15px;
  }

  .quote-form-wrapper .wpcf7-form {
    padding: 20px;
  }
}

.detail-card {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.detail-card .list-card {
  display: flex;
  flex-wrap: wrap;
  flex: 4;
  justify-content: space-between;
}

.detail-card .list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-card .card {
  width: 24%;
  margin-right: 8px;
  margin-top: 20px;
}

.detail-card .card img {
  aspect-ratio: 1/0.8;
}

.detail-card .truck-content {
  padding: 16px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.detail-card .truck-content .content-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-card .truck-content .desc ul {
  list-style-type: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-card .truck-content .see-more {
  color: #020e20;
}

.chi-tiet-san-pham .section-services {
  padding: 70px 0;
}

.chi-tiet-san-pham .section-services .heading {
  max-width: 740px;
  margin: 0 auto;
}

.chi-tiet-san-pham .heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.chi-tiet-san-pham section {
  padding: 49px 97px;
}

.section-services .heading {
  max-width: 740px;
  margin: 0 auto;
}

.chi-tiet-san-pham .section-services .service-item:hover {
  box-shadow: 7px 14px 26px 0px rgba(0, 0, 0, 0.25);
}

.chi-tiet-san-pham .section-services .service-item {
  transition: box-shadow 0.2s ease-in-out;
}

.chi-tiet-san-pham .swiper .swiper-pagination {
  position: relative;
  top: 0;
  height: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#post-mota {
  position: relative;
}

#post-mota.post-mota-overflow {
  overflow: hidden;
  height: 1000px;
}

#post-mota-readmore {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .nav-pills {
    flex-wrap: wrap;
  }

  #navbar-scroll {
    top: 50px !important;
  }

  #navbar-scroll .nav-pills .nav-item .nav-link {
    padding: 12px;
  }

  .nav-item .nav-link {
    font-size: 16px;
  }

  .overview-content .overview {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 1rem;
  }

  .overview-content .overview>div {
    width: 100% !important;
  }

  .overview-content .content {
    flex-wrap: wrap;
  }

  .content .detail {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .content .detail .detail-content h5 {
    font-size: 16px;
  }

  .detail-card .card {
    width: 100%;
    margin-right: 0;
  }

  .feature-section .text-content {
    padding: 0 !important;
  }
}