/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.custom-faq {
  width: 100%;
  margin: 0 auto;

}

.custom-faq-item {
  width: 100%;
  margin-bottom: 7px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  overflow: hidden;
}

.custom-faq-question {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  outline: none;
  background: #fff;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #111;
  text-align: left;
}

.custom-faq-question span:first-child {
  flex: 1;
}

.custom-faq-icon {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-right: 1.8px solid #111;
  border-bottom: 1.8px solid #111;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-top: -4px;
}

.custom-faq-item.is-active .custom-faq-icon {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.custom-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
}

.custom-faq-answer-inner {
  padding: 0 18px 16px;
}

.custom-faq-answer-inner p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.custom-faq-answer-inner p:last-child {
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 768px) {
  .custom-faq {
    max-width: 100% !important;
  }

  .custom-faq-question {
    min-height: 52px;
    padding: 0 14px;
    font-size: 14px;
  }

  .custom-faq-answer-inner {
    padding: 0 14px 14px;
  }

  .custom-faq-answer-inner p {
    font-size: 13.5px;
  }
}
.custom-faq-question {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    border: 0;
    outline: none;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #111;
    text-align: left;
    text-transform: inherit;
}
.custom-faq-question {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
/* Mobile nhỏ */
@media (max-width: 480px) {
  .custom-faq-question {
    min-height: 50px;
    font-size: 13.5px;
    gap: 10px;
  }

  .custom-faq-icon {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
  }

  .custom-faq-answer-inner p {
    font-size: 13px;
  }
}
:root {
  --main-font: "Mulish", sans-serif;
}

body,
button,
input,
textarea,
select,
.nav > li > a,
.mobile-nav > li > a,
.off-canvas .nav > li > a,
.header,
.footer,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font) !important;
}

.nav > li > a {
  position: relative;
  font-weight: 500;
  font-size: 110%;
  line-height: 20px;
}

.vf-title-italic h2 {
  font-size: 32px;
  text-transform: none;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
@media only screen and (max-width: 849px) {

  #header .header-inner.flex-row.container.logo-left.medium-logo-center {
    max-width: 100% !important;
    width: 100% !important;
    
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  #header .header-inner.flex-row.container.logo-left.medium-logo-center #logo {
    margin-left: 0 !important;
    padding-left: 0 !important;
    flex: 0 0 auto !important;
    order: 1 !important;
  }

  #header .header-inner.flex-row.container.logo-left.medium-logo-center #logo a {
    display: flex !important;
    align-items: center !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  #header .header-inner.flex-row.container.logo-left.medium-logo-center #logo img {
    margin-left: 0 !important;
    padding-left: 0 !important;
    max-height: 45px !important;
    width: auto !important;
  }

  #header .header-inner.flex-row.container.logo-left.medium-logo-center .flex-left.show-for-medium {
    order: 0 !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  #header .header-inner.flex-row.container.logo-left.medium-logo-center .flex-right.show-for-medium {
    order: 3 !important;
    margin-left: auto !important;
  }

}
.header-main .header-inner {
  position: relative;
}

.header-main .header-inner .flex-col.hide-for-medium.flex-left.flex-grow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  flex: unset;
}

.header-main
  .header-inner
  .flex-col.hide-for-medium.flex-left.flex-grow
  .header-nav {
  justify-content: center;
}
.tieu-chuan-item .col-inner {
  height: 100%;
  transition: box-shadow 0.2s ease;
}
.tieu-chuan-item .col-inner:hover {
  box-shadow: inset 0 0 0 2px var(--primary-color);
}

.car-slider,
.car-slider *,
.car-popup,
.car-popup * {
  box-sizing: border-box;
}

.car-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.car-slider__track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.car-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.car-slide__image-wrap {
  position: relative;
  height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.car-slide__image {
  position: relative;
  z-index: 2;
  width: 82%;
  max-width: 980px;
  height: auto;
  object-fit: contain;
  display: block;
}

.car-slide__info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 26px 80px 20px;
  background: rgb(248, 248, 248);
  border-top: 1px solid #f2f2f2;
}
.absolute-footer {
    display: none;
}
.car-info-item {
  text-align: center;
}

.car-info-item:first-child {
  text-align: left;
}

.car-info-item:last-child {
  text-align: right;
}

.car-info-item__label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}

.car-info-item__value {
  font-size: 25px;
  line-height: 1.2;
  color: #111;
  font-weight: 700;
}

.car-slide__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 2px 20px 18px;
  background: rgb(248, 248, 248);
}

.car-btn {
  min-width: 128px;
  height: 38px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b73f6;
  background: #fff;
  color: #0b73f6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.car-btn--primary {
  background: #0b73f6;
  color: #fff;
  position: relative;
}

.car-btn:hover {
  background: #0b73f6;
  color: #fff;
}

.car-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background: rgba(245, 245, 245, 0.95);
  color: #b5b5b5;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

button.car-slider__arrow {
  width: 38px !important;
  height: 38px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 38px;
  max-height: 38px;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(245, 245, 245, 0.95) !important;
  color: #b5b5b5 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-appearance: none;
  appearance: none;
}

button.car-slider__arrow:hover {
  background: #0b73f6 !important;
  color: #fff !important;
}

.car-slider__arrow:focus,
.car-slider__arrow:active {
  outline: none;
  box-shadow: none !important;
}

.car-slider__arrow--prev {
  left: 16px;
}

.car-slider__arrow--next {
  right: 16px;
}

.car-slider__dots {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 0 14px;
}

.car-slider__dot {
  width: 32px;
  height: 3px;
  padding: 0;
  border: none;
  background: #e2e2e2;
  cursor: pointer;
  transition: all 0.25s ease;
}

button.car-slider__dot {
  width: 32px !important;
  height: 3px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 32px;
  max-height: 3px;
  margin: 0 !important;
  padding: 0 !important;
  background: #e2e2e2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}

button.car-slider__dot.active {
  background: #0b73f6 !important;
}

.car-slider__dot:hover,
.car-slider__dot:focus,
.car-slider__dot:active {
  outline: none;
  box-shadow: none !important;
}

/* Popup Form */
.car-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: rgba(0, 0, 0, 0.55);
  
}

.car-popup.is-active {
  display: flex;
}

.car-popup__content {
  position: relative;
  width: min(875px, calc(100vw - 10px));
  max-height: calc(100vh - 16px);

  background: #fff;
  border-radius: 10px;
  padding: 40px 36px 36px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  animation: popupFadeIn 0.22s ease;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.car-popup__close {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 28px !important;
  height: 28px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 28px !important;
  max-height: 28px !important;
  border: 0;
  background: transparent !important;
  color: #111 !important;
  cursor: pointer;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.car-popup__close::before,
.car-popup__close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #111;
  border-radius: 2px;
}

.car-popup__close::before {
  transform: rotate(45deg);
}

.car-popup__close::after {
  transform: rotate(-45deg);
}

.car-popup__close:hover {
  opacity: 0.72;
}

.car-popup__title {
  margin: 0 42px 8px 24px;
    font-size: 36px;
    line-height: 1.12;
    color: #0b0b0b;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.car-popup__desc {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.45;
  color: #1c1c1c;
  font-style: italic;
}

.car-form {
  display: grid;
  gap: 18px;
  margin-bottom: 0;
}

.car-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.car-form__group {
  display: grid;
  gap: 6px;
}

.car-form__input,
.car-form__select {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: #e9edf2;
  color: #59616b;
  outline: none;
  
  font-size: 20px;
  line-height: 1.25;
  padding: 0 18px;
  box-shadow: none;
  margin: 0;
}

.car-form__select {
  appearance: auto;
  -webkit-appearance: menulist;
  font-size: 17px;
}

.car-form__select option {
  font-size: 16px;
  line-height: 1.25;
}

.car-form__input::placeholder {
  color: #7b838d;
  opacity: 1;
}

.car-form__input:focus,
.car-form__select:focus {
  box-shadow: inset 0 0 0 2px #0b73f6;
}

.car-form__checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.car-form__checks--options {
  justify-content: center;
  gap: 34px;
  margin-top: 2px;
}

.car-form__check {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  cursor: pointer;
}

.car-form__check input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  border: 1px solid #c8cdd3;
  border-radius: 2px;
  background: #fff;
  accent-color: #5bb7e7;
}

.car-form__check--policy {
  gap: 8px;
  font-size: 16px;
  line-height: 1.55;
}

.car-form__check--policy a {
  color: #006fff;
  text-decoration: none;
}

.car-form__submit {
  width: auto;
  height: 40px;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid #0b56ff;
  border-radius: 2px;
  background: #ed1b2f;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  margin: 4px 0 0;
  padding: 0 18px;
  text-transform: uppercase;
}

.car-form__submit:hover {
  background: #d91528;
  color: #fff;
}

.car-form__submit-icon {
  color: #ff7a87;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}

body.car-popup-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .car-slide__image-wrap {
    height: 460px;
  }

  .car-slide__image {
    width: 92%;
  }

  .car-slide__info {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
  }

  .car-info-item,
  .car-info-item:first-child,
  .car-info-item:last-child {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .car-slide__image-wrap {
    height: 320px;
  }

  .car-slide__image {
    width: 100%;
  }

  .car-slide__info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    padding: 14px 20px 12px;
    border-top: 1px solid #f5f5f5;
  }

  .car-info-item__label {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
  }

  .car-info-item__value {
    font-size: 17px;
    line-height: 1.25;
  }

  .car-slide__actions {
    flex-direction: row;
    gap: 6px;
    padding: 6px 20px 10px;
  }

  .car-btn {
    width: 100%;
    max-width: none;
    height: 26px;
    padding: 0 8px;
    
    line-height: 1;
  }

  .car-slider__arrow {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }

  button.car-slider__arrow {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px;
    max-height: 34px;
  }

  .car-slider__arrow--prev {
    left: 8px;
  }

  .car-slider__arrow--next {
    right: 8px;
  }

  .car-slider__dots {
    gap: 7px;
    padding: 0 0 8px;
  }

  button.car-slider__dot {
    width: 24px !important;
    height: 2px !important;
    max-width: 24px;
    max-height: 2px;
  }

  .car-popup {
    padding: 8px;
    align-items: center;
  }

  .car-popup__content {
    width: min(100%, calc(100vw - 16px));
    max-height: calc(100vh - 16px);
    padding: 34px 16px 24px;
    border-radius: 10px;
  }

  .car-popup__close {
    top: 12px;
    right: 12px;
    width: 25px !important;
    height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
  }

  .car-popup__close::before,
  .car-popup__close::after {
    top: 12px;
    width: 26px;
    height: 3px;
  }

  .car-popup__title {
    margin: 0 34px 8px 0;
    font-size: 20px;
    line-height: 1.16;
  }

  .car-popup__desc {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .car-form {
    gap: 14px;
  }

  .car-form__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .car-form__input,
  .car-form__select {
    height: 46px;
    font-size: 16px;
    padding: 0 14px;
  }

  .car-form__select {
    font-size: 15px;
  }

  .car-form__select option {
    font-size: 14px;
  }

  .car-form__checks--options {
    justify-content: flex-start;
    gap: 14px 22px;
  }

  .car-form__check {
    font-size: 16px;
  }

  .car-form__check--policy {
    font-size: 15px;
  }

  .car-form__submit {
    width: min(300px, 100%);
    height: 50px;
    font-size: 17px;
  }
}

.car-section {
  
  margin: 0 auto;
  
}


.section-8 .icon-box-text.last-reset p {
    color: #333;
    font-size: 15px;
}

.icon-box-text.last-reset h3 {
    font-size: 19px;
}
/* Tabs */
.car-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 32px;
  padding: 0 10px;
  border-bottom: 1px solid #d9d9d9;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.car-tabs::-webkit-scrollbar {
  display: none;
}

.car-tabs .car-tab,
.car-tabs button.car-tab {
  position: relative;
  min-height: 41px;
  margin: 0;
  padding: 0 0 11px;
  border: 0 !important;
  background: transparent !important;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  transition: color 0.2s ease;
  box-shadow: none !important;
}

.car-tabs .car-tab:hover,
.car-tabs .car-tab.active {
  color: #006de5;
}

.car-tabs .car-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #006de5;
}

/* Grid */
.car-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.car-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 410px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  overflow: hidden;
}

.car-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  padding: 22px 18px 8px;
  background: transparent;
}

.car-image {
  max-width: 100%;
  max-height: 230px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
}

.car-card:hover .car-image {
  opacity: 0.9;
}

.car-info {
  text-align: center;
  padding: 0 12px 14px;
}

.car-name {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.car-price {
  margin: 0;
  font-size: 16px;
  color: #000000;
}

.car-price span {
  color: #006de5;
  font-weight: 700;
}

.car-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 18px 18px;
}
.car-card {
  text-align: left;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #f5f5f5),
    to(rgba(245, 245, 245, 0))
  );
  background: linear-gradient(180deg, #f5f5f5 50%, rgba(245, 245, 245, 0) 100%);
}
.car-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid #006de5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.car-btn svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.car-btn--primary {
  background: #006de5;
  color: #ffffff;
}

.car-btn--outline {
  background: #ffffff;
  color: #006de5;
}

.car-btn--outline:hover {
  background: #f2f8ff;
}

.car-view-more {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.car-view-more button,
.car-view-more a {
  min-width: 170px;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
}

.car-view-more button.hidden,
.car-view-more a.hidden {
  display: none;
}

/* Desktop: chỉ hiện 3 item ban đầu */
.car-card.is-hidden {
  display: none;
}

/* Tablet */
@media (max-width: 768px) {
  .car-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .car-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .car-card {
    min-height: 315px;
  }

  .car-image-wrap {
    height: 165px;
    padding: 14px 10px 4px;
  }

  .car-image {
    max-height: 145px;
  }

  .car-name {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .car-price {
    font-size: 12px;
  }

  .car-actions {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 0 8px 8px;
  }

  

  .car-btn {
    min-height: 30px;
    
    padding: 6px 8px;
  }

  .car-btn svg {
    width: 12px;
    height: 12px;
  }

  .car-tabs {
    gap: 22px;
    margin-bottom: 10px;
    padding: 0 8px;
  }

  .car-tabs .car-tab,
  .car-tabs button.car-tab {
    min-height: 39px;
    padding: 0 0 10px;
    font-size: 16px;
  }

  .car-view-more {
    margin-top: 26px;
  }

  .car-view-more button,
  .car-view-more a {
    min-width: 140px;
    height: 38px;
    font-size: 13px;
  }
}

/* Mobile nhỏ */
@media (max-width: 380px) {
  .car-grid {
    gap: 8px;
  }

  .car-card {
    min-height: 300px;
  }

  .car-image-wrap {
    height: 150px;
  }

  .car-image {
    max-height: 132px;
  }

  .car-tabs {
    gap: 18px;
  }
}

.car-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.car-btn--primary {
  background-color: #0056b8;
  border-color: var(--primary-color, #006de5);
}

.car-btn--primary::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color, #006de5);
  -webkit-transition: width 0.25s cubic-bezier(0.45, 1.64, 0.47, 0.66);
  transition: width 0.25s cubic-bezier(0.45, 1.64, 0.47, 0.66);
  z-index: -1;
}

.car-btn--primary:hover::after {
  width: 0%;
}
.car-btn--primary {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
  border: 1px solid var(--primary-color);
  position: relative;
  z-index: 2;
}
.car-btn--primary:hover {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.car-btn--outline {
  background-color: rgba(0, 0, 0, 0) !important;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  position: relative;
  z-index: 2;
}

.car-btn--outline:hover {
  color: #fff !important;
  border: 1px solid var(--primary-color);
}

.car-btn--outline:hover:after {
  width: 100%;
}
.car-btn--outline:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  -webkit-transition: width 0.25s cubic-bezier(0.45, 1.64, 0.47, 0.66);
  transition: width 0.25s cubic-bezier(0.45, 1.64, 0.47, 0.66);
  z-index: -1;
}
.car-price span {
  color: #006de5;
  font-weight: 700;
  font-size: 120%;
  font-weight: bold;
}



/* =========================
   PROCESS
========================= */

.process-wrapper {
  display: grid;
  grid-template-columns: 1fr 55px 1fr 55px 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
}

.process-item {
  background: #fff;
  min-height: 190px;
  padding: 26px 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.process-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 34px;
  padding: 0 18px;
  background: var(--primary-color);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  border-radius: 999px;
  margin-bottom: 16px;
}

.process-item h3 {
  margin: 0 0 22px;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.process-item p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  max-width: 440px;
}

.process-arrow {
  color: var(--primary-color);
  font-size: 52px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

/* =========================
   SERVICE CARD
========================= */

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

.service-card {
  background: #fff;
  min-height: auto;
  padding: 25px 15px;
  text-decoration: none;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 108, 255, 0.12);
}

.service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon i {
  color: var(--primary-color);
  font-size: 48px;
  line-height: 1;
}

/* Mobile */
@media (max-width: 600px) {
  .service-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
  }

  .service-icon i {
    font-size: 32px;
  }
}

.service-card span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.service-card strong {
  display: block;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

/* =========================
   RESPONSIVE TABLET
========================= */

@media (max-width: 1024px) {
  .service-process-section {
    padding: 18px;
  }

  .process-wrapper {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-arrow {
    font-size: 38px;
    transform: rotate(90deg);
  }

  .process-item {
    min-height: auto;
    padding: 22px 20px;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

/* =========================
   RESPONSIVE MOBILE
========================= */

@media (max-width: 600px) {
  .service-process-section {
    padding: 4px;
  }

  .process-wrapper {
    gap: 10px;
    margin-bottom: 12px;
  }

  .process-item {
    padding: 16px 15px;
  }

  .process-badge {
    min-width: 58px;
    height: 23px;
    padding: 0 14px;
    font-size: 11px;
    margin-bottom: 12px;
  }

  .process-item h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .process-item p {
    font-size: 13px;
    line-height: 1.6;
  }

  .process-arrow {
    font-size: 30px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .service-card {
    min-height: 120px;
    padding: 12px 8px;
  }

  .service-card span {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .service-card strong {
    font-size: 13px;
  }
}

/* UX Products shortcode */
.vf-ux-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  text-align: center;
}

.vf-ux-product-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
}

.vf-ux-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vf-ux-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 24px 18px 26px;
}

.vf-ux-product-card__title {
  margin: 0 0 10px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.vf-ux-product-card__title a {
  color: inherit;
}

.vf-ux-product-card__price {
  min-height: 34px;
  margin-bottom: 16px;
  color: #0671f4;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.vf-ux-product-card__button {
  min-height: 40px;
  min-width: auto;
  margin-top: auto;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 849px) {
  .vf-ux-product-card__body {
    padding: 18px 12px 20px;
  }

  .vf-ux-product-card__title {
    font-size: 20px;
  }

  .vf-ux-product-card__price {
    min-height: 29px;
    font-size: 21px;
  }

  .vf-ux-product-card__button {
    min-height: 44px;
    min-width: 160px;
    font-size: 17px;
  }
}

h5.post-title.is-large a {
    font-size: 24px;
    font-weight: 500;
}

.post-meta.is-small.op-8 {
    font-size: 14px;
    font-weight: 400;
    opacity: 1 !important;
}

.is-divider {
    display: none;
}

.section-test-drive {
    position: relative;
    width: 100%;
    min-height: 720px;
    padding: 120px 15px 90px;

    background-image: url("images/bg-form.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-test-drive * {
    box-sizing: border-box;
}

.section-test-drive .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.max-width-form label {
    color: #fff !important;
}
.section-test-drive .max-width-content {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.section-test-drive .box-test-drive {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.section-test-drive .box-header {
    text-align: center;
    margin-bottom: 22px;
}

.section-test-drive .box-title {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
    font-style: italic;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

.section-test-drive .box-body {
    width: 100%;
}

.section-test-drive .max-width-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* Form group */
.section-test-drive .form-group {
    margin-bottom: 22px;
}

/* Radio */
.section-test-drive .form-group.text-center {
    text-align: center;
    margin-bottom: 30px;
}

.section-test-drive .form-check-label {
    color: #d7d7d7;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 auto;
    justify-content: center;
}
nav.rank-math-breadcrumb p {
    margin-bottom: 0px;
}

.vf-breadcrumbs {
    margin-top: 20px;
}

.row.page-wrapper {
    padding-top: 0px;
}
.section-test-drive input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #2f80ed;
    cursor: pointer;
}

/* Input + Select */
.section-test-drive .form-control {
    width: 100%;
    height: 40px;
    padding: 0 0 12px;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease;
}

.section-test-drive .form-control::placeholder {
    color: #8f98a3;
    opacity: 1;
}

.section-test-drive .form-control:focus {
    border-bottom-color: #2f80ed;
}

/* Select */
.section-test-drive select.form-control {
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    appearance: auto;
}

.section-test-drive select.form-control option {
    color: #111111;
    background: #ffffff;
}

/* Privacy policy */
.section-test-drive .privacy-policy {
    display: block;
    color: #d6d6d6;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.section-test-drive .privacy-policy input[type="checkbox"] {
    width: 19px;
    height: 19px;
    margin: 0 7px 0 0;
    vertical-align: -4px;
    accent-color: #2f80ed;
    cursor: pointer;
}

.section-test-drive .privacy-policy a {
    color: #1677ff;
    text-decoration: none;
    font-weight: 500;
}

.section-test-drive .privacy-policy a:hover {
    text-decoration: underline;
}

/* Button */
.section-test-drive .text-center {
    text-align: center;
}

.section-test-drive .mb-3 {
    margin-bottom: 1rem;
}

.section-test-drive .btn-price-document {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 195px;
    height: 43px;
    padding: 0 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: #1f73f1;
    border: 1px solid #1f73f1;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.25s ease;
}

.section-test-drive .btn-price-document:hover {
    color: #ffffff;
    background: #0f63dc;
    border-color: #0f63dc;
    transform: translateY(-1px);
}

.section-test-drive .btn-price-document i {
    font-size: 14px;
}

/* Icon animation */
.section-test-drive .bounceAlpha {
    animation: bounceAlpha 1.4s infinite;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 0.55;
        transform: translateX(4px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
    .section-test-drive {
        min-height: 620px;
        padding: 90px 15px 70px;
        background-position: center center;
    }

    .section-test-drive .max-width-content {
        max-width: 720px;
    }

    .section-test-drive .box-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
  .vf-ux-product-card__button {
    min-height: 40px;
    min-width: auto;
    margin-top: auto;
    padding: 10px 8px !important;
    font-size: 16px;
    line-height: 1.2;
}
h5.post-title.is-large a {
    font-size: 18px !important;
    font-weight: 500;
}
    .vf-ux-product-card__price {
        min-height: 29px;
        font-size: 18px !important;
    }
    .vf-ux-product-card__title {
        font-size: 17px !important;
    }
  .vf-ux-product-card__button {
        min-height: 44px;
        min-width: 160px;
        font-size: 13px !important;
    }
  .vf-pd-quote .vf-quote-field {
    flex: 1 1 180px;
            justify-content: center !important;
        display: flex;
}
.vf-pd-quote .vf-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important; 
    /* margin: 0 auto; */
    text-align: center;
    min-width: auto !important;
    min-height: 40px !important;
    padding: 12px 15px;
    border: 0;
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    transition: filter 0.25s ease;
}
    .section-test-drive {
        min-height: auto;
        padding: 45px 12px 40px;
        align-items: flex-start;
        background-size: cover;
        background-position: center center;
        padding-bottom: 0px !important;
    }

    .section-test-drive .container {
        padding: 0;
    }

    .section-test-drive .max-width-content,
    .section-test-drive .max-width-form {
        max-width: 100%;
    }

    .section-test-drive .box-header {
        margin-bottom: 8px;
    }

    .section-test-drive .box-title {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 800;
    }

    .section-test-drive .form-group {
        margin-bottom: 13px;
    }

    .section-test-drive .form-group.text-center {
        margin-bottom: 15px;
    }

    .section-test-drive .form-check-label {
        font-size: 12px;
        gap: 4px;
    }

    .section-test-drive .form-check-label[style] {
        margin-left: 12px !important;
    }

    .section-test-drive input[type="radio"] {
        width: 15px;
        height: 15px;
    }

    .section-test-drive .form-control {
        height: 28px;
        padding-bottom: 7px;
        font-size: 13px;
        line-height: 28px;
    }

    .section-test-drive select.form-control {
        font-size: 13px;
        font-weight: 700;
    }

    .section-test-drive .privacy-policy {
        font-size: 12px;
        line-height: 1.6;
        padding-left: 0px;
    }
    label.privacy-policy span.wpcf7-list-item-label {
    padding-left: 20px;
}

    .section-test-drive .privacy-policy input[type="checkbox"] {
        width: 13px;
        height: 13px;
        margin-right: 4px;
        vertical-align: -2px;
    }

    .section-test-drive .btn-price-document {
        min-width: 132px;
        height: 32px;
        padding: 0 14px;
        font-size: 11px;
    }

    .section-test-drive .btn-price-document i {
        font-size: 10px;
    }
}

/* Breadcrumbs (Rank Math) chèn dưới header */
.vf-breadcrumbs {
    padding: 20px 0;
    font-size: 14px;
    
}
span.wpcf7-spinner {
    display: none;
}
body.single-product form.wpcf7-form.init {
    margin-bottom: 0px;
}
/* Reset margin mặc định của nav/p để khoảng cách trên–dưới đều nhau */
.vf-breadcrumbs .rank-math-breadcrumb,
.vf-breadcrumbs .rank-math-breadcrumb p {
    margin: 0;
    line-height: 1.5;
}

.vf-breadcrumbs a {
    color: #666;
}

.vf-breadcrumbs a:hover {
    color: var(--primary-color);
}

/* Trang có breadcrumb: kéo nội dung/tiêu đề lên gần breadcrumb hơn
   (Flatsome mặc định .page-wrapper padding-top: 30px gây hở quá xa) */
.vf-breadcrumbs + #main .page-wrapper {
    padding-top: 18px;
}

/* ===== Category Tin tức: dạng news-list (giống bản gốc) ===== */
.vf-news-archive {
    padding: 10px 0 20px;
}

.vf-news-archive__header {
    margin-bottom: 26px;
}

.vf-news-archive__title {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    color: #111;
}

.vf-news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.vf-news-col {
    display: flex;
    align-items: stretch;
    width: 33.3333%;
    max-width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 24px;
}

.vf-news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: linear-gradient(180deg, #f5f5f5 70%, rgba(245, 245, 245, 0) 100%);
}

.vf-news-item__img {
    overflow: hidden;
}

.vf-news-item__img a {
    display: block;
}

.vf-news-item__img img,
.vf-news-item__noimg {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vf-news-item__noimg {
    background: #e3e3e3;
}

.vf-news-item__img a:hover img {
    transform: scale(1.1);
}

.vf-news-item__body {
    flex: 1 1 auto;
    padding: 20px;
}

.vf-news-item__title {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vf-news-item__title a {
    color: #111;
}

.vf-news-item__title a:hover {
    color: var(--primary-color);
}

.vf-news-item__time {
    margin: 0;
    font-size: 14px;
    color: var(--primary-color);
}

.vf-news-archive__pagination {
    margin-top: 14px;
}

.vf-news-archive__empty {
    text-align: center;
    padding: 30px 0;
    color: #777;
}

@media (max-width: 991px) {
    .vf-news-col {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .vf-news-col {
        width: 100%;
        max-width: 100%;
    }

    .vf-news-archive__title {
        font-size: 24px;
    }
}



/* ===== Trang chi tiết bài viết (single-post) giống bản gốc ===== */
.vf-article {
    margin-bottom: 30px;
}

.vf-article__title {
    margin: 0 0 24px;
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #111;
}

.vf-article__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 30px;
    margin-bottom: 32px;
    font-size: 14px;
    color: #555;
}

.vf-article__meta i {
    margin-right: 5px;
}

.vf-article__body {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.vf-article__body img {
    height: auto;
    border-radius: 4px;
}

.vf-article__body h2 {
    font-size: 22px;
    line-height: 1.4;
    margin: 1.2em 0 0.6em;
}

.vf-article__body p {
    margin-bottom: 1.2em;
}

.vf-article__social {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.vf-article__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333;
    transition: all 0.25s ease;
}

.vf-article__social a:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Khối tin liên quan nằm dưới bài viết */
.vf-article-related {
    margin-top: 10px;
    padding-top: 28px;
    border-top: 1px solid #ececec;
}

@media (max-width: 575px) {
    .vf-article__title {
        font-size: 24px;
    }
}
/* ===== Element Bảng giá xe ([vf_price_list]) ===== */
.vf-price-list {
    margin: 0 0 20px;
}

.vf-price-list__header {
    margin-bottom: 16px;
}

.vf-price-list__title {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    color: #111;
}

.vf-price-table {
    width: 100%;
    border-collapse: collapse;
}

.vf-price-table th,
.vf-price-table td {
    padding: 12px 14px;
    vertical-align: middle;
    border-bottom: 1px solid #ececec;
    text-align: left;
}

.vf-price-table thead th {
    background: #f4f4f4;
    color: var(--primary-color);
    font-weight: 700;
}

.vf-price-table .vf-pl-img {
    width: 120px;
}

.vf-price-table .vf-pl-img img {
    display: block;
    width: 100%;
    height: auto;
}

.vf-price-table .vf-pl-name {
    font-weight: 600;
}

.vf-price-table .vf-pl-name a {
    color: #111;
}

.vf-price-table .vf-pl-name a:hover {
    color: var(--primary-color);
}

.vf-price-table .vf-pl-price {
    color: var(--primary-color);
    font-weight: 700;
    white-space: nowrap;
    text-align: right;
}

.vf-price-table .vf-pl-action {
    width: 170px;
    text-align: right;
}

.vf-price-list .car-btn {
    text-decoration: none;
}

@media (max-width: 768px) {
    .vf-price-table .vf-pl-img,
    .vf-price-table th.vf-pl-img,
    .vf-price-table .vf-pl-action,
    .vf-price-table th.vf-pl-action {
        display: none;
    }

    .vf-price-table th,
    .vf-price-table td {
        padding: 10px 8px;
    }
}

/* ===== TRANG CHI TIẾT SẢN PHẨM (element kéo thả) ===== */
.vf-pd-placeholder {
    padding: 14px 16px;
    border: 1px dashed #c7d0dd;
    background: #f7f9fc;
    color: #7a8699;
    font-size: 13px;
    border-radius: 4px;
}

/* Gallery */
.vf-pd-gallery__main {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 6px;
}
.vf-pd-gallery__main-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.vf-pd-gallery__thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    /* Cuộn ngang mượt trên mobile, giữ thumbnail luôn 1 dòng */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.vf-pd-gallery__thumb {
    width: 80px;
    height: 60px;
    /* Không co lại khi nhiều ảnh, để dư thì cuộn ngang thay vì xuống dòng */
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: none;
    cursor: pointer;
    line-height: 0;
}
.vf-pd-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vf-pd-gallery__thumb.is-active {
    border-color: var(--primary-color);
}

.vf-pd-color-albums {
    margin: 0 0 20px;
}
.vf-pd-color-albums__label {
    margin: 0 0 12px;
    color: #4b5563;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.vf-pd-color-albums__label strong {
    color: #111827;
    font-weight: 800;
}
.vf-pd-color-albums__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.vf-pd-color-swatch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 58px;
    min-height: 0;
    margin: 0;
    padding: 2px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    box-shadow: none;
    overflow: hidden;
}
.vf-pd-color-swatch:hover,
.vf-pd-color-swatch.is-active {
    border-color: #0072f0;
    box-shadow: 0 0 0 2px #0072f0;
}
.vf-pd-color-swatch__sample {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 3px;
    background: #f3f4f6;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.04) 46%, rgba(0, 0, 0, 0.12));
}
.vf-pd-color-swatch__sample img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vf-pd-color-swatch__name {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

/* Tên / giá / mô tả ngắn */
.vf-pd-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 14px;
}
.vf-pd-price {
    margin: 0 0 14px;
    font-size: 16px;
}
.vf-pd-price__value {
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 800;
}
.vf-pd-shortdesc {
    padding: 10px 14px;
    margin: 10px 0 18px;
    border: 3px dotted red;
    border-radius: 8px;
    line-height: 1.7;
}
.vf-pd-shortdesc ul {
    margin: 0;
    padding-left: 18px;
}
.vf-pd-shortdesc p {
    margin-bottom: 6px;
}
.vf-pd-shortdesc p:last-child {
    margin-bottom: 0;
}

/* CTA - 3 nút khối chia đều theo hàng (giống bản gốc) */
.vf-pd-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}
.vf-pd-cta .car-btn {
    flex: 1 1 140px;
    min-width: 0;
    height: 52px;
    padding: 10px 8px;
    gap: 8px;
    font-weight: 700;
}
.vf-pd-cta .car-btn-icon {
    font-size: 18px;
}

/* Form báo giá nhanh (CF7) - giống bản gốc: khung nền xám, input trắng không viền */
.vf-pd-quote {
   
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 6px;
    font-size: 14px;
}
.vf-pd-quote .vf-quote-btn {
    margin: 0px;
}
.vf-pd-quote__title {
    margin: 0 0 12px;
    font-weight: 700;
}
.vf-pd-quote .vf-quote-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}
.vf-pd-quote .vf-quote-field {
    flex: 1 1 180px;
}
.vf-pd-quote .wpcf7-form-control-wrap {
    display: block;
}
.vf-pd-quote .form-control {
    width: 100%;
    height: 46px;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    margin: 0;
    background-color: #fff;
    box-shadow: none;
}
.vf-pd-quote .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 1px var(--primary-color);
}
.vf-pd-quote .vf-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-width: 200px;
    min-height: 46px;
    padding: 12px 15px;
    border: 0;
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    transition: filter 0.25s ease;
}
.vf-pd-quote .vf-quote-btn:hover {
    filter: brightness(0.95);
    color: #fff;
}
.vf-pd-quote .vf-quote-btn i {
    display: inline-block;
}
/* Hiệu ứng icon nhấp nháy chạy ngang (class bounceAlpha giống web gốc) */
.bounceAlpha {
    display: inline-block;
    animation: vf-bounceAlpha 1.4s linear infinite;
}
.mr-2 {
    margin-right: 0.5rem;
}
@keyframes vf-bounceAlpha {
    0%   { opacity: 1; transform: translateX(0) scale(1); }
    25%  { opacity: 0; transform: translateX(8px) scale(0.9); }
    26%  { opacity: 0; transform: translateX(-8px) scale(0.9); }
    55%  { opacity: 1; transform: translateX(0) scale(1); }
}
.vf-pd-quote .wpcf7-spinner {
    margin: 0 0 0 6px;
}
/* Thông báo phản hồi của CF7 không phá layout */
.vf-pd-quote .wpcf7-response-output {
    flex: 1 1 100%;
    margin: 10px 0 0;
}
/* Checkbox đồng ý chính sách */
.vf-pd-quote .privacy-policy,
.privacy-policy {
    display: block;
    position: relative;
    padding-left: 24px;
    margin: 12px 0 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: #555;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
}
.privacy-policy input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0;
}
.privacy-policy a {
    color: var(--primary-color);
}

/* Chia sẻ */
.vf-pd-share {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}
.vf-pd-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333;
    transition: all 0.25s ease;
}
.vf-pd-share a:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Mô tả chi tiết */
.vf-pd-article__title {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 16px;
    padding-bottom: 6px;
}
.vf-pd-article__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
}
.vf-pd-article__body {
    line-height: 1.8;
    color: #222;
}
.vf-pd-article__body img {
    height: auto;
    border-radius: 4px;
}
.vf-pd-article__body h2,
.vf-pd-article__body .heading-3 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 1.4em 0 0.6em;
}
.vf-pd-article__body .caption {
    text-align: center;
    font-size: 13px;
    color: #777;
}

/* Box liên hệ */
.vf-pd-contact {
    padding: 30px;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, rgb(3, 54, 120), rgb(3, 2, 36));
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.vf-pd-contact__avatar {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.vf-pd-contact__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vf-pd-contact__name {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.vf-pd-contact__job {
    position: relative;
    margin: 0 0 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}
.vf-pd-contact__job::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.vf-pd-contact__benefits {
    margin: 0 0 18px;
    padding-left: 20px;
    text-align: left;
    list-style: disc;
}
.vf-pd-contact__benefits li {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
.vf-pd-contact__btn {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}
.vf-pd-contact .car-btn--outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.vf-pd-contact .car-btn--outline:hover {
    background: #fff;
    color: var(--primary-color);
}
/* Box liên hệ trôi theo khi cuộn (chỉ trên desktop) */
@media (min-width: 850px) {
    /* Cho cột chứa box cao bằng cột nội dung -> sticky có chỗ chạy */
    .col:has(.vf-pd-contact) > .col-inner {
        height: 100%;
    }
    .vf-pd-contact {
        position: sticky;
        top: 90px;
    }
}

/* Sản phẩm liên quan */
.vf-pd-related {
    margin-top: 20px;
}
.vf-pd-related__header {
    margin-bottom: 18px;
}
.vf-pd-related__title {
    margin: 0;
    font-size: 26px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}
.vf-pd-related__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vf-pd-related__col {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
}
.vf-pd-related__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.vf-pd-related__img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}
.vf-pd-related__body {
    padding: 14px;
    text-align: center;
}
.vf-pd-related__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px;
}
.vf-pd-related__name a {
    color: #111;
}
.vf-pd-related__price {
    color: var(--primary-color);
    font-weight: 700;
    margin: 0 0 12px;
}

@media (max-width: 849px) {
    .vf-pd-related__col {
        width: 50%;
    }
}
header#header {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 549px) {
  .vf-title-italic h2 {
    font-size: 22px !important;
   
}
.max-width-form label {
    color: #fff !important;
    font-size: 12px !important;
}
.icon-box-text.last-reset h3 {
    font-size: 17px !important;
}
    .vf-pd-related__col {
        width: 100%;
    }
    .vf-pd-title {
        font-size: 24px;
    }
}


.product-mega a.vf-ux-product-card__button.car-btn.car-btn--primary.vf-car-quote-trigger {
    display: none;
}
.product-mega .vf-ux-product-card {
    border: none;
}

.product-mega .vf-ux-product-card , .product-mega .vf-ux-product-card__image{
    background: transparent !important;
}
.product-mega .vf-ux-product-card__title {
    font-size: 18px;
}
.product-mega .vf-ux-product-card__price {
    display: none;
}

/* Trang liên hệ VinFast */
.vf-contact-page,
.vf-contact-page * {
  box-sizing: border-box;
}

.vf-contact-page {
  --vf-contact-blue: #0b73f6;
  --vf-contact-ink: #111827;
  --vf-contact-muted: #667085;
  --vf-contact-line: #e6edf5;
  --vf-contact-soft: #f6f9fc;
  padding: 34px 0 58px;
  background: #fff;
  color: var(--vf-contact-ink);
}

.vf-contact-page__inner {
  
  margin: 0 auto;
}

.vf-contact-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
  color: var(--vf-contact-muted);
}

.vf-contact-breadcrumb a {
  color: var(--vf-contact-muted);
  text-decoration: none;
}

.vf-contact-breadcrumb a:hover {
  color: var(--vf-contact-blue);
}

.vf-contact-heading h1 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--vf-contact-ink);
}

.vf-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.4fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.vf-contact-card {
  min-width: 0;
  border: 1px solid var(--vf-contact-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.vf-contact-card--info {
  padding: 30px;
  
}

.vf-contact-eyebrow {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--vf-contact-blue);
}

.vf-contact-card--info h2 {
  margin: 0;
  color: var(--vf-contact-ink);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.vf-contact-info-list {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.vf-contact-info-item {
  display: grid;
  gap: 5px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--vf-contact-line);
}

.vf-contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vf-contact-info-item span {
  color: var(--vf-contact-muted);
  font-size: 15px;
  line-height: 1.4;
}

.vf-contact-info-item strong {
  display: block;
  color: var(--vf-contact-ink);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
}

.vf-contact-info-item a {
  color: var(--vf-contact-blue);
  text-decoration: none;
}

.vf-contact-info-item a:hover {
  text-decoration: underline;
}

.vf-contact-card--form {
  padding: 28px;
}

.vf-contact-form {
  min-height: 100%;
}

.vf-contact-form .wpcf7 {
  margin: 0;
}

.vf-contact-form .max-width-form {
  max-width: none;
}

.vf-contact-form .form-group,
.vf-contact-form p {
  margin-bottom: 14px;
}

.vf-contact-form input[type="text"],
.vf-contact-form input[type="email"],
.vf-contact-form input[type="tel"],
.vf-contact-form input[type="url"],
.vf-contact-form input[type="number"],
.vf-contact-form input[type="date"],
.vf-contact-form select,
.vf-contact-form textarea {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #d7e0ea;
  border-radius: 4px;
  background:#E9ECF0;
  color: var(--vf-contact-ink);
  font-size: 15px;
  line-height: 1.45;
  box-shadow: none;
}

.vf-contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.vf-contact-form input:focus,
.vf-contact-form select:focus,
.vf-contact-form textarea:focus {
  border-color: var(--vf-contact-blue);
  box-shadow: 0 0 0 3px rgba(11, 115, 246, 0.12);
  outline: none;
}

.vf-contact-form .form-group.text-center,
.vf-contact-form .text-center {
  text-align: center;
}

.vf-contact-form .form-check-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--vf-contact-ink);
}

.vf-contact-form .wpcf7-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.vf-contact-form .wpcf7-list-item {
  margin: 0;
}

.vf-contact-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vf-contact-ink);
}

.vf-contact-form input[type="radio"],
.vf-contact-form input[type="checkbox"] {
  position: static;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  min-height: 0;
  margin: 0;
  padding: 0;
  accent-color: var(--vf-contact-blue);
}

.vf-contact-form .wpcf7-list-item-label {
  display: inline !important;
  color: var(--vf-contact-ink);
  font-size: 14px;
  line-height: 1.55;
}

.vf-contact-form .privacy-policy {
  display: block;
  margin-top: 12px;
  padding-left: 0;
  text-align: left;
  color: #475467;
}

.vf-contact-form .privacy-policy .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  width: 100%;
}

.vf-contact-form .privacy-policy .wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  align-items: flex-start;
}

.vf-contact-form .privacy-policy .wpcf7-list-item-label {
  display: block !important;
  min-width: 0;
  width: 100%;
  color: #475467;
  white-space: normal;
  overflow-wrap: break-word;
}

.vf-contact-form .privacy-policy a {
  color: var(--vf-contact-blue);
  font-weight: 700;
  text-decoration: none;
}

.vf-contact-form .privacy-policy a:hover {
  text-decoration: underline;
}

.vf-contact-form input[type="submit"],
.vf-contact-form button[type="submit"],
.vf-contact-form .btn-price-document {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 178px;
  margin: 4px 0 0;
  padding: 0 24px;
  border: 1px solid var(--vf-contact-blue);
  border-radius: 4px;
  background: var(--vf-contact-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: none;
}

.vf-contact-form input[type="submit"]:hover,
.vf-contact-form button[type="submit"]:hover,
.vf-contact-form .btn-price-document:hover {
  background: #075ec9;
  border-color: #075ec9;
  color: #fff;
}

.vf-contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
}

.vf-contact-form .wpcf7-response-output {
  margin: 12px 0 0;
  border-radius: 4px;
  font-size: 14px;
}

.vf-contact-empty {
  margin: 0;
  padding: 16px;
  border: 1px dashed #b8c7da;
  border-radius: 6px;
  background: var(--vf-contact-soft);
  color: var(--vf-contact-muted);
}

@media (max-width: 849px) {
  .vf-contact-page {
    padding: 28px 0 44px;
  }

  .vf-contact-heading h1 {
    font-size: 28px;
  }

  .vf-contact-layout {
    grid-template-columns: 1fr;
  }

  .vf-contact-card--info,
  .vf-contact-card--form {
    padding: 22px;
  }
}

@media (max-width: 549px) {
  .vf-form-group input, .vf-form-group textarea {
        font-size: 15px !important;
        padding: 15px 20px;
    }
  .vf-contact-page__inner {
    width: min(100% - 22px, 1180px);
  }
  .vf-contact-form .wpcf7-list-item-label {
    display: inline !important;
    color: var(--vf-contact-ink);
    font-size: 14px !important;
    line-height: 1.55;
    font-weight: 400;
}

  .vf-contact-card--info h2 {
    font-size: 19px;
  }

  .vf-contact-form input[type="submit"],
  .vf-contact-form button[type="submit"],
  .vf-contact-form .btn-price-document {
    width: 100%;
  }
}

.vf-contact-section {
  width: 100%;
  max-width: 775px;
  font-family: Arial, Helvetica, sans-serif;
}

.vf-contact-form {
  width: 100%;
}

.vf-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 18px;
}

.vf-form-group {
  width: 100%;
}

.vf-form-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.vf-contact-form .wpcf7-list-item-label {
    display: inline !important;
    color: var(--vf-contact-ink);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}
.vf-form-group input,
.vf-form-group textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #e9edf2;
  color: #5f6f82;
  font-size: 16px;
  line-height: 1.4;

  box-sizing: border-box;
  font-family: inherit;
  box-shadow: none;
  border-radius: 0;
}

.vf-form-group input {
  height: 58px;
}

.vf-form-group textarea {
  height: 176px;
  resize: vertical;
  display: block;
}

.vf-form-group input::placeholder,
.vf-form-group textarea::placeholder {
  color: #617184;
  opacity: 1;
}

.vf-policy {
  display: block;
  margin-top: 18px;
  color: #000;
  font-size: 18px;
  line-height: 1.55;
}

.vf-policy .wpcf7-list-item {
  margin: 0;
}

.vf-policy label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.vf-policy input[type="checkbox"] {
  width: 23px;
  height: 23px;
  min-width: 23px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #0b73ee;
}

.vf-policy .wpcf7-list-item-label {
  display: none;
}

.vf-policy a {
  color: #006eff;
  text-decoration: none;
}

.vf-policy a:hover {
  text-decoration: underline;
}

.vf-submit-btn,
input.vf-submit-btn {
  margin-top: 20px;
  background: #0874f8;
  color: #fff;
  border: none;
  outline: none;
  padding: 14px 20px;
  min-width: 215px;
  min-height: 51px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s ease;
  font-family: inherit;
  border-radius: 0;
  box-shadow: none;
}

.vf-submit-btn:hover,
input.vf-submit-btn:hover {
  background: #005ed1;
}

.wpcf7-spinner {
  display: none;
}

/* Mobile */
@media (max-width: 767px) {
  .vf-contact-section {
    max-width: 100%;
  }

  .vf-form-row {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-bottom: 13px;
  }

  .vf-form-group input,
  .vf-form-group textarea {
    font-size: 20px;
    padding: 15px 20px;
  }

  .vf-form-group input {
    height: 58px;
  }

  .vf-form-group textarea {
    height: 175px;
  }

  .vf-policy {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 18px;
  }

  .vf-policy label {
    gap: 8px;
  }

  .vf-submit-btn,
  input.vf-submit-btn {
    margin-top: 22px;
    min-width: 215px;
    height: 51px;
    font-size: 18px;
  }
}

.car-form__checks.car-form__checks--options {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  width: 100%;
 
}

.car-form__checks.car-form__checks--options .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
}

.car-form__checks.car-form__checks--options .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.car-form__checks.car-form__checks--options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
}

.car-form__checks.car-form__checks--options input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.car-form__group--name,
.car-form__group--phone {
  width: auto !important;
  max-width: none !important;
}

.car-form__group--name {
  grid-column: 1 / 2 !important;
}

.car-form__group--phone {
  grid-column: 2 / 3 !important;
}
/* Họ tên + SĐT nằm cùng 1 dòng, chia đôi */
.car-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Dòng checkbox nằm full 1 dòng */
.car-form__checks--options {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Họ tên bên trái */
.car-form__group--name {
  grid-column: 1 / 2;
}

/* SĐT bên phải */
.car-form__group--phone {
  grid-column: 2 / 3;
}

/* Select dòng xe full hàng */
.car-form__group--car {
  grid-column: 1 / -1;
}

/* Fix input/select full width */
.car-form__group,
.car-form__group .wpcf7-form-control-wrap,
.car-form__input,
.car-form__select {
  width: 100%;
}

/* Canh checkbox bên trái, chữ bên phải */
.car-form__check,
.car-form__checks--options .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.car-form__checks--options .wpcf7-list-item {
  margin: 0;
}

.car-form__checks--options input[type="checkbox"] {
  margin: 0;
  flex: 0 0 auto;
}

/* Responsive mobile: về 1 cột */
@media (max-width: 575px) {

.tieu-chuan-item .icon-box-left, .tieu-chuan-item .icon-box-right {
    display: flex;
    flex-flow: column !important;
    width: 100%;
}
.tieu-chuan-item .icon-box-text.last-reset h3 {
    font-size: 16px;
}
.tieu-chuan-item .icon-box-text.last-reset {
    padding-left: 0px;
    margin-top: 10px;
}
.section-3 {
    padding-top: 0px !important;
}
.tieu-chuan-item .icon-box-text.last-reset p{
  font-size: 14px;
}
  .car-form__grid {
    grid-template-columns: 1fr 1fr;
  }

  .car-form__group--name,
  .car-form__group--phone,
  .car-form__group--car,
  .car-form__checks--options {
    grid-column: 1 / -1;
  }

  .car-form__checks--options {
    gap: 14px;
    flex-wrap: wrap;
  }
}
.car-form__check--policy {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 14px 0 !important;
  cursor: pointer !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  color: #333 !important;
}

.car-form__check--policy .wpcf7-form-control-wrap,
.car-form__check--policy .wpcf7-form-control,
.car-form__check--policy .wpcf7-list-item {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.car-form__check--policy input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 3px 0 0 0 !important;
  cursor: pointer !important;
  accent-color: #1464f6 !important;
}

.car-form__check--policy > span:last-child {
  flex: 1 !important;
  display: block !important;
}

.car-form__check--policy a {
  color: #1464f6 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}
.footer-bottom p {
    margin-bottom: 0px;
}
.car-form__check--policy a:hover {
  color: #003fb3 !important;
}