@charset "UTF-8";
/* Font and CDN */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #1464f4 #ffffff;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #1464f4;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

:root {
  --global-black: #151515;
  --white-color: #ffffff;
  --blue-brand-color: #1464f4;
  --text-color: #3c3c3c;
  --text-color-black: #1f2125;
  --text-color-grey: #707070;
  --background-color-dark: #121721;
}

body {
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3c3c3c;
  position: relative;
  font-family: "Mulish", serif;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  outline: none;
}
a:hover {
  color: #0056b3 !important;
}

p:last-child {
  margin-bottom: 0;
}

#wrapper {
  position: relative;
}

.car-contact-form form p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.car-contact-form form p br {
  display: none;
}
.car-contact-form form p .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.car-contact-form form p .wpcf7-form-control-wrap .custom_field {
  padding: 1rem;
  background-color: #fff;
  border-color: transparent;
  border-radius: 3px;
  max-width: 410px;
}
.car-contact-form form p input[type=submit] {
  padding: 1rem;
  border-color: transparent;
  background-color: #8a8a8a;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  width: 100%;
  max-width: 410px;
}

.section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0;
}
.section-lead-common input.valid {
  border: 1px solid var(--valid-color) !important;
}
.section-lead-common input.error {
  border: 1px solid var(--danger-color) !important;
}
.section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0;
}
.section-lead-common .form-subscribe .form-group .form-label-group > input[type=text] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.section-lead-common .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.section-lead-common .form-subscribe .form-group .form-label-group > .label {
  color: #8a8a8a;
  text-align: left;
}
.section-lead-common .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  row-gap: 10px;
}
.section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px;
}
.section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%;
}
.section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.section-lead-common .form-subscribe .check-email.hide {
  display: none;
}
.section-lead-common .form-subscribe .subscribe-countdown {
  position: relative;
}
.section-lead-common .t-and-c {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.section-lead-common .select-showroom .box-select {
  margin-bottom: 12px;
}
.section-lead-common .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}
.section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left;
}

.adsModal .modal-dialog {
  background-color: transparent !important;
  max-width: 100vw;
}
.adsModal .modal-content {
  border: unset;
  background-color: transparent !important;
}
.adsModal .modal-content .modal-header {
  border: unset;
  padding: unset;
}
.adsModal .modal-content .modal-header .btn-close {
  margin: unset;
  border-radius: unset;
  width: 14px;
  height: 14px;
  background-color: #fcfcfc;
}
.adsModal .modal-content .modal-body {
  padding: unset;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.adsModal .modal-content .modal-body a {
  display: flex;
  max-width: 100vw;
}
.adsModal .modal-content .modal-footer {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #ccc !important; /* Đặt lại viền */
  box-shadow: 0 0 0px 1000px white inset !important; /* Xóa hiệu ứng nền vàng */
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  transition: background-color 5000s ease-in-out 0s; /* Tránh đổi màu ngay lập tức */
}

.form-label-group {
  position: relative;
}
.form-label-group input {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.form-label-group input:focus {
  outline: none;
}
.form-label-group input::-moz-placeholder {
  color: transparent !important;
}
.form-label-group input::placeholder {
  color: transparent !important;
}
.form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label.required:after {
  color: inherit;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-label-group input:-webkit-autofill ~ label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-label-group input:-webkit-autofill ~ label.required:after {
  color: inherit;
}
.form-label-group input::-ms-input-placeholder {
  color: var(--label-floating-color);
}
.form-label-group label {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
  position: static;
}
.form-label-group label:focus {
  outline: none;
}
.form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.form-label-group select:focus {
  outline: none;
}
.form-label-group input[disabled] ~ label {
  color: #8a8a8a !important;
}
.form-label-group label[disabled] ~ label {
  color: #8a8a8a !important;
}
.form-label-group select[disabled] ~ label {
  color: #8a8a8a !important;
}
.form-label-group input[disabled] ~ span {
  background: #f0f3f3;
}
.form-label-group label[disabled] ~ span {
  background: #f0f3f3;
}
.form-label-group select[disabled] ~ span {
  background: #f0f3f3;
}
.form-label-group .select2-container {
  width: 100% !important;
}
.form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px;
}
.form-label-group .select2-container .select2-selection .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 20px);
  position: absolute;
}
.form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}
.form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all 0.2s;
  width: 12px !important;
}
.form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important;
}
.form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px;
}
.form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px;
}
.form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px;
}
.form-label-group input#amount:not(:-moz-placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-label-group .select2-container ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-label-group .select2-container ~ label.required:after {
  color: inherit;
}
.form-label-group select.select2-label-placeholder ~ label {
  height: auto;
}
.form-label-group select.select2-label-placeholder.select2-empty ~ label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height) / 2);
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.form-label-group select.select2-label-placeholder.select2-empty ~ label:after {
  color: #1464f4;
}

.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none; /* Ẩn mặc định */
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brand-color {
  color: #1464f4;
}

:root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c ;
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

.form-label-group {
  position: relative;
}

.form-label-group input, .form-label-group label, .form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}

.form-label-group input:focus, .form-label-group label:focus, .form-label-group select:focus {
  outline: none;
}

.form-label-group input[disabled] ~ label, .form-label-group label[disabled] ~ label, .form-label-group select[disabled] ~ label {
  color: #8a8a8a !important;
}

.form-label-group input[disabled] ~ span, .form-label-group label[disabled] ~ span, .form-label-group select[disabled] ~ span {
  background: #f0f3f3;
}

.form-label-group .select2-container {
  width: 100% !important;
}

.form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important;
}

.form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px;
}

.form-label-group .select2-container .select2-selection .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 20px);
  position: absolute;
}

.form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}

.form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../assets/img/common/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all 0.2s;
  width: 12px !important;
}

.form-label-group label {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
}

.form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px;
}

.form-label-group input::-moz-placeholder {
  color: transparent !important;
}

.form-label-group input::placeholder {
  color: transparent !important;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}

.form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}

.form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px;
}

.form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px;
}

.form-label-group input#amount:not(:-moz-placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label.required:after {
  color: inherit;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.form-label-group input:-webkit-autofill ~ label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.form-label-group input:-webkit-autofill ~ label.required:after {
  color: inherit;
}

.form-label-group .select2-container ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.form-label-group .select2-container ~ label.required:after {
  color: inherit;
}

.form-label-group select.select2-label-placeholder ~ label {
  height: auto;
}

.form-label-group select.select2-label-placeholder.select2-empty ~ label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height) / 2);
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}

.form-label-group select.select2-label-placeholder.select2-empty ~ label:after {
  color: #1464f4;
}

.form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  top: 0;
}

.form-label-group.has-icon .icon svg {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}

.form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0;
}

.form-label-group.has-icon input, .form-label-group.has-icon select {
  padding-left: 3rem;
}

.form-label-group.has-icon input.js_numText, .form-label-group.has-icon select.js_numText {
  padding-right: 4rem;
}

.form-label-group.has-icon input:not(:-moz-placeholder-shown) ~ .icon svg {
  top: 72%;
}

.form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
  top: 72%;
}

.form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
  top: 70%;
}

.form-label-group.has-icon label {
  left: 2rem;
}

.form-label-group.has-icon .select2-container .select2-selection {
  padding-left: 3rem;
}

.form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 3rem);
}

@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .form-label-group label {
    position: static;
  }
  .form-label-group input::-ms-input-placeholder {
    color: var(--label-floating-color);
  }
}
input.is-invalid, input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}

.is-success, .is-success-carDeposit {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}

.is-success-carDeposit {
  padding-left: 10%;
}

#select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}

#select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}

#select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}

#select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}

#select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}

@media screen and (max-width: 320px) {
  #select2-scheduleTime #scheduleTimeSession > div {
    flex-direction: column;
  }
  #select2-scheduleTime #scheduleTimeSession > div button {
    line-height: 40px;
    margin: 0;
  }
}
#select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}

#select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}

@media screen and (max-width: 375px) {
  #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 280px) {
  #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}

@media screen and (max-width: 375px) {
  #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover, #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none;
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}

#ui-datepicker-div {
  padding: 0;
  width: 27em;
}

@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
  }
  #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
}
#ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset;
}

#ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}

@media screen and (max-width: 767px) {
  #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
}
#ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}

#ui-datepicker-div .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}

#ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}

#ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}

#ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2;
}

.no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative;
}

.no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}

.no-place span {
  margin-left: 35px;
}

.date-picker-today, .date-picker-today p {
  align-items: center;
  justify-content: center;
}

.date-picker-today p {
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0 10px 0 0;
  width: 25px;
}

.date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px;
}

#ui-datepicker-div, .select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}

.vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px;
}

.vf-modal-popup .modal-content {
  padding: 30px;
}

.vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px;
}

.vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none;
}

.vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}

.vf-modal-popup .modal-body .group-button {
  text-align: center;
}

.vf-modal-popup .modal-body .group-button .btn-primary, .vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}

.vf-modal-popup .modal-body .group-button .btn-primary:hover, .vf-modal-popup .modal-body .group-button button:hover {
  opacity: 0.8;
}

#vpoint-section, .vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#vpoint-section > li, .vinclub-promotion > li {
  margin-bottom: 0 !important;
}

#vpoint-section .available-vpoint .vpoint, .vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

#vpoint-section #usingVPoints input[name=usingVPoints], .vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}

#vpoint-section #usingVPoints .vpoint-amount, .vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}

#vpoint-section #usingVPoints .do-recalc-vpoint, .vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}

.car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}

.car-common-popup-lead .modal-content {
  border: 0;
}

.car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0;
}

.car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw;
}

@media screen and (max-width: 768px) {
  .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
}
.car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
.car-common-popup-lead .modal-content .modal-body .form-subtitle, .car-common-popup-lead .modal-content .modal-body h3 {
  text-align: center;
}

.car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}

.car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

.car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  text-align: center;
  width: 100%;
}

.car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}

.car-common-popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}

.car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative;
}

.car-common-popup-lead .modal-content .close:focus {
  outline: none;
}

.car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}

.car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}

.car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}

@media (min-width: 992px) {
  .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}

.car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}

.car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}

.car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

@media (min-width: 992px) {
  .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
}
.car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}

.car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}

.car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}

.car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}

.car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}

.car-common-popup-lead .modal-content .term a {
  color: #1464f4;
}

.car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}

#modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}

#modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}

@media screen and (max-width: 768px) {
  #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
}
#modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

#modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
}
#modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}

#modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}

#modal-lead-register-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}

#modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}

#modal-lead-register-thank .modal-buttons button#button-close {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}

a:hover {
  text-decoration: none !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
  outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-left: 1px solid #e3e3e3;
  border-top-right-radius: 0.1875rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 0.1875rem;
  border-right: 1px solid #e3e3e3;
  border-top-left-radius: 0.1875rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #e3e3e3;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: gray;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}

@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}
.slick-next, .slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}

.slick-dots li, .slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0px;
  outline: none;
  padding: 5px;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  color: #000;
  content: "•";
  font-family: slick;
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fe0000;
  --orange: #f69100;
  --yellow: #f0ba00;
  --green: #00b91f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2c72c6;
  --secondary: #6c757d;
  --success: #00b91f;
  --info: #17a2b8;
  --warning: #f0ba00;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace ;
}

*, :after, :before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  background-color: #fff;
  color: #333;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[data-original-title], abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #1e1e1e;
  text-decoration: underline;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1, .display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.list-inline, .list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}

.blockquote-footer:before {
  content: "— ";
}

.img-fluid, .img-thumbnail {
  height: auto;
  max-width: 100%;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  padding: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.figure-caption {
  color: #6c757d;
  font-size: 90%;
}

code {
  color: #e83e8c;
  font-size: 87.5%;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  background-color: #212529;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}

kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}

pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 544px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  color: #333;
  margin-bottom: 1rem;
  width: 100%;
}

.table td, .table th {
  border-top: 1px solid #ccc;
  padding: 0.75rem;
  vertical-align: top;
}

.table thead th {
  border-bottom: 2px solid #ccc;
  vertical-align: bottom;
}

.table tbody + tbody {
  border-top: 2px solid #ccc;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #ccc;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #333;
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #c4d8ef;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #91b6e1;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #b0caea;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cccf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #b8ebc0;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #7adb8b;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #a4e6af;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fbecb8;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #f7db7a;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #f9e5a0;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b1b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #eef1f3;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbd;
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}

.table .thead-light th {
  background-color: #e9ecef;
  border-color: #ccc;
  color: #495057;
}

.table-dark {
  background-color: #343a40;
  color: #fff;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}

@media (max-width: 543.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1259.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  color: #444;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 36px;
  line-height: 1.5;
  padding: 0.375rem 0.85714rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  background-color: #fff;
  border-color: #2c72c6;
  box-shadow: none;
  color: #444;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #444;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}

.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}

.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #333;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  width: 100%;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}

.form-control-lg, .form-control-sm {
  border-radius: 0.1875rem;
  line-height: 1.5;
}

.form-control-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}

.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}

.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}

.valid-feedback {
  color: #00b91f;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}

.valid-tooltip {
  background-color: rgba(0, 185, 31, 0.9);
  border-radius: 0.1875rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300b91f' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #00b91f;
  padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #00b91f;
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.25);
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.85714rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300b91f' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E") #fff no-repeat center right 1.85714rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #00b91f;
  padding-right: calc(0.75em + 2.41964rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #00b91f;
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #00b91f;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #00b91f;
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #00b91f;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #00ec28;
  border-color: #00ec28;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #00b91f;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #00b91f;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #00b91f;
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.25);
}

.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}

.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.1875rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.85714rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.85714rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.41964rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 544px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group, .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  padding: 13px 20px;
  text-align: center;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  box-shadow: none;
  outline: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  background-color: #2c72c6;
  border-color: #2c72c6;
}

.btn-primary:hover {
  background-color: #2560a7;
  border-color: #235a9c;
  color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 135, 207, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #2c72c6;
  border-color: #2c72c6;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #235a9c;
  border-color: #205492;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 135, 207, 0.5);
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}

.btn-success {
  background-color: #00b91f;
  border-color: #00b91f;
  color: #fff;
}

.btn-success:hover {
  background-color: #009319;
  border-color: #008616;
  color: #fff;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 196, 65, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #00b91f;
  border-color: #00b91f;
  color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background-color: #008616;
  border-color: #007914;
  color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 196, 65, 0.5);
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  background-color: #f0ba00;
  border-color: #f0ba00;
  color: #212529;
}

.btn-warning:hover {
  background-color: #ca9c00;
  border-color: #bd9200;
  color: #212529;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 164, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ba00;
  border-color: #f0ba00;
  color: #212529;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  background-color: #bd9200;
  border-color: #b08900;
  color: #fff;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 164, 6, 0.5);
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 4%, 85%, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 4%, 85%, 0.5);
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  border-color: #2c72c6;
  color: #2c72c6;
}

.btn-outline-primary:hover {
  background-color: #2c72c6;
  border-color: #2c72c6;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: transparent;
  color: #2c72c6;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #2c72c6;
  border-color: #2c72c6;
  color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.5);
}

.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

.btn-outline-success {
  border-color: #00b91f;
  color: #00b91f;
}

.btn-outline-success:hover {
  background-color: #00b91f;
  border-color: #00b91f;
  color: #fff;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: transparent;
  color: #00b91f;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  background-color: #00b91f;
  border-color: #00b91f;
  color: #fff;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.5);
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  border-color: #f0ba00;
  color: #f0ba00;
}

.btn-outline-warning:hover {
  background-color: #f0ba00;
  border-color: #f0ba00;
  color: #212529;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 186, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: transparent;
  color: #f0ba00;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  background-color: #f0ba00;
  border-color: #f0ba00;
  color: #212529;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 186, 0, 0.5);
}

.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}

.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  color: #444;
  font-weight: 400;
  text-decoration: none;
}

.btn-link:hover {
  color: #1e1e1e;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  box-shadow: none;
  text-decoration: underline;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  border-radius: 0.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

.btn-group-sm > .btn, .btn-sm {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875rem;
  color: #333;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

@media (min-width: 544px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1260px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}

.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}

.dropright .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}

.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropleft .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  bottom: auto;
  right: auto;
}

.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}

.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #2c72c6;
  color: #fff;
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
  color: #6c757d;
  pointer-events: none;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}

.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1.5rem;
}

.btn-group, .btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .custom-file {
  align-items: center;
  display: flex;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  color: #444;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0.85714rem;
  text-align: center;
  white-space: nowrap;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0.1875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.85714rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #2c72c6;
  border-color: #2c72c6;
  color: #fff;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #2c72c6;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #b6d0ef;
  border-color: #b6d0ef;
  color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  pointer-events: none;
}

.custom-control-label:after, .custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}

.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0.1875rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #2c72c6;
  border-color: #2c72c6;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(44, 114, 198, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(44, 114, 198, 0.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(44, 114, 198, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}

.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  transition: transform 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;
  width: calc(1rem - 4px);
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(44, 114, 198, 0.5);
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.85714rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem;
  color: #444;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: 36px;
  line-height: 1.5;
  padding: 0.375rem 1.85714rem 0.375rem 0.85714rem;
  vertical-align: middle;
  width: 100%;
}

.custom-select:focus {
  border-color: #2c72c6;
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.25);
  outline: 0;
}

.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #444;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.85714rem;
}

.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}

.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file, .custom-file-input {
  height: 36px;
  position: relative;
  width: 100%;
}

.custom-file-input {
  margin: 0;
  opacity: 0;
  z-index: 2;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #2c72c6;
  box-shadow: none;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

.custom-file-label {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  font-weight: 400;
  height: 36px;
  left: 0;
  z-index: 1;
}

.custom-file-label, .custom-file-label:after {
  color: #444;
  line-height: 1.5;
  padding: 0.375rem 0.85714rem;
  position: absolute;
  right: 0;
  top: 0;
}

.custom-file-label:after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1.5em + 0.75rem);
  z-index: 3;
}

.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #2c72c6;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b6d0ef;
}

.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #2c72c6;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b6d0ef;
}

.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.custom-range::-ms-thumb {
  appearance: none;
  background-color: #2c72c6;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b6d0ef;
}

.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label:before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.nav-pills .nav-link {
  border-radius: 0.1875rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #2c72c6;
  color: #fff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  padding: 0.5rem 1rem;
  position: relative;
}

.navbar, .navbar > .container, .navbar > .container-fluid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}

.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  background: no-repeat 50%;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}

@media (max-width: 543.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 544px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1259.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1260px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}

.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
}

.card-header-pills, .card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

.card-img {
  border-radius: calc(0.1875rem - 1px);
  width: 100%;
}

.card-img-top {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
  width: 100%;
}

.card-img-bottom {
  border-bottom-left-radius: calc(0.1875rem - 1px);
  border-bottom-right-radius: calc(0.1875rem - 1px);
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 544px) {
  .card-deck {
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 544px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 544px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0.1875rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: "/";
  display: inline-block;
  padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  border-radius: 0.1875rem;
  display: flex;
  list-style: none;
  padding-left: 0;
}

.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #444;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #1e1e1e;
  text-decoration: none;
  z-index: 2;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.25);
  outline: 0;
  z-index: 2;
}

.page-item:first-child .page-link {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  margin-left: 0;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.page-item.active .page-link {
  background-color: #2c72c6;
  border-color: #2c72c6;
  color: #fff;
  z-index: 1;
}

.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}

.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.badge {
  border-radius: 0.1875rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  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;
  vertical-align: baseline;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.badge-primary {
  background-color: #2c72c6;
  color: #fff;
}

a.badge-primary:focus, a.badge-primary:hover {
  background-color: #235a9c;
  color: #fff;
}

a.badge-primary.focus, a.badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 114, 198, 0.5);
  outline: 0;
}

.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  background-color: #545b62;
  color: #fff;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  outline: 0;
}

.badge-success {
  background-color: #00b91f;
  color: #fff;
}

a.badge-success:focus, a.badge-success:hover {
  background-color: #008616;
  color: #fff;
}

a.badge-success.focus, a.badge-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 31, 0.5);
  outline: 0;
}

.badge-info {
  background-color: #17a2b8;
  color: #fff;
}

a.badge-info:focus, a.badge-info:hover {
  background-color: #117a8b;
  color: #fff;
}

a.badge-info.focus, a.badge-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  outline: 0;
}

.badge-warning {
  background-color: #f0ba00;
  color: #212529;
}

a.badge-warning:focus, a.badge-warning:hover {
  background-color: #bd9200;
  color: #212529;
}

a.badge-warning.focus, a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 186, 0, 0.5);
  outline: 0;
}

.badge-danger {
  background-color: #dc3545;
  color: #fff;
}

a.badge-danger:focus, a.badge-danger:hover {
  background-color: #bd2130;
  color: #fff;
}

a.badge-danger.focus, a.badge-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: 0;
}

.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}

a.badge-light:focus, a.badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}

a.badge-light.focus, a.badge-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: 0;
}

.badge-dark {
  background-color: #343a40;
  color: #fff;
}

a.badge-dark:focus, a.badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}

a.badge-dark.focus, a.badge-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  outline: 0;
}

.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.1875rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}

@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.alert {
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

.alert-primary {
  background-color: #d5e3f4;
  border-color: #c4d8ef;
  color: #173b67;
}

.alert-primary hr {
  border-top-color: #b0caea;
}

.alert-primary .alert-link {
  color: #0e233d;
}

.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}

.alert-secondary hr {
  border-top-color: #c8cccf;
}

.alert-secondary .alert-link {
  color: #212326;
}

.alert-success {
  background-color: #ccf1d2;
  border-color: #b8ebc0;
  color: #006010;
}

.alert-success hr {
  border-top-color: #a4e6af;
}

.alert-success .alert-link {
  color: #002d08;
}

.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c32;
}

.alert-warning {
  background-color: #fcf1cc;
  border-color: #fbecb8;
  color: #7d6100;
}

.alert-warning hr {
  border-top-color: #f9e5a0;
}

.alert-warning .alert-link {
  color: #4a3900;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.alert-danger hr {
  border-top-color: #f1b1b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}

.alert-light hr {
  border-top-color: #eef1f3;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}

.alert-dark hr {
  border-top-color: #b9bbbd;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.1875rem;
  display: flex;
  font-size: 0.75rem;
  height: 1rem;
  overflow: hidden;
}

.progress-bar {
  background-color: #2c72c6;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  align-items: flex-start;
  display: flex;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}

.list-group-item-action:active {
  background-color: #e9ecef;
  color: #333;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  margin-bottom: -1px;
  padding: 0.75rem 1.25rem;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.list-group-item:last-child {
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  margin-bottom: 0;
}

.list-group-item.disabled, .list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}

.list-group-item.active {
  background-color: #2c72c6;
  border-color: #2c72c6;
  color: #fff;
  z-index: 2;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-right: -1px;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  margin-right: 0;
}

@media (min-width: 544px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    margin-right: 0;
  }
}
.list-group-flush .list-group-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.list-group-item-primary {
  background-color: #c4d8ef;
  color: #173b67;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  background-color: #b0caea;
  color: #173b67;
}

.list-group-item-primary.list-group-item-action.active {
  background-color: #173b67;
  border-color: #173b67;
  color: #fff;
}

.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cccf;
  color: #383d41;
}

.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}

.list-group-item-success {
  background-color: #b8ebc0;
  color: #006010;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  background-color: #a4e6af;
  color: #006010;
}

.list-group-item-success.list-group-item-action.active {
  background-color: #006010;
  border-color: #006010;
  color: #fff;
}

.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460;
}

.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}

.list-group-item-warning {
  background-color: #fbecb8;
  color: #7d6100;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  background-color: #f9e5a0;
  color: #7d6100;
}

.list-group-item-warning.list-group-item-action.active {
  background-color: #7d6100;
  border-color: #7d6100;
  color: #fff;
}

.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b1b7;
  color: #721c24;
}

.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}

.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  background-color: #eef1f3;
  color: #818182;
}

.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}

.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbd;
  color: #1b1e21;
}

.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}

.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #e3e3e3;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}

.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}

.modal-footer {
  align-items: center;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-top: 1px solid #e3e3e3;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}

@media (min-width: 544px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1260px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  display: block;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}

.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}

.tooltip-inner {
  background-color: #000;
  border-radius: 0.1875rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}

.popover {
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
}

.popover, .popover .arrow {
  display: block;
  position: absolute;
}

.popover .arrow {
  height: 0.5rem;
  margin: 0 0.1875rem;
  width: 1rem;
}

.popover .arrow:after, .popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  margin: 0.1875rem 0;
  width: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  height: 1rem;
  margin: 0.1875rem 0;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}

.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #333;
  padding: 0.5rem 0.75rem;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.carousel-item {
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: no-repeat 50%/100% 100%;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
}

.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2c72c6 !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #235a9c !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #00b91f !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #008616 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #f0ba00 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #bd9200 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e3e3e3 !important;
}

.border-top {
  border-top: 1px solid #e3e3e3 !important;
}

.border-right {
  border-right: 1px solid #e3e3e3 !important;
}

.border-bottom {
  border-bottom: 1px solid #e3e3e3 !important;
}

.border-left {
  border-left: 1px solid #e3e3e3 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2c72c6 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #00b91f !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #f0ba00 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded, .rounded-sm {
  border-radius: 0.1875rem !important;
}

.rounded-top {
  border-top-left-radius: 0.1875rem !important;
}

.rounded-right, .rounded-top {
  border-top-right-radius: 0.1875rem !important;
}

.rounded-bottom, .rounded-right {
  border-bottom-right-radius: 0.1875rem !important;
}

.rounded-bottom, .rounded-left {
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-left {
  border-top-left-radius: 0.1875rem !important;
}

.rounded-lg {
  border-radius: 0.1875rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 544px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1260px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom, .fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 544px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2c72c6 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #1e4e87 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #00b91f !important;
}

a.text-success:focus, a.text-success:hover {
  color: #006d12 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #f0ba00 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #a47f00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, :after, :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container, body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #ccc;
  }
  .table .thead-dark th {
    border-color: #ccc;
    color: inherit;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container--small {
    max-width: 990px;
  }
}
@media (min-width: 1441px) {
  .container--small.homepage {
    max-width: 1140px;
  }
}
.carousel .carousel-control-prev {
  justify-content: flex-start;
}

.carousel .carousel-control-next {
  justify-content: flex-end;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}

.nav-tabs .nav-link {
  color: #e9ecef #e9ecef #dee2e6;
  font-size: 1.1rem;
}

.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid #2c72c6;
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  flex: 0 0 auto;
}

dt {
  color: #495057;
  font-weight: 400;
}

.custom-checkbox .custom-control-label:before {
  background: #e6e6e6;
  border: 0;
  height: 20px;
  width: 20px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  height: 20px;
  left: -25px;
  top: 0;
  width: 20px;
}

.form-control.is-invalid {
  background-image: none;
}

.btn {
  border-radius: 3px;
  font-size: 0.9285714286rem;
  line-height: 40px;
  min-width: 110px;
  padding: 0 30px;
  transition: all 0.35s ease;
}

.btn-primary {
  background-color: #1464f4;
  background-image: linear-gradient(90deg, #1464f4 0, #3062ec);
  border: 0;
  color: #fff;
}

.btn-primary:focus, .btn-primary:hover {
  background-color: #1464f4;
  background-image: linear-gradient(90deg, #3062ec 0, #1464f4);
  border-color: #1464f4;
  color: #fff;
  opacity: 0.8;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-image: linear-gradient(90deg, red 0, #cb2a1d);
  color: #fff;
  opacity: 0.8;
}

.btn-secondary {
  background: #cb2a1d;
  border: 0;
  color: #fff;
}

.btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:focus, .btn-secondary:hover {
  background: #cb2a1d;
  border: 0;
  color: #fff;
  opacity: 0.8;
}

.btn-default {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0;
}

.btn-default.btn-ssm {
  min-width: 0;
  width: 115px;
}

.btn-default.red {
  border: 1px solid #cb2a1d;
  color: #cb2a1d;
}

.btn-default.grayLight {
  border: 1px solid #979797;
  color: #979797;
}

.btn-white {
  background: #fff;
  border-color: #1464f4;
  border-radius: 3px;
  color: #1464f4;
  opacity: 1;
  text-decoration: none !important;
}

.btn-white:focus, .btn-white:hover {
  background: #fff;
  color: #1464f4;
  opacity: 0.8;
}

.btn-white.disabled, .btn-white:disabled {
  background: #6c757d;
  color: #fff;
  opacity: 0.8;
}

.btn-white-bg {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 52px;
  box-sizing: border-box;
}

.btn-white-bg.disabled, .btn-white-bg:disabled, .btn-white-bg:focus, .btn-white-bg:hover {
  opacity: 0.8;
}

.btn-outline-primary {
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-transform: uppercase;
}

.btn-outline-primary:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-outline-wrapper {
  border-radius: 5px;
  overflow: hidden;
  transform: scale(1);
}

.btn-outline-wrapper .btn-outline-primary {
  background: #fff;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 5px;
  line-height: 38px;
  overflow: initial;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.btn-outline-wrapper .btn-outline-primary span {
  background: linear-gradient(90deg, #cb2a1d, red);
  background-clip: border-box;
  -webkit-background-clip: text;
  position: relative;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.btn-outline-wrapper .btn-outline-primary:after, .btn-outline-wrapper .btn-outline-primary:before {
  background: linear-gradient(90deg, red, #cb2a1d);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -5px;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 50%;
  transition-duration: 0.35s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.btn-outline-wrapper .btn-outline-primary:after {
  transform: scaleX(-1.1);
  z-index: 0;
}

.btn-outline-wrapper .btn-outline-primary:hover, .btn-outline-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #cb2a1d;
}

.btn-outline-wrapper .btn-outline-primary:hover span, .btn-outline-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active span {
  background: transparent;
  -webkit-text-fill-color: initial;
  color: #fff;
  z-index: 1;
}

.btn-outline-wrapper .btn-outline-primary:hover:after, .btn-outline-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active:after {
  transform: scaleX(1.1);
  z-index: 0;
}

.btn-outline-wrapper .btn-outline-primary.disabled, .btn-outline-wrapper .btn-outline-primary:disabled {
  pointer-events: none;
}

.btn-outline-wrapper .btn-outline-primary.disabled:after, .btn-outline-wrapper .btn-outline-primary.disabled:before, .btn-outline-wrapper .btn-outline-primary:disabled:after, .btn-outline-wrapper .btn-outline-primary:disabled:before {
  background: linear-gradient(90deg, #7d7d7d, #c9c9c9);
}

.btn-outline-wrapper .btn-outline-primary.disabled span, .btn-outline-wrapper .btn-outline-primary:disabled span {
  background: transparent;
  -webkit-text-fill-color: initial;
  color: #fff;
  z-index: 1;
}

.btn-outline-wrapper.width-auto {
  margin: 0 auto;
}

.btn-outline-wrapper.width-auto .btn-outline-primary {
  width: auto !important;
}

.btn-outline-wrapper.small .btn-outline-primary {
  font-size: 14px;
  font-size: 0.875rem;
  height: 40px;
  line-height: 38px;
}

.btn-outline-wrapper.xs .btn-outline-primary {
  font-size: 14px;
  font-size: 0.875rem;
  height: 32px;
  line-height: 28px;
  padding: 0 20px;
}

.modal-box {
  background: rgba(0, 0, 0, 0.35);
}

.modal-box .modal-header {
  align-items: center;
  border: none;
  justify-content: center;
  padding: 0;
}

.modal-box .modal-header .modal-title {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .modal-box .modal-header .modal-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .modal-box .modal-header .modal-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  .modal-box .modal-header .modal-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.modal-box .modal-header .modal-title:after {
  background: #000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 92px;
}

.modal-box .modal-header button.close {
  color: #d0d9ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 999;
}

.modal-box .modal-dialog {
  max-width: 720px;
}

.modal-box .modal-content {
  background-clip: unset;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  max-height: 100vh;
  overflow-y: auto;
  padding: 35px 60px 38px;
}

@media (max-width: 767.98px) {
  .modal-box .modal-content {
    padding: 20px;
  }
}
.modal-box .modal-content .btn {
  text-transform: uppercase;
}

.modal-box .modal-content .form-control-label {
  margin-bottom: 5px;
}

.modal-box .close-modal {
  background: none;
  border: none;
  color: #d0d9ff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 999;
}

.modal-box .close-modal:focus {
  outline: none;
}

.modal-box .close-modal span {
  font-size: 30px;
}

.modal-box .modal-body {
  border: none;
  margin-top: 0;
  padding: 0;
  text-align: center;
}

.modal-box .modal-body h3 {
  color: #d0d9ff;
  font-size: 1.428rem;
  line-height: 2rem;
  margin-bottom: 4px;
  margin-top: 10px;
  text-transform: uppercase;
}

.modal-box .modal-body p {
  color: #747474;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.143rem;
}

@media (max-width: 575.98px) {
  .modal-box .modal-body p {
    font-size: 12px;
  }
}
.modal-box .modal-body .form-group {
  text-align: left;
  width: 100%;
}

.modal-box .modal-footer {
  align-items: center;
  border: none;
  justify-content: center;
  padding: 0;
}

#removeProductModal .modal-header {
  border-bottom: none;
}

#removeProductModal .modal-content .modal-body {
  padding-top: 0 !important;
}

.block-megamainmenu {
  margin-left: auto;
}

.block-megamainmenu * {
  font-family: Mulish;
}

.mega_menu {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  left: 0;
  opacity: 0;
  position: fixed;
  top: 84px;
  transform: translateY(-15px);
  transition: 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}

@media (max-width: 991px) {
  .mega_menu {
    top: 60px;
  }
}
.mega_menu .container {
  max-width: 100% !important;
  padding: 30px;
}

@media (max-width: 991px) {
  .mega_menu .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.mega_menu .nav-tabs {
  align-items: center;
  border: none;
}

.mega_menu .nav-tabs .nav-link {
  border: none;
  color: #3c3c3c;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  padding: 0;
  text-transform: uppercase;
}

.mega_menu .nav-tabs .nav-link:not(:last-child) {
  margin-right: 50px;
}

.mega_menu .nav-tabs .nav-link.active {
  color: #1464f4;
  font-size: 16px;
}

.mega_menu .pop_tu_van a {
  align-items: center;
  color: #3c3c3c;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}

.mega_menu .pop_tu_van a svg {
  margin-right: 10px;
  fill: #3c3c3c;
}

.mega_menu .pop_tu_van a:hover {
  color: #1464f4;
}

.mega_menu .pop_tu_van a:hover svg {
  fill: #1464f4;
}

.mega_menu .item_name {
  color: #3c3c3c;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 125%;
  margin-top: 4px;
}

.mega_menu .slogan {
  color: #707070;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
  margin-bottom: 10px;
}

.mega_menu .price {
  color: #3c3c3c;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 127%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mega_menu .see-details {
  color: #1464f4;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.mega_menu .link {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  text-align: center;
}

.mega_menu .link a {
  color: #2998dd;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 127%;
  text-decoration-line: underline;
}

.mega_menu .mega-title {
  color: #3c3c3c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 22px;
}

.mega_menu .img.col-md-6 {
  margin: -20px 0;
  max-width: 462px;
}

.mega_menu .desc {
  color: #707070;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
  margin-top: 20px;
  text-align: center;
}

.mega_menu .view_all {
  padding-top: 20px;
  text-align: center;
}

.mega_menu .view_all a {
  align-items: center;
  background: #1464f4;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 16px;
  transition: 0.3s;
  width: 364px;
}

.mega_menu .view_all a:hover {
  background: #125eb9;
}

.mega_menu_header.mega-main-menu {
  display: flex;
  gap: 15px;
  height: 84px;
  justify-content: end;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}

.mega_menu_header.mega-main-menu * {
  font-family: Mulish;
}

@media screen and (min-width: 1200px) {
  .mega_menu_header.mega-main-menu .menu-header-oto-item {
    flex: 0 0 14.2857142857%;
  }
}
@media screen and (max-width: 992px) {
  .mega_menu_header.mega-main-menu {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .mega_menu_header.mega-main-menu {
    align-items: center;
    height: 60px;
  }
  .mega_menu_header.mega-main-menu .item-test-drive {
    display: none;
  }
}
.mega_menu_header.mega-main-menu > li {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 22px 0;
}

.mega_menu_header.mega-main-menu > li.active .mega_menu, .mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu {
  border-top: 2px solid #d9e1e2;
  box-sizing: content-box;
  opacity: 1;
  overflow: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}

.mega_menu_header.mega-main-menu > li.active .mega_menu .fade.show, .mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu .fade.show {
  visibility: visible;
}

.mega_menu_header.mega-main-menu > li.active .mega_menu .tab-content, .mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu .tab-content {
  padding: 48px 0 0;
}

@media (max-width: 991px) {
  .mega_menu_header.mega-main-menu > li.active .mega_menu, .mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu {
    height: calc(100% - 60px);
    max-height: unset;
    padding-bottom: 92px;
  }
}
.mega_menu_header.mega-main-menu > li.active > a, .mega_menu_header.mega-main-menu > li.mega_menu_active > a, .mega_menu_header.mega-main-menu > li:not(.desktop-hover):not(.no-hover):hover > a {
  color: #1464f4;
}

.mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu {
  max-height: calc(100% - 70px);
  opacity: 1;
  overflow: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}

.mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu .fade.show {
  visibility: visible;
}

@media (max-width: 991px) {
  .mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu {
    max-height: unset;
  }
}
.mega_menu_header.mega-main-menu > li.mega-account:hover > a {
  color: #1464f4;
}

.mega_menu_header.mega-main-menu > li .mega_menu .fade.show {
  visibility: hidden;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem;
  transition: opacity 0.75s;
  width: -moz-fit-content;
  width: fit-content;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img.vehicle-hover {
  background: rgba(20, 100, 244, 0.1);
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img.vehicle-hover .img-mega-menu-hover {
  display: block;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img .img-mega-menu-hover, .mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img.vehicle-hover .img-mega-menu-hover + .img-mega-menu {
  display: none;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img .img-mega-menu {
  max-width: 270px;
  width: 100%;
}

.mega_menu_header.mega-main-menu > li > a {
  color: #3c3c3c;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s;
  white-space: nowrap;
}

.mega_menu_header.mega-main-menu .btn-register-driver {
  align-items: center;
  background: #1464f4;
  border: 1px solid #1464f4;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  line-height: 125%;
  padding: 0 24px;
  text-transform: uppercase;
}

.mega_menu_header.mega-main-menu .btn-register-driver:hover {
  background: #fff;
  border-color: #1464f4;
  color: #1464f4 !important;
  opacity: 1;
}

@media (max-width: 992px) {
  .mega_menu_header.mega-main-menu .btn-register-driver {
    display: none;
  }
}
.mega_menu_header.mega-main-menu .mega-account.login:hover a.we-mega-menu-li.icon-logged {
  background-color: transparent;
}

.mega_menu_header.mega-main-menu .mega-account.login:hover a.we-mega-menu-li.icon-logged svg:last-child path {
  fill: #fff;
}

#block-megamainmenu {
  margin: auto;
}

#block-megamainmenu ul {
  margin: 0;
}

#block-megamainmenu .mega-main-menu {
  gap: 20px;
}

#block-megamainmenudichvu .tab-content {
  padding: 0;
}

#block-megamainmenubattery .img {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

#block-megamainmenubattery .img .img-mega-menu {
  max-width: 238px;
  width: 100%;
}

#block-megamainmenubattery .img .item_name {
  margin-top: 12px;
}

#block-megamainmenubattery .img:hover {
  background: rgba(20, 100, 244, 0.1);
  border-radius: 5px;
}

.hd-mega {
  display: flex;
  justify-content: center;
}

.mega-menu .we-mega-menu-li a {
  text-transform: uppercase;
}

.mega-menu .we-mega-menu-li a.active_mega {
  color: #1464f4 !important;
}

.mega-main-menu .tab-content {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
}

.menu_service div.img {
  display: flex;
  justify-content: center;
  left: 15px;
  max-width: 100%;
  position: relative;
}

.menu_service div.img img.img-mega-menu {
  max-width: unset;
}

.menu_service div.img .btn-service {
  align-items: center;
  background: #1464f4;
  border-radius: 3px;
  color: #fff;
  display: flex;
  height: 48px;
  justify-content: center;
  margin: 16px 0;
  position: absolute;
  text-transform: uppercase;
  width: calc(100% - 32px);
}

.menu_service .container {
  max-width: 1140px !important;
}

.mega-dich-vu {
  display: flex;
}

.mega-dich-vu table {
  width: 100%;
}

.mega-dich-vu table tr td, .mega-dich-vu table tr th {
  padding: 0 15px;
  vertical-align: top;
  width: 30%;
}

.mega-dich-vu table tr td:first-child, .mega-dich-vu table tr th:first-child {
  padding-left: 0;
}

.mega-dich-vu table tr ul li {
  margin-bottom: 10px;
}

.mega-dich-vu table tr ul li:last-child {
  margin-bottom: 0;
}

.mega-dich-vu li {
  margin-left: -10px;
  padding: 0 !important;
}

.mega-dich-vu li a {
  color: #3c3c3c !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px !important;
  padding: 8px;
}

.mega-dich-vu li a:hover {
  background: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
}

.mega-dich-vu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-dich-vu .img {
  padding: 0;
}

.mega-dich-vu[data-id="2"] ul {
  display: flex;
}

.mega-dich-vu[data-id="2"] ul li:first-child {
  margin-right: 80px;
}

.mega-account {
  margin: 0 !important;
  padding: 0 !important;
}

.mega-account a.we-mega-menu-li {
  align-items: center;
  display: flex;
  padding: 10px;
}

.mega-account a.we-mega-menu-li p {
  color: #3c3c3c;
  margin: 0;
}

.mega-account a.we-mega-menu-li svg {
  fill: #1464f4;
  display: none;
}

.mega-account a.we-mega-menu-li svg:last-child {
  margin-left: 8px;
}

.mega-account a.we-mega-menu-li.btn {
  align-items: center;
  border: unset;
  border-radius: unset;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 150%;
  position: relative;
  z-index: 1;
}

.mega-account.login:hover a.we-mega-menu-li {
  background-color: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
}

.mega-account.login:hover a.we-mega-menu-li p {
  color: #1464f4;
}

.mega-account.login:hover a.we-mega-menu-li svg, .mega-account.login:hover a.we-mega-menu-li svg:last-child path {
  fill: #1464f4;
}

.mega-account.login a.we-mega-menu-li svg {
  display: block !important;
  margin-right: 10px;
}

.mega-account.login .mega_menu {
  display: block !important;
}

.mega-account .content-asset {
  display: flex;
  justify-content: end;
}

.mega-account .content-asset .mega_menu {
  border-radius: 3px;
  box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.176);
  display: none;
  left: unset;
  margin-right: -30px;
  width: 290px;
}

.mega-account .content-asset .mega_menu ul li {
  margin: 10px;
  padding: 0;
}

.mega-account .content-asset .mega_menu ul li a {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

.mega-account .content-asset .mega_menu ul li a:hover {
  background-color: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
  color: #1464f4;
}

.mega-submenu {
  height: 100%;
}

@media (max-width: 991px) {
  .mega-submenu {
    margin: 0 !important;
  }
}
.mega-submenu li.block-megamainmenu {
  align-items: center;
  display: flex;
}

.mega-submenu li.block-megamainmenu .we-mega-menu-li {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17' fill='none' viewBox='0 0 21 15'%3E%3Cpath fill='%233C3C3C' d='M.375.75h20.25V3H.375zm0 5.625h20.25v2.25H.375zm0 5.625h20.25v2.25H.375z'/%3E%3C/svg%3E") 50% no-repeat;
  height: 44px;
  width: 44px;
}

@media (hover: hover) {
  .mega-submenu li.block-megamainmenu:not(.has-touch) .we-mega-menu-li:hover {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17' fill='none' viewBox='0 0 21 15'%3E%3Cpath fill='%231464F4' d='M.375.75h20.25V3H.375zm0 5.625h20.25v2.25H.375zm0 5.625h20.25v2.25H.375z'/%3E%3C/svg%3E") 50% no-repeat;
  }
}
@media (max-width: 991px) {
  .mega-submenu li.block-megamainmenu .we-mega-menu-li {
    transition: unset;
  }
  .mega-submenu li.block-megamainmenu.mega_menu_active a.we-mega-menu-li {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m12.667 3.333-9.333 9.334M3.334 3.333l9.333 9.334'/%3E%3C/svg%3E") 50% no-repeat;
    background-color: rgba(44, 114, 198, 0.102);
  }
}
.mega-submenu li a.we-mega-menu-li {
  padding: 5px;
}

.mega-submenu li svg {
  fill: #3c3c3c;
}

@media (hover: hover) {
  .mega-submenu li:not(.has-touch):hover a.we-mega-menu-li {
    background-color: rgba(44, 114, 198, 0.102);
    border-radius: 3px;
    color: #1464f4;
  }
  .mega-submenu li:not(.has-touch):hover a.we-mega-menu-li svg {
    fill: #1464f4;
  }
}
.mega-submenu li.mega_menu_active a.we-mega-menu-li {
  background-color: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
  color: #1464f4;
}

.mega-submenu li.mega_menu_active a.we-mega-menu-li svg {
  fill: #1464f4;
}

.mega-submenu .content-asset {
  display: flex;
  justify-content: end;
}

.mega-submenu .content-asset .mega_menu::-webkit-scrollbar {
  width: 4px;
}

.mega-submenu .content-asset .mega_menu::-webkit-scrollbar-thumb {
  background: #7a99ac !important;
}

@media (min-width: 768px) {
  .mega-submenu .content-asset .mega_menu {
    border-radius: 3px;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.176);
    left: unset;
    margin-right: -50px;
    width: 330px;
  }
}
.mega-submenu .content-asset .mega_menu ul {
  margin: 0 !important;
}

.mega-submenu .content-asset .mega_menu ul li {
  margin: 10px;
  padding: 0;
}

.mega-submenu .content-asset .mega_menu ul li a {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

@media (max-width: 991px) {
  .mega-submenu .content-asset .mega_menu ul li > a {
    font-weight: 600;
  }
}
.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand > a, .mega-submenu .content-asset .mega_menu ul li:hover > a {
  background-color: rgba(44, 114, 198, 0.102);
  border-radius: 3px;
  color: #1464f4;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand svg, .mega-submenu .content-asset .mega_menu ul li:hover svg {
  fill: #1464f4;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand a {
  font-weight: 600 !important;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul {
  border-left: 1px solid #d9e1e2;
  display: none;
  margin-left: 16px !important;
  margin-top: 20px !important;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul li {
  margin: 0;
  margin-left: 16px !important;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul li.submenu-subheader {
  background-color: #f8f9fa;
  border-radius: 3px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 8px;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul li a {
  font-weight: 600;
  padding: 12px 0;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul .submenu-subheader ~ li a {
  padding: 12px 24px;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand .toggle-header {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand .toggle-header .view-all {
  color: #1464f4;
  display: none;
  font-size: 12px;
  line-height: 150%;
  margin-left: auto;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand .toggle-header .toggle-header-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%233C3C3C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  height: 16px;
  margin: auto 16px auto auto;
  width: 16px;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand .toggle-header .view-all, .mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand ul {
  display: block;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand .toggle-header .toggle-header-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%233C3C3C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M12 10 8 6l-4 4'/%3E%3C/svg%3E");
  margin-left: 16px;
}

.mega-submenu .content-asset .mega_menu ul li .account {
  display: none;
  padding-left: 15px;
}

.mega-submenu .content-asset .mega_menu ul li .account.active {
  display: block;
}

@media (max-width: 991px) {
  .login-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%237A99AC' d='M7.5 7a3.33 3.33 0 0 0 3.333-3.333 3.332 3.332 0 1 0-6.666 0A3.33 3.33 0 0 0 7.5 7m0 1.667C5.275 8.667.833 9.783.833 12v1.667h13.334V12c0-2.217-4.442-3.333-6.667-3.333'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 44px;
    min-width: unset;
    width: 44px;
  }
  #aip-chat-box {
    z-index: 1049 !important;
  }
}
.mega-menu-swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%231464F4' fill-rule='evenodd' d='M16 29.333c-7.364 0-13.333-5.97-13.333-13.333S8.636 2.667 16 2.667 29.333 8.637 29.333 16 23.363 29.333 16 29.333M11.15 14.788a1.212 1.212 0 1 0 0 2.424h6.771l-2.78 2.78a1.212 1.212 0 0 0 1.715 1.714l4.848-4.848.008-.009a1.2 1.2 0 0 0 .347-.845v-.008c0-.329-.133-.627-.347-.845l-.008-.009-4.848-4.847a1.212 1.212 0 1 0-1.714 1.714l2.779 2.779z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  z-index: 1;
}

.mega-menu-swiper-button-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%233C3C3C' fill-rule='evenodd' d='M16 29.333c-7.364 0-13.333-5.97-13.333-13.333S8.636 2.667 16 2.667 29.333 8.637 29.333 16 23.363 29.333 16 29.333M11.15 14.788a1.212 1.212 0 1 0 0 2.424h6.771l-2.78 2.78a1.212 1.212 0 0 0 1.715 1.714l4.848-4.848.008-.009a1.2 1.2 0 0 0 .347-.845v-.008c0-.329-.133-.627-.347-.845l-.008-.009-4.848-4.847a1.212 1.212 0 1 0-1.714 1.714l2.779 2.779z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.mega-menu-swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%231464F4' fill-rule='evenodd' d='M2.667 16C2.667 8.636 8.636 2.667 16 2.667S29.333 8.637 29.333 16 23.363 29.333 16 29.333 2.667 23.363 2.667 16m14.19-3.991a1.212 1.212 0 0 0-1.714-1.715l-4.847 4.848-.015.014a1.21 1.21 0 0 0 .013 1.701l4.849 4.849a1.212 1.212 0 0 0 1.714-1.715l-2.78-2.779h6.771a1.212 1.212 0 1 0 0-2.424h-6.77z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 32px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 1;
}

.mega-menu-swiper-button-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%233C3C3C' fill-rule='evenodd' d='M2.667 16C2.667 8.636 8.636 2.667 16 2.667S29.333 8.637 29.333 16 23.363 29.333 16 29.333 2.667 23.363 2.667 16m14.19-3.991a1.212 1.212 0 0 0-1.714-1.715l-4.847 4.848-.015.014a1.21 1.21 0 0 0 .013 1.701l4.849 4.849a1.212 1.212 0 0 0 1.714-1.715l-2.78-2.779h6.771a1.212 1.212 0 1 0 0-2.424h-6.77z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

#megaMenuModal {
  overflow: hidden;
}

#megaMenuModal.modal {
  background: rgba(0, 0, 0, 0.4);
}

#megaMenuModal .modal-dialog {
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  left: unset;
  min-height: 100%;
  min-width: 344px;
  right: 0;
  top: 0;
  transform: none !important;
  width: 17.9166666667%;
}

@media (max-width: 991px) {
  #megaMenuModal .modal-dialog {
    min-width: 100%;
    position: relative;
    width: 100%;
  }
}
#megaMenuModal .modal-content {
  border: none;
  display: flex;
  justify-content: space-between;
  max-height: 100vh;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
}

#megaMenuModal .modal-content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}

#megaMenuModal .modal-content .submenu-block {
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  #megaMenuModal .modal-content {
    height: calc(100vh - 116px);
    min-height: unset;
    padding: 16px;
  }
}
#megaMenuModal .modal-header {
  border: none;
  margin-bottom: 2em;
}

#megaMenuModal .modal-header button {
  padding: 0;
}

#megaMenuModal .modal-body {
  flex: 1;
  padding: 0;
}

#megaMenuModal .modal-footer {
  border: none;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
  line-height: 150%;
  padding: 0;
}

@media (max-width: 991px) {
  #megaMenuModal .modal-footer {
    border: none;
    bottom: 0;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    justify-content: space-between;
    line-height: 150%;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: 100%;
  }
}
#megaMenuModal ul {
  list-style: none;
}

#megaMenuModal ul li {
  margin-bottom: 8px;
  padding: 8px;
}

#megaMenuModal ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

#megaMenuModal ul li:hover {
  background: rgba(20, 100, 244, 0.1);
  border-radius: 3px;
}

#megaMenuModal ul li p {
  margin: 0;
}

#megaMenuModal .header-language {
  height: auto;
  margin: 0;
  width: 100%;
}

#megaMenuModal .header-language--show {
  max-height: calc(100% - 60px);
  opacity: 1;
  overflow: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}

#megaMenuModal .header-language--show .fade.show {
  visibility: visible;
}

@media (max-width: 991px) {
  #megaMenuModal .header-language--show {
    height: calc(100% - 60px);
    max-height: unset;
    padding-bottom: 92px;
  }
}
#megaMenuModal .header-language .localeLink {
  display: flex !important;
  font-size: 16px;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}

#megaMenuModal .header-language .localeLink span {
  text-decoration: none;
}

#megaMenuModal .header-language .localeLink span.blue-color {
  color: #1464f4;
}

#megaMenuModal .header-language .mega_menu {
  color: #3c3c3c;
  height: 100vh;
  margin: 0;
  max-height: unset;
  min-height: 100vh;
  padding: 0;
  position: absolute;
  top: 0;
}

#megaMenuModal .header-language .mega_menu .lang-head {
  height: 84px;
  position: relative;
}

#megaMenuModal .header-language .mega_menu .container {
  margin: 0 0 30px;
  padding: 0 30px 30px;
}

#megaMenuModal .header-language .mega_menu .container div.row {
  flex-direction: column;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item {
  margin: 0 0 56px;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item:last-child {
  margin: 0;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
  text-transform: uppercase;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-list {
  flex-direction: column;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-title {
  font-weight: 600 !important;
  margin: 4px 0 16px;
  padding: 0 !important;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-title:hover {
  background: transparent !important;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-title.vietnamese {
  background: transparent;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list {
  align-items: center;
  margin: 4px 0 16px;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item {
  margin-right: 30px !important;
  padding: 8px 8px 8px 0 !important;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item:hover {
  background-color: rgba(20, 100, 244, 0.1);
  border-radius: 3px;
  padding: 8px !important;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item:hover a {
  width: -moz-max-content;
  width: max-content;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item a {
  color: #3c3c3c !important;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item a:hover {
  box-shadow: none;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item:last-child {
  margin: 0 !important;
}

@media screen and (max-width: 991px) {
  #megaMenuModal .header-language .mega_menu .container div.row .region-master-item {
    margin-bottom: 24px;
    text-align: left;
  }
  #megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-title {
    margin-bottom: 16px;
  }
  #megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-list .region-sub-title:last-child .region-sub-list {
    margin-bottom: 0;
  }
}
#megaMenuModal .header-language .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

#megaMenuModal .header-language .block-megamainmenu {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

#megaMenuModal .header-language .header-language--show {
  width: 100%;
}

@media (max-width: 991px) {
  #megaMenuModal .header-language {
    background-color: #fff;
    box-shadow: 0 -10px 20px 0 rgba(8, 7, 9, 0.102);
    height: 56px;
    margin-top: auto;
    pointer-events: visible;
    width: 100%;
  }
  #megaMenuModal .header-language .localeLink {
    padding: 0 1em;
  }
  #megaMenuModal .header-language .header-language--show {
    height: calc(100% - 116px);
    min-height: unset;
    padding-top: 20px;
    top: 60px;
    width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  #megaMenuModal #mega-submenu ul {
    margin: 0 !important;
  }
  #megaMenuModal #mega-submenu ul li {
    line-height: 30px;
    margin: 12px 0;
    padding: 0;
  }
  #megaMenuModal #mega-submenu ul li a {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
  }
  #megaMenuModal #mega-submenu ul li.header-major {
    font-weight: 700;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand, #megaMenuModal #mega-submenu ul li:hover {
    background: transparent;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand > a, #megaMenuModal #mega-submenu ul li:hover > a {
    background-color: rgba(44, 114, 198, 0.102);
    border-radius: 3px;
    color: #1464f4;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand svg, #megaMenuModal #mega-submenu ul li:hover svg {
    fill: #1464f4;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand a {
    font-weight: 600 !important;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul {
    border-left: 1px solid #d9e1e2;
    display: none;
    margin-left: 16px !important;
    margin-top: 20px !important;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li {
    margin: 12px 0 12px 16px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li.submenu-subheader {
    background-color: #f8f9fa;
    border-radius: 3px;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 8px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li a {
    font-weight: 600;
    padding: 12px 0;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul .submenu-subheader ~ li {
    margin: 12px 0;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul .submenu-subheader ~ li a {
    padding: 12px 24px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .view-all {
    color: #1464f4;
    display: none;
    font-size: 12px;
    line-height: 150%;
    margin-left: auto;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .toggle-header-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%233C3C3C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
    height: 16px;
    margin: auto 16px auto auto;
    width: 16px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand .toggle-header .view-all, #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand ul {
    display: block;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand .toggle-header .toggle-header-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%233C3C3C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M12 10 8 6l-4 4'/%3E%3C/svg%3E");
    margin-left: 16px;
  }
  #megaMenuModal #mega-submenu ul li.mmb-dklt {
    margin-top: 30px;
  }
  #megaMenuModal #mega-submenu ul li.mmb-dklt a {
    background: #1464f4;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  #megaMenuModal #mega-submenu ul li .account {
    display: none;
    padding-left: 15px;
  }
  #megaMenuModal #mega-submenu ul li .account.active {
    display: block;
  }
  #mobile-login {
    align-items: center;
    background: transparent;
    display: flex;
    position: static;
  }
}
.veil {
  text-align: center;
  z-index: 100;
}

.veil, .veil .underlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.veil .underlay {
  background-color: #000;
  opacity: 0.5;
}

.spinner {
  animation: sk-rotate 2s linear infinite;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}

.dot1, .dot2 {
  animation: sk-bounce 2s ease-in-out infinite;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 60%;
  position: absolute;
  top: 0;
  width: 60%;
}

.dot2 {
  animation-delay: -1s;
  bottom: 0;
  top: auto;
}

@keyframes sk-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes sk-bounce {
  0%, to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #222;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

input:-internal-autofill-selected, input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
  background-color: transparent !important;
  border: none !important;
}

.row-reverse {
  flex-direction: row-reverse;
}

.veil {
  z-index: 9999 !important;
}

.red {
  color: #fe0000;
}

.gold {
  color: #c47c18;
}

.link-blue {
  color: #001f9c;
  font-weight: 600;
}

.link-blue:hover {
  color: #efad1d;
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.bgr-building {
  background: #fff;
  position: relative;
}

.bgr-building:before {
  background: url(../assets/img/commonlogin/register-bg-top.png) no-repeat 50%;
  background-size: cover;
  min-height: 80vh;
  padding: 38px 0 80px;
  position: relative;
  text-align: left;
}

.gold, .gradientTxt {
  font-weight: 700;
}

.gold, .gold sup, .gradientTxt, .gradientTxt sup {
  background: linear-gradient(90deg, #c78a34, #f4b11a);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold:hover, .gradientTxt:hover {
  background: linear-gradient(90deg, #f4b11a, #c78a34);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-group {
  position: relative;
}

.form-group.required .form-control-label:before {
  content: "" !important;
}

.form-group.required .form-control-label:after {
  color: #dc3545;
  content: "*";
}

.form-group .form-control-label {
  font-weight: 400;
  left: 0;
  margin-bottom: 10px;
  padding-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.form-group .form-control-label:before {
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.form-group .form-control {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  height: 40px;
  padding-left: 235px;
  position: relative;
  word-break: break-word;
}

.form-group .form-control:disabled, .form-group .form-control[readonly] {
  background-color: #e1e1e1;
}

.form-group .num_text {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 9;
}

.root_numText {
  position: relative;
}

.root_numText .num_text {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 9;
}

.tabs {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.tabs:before {
  background-color: #9d9d9d;
  bottom: 1px;
  content: "";
  height: 1px;
  position: absolute;
  top: 32px;
  width: calc(100% - 30px);
}

.tab {
  float: left;
}

.tab [type=radio] {
  display: none;
}

input[placeholder] {
  text-overflow: ellipsis;
}

.new {
  color: #00c6ff;
}

.confirmed {
  color: #00b91f !important;
}

.locked {
  color: #6b7dff;
}

.in-progress {
  color: #f0ba00 !important;
}

.cancelled {
  color: #fe0000;
}

input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.email, .hotline {
  cursor: pointer;
}

.hide-order-discount, .hide-shipping-discount {
  display: none;
}

.order-discount, .shipping-discount {
  color: #00b91f;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-message {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
}

.skip {
  background: #fff;
  left: 0;
  overflow: hidden;
  padding: 1em 1.5em;
  position: absolute;
  top: -4.2em;
}

.skip, a.link {
  transition: all 0.2s ease-in-out;
}

a.link {
  color: #c47c18;
}

a.link:hover {
  color: #175eca;
}

a.skip:active, a.skip:focus, a.skip:hover {
  background: #fff;
  height: auto;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: auto;
  z-index: 10000000;
}

.bar {
  height: 40px;
  margin-bottom: 12px;
}

.bar--blue {
  background-color: #d0d9ff;
}

.form-control-label {
  margin-bottom: 2px;
}

.tooltip-info {
  font-style: italic;
}

.icon-bed {
  font-size: 13px !important;
}

.grecaptcha-badge {
  z-index: 2;
}

.price {
  font-size: 1.5rem;
}

.price .price-product {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.price .strike-through .value {
  line-height: 33px !important;
  text-decoration: line-through;
}

.price .strike-through .value, .price .strike-through .value sub {
  color: #8a8a8a !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.price .sales .value {
  font-size: 18px;
}

.price .sales .value, .price .value {
  color: #c47c18;
  font-weight: 700;
  line-height: 26px;
}

.price .value {
  font-size: 22px;
}

.price .value .currency {
  color: #c47c18;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  top: -0.35em;
}

.price-detail-content .tooltip-image {
  font-size: 10px;
  position: relative;
}

.price-detail-content .tooltip-info {
  border: 1px solid #1464f4;
  color: #35240b;
  left: 150%;
  right: auto;
  z-index: 9;
}

.price-detail-content .tooltip-info:before {
  border-left: none;
  border-right: 7px solid #1464f4;
  left: -7px;
  right: auto;
}

.price-detail-content .tooltip-info:after {
  border-left: none;
  border-right: 6px solid #fff;
  left: -6px !important;
  right: auto;
}

.effect-apollo {
  overflow: hidden;
  position: relative;
}

.effect-apollo:before {
  background: hsla(0, 0%, 100%, 0.1);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -200%, 0);
  transition: transform 0.6s;
  width: 100%;
}

.effect-apollo:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 200%, 0);
}

.button {
  align-items: center;
  background-image: linear-gradient(90deg, #c68426, #f0ae1d);
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.button:hover {
  background-image: linear-gradient(90deg, #a76f20, #e2a41b);
  color: #fff;
}

figure {
  margin: unset;
}

.btn-group-sm > .btn, .btn-sm {
  background: #fff;
  border-radius: 22px;
  color: #c47c18;
  font-size: 14px;
  letter-spacing: 0.14px;
  overflow: hidden;
  padding: 11px 74px 10px;
  position: relative;
  transition: all 0.5s ease;
}

.btn-group-sm > .btn:hover, .btn-sm:hover {
  background-clip: text;
  -webkit-background-clip: text;
}

.btn-group-sm > .btn:before, .btn-sm:before {
  background: linear-gradient(90deg, #c68426, #efad1d);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -2px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  visibility: hidden;
  z-index: -1;
}

.btn-group-sm > .btn:hover:before, .btn-sm:hover:before {
  transform: scaleX(1);
  visibility: visible;
}

.btn-group-lg > .btn, .btn-lg {
  border-radius: 40px;
  font-size: 22px;
  letter-spacing: 0.23px;
  line-height: 30px;
  padding: 25px 125px;
}

@media (max-width: 991.98px) {
  .btn-group-lg > .btn, .btn-lg {
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 280px;
  }
}
.btn-view-more, .btn-view-more:focus, .btn-view-more:hover {
  outline: none;
}

.btn-view-more:after {
  background-image: url(../assets/img/commonarrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 17px;
  margin-left: 10px;
  transform: rotate(90deg);
  width: 15px;
}

.btn-submit {
  background-image: linear-gradient(90deg, #c68426, #efad1d);
  border: none;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  outline: none;
  text-transform: uppercase;
}

.horizontal-product-item {
  border-bottom: 1px solid #b9b6b6;
  height: 238px;
  padding: 25px 0;
}

.horizontal-product-item:last-child {
  border-bottom: unset;
}

.horizontal-product-item .img-box {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  float: left;
  overflow: hidden;
  width: 300px;
}

.horizontal-product-item .img-box:hover img {
  transform: scale(1.15);
}

.horizontal-product-item .img-box img {
  transition: all 0.5s ease;
  width: 100%;
}

.horizontal-product-item__description {
  float: left;
  padding: 0 0 0 22px;
  width: calc(100% - 300px);
}

.horizontal-product-item__description p {
  color: #000;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 5px;
}

.horizontal-product-item__description .project-name {
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
}

.horizontal-product-item__description .project-name:after {
  background-color: #9d9d9d;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 110px;
}

.horizontal-product-item__description .product-name {
  font-size: 16px;
  margin: unset;
  margin-bottom: 12px;
}

.horizontal-product-item__description .total-price, .horizontal-product-item__description .total-price .total-price-label {
  margin-top: 10px;
}

.horizontal-product-item__description .total-price .total-price-label .icon-tooltip {
  position: relative;
}

.horizontal-product-item__description .total-price .total-price-label .icon-tooltip:before {
  color: #c47c18;
  font-size: 10px;
  left: 2px;
  position: absolute;
  top: -2px;
}

.horizontal-product-item__description .value {
  color: #c47c18;
  font-size: 22px;
  font-weight: 700;
}

.cart-feature-products .cart-heading-title {
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 30px 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
}

.cart-feature-products .cart-heading-title:after, .cart-feature-products .cart-heading-title:before {
  display: none;
}

@media (max-width: 767.98px) {
  .cart-feature-products .cart-heading-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.product-list {
  display: flex;
  flex-direction: row;
}

.product-list.col-12 {
  max-width: calc(100% + 30px);
  padding: 0;
  width: calc(100% + 30px);
}

@media (max-width: 543.98px) {
  .product-list.col-12 {
    padding: 0 15px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .wishlistTile .tooltip-info {
      width: 222px;
    }
    .price-detail-content .tooltip-info {
      width: 148px;
    }
  }
}
.product-detail .carousel-indicators, .product-grid .carousel-indicators {
  bottom: unset;
  display: none;
  top: 0;
}

.product-detail .product-name, .product-grid .product-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 4px;
  text-transform: uppercase;
}

.product-project {
  color: #1464f4;
  font-size: 12px;
}

.btn.add-to-cart {
  color: #1464f4;
  white-space: nowrap;
}

.modal .modal-dialog {
  background-color: #fff;
  left: 50%;
  margin: 0;
  min-width: 560px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.modal .modal-dialog .modal-content {
  background-color: transparent;
}

.modal .modal-dialog .modal-content .modal-footer > :not(:first-child) {
  margin-left: 1.25rem;
}

@media (max-width: 767.98px) {
  .modal .modal-dialog {
    max-width: 95%;
    min-width: 480px;
  }
}
@media (max-width: 543.98px) {
  .modal .modal-dialog {
    max-width: 95%;
    min-width: 320px;
    width: 90%;
  }
  .modal .modal-dialog .modal-content .close-modal {
    right: 8px;
    top: 4px;
  }
  .modal .modal-dialog .modal-content h2.modal-title {
    text-align: center;
  }
  .modal .modal-dialog .modal-content .modal-footer {
    display: block;
    text-align: center;
  }
  .modal .modal-dialog .modal-content .modal-footer > div {
    display: inline-block;
    width: 250px;
  }
  .modal .modal-dialog .modal-content .modal-footer > div button {
    width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-footer > div.btn-cancel {
    width: auto;
  }
  .modal .modal-dialog .modal-content .modal-footer > .btn-cancelOrderConfirm {
    margin-bottom: 15px;
    width: auto;
  }
  .modal .modal-dialog .modal-content .modal-footer > :not(:first-child) {
    margin-left: 0;
  }
  .modal .modal-dialog .modal-content .modal-footer > :not(:last-child) {
    margin-right: 0;
  }
}
#email-verification-success .noti {
  margin-bottom: 28px;
}

#email-verification-success .effect-apollo {
  width: 216px;
}

#cancelOrderConfirm .modal-body, #cancelOrderSuccess .modal-body {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: left;
}

#cancelOrderConfirm .modal-body table, #cancelOrderSuccess .modal-body table {
  width: 100%;
}

#cancelOrderConfirm .modal-body table td, #cancelOrderSuccess .modal-body table td {
  padding: 1px;
}

#cancelOrderConfirm .modal-body table td h6, #cancelOrderSuccess .modal-body table td h6 {
  margin-left: 10px;
}

#cancelOrderConfirm .modal-body input:checked, #cancelOrderSuccess .modal-body input:checked {
  background: none;
}

#cancelOrderConfirm .modal-footer button, #cancelOrderSuccess .modal-footer button {
  border-radius: 3px;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  min-width: auto;
  width: 160px;
}

#cancelOrderConfirm .modal-footer button:first-child, #cancelOrderSuccess .modal-footer button:first-child {
  width: 80px;
}

@media screen and (max-width: 414px) {
  #cancelOrderConfirm .modal-footer button#cancelOrder1, #cancelOrderSuccess .modal-footer button#cancelOrder1 {
    margin-bottom: 10px;
  }
}
.payment-form__btn .order-confirmation-continue-shopping {
  font-size: 17px;
}

.cart-empty, .wishlist-empty {
  padding-bottom: 20px;
  text-align: center;
}

.cart-empty img, .wishlist-empty img {
  display: none;
  margin: 0 auto;
  max-width: 100%;
}

.cart-empty__icon, .wishlist-empty__icon {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 192px;
  margin: 0 auto 25px;
  position: relative;
  width: 192px;
}

.cart-empty__msg, .wishlist-empty__msg {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.cart-empty__back-home, .wishlist-empty__back-home {
  color: #001f9c;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.cart-empty__back-home:hover, .wishlist-empty__back-home:hover {
  color: #c47c18;
}

#add-question .modal-dialog, #confirm-resent-otp .modal-dialog, #email-verification-error .modal-dialog, #email-verification-sent .modal-dialog, #email-verification-success .modal-dialog, #otp-verification-sent .modal-dialog, #product-overwrite-in-cart .modal-dialog, #removeProductModal .modal-dialog {
  border-radius: 2px;
  box-shadow: 0 5px 20px 0 hsla(0, 0%, 45%, 0.3);
  font-size: 14px;
  min-width: 500px;
  padding: 8px;
  z-index: 1;
}

#add-question .modal-dialog .modal-content, #confirm-resent-otp .modal-dialog .modal-content, #email-verification-error .modal-dialog .modal-content, #email-verification-sent .modal-dialog .modal-content, #email-verification-success .modal-dialog .modal-content, #otp-verification-sent .modal-dialog .modal-content, #product-overwrite-in-cart .modal-dialog .modal-content, #removeProductModal .modal-dialog .modal-content {
  background-color: transparent;
  border: 1px solid #1464f4;
  height: 100%;
  padding: 15px;
  position: relative;
}

#add-question .modal-dialog .modal-content:before, #confirm-resent-otp .modal-dialog .modal-content:before, #email-verification-error .modal-dialog .modal-content:before, #email-verification-sent .modal-dialog .modal-content:before, #email-verification-success .modal-dialog .modal-content:before, #otp-verification-sent .modal-dialog .modal-content:before, #product-overwrite-in-cart .modal-dialog .modal-content:before, #removeProductModal .modal-dialog .modal-content:before {
  border-color: #1464f4 #fff #fff;
  border-style: solid;
  border-width: 14px 14px 0 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

#add-question .modal-dialog .modal-content:after, #confirm-resent-otp .modal-dialog .modal-content:after, #email-verification-error .modal-dialog .modal-content:after, #email-verification-sent .modal-dialog .modal-content:after, #email-verification-success .modal-dialog .modal-content:after, #otp-verification-sent .modal-dialog .modal-content:after, #product-overwrite-in-cart .modal-dialog .modal-content:after, #removeProductModal .modal-dialog .modal-content:after {
  border-color: #fff #fff #1464f4;
  border-style: solid;
  border-width: 0 0 14px 14px;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

#add-question .modal-dialog .modal-content .modal-body p, #confirm-resent-otp .modal-dialog .modal-content .modal-body p, #email-verification-error .modal-dialog .modal-content .modal-body p, #email-verification-sent .modal-dialog .modal-content .modal-body p, #email-verification-success .modal-dialog .modal-content .modal-body p, #otp-verification-sent .modal-dialog .modal-content .modal-body p, #product-overwrite-in-cart .modal-dialog .modal-content .modal-body p, #removeProductModal .modal-dialog .modal-content .modal-body p {
  color: #000;
  font-size: 14px;
}

#add-question .modal-dialog .modal-content .modal-body h3, #confirm-resent-otp .modal-dialog .modal-content .modal-body h3, #email-verification-error .modal-dialog .modal-content .modal-body h3, #email-verification-sent .modal-dialog .modal-content .modal-body h3, #email-verification-success .modal-dialog .modal-content .modal-body h3, #otp-verification-sent .modal-dialog .modal-content .modal-body h3, #product-overwrite-in-cart .modal-dialog .modal-content .modal-body h3, #removeProductModal .modal-dialog .modal-content .modal-body h3 {
  color: #000 !important;
}

#add-question .modal-dialog .modal-content .close-modal, #confirm-resent-otp .modal-dialog .modal-content .close-modal, #email-verification-error .modal-dialog .modal-content .close-modal, #email-verification-sent .modal-dialog .modal-content .close-modal, #email-verification-success .modal-dialog .modal-content .close-modal, #otp-verification-sent .modal-dialog .modal-content .close-modal, #product-overwrite-in-cart .modal-dialog .modal-content .close-modal, #removeProductModal .modal-dialog .modal-content .close-modal {
  color: #1464f4;
  line-height: 0.5;
  margin-top: 0;
}

#add-question .modal-dialog .modal-content .effect-apollo, #confirm-resent-otp .modal-dialog .modal-content .effect-apollo, #email-verification-error .modal-dialog .modal-content .effect-apollo, #email-verification-sent .modal-dialog .modal-content .effect-apollo, #email-verification-success .modal-dialog .modal-content .effect-apollo, #otp-verification-sent .modal-dialog .modal-content .effect-apollo, #product-overwrite-in-cart .modal-dialog .modal-content .effect-apollo, #removeProductModal .modal-dialog .modal-content .effect-apollo {
  width: 216px;
}

#add-question .modal-dialog .modal-content button, #confirm-resent-otp .modal-dialog .modal-content button, #email-verification-error .modal-dialog .modal-content button, #email-verification-sent .modal-dialog .modal-content button, #email-verification-success .modal-dialog .modal-content button, #otp-verification-sent .modal-dialog .modal-content button, #product-overwrite-in-cart .modal-dialog .modal-content button, #removeProductModal .modal-dialog .modal-content button {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .heading-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
  .form-group .form-control {
    padding-left: 150px;
  }
  .bgr-building:before {
    display: none;
  }
  .tabs {
    max-width: 100%;
  }
  .tabs:before {
    top: 33px;
  }
  .tabs .tab [type=radio] {
    display: none;
  }
  .horizontal-product-item {
    flex-direction: column;
    height: unset;
    margin-bottom: 25px;
    padding: unset;
  }
  .horizontal-product-item .img-box {
    width: 100%;
  }
  .horizontal-product-item__description {
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 544px) {
  .product_item {
    margin-bottom: 35px;
  }
}
#dwfrm_profile input::-webkit-inner-spin-button, #dwfrm_profile input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#dwfrm_profile input[type=number] {
  -moz-appearance: textfield;
}

.invalid-feedback {
  transition: all 0.5s ease-in-out;
}

.invalid-feedback:not(:empty) {
  display: block;
}

.accordion-tab-content .align-top {
  min-width: 30px;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.paddingL0 {
  padding-left: 0;
}

.paddingR0 {
  padding-right: 0;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-title span:before {
  background-image: url(../assets/img/commont-before.png);
  margin-right: 15px;
}

.heading-title span:after, .heading-title span:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  width: 62px;
}

.heading-title span:after {
  background-image: url(../assets/img/commont-after.png);
  margin-left: 15px;
}

.heading-title-purple {
  color: #000;
  font-size: 36px;
  font-stretch: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 32px;
  padding-bottom: 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.heading-title-purple span:before {
  background-image: url(../assets/img/commont-before-black.png);
  margin-right: 15px;
}

.heading-title-purple span:after, .heading-title-purple span:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  width: 62px;
}

.heading-title-purple span:after {
  background-image: url(../assets/img/commont-after-black.png);
  margin-left: 15px;
}

.star-box {
  text-align: right;
}

.box-price div:first-child h3 {
  text-align: left;
}

.box-price div:nth-child(2) h3 {
  text-align: right;
}

.product-name a {
  color: #000;
}

.box-price div:first-child h3 span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.box-price div:first-child h3 span sub {
  color: #000 !important;
  font-weight: 400 !important;
  -webkit-text-decoration: normal;
  text-decoration: normal;
}

.tal {
  text-align: left;
}

.select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: unset;
  height: unset;
  outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 0;
  text-align: left;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 10px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #d99c22 transparent transparent;
}

.select2-results__options {
  font-size: 13px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1464f4;
  color: #fff;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa;
}

.select2-results__option--highlighted {
  background-color: #1464f4 !important;
  color: #fff !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #d99c22;
}

.remove {
  color: red !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.button-gradient span, .gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #d89b22, #ffbb26);
  color: #000;
  letter-spacing: 0.15px;
  line-height: 1.5;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .button-gradient span, .gradient-text {
    margin: 0 auto;
  }
}
.button-gradient {
  background-clip: content-box, border-box;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #d89b22, #ffbb26);
  background-origin: border-box;
  border: 2px solid transparent;
  border-image-slice: 1;
  border-radius: 50px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button-gradient span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 33px;
  text-transform: uppercase;
}

.button-gradient:hover {
  background-image: linear-gradient(90deg, #d89b22, #ffbb26), linear-gradient(90deg, #d89b22, #ffbb26);
}

.button-gradient:hover span {
  background-image: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}

.button-gradient.disabled {
  background-image: linear-gradient(90deg, #838383, #bbb);
  color: #fff;
  cursor: inherit;
}

.button-gradient.disabled span {
  background-image: none;
  color: #fff;
  -webkit-text-fill-color: unset;
}

.heading-title-style {
  color: #000;
  display: table;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .heading-title-style {
    font-size: 28px;
  }
}
.heading-title-style i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.heading-title-style i:last-child {
  right: -85px;
}

.heading-title-style i:first-child {
  left: -85px;
  transform: translateY(-50%) rotate(180deg);
}

.order-status.new {
  color: #009fcd !important;
}

.order-status.locked {
  color: #e30000 !important;
}

.order-status.cancelled {
  color: red !important;
}

.order-status.confirmed {
  color: #00a70c !important;
}

.order-status.confirmed2 {
  color: #008309 !important;
}

.order-status.final-confirmed {
  color: #00910a !important;
}

.order-status.in-progress {
  color: #925300 !important;
}

.order-status.info-checked {
  color: #0056a7 !important;
}

.order-history-empty {
  padding-bottom: 20px;
  text-align: center;
}

.order-history-empty .order-history-empty__icon {
  background: transparent url(../assets/img/commonorder-empty.png) no-repeat 0 0;
  background-size: cover;
  height: 163px;
  margin: 0 auto 25px;
  position: relative;
  width: 163px;
}

.order-history-empty .order-history-empty__msg {
  color: #000;
}

.order-history-empty .order-history-empty__back-home, .order-history-empty .order-history-empty__msg {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
}

.order-history-empty .order-history-empty__back-home {
  color: #001f9c;
  margin-top: 13px;
}

.order-history-empty .order-history-empty__back-home:hover {
  color: #c47c18;
}

#recaptcha-container {
  display: none;
}

.tab-empty .order-history-empty {
  background: #fff;
  border-radius: 3px 3px 0 0;
  min-width: 240px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .tab-empty .order-history-empty {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.tab-empty .order-history-empty .order-history-empty__icon {
  background: #c4c4c4;
  border-radius: 50%;
  height: 240px;
  margin-left: 25%;
  margin-top: 70px;
  opacity: 0.2;
  width: 240px;
}

@media (max-width: 767px) {
  .tab-empty .order-history-empty .order-history-empty__icon {
    height: 150px;
    margin-left: 20%;
    width: 150px;
  }
}
.tab-empty .order-history-empty .image-order-empty {
  height: auto;
  left: 15%;
  max-width: 530px;
  position: absolute;
  top: 70px;
  width: 90%;
}

@media (max-width: 767px) {
  .tab-empty .order-history-empty .image-order-empty {
    left: 10%;
  }
}
.tab-empty .order-history-empty .image-order-empty .img-empty {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.tab-empty .order-history-empty .order-empty-img {
  margin-bottom: 24px;
}

.tab-empty .order-history-empty .order-empty-title {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3333333333;
  margin-bottom: 8px;
}

.tab-empty .order-history-empty .order-empty-desc {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}

.tab-empty .order-history-empty .order-empty-btn a {
  background: #1464f4;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 14px;
  text-align: center;
  width: 247px;
}

.modal.modal-vf .modal-dialog {
  border-radius: 3px 3px 0 0;
  max-width: 560px;
  min-width: 300px;
}

.modal.modal-vf .modal-dialog .modal-content {
  padding: 0;
}

.modal.modal-vf .modal-dialog .modal-banner {
  background: #1464f4;
  border: unset;
  border-radius: 3px 3px 0 0;
  height: 180px;
  margin: unset;
  position: relative;
  width: 100%;
}

.modal.modal-vf .modal-dialog .modal-banner:after {
  background: linear-gradient(90deg, #fff 0.01%, #1464f4 100.01%);
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 100%;
}

.modal.modal-vf .modal-dialog .modal-banner .logo-cancelOrderSuccess {
  display: block;
  margin: 20px auto auto;
  max-width: 100%;
  width: auto;
}

.modal.modal-vf .modal-dialog .modal-banner .vector-cancelOrderSuccess {
  display: block;
  margin-bottom: 45px;
  margin-left: 103px;
  margin-top: 20px;
  max-width: 100%;
  width: auto;
}

@media (max-width: 567px) {
  .modal.modal-vf .modal-dialog .modal-banner .vector-cancelOrderSuccess {
    margin-left: 52px;
    margin-top: 40px;
    position: fixed;
    z-index: 10;
  }
}
.modal.modal-vf .modal-dialog .modal-banner .product-cancelOrderSuccess {
  bottom: -100px;
  left: 50%;
  max-height: 130%;
  max-width: 90%;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  z-index: 5;
}

.modal.modal-vf .modal-dialog .modal-content .modal-content-customer {
  padding: 100px 39px 40px;
}

@media (max-width: 567px) {
  .modal.modal-vf .modal-dialog .modal-content .modal-content-customer {
    padding: 100px 20px 40px;
  }
}
.modal.modal-vf .modal-dialog .modal-content .modal-content-customer h3.title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal.modal-vf .modal-dialog .modal-content .modal-content-customer .description {
  font-size: 13px;
  margin-bottom: 10px;
}

.modal.modal-vf .modal-dialog .modal-content .modal-content-customer .main-color {
  margin-bottom: 10px;
}

.modal.modal-vf .modal-dialog .modal-content .modal-content-customer .btn-finish {
  background: #1464f4;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
  width: 100%;
}

.popup-line {
  background: linear-gradient(90deg, #fff 0.01%, #1464f4 100.01%);
  height: 7px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.v3s-footer {
  color: #1f2125;
}

.v3s-footer-top {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  padding-bottom: 0;
  position: relative;
}

@media (max-width: 768px) {
  .v3s-footer-top {
    padding-bottom: 15px;
  }
}
.v3s-footer-top-info {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .v3s-footer-top-info {
    margin-bottom: 20px;
  }
}
.v3s-footer-top-info ul {
  margin-top: 35px;
}

@media (max-width: 768px) {
  .v3s-footer-top-info ul {
    margin-bottom: 20px;
  }
}
.v3s-footer-top-info ul li {
  margin-bottom: 15px;
}

.v3s-footer-top-info img {
  margin-right: 13px;
}

.v3s-footer-top-info a {
  color: #fff;
  font-size: 14px;
}

.v3s-footer-top-info span {
  font-size: 14px;
  line-height: 150%;
}

.v3s-footer-top .st-ftitle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: -20px;
}

@media (max-width: 768px) {
  .v3s-footer-top .st-ftitle {
    background: url(../../assets/img/commonvfast/ic-arrow-fup.png) 100% no-repeat;
    margin-bottom: 0;
  }
  .v3s-footer-top .st-ftitle.collapsed {
    background: url(../../assets/img/commonvfast/ic-arrow-fdown.png) 100% no-repeat;
  }
}
.v3s-footer-bottom .box-collapse-inner {
  display: block;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .v3s-footer-bottom .box-collapse-inner:not(.show) {
    display: none;
  }
}
.v3s-footer-bottom .margin-top {
  margin-top: 20px;
}

.v3s-footer-bottom h6 {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  margin: -15px auto 20px 0;
}

@media (max-width: 768px) {
  .v3s-footer-bottom h6 {
    margin: 10px auto 0;
    text-align: center;
  }
}
.v3s-footer-bottom h6 span {
  color: #979797;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .v3s-footer-bottom h6 span {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 1366px) {
  .v3s-footer-bottom .box-flex-center {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .v3s-footer-bottom .box-flex-center {
    margin-top: 0;
  }
  .v3s-footer-bottom .box-flex-center .d-flex:first-child span {
    color: inherit;
    margin-right: 0;
  }
  .v3s-footer-bottom .box-flex-center .header-language:after {
    display: none;
  }
}
.v3s-footer--form .t-and-c {
  font-size: 14px;
  margin-bottom: 15px;
}

.v3s-footer h2 {
  font-size: 1rem;
  line-height: 2.5em;
  margin-bottom: 0;
}

.v3s-footer .copyright, .v3s-footer .social {
  margin-top: 1.25em;
}

.v3s-footer .content {
  font-size: 0.875em;
}

.v3s-footer .content li {
  height: 1.875rem;
}

.v3s-footer .copyright {
  font-weight: 500;
  line-height: unset;
  margin: 0;
  padding-top: 0;
}

.v3s-footer .copyright-end {
  padding-top: 10px;
  text-align: justify;
}

.v3s-footer .back-to-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  margin: 0.1em 0.313em;
  padding: 0;
}

.v3s-footer a:hover {
  color: var(--primary-color, #1464f4) !important;
}

#ask-for-detail {
  display: none;
}

.socials-link {
  align-items: center;
  display: flex;
  min-width: 118px;
}

.socials-link a {
  margin-left: 20px;
}

.socials-link a img {
  height: 19px;
}

.back-to-top {
  background: #fff;
  border-radius: 50%;
  bottom: 19px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 30px;
  height: 38px;
  line-height: 40px;
  position: fixed;
  right: 12px;
  text-align: center;
  transform: unset;
  width: 38px;
  z-index: 9;
}

.back-to-top .sprite-up {
  background: unset;
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}

.back-to-top .sprite-up:after {
  background: url(../assets/img/commonvfast/ic-backtotop.svg) no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
  z-index: 10;
}

.back-to-top:hover, .tooltip-info {
  background: #fff;
}

.tooltip-info {
  border: 1px solid #c78a34;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-right: 10px;
  opacity: 0;
  padding: 8px 11px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

@supports (-ms-ime-align: auto) {
  .tooltip-info {
    white-space: nowrap;
    width: auto;
  }
}
.tooltip-info .phone {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.tooltip-info .phone a {
  background: linear-gradient(180deg, #c78a34, #f4b11a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tooltip-info p {
  margin: 0;
}

.tooltip-info:before {
  border-bottom: 5px solid transparent;
  border-left: 7px solid #c78a34;
  border-top: 5px solid transparent;
  right: -7px;
}

.tooltip-info:after, .tooltip-info:before {
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.tooltip-info:after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  right: -6px;
}

.tooltip-info.right {
  left: 100%;
  margin-left: 10px;
  margin-right: auto;
  right: auto;
}

.tooltip-info.right:before {
  left: -7px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

.tooltip-info.right:after {
  left: -6px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

.tooltip-info.bottom {
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  right: auto;
  top: 100%;
  transform: translateX(-50%);
}

.tooltip-info.bottom:before {
  top: -9px;
}

.tooltip-info.bottom:after, .tooltip-info.bottom:before {
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(270deg);
}

.tooltip-info.bottom:after {
  top: -7px;
}

.tooltip-info.top {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}

.tooltip-info.top:before {
  bottom: -9px;
}

.tooltip-info.top:after, .tooltip-info.top:before {
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%) rotate(90deg);
}

.tooltip-info.top:after {
  bottom: -7px;
}

.tooltip-image:hover .tooltip-info {
  opacity: 1;
  visibility: visible;
}

.feedback a {
  color: #dce0f9;
}

@media (-ms-high-contrast: none) {
  .back-to-top .tooltip-info, .contact-support .tooltip-info, .hotline-support .tooltip-info {
    white-space: nowrap;
  }
  .tooltip-info .phone a {
    background: none;
    color: #c78a34;
  }
}
@supports (-ms-ime-align: auto) {
  .back-to-top .tooltip-info, .contact-support .tooltip-info {
    white-space: nowrap;
  }
}
@media (min-width: 544px) and (max-width: 992px) {
  .feedback a, .promotion-note {
    font-size: 12px;
  }
  .footer-link .socials li:first-child {
    font-size: 12px;
    width: 200px;
  }
  .footer-link .socials li:not(:first-child) i {
    font-size: 17px;
  }
  .newsletter .form-control {
    font-size: 12px;
  }
  .newsletter .btn-register.subscribe-email {
    font-size: 12px;
    padding: 11px 10px 9px;
  }
}
@media (max-width: 543px) {
  .newsletter .input-group {
    width: 290px;
  }
}
.modal .modal-dialog.modal-lg {
  max-width: 900px;
  width: 90%;
}

.request-password-body .request-password-success {
  margin-top: 30px;
}

.align-center {
  align-items: center;
  display: flex;
}

.oauth-additional-info-modal .row-btn {
  margin-top: 15px;
  max-width: 220px;
  width: 100%;
}

.oauth-additional-info-modal .row-btn .btn {
  width: 100%;
}

.oauth-connection-modal .modal-body .form-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.oauth-connection-modal .row-btn {
  margin-top: 5px;
  max-width: 470px;
  width: 100%;
}

.oauth-connection-modal .row-btn .btn {
  width: 100%;
}

#email-verification-sent .lnkCustom {
  color: #1464f4;
}

#page-locale-placeholder .header-language:after {
  content: none;
}

@media only screen and (min-width: 1024px) {
  #aip-chat-box {
    bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  #aip-chat-box {
    right: 40px !important;
  }
}
@media (max-width: 991.98px) {
  #aip-chat-box {
    bottom: 16px;
    right: 16px;
  }
}
.cw_hello_message.is-visible {
  display: none !important;
}

.cc-window {
  background: #fff !important;
  border-radius: 5px 5px 0 0;
}

.cc-window .cc-message-container {
  max-width: 87%;
}

.cc-window .cc-message-container .cc-message {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.cc-window .cc-message-container .cc-message a {
  color: #1464f4;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .cc-window .cc-message-container {
    margin-bottom: 16px;
    max-width: unset;
    text-align: justify;
  }
  .cc-window {
    bottom: 0 !important;
    max-width: unset !important;
    padding: 16px !important;
  }
}
.cc-window .cc-compliance {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .cc-window .cc-compliance {
    flex-direction: row !important;
  }
}
.cc-window .cc-compliance .cc-dismiss, .cc-window .cc-compliance .cc-link {
  border-radius: 5px;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 10px;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cc-window .cc-compliance .cc-dismiss:hover, .cc-window .cc-compliance .cc-link:hover {
  opacity: 0.7;
}

.cc-window .cc-compliance .cc-dismiss {
  background: #1464f4 !important;
  color: #fff !important;
}

.cc-window .cc-compliance .cc-link {
  color: #1464f4;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .cc-window .cc-compliance .cc-link {
    justify-content: center;
  }
}
.cc-window .cc-compliance .cc-deny, .cc-window .cc-compliance .cc-link span:first-child {
  display: none;
}

.tracking-consent.active {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050;
}

.cmp-body .cmp-modal {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal {
    border-radius: 30px 30px 0 0;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.1);
  }
}
.cmp-body .cmp-modal__body {
  background-color: #fff;
}

.cmp-body .cmp-modal__body .cmp-always-active {
  display: none !important;
}

.cmp-body .cmp-modal__body .cmp-modal__header .cmp-modal__title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

.cmp-body .cmp-modal__body .cmp-modal__header .cmp-modal__close {
  display: none;
}

.cmp-body .cmp-modal__body .cmp-modal__header .cmp-modal__close path {
  fill: #3c3c3c;
}

.cmp-body .cmp-modal__body .cmp-modal__sub-title {
  padding: 0 16px;
}

.cmp-body .cmp-modal__body .cmp-modal__sub-title span {
  color: #3c3c3c;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}

.cmp-body .cmp-modal__body .cmp-modal__sub-title span:last-child {
  margin-bottom: 0;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs__content {
  border-top: none;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs__content .cmp-tabs {
  padding: 0 !important;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs__content .cmp-tabs__opt-out.active {
  background: #f0f3f3 !important;
  border: none;
  border-radius: 3px;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__header {
  margin-bottom: 8px;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__header .cmp-tabs__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__header .cmp-tabs__title {
    font-size: 14px;
    width: unset;
  }
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content {
  flex: 1;
  min-height: 400px !important;
  padding: 16px !important;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content div, .cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content label, .cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content span {
  color: #3c3c3c;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content::-webkit-scrollbar {
  border-radius: 18px;
  width: 4px;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content::-webkit-scrollbar-track {
  background: #f0f3f3;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content::-webkit-scrollbar-thumb {
  background: #7a99ac;
  border-radius: 18px;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content .cmp-tab-content {
  display: block;
  margin-bottom: 16px;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content .cmp-tab-content:last-child {
  margin-bottom: 0;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content .cmp-tab-content .cmp-accordion, .cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content .cmp-tab-content .cmp-tabs__section, .cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content .cmp-tab-content .cmp-tabs__sub-title, .cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content .cmp-tab-content .cmp-third-party-cookie {
  display: none;
}

@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__content {
    max-height: unset;
    overflow: unset;
    padding-bottom: 1px;
  }
}
.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__desc {
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}

.cmp-body .cmp-modal__body .cmp-horizontal-tabs .cmp-tabs__nav {
  display: none;
}

.cmp-body .cmp-modal__body .cmp-switch input:checked + .cmp-switch__slider {
  background-color: #3974e6 !important;
  border: 1px solid transparent;
}

.cmp-body .cmp-modal__body .cmp-switch input:checked + .cmp-switch__slider:after {
  background-color: #fff;
  transform: translateX(10px);
}

.cmp-body .cmp-modal__body .cmp-switch.readonly input:checked + .cmp-switch__slider {
  background: #7a99ac !important;
}

.cmp-body .cmp-modal__body .cmp-switch {
  height: -moz-fit-content;
  height: fit-content;
}

.cmp-body .cmp-modal__body .cmp-switch__slider {
  background: #fff;
  border: 1px solid #92a0b2;
  height: 16px;
  left: unset;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.cmp-body .cmp-modal__body .cmp-switch__slider svg {
  display: none !important;
}

.cmp-body .cmp-modal__body .cmp-switch__slider:after {
  background: #92a0b2;
  left: 3px;
  right: unset;
  top: 1px;
}

.cmp-body .cmp-modal__footer .cmp-btn-wrapper {
  background: #fff;
  border-top: none;
  justify-content: center !important;
}

.cmp-body .cmp-modal__footer .cmp-btn-wrapper a {
  background: #1464f4;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  height: unset;
  letter-spacing: 0.1em;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal__footer .cmp-btn-wrapper a {
    flex: unset;
  }
}
.cmp-body .cmp-modal__footer .cmp-btn-wrapper a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal__footer .cmp-btn-wrapper {
    align-items: flex-start;
    padding: 0;
  }
  .cmp-body .cmp-modal__footer {
    background: #fff !important;
    padding: 0 16px;
  }
  .cmp-body .cmp-modal {
    background: transparent;
    bottom: 0;
    max-width: unset;
    top: unset;
    transform: translate(-50%);
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .cmp-body .cmp-modal::-webkit-scrollbar {
    border-radius: 18px;
    width: 4px;
  }
  .cmp-body .cmp-modal::-webkit-scrollbar-track {
    background: #f0f3f3;
  }
  .cmp-body .cmp-modal::-webkit-scrollbar-thumb {
    background: #80898f;
    border-radius: 18px;
  }
}
.checkbox-container, .checkbox-container label {
  align-items: center;
  display: flex;
}

.checkbox-container label {
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.checkbox-container input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.checkbox-container label:before {
  border: 1px solid #d7d7d7;
  border-radius: 0;
  content: "";
  height: 16px;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.checkbox-container label:after {
  background: transparent url(../assets/img/commonorder/icon-checked.png) no-repeat top;
  background-size: 18px 16px;
  content: "";
  display: none;
  height: 16px;
  left: 2px;
  position: absolute;
  top: -5px;
  transition: all 0.5s ease-in-out;
  width: 18px;
}

.checkbox-container input[type=checkbox]:focus + label:before {
  border: 1px solid #c47c18;
}

.checkbox-container input[type=checkbox]:disabled, .checkbox-container input[type=checkbox]:disabled + label {
  color: #aaa;
  cursor: default;
}

.checkbox-container input[type=checkbox]:checked + label:after {
  display: block;
}

.checkbox-container input[type=checkbox]:disabled + label:before {
  background-color: #ccc;
  border-color: #999;
}

:root {
  --checkbox-color: #2c72c6;
  --label-color: #1f2125;
  --checkbox-disabled: #959495 ;
}

.checkbox__label {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 22px;
  align-items: center;
  color: var(--checkbox-color);
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}

.checkbox__label.baseline {
  align-items: baseline;
}

.checkbox__label--checkbox-disabled {
  color: var(--checkbox-disabled);
}

.checkbox__control {
  border: 0.1em solid;
  border-radius: 0.2em;
  display: inline-grid;
  height: 1em;
  width: 1em;
}

.checkbox__control svg {
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.1s ease-in 25ms;
}

.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}

.checkbox__input > * {
  grid-area: checkbox;
}

.checkbox__input input {
  height: 1em;
  opacity: 0;
  width: 1em;
}

.checkbox__input input:focus + .checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}

.checkbox__input input:disabled + .checkbox__control {
  color: var(--checkbox-disabled);
}

.radio__label {
  color: #1f2125;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.radio__label___description {
  color: #747474;
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.checkbox-item__sub {
  margin-left: 0;
}

.brand-color {
  color: #1464f4;
}

:root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c ;
}

.custom-input-box {
  display: none;
}

.custom-input-box + label {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 35px;
  position: relative;
}

.custom-input-box + label:not(:empty) {
  padding-left: 28px;
}

.custom-input-box + label:before {
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.custom-input-box.disabled + label:before, .custom-input-box:disabled + label:before {
  filter: grayscale(1);
}

.custom-input-box.checkbox-circle-gold + label:before {
  background: transparent url(../../assets/img/commoncheckbox-circle-gold.png) no-repeat 0 0;
  background-size: cover;
}

.custom-input-box.radio-circle-blue + label:before {
  background: transparent url(../../assets/img/commonorder/radio-circle-blue.png) no-repeat 0 0;
  background-size: cover;
}

.custom-input-box.radio-circle-blue:checked + label:before, .custom-input-box.radio-circle-blue:hover:not([disabled]) + label:before {
  background-position-y: -20px;
}

.custom-input-box.radio-circle-gold + label:before {
  background: transparent url(../../assets/img/commonorder/radio-circle-gold.png) no-repeat 0 0;
  background-size: cover;
}

.custom-input-box.radio-circle-gold:checked + label:before, .custom-input-box.radio-circle-gold:hover:not([disabled]) + label:before {
  background-position-y: -20px;
}

.custom-input-box:last-child + label {
  padding-right: 0;
}

.tooltip-box {
  background: inherit;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: relative;
}

.tooltip-box .icon-tooltip {
  background: transparent url(../../assets/img/commonorder/icon-info.png) no-repeat 50%;
  background-size: 100%;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  width: 16px;
}

.tooltip-box .icon {
  background-color: #00a1e0;
  border-radius: 1.25rem;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: 1.5625rem;
}

.tooltip-box .tooltip {
  animation: fade-in 0.5s linear forwards;
  left: 50%;
  padding-top: 8px;
  position: absolute;
  transform: translate(-50%);
  width: 355px;
}

.tooltip-box .tooltip--center {
  text-align: center;
}

@media (max-width: 991px) {
  .tooltip-box .tooltip#summary-tooltip-price {
    left: 86px;
  }
  .tooltip-box .tooltip#summary-tooltip-price .tooltip-wrapper:after, .tooltip-box .tooltip#summary-tooltip-price .tooltip-wrapper:before {
    left: 71px;
  }
  .tooltip-box .tooltip#summary-tooltip-temporarytotal {
    left: 6px;
    width: 290px;
  }
}
.tooltip-box .tooltip-wrapper {
  background-color: #fff;
  border: 1px solid #2c72c6;
  border-radius: 2px;
  color: #dadada;
  display: inline-block;
  font-size: 0.928rem;
  font-style: italic;
  padding: 8px 17px;
  position: relative;
}

.tooltip-box .tooltip-wrapper a {
  color: #175eca;
  font-weight: 500;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tooltip-box .tooltip-wrapper:before {
  border-bottom: 8px solid #2c72c6;
  top: -8px;
}

.tooltip-box .tooltip-wrapper:after, .tooltip-box .tooltip-wrapper:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.tooltip-box .tooltip-wrapper:after {
  border-bottom: 8px solid #fff;
  top: -6px;
}

.tooltip-box:hover .tooltip.d-none {
  display: block !important;
}

@media (min-width: 992px) and (max-width: 1310px) {
  .tooltip-box .tooltip {
    width: 240px;
  }
  .tooltip-box .tooltip-wrapper {
    padding: 8px 10px;
  }
}
.page-not-found {
  background: #8098ab;
  min-height: 80vh;
  padding: 96px 0 80px;
  position: relative;
  text-align: left;
}

.page-not-found h1 {
  color: #000;
  font-size: 16px;
  margin-top: 5px;
  text-transform: uppercase;
}

.page-not-found__desc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}

.page-not-found__desc--error {
  max-width: 500px;
}

.page-not-found .btn-outline-wrapper {
  margin: auto;
  max-width: 280px;
  width: 100%;
}

.page-not-found .btn-outline-wrapper .btn-outline-primary:hover span {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

.page-not-found .btn-primary {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-not-found .btn-primary {
    min-width: 400px;
  }
}
.page-not-found .page-not-found-group {
  margin-top: 50px;
}

.page-not-found .page-not-found-group a {
  color: #f7b51a;
}

.page-not-found .page-not-found-group a:hover {
  color: #fff;
}

.page-not-found .page-not-found-group .page-title-404 {
  color: #fff;
  font-family: Mulish;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 244px;
  text-transform: uppercase;
}

.page-not-found .page-not-found-group .page-title-404.page-error {
  font-size: 120px;
}

.page-not-found .page-not-found-group .page-group-404 {
  margin-left: 70px;
}

.page-not-found .page-not-found-group .page-group-404 .page-not-found-title {
  color: #fff;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 0;
  margin-top: 70px;
}

.page-not-found .page-not-found-group .page-group-404 .page-not-found-desc {
  color: #fff;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
  margin-top: 40px;
  max-width: 235px;
}

.page-not-found .page-not-found-group-search {
  padding-bottom: 50px;
  position: relative;
}

.page-not-found .page-not-found-group-search:before {
  background: linear-gradient(90deg, #fff 0.01%, #1464f4 100.01%);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 100%;
}

.page-not-found .page-not-found-group-search .page-not-found-images {
  position: relative;
}

.page-not-found .page-not-found-group-search .page-not-found-images img {
  height: 404px;
  position: absolute;
  right: 0;
  top: -200px;
  width: 404px;
}

@media (max-width: 1279px) and (min-width: 992px) {
  .page-not-found .page-not-found-group-search .page-not-found-images img {
    height: 300px;
    top: -150px;
    width: 300px;
  }
}
.page-not-found .page-not-found-group-search .group-search-p {
  padding-top: 40px;
}

.page-not-found .page-not-found-group-search .group-search-p .page-not-found__desc {
  color: #fff;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.4%;
  margin-bottom: 20px;
  max-width: 405px;
}

.page-not-found .page-not-found-group-search .group-form-search {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  max-width: 680px;
  width: 100%;
}

.page-not-found .page-not-found-group-search .group-form-search .not-found-search {
  align-items: center;
  border: none;
  border-radius: unset;
  color: #979797;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 35px;
  line-height: 140.4%;
}

.page-not-found .page-not-found-group-search .group-form-search .btn-search {
  align-items: center;
  background: #cb2a1d;
  border-radius: 3px;
  color: #fff;
  font-family: Mulish;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 35px;
  line-height: 127%;
  margin: 3px 5px;
  padding: 7px;
  text-align: center;
}

@media (max-width: 991px) {
  .page-not-found {
    padding: 90px 0 0;
  }
  .page-not-found .d-mobile-block {
    display: block !important;
    max-width: 320px;
  }
  .page-not-found .page-not-found-group {
    margin-bottom: 60px;
  }
  .page-not-found .page-not-found-group .page-title-404 {
    font-size: 150px;
    line-height: 183px;
    text-align: center;
  }
  .page-not-found .page-not-found-group .page-group-404 {
    margin-left: 0;
    margin-top: 10px;
  }
  .page-not-found .page-not-found-group .page-group-404 .page-not-found-title {
    margin-top: 0;
  }
  .page-not-found .page-not-found-group .page-group-404 .page-not-found-desc {
    margin-top: 10px;
  }
  .page-not-found .page-not-found-group-search .group-search-p {
    padding-top: 85px;
  }
  .page-not-found .page-not-found-group-search .group-search-p .page-not-found__desc {
    margin: auto;
    max-width: 295px;
  }
  .page-not-found .page-not-found-group-search .page-not-found-images img {
    height: 282px;
    left: calc(50% - 141px);
    top: -130px;
    width: 282px;
  }
  .page-not-found .page-not-found-group-search .group-form-search {
    background: unset;
    border: unset;
    border-radius: unset;
    box-sizing: unset;
    display: block;
    margin: 20px auto auto;
    max-width: 380px;
  }
  .page-not-found .page-not-found-group-search .group-form-search .not-found-search {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .page-not-found .page-not-found-group-search .group-form-search .btn-search {
    margin: auto;
    width: 100%;
  }
}
#notEmailVerifiedModal .modal-dialog {
  min-width: 500px;
}

#notEmailVerifiedModal .modal-dialog .modal-content {
  padding: 30px;
}

#notEmailVerifiedModal .modal-dialog .modal-body p {
  color: #000;
  font-weight: 600;
  margin-top: 30px;
}

.page-expired {
  background-color: #fff;
  padding-top: 96px;
  position: relative;
  text-align: center;
}

.page-expired .background {
  margin-top: -5%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .page-expired .background {
    margin-left: -5%;
    margin-top: 0;
    width: 110%;
  }
}
.page-expired .text-expired {
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-expired .text-expired {
    font-size: 20px;
    left: 50%;
    position: absolute;
    top: 90px;
    transform: translate(-50%);
  }
}
.page-expired .text-expired h1 {
  color: #1464f4;
  font-size: 2rem;
}

.page-expired .text-expired span {
  font-weight: 700;
}

.page-expired .text-expired a {
  color: #1464f4;
  text-transform: uppercase;
}

.modal-box.login-popup {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.modal-box.login-popup .modal-dialog {
  border-radius: 3px;
  height: auto;
  min-height: auto;
  min-width: auto;
}

.modal-box.login-popup .modal-content {
  border-radius: 3px;
  padding: 30px 20px 20px;
}

@media screen and (min-width: 576px) {
  .modal-box.login-popup .modal-content {
    width: 366px;
  }
}
.modal-box.login-popup .modal-body h4 {
  color: #1464f4;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 30px;
}

.modal-box.login-popup .modal-body h6 {
  font-weight: 600;
}

.modal-box.login-popup .modal-body h6, .modal-box.login-popup .modal-body p {
  color: #1f2125;
  font-size: 1em;
  line-height: 150%;
}

.modal-box.login-popup .modal-body .hotline {
  margin: 30px 0 0;
}

.modal-box.login-popup .modal-body .hotline a {
  color: #1464f4;
}

.modal-box.login-popup .modal-body .login-desc {
  color: #3c3c3c;
  display: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}

.modal-box.login-popup .close-modal {
  color: #000;
}

.modal-box.login-popup .login-popup-logo {
  height: 80px;
  margin-bottom: 40px;
  width: 80px;
}

.modal-box.login-popup .login-popup-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}

.modal-box.login-popup .form-group {
  margin-bottom: 10px;
}

.modal-box.login-popup .form-group .form-control {
  border: 1px solid #d9e1e2;
  border-radius: 4px;
  box-sizing: border-box;
  font: inherit;
  padding: 8px 12px;
  width: 100%;
}

.modal-box.login-popup .form-group .form-control.is-invalid {
  border: 1px solid #dc3545 !important;
}

.modal-box.login-popup .form-group .form-control.hinput {
  padding-right: 40px;
}

.modal-box.login-popup .form-group .form-control.hinput#register-form-name {
  padding-right: 3.3em;
}

.modal-box.login-popup .form-group .form-control:focus {
  border: 1px solid #1464f4 !important;
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
}

.modal-box.login-popup .toggle-password {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  z-index: 3;
}

.modal-box.login-popup .toggle-password .icon-hide:before {
  background: url(../assets/img/commonvfast/login/ic-password-hide.png) no-repeat 50%;
  background-size: 100%;
  content: "";
  display: block;
  height: 15px;
  width: 22px;
}

.modal-box.login-popup .toggle-password .icon-show:before {
  background: url(../assets/img/commonvfast/login/ic-password-show.png) no-repeat 50%;
  background-size: 100%;
  content: "";
  display: block;
  height: 15px;
  width: 22px;
}

.modal-box.login-popup .password-require {
  margin-top: 30px;
  text-align: left;
}

.modal-box.login-popup .password-require .descx {
  color: #1f2125;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.modal-box.login-popup .password-require .below-desc {
  color: #312f49;
  font-size: 13px;
  padding-left: 15px;
}

.modal-box.login-popup .password-require .below-desc li {
  line-height: 16px;
  list-style: none;
  padding-bottom: 12px;
}

.modal-box.login-popup .password-require .below-desc li:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' fill='none' viewBox='0 0 14 11'%3E%3Cpath fill='%23979797' d='m13.25 1.25-9 9L.125 6.125l1.058-1.058 3.067 3.06L12.193.192z'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: -15px;
  width: 14px;
}

.modal-box.login-popup .password-require .below-desc li span {
  margin-left: 10px;
}

.modal-box.login-popup .password-require .below-desc li.marked:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' fill='none' viewBox='0 0 14 11'%3E%3Cpath fill='%231464F4' d='m13.25 1.25-9 9L.125 6.125l1.058-1.058 3.067 3.06L12.193.192z'/%3E%3C/svg%3E");
}

.modal-box.login-popup .password-require .below-desc li.marked span {
  color: #1464f4;
}

.modal-box.login-popup .tab-content {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.modal-box.login-popup .btn {
  align-items: center;
  display: flex;
  font-size: 1em;
  font-weight: 700;
  justify-content: center;
  text-transform: none;
  width: 100%;
}

.modal-box.login-popup .btn-primary {
  background: #1464f4;
  margin: 30px auto 0;
  opacity: 1;
}

.modal-box.login-popup .btn-primary:focus, .modal-box.login-popup .btn-primary:hover {
  background: #125eb9;
}

.modal-box.login-popup .btn-primary:disabled {
  background: #979797;
  color: #fff;
}

.modal-box.login-popup .btn-outline-primary {
  border: 1px solid #1464f4;
  color: #1464f4;
}

.modal-box.login-popup .btn-outline-primary:focus, .modal-box.login-popup .btn-outline-primary:hover {
  background-color: #125eb9;
  color: #fff;
  opacity: 1;
}

.modal-box.login-popup .btn-outline-primary.active {
  display: none;
}

.modal-box.login-popup .invalid-feedback a {
  color: #2998dd;
}

.modal-box.login-popup.full-bg {
  background-color: #fff;
  height: calc(100vh - 69px);
  margin-top: 69px;
  z-index: 1040;
}

.modal-box.login-popup.full-bg .close-modal {
  display: none;
}

.modal-box.login-popup.full-bg .modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
}

.modal-box.login-popup.full-bg .modal-content {
  border: none;
  box-shadow: none;
  overflow: unset;
  padding-bottom: 100px;
}

.modal-box.login-popup.full-bg .login-popup-logo {
  display: none;
}

.modal-box.login-popup.full-bg .login-popup-title {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}

.modal-box.login-popup.full-bg .form-login {
  padding-top: calc(22vh - 70px);
}

@media screen and (max-width: 991px) {
  .modal-box.login-popup.full-bg {
    height: calc(100vh - 50px);
    margin-top: 50px;
  }
}
.modal-box.login-popup.token-invalid .modal-content {
  width: 560px;
}

.modal-box.login-popup.token-invalid h3 {
  color: #1f2125;
  font-size: 1.75em;
  font-weight: 600;
  margin: 40px 0 10px;
  text-transform: unset;
}

.modal-box.login-popup.token-invalid .btn.btn-primary {
  margin-top: 40px;
  width: 200px;
}

.modal-box.login-popup.cart-login .login-popup-title {
  margin-bottom: 8px !important;
}

.modal-box.login-popup.cart-login .login-desc {
  display: block !important;
}

#modalLoginRegister.full-bg {
  overflow: auto;
}

#modalLoginRegister.full-bg .modal-dialog {
  justify-content: start;
}

#modalLoginRegister .modal-content .package-options--nav .nav-tabs {
  border: 0;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .form-group-margin-bottom-login {
  margin-bottom: 20px;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .custom-checkbox label {
  padding-left: 10px;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .custom-checkbox label:before {
  background-color: #fff;
  border: 1px solid #dbe1e3;
  top: 50%;
  transform: translateY(-50%);
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .custom-checkbox input:checked + label:before {
  background-color: #2c72c6;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .custom-checkbox input:checked + label:after {
  background: transparent;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(calc(-50% - 5px));
  width: 6px;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .btn-outline-face {
  border: 1px solid #3a589e;
  color: #3a589e;
  margin-right: 20px;
  width: 100%;
}

@media screen and (max-width: 375px) {
  #modalLoginRegister .modal-content .modal-body .frmLoginRegister .btn-outline-face {
    padding: 0;
  }
}
#modalLoginRegister .modal-content .modal-body .frmLoginRegister .btn-social {
  margin-top: 10px;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .btn-outline-google {
  border: 1px solid #1f2125;
  color: #1f2125;
  font-weight: 600;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .btn-outline-google:before {
  background: url(../assets/img/commonvfast/login/ic-google.png) no-repeat 50%;
  background-size: 100%;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
}

@media screen and (max-width: 375px) {
  #modalLoginRegister .modal-content .modal-body .frmLoginRegister .btn-outline-google {
    padding: 0;
  }
}
#modalLoginRegister .modal-content .modal-body .frmLoginRegister .has-logo {
  margin-bottom: 15px;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .no-account {
  color: #707070;
  font-size: 13px;
  line-height: 16px;
  margin: 20px 0;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .lnkCustom {
  color: #1464f4;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .password-reset {
  color: #707070;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .password-reset:focus, #modalLoginRegister .modal-content .modal-body .frmLoginRegister .password-reset:hover {
  color: #1464f4;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .remember-me {
  margin-bottom: 0;
  width: auto;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .save-pass {
  color: #1f2125;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .terms-conditions {
  font-size: 13px;
  line-height: 150%;
  text-align: left;
}

#modalLoginRegister .modal-content .modal-body .frmLoginRegister .terms-conditions a {
  color: #2998dd;
  text-decoration: underline;
}

#forgotPassword .reset-password-title {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}

#forgotPassword .modal-body {
  text-align: left;
}

#changePasswordSuccess .modal-content, #emailForgotPasswordSent .modal-content, #emailResetPasswordSent .modal-content, #emailVerificationSent .modal-content {
  padding: 30px;
}

.lnkCustom.linkToLogin {
  color: #1464f4;
}

.security-line {
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  position: relative;
}

.security-line .hr1 {
  border-bottom: 3px solid #eb5757;
  bottom: 0;
  position: absolute;
  width: 33%;
}

.security-line .hr2 {
  border-bottom: 3px solid #e38e0e;
  bottom: 0;
  position: absolute;
  width: 66%;
}

.security-line .hr3 {
  border-bottom: 3px solid #1d9000;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.security-text {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 576px) {
  #emailForgotPasswordSent .modal-content {
    width: 586px;
  }
}
html {
  font-size: 14px;
}

.hidden {
  display: none;
}

body > .page {
  overflow: hidden;
}

.lazy-bg {
  background-image: none !important;
}

.consultation-request {
  display: none;
}

.display-none, .v3s-button-home[data-pid=""], .v3s-button-home[data-pid="${productId}"] {
  display: none !important;
}

.select2-dropdown {
  border: 1px solid #e5e5e5;
}

.grecaptcha-badge {
  bottom: -4px !important;
  left: -4px !important;
  overflow: hidden !important;
  transform: scale(0.6);
  transition: all 0.3s ease !important;
  width: 70px !important;
}

.grecaptcha-badge:hover {
  bottom: 4px !important;
  left: 4px !important;
  transform: scale(1);
  width: 256px !important;
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    visibility: hidden !important;
    z-index: -10;
  }
}
.break-line {
  white-space: pre-line !important;
}

.d-none-force {
  display: none !important;
}

.slick-loading .slick-list {
  background: #fff url(../assets/img/commonajax-loader.gif) 50% no-repeat !important;
}

#codeIfrm {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed !important;
  visibility: hidden;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .back-to-top {
    display: none;
  }
}
.campaign-tet {
  bottom: 132px;
  height: 100px;
  position: fixed;
  right: 40px;
  z-index: 99;
}

@media (max-width: 991.98px) {
  .campaign-tet {
    bottom: 16px !important;
    left: unset !important;
    right: 102px !important;
  }
  .campaign-tet.icon-phukien {
    right: 190px !important;
  }
}
.campaign-tet #tooltip-tet {
  display: none;
}

.campaign-tet.icon-phukien {
  bottom: 206px;
}

.campaign-tet #tooltip-accessories {
  display: none;
}

@media screen and (max-width: 991px) {
  .campaign-tet {
    bottom: 75px;
    left: 10px;
    right: auto;
    z-index: 99;
  }
  .campaign-tet.icon-phukien {
    bottom: 200px;
  }
}
.campaign-tet .icon-tet {
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  display: block;
  height: 58px;
  position: absolute;
  right: 0;
  width: 58px;
}

.campaign-tet .icon-tet img {
  height: auto;
  max-width: 100%;
}

.campaign-tet #tooltip-accessories, .campaign-tet #tooltip-tet, .campaign-tet #tooltip-xmd {
  margin-right: 10px;
  margin-top: -10px;
}

.campaign-tet #tooltip-accessories #accessories-tooltip.hide-input:checked + .tooltip-content, .campaign-tet #tooltip-accessories #state-tooltip.hide-input:checked + .tooltip-content, .campaign-tet #tooltip-accessories #xmd-tooltip.hide-input:checked + .tooltip-content, .campaign-tet #tooltip-tet #accessories-tooltip.hide-input:checked + .tooltip-content, .campaign-tet #tooltip-tet #state-tooltip.hide-input:checked + .tooltip-content, .campaign-tet #tooltip-tet #xmd-tooltip.hide-input:checked + .tooltip-content, .campaign-tet #tooltip-xmd #accessories-tooltip.hide-input:checked + .tooltip-content, .campaign-tet #tooltip-xmd #state-tooltip.hide-input:checked + .tooltip-content, .campaign-tet #tooltip-xmd #xmd-tooltip.hide-input:checked + .tooltip-content {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.campaign-tet #tooltip-accessories #accessories-tooltip.hide-input, .campaign-tet #tooltip-accessories #state-tooltip.hide-input, .campaign-tet #tooltip-accessories #xmd-tooltip.hide-input, .campaign-tet #tooltip-tet #accessories-tooltip.hide-input, .campaign-tet #tooltip-tet #state-tooltip.hide-input, .campaign-tet #tooltip-tet #xmd-tooltip.hide-input, .campaign-tet #tooltip-xmd #accessories-tooltip.hide-input, .campaign-tet #tooltip-xmd #state-tooltip.hide-input, .campaign-tet #tooltip-xmd #xmd-tooltip.hide-input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.campaign-tet #tooltip-accessories .tooltip-arrow, .campaign-tet #tooltip-tet .tooltip-arrow, .campaign-tet #tooltip-xmd .tooltip-arrow {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin-left: auto;
  max-width: 260px;
  padding: 10px 15px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.campaign-tet #tooltip-accessories .tooltip-arrow:before, .campaign-tet #tooltip-tet .tooltip-arrow:before, .campaign-tet #tooltip-xmd .tooltip-arrow:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -8px;
  content: "";
  height: 0;
  position: absolute;
  right: 20px;
  width: 0;
}

.campaign-tet .tooltip-content .toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--cw-user-bubble-color);
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  color: var(--cw-user-bubble-color);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px;
  width: 20px;
  z-index: 9;
}

@media only screen and (max-width: 1199px) {
  .icon-xmd-summer #tooltip-xmd {
    display: none;
  }
}
@media (max-width: 767px) {
  .campaign-tet .icon-tet {
    bottom: 0;
  }
  .tooltip-content .toggle {
    left: -10px;
    right: auto;
  }
  #tooltip-accessories .tooltip-arrow:before, #tooltip-tet .tooltip-arrow:before {
    left: 20px;
    position: absolute;
    right: auto;
  }
  .campaign-tet {
    height: 100px;
  }
}
.az-img {
  display: inline-flex;
  margin-bottom: 5px;
  margin-right: 5px;
}

.az-img img {
  margin-right: 0;
}

#azure-img-preview {
  z-index: 5000;
}

#azure-img-preview .modal-dialog {
  background: transparent;
}

#azure-img-preview .modal-dialog .modal-content {
  border: none;
  padding: 40px 10px 25px;
}

#azure-img-preview .modal-dialog .modal-content .close-modal {
  color: #fff;
  right: 10px;
  top: 5px;
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.vf-checkbox + .vf-checkbox {
  margin-top: 15px;
}

.vf-checkbox * {
  box-sizing: border-box;
}

.vf-checkbox .cbx {
  cursor: pointer;
  display: flex;
  gap: 12px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.vf-checkbox .cbx:hover span:first-child {
  border-color: var(--new-1464-f-4-future-blue, #1464f4);
}

.vf-checkbox .cbx span {
  color: #1f2125;
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  text-align: left;
  transform: translateZ(0);
}

.vf-checkbox .cbx span:first-child {
  background-color: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
  flex-shrink: 0;
  height: 24px;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .vf-checkbox .cbx span:first-child {
    height: 22px;
    width: 22px;
  }
}
.vf-checkbox .cbx span:first-child svg {
  left: 2px;
  position: absolute;
  top: 3px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transform: translateZ(0);
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}

.vf-checkbox .cbx span:last-child {
  color: inherit;
  line-height: 18px;
}

.vf-checkbox .inp-cbx {
  position: absolute;
  visibility: hidden;
}

.vf-checkbox .inp-cbx:checked + .cbx span:first-child {
  animation: wave-4 0.4s ease;
  background: var(--new-1464-f-4-future-blue, #1464f4);
  border-color: var(--new-1464-f-4-future-blue, #1464f4);
}

.vf-checkbox .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.vf-checkbox .inline-svg {
  height: 0;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 0;
}

.t-and-c a {
  color: var(--primary-color, #1464f4);
}

@media screen and (min-width: 769px) {
  .t-and-c a:hover {
    text-decoration: underline !important;
  }
}
.loader:after {
  animation: mulShdSpin 1.3s linear infinite;
  border-radius: 50%;
  color: var(--primary-color, #1464f4);
  content: "";
  display: inline-block;
  font-size: 3px;
  height: 4px;
  line-height: inherit;
  margin-bottom: 4px;
  margin-left: 14px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 4px;
}

@keyframes mulShdSpin {
  0%, to {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #1464f4 #ffffff;
}

html {
  font-size: 100%;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #1464f4;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

:root {
  --global-black: #151515;
  --white-color: #ffffff;
  --blue-brand-color: #1464f4;
  --text-color: #3c3c3c;
  --text-color-black: #1f2125;
  --text-color-grey: #707070;
  --background-color-dark: #121721;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3c3c3c;
  position: relative;
  font-family: "Mulish", serif;
}

.container {
  max-width: 1440px;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  outline: none;
}

p:last-child {
  margin-bottom: 0;
}

#wrapper {
  position: relative;
}

/* PAGE 404 */
.page-404 {
  background: #1F2125;
  padding-bottom: 50px;
  padding-top: 80px;
}

.number-404 {
  font-style: normal;
  font-weight: bold;
  font-size: 200px;
  line-height: 157px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.page-404 .h2-title-page {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.top-404 p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #FFFFFF;
  max-width: 235px;
  margin-bottom: 0;
}

.top-404 .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 30px;
}

.page-404 .line-car {
  height: 20px;
  background: linear-gradient(90deg, #FFFFFF 0.01%, #FEEDE4 7.56%, #FBC6B2 22.7%, #F9AA8F 33.01%, #F15B40 66.01%, #ED1C24 100.01%);
  margin: 45px 0 20px;
}

.page-404 .line-car .container {
  position: relative;
}

.page-404 .line-car .container img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.page-404 .col-md-5 p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-404 .top .col-md-5 {
  padding: 0 30px;
}

.page-404 .top .btn {
  background: #CB2A1D;
  border-radius: 3px;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-404 .bot .col-md-7 p {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-404 .views-field-title a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #FFFFFF;
}

.page-404 .views-field-created span {
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 0.5;
  display: flex;
  align-items: center;
}

.page-404 .views-field-created span::before {
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}

.page-404 .views-row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #41454D solid;
}

.page-404 .bot .col-md-7 {
  padding: 0 30px;
}

/* END PAGE 404 */
@media (max-width: 767px) {
  .nav-battery-ecosystem-sp {
    background: #2C72C6;
    position: fixed;
    padding: 14px 0px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 127%;
    width: 100%;
    z-index: 100;
  }
  .iframe-chatbot #page-title-chatbot {
    min-height: 16px;
  }
  .nav-battery-ecosystem-sp .page-title.hide-menu-link:after {
    content: url("../img/battery-ecosystem/hide-menu-link.png");
    position: absolute;
    right: 18px;
  }
  .nav-battery-ecosystem-sp .page-title.show-menu-link:after {
    content: url("../img/battery-ecosystem/show-menu-link.png");
    position: absolute;
    right: 18px;
  }
  #block-battery-ecosystem-menu-mobile ul {
    text-align: center;
    margin-bottom: 0;
  }
  #block-battery-ecosystem-menu-mobile ul li a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 127%;
    text-transform: uppercase;
  }
  #block-battery-ecosystem-menu-mobile ul li {
    margin-top: 40px;
  }
  #block-battery-ecosystem-menu-mobile ul {
    padding-bottom: 146px;
  }
  #block-battery-ecosystem-menu-mobile {
    position: absolute;
    background: #2C72C6;
    opacity: 0.8;
    width: 100%;
  }
  #block-battery-ecosystem-menu-mobile ul li.menu-item--active-trail a {
    text-decoration: underline;
  }
  .nav-battery-ecosystem-sp .hide-menu-link + .menu-link {
    display: none;
  }
  .nav-battery-ecosystem-sp .show-menu-link + .menu-link {
    display: block;
  }
  .floating-tool__body {
    display: none;
  }
}
/* BLOG LIST */
.timeline-date a:hover,
.timeline-date a:focus {
  text-decoration: none;
}

#blogLoadMore {
  cursor: pointer;
}

#blogLoadMoreLoader {
  clear: both;
}

article .post-video iframe {
  width: 100%;
}

article .post-audio iframe {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  section.timeline .timeline-box.left::before {
    right: -6.2%;
  }
  section.timeline .timeline-box.right::before {
    left: -6.8%;
  }
}
@media screen and (max-width: 479px) {
  .post-meta .btn.pull-right {
    float: none !important;
  }
}
iframe.twitter-share-button {
  display: block;
}

.thumb-info .thumb-info-type a {
  color: #fff;
}

.messages--status,
.messages--error {
  margin-bottom: 20px;
}

/* CART */
.cart-form {
  border-top: 4px solid #ee3d43;
  padding: 30px 30px 10px;
  top: -1px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  overflow: auto;
}

.cart-form table {
  width: 100%;
}

.cart-form th {
  padding: 8px 10px;
}

.cart-form td {
  padding: 8px 10px;
  border-top: 1px solid #dcdcdc;
}

.cart-form input[type=number] {
  border: 1px solid #ccc;
  height: 35px;
  text-align: center;
  width: 45px;
}

.cart-form #edit-actions {
  border-top: 1px solid #dcdcdc;
  margin: 0;
  padding: 20px 10px;
  text-align: right;
}

.cart-form .button {
  transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
}

.cart-form #edit-checkout {
  margin-right: 0;
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #ee3d43;
  color: #ffffff;
}

.cart-form #edit-checkout:hover,
.cart-form #edit-checkout:focus {
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #ee3d43;
}

.cart-form .field--name-title {
  display: none;
}

@media screen and (max-width: 479px) {
  .cart-form {
    padding: 10px;
  }
  .cart-form th,
  .cart-form td {
    padding: 4px 5px;
  }
  .cart-form #edit-actions {
    padding: 10px 5px;
  }
}
/* CHECKOUT */
.layout-region-checkout-secondary {
  border-top: 4px solid #ee3d43;
  padding: 30px 30px 10px;
  top: -1px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  overflow: auto;
}

.layout-region-checkout-secondary table {
  width: 100%;
}

.layout-region-checkout-secondary th {
  padding: 8px 10px;
}

.layout-region-checkout-secondary td {
  padding: 8px 10px;
  border-top: 1px solid #dcdcdc;
}

.layout-region-checkout-secondary h3 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px;
  color: #ee3d43;
  text-transform: none;
}

#edit-order-summary .field--name-title {
  display: none;
}

#edit-order-summary .views-field-total-price__number {
  text-align: right;
}

#edit-order-summary .order-total-line {
  padding: 10px 0 0;
}

.order-total-line__total .order-total-line-value {
  color: #ee3d43;
  font-size: 1.5em;
}

@media screen and (max-width: 991px) {
  .order-total-line__total .order-total-line-value {
    font-size: 18px;
  }
  .list-button-fot a {
    width: 100%;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
  }
  .box-social-fot {
    margin-top: 20px;
  }
  .box-h4-mobile-click h4 {
    margin-bottom: 20px;
  }
  .box-h4-mobile-click h4:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    float: right;
  }
  .box-h4-mobile-click h4.up:after {
    content: "\f077";
    color: #3062EC;
  }
  .box-h4-mobile-click .links {
    padding-left: 20px;
    opacity: 0.7;
    border-bottom: 1px solid #ddd;
    height: 1px;
    overflow: hidden;
    transition: 0.3s;
    padding-left: 15px !important;
  }
  .box-h4-mobile-click .links.auto {
    height: auto;
  }
  .vin-footer-nav .navbar-nav {
    flex-direction: row;
  }
  .list-button-fot > div:nth-child(2) {
    display: flex;
  }
}
.layout-region-checkout-main fieldset {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding-top: 42px;
  position: relative;
  border: 1px solid #ddd;
}

.layout-region-checkout-main legend {
  color: #ee3d43;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.layout-region-checkout-main .fieldset-wrapper {
  padding: 7px 15px 15px;
}

.layout-region-checkout-main div.address-container-inline > .form-item {
  margin: 0 0 1em;
  width: 48%;
  float: left;
}

.layout-region-checkout-main div.address-container-inline > .form-item:nth-child(2n) {
  float: right;
}

.layout-region-checkout-main label {
  display: block;
}

.layout-region-checkout-main .form-required::after {
  float: none;
  margin: 0;
}

.layout-region-checkout-main select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px 12px;
  height: 34px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.layout-region-checkout-footer #edit-actions-next {
  margin-right: 0;
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #006699;
  color: #ffffff;
}

.layout-region-checkout-footer #edit-actions-next:hover,
.layout-region-checkout-footer #edit-actions-next:focus {
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #0077e3;
}

.layout-region-checkout-footer #edit-actions a {
  margin-left: 10px;
}

/* PRODUCT TAGS */
.view-product-tags .view-content .views-row {
  display: inline;
}

.view-product-tags .view-content .views-row a {
  background-color: #2e353e;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  color: #fff;
  font-size: 75%;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.view-product-tags .view-content .views-row a:hover,
.view-product-tags .view-content .views-row a:focus {
  -moz-text-decoration-color: #ee3d43;
  text-decoration-color: #ee3d43;
  -webkit-text-decoration-color: #ee3d43;
}

.collapse-processed > summary:before {
  background: none !important;
}

.messages {
  margin-bottom: 20px;
}

.has-error .form-textarea {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-textarea:focus {
  outline: none;
}

.has-error .form-textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* PRODUCT LIST */
ul.simple-post-list img {
  max-width: 60px;
  height: auto;
}

/*ul.simple-post-list li { min-height: 107px; }*/
.view-display-id-page_sidebar .product-thumb-info h4 {
  color: #ee3d43;
}

.region-content .simplenews-subscriber-form .form-actions input[type=submit] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*NEW CSS*/
.mg-bt-50 {
  margin-bottom: 50px;
}

.mg-bt-0 {
  margin-bottom: 0;
}

.bg-grey {
  background: #f0f0ed;
}

.sticky-header-active #header .h-default.header-btn-collapse-nav {
  margin-top: 50px;
}

#header .header-search .header-search-wrapper {
  padding-right: 0;
}

.mg-top-14 {
  margin-top: 14px;
}

.mg-top-40 {
  margin-top: 40px;
}

#search-block-form input[type=submit] {
  background: url(../img/icon-search.png) no-repeat top left;
  text-indent: -999em;
  width: 28px;
  height: 30px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  outline: none;
}

#block-languageswitcher ul.links {
  padding-left: 0;
  list-style: none;
}

.addcart input[type=submit] {
  color: #333;
  background: none;
  border: 1px solid #ccc;
  padding: 5px 12px;
}

.cart-detail input[type=submit] {
  height: 38px;
  min-width: 160px;
}

.field--name-quantity {
  display: none;
}

.field--name-quantity label {
  display: none;
}

.single-product .field--name-quantity {
  display: block;
}

.single-product .field--name-quantity input {
  border-radius: 3px;
  width: 50px;
  border: 1px solid #e1e1e1;
  border-color: #e1e1e1;
  color: #ee3d43;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.single-product .field--name-quantity,
.single-product .form-actions {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.single-product .field--name-quantity .form-item {
  margin: 0;
}

.single-product .form-actions {
  vertical-align: top;
}

.cart-detail {
  padding: 10px 0;
}

.product-tags-area a {
  display: block;
  padding: 10px 14px !important;
  background-color: #e1e1e1 !important;
  color: #7e7d79;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
  float: left;
  margin: 0 7px 7px 0;
}

.product-tags-area a:hover {
  text-decoration: underline;
}

.product-tags-area .field__label {
  display: block;
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 400;
}

#block-simplenewssubscription {
  position: relative;
}

#block-simplenewssubscription label {
  margin-bottom: 15px;
}

#block-simplenewssubscription .description {
  display: none;
}

#block-simplenewssubscription .form-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.user-logged-in #block-simplenewssubscription .form-actions {
  position: relative;
}

#block-simplenewssubscription .form-actions input.form-submit {
  color: #ffffff;
  background-color: #ee3d43;
  border-color: #ee3d43 #ee3d43 #ee3d43;
}

#block-simplenewssubscription .form-actions input.form-submit:hover {
  border-color: #ee3d43 #ee3d43 #ee3d43;
  background-color: #ee3d43;
}

#block-simplenewssubscription .form-actions input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#block-cart .cart-block--contents {
  width: 100%;
}

#block-cart .cart-block ul > li {
  margin: 0;
  display: block;
}

#block-cart .cart-block--summary__icon {
  display: none;
}

#block-cart .cart-block--summary,
#block-cart .cart-block--contents__inner {
  padding: 15px;
}

.ct-rating {
  display: inline-block;
  position: relative;
}

.order-total-line-label {
  font-size: 14px;
}

.view-commerce-cart-form input[type=number] {
  height: 30px;
}

.views-field-total-price__number {
  text-align: right;
}

.checkout-pane-coupon-redemption input[type=submit] {
  margin-left: 0;
}

input.delete-order-item {
  padding: 2px 10px;
  background-color: #ee3d43;
  color: #ffffff !important;
}

input.form-submit {
  color: #ffffff;
  background-color: #ee3d43;
}

input.form-submit:hover {
  border-color: #2C72C6;
}

.mobile-side-menu ul.menu a.is-active {
  color: #2C72C6;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb ol > li + li:before {
  padding: 0 5px;
  content: "\f054" !important;
  font-size: 12px;
  opacity: 1;
  color: #fff;
  font-family: FontAwesome;
}

#mainNav .fa-caret-down:before {
  content: "\f107";
}

.messages {
  position: relative;
}

.messages .icon-cancel.message-close {
  position: absolute;
  right: 13px;
  top: 17px;
  cursor: pointer;
}

.search-form .form-search {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-form input[type=submit] {
  margin-left: 0;
  margin-bottom: 10px;
  color: #fff !important;
}

.newsletter-popup .form-actions input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  height: 34px;
  color: #666;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 12px;
}

.newsletter-popup .form-actions input[type=submit]:hover {
  color: #000;
  background-color: #e6e6e6;
}

.newsletter-popup .description {
  display: none;
}

.newsletter-popup-content {
  position: relative;
}

.newsletter-popup .error {
  position: absolute;
  left: 0;
}

.newsletter-popup label {
  display: none;
}

.has-error input[type=email] {
  border: 1px solid #a94442;
  outline: none;
}

/*MEGA MENU*/
.we-mega-menu-ul > li > a {
  transition: none;
  color: #fff;
  padding: 13px 25px 13px 15px;
}

.we-mega-menu-ul > li {
  border: none !important;
  position: relative !important;
  padding: 18px 25px 0 25px !important;
}

.region-we-mega-menu .navbar-we-mega-menu {
  border-radius: 0;
  border-color: transparent;
}

@media (min-width: 992px) {
  .we-mega-menu-ul > li.dropdown-menu > a:before {
    font-family: FontAwesome;
    content: "\f107";
    background: none;
    right: -15px;
    top: 7px;
  }
  /* .we-mega-menu-ul>.we-mega-menu-li.active>a,
  .we-mega-menu-ul>.we-mega-menu-li.active>a:hover,
  .we-mega-menu-ul>.we-mega-menu-li.active>a:focus,
  .we-mega-menu-ul>.we-mega-menu-li.active-trail>a,
  .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover,
  .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus,
  .we-mega-menu-ul>.dropdown-menu:hover>a,
  .we-mega-menu-ul>.dropdown-menu:focus>a,
  .we-mega-menu-ul>.we-mega-menu-li>a:hover,
  .we-mega-menu-ul>.we-mega-menu-li>a:focus {
    border-bottom: 2px solid #2C72C6;
  } */
  .we-mega-menu-ul > .we-mega-menu-li.active > a:after {
    content: "";
    border-bottom: 2px solid #ee3d43;
  }
  .we-mega-menu-submenu {
    padding: 2px 0;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 5px solid #CCC;
    border-top-color: #ee3d43;
  }
  .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
    min-height: auto;
  }
  .we-mega-menu-submenu li.we-mega-menu-li a {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: none;
    border: none !important;
    white-space: nowrap;
  }
  .ie .we-mega-menu-submenu li.we-mega-menu-li a:before,
  .ie .we-mega-menu-submenu li.we-mega-menu-li a:after {
    right: 15px;
  }
  .ie .we-mega-menu-ul > .we-mega-menu-li {
    min-width: auto;
  }
  .we-mega-menu-submenu li.we-mega-menu-li a:hover {
    text-decoration: underline;
    opacity: 1;
    color: #fff;
  }
  .we-mega-menu-ul > .we-mega-menu-li > a {
    font-size: 13px;
    background: none !important;
    color: #2F2F2F;
    font-weight: 700;
    padding: 0 0 19px 0 !important;
    border-bottom: 2px solid transparent;
    text-transform: none;
  }
  .we-mega-menu-ul > .we-mega-menu-li:first-child > a {
    padding-left: 0;
  }
  .ie #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    display: none;
  }
}
.we-mega-menu-submenu li.active > a,
.we-mega-menu-submenu li.active a:hover,
.we-mega-menu-submenu li.active a:focus {
  border-top: 3px solid #000;
  color: #fff !important;
}

.we-mega-menu-submenu li.active > a {
  text-decoration: underline;
}

.title-bold a {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

.we-mega-menu-caption {
  position: absolute;
  top: -7px;
  right: 10px;
  background-color: #0cc485 !important;
  font-size: 9px !important;
  font-weight: 400;
  padding: 2px;
  z-index: 9;
  border-radius: 2px;
  line-height: 1;
  margin: 0 0 0 10px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff !important;
}

.we-mega-menu-caption:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin-bottom: -6px;
  border: 3px solid transparent;
  border-top-color: #0cc485 !important;
}

.caption-red .we-mega-menu-caption {
  background-color: #eb2771 !important;
}

.caption-red .we-mega-menu-caption:before {
  border-top-color: #eb2771 !important;
}

.hidden-title h2 {
  display: none;
}

.navbar-we-mega-menu .we-mega-menu-row {
  padding: 10px 10px 5px;
}

.user-logged-in .newsletter-popup .form-actions input[type=submit] {
  position: relative;
}

.sticky-header-active .we-mega-menu-ul > .we-mega-menu-li > a {
  padding: 6px 15px;
}

.sticky-header-active .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu > a {
  padding-right: 25px;
}

.navbar-we-mega-menu .we-mega-menu-caption {
  margin-top: 0;
}

.we-mega-menu-ul .dropdown-menu .dropdown-menu:first-child > .we-mega-menu-submenu {
  margin-top: -20px;
}

.form-required:after {
  color: #f00;
}

.region-region-messages {
  margin-left: 8px;
}

.view-commerce-cart-form input.form-submit:hover {
  color: #fff;
}

input.form-submit + a {
  margin-left: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cart-hidden {
  display: none;
}

.tabs.home-products-tab a.product-image {
  padding: 0;
}

.tabs.home-products-tab .product-quickview:hover {
  background: #ee3d43;
}

.tabs.home-products-tab {
  margin-top: 0;
}

.product-ratings.home-page .fivestar-widget {
  display: inline-block !important;
}

.cart-hide {
  display: none;
}

.sticky-header-active .we-mega-menu-ul > li.dropdown-menu > a:before {
  top: 12px;
}

.contextual-links a {
  color: #000 !important;
}

.tabs.home-products-tab a:hover {
  background-color: transparent;
}

.region-slide-show {
  margin-bottom: 9px;
}

.path-he-thong-tram-sac-va-thiet-bi-sac .container-fluid {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (min-width: 1200px) {
  div[role=main] {
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  footer .copy-right br {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .menu-footer h3.menu-title br {
    display: none;
  }
  #footer-wrapper .container-fluid-box {
    padding: 0 16px;
  }
  footer .copy-right br {
    display: none;
  }
  .sp-col {
    width: 50% !important;
  }
  .side-custom-menu {
    margin-top: 15px;
  }
  #footer .newsletter form {
    max-width: 100%;
  }
  .sr-mb {
    display: block !important;
  }
  .sr-pc {
    display: none !important;
  }
  #header {
    z-index: 9999;
  }
  .button-select-region-sp #menus-global {
    top: 59px;
    height: calc(100vh - 50px);
    overflow: scroll;
    padding: 20px 10px !important;
  }
  #menus-global .container .menu {
    display: block;
  }
  #menus-global .container li.menu-item--expanded {
    width: 100%;
  }
  #menus-global .container ul li.menu-item--expanded span.region + ul li {
    width: 50%;
  }
  #menus-global .container ul li:nth-child(1) ul li ul, #menus-global .container ul li:nth-child(3) ul li ul {
    display: flex;
  }
  .path-frontpage .button-select-region img {
    filter: brightness(0.5) !important;
  }
  #menus-global .menu li:nth-child(2) ul li:nth-child(3),
  #menus-global .menu li:nth-child(2) ul li:nth-child(4) {
    margin-top: 0px;
  }
  #menus-global li.menu-item--expanded span.region + ul {
    margin-top: 10px;
  }
  #menus-global li span.region {
    padding: 10px;
  }
  .button-select-region-sp #menus-global li:nth-child(3) span.region + ul > li {
    margin-top: 10px;
    background: none;
    padding: 20px 20px 10px 20px;
  }
  #menus-global ul > li:nth-child(3) span.region + ul {
    background: rgba(44, 114, 198, 0.1);
    border-radius: 3px;
  }
  .button-select-region-sp #menus-global li span.language,
  .button-select-region-sp #menus-global li span.language + ul {
    padding: 10px;
  }
  .button-select-region-sp #menus-global li span.region + ul > li {
    padding: 10px;
  }
  .button-select-region-sp span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #1F2125;
  }
  .button-select-region-sp.active {
    background: rgba(44, 114, 198, 0.1);
    border-radius: 3px;
  }
  .button-select-region-sp {
    padding: 10px;
  }
  .button-select-region-sp > span {
    text-decoration: underline;
  }
  .button-select-region-sp.active span {
    color: #2C72C6;
  }
  .button-select-region-sp.active svg path {
    fill: #2C72C6;
  }
  .button-select-region-sp.active #menus-global {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1000;
  }
  .button-select-region-sp #menus-global .container > .menu > li:nth-child(2) {
    margin: 0;
  }
}
.form-textarea-wrapper textarea {
  padding: 6px 12px;
}

.ui-dialog .ui-dialog-titlebar-close:after {
  content: "\f00d";
  font-family: "FontAwesome";
}

.md-objects .md-object.md-layer-2-3-3 a,
.md-objects .md-object.md-layer-2-4-3 a {
  line-height: 16px !important;
}

#block-porto-content table.webform-results-table,
#block-porto-content table.views-table {
  width: 100%;
}

#block-porto-content table.webform-results-table tr th,
#block-porto-content table.webform-results-table tr td,
#block-porto-content table.views-table tr th,
#block-porto-content table.views-table tr td {
  padding: 5px 20px;
}

#block-porto-content table.webform-results-table tr th .tablesort,
#block-porto-content table.views-table tr th .tablesort {
  background-position: 0px 2px;
}

.ct-rating .description .empty {
  display: none;
}

.product-ratings .description {
  display: none;
}

.region-we-mega-menu .navbar {
  margin-bottom: 0px !important;
}

.header-body > .header-container:nth-child(2) > .header-row {
  display: flex !important;
  justify-content: space-between;
}

.box-car-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-car-head > a.account:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.box-car-head > a.account:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}

.box-car-head > a.account:hover {
  color: #1464f4;
}

.box-car-head a.ml-3.f-ic-pc i:hover {
  color: #2C72C6;
}

.vin-footer .navbar-nav {
  width: 100%;
  justify-content: center;
}

.vin-footer-nav .navbar-nav {
  width: 100%;
  /* justify-content: center; */
  white-space: nowrap;
  margin-top: 15px;
}

/* .vin-footer-nav .navbar-nav .owl-item {
    width: 120px!important;
} */
.vin-footer-nav .navbar-nav a {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.logo-footer {
  height: 60px;
}

.line-bot-1 > .container > .row:last-child {
  border-bottom: 1px solid #E4E4E4;
}

.box-sup-fot {
  font-size: 14px;
}

.box-sup-fot .input-group-text {
  width: 40px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #fff;
  background-color: transparent;
  border-right: none;
  color: #fff;
}

.box-sup-fot input {
  font-size: 14px;
  border: 1px solid #fff;
  border-left: none !important;
  background-color: transparent !important;
  color: #fff;
}

.footer-tit {
  font-size: 14px;
  text-transform: uppercase;
  color: #CC9036 !important;
  font-weight: 600;
}

.sprite-qr {
  width: 101px;
  height: 101px;
  background-image: url(../img/vinhome/img_qr.png);
  display: inline-block;
  background-size: 100%;
  margin-right: 20px;
}

.sprite-m-android {
  width: 144px;
  height: 47px;
  background-image: url(../img/vinhome/icon_and.png);
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
}

.sprite-m-ios {
  width: 144px;
  height: 47px;
  background-image: url(../img/vinhome/icon_ios.png);
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
}

.cl-white {
  color: #fff !important;
}

.fot-register input {
  font-size: 14px !important;
  height: 50px;
  border-right: none;
}

.fot-register button {
  font-size: 14px !important;
  background-color: #CC9036 !important;
  color: #fff;
  border: none;
  border-radius: 1px;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 3px !important;
}

.fot-register button:hover {
  background-color: #b57c27 !important;
}

.fot-register .input-group-append {
  margin-left: -1px;
  padding: 5px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bor-1 {
  border: 1px solid #474747;
}

.mr-a1 {
  margin-right: -1px;
}

/*tooltip right*/
.back-to-top {
  position: fixed;
  z-index: 9;
  bottom: 19px;
  right: 12px;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.sprite {
  background-image: url(../img/vinhome/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite.sprite-up {
  width: 44px;
  height: 44px;
  background-image: url(../img/vinhome/i-r-bt.png);
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

.back-to-top:hover .sprite.sprite-up {
  border: 1px solid #162b75;
  border-radius: 50%;
}

.tooltip-info {
  font-style: italic;
}

.tooltip-info {
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: normal;
  border-radius: 2px;
  padding: 8px 11px;
  color: #333;
  background: #fff;
  border: 1px solid #162b75;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  margin-right: 10px;
  width: -webkit-max-content;
  width: max-content;
}

.tooltip-image:hover .tooltip-info {
  opacity: 1;
  visibility: visible;
}

.tooltip-info::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #162b75;
}

.tooltip-info::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}

.embeddedServiceHelpButton .helpButton {
  height: 44px !important;
  bottom: 68px !important;
}

@media only screen and (min-width: 48em) {
  .embeddedServiceHelpButton .helpButton {
    position: fixed;
    bottom: 0;
  }
}
.embeddedServiceHelpButton .helpButton button.uiButton {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50% !important;
  background: linear-gradient(180deg, #c78a34 0%, #f4b11a 100%);
  padding: 0;
  display: block;
  cursor: pointer;
}

.embeddedServiceHelpButton .helpButton button.uiButton .embeddedServiceIcon {
  background-image: url(../img/vinhome/i-r-mes.png);
  background-repeat: no-repeat;
  display: block;
  width: 44px;
  height: 44px;
  background-position: center;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel {
  font-weight: 600;
  font-size: 11px;
  font-size: 0.78571rem;
  position: absolute;
  display: inline-block;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  max-width: unset;
  height: auto;
  line-height: normal;
  border-radius: 5px;
  padding: 15px 20px 15px 45px;
  background: #fff;
  color: #585858;
  border: 2px solid #162b75;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  margin-right: 10px;
  overflow: visible;
  text-align: left;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #162b75;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel .assistiveText {
  color: transparent;
  font-size: 1px;
  height: 88px;
  width: 79px;
  background: transparent url(../img/vinhome/livechat-supporter.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  clip: auto;
}

.gradientTxt,
.gold {
  background: linear-gradient(to right, #c78a34, #f4b11a);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel .gradientTxt {
  font-size: 14px;
  font-size: 1rem;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel .gradientTxt:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.14286rem;
  display: block;
  margin: 0 0 -10px;
}

.embeddedServiceHelpButton .helpButton button.uiButton .helpButtonLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #fff;
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
  content: unset !important;
}

.embeddedServiceHelpButton .helpButton button.uiButton {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50% !important;
  background: #fff !important;
  padding: 0;
  display: block;
  cursor: pointer;
}

.embeddedServiceHelpButton .helpButton button.uiButton.show,
.embeddedServiceHelpButton .helpButton button.uiButton:hover {
  border-color: #fff;
}

.embeddedServiceHelpButton .helpButton button.uiButton .embeddedServiceIcon:hover {
  border: 1px solid #162b75;
  border-radius: 50%;
}

.embeddedServiceHelpButton .helpButton button.uiButton.show .helpButtonLabel,
.embeddedServiceHelpButton .helpButton button.uiButton:hover .helpButtonLabel {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 48em) {
  .embeddedServiceHelpButton {
    background-color: transparent;
  }
}
.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before,
.embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before {
  content: unset !important;
}

.hotline-support {
  z-index: 9;
  right: 12px;
  width: 44px;
  height: 44px;
  bottom: 117px;
  cursor: pointer;
  position: fixed;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.hotline-support > a {
  text-decoration: none;
}

.sprite.sprite-phone {
  width: 44px;
  height: 44px;
  background-image: url(../img/vinhome/i-r-p.png);
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

.sprite.sprite-phone:hover {
  border: 1px solid #162b75;
  border-radius: 50%;
}

.tooltip-info p {
  margin: 0;
}

.tooltip-info .phone {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.tooltip-info .phone a {
  background: linear-gradient(180deg, #c78a34 0%, #f4b11a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 5px;
}

.choose-properties {
  z-index: 9;
  right: 12px;
  width: 44px;
  height: 44px;
  bottom: 215px;
  cursor: pointer;
  position: fixed;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.sprite.sprite-buynow {
  width: 44px;
  height: 44px;
  background-image: url(../img/vinhome/i-r-mn.png);
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

.sprite.sprite-buynow:hover {
  border: 1px solid #162b75;
  border-radius: 50%;
}

.fb_reset .fb_dialog {
  padding: 0 10px !important;
}

.fb_dialog_content {
  background: #fff;
  color: #373737;
}

.fb_reset div {
  overflow: unset !important;
}

.fb_dialog .fb_dialog_content iframe {
  transform: scale(0.8);
}

.fb_dialog .fb_dialog_content iframe:first-child {
  bottom: 256px !important;
  right: -6px !important;
  height: 57px !important;
  width: 57px !important;
}

.zalo-chat-widget {
  z-index: 9 !important;
  bottom: 112pt !important;
  top: auto !important;
  left: auto !important;
  right: 0 !important;
}

.zalo-chat-widget.opened {
  right: 78px !important;
  bottom: 0 !important;
}

.box-sup-fot .input-group {
  border-radius: 5px;
  cursor: pointer;
}

.box-sup-fot .input-group:hover {
  background-color: #fff;
}

.box-sup-fot .input-group:hover .input-group-text,
.box-sup-fot .input-group:hover input {
  color: #000;
  cursor: pointer;
}

.box-sup-fot .input-group input:focus {
  border-color: #fff !important;
  color: #fff !important;
}

.box-sup-fot .input-group:hover input:focus {
  color: #000 !important;
}

.cap-style {
  font-size: small;
  font-style: italic;
}

.news-content {
  text-align: justify;
  padding-bottom: 20px !important;
}

.widget-toc {
  display: table;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  padding-right: 1rem;
  font-size: 95%;
}

.news-content img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 10px;
}

.news-content iframe {
  width: 100% !important;
  height: 460px !important;
}

.scroll-to-top {
  display: none;
}

.tamplate-ocean-park .block2 .promo-img {
  border-radius: 20px;
  overflow: hidden;
}

.block4-slider1 .item .card {
  border-radius: 20px;
  overflow: hidden;
}

.tamplate-ocean-park .block7 .utility-block .item .card .promo-img {
  display: inline-block;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tamplate-ocean-park .promo-library .library-img-item a {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}

.tamplate-ocean-park .block11 .card {
  border-radius: 20px;
  overflow: hidden;
}

@font-face {
  font-family: UTM;
  src: url(../font/UTM-BanqueR.ttf);
}
#header .top-menu li a {
  font-family: "UTM";
  text-transform: none;
}

#header button.btn.btn-outline-warning {
  font-size: 11px;
  font-weight: 600;
}

.menu3s-footer .nav-link {
  font-family: "UTM";
}

.list-button-fot a {
  padding: 0px 20px 0 0;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.list-button-fot a i {
  font-size: 20px;
  position: relative;
  top: 5px;
  width: 40px;
}

.fix.list-button-fot a i {
  width: auto;
}

.list-button-fot .title {
  font-size: 16px;
  letter-spacing: normal;
  text-transform: unset;
}

.button-register-drive {
  background: none;
  border: 1px solid #2C72C6;
  color: #2C72C6 !important;
  margin-left: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px !important;
  padding: 0 20px;
  border-radius: 3px;
}

.button-register-drive:hover {
  background: #2C72C6;
  color: #fff !important;
}

.button-register-drive > span {
  font-weight: 700;
}

.p-icon-left {
  position: relative;
  padding-left: 30px;
  color: #1F2125;
  font-size: 14px;
  font-weight: 600;
}

.p-icon-left i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #1F2125;
  font-size: 20px;
}

.cap-style {
  font-size: 11px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 15px !important;
  letter-spacing: 0em !important;
}

div#block-footerbottom {
  margin-top: 30px;
}

footer .list-button-fot .font-weight-bold.title {
  color: #1F2125;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .vin-footer-nav .navbar-nav a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .vin-footer-nav .navbar-collapse {
    overflow-x: scroll;
  }
  .vin-footer-nav .navbar-nav {
    margin: 0;
  }
  .vin-footer-nav .navbar-collapse {
    padding-bottom: 0;
  }
  #header .header-logo img {
    margin: 0;
  }
  #header .cart-dropdown .cart-dropdown-icon i {
    font-size: 18px;
  }
  .list-button-fot.fix a {
    text-align: center !important;
    padding: 10px;
    border: 1px solid #707070;
    margin-right: 0px;
    margin: 0 5px;
  }
  .list-button-fot.fix > div:nth-child(1) a {
    border: none;
  }
  .list-button-fot.fix > div:nth-child(2) a {
    font-size: 13px;
  }
  .list-button-fot.fix > div:nth-child(2) a i {
    font-size: 13px;
    position: static;
    margin-right: 5px;
  }
}
html .scroll-to-top {
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  width: 38px !important;
  height: 38px !important;
  transform: unset !important;
  bottom: 19px !important;
  display: none;
}

@media (max-width: 991px) {
  .op6 {
    opacity: 0.6;
  }
  .op3 {
    opacity: 0.3;
  }
  .vin-footer-nav .owl-carousel a {
    font-size: 16px;
    line-height: 36px;
  }
  .vin-footer-nav.navbar {
    margin: 0;
    border: 0;
  }
  .vin-footer-nav .navbar-collapse {
    border: 0;
    box-shadow: none;
  }
}
.elec-moto > ul.links > li {
  width: 100%;
}

#footer .bor-but-f {
  display: inline-flex;
  align-items: center;
  height: 45px;
  font-weight: 600;
}

#footer .bor-but-f span {
  line-height: normal;
  font-weight: 600;
}

#map_showroom #search .title i {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  cursor: pointer;
  background: #941F15;
  border-radius: 0 3px 3px 0;
  height: 100%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#map_showroom #search #accordion {
  transition: 0.3s;
}

#map_showroom #search #accordion.hide-search {
  transform: translateX(-50px);
  visibility: hidden;
  opacity: 0;
}

#map_showroom div#button-open-search {
  position: absolute;
  left: 0;
  top: 65px;
  color: #fff;
  padding: 0 8px 0 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50px);
  background: #941F15;
  border-radius: 3px;
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#map_showroom div#button-open-search .icon-marker {
  background: #CB2A1D;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#map_showroom div#button-open-search.hide-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

#map .gm-style .gm-style-iw-c {
  background: #CB2A1D;
  border-radius: 3px;
  padding: 0;
}

#map .gm-style .gm-style-iw-d {
  overflow: unset !important;
  padding: 20px;
}

#map .gm-style .gm-style-iw-t::after {
  background: #CB2A1D;
}

#map button[title=Close] {
  filter: brightness(0) invert(1);
}

#map .poi-info-window div,
#map .poi-info-window a {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 1365px) {
  #header .header-nav-main {
    justify-content: space-between;
    align-items: center;
  }
  #header .header-nav-main .swtich-lang {
    transform: unset;
    position: unset;
  }
  .we-mega-menu-ul > li {
    padding: 18px 15px 0 15px !important;
  }
}
@media (max-width: 1024px) {
  .page-404 .line-car {
    margin: 100px 0 20px;
  }
  .header-nav .pc-header, .header-nav .mega_menu_container {
    padding: 0 10px;
    margin: 0 32px;
  }
  #menus-global .container > .menu > li:nth-child(2) {
    margin: 0 10px;
  }
  #menus-global li span.language + ul {
    display: block;
  }
}
@media (max-width: 768px) {
  #header .header-row {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .header-row .swtich-lang {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
  }
  .header-row .swtich-lang .lang-vn {
    color: #1F2125;
    margin-right: 10px;
    padding-right: 10px;
    font-weight: 800;
  }
  .header-row .swtich-lang .lang-en {
    color: #000000;
    opacity: 0.5;
    font-weight: 800;
  }
  .number-404 {
    font-style: normal;
    font-weight: bold;
    font-size: 150px;
    line-height: 124px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .list-button-fot.mt-8.d-none.d-md-flex {
    justify-content: center;
  }
  .clearfix.text-formatted.float-left.col-md-8.text-left.p-0.mta45-m {
    max-width: 100%;
  }
  body #menus-global {
    height: 100%;
    overflow: scroll;
    padding: 0px 10px 40px 10px !important;
    top: 50px;
  }
  #menus-global .container .menu {
    display: block;
  }
  #menus-global .container li.menu-item--expanded {
    width: 100%;
  }
  #menus-global .container ul li.menu-item--expanded span.region + ul li {
    width: 50%;
  }
  #menus-global .container ul li:nth-child(1) ul li ul, #menus-global .container ul li:nth-child(3) ul li ul {
    display: flex;
  }
  .path-frontpage .button-select-region img {
    filter: brightness(0.5) !important;
  }
  #menus-global .container ul li {
    padding-top: 30px;
  }
  #menus-global .menu li:nth-child(2) ul li:nth-child(3),
  #menus-global .menu li:nth-child(2) ul li:nth-child(4) {
    margin-top: 0px;
  }
  #menus-global li.menu-item--expanded span.region + ul {
    padding-top: 0px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #menus-global li:nth-child(3) span.region + ul > li {
    margin-top: 30px;
  }
  #menus-global ul > li:nth-child(3) span.region + ul {
    padding-left: 0px;
  }
  .button-select-region {
    padding: 12px;
    margin-right: 10px;
  }
  .button-select-region svg {
    width: 16px;
    height: 16px;
  }
  #header .header-column .row .mmenu-toggle-btn.active {
    /* background: rgba(44, 114, 198, 0.1);
    border-radius: 3px;
    color: #2C72C6; */
  }
  #header .header-column .mmenu-toggle-btn {
    margin: 0;
    width: 40px;
    color: #1F2125;
  }
  #header .header-column .mmenu-toggle-btn .close-menu {
    display: none;
  }
  #header .header-column .row .mmenu-toggle-btn.active .close-menu {
    display: block;
  }
  #header .header-column .row .mmenu-toggle-btn.active .open-menu {
    display: none;
  }
  #header .header-container {
    padding: 15px;
  }
  body .mobile-nav {
    top: -100vh;
    height: calc(100vh - 50px);
    left: 0;
    width: 100vw;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  body.mmenu-open .mobile-nav {
    top: 59px;
    height: calc(100vh - 50px);
    left: 0;
    width: 100vw;
    /* overflow: auto; */
    background: #FFFFFF;
    z-index: 9999;
    padding: 20px 15px 0;
    opacity: 1;
    visibility: visible;
  }
  body.mmenu-open .mobile-nav-wrapper {
    height: calc(100% - 92px);
    overflow: auto;
  }
  body.mmenu-open .mobile-nav > .user-login,
  body.mmenu-open .mobile-nav > .user_authenticated {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: #F7F9F9;
    color: #3C3C3C;
    z-index: 101;
  }
  body.mmenu-open .mobile-nav > .user_authenticated span {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #3C3C3C;
    margin-right: 5px;
  }
  body.mmenu-open .mobile-nav > .user-login a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #3C3C3C;
    display: flex;
    align-items: center;
  }
  body.mmenu-open .user-login a svg {
    margin-right: 5px;
  }
  .mmenu-open #mobile-menu-overlay {
    display: none;
  }
  .mobile-side-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .mobile-side-menu .view-more {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #1464F4;
    display: none;
  }
  .mobile-side-menu > li.dropdown > .mmenu-toggle {
    display: flex !important;
    color: #000;
    justify-content: center;
    align-items: center;
  }
  .mobile-side-menu > li.dropdown > .mmenu-toggle:after {
    content: url(../img/icons/arrow-down.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    transition: 0.3s;
  }
  .mobile-side-menu > li.dropdown > .mmenu-toggle.open:after {
    transform: rotate(180deg);
  }
  .mobile-side-menu > li.dropdown > .mmenu-toggle.open .view-more {
    display: block;
  }
  .user_menu_item {
    display: none;
  }
  .user_menu_item ul li {
    padding: 10px;
  }
  /* .mobile-side-menu .mobile-side-menu li.dropdown span.active, */
  .user_menu_dropdown.open {
    background: rgba(44, 114, 198, 0.1);
    border-radius: 3px;
    color: #2C72C6;
  }
  .mobile-side-menu .mobile-side-menu li.dropdown span.service-type {
    background: #F8F9FA;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1F2125;
  }
  .mobile-side-menu li.dropdown-submenu ul {
    margin: 0;
    padding: 0;
  }
  .user_menu_dropdown.open .block-welcome-username {
    color: #2C72C6;
  }
  .mobile-side-menu li a, .mobile-side-menu .user-login,
  .mobile-side-menu li span, .user_menu_dropdown .block-welcome-username {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0.1em;
    color: #1F2125;
    display: block;
    padding: 0;
    text-transform: initial;
  }
  .user_menu_dropdown .block-welcome-username,
  .user_menu_dropdown .block-welcome-username a {
    color: #1464F4;
  }
  .user_menu_dropdown i {
    font-size: 24px;
    margin-right: 10px;
  }
  .mobile-side-menu .swtich-lang .lang-vn,
  .mobile-side-menu .swtich-lang .lang-en {
    color: #fff;
  }
  .mobile-side-menu span.mmenu-toggle {
    display: none;
  }
  ul.mobile-side-menu li > ul li a, .user_menu_item ul li a {
    /* padding: 0; */
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1F2125;
    text-transform: none;
  }
  .mobile-side-menu > li.dropdown > ul {
    margin-bottom: 10px;
    border-left: 1px solid #D9E1E2;
  }
  /* .mobile-side-menu .mobile-side-menu li:not(.dropdown), .vf-sidebar-right li,
  .mobile-nav .mobile-side-menu .user-login,
  .mobile-side-menu .mobile-side-menu > li.dropdown span,
  .mobile-side-menu .mobile-side-menu > li.dropdown > a,
  .user_menu_dropdown {
    padding: 10px;
    margin-bottom: 10px;
  } */
  ul.mobile-side-menu a, ul.mobile-side-menu span {
    padding: 12px 8px;
    display: block;
  }
  .mobile-side-menu > .dropdown li a {
    padding-left: 16px;
  }
  .mobile-side-menu .mobile-side-menu li.dropdown .dropdown-submenu:last-child span,
  .mobile-side-menu .mobile-side-menu li.dropdown .dropdown-submenu:last-child a {
    margin-bottom: 0;
  }
  .mobile-side-menu .mobile-side-menu li.dropdown .dropdown-submenu:last-child li:first-child {
    margin-top: 10px;
  }
  .mobile-side-menu .mobile-side-menu li.dropdown .dropdown-submenu:last-child li:last-child {
    margin-bottom: 0;
  }
  .mobile-side-menu .mobile-side-menu li.dropdown-submenu {
    padding: 0;
    margin: 0;
  }
  /* ul.mobile-side-menu li>ul li:not(:last-child) a {
    margin-bottom: 10px;
  } */
  ul.mobile-side-menu li > ul li a::before {
    display: none;
  }
  .mobile-side-menu li ul, .user_menu_item {
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 16px;
  }
  .mobile-side-menu .swtich-lang {
    justify-content: center;
    margin: 20px 0 0 !important;
  }
  ul.mobile-side-menu a.button-register-drive {
    width: 100% !important;
    display: flex;
    margin: auto;
    height: 55px;
    font-size: 16px !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.3s;
  }
  ul.mobile-side-menu a.button-register-drive:hover {
    background: #2C72C6;
    color: #fff;
  }
  .mobile-side-menu ul.menu {
    margin: 0;
  }
}
@media (max-width: 480px) {
  #change-password-success, #register-success {
    width: fit-content;
    z-index: 1000 !important;
  }
  .page-404 .line-car .container img {
    max-width: calc(100% - 30px);
    right: 15px;
  }
  .page-404 .line-car {
    margin: 110px 0 100px;
  }
  .path-frontpage .popup-front {
    width: calc(100vw - 30px);
  }
  #footer .menu3s-footer .navbar {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
  }
  /* .path-showroom-dai-ly #map_showroom {
        height: 500px;
    } */
  .path-showroom-dai-ly div#search.container {
    top: 10px;
  }
  .path-frontpage .moto-block.col-md-7 .des-text {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 30px;
  }
  .path-frontpage .moto-block.col-md-7 .item.text-center .title {
    font-size: 13px;
  }
  .mtp_block .banner-ht.col-md-5 {
    padding: 0;
  }
  .path-frontpage .block4 {
    padding-bottom: 0;
  }
  .path-frontpage .banner-home .swiper-slide a:before {
    z-index: 0;
  }
  .path-frontpage .moto-wrapper .item {
    width: 50%;
  }
  .view-node-function-by-itnvtoi.view-display-id-block_8 .view-content .views-row:nth-child(4),
  .view-node-function-by-itnvtoi.view-display-id-block_8 .view-content .views-row:nth-child(5),
  .view-node-function-by-itnvtoi.view-display-id-block_8 .view-content .views-row:nth-child(6) {
    display: none;
  }
  .path-tin-tuc .news-highlight .body {
    left: 20px;
    width: calc(100% - 40px);
  }
  .path-tin-tuc .vin-slide-loader-content .owl-dots {
    bottom: 0;
  }
  .path-frontpage .block1_img {
    height: 200px;
    object-fit: cover;
  }
  .path-frontpage .moto-wrapper .item .has-img {
    padding: 30px 0;
  }
  #footer h4 {
    color: #222;
    font-weight: 600;
  }
  .line-bot-1 .col-md-9 > .row {
    margin: 0 -15px;
  }
  .p-icon-left {
    padding-left: 40px;
  }
}
.title-map-showroom .title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.title-map-showroom .address {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
}

.title-map-showroom .address p {
  margin: 0;
  margin-left: 5px;
  color: #fff;
}

.path-frontpage .block1 .item a {
  display: none;
}

.path-bao-hanh .top-banner.text-center:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #1F2125 0%, rgba(31, 33, 37, 0) 100%);
}

.path-bao-hanh .top-banner {
  position: relative;
}

.path-bao-hanh #document_guarantee .col-md-6 > button {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #FFFFFF;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px #fff solid;
  border-radius: 0;
  padding: 10px 0;
}

.path-bao-hanh #document_guarantee .col-md-6 > button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\f107";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border: none;
  font-family: "FontAwesome";
  font-size: 18px;
}

.path-bao-hanh #document_guarantee .col-md-6 .dropdown-menu {
  width: calc(100% - 30px);
  background: #000;
  padding: 15px 20px 0;
  border-radius: 0;
}

.path-bao-hanh #document_guarantee .item-doc {
  border-bottom: 1px #1F2125 solid;
  padding-bottom: 10px;
  align-items: center;
}

.path-bao-hanh #document_guarantee .item-doc p {
  font-weight: 700;
}

#successModal .modal-dialog {
  max-width: 700px;
  width: calc(100vw - 30px);
}

#successModal button.close {
  position: unset;
  width: calc(100% - 60px);
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  text-align: center;
  color: #1F2125 !important;
  opacity: 1;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px !important;
  height: auto;
  text-shadow: none;
  margin: 30px 30px 0;
}

#successModal .modal-body {
  text-align: center;
  padding: 30px 0;
}

#successModal .modal-body p {
  color: #1F2125;
  font-weight: 500;
  padding: 0 30px;
}

#successModal .modal-body h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #1F2125;
}

#successModal .config {
  position: relative;
  margin: 30px 0 30px;
}

#successModal .config:before {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0.01%, #FEEDE4 7.56%, #FBC6B2 22.7%, #F9AA8F 33.01%, #F15B40 66.01%, #ED1C24 100.01%);
  z-index: 0;
}

#successModal .config img {
  position: relative;
  z-index: 1;
}

.header-nav-main .swtich-lang {
  margin: 0;
  /* position: absolute; */
  top: 50%;
  left: calc(100% + 20px);
  /* transform: translateY(-50%); */
}

#header .header-nav-main {
  position: relative;
  min-height: unset;
}

#header .header-nav-main nav {
  border-radius: 5px;
  background-color: transparent;
  float: left;
  display: flex;
  align-items: center;
}

#header .header-body .header-nav .header-logo img {
  width: auto;
  height: 25px;
  margin: 0;
}

#header .header-body .header-nav .header-logo h1.logo-wrap {
  margin: 0;
  font-size: 13px;
}

.path-frontpage #header:not(.header-fix) .swtich-lang .lang-vn,
.path-ve-chung-toi #header:not(.header-fix) .swtich-lang .lang-vn {
  color: #fff;
  border-right: 1px #fff solid;
}

/* .path-frontpage #header:not(.header-fix) .mega_menu_header.mega-main-menu>li:hover>a,
.path-ve-chung-toi #header:not(.header-fix) .mega_menu_header.mega-main-menu>li:hover>a {
  color: #2C72C6;
} */
.mega_menu_header.mega-main-menu > li.desktop-hover:not(.has-touch):hover .menus-global {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 100;
  overflow: auto;
  max-height: calc(100% - 60px);
}

body .header-fix .header-nav-main .swtich-lang .lang-vn {
  color: #1F2125;
  border-right: 1px #41454D solid;
}

body .header-nav-main .swtich-lang .lang-vn {
  color: #1F2125;
  border-right: 1px #41454D solid;
}

.path-frontpage .header-nav-main .swtich-lang .lang-en {
  color: #fff;
  opacity: 0.5;
}

body .header-fix .header-nav-main .swtich-lang .lang-en {
  color: #000;
  opacity: 0.5;
}

body .header-nav-main .swtich-lang .lang-en {
  color: #000;
  opacity: 0.5;
}

/* FOOTER REBUILD */
footer .menu-item a:hover {
  color: #1464F4;
}

footer .ecosystem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

footer .ecosystem .ecosystem-content {
  display: inline-flex;
  gap: 1.875rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
}

footer .ecosystem p.menu-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  text-decoration: none;
  margin: 0 1.875rem 0 0;
  display: inline;
}

footer .sub-menu {
  background: #F7F9F9;
  box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: 100%;
  margin-top: 1.5rem;
}

footer .menu .menu-item:last-child {
  margin-bottom: 0;
}

footer .menu-footer p.menu-title, footer .menu-footer .menu-item p.menu-title a {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3C3C3C;
  margin-bottom: 0;
  cursor: pointer;
}

footer .cskh .hotline-title, footer .cskh .connect-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5rem;
  color: #3C3C3C;
  letter-spacing: -0.02rem;
  margin-bottom: 1rem;
}

footer .cskh .connect-title {
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

footer .cskh .connect-vf .social {
  display: flex;
  gap: 0.75rem;
}

footer .cskh .hotline {
  margin-bottom: 1rem;
}

footer .cskh .hotline-email svg {
  margin-right: 0.75rem;
}

footer .cskh a span {
  color: #1464F4;
}

footer .ecosystem-copy-right .bct-wrapper {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

footer .row {
  position: relative;
}

footer ul.menu {
  padding: 0;
  margin: 0;
}

footer .ecosystem ul.menu {
  display: flex;
}

footer .ecosystem .menu-item {
  padding: 0;
  line-height: normal;
  margin-bottom: 16px;
}

footer .menu-footer .menu-item {
  padding: 0;
  line-height: normal;
  margin-bottom: 1.5rem;
}

footer .menu-footer .block-right .menu-item:last-child {
  margin: 0;
}

footer .menu .menu-item {
  padding: 0;
  line-height: normal;
  margin-bottom: 24px;
}

footer .ecosystem .menu .menu-item {
  padding: 0;
  margin: 0 1.875rem 0 0;
}

footer .ecosystem .menu .menu-item:last-child {
  margin: 0;
}

body:not(.path-frontpage) footer .menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #8A8A8A;
  position: relative;
}

footer .menu-item a {
  color: #8A8A8A;
  position: relative;
}

footer .list-menu-ft .menu-item:not(:last-child) a {
  margin-bottom: 15px;
}

footer .list-menu-ft {
  margin-bottom: 40px;
}

footer .menu-vg {
  display: flex;
}

footer .menu-vg .menu-title {
  margin-right: 40px;
  margin-bottom: 0;
}

footer .menu-vg .menu {
  display: flex;
}

footer .menu-vg .menu li:not(:last-child) a {
  margin-right: 40px;
}

footer .menu-copyright {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

footer .copyright {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 140%;
  text-align: right;
  color: #979797;
}

/* footer .copyright a {
  padding-right: 60px;
} */
footer .ft-sp {
  display: flex;
  align-items: center;
}

footer h3.title-sp {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #1F2125;
  margin-right: 40px;
  margin-bottom: 0;
}

footer .ft-sp a {
  border: 1px solid rgba(112, 112, 112, 0.5);
  box-sizing: border-box;
  border-radius: 3px;
  height: 40px;
  display: flex;
  margin-right: 10px;
  align-items: center;
  padding: 0 15px;
  text-decoration: none !important;
}

footer .ft-sp a:hover div,
footer .ft-sp a:hover span {
  color: #2C72C6 !important;
}

footer .btn-txt {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #1F2125;
  margin-left: 15px;
}

footer .btn-txt span {
  font-size: 11px;
  font-weight: 600;
  color: #707070;
  display: block;
}

footer .swtich-lang {
  margin: 0;
}

.ft-bottom .col-md-6:last-child {
  display: flex;
  align-items: center;
}

.ft-bottom {
  margin-bottom: 40px;
}

.ft-bottom .col-md-6:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ft-bottom .ft-social {
  margin-left: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ft-social span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #1F2125;
  margin-right: 40px;
}

.social-item i {
  font-size: 20px;
}

footer .menu-item--expanded {
  list-style-type: unset;
  list-style-image: none;
  position: relative;
  padding-right: 50px;
}

footer .menu-item--expanded .menu {
  display: none;
  padding: 0 10px;
}

footer .menu-item--expanded .menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #1F2125;
}

footer .col-sm-2 > .menu > li > a {
  font-weight: 600;
}

footer .menu-footer .header {
  display: flex;
}

footer .chervon-down {
  position: relative;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(https://storage.googleapis.com/vinfast-data-01/caret-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

footer .menu-footer .menu-item.show .header > h3.menu-title {
  color: #1464F4;
}

footer .menu-footer .menu-item.show .header > .chervon-down {
  position: relative;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background: url("../img/icons/Chervon.svg") 0 0 no-repeat;
}

footer .caret-down.active {
  transform: rotate(180deg);
}

footer .col-sm-2 > .caret-down,
footer .menu-vg > .caret-down {
  display: none;
}

.copyright.ft-mb {
  display: none;
}

/* ============ RESPONSIVE ================= */
@media (max-width: 1024px) {
  .ft-bottom .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer .ft-sp {
    justify-content: center;
  }
  .ft-bottom .col-md-6:last-child {
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  footer .list-menu-ft .col-sm-2 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 0 10px;
  }
  footer .list-menu-ft .col-sm-2::before {
    width: calc(100% - 20px);
    height: 1px;
    content: "";
    border-bottom: 1px #e4e4e4 solid;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  footer h3.menu-title, footer h3.menu-title a {
    margin-bottom: 0;
  }
  footer .col-sm-2 > .menu {
    padding-top: 20px;
    display: none;
  }
  footer .list-menu-ft {
    margin-bottom: 0;
  }
  footer .copyright {
    display: none;
  }
  footer .menu-vg {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 0 10px;
  }
  footer .menu-vg .menu-title {
    margin-right: 0;
    width: 100%;
  }
  footer .menu-vg .menu li:not(:last-child) a {
    margin: 0 0 15px;
  }
  footer .menu-vg > .menu {
    padding-top: 20px;
    display: none;
  }
  footer .menu-copyright {
    margin: 0 -10px;
  }
  .ft-bottom {
    margin: 30px 0;
  }
  footer h3.title-sp {
    display: none;
  }
  .ft-bottom .col-md-6:last-child {
    flex-wrap: wrap;
  }
  .ft-bottom .ft-social {
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: center;
  }
  .ft-social span {
    display: block;
    text-align: center;
    margin: 30px 0 20px;
    width: 100%;
  }
  footer .btn-txt {
    font-size: 0;
  }
  footer .btn-txt span {
    display: none;
  }
  footer a:nth-child(2) .btn-txt:before {
    content: "Hotline";
    font-size: 13px;
    line-height: normal;
  }
  footer a:nth-child(3) .btn-txt:before {
    content: "Email";
    font-size: 13px;
    line-height: normal;
  }
  footer .ft-sp a {
    width: 50%;
    justify-content: center;
  }
  footer .ft-sp a i {
    font-size: 16px;
  }
  footer .copyright.ft-mb {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
  footer .swtich-lang > span {
    color: #1F2125;
  }
  footer .col-sm-2 > .caret-down,
  footer .menu-vg > .caret-down {
    display: block;
  }
  footer .menu-item--expanded .menu {
    padding: 0 0 0 30px;
  }
  footer a.gov {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .pd__r {
    padding-right: calc((100vw - 540px) / 2);
  }
  .pd__l {
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  #register-success, #change-password-success {
    z-index: 97 !important;
  }
  .pd__r {
    padding-right: calc((100vw - 720px) / 2);
  }
  .pd__l {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .pd__r {
    padding-right: calc((100vw - 960px) / 2);
  }
  .pd__l {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .pd__r {
    padding-right: calc((100vw - 1170px) / 2);
  }
  .pd__l {
    padding-left: calc((100vw - 1170px) / 2);
  }
}
/* MEGA MENU */
.mega_menu {
  position: fixed;
  width: 100vw;
  z-index: 99;
  background: #fff;
  top: 57px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-24px);
}

.mega_menu_header.mega-main-menu > li.active .mega_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 100;
}

.mega_menu_header.mega-main-menu > li .mega_menu .fade.show {
  visibility: hidden;
}

.mega_menu_header.mega-main-menu > li:hover .mega_menu .fade.show {
  visibility: visible;
  position: relative;
}

.mega_menu_header.mega-main-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

/*.mega_menu_header.mega-main-menu>li {*/
/*  padding: 19px 0;*/
/*  margin: 0 20px;*/
/*  position: relative;*/
/*}*/
body:not(.path-frontpage) .mega_menu_header.mega-main-menu > li > a {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  transition: 0.3s;
}

.mega_menu_header.mega-main-menu > li:not(:last-child) {
  margin-right: 30px;
}

.mega_menu_header.mega-main-menu > li > a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  transition: 0.3s;
  text-transform: inherit;
}

.mega_menu_header.mega-main-menu > li:hover > a {
  color: #2C72C6;
}

.hd-mega {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

/* .hd-mega::before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #E4E4E4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} */
.mega-menu .we-mega-menu-li a {
  text-transform: uppercase;
}

.mega-menu .we-mega-menu-li a.active_mega {
  color: #2C72C6 !important;
}

.mega_menu .nav-tabs .nav-link {
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  color: #3C3C3C;
  text-transform: uppercase;
  padding: 0;
}

.mega_menu .nav-tabs .nav-link:not(:last-child) {
  margin-right: 50px;
}

.mega_menu .nav-link.active {
  font-size: 16px;
  color: #1464F4;
  border: none;
}

.mega_menu .hd-mega .pop_tu_van {
  padding-bottom: 14px;
}

.mega_menu .nav-tabs .nav-link:not(:last-child) {
  margin-right: 50px;
}

.mega_menu .nav-tabs .nav-link.active-tab {
  color: rgb(20, 100, 244);
  font-size: 16px;
}

.mega_menu .nav-tabs {
  border: none;
}

.mega-main-menu .tab-content {
  box-shadow: none;
  outline: none;
  border: none;
  padding-top: 48px;
}

.mega_menu .pop_tu_van a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
}

.mega_menu .pop_tu_van a svg {
  margin-right: 21px;
}

.mega_menu .pop_tu_van:hover a {
  color: #2c72c6;
}

.mega_menu .pop_tu_van:hover svg path {
  fill: #2c72c6;
}

.mega_menu .item_name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: #3c3c3c;
  margin-top: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.mega_menu .slogan {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #707070;
  margin-bottom: 10px;
}

.mega_menu .price {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #1F2125;
  margin-bottom: 10px;
}

.mega_menu .link {
  text-align: center;
  border-top: 1px solid #E4E4E4;
  padding-top: 10px;
}

.mega_menu .link a {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  text-decoration-line: underline;
  color: #2998DD;
}

.mega_menu .mega-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #1F2125;
  margin-bottom: 10px;
  padding: 10px;
}

.mega-dich-vu li a {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
  padding: 10px;
}

.mega-dich-vu li a:hover {
  color: #2C72C6;
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}

.mega-dich-vu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-dich-vu[data-id="2"] ul {
  display: flex;
}

.mega-dich-vu[data-id="2"] ul li:first-child {
  margin-right: 80px;
}

.mega_menu .img.col-md-6 {
  margin: -20px 0 -20px;
  max-width: 462px;
}

.mega_menu .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  text-align: center;
  color: #707070;
  margin-top: 20px;
}

.bg-mega-menu {
  position: fixed;
  width: 100vw;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3490196078);
  z-index: 98;
}

.bg-mega-menu.active {
  height: 100vh;
}

#block-megamainmenucongcu {
  width: 100%;
  display: inline-flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

#block-megamainmenucongcu .field--name-body {
  width: 75%;
}

#block-megamainmenucongcu .field--type-image {
  width: 25%;
  padding: 0px 10px;
}

#block-megamainmenucongcu .mega-cong-cu li {
  list-style-type: none;
  margin-bottom: 10px;
}

#block-megamainmenucongcu .mega-cong-cu li a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
  padding: 10px;
}

#block-megamainmenucongcu .mega-cong-cu li a:hover {
  color: #2C72C6;
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}

.mega_menu_header .menu_service .hd-mega {
  display: none;
}

.mega_menu_header .menu_service .tab-content {
  padding: 20px 0;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img {
  transition: opacity 750ms;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: fit-content;
  padding: 0.5rem;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img .img-mega-menu-hover {
  display: none;
}

#yeu-cau-tu-van {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 360px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}

#yeu-cau-tu-van .close-form {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 15px;
  z-index: 9;
  cursor: pointer;
}

#yeu-cau-tu-van h2.form-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1F2125;
  margin-bottom: 20px;
}

#yeu-cau-tu-van form label {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 127%;
  color: #1F2125;
}

#yeu-cau-tu-van form label span {
  color: #2C72C6;
  margin-left: 10px;
}

#yeu-cau-tu-van form input,
#yeu-cau-tu-van form select {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #707070;
  width: 100%;
  padding: 10px 20px;
}

#yeu-cau-tu-van form input,
#yeu-cau-tu-van form select {
  height: 40px;
}

#yeu-cau-tu-van form textarea {
  height: 64px;
}

#yeu-cau-tu-van form {
  padding: 30px;
}

#yeu-cau-tu-van form input[type=submit] {
  background: #2C72C6;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 127%;
  text-align: center;
  color: #FFFFFF;
}

#yeu-cau-tu-van form p.txt {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #2C72C6;
  margin: 20px 0 0;
}

#yeu-cau-tu-van img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close-form-yctv {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3490196078);
  z-index: 998;
  top: 0;
  left: 0;
}

#error-verify-email {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9999999;
  padding: 15px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  text-align: center;
}

#error-verify-email .msg-error {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

#error-verify-email a {
  display: inline-block;
  padding: 5px 15px;
  background: #2C72C6;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  margin: 15px auto 0;
  font-size: 16px;
}

#error-verify-email img {
  margin-bottom: 15px;
}

#error-verify-email span {
  font-weight: 600;
}

.bg-verify-email {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2862745098);
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.is-active {
  transform: rotate(0) !important;
}

.mega_menu .view_all {
  text-align: center;
  margin-top: 20px;
}

.mega_menu .view_all a {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  background: #2C72C6;
  border-radius: 5px;
  height: 40px;
  width: 364px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.mega_menu .view_all a:hover {
  color: #2C72C6;
  background: #fff;
  border: 1px #2C72C6 solid;
}

.confirm-yctv {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 560px;
  background: #fff;
  z-index: 9;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 999;
}

.confirm-yctv .cf-hd {
  background: #2C72C6;
  text-align: center;
  padding: 20px 0 0;
  margin-bottom: 45px;
  position: relative;
}

.confirm-yctv .cf-hd .img {
  margin-top: -20px;
}

.confirm-yctv .cf-hd::before {
  content: "";
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #FFFFFF 0.01%, #2C72C6 100.01%);
  position: absolute;
  top: 100%;
  left: 0;
}

.confirm-yctv .img img {
  transform: translateY(45px);
}

.confirm-yctv .body-cf {
  padding: 0 30px 30px;
}

.confirm-yctv .title-pu {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: flex-end;
  color: #1F2125;
  transition: 0, 3s;
}

.confirm-yctv .txt * {
  font-style: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #1F2125;
}

.confirm-yctv .close-pu {
  margin-top: 20px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  display: flex;
  align-items: center;
  color: #1F2125;
  justify-content: center;
  height: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}

.confirm-yctv .close-pu:hover {
  border-color: #2C72C6;
  background: #2C72C6;
  color: #fff;
}

.confirm-yctv .full_name {
  margin-left: 5px;
}

.close-confirm-yctv {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2862745098);
  z-index: 998;
}

#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li > a {
  color: #fff;
  padding-bottom: 14px !important;
}

#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li {
  padding: 14px 20px 0 20px !important;
}

#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li.active > a,
#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li.active > a:hover,
#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li.active > a:focus,
#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li.active-trail > a,
#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:hover,
#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus,
#block-battery-ecosystem-menu .we-mega-menu-ul > .dropdown-menu:hover > a,
#block-battery-ecosystem-menu .we-mega-menu-ul > .dropdown-menu:focus > a,
#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li > a:hover,
#block-battery-ecosystem-menu .we-mega-menu-ul > .we-mega-menu-li > a:focus {
  border-bottom: none;
  background: linear-gradient(270deg, #0094FF 0%, #2C72C6 100%) left bottom no-repeat !important;
  background-size: 100% 5px !important;
}

#block-battery-ecosystem-menu .navbar-we-mega-menu {
  background: #2C72C6;
  padding: 0;
}

.iframe-chatbot .aip-chat-box {
  display: none !important;
}

.iframe-chatbot #block-side-floating-menu-icon, .iframe-chatbot.path-chinh-sach-bao-hanh h2:not(.chatbot), .iframe-chatbot.path-chinh-sach-bao-hanh .tab-header,
.iframe-chatbot.path-chinh-sach-bao-hanh .after-content, .iframe-chatbot.path-tram-sac .btn-reg,
.iframe-chatbot.path-bao-duong-dinh-ky #block-baoduonghdbaoduongdinhky .tab-header .tab:nth-child(1) {
  display: none !important;
}

.iframe-chatbot.path-chinh-sach-bao-hanh .chatbot .tab-header {
  display: block !important;
}

.iframe-chatbot.path-chinh-sach-bao-hanh .chatbot {
  display: block !important;
}

.iframe-chatbot .form-contact .form-submit {
  margin-bottom: 40px;
}

.iframe-chatbot .nav-battery-ecosystem-sp {
  top: 0;
}

#block-side-floating-menu .floating-tool {
  position: fixed;
  top: 24%;
  right: -184px;
  z-index: 1030;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 148%;
  cursor: pointer;
}

#block-side-floating-menu .floating-tool__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  border: 1px solid #2c72c6;
  border-radius: 3px 0 0 3px;
  background: #2c72c6;
}

#block-side-floating-menu .floating-tool__body {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#block-side-floating-menu ol, #block-side-floating-menu ul, #block-side-floating-menu dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

#block-side-floating-menu .floating-tool__body .icon-item {
  display: table;
  border: 1px solid #dbe1e3;
  background-color: #fff;
  min-width: auto;
  border-radius: 0 0 0 3px;
  transition: all 0.5s ease 0s;
}

#block-side-floating-menu .floating-tool__body .icon-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#block-side-floating-menu .floating-tool__body .icon-item span {
  font-weight: 700;
  padding: 9px 10px 9px 0;
}

#block-side-floating-menu .floating-tool__body .icon-item:hover {
  transform: translateX(calc(-100% + 48px));
}

body .embeddedServiceHelpButton {
  display: none !important;
}

#menus-global {
  position: fixed;
  width: 100vw;
  z-index: 99;
  background: #fff;
  top: 70px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-24px);
  padding-top: 30px;
  padding-bottom: 30px;
}

#menus-global .menu {
  display: flex;
  margin-left: 0;
  margin-bottom: 0;
}

/* #menus-global .container>.menu>li:nth-child(2) {
  margin: 0 60px;
} */
#menus-global li.menu-item--expanded {
  width: 33.3%;
}

#menus-global ul li.menu-item--expanded span.region + ul li {
  width: 50%;
}

#menus-global li span.region {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #1F2125;
}

#menus-global li span.language {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1F2125;
}

#menus-global li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}

#menus-global li a:hover {
  color: #2C72C6;
  text-decoration: underline;
}

#menus-global ul li:nth-child(2) ul {
  flex-wrap: wrap;
}

#menus-global li span.language + ul {
  margin-left: 0;
}

#menus-global li.menu-item--expanded {
  list-style: none outside;
}

#menus-global li span.region + ul {
  margin-top: 20px;
}

#menus-global li span.region + ul > li {
  padding: 20px;
}

#menus-global li span.region + ul > li:hover {
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}

#menus-global li:nth-child(3) span.region + ul > li {
  border-radius: 3px;
  padding: 20px;
}

#menus-global li:nth-child(3) span.region + ul > li,
#menus-global li:nth-child(1) span.region + ul > li:nth-child(2) {
  width: 50% !important;
}

html[lang=vi] #menus-global a[data-language=vn_vi] {
  color: #2C72C6;
}

html[lang=en] #menus-global a[data-language=vn_en] {
  color: #2C72C6;
}

.button-select-region span {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #1F2125;
}

.button-select-region:hover {
  background: rgba(44, 114, 198, 0.1);
}

.header-nav-main .box-car-head .button-select-region {
  border-radius: 3px;
}

.button-select-region {
  padding: 10px;
  margin-left: 26px;
}

.button-select-region:hover > span {
  color: #2C72C6;
}

.button-select-region:hover svg path {
  fill: #2C72C6;
}

/* .button-select-region:hover #menus-global {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
} */
.mega-cong-cu ul {
  padding: 0;
}

/* .pc-header, .mega_menu_container {
  padding: 12px 50px 10px;
} */
.pc-header, .mega_menu_container {
  padding: 16px 30px;
}

body.toolbar-tray-open:not(.body-auth0) #menus-global, body.toolbar-tray-open:not(.body-auth0) #sidebar-right {
  top: 148px;
}

body.toolbar-tray-open:not(.body-auth0) .mega_menu {
  top: 148px;
}

body #header .header-body {
  border-bottom: none;
}

.ui-widget.ui-widget-content.popup-sign-in, .ui-widget.ui-widget-content.popup-sign-up {
  border: none;
  z-index: 98;
  width: 100% !important;
  height: calc(100vh - 84px) !important;
  top: 84px !important;
  left: 0 !important;
}

.ui-widget.ui-widget-content.popup-sign-in #drupal-modal, .ui-widget.ui-widget-content.popup-sign-up #drupal-modal {
  height: calc(100vh - 69px) !important;
  max-height: 100vh !important;
}

.ui-widget.ui-widget-content.popup-forgot-pw {
  border: 1px solid #FFFFFF;
  z-index: 98;
  width: 366px;
  min-width: 366px;
}

.popup-sign-in .ui-widget-header, .popup-sign-up .ui-widget-header {
  display: none !important;
}

.popup-sign-in + .ui-widget-overlay.ui-front, .popup-sign-up + .ui-widget-overlay.ui-front {
  background: #FFFFFF;
  opacity: 1;
  margin-top: 69px;
  z-index: 97;
}

#change-password-success .logo, #register-success .logo {
  background: url("../img/logo-header.svg") 0 0 no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}

#change-password-success {
  max-width: 366px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
}

#register-success {
  max-width: 366px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
}

#change-password-success .close-form, #register-success .close-form {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
}

#change-password-success .desc-1, #register-success .desc-1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #1464F4;
  margin: 40px 0px 30px;
}

#change-password-success .desc-2, #register-success .desc-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
}

#change-password-success .user-redirect-login {
  background: #1464F4;
  border-radius: 3px;
  width: 100%;
  padding: 8px 0;
  margin: 30px 0;
}

#change-password-success .user-redirect-login a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

#change-password-success .hotline, #register-success .hotline {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
  margin-top: 30px;
}

.grecaptcha-badge {
  display: none !important;
}

#footer-wrapper {
  background: #f8f8f8;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

#footer-wrapper .info div {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  margin-bottom: 1rem;
}

#footer-wrapper .info div:nth-child(6) {
  margin: 16px 0;
}

#footer-wrapper .info p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  margin-bottom: 1rem;
}

#footer-wrapper .copy-right span {
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
}

#block-join-the-charge {
  padding: 6rem 0;
  margin-top: 6rem;
  background: url("../../assets/img/home/join-the-charge.webp") no-repeat scroll left center transparent;
  background-size: cover;
}

#communication-preference-form-wrapper p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
}

#communication-preference-form-wrapper p.desc-1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin: 1rem 0 0 0;
}

#communication-preference-form-wrapper p.desc-2 {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  margin: 1rem 0 0 0;
}

#communication-preference-form-wrapper p.desc-2 a {
  color: #fff;
  font-weight: 700;
}

#communication-preference-form-wrapper p.desc-2 a:hover {
  text-decoration: underline;
}

#communication-preference-form-wrapper .error.wrong-email-format {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #DC3545;
  margin: 1rem 0 0 0;
}

#communication-preference-form-wrapper .subcribe-success {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #28A745;
}

#communication-preference-form-wrapper .user-input {
  margin-top: 1rem;
}

#communication-preference-form-wrapper .user-input input[type=email] {
  height: 48px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: none;
  background: #FFFFFF;
  border: none;
  padding: 1rem;
  border-radius: 0;
}

#communication-preference-form-wrapper .user-input {
  border-radius: 3px;
  position: relative;
  background: #FFF;
}

#communication-preference-form-wrapper .user-input .form-item-email {
  margin: 0;
  width: 70%;
}

#communication-preference-form-wrapper .user-input input[type=submit] {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  background: #1464F4;
  border-radius: 0;
  margin: 0;
  padding: 0 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}

#communication-preference-form-wrapper input:focus {
  border-color: unset;
}

#communication-preference-form-wrapper input[type=email]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #3C3C3C;
}

#communication-preference-form-wrapper span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  position: absolute;
  width: 30%;
  height: 36px;
  right: 6px;
  top: 6px;
  background: #28A745;
  border-radius: 3px;
}

#communication-preference-form-wrapper span i {
  color: #fff;
  width: 16px;
  height: 11px;
}

#footer-wrapper .logo .info {
  margin-top: 36px;
  max-width: 85%;
  max-width: 500px;
}

#footer-wrapper .cskh {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#footer-wrapper .cskh .menu-contact a {
  display: inline-block;
  color: #3C3C3C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {
  #block-join-the-charge {
    background-position: -7rem center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .ui-widget.ui-widget-content.popup-sign-up {
    top: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  #communication-preference-form-wrapper .user-input {
    background: none;
  }
  #communication-preference-form-wrapper .user-input .form-item-email {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  #communication-preference-form-wrapper .user-input input[type=submit] {
    width: 100%;
    display: block;
    position: unset !important;
    transform: unset !important;
  }
  .ui-widget.ui-widget-content.popup-forgot-pw {
    z-index: 1030 !important;
  }
  .popup-sign-in + .ui-widget-overlay.ui-front, .popup-sign-up + .ui-widget-overlay.ui-front {
    margin-top: 50px;
  }
  .popup-sign-in + .ui-widget-overlay.ui-front, .popup-sign-up + .ui-widget-overlay.ui-front {
    z-index: 1000;
  }
  .ui-widget.ui-widget-content.popup-sign-in, .ui-widget.ui-widget-content.popup-sign-up {
    z-index: 1001;
    top: 60px !important;
    height: calc(100vh - 60px) !important;
  }
  .path-frontpage .wrapper {
    margin-bottom: -1px;
  }
  footer .menu-footer {
    margin-top: 3rem;
  }
  footer .menu-footer li.menu-item:last-child {
    margin: 0;
  }
  footer .menu-footer .header {
    margin-bottom: 1.5rem;
  }
  footer .menu-footer .body {
    padding: 16px 20px;
    background: #F7F9F9;
    box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.1);
  }
  footer .menu-footer .menu-item.show .header > .chervon-down {
    background: url(../img/icons/chervon-up-sp.svg) 0 0 no-repeat;
  }
  #footer-wrapper .logo .info {
    margin-top: 24px;
    max-width: unset;
  }
  #block-new-home-testimonial {
    margin-bottom: 0px !important;
  }
  footer .cskh .title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #3C3C3C;
    margin-bottom: 16px;
  }
  footer .cskh .email {
    margin: 0;
  }
  footer .cskh .connect-title {
    margin-bottom: 0;
    margin-right: 40px;
  }
  footer .cskh .hotline-email .title {
    margin-bottom: 24px;
  }
  footer .cskh .title {
    margin-bottom: 0;
    margin-right: 44px;
  }
  footer .ecosystem ul.menu {
    display: flex;
    margin: 0 0 0 16px;
  }
  footer .ecosystem p.menu-title {
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 0;
  }
  footer .bct-wrapper img {
    height: auto;
    margin-right: 0;
  }
  #footer-wrapper .info div:last-child {
    margin-bottom: 0;
  }
  footer .menu-footer .body .menu-item {
    margin-bottom: 16px;
  }
  footer .info .menu-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    color: #3C3C3C;
  }
  .cskh .connect-vf {
    display: flex;
    justify-content: center;
  }
  .cskh .ecosystem {
    margin: 0;
    padding: 0;
  }
  .cskh .ecosystem .ecosystem-content {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 0;
    background: none;
    display: flex;
  }
  .cskh .ecosystem .ecosystem-content ul {
    margin: 0;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .cskh .ecosystem .ecosystem-content ul li {
    margin: 0;
    padding: 0;
  }
  .cskh .ecosystem-copy-right .bct-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer-wrapper .cskh .ecosystem-copy-right span {
    font-size: 14px;
  }
}
.communication-preference-form button.form-submit {
  position: absolute;
  right: 0;
  top: 7px;
}

/*
  Popup video
*/
.popup-front .close-popup {
  display: flex;
  width: 20px;
  height: 20px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.popup-front .close-popup i {
  font-weight: 400;
}

.popup-iframe {
  display: none;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-icon svg {
  max-width: 60px;
}

.popup-poster {
  position: relative;
}

#header .button-register-drive {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  margin-left: 25px;
  gap: 10px;
  width: 171px;
  background: #1464F4;
  border-radius: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF !important;
  height: auto;
}

#header .button-register-drive:hover,
#header .button-register-drive:focus {
  background: #fff;
  color: #1464F4 !important;
  border-color: #1464F4;
}

#communication-preference-form-wrapper .btn-submit-form {
  position: absolute;
  right: 0;
  top: 7px;
}

#communication-preference-form-wrapper .btn-submit-form:hover,
#communication-preference-form-wrapper .btn-submit-form:focus {
  background: #fff !important;
  color: #1464F4 !important;
  border-color: #1464F4 !important;
}

#communication-preference-form-wrapper .btn-submit-form {
  position: absolute;
  right: 0;
  top: 7px;
}

#communication-preference-form-wrapper .btn-submit-form:hover,
#communication-preference-form-wrapper .btn-submit-form:focus {
  background: #fff !important;
  color: #1464F4 !important;
  border-color: #1464F4 !important;
}

.page-node-type-dvhm-bao-duong #block-hamburgermenu {
  position: relative;
  z-index: 999999;
}

/*
  Button readmore
*/
.news-content .hidden {
  display: none;
}

.readmore_content_exists {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.readmore_content_exists:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 102px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 34.78%);
  width: 100%;
}

.readmore_content_exists button {
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  margin: 0 5px 20px;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  display: inline-block;
  border: none;
  background: url() no-repeat top;
  background-color: transparent;
  background-size: 26px 17px;
  padding-bottom: 0;
  padding-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1464F4;
}

.readmore_content_exists button span span {
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDIzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMUwxMS41IDVMMjEuNSAxIiBzdHJva2U9IiMxNDY0RjQiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  width: 25px;
  top: 6px;
  height: 15px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore_content_exists button span.arrow {
  top: 22px;
}

.readmore_content_exists button span.arrow:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDIzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMUwxMS41IDVMMjEuNSAxIiBzdHJva2U9IiMxNDY0RjQiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  display: block;
  width: 25px;
  right: 0;
  left: 0;
  top: -5px;
  margin: auto;
  position: absolute;
  opacity: 1;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore_content_exists button span.arrow:after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDIzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgMUwxMS41IDVMMjEuNSAxIiBzdHJva2U9IiMxNDY0RjQiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  display: block;
  width: 25px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  opacity: 1;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore_content_exists button {
  outline: 0;
}

.readmore_content_exists button .arrow span {
  animation: animate-arrow-1 1s ease-in-out infinite;
}

.readmore_content_exists button .arrow:before {
  animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}

.readmore_content_exists button span.arrow:after {
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}

@keyframes animate-arrow-1 {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  70%, to {
    transform: translateY(0);
    opacity: 0.3;
  }
}
@keyframes animate-arrow-2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  70%, to {
    transform: translateY(0);
    opacity: 0.5;
  }
}
@keyframes animate-arrow-3 {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  70%, to {
    transform: translateY(0);
    opacity: 1;
  }
}
#readmore_content {
  position: absolute;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

#block-trang-chu-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#block-trang-chu-popup .popup-carousel {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#block-trang-chu-popup .close-popup {
  cursor: pointer;
}

#block-trang-chu-popup .owl-carousel {
  margin: 0;
}

#block-trang-chu-popup .owl-carousel img {
  display: block;
  width: 100%;
  height: auto;
}

#block-trang-chu-popup .close-popup {
  display: flex;
  width: 20px;
  height: 20px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

#block-trang-chu-popup .close-popup i {
  font-weight: 400;
}

#block-trang-chu-popup .owl-carousel .owl-dot {
  width: 20px;
  height: 20px;
}

#block-trang-chu-popup .owl-carousel .owl-dots .owl-dot.active span,
#block-trang-chu-popup .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #1464F4;
}

#aip-chat-box .cw_hello_message.is-visible {
  display: none !important;
}

@media (max-width: 768px) {
  #aip-chat-box {
    bottom: 16px;
  }
  #block-trang-chu-popup .owl-carousel {
    max-width: 90%;
  }
}
#aip-chat-box {
  z-index: 10;
}

:root {
  --swiper-theme-color: #007aff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate; /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
  padding: 32px;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

#nav-icon-region {
  width: 20px;
  height: 13px;
  position: relative;
  cursor: pointer;
}

#header_pc {
  padding: 20px 30px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
@media (max-width: 1024px) {
  #header_pc {
    padding: 15px !important;
  }
}
#header_pc .img-datlich {
  display: flex;
  position: relative;
  justify-content: center;
  justify-items: center;
  padding: 8px;
}
#header_pc .img-datlich a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  width: calc(100% - 32px);
  margin: 16px 0;
  height: 48px;
  background: #1464f4;
  border-radius: 3px;
}
#header_pc .menuToogleMobile {
  display: none;
}
@media (max-width: 1024px) {
  #header_pc .menuToogleMobile {
    display: flex;
  }
}
#header_pc .hamburgerBtn {
  height: auto;
  padding: 13px 11px;
  border-radius: 3px;
  min-width: unset;
  margin-left: 30px;
}
@media (max-width: 768px) {
  #header_pc .hamburgerBtn {
    background-color: rgba(20, 100, 244, 0.1);
  }
}
@media (max-width: 480px) {
  #header_pc .hamburgerBtn {
    background-color: rgba(20, 100, 244, 0.1);
  }
}
#header_pc .hamburgerBtn:hover {
  background-color: rgba(20, 100, 244, 0.1);
}
#header_pc .hamburgerBtn .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#header_pc .hamburgerBtn .btn-hamberger:hover {
  border: 1px solid #1464F4;
  background-color: #fff;
}
#header_pc .hamburgerBtn .btn-hamberger:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(20, 100, 244, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#header_pc .hamburgerBtn.hamburgerToggleMobile {
  display: none;
}
@media (max-width: 1024px) {
  #header_pc .hamburgerBtn.hamburgerToggleMobile {
    display: flex;
  }
}
#header_pc .hamburgerBtn.hamburgerToggleMobile {
  display: none;
}
@media (max-width: 1024px) {
  #header_pc .hamburgerBtn.hamburgerToggleMobile {
    display: flex;
  }
}
#header_pc .hamburgerBtn.hamburgerTogglePc {
  display: flex;
}
@media (max-width: 480px) {
  #header_pc .hamburgerBtn.hamburgerTogglePc {
    display: none;
  }
}
@media (max-width: 768px) {
  #header_pc .hamburgerBtn.hamburgerTogglePc {
    display: none;
  }
}
#header_pc #navbar-content {
  justify-content: space-between;
}
#header_pc .menu-right {
  gap: 4px;
}
#header_pc .menu-right .try-btn {
  background-color: #1464F4;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 24px;
}
#header_pc .menu-right .try-btn:hover {
  background-color: #fff !important;
  border-color: #1464F4;
  color: #fff;
}
@media (max-width: 1024px) {
  #header_pc .middle-nav {
    display: none;
  }
}
#header_pc .middle-nav li.nav-item {
  margin-right: 30px;
}
#header_pc .middle-nav li.nav-item .dropdown-toggle:after {
  display: none;
}
#header_pc .middle-nav li.nav-item a.nav-link {
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: #1f2125;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: -0.02em;
  white-space: nowrap;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 992px) {
  #header_pc .middle-nav li.nav-item a.nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}

.dropDownCars {
  padding: 16px;
}
.dropDownCars #tabCars {
  justify-content: center;
  border-bottom: none;
  align-items: center;
  margin-bottom: 48px;
}
.dropDownCars #tabCars li {
  margin-right: 50px !important;
}
.dropDownCars #tabCars li:last-child {
  margin-right: 0;
}
.dropDownCars #tabCars li .nav-link {
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  color: #3c3c3c;
  text-transform: uppercase;
  padding: 0;
}
.dropDownCars #tabCars li .nav-link.active {
  color: rgb(20, 100, 244);
  font-size: 16px;
}
.dropDownCars .carsContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  width: 100%;
  justify-content: center;
}
.dropDownCars .carsContainer .carItem {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  align-items: center;
  max-width: 141px;
  padding: 0.5rem;
  border-radius: 4px;
}
.dropDownCars .carsContainer .carItem:hover {
  background-color: rgba(44, 114, 198, 0.2);
}
.dropDownCars .carsContainer .carItem .carImage, .dropDownCars .carsContainer .carItem .carImageHover {
  width: 160px;
  height: auto;
  transition: opacity 750ms;
}
.dropDownCars .carsContainer .carItem .carImageHover {
  display: none;
}
.dropDownCars .carsContainer .carItem .carName {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: #1f2125;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.dropDownCars .carsContainer .carItem:hover .carImage, .dropDownCars .carsContainer .carItem:hover .carImageHover {
  display: none;
}
.dropDownCars .carsContainer .carItem:hover .carImageHover {
  display: block;
}

.dropDownAfterSale {
  padding: 16px;
}
.dropDownAfterSale .afterSaleTilte {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1f2125;
  padding: 14px;
  margin-bottom: 0;
}
.dropDownAfterSale .afterSaleMenu {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}
.dropDownAfterSale .afterSaleMenu li {
  padding: 0 !important;
  margin-left: -10px;
  width: 100%;
}
.dropDownAfterSale .afterSaleMenu li a {
  display: block;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #1f2125 !important;
  padding: 8px;
  width: 100%;
}
.dropDownAfterSale .afterSaleMenu li a:hover {
  background: rgba(44, 114, 198, 0.1019607843);
  border-radius: 3px;
  display: block;
}

#sidebarMenuMobile {
  padding-right: 1rem;
}
#sidebarMenuMobile .accordion-item {
  border: none;
}
#sidebarMenuMobile .accordion-item .accordion-button {
  display: flex;
  margin: 12px 0;
  padding: 0;
  line-height: 30px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #3c3c3c;
}
#sidebarMenuMobile .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%233C3C3C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#sidebarMenuMobile .accordion-item .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}
#sidebarMenuMobile .accordion-item .accordion-body {
  display: block;
  margin-left: 16px !important;
  border-left: 1px solid #d9e1e2;
  margin-top: 20px !important;
  padding: unset;
}
#sidebarMenuMobile .accordion-item .accordion-body .submenu-subheader {
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #3c3c3c;
  border-radius: 3px;
  background-color: #f8f9fa;
  padding: 12px 8px !important;
  margin: 0;
  margin-left: 16px !important;
}
#sidebarMenuMobile .accordion-item .accordion-body .submenu-subitem {
  margin-left: 16px !important;
}
#sidebarMenuMobile .accordion-item .accordion-body .submenu-subitem a {
  font-weight: 600 !important;
  padding: 12px 24px;
  font-size: 16px;
  color: #3c3c3c;
  width: 100%;
  display: block;
}
#sidebarMenuMobile .accordion-item .accordion-body .submenu-subitem a:hover {
  border-radius: 0;
}
#sidebarMenuMobile .accordion-item .accordion-body .subitem {
  margin-left: 16px !important;
}
#sidebarMenuMobile .accordion-item .accordion-body .subitem a {
  font-weight: 600 !important;
  padding: 12px 8px !important;
  margin: 0;
  font-size: 16px;
  color: #3c3c3c;
  width: 100%;
  display: block;
}
#sidebarMenuMobile .accordion-item .accordion-body .subitem a:hover {
  border-radius: 0;
}
#sidebarMenuMobile .pure-item {
  margin: 12px 0;
}
#sidebarMenuMobile .pure-item a {
  font-weight: 600 !important;
  font-size: 16px;
  color: #3c3c3c;
}

#content {
  margin-top: 48px;
}
@media (max-width: 768px) {
  #content {
    margin-top: 28px;
  }
}

#header {
  position: relative;
  background: #fff;
}

.modal .modal-dialog {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  min-width: 560px;
  background-color: #fff;
}

.brand-color {
  color: #2c72c6;
}

.block-megamainmenu {
  margin-left: auto;
}

.mega_menu {
  position: fixed;
  width: 100vw;
  z-index: 99;
  background: #fff;
  top: 79px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-15px);
}

@media (max-width: 991px) {
  .mega_menu {
    top: 60px;
  }
}
.mega_menu .container {
  max-width: 100% !important;
  padding: 30px;
}

.mega_menu .container {
  max-width: 100% !important;
  padding: 30px;
}

@media (max-width: 991px) {
  .mega_menu .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.mega_menu .nav-tabs {
  align-items: center;
  border: none;
}

.mega_menu .nav-tabs .nav-link {
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  color: #3c3c3c;
  text-transform: uppercase;
  padding: 0;
}

.mega_menu .nav-tabs .nav-link:not(:last-child) {
  margin-right: 50px;
}

.mega_menu .nav-tabs .nav-link.active {
  font-size: 16px;
  color: #1464f4;
}

.mega_menu .pop_tu_van a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #3c3c3c;
}

.mega_menu .pop_tu_van a svg {
  margin-right: 10px;
  fill: #3c3c3c;
}

.mega_menu .pop_tu_van a:hover {
  color: #1464f4;
}

.mega_menu .pop_tu_van a:hover svg {
  fill: #1464f4;
}

.mega_menu .item_name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: #3c3c3c;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}

.mega_menu .slogan {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  color: #707070;
  margin-bottom: 10px;
}

.mega_menu .price {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 127%;
  color: #3c3c3c;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.mega_menu .see-details {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1464f4;
}

.mega_menu .link {
  text-align: center;
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
}

.mega_menu .link a {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  text-decoration-line: underline;
  color: #2998dd;
}

.mega_menu .mega-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #3c3c3c;
  padding-bottom: 22px;
}

.mega_menu .img.col-md-6 {
  margin: -20px 0 -20px;
  max-width: 462px;
}

.mega_menu .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 140.4%;
  text-align: center;
  color: #707070;
  margin-top: 20px;
}

.mega_menu .view_all {
  text-align: center;
  padding-top: 20px;
}

.mega_menu .view_all a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background: #1464f4;
  border-radius: 3px;
  height: 40px;
  width: 364px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.mega_menu .view_all a:hover {
  background: #125eb9;
}

.mega_menu_header.mega-main-menu {
  /*height: 84px;*/
  display: flex;
  padding: 0;
  /*margin: 0 0 0 20px;*/
  list-style: none;
  justify-content: end;
}

@media screen and (max-width: 992px) {
  .mega_menu_header.mega-main-menu {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .mega_menu_header.mega-main-menu {
    height: 60px;
    align-items: center;
  }
}
.mega_menu_header.mega-main-menu > li {
  height: 100%;
  display: flex;
  align-items: center;
  /*padding: 22px 0;*/
  /*margin: 0 20px;*/
}

.mega_menu_header.mega-main-menu > li.active .mega_menu,
.mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 100;
  overflow: auto;
  /* max-height: 240px; */
  border-top: 2px solid #d9e1e2;
  box-sizing: content-box;
}

.mega_menu_header.mega-main-menu > li.active .mega_menu .fade.show,
.mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu .fade.show {
  visibility: visible;
}

.mega_menu_header.mega-main-menu > li.active .mega_menu .tab-content,
.mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu .tab-content {
  padding: 48px 0 0 0;
}

/*#block-megamainmenuoto #mega_oto_tab_content {*/
/*  padding-top: 0;*/
/*}*/
@media (max-width: 991px) {
  .mega_menu_header.mega-main-menu > li.active .mega_menu,
  .mega_menu_header.mega-main-menu > li.mega_menu_active .mega_menu {
    max-height: unset;
    height: calc(100% - 60px);
    padding-bottom: 92px;
  }
}
.mega_menu_header.mega-main-menu > li.active > a,
.mega_menu_header.mega-main-menu > li.mega_menu_active > a {
  color: #1464f4;
}

.mega_menu_header.mega-main-menu > li:not(.desktop-hover):not(.no-hover):hover > a {
  color: #1464f4;
}

.mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 100;
  overflow: auto;
  max-height: calc(100% - 70px);
}

.mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu .fade.show {
  visibility: visible;
}

@media (max-width: 991px) {
  .mega_menu_header.mega-main-menu > li.mega-account:hover .mega_menu {
    max-height: unset;
    height: calc(100% - 60px);
    padding-bottom: 92px;
  }
}
.mega_menu_header.mega-main-menu > li.mega-account:hover > a {
  color: #1464f4;
}

.mega_menu_header.mega-main-menu > li .mega_menu .fade.show {
  visibility: hidden;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img {
  transition: opacity 750ms;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  padding: 0.5rem;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img.vehicle-hover {
  background: rgba(20, 100, 244, 0.1);
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img.vehicle-hover .img-mega-menu-hover {
  display: block;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img.vehicle-hover .img-mega-menu-hover + .img-mega-menu {
  display: none;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img .img-mega-menu-hover {
  display: none;
}

.mega_menu_header.mega-main-menu > li .mega_menu .tab-content .tab-pane a.img .img-mega-menu {
  max-width: 270px;
  width: 100%;
}

.mega_menu_header.mega-main-menu > li > a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #3c3c3c;
  transition: 0.3s;
  white-space: nowrap;
  font-weight: 600;
  cursor: pointer;
}

body.toolbar-tray-open .mega_menu {
  top: 138px;
}

#block-megamainmenu {
  margin: auto;
}

#block-megamainmenu ul {
  margin: 0;
}

#block-megamainmenudichvu .tab-content {
  padding: 0;
}

#block-megamainmenubattery .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

#block-megamainmenubattery .img .img-mega-menu {
  width: 100%;
  max-width: 238px;
}

#block-megamainmenubattery .img .item_name {
  margin-top: 12px;
}

#block-megamainmenubattery .img:hover {
  background: rgba(20, 100, 244, 0.1);
  border-radius: 5px;
}

.hd-mega {
  display: flex;
  justify-content: center;
}

.mega-menu .we-mega-menu-li a {
  text-transform: uppercase;
}

.mega-menu .we-mega-menu-li a.active_mega {
  color: #1464f4 !important;
}

.mega-main-menu .tab-content {
  box-shadow: none;
  outline: none;
  border: none;
  padding: 0;
}

.menu_service div.img {
  position: relative;
}

.menu_service div.img .btn-service {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  width: calc(100% - 32px);
  margin: 16px 0;
  height: 48px;
  background: #1464f4;
  border-radius: 3px;
}

.menu_service .container {
  max-width: 1140px !important;
}

.mega-dich-vu {
  display: flex;
}

.mega-dich-vu table {
  width: 100%;
}

.mega-dich-vu table tr th,
.mega-dich-vu table tr td {
  width: 30%;
  padding: 0 15px;
  vertical-align: top;
}

.mega-dich-vu table tr th:first-child,
.mega-dich-vu table tr td:first-child {
  padding-left: 0;
}

.mega-dich-vu table tr ul li {
  margin-bottom: 10px;
}

.mega-dich-vu table tr ul li:last-child {
  margin-bottom: 0;
}

.mega-dich-vu li {
  padding: 0 !important;
  margin-left: -10px;
}

.mega-dich-vu li a {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #3c3c3c !important;
  padding: 8px;
}

.mega-dich-vu li a:hover {
  background: rgba(44, 114, 198, 0.1019607843);
  border-radius: 3px;
}

.mega-dich-vu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-dich-vu .img {
  padding: 0;
}

.mega-dich-vu[data-id="2"] ul {
  display: flex;
}

.mega-dich-vu[data-id="2"] ul li:first-child {
  margin-right: 80px;
}

.mega-account {
  padding: 0 !important;
  margin: 0 !important;
}

.mega-account a.we-mega-menu-li {
  display: flex;
  align-items: center;
  padding: 10px;
}

.mega-account a.we-mega-menu-li p {
  color: #3c3c3c;
  margin: 0;
}

.mega-account a.we-mega-menu-li svg {
  fill: #3c3c3c;
  display: none;
}

.mega-account a.we-mega-menu-li svg:last-child {
  margin-left: 8px;
}

.mega-account a.we-mega-menu-li.btn {
  border-radius: unset;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: unset;
  z-index: 1;
}

.mega-account.login:hover a.we-mega-menu-li {
  background-color: rgba(44, 114, 198, 0.1019607843);
  border-radius: 3px;
}

.mega-account.login:hover a.we-mega-menu-li p {
  color: #1464f4;
}

.mega-account.login:hover a.we-mega-menu-li svg {
  fill: #1464f4;
}

.mega-account.login:hover a.we-mega-menu-li svg:last-child path {
  fill: #1464f4;
}

.mega-account.login a.we-mega-menu-li svg {
  display: block !important;
  margin-right: 10px;
}

.mega-account.login .mega_menu {
  display: block !important;
}

.mega-account .content-asset {
  display: flex;
  justify-content: end;
}

.mega-account .content-asset .mega_menu {
  width: 290px;
  border-radius: 3px;
  box-shadow: 0px 16px 48px 0 rgba(0, 0, 0, 0.176);
  left: unset;
  display: none;
  margin-right: -15px;
}

.mega-account .content-asset .mega_menu ul li {
  margin: 10px;
  padding: 0;
}

.mega-account .content-asset .mega_menu ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #3c3c3c;
  padding: 10px;
}

.mega-account .content-asset .mega_menu ul li a:hover {
  background-color: rgba(44, 114, 198, 0.1019607843);
  color: #1464f4;
  border-radius: 3px;
}

.mega-submenu {
  height: 100%;
}

@media (max-width: 991px) {
  .mega-submenu {
    margin: 0 !important;
  }
}
.mega-submenu::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  width: 1px;
  border-left: 1px solid #dbe1e3;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .mega-submenu::before {
    display: none;
  }
}
.mega-submenu li.block-megamainmenu {
  display: flex;
  align-items: center;
  margin-left: -5px !important;
  margin-right: 50px !important;
}

.mega-submenu li.block-megamainmenu .we-mega-menu-li {
  background: url("data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.375 0.75H20.625V3H0.375V0.75ZM0.375 6.375H20.625V8.625H0.375V6.375ZM0.375 12H20.625V14.25H0.375V12Z' fill='%233C3C3C'/%3E%3C/svg%3E%0A") center center no-repeat;
  width: 44px;
  height: 44px;
}

@media (hover: hover) {
  .mega-submenu li.block-megamainmenu:not(.has-touch) .we-mega-menu-li:hover {
    background: url("data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.375 0.75H20.625V3H0.375V0.75ZM0.375 6.375H20.625V8.625H0.375V6.375ZM0.375 12H20.625V14.25H0.375V12Z' fill='%231464F4'/%3E%3C/svg%3E%0A") center center no-repeat;
  }
}
@media (max-width: 991px) {
  .mega-submenu li.block-megamainmenu {
    margin-right: 10px !important;
    padding-left: 5px !important;
  }
  .mega-submenu li.block-megamainmenu .we-mega-menu-li {
    transition: unset;
  }
}
.mega-submenu li a.we-mega-menu-li {
  padding: 10px;
}

.mega-submenu li svg {
  fill: #3c3c3c;
}

@media (hover: hover) {
  .mega-submenu li:not(.has-touch):hover a.we-mega-menu-li {
    background-color: rgba(44, 114, 198, 0.1019607843);
    border-radius: 3px;
    color: #1464f4;
  }
  .mega-submenu li:not(.has-touch):hover a.we-mega-menu-li svg {
    fill: #1464f4;
  }
}
.mega-submenu li.mega_menu_active a.we-mega-menu-li {
  background-color: rgba(44, 114, 198, 0.1019607843);
  border-radius: 3px;
  color: #1464f4;
}

.mega-submenu li.mega_menu_active a.we-mega-menu-li svg {
  fill: #1464f4;
}

.mega-submenu .content-asset {
  display: flex;
  justify-content: end;
}

.mega-submenu .content-asset .mega_menu::-webkit-scrollbar {
  width: 4px;
}

.mega-submenu .content-asset .mega_menu::-webkit-scrollbar-thumb {
  background: #7a99ac !important;
}

@media (min-width: 768px) {
  .mega-submenu .content-asset .mega_menu {
    width: 330px;
    border-radius: 3px;
    box-shadow: 0px 16px 48px 0 rgba(0, 0, 0, 0.176);
    left: unset;
    margin-right: -50px;
  }
}
.mega-submenu .content-asset .mega_menu ul {
  margin: 0 !important;
}

.mega-submenu .content-asset .mega_menu ul li {
  margin: 10px;
  padding: 0;
}

.mega-submenu .content-asset .mega_menu ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #3c3c3c;
  padding: 10px;
}

@media (max-width: 991px) {
  .mega-submenu .content-asset .mega_menu ul li > a {
    font-weight: 600;
  }
}
.mega-submenu .content-asset .mega_menu ul li:hover > a,
.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand > a {
  background-color: rgba(44, 114, 198, 0.1019607843);
  border-radius: 3px;
  color: #1464f4;
}

.mega-submenu .content-asset .mega_menu ul li:hover svg,
.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand svg {
  fill: #1464f4;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand a {
  font-weight: 600 !important;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul {
  display: none;
  margin-left: 16px !important;
  border-left: 1px solid #d9e1e2;
  margin-top: 20px !important;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul li {
  margin: 0;
  margin-left: 16px !important;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul li.submenu-subheader {
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #3c3c3c;
  border-radius: 3px;
  background-color: #f8f9fa;
  padding: 12px 8px;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul li a {
  font-weight: 600;
  padding: 12px 0;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand ul .submenu-subheader ~ li a {
  padding: 12px 24px;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand .toggle-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand .toggle-header .view-all {
  font-size: 12px;
  line-height: 150%;
  color: #1464f4;
  display: none;
  margin-left: auto;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand .toggle-header .toggle-header-arrow {
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%233C3C3C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand ul {
  display: block;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand .toggle-header .view-all {
  display: block;
}

.mega-submenu .content-asset .mega_menu ul li.submenu-expand.active-expand .toggle-header .toggle-header-arrow {
  margin-left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10L8 6L4 10' stroke='%233C3C3C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.mega-submenu .content-asset .mega_menu ul li .account {
  display: none;
  padding-left: 15px;
}

.mega-submenu .content-asset .mega_menu ul li .account.active {
  display: block;
}

@media (max-width: 991px) {
  .login-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 6.99992C9.34166 6.99992 10.8333 5.50825 10.8333 3.66659C10.8333 1.82492 9.34166 0.333252 7.5 0.333252C5.65833 0.333252 4.16666 1.82492 4.16666 3.66659C4.16666 5.50825 5.65833 6.99992 7.5 6.99992ZM7.5 8.66659C5.275 8.66659 0.833328 9.78325 0.833328 11.9999V13.6666H14.1667V11.9999C14.1667 9.78325 9.725 8.66659 7.5 8.66659Z' fill='%233C3C3C'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    min-width: unset;
    width: 44px;
    height: 44px;
  }
}
.custom-content-menu {
  background: #1464f4;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  width: max-content;
  border-radius: 3px;
}

.custom-content-menu ul {
  list-style-type: none;
  padding: 28px 0;
}

.custom-content-menu .custom-menu-item {
  color: white;
  font-weight: 700;
  font-size: 13px;
  padding: 0 30px;
}

.custom-content-menu li + li {
  margin-top: 20px;
}

.mega-tool {
  position: relative;
  display: inline-block;
}

.mega-tool:hover .custom-content-menu {
  opacity: 1;
  visibility: visible;
}

.custom-content-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1464f4;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.custom-content-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 16px;
}

.bg-mega-menu {
  position: fixed;
  width: 100vw;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3490196078);
  z-index: 98;
}

.bg-mega-menu.active {
  height: 100vh;
}

#block-megamainmenucongcu {
  width: 100%;
}

#block-megamainmenucongcu .mega-cong-cu ul {
  padding: 0;
}

#block-megamainmenucongcu .mega-cong-cu ul li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
  line-height: 24px !important;
}

#block-megamainmenucongcu .mega-cong-cu ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3c3c3c;
  padding: 10px;
}

#block-megamainmenucongcu .mega-cong-cu ul li a:hover {
  background: rgba(44, 114, 198, 0.1019607843);
  border-radius: 3px;
}

#block-megamainmenucongcu div.img {
  display: flex;
  justify-content: end;
}

#block-megamainmenucongcu div.img img {
  max-width: unset;
}

.advisory-popup .modal-dialog {
  min-width: 417px !important;
}

.advisory-popup .modal-dialog .modal-content {
  width: 365px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #ffffff !important;
}

.advisory-popup .modal-dialog .modal-content h3 {
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
}

.advisory-popup .modal-dialog .modal-content .test-request-order {
  padding-top: 10px;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .group-item {
  margin-bottom: 20px;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .group-item .label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #3c3c3c !important;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .group-item .label.required::after {
  content: " *";
  color: #1464f4;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .group-item .custom-required {
  background: #f4f4f4;
  border: none;
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 64%;
  width: 100%;
  padding: 10px 20px;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .group-item select:required:invalid {
  color: #979797;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .group-item option[value=""][disabled] {
  display: none;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .group-item option {
  color: #000;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .btn-register-driver {
  border-radius: 3px;
  margin: 20px 0;
  width: 100%;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  text-transform: none;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .btn-register-driver:disabled {
  border-color: #1464f4;
  background: #1464f4;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .btn-primary:disabled {
  color: #fff;
  background: #1464f4 !important;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .btn-primary:active {
  border-color: #1464f4;
  background: #1464f4 !important;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .btn-primary:focus {
  border-color: #1464f4;
  background: #1464f4 !important;
}

.advisory-popup .modal-dialog .modal-content .test-request-order .hotline {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 148%;
  text-align: center;
  color: #1464f4;
}

#test-request-popup .modal-header {
  height: 180px;
  padding: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1464f4;
  border-radius: 3px 3px 0px 0px;
}

#test-request-popup .modal-header .header--logo {
  background: url(../../images/vfast/logo_vinf.png) no-repeat;
  width: 105px;
  height: 29px;
  margin-top: 20px;
}

#test-request-popup .modal-header .header--icon {
  background: url(../../images/tcb/tcb-email.png) no-repeat;
  background-size: contain;
  width: 220px;
  height: 140px;
  transform: translate(10px, 30px);
  z-index: 10;
}

#test-request-popup .header--bottom-line {
  background: linear-gradient(90deg, #ffffff 0.01%, #1464f4 100.01%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 100%;
  height: 7px;
}

#test-request-popup .modal-body {
  padding: 20px 30px;
}

#test-request-popup .modal-body h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 38px;
}

#test-request-popup .modal-body p {
  font-size: 13px;
}

#test-request-popup .modal-body .btn-continue {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}

@media (max-width: 991px) {
  #aip-chat-box {
    z-index: 1049 !important;
  }
}
.mega-menu-swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9998 29.3334C8.63604 29.3334 2.6665 23.3639 2.6665 16.0001C2.6665 8.63629 8.63604 2.66675 15.9998 2.66675C23.3636 2.66675 29.3332 8.63628 29.3332 16.0001C29.3332 23.3639 23.3636 29.3334 15.9998 29.3334ZM11.1514 14.788C10.4819 14.788 9.93923 15.3306 9.93923 16.0001C9.93923 16.6695 10.4819 17.2122 11.1514 17.2122H17.922L15.1427 19.9915C14.6694 20.4648 14.6694 21.2323 15.1427 21.7057C15.6161 22.179 16.3836 22.179 16.8569 21.7057L21.7046 16.858L21.7133 16.8492C21.8256 16.7349 21.9107 16.6038 21.9685 16.4641C22.0273 16.3222 22.06 16.1667 22.0604 16.0037L22.0604 16.0001L22.0604 15.9964C22.0595 15.6672 21.9272 15.3688 21.7133 15.1509L21.7046 15.1421L16.8569 10.2945C16.3836 9.82113 15.6161 9.82113 15.1427 10.2945C14.6694 10.7679 14.6694 11.5353 15.1427 12.0087L17.922 14.788H11.1514Z' fill='%231464F4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.mega-menu-swiper-button-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9998 29.3334C8.63604 29.3334 2.6665 23.3639 2.6665 16.0001C2.6665 8.63629 8.63604 2.66675 15.9998 2.66675C23.3636 2.66675 29.3332 8.63628 29.3332 16.0001C29.3332 23.3639 23.3636 29.3334 15.9998 29.3334ZM11.1514 14.788C10.4819 14.788 9.93923 15.3306 9.93923 16.0001C9.93923 16.6695 10.4819 17.2122 11.1514 17.2122H17.922L15.1427 19.9915C14.6694 20.4648 14.6694 21.2323 15.1427 21.7057C15.6161 22.179 16.3836 22.179 16.8569 21.7057L21.7046 16.858L21.7133 16.8492C21.8256 16.7349 21.9107 16.6038 21.9685 16.4641C22.0273 16.3222 22.06 16.1667 22.0604 16.0037L22.0604 16.0001L22.0604 15.9964C22.0595 15.6672 21.9272 15.3688 21.7133 15.1509L21.7046 15.1421L16.8569 10.2945C16.3836 9.82113 15.6161 9.82113 15.1427 10.2945C14.6694 10.7679 14.6694 11.5353 15.1427 12.0087L17.922 14.788H11.1514Z' fill='%233C3C3C'/%3E%3C/svg%3E%0A");
}

.mega-menu-swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.6665 16.0001C2.6665 8.63628 8.63604 2.66675 15.9998 2.66675C23.3636 2.66675 29.3332 8.63628 29.3332 16.0001C29.3332 23.3639 23.3636 29.3334 15.9998 29.3334C8.63604 29.3334 2.6665 23.3639 2.6665 16.0001ZM16.857 12.0087C17.3303 11.5353 17.3303 10.7679 16.857 10.2945C16.3836 9.82115 15.6161 9.82115 15.1428 10.2945L10.2956 15.1416L10.2811 15.1563C10.0695 15.3746 9.93925 15.6721 9.93925 16.0001C9.93925 16.1644 9.97196 16.3212 10.0312 16.4641C10.0904 16.607 10.1781 16.741 10.2943 16.8572L15.1428 21.7057C15.6161 22.179 16.3836 22.179 16.857 21.7057C17.3303 21.2323 17.3303 20.4648 16.857 19.9915L14.0777 17.2122H20.8483C21.5178 17.2122 22.0605 16.6695 22.0605 16.0001C22.0605 15.3307 21.5178 14.788 20.8483 14.788L14.0777 14.788L16.857 12.0087Z' fill='%231464F4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.mega-menu-swiper-button-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.6665 16.0001C2.6665 8.63628 8.63604 2.66675 15.9998 2.66675C23.3636 2.66675 29.3332 8.63628 29.3332 16.0001C29.3332 23.3639 23.3636 29.3334 15.9998 29.3334C8.63604 29.3334 2.6665 23.3639 2.6665 16.0001ZM16.857 12.0087C17.3303 11.5353 17.3303 10.7679 16.857 10.2945C16.3836 9.82115 15.6161 9.82115 15.1428 10.2945L10.2956 15.1416L10.2811 15.1563C10.0695 15.3746 9.93925 15.6721 9.93925 16.0001C9.93925 16.1644 9.97196 16.3212 10.0312 16.4641C10.0904 16.607 10.1781 16.741 10.2943 16.8572L15.1428 21.7057C15.6161 22.179 16.3836 22.179 16.857 21.7057C17.3303 21.2323 17.3303 20.4648 16.857 19.9915L14.0777 17.2122H20.8483C21.5178 17.2122 22.0605 16.6695 22.0605 16.0001C22.0605 15.3307 21.5178 14.788 20.8483 14.788L14.0777 14.788L16.857 12.0087Z' fill='%233C3C3C'/%3E%3C/svg%3E%0A");
}

#megaMenuModal {
  overflow: hidden;
  padding: 30px;
}

@media (max-width: 991px) {
  #megaMenuModal {
    padding: 30px;
  }
}
#megaMenuModal .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  height: fit-content;
  width: 17.9166666667%;
  min-width: 344px;
  transform: none !important;
  top: 0;
  right: 0;
  left: unset;
  color: #3c3c3c;
}

@media (max-width: 991px) {
  #megaMenuModal .modal-dialog {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
}
#megaMenuModal .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
  border: none;
  padding: 30px;
}

@media (max-width: 1440px) {
  #megaMenuModal .modal-content {
    padding: 0px 30px;
    overflow-y: scroll;
    max-height: 600px;
  }
}
#megaMenuModal .modal-content h5,
#megaMenuModal .modal-content .h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}

#megaMenuModal .modal-content .submenu-block {
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  #megaMenuModal .modal-content {
    min-height: unset;
    height: calc(100vh - 60px - 56px);
    padding: 16px;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    #megaMenuModal .modal-content {
      height: calc(100vh - 60px - 56px - 55px);
    }
  }
  @supports not (-webkit-overflow-scrolling: touch) {
    #megaMenuModal .modal-content {
      height: calc(100vh - 60px - 56px - 50px);
    }
  }
}
#megaMenuModal .modal-header {
  border: none;
}

#megaMenuModal .modal-body {
  flex: 1;
  padding: 0;
}

#megaMenuModal .modal-footer {
  justify-content: flex-start;
  padding: 0;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

@media (max-width: 991px) {
  #megaMenuModal .modal-footer {
    padding: 0;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100vh;
    pointer-events: none;
  }
}
#megaMenuModal ul {
  list-style: none;
}

#megaMenuModal ul li {
  margin-bottom: 8px;
  padding: 8px;
}

#megaMenuModal ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #3c3c3c;
}

#megaMenuModal ul li:hover {
  background: rgba(20, 100, 244, 0.1);
  border-radius: 3px;
}

#megaMenuModal ul li p {
  margin: 0;
}

#megaMenuModal .header-language {
  height: auto;
  margin: 0;
  width: 100%;
}

#megaMenuModal .header-language--show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 100;
  overflow: auto;
  max-height: calc(100% - 60px);
}

#megaMenuModal .header-language--show .fade.show {
  visibility: visible;
}

@media (max-width: 991px) {
  #megaMenuModal .header-language--show {
    max-height: unset;
    height: calc(100% - 60px);
    padding-bottom: 92px;
  }
}
#megaMenuModal .header-language .localeLink {
  margin: 0 !important;
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  font-size: 16px;
  padding: 0;
}

#megaMenuModal .header-language .localeLink span {
  text-decoration: none;
}

#megaMenuModal .header-language .localeLink span.blue-color {
  color: #1464f4;
}

#megaMenuModal .header-language .mega_menu {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  height: calc(100% - 62px);
  padding: 0;
  margin: 0;
  color: #3c3c3c;
  display: none;
}

#megaMenuModal .header-language .mega_menu .lang-head {
  position: relative;
  height: 84px;
}

#megaMenuModal .header-language .mega_menu .container {
  margin: 0 0 30px;
  padding: 0 30px 30px;
}

#megaMenuModal .header-language .mega_menu .container div.row {
  flex-direction: column;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item {
  margin: 0 0 56px;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item:last-child {
  margin: 0;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-list {
  flex-direction: column;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-title {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 4px 0 16px;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-title:hover {
  background: transparent !important;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-title.vietnamese {
  background: transparent;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list {
  margin: 4px 0 16px;
  align-items: center;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item {
  margin-right: 30px !important;
  padding: 8px 8px 8px 0 !important;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item:hover {
  padding: 8px !important;
  background-color: rgba(20, 100, 244, 0.1);
  border-radius: 3px;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item a {
  color: #3c3c3c !important;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item a:hover {
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  #megaMenuModal .header-language .mega_menu .container div.row .region-master-item {
    text-align: left;
    margin-bottom: 24px;
  }
  #megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-title {
    margin-bottom: 16px;
  }
  #megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-list .region-sub-title:last-child .region-sub-list {
    margin-bottom: 0;
  }
}
#megaMenuModal .header-language .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: fit-content;
}

@media (max-width: 1440px) {
  #megaMenuModal .header-language .btn-close {
    right: 55px;
    top: 20px;
    width: fit-content;
  }
}
#megaMenuModal .header-language .block-megamainmenu {
  width: 100%;
}

#megaMenuModal .header-language .header-language--show {
  width: 100%;
}

@media (min-width: 992px) {
  #megaMenuModal .header-language .header-language--show {
    width: 17.9166666667%;
    min-width: 344px;
  }
}
@media (max-width: 991px) {
  #megaMenuModal .header-language {
    margin-top: auto;
    width: 100%;
    height: 56px;
    box-shadow: 0px -10px 20px 0px rgba(8, 7, 9, 0.1019607843);
    background-color: white;
    pointer-events: visible;
  }
  #megaMenuModal .header-language .localeLink {
    padding: 0 1em;
  }
}
@media screen and (max-width: 991px) {
  #megaMenuModal #mega-submenu ul {
    margin: 0 !important;
  }
  #megaMenuModal #mega-submenu ul li {
    margin: 12px 0;
    padding: 0;
    line-height: 30px;
  }
  #megaMenuModal #mega-submenu ul li a {
    font-weight: 600;
    font-size: 16px;
    color: #3c3c3c;
  }
  #megaMenuModal #mega-submenu ul li.header-major {
    font-weight: 700;
  }
  #megaMenuModal #mega-submenu ul li:hover,
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand {
    background: transparent;
  }
  #megaMenuModal #mega-submenu ul li:hover > a,
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand > a {
    background-color: rgba(44, 114, 198, 0.1019607843);
    border-radius: 3px;
    color: #1464f4;
  }
  #megaMenuModal #mega-submenu ul li:hover svg,
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand svg {
    fill: #1464f4;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand a {
    font-weight: 600 !important;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul {
    display: none;
    margin-left: 16px !important;
    border-left: 1px solid #d9e1e2;
    margin-top: 20px !important;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li {
    margin: 0;
    margin-left: 16px !important;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li.submenu-subheader {
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    color: #3c3c3c;
    border-radius: 3px;
    background-color: #f8f9fa;
    padding: 12px 8px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul li a {
    font-weight: 600;
    padding: 12px 0;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul .submenu-subheader ~ li {
    margin: 12px 0;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand ul .submenu-subheader ~ li a {
    padding: 12px 24px;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .view-all {
    font-size: 12px;
    line-height: 150%;
    color: #1464f4;
    display: none;
    margin-left: auto;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .toggle-header-arrow {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: 16px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%233C3C3C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand ul {
    display: block;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand .toggle-header .view-all {
    display: block;
  }
  #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand .toggle-header .toggle-header-arrow {
    margin-left: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10L8 6L4 10' stroke='%233C3C3C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  #megaMenuModal #mega-submenu ul li .account {
    display: none;
    padding-left: 15px;
  }
  #megaMenuModal #mega-submenu ul li .account.active {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #mobile-login {
    display: flex;
    position: initial;
    align-items: center;
    background: transparent;
  }
}
/*
  Custom
*/
#megaMenuModal ul {
  padding-left: 0;
}

#megaMenuModal .modal-content {
  box-shadow: unset;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

#headerLanguage .block-megamainmenu {
  margin-bottom: 0;
}

/*#headerLanguage.mega_menu_header.mega-main-menu > li.desktop-hover:not(.has-touch):hover .mega_menu {*/
/*  visibility: hidden !important;*/
/*  opacity: 0 !important;*/
/*}*/
#headerLanguage.mega-main-menu .tab-content {
  padding-top: 30px;
}

.mod-locate {
  color: #1f2125;
}

.mod-locate .container {
  max-width: 1440px !important;
}

.mod-locate .row {
  margin: 0;
}

.mod-locate .region-master-item {
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .mod-locate .region-master-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.mod-locate .region-master-item .region-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .mod-locate .region-master-item .region-title {
    margin-bottom: 10px;
  }
}
.mod-locate .region-master-item .region-sub-title {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding-left: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-transform: unset !important;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  list-style: none;
  transition: 750ms;
  max-width: 210px;
}

.mod-locate .region-master-item .region-sub-title.vietnamese,
.mod-locate .region-master-item .region-sub-title:hover {
  background: rgba(44, 114, 198, 0.1019607843);
  border-radius: 3px;
  transition: 750ms;
}

@media (max-width: 550px) {
  .mod-locate .region-master-item .region-sub-title.vietnamese,
  .mod-locate .region-master-item .region-sub-title:hover {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .mod-locate .region-master-item .region-sub-title {
    min-width: 300px;
  }
}
@media (max-width: 1049px) {
  .mod-locate .region-master-item .region-sub-title {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.mod-locate .region-master-item .region-list {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-locate .region-master-item .region-list .region-sub-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-top: 20px;
}

.mod-locate .region-master-item .region-list .region-sub-list .region-item {
  margin-top: 10px;
  padding-right: 10px !important;
}

.mod-locate .region-master-item .region-list .region-sub-list .region-item a {
  text-transform: unset !important;
  margin: 0 !important;
  color: #707070 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
}

.mod-locate .region-master-item .region-list .region-sub-list .region-item a:hover {
  color: #2c72c6 !important;
  box-shadow: 0 2px 0 0 #2c72c6;
  transition: box-shadow 750ms;
}

.mod-locate .region-master-item .region-list .region-sub-list .region-item a.region-active {
  color: #2c72c6 !important;
}

@media only screen and (max-width: 480px) {
  .mod-locate .modal-dialog {
    max-width: 335px;
    padding: unset;
  }
  .mod-locate .modal-dialog .modal-header {
    padding: 30px 30px 0;
  }
  .mod-locate .modal-dialog .modal-body {
    padding: 0 40px;
  }
}
#megaMenuModal .header-language .mega_menu .container div.row .region-master-item {
  margin-bottom: 40px;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-title {
  margin: 0;
}

#megaMenuModal .header-language .mega_menu .container div.row .region-master-item .region-sub-list .region-item {
  margin-bottom: 0;
  margin-top: 0;
}

#headerLanguage.mega-main-menu .header-language--show .tab-content {
  padding-top: 0;
}

#megaMenuModal .modal-footer {
  margin-top: 0;
}

#megaMenuModal.modal .modal-header {
  padding: 10px 20px;
}

.btn-close {
  cursor: pointer;
}

.mega-submenu::before {
  display: none;
}

/*
  Custom
*/
/* #megaMenuModal .modal-content {
  min-height: 100vh;
} */
#megaMenuModal .header-language .header-language--show {
  border: 0;
}

#nav-icon-region span:nth-child(3) {
  bottom: -1px !important;
}

@media (max-width: 1080px) {
  #nav-icon-region span:nth-child(2) {
    top: 6.5px !important;
  }
}
.iframe-login-sf {
  border: 0;
}

@media (max-width: 991px) {
  .header-mobile-menu {
    display: flex;
  }
  .header-mobile-menu .mobile-manager-user .user-login {
    padding: 8px;
  }
  .header-mobile-menu .mobile-manager-user {
    margin-right: 22px;
  }
}
#headerLanguage.mega_menu_header.mega-main-menu > li:hover .mega_menu {
  visibility: hidden;
  opacity: 0;
}

#headerLanguage.mega_menu_header.mega-main-menu > li .mega_menu.header-language--show {
  visibility: visible;
  opacity: 1;
}

a.account + .mega_menu_header.mega-main-menu {
  align-items: center;
}

#header .pc-header {
  padding: 0;
  width: 100%;
}

.mega_menu_header.mega-main-menu {
  align-items: center;
}

#megaMenuModal {
  z-index: 10001 !important;
}

.menu.mega-submenu.mega_menu_header.mega-main-menu.change-icon {
  height: fit-content;
  padding: 0;
  background-color: unset;
  border-radius: unset;
  padding: 9px 13px;
  background-color: #f7f9f9;
}

#headerLanguage li.active.mega_menu_active div.mega-dropdown.mega_menu.mod-locate.header-language--show {
  display: block;
}

#headerLanguage li.active div.mega_menu {
  display: block;
}

#block-megamenudichvu {
  width: 100%;
}

/* @media (min-width: 1280px) {
  body.dropdown-menu-active #header:before {
    z-index: 99;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.5);
  }
} */
#megaMenuModal ul.menu {
  margin-left: 0;
}

@media (max-height: 800px) {
  #megaMenuModal .modal-content h5,
  #megaMenuModal .modal-content .h5 {
    margin-bottom: 15px;
  }
  #megaMenuModal .modal-content .submenu-block {
    margin-bottom: 30px;
  }
  #megaMenuModal .modal-content .submenu-block.mega-submenu__shopping {
    margin-bottom: 20px;
  }
  #megaMenuModal ul li {
    margin-bottom: 4px;
  }
}
#megaMenuModal .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
}

@media (min-width: 1200px) {
  #megaMenuModal .modal-content h5,
  #megaMenuModal .modal-content .h5 {
    margin-bottom: 16px;
  }
  #megaMenuModal .modal-content .submenu-block {
    margin-bottom: 38px;
  }
}
#footer {
  padding: 32px;
}
@media (max-width: 1024px) {
  #footer {
    padding: 16px 8px;
  }
}
#footer .col-info {
  display: flex;
  flex-direction: column;
}
#footer .col-info .logo {
  width: 200px;
  height: auto;
}
#footer .col-info .info {
  margin-top: 36px;
  max-width: 500px;
}
#footer .col-info .info div {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #3C3C3C;
  margin-bottom: 1rem;
}
#footer .menu-footer {
  display: flex;
  flex-direction: column;
}
#footer .menu-footer .menu-item {
  margin-bottom: 1.2rem;
}
#footer .menu-footer .menu-item a {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3C3C3C;
  margin-bottom: 0;
  cursor: pointer;
}
#footer .cskh .hotline-email {
  margin-bottom: 0.8rem;
}
#footer .cskh .hotline-email .hotline-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3C3C3C;
  margin-bottom: 0.5rem;
}
#footer .cskh .connect-vf {
  margin-bottom: 0.8rem;
}
#footer .cskh .connect-vf .connect-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3C3C3C;
  margin-bottom: 0.5rem;
}
#footer .cskh .ecosystem-copy-right .bct-wrapper .copy-right {
  font-size: 14px;
}

a {
  text-decoration: none;
}

.button-select-region {
  display: flex;
  align-items: center;
}

.button-select-region img {
  margin-right: 5px;
}

img.media__image.media__element.b-lazy:not(.b-loaded) {
  display: none;
}

.vin-slide-home .owl-stage,
.promo-slide .owl-stage {
  display: flex;
}

.owl-nav.disabled {
  display: none;
}

.main-wrap {
  overflow: hidden;
}

.promo-slide {
  position: relative;
}

.promo-slide .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  display: flex;
  flex-direction: column;
}

.promo-slide .owl-dots .owl-dot {
  margin-bottom: 5px;
}

.promo-slide .owl-dots .owl-dot button {
  height: 30px;
  width: 1px;
  padding: 0px;
  border: none;
  background-color: #C4C4C4;
}

.promo-slide .owl-dots .owl-dot span {
  display: none;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  top: -10px;
  font-weight: 600;
}

.promo-slide .owl-dots .owl-dot.active button {
  background-color: #333;
  width: 3px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  position: relative;
  left: -1px;
}

.promo-slide .owl-dots .owl-dot.active span {
  display: inline-block;
}

.vin-slide-home .owl-item {
  position: relative;
}

.vin-slide-home .slide-title {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.vin-slide-home .slide-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  color: #fff;
}

.promo-button {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 40px;
  border: 2px solid #fff;
  border-radius: 3px;
}

.promo-button-black {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 40px;
  border: 2px solid #333;
  border-radius: 3px;
}

.vin-slide-home .slide-content ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.vin-slide-home .slide-content ul li {
  float: left;
  border-right: 1px solid #fff;
  padding: 10px 15px;
}

.vin-slide-home .slide-content ul li p:first-child {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 0px;
  color: #fff;
}

.vin-slide-home .slide-content ul li p:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  line-height: 30px;
}

.vin-slide-home .slide-content ul li:last-child {
  border-right: none;
}

.vin-slide-home .slide-content ul li:nth-last-child(2) {
  border-right: none;
}

.slide-more a {
  color: #fff;
  font-size: 30px;
}

.slide-content .slide-title {
  font-size: 35px;
  color: #fff;
  font-weight: 100;
}

.promo-slide-fix .owl-dots .owl-dot.active button {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.promo-slide-fix .owl-dots .owl-dot.active span {
  color: #fff;
}

.vin-slide-home-6 .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promo-button:hover,
.promo-button-black:hover {
  border-color: #ee3d43;
}

.promo-slide .owl-item {
  position: relative;
}

.vin-slide-home-2 .slide-content {
  position: absolute;
  left: 150px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.vin-slide-home-2 .slide-content h4,
.vin-slide-home-2 .slide-content p {
  color: #fff;
}

.vin-slide-home-2 .slide-content h4 {
  font-size: 30px;
  font-weight: 500;
}

.vin-slide-home-2 .slide-content p {
  font-size: 13px;
}

.vin-slide-home-2 .slide-content ul {
  list-style: none;
  padding-left: 0px;
}

.vin-slide-home-2 .slide-content ul li:after {
  content: "";
  height: 1px;
  width: 70px;
  background-color: #fff;
  display: inline-block;
}

.vin-slide-home-2 .slide-content ul li:last-child:after {
  content: unset;
}

.promo-box-nt-left p {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.promo-box-nt-left h3 {
  font-size: 45px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}

.promo-box-nt-right > p {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}

.promo-box-nt-right > div > span {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  margin-right: 20px;
}

.promo-box-nt-right > div > span > i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #333;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.back-gray {
  background-color: #F6F6F6;
}

.back-black {
  background-color: #060606;
}

.vin-slide-home-3 .perform {
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vin-slide-home-3 .slide-content ul li {
  float: left;
  border-right: 1px solid #333;
  padding: 10px 15px;
}

.vin-slide-home-3 .slide-content ul li p:first-child {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 0px;
  color: #333;
}

.vin-slide-home-3 .slide-content ul li p:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #333;
  line-height: 30px;
}

.vin-slide-home-3 .slide-content ul li:last-child {
  border-right: none;
}

.vin-slide-home-3:before {
  content: "";
  background: linear-gradient(90deg, #58595B 0.01%, #797A7D 33.01%, #B8BABC 66.01%, #FFFFFF 100.01%);
  display: block;
  height: 11px;
  width: 100%;
  position: absolute;
  bottom: 80px;
}

.vin-slide-home-3 .slide-content img {
  position: relative;
  z-index: 9;
}

.slide-content-color p {
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

.slide-content-color ul {
  list-style: none;
  padding-left: 0px;
  width: 90px;
}

.slide-content-color {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slide-content-color ul li {
  width: 50%;
  float: left;
}

.slide-content-color ul li > span > span {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
}

.slide-content-color ul li > span {
  display: inline-block;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 36px;
  cursor: pointer;
}

.slide-content-color ul li.active > span {
  border: 1px solid #CB2A1D;
}

.promo-slide img {
  width: 100%;
  max-width: 100%;
}

.vin-slide-home-4 .slide-content-right .promo-box-nt-right > div > span {
  color: #fff;
}

.vin-slide-home-4 .slide-content-right .promo-box-nt-right > div > span > i {
  border: 2px solid #fff;
}

.vin-slide-home-4 .slide-content-left {
  color: #fff;
}

.vin-slide-home-4 .slide-content-left > p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.vin-slide-home-4 .slide-content-left > h3 {
  font-weight: 600;
  font-size: 45px;
  color: #fff;
}

.vin-slide-home-4 .slide-content-left .nav-item:first-child {
  padding-left: 0px;
}

.vin-slide-home-4 .slide-content-left .nav-item:first-child {
  padding-right: 0px;
}

.vin-slide-home-4 .slide-content-left .nav-item a {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0.7;
  border-radius: 3px;
}

.vin-slide-home-4 .slide-content-left .nav-item.active a {
  opacity: 1;
}

.vin-slide-home-4 .slide-content-left .tab-content {
  background-color: transparent;
  border: none;
}

.vin-slide-home-4 .slide-content-left .nav-tabs {
  border-bottom: none;
}

.vin-slide-home-4 .nav-tabs li a:hover,
.vin-slide-home-4 .nav-tabs li.active a,
.vin-slide-home-4 .nav-tabs li.active a:hover,
.vin-slide-home-4 .nav-tabs li.active a:focus {
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  color: #fff !important;
}

.vin-slide-home-4 .slide-content-left .tab-content ul {
  list-style: none;
  padding-left: 0px;
}

.vin-slide-home-4 .slide-content-left .tab-content ul li p {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
}

.vin-slide-home-4 .slide-content-left .tab-content ul li p:first-child {
  font-weight: 600;
  margin-top: 5px;
}

.vin-slide-home-4 .slide-content-left .tab-content ul li:before {
  content: "";
  height: 1px;
  width: 70px;
  background-color: #fff;
  display: inline-block;
}

.flex-ul {
  display: flex;
}

.flex-ul ul:last-child {
  margin-left: 15px;
}

.box-line-car .box-right {
  padding: 20px;
}

.box-line-car .box-right ul {
  list-style: none;
  padding-left: 0px;
}

.box-line-car .box-right p,
.box-line-car .box-right h3,
.box-line-car .box-right div {
  color: #333;
}

.box-line-car .box-right ul li {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid #E4E4E4;
}

.box-line-car .box-right ul li.active {
  border-bottom: none;
}

.box-line-car .box-right ul li.active:after {
  height: 1px;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, #FFFFFF 0.01%, #FEEDE4 7.56%, #FBC6B2 22.7%, #F9AA8F 33.01%, #F15B40 66.01%, #ED1C24 100.01%);
  display: block;
  position: relative;
  left: -50%;
}

.promo-img {
  overflow: hidden;
  position: relative;
}

/*hand17 add*/
.promo-des h3 a,
.promo-des h3 {
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 600;
}

.promo-des h3 a {
  text-align: left !important;
}

.promo-des {
  border: 1px solid #ccc;
  padding-top: 10px;
  background-color: #fff;
}

.promo-des p a,
.promo-des p {
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 600;
}

.promo-des p a {
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  text-align: left !important;
}

.promo-des p {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  color: #979799;
}

.view-id-kieu_node_functions.view-display-id-page_4 .view-content .views-row {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
}

.promo-img-eye {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: rgba(0, 0, 0, 0.568627451);
  padding: 5px 8px;
  color: #fff;
}

.view-id-kieu_node_functions.view-display-id-page_4 .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.view-id-kieu_node_functions.view-display-id-page_4 > nav {
  margin-top: 40px;
}

li.pager__item a,
.pagin-promo-more-yellow {
  border: 1px solid #2C72C6;
  color: #2C72C6 !important;
  padding: 11px 60px !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

li.pager__item:hover a {
  color: #333 !important;
  border: 1px solid #333;
}

.promo-img-eye i {
  margin-right: 5px;
}

.promo-img img {
  transition: 0.3s;
  width: 100%;
  border-radius: 3px 3px 0 0;
  object-fit: cover;
}

.ul-list-pj {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 8px;
}

.ul-list-pj li {
  float: left;
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
}

.ul-list-pj li a {
  color: #707070;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  line-height: 22.4px;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "muli";
  font-weight: 600;
}

.ul-list-pj li.active a,
.ul-list-pj li.selected a {
  padding-bottom: 10px;
  border-bottom: 3px solid #2C72C6;
  color: #2C72C6;
  pointer-events: none;
}

.box-filter-promo .input-group {
  padding: 2px;
  border: 1px solid #E4E4E4;
  flex-wrap: nowrap;
}

.box-filter-promo .input-group button {
  background-color: #CC9036;
  border-radius: 5px !important;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.box-filter-promo .input-group {
  padding: 2px;
  border: 1px solid #E4E4E4;
  flex-wrap: nowrap;
}

.box-filter-promo input {
  border: none;
  box-shadow: none;
}

.vin-slide-promo {
  overflow: hidden;
}

.vin-slide-promo .owl-stage {
  display: flex;
}

.vin-slide-loader .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 37.304347826%;
  display: flex;
  justify-content: flex-end;
  right: 30px;
}

.vin-slide-loader .owl-dot {
  background: none;
  border: none;
}

.vin-slide-loader .owl-dot:not(.active) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vin-slide-loader .owl-dot span {
  background-color: rgba(255, 255, 255, 0.4) !important;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 12px !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.vin-slide-loader-content .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 37.304347826%;
  display: flex;
  justify-content: flex-end;
  right: 30px;
}

.vin-slide-loader-content .owl-dot {
  background: none;
  border: none;
}

.vin-slide-loader-content .owl-dot:not(.active) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vin-slide-loader-content .owl-dot span {
  background-color: rgba(255, 255, 255, 0.2) !important;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 12px !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.pie-countdown {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pie-countdown .dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 50%;
}

.owl-dot.active .pie-countdown .dot,
.pie-countdown.active .dot {
  background: #fff;
  position: absolute;
  margin: 0;
}

.e-c-base {
  fill: none;
  stroke: #979797;
  stroke-width: 2px;
}

.e-c-progress {
  fill: none;
  stroke: #fff;
  stroke-width: 10px;
  transition: stroke-dashoffset 0.7s;
}

.e-c-pointer {
  fill: #FFF;
  stroke: #F7958E;
  stroke-width: 2px;
  display: none;
}

#e-pointer {
  transition: transform 0.7s;
}

.vin-slide-loader {
  overflow: hidden;
}

.vin-slide-loader-content {
  overflow: hidden;
}

.news-slide img {
  width: 100%;
  height: 405px;
  object-fit: cover;
}

.news-slide .news-cat {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  background: #CB2A1D;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
}

.news-slide .view {
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  display: flex;
  align-items: center;
  line-height: normal;
}

.news-slide .view::before {
  content: "";
  width: 15px;
  height: 10px;
  display: inline-block;
  background: url(../../img/vinfast/promo/view-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.news-slide h3.title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}

.news-slide .info {
  display: flex;
  margin-bottom: 30px;
}

.news-slide .owl-item {
  position: relative;
}

.news-slide .date {
  color: #979797;
}

.box-news-slide {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 25px !important;
}

.promo-h1,
.promo-h1 span {
  font-size: 26px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #343434;
  margin-bottom: 5px;
}

.news-content-sapo,
.news-content h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 22px;
  letter-spacing: 0em;
  color: #303F49;
  text-align: justify;
}

.news-content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: justify;
  color: #303F49;
}

.news-content h4 {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
  color: #303F49;
}

.promo-detail-status {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  padding-top: 10px;
}

.promo-detail-status,
.promo-detail-status i,
.promo-detail-status li,
.promo-detail-status p,
.promo-detail-status a {
  color: #979797;
  font-size: 11px;
  font-weight: 500;
}

.promo-detail-status div {
  display: flex;
  justify-content: space-between;
  line-height: 22px;
  align-items: center;
}

.promo-detail-status span {
  margin-right: 15px;
}

.promo-detail-status ul {
  list-style: none;
  padding-left: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.promo-detail-status ul li {
  float: left;
  margin-left: 10px;
  display: flex;
}

.promo-detail-status ul i {
  color: #999;
}

.promo-des-img {
  color: #999;
  font-style: italic;
  font-size: 12px;
}

.promo-detail-support {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #999;
}

.promo-detail-support p {
  margin-bottom: 0px;
}

.promo-detail-support a {
  color: #2F2F2F;
}

.promo-regis input {
  font-size: 13px;
  height: 40px;
  border-left: none;
}

.promo-regis button {
  background-color: #2C72C6 !important;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  height: 40px;
  border-radius: 3px;
}

.promo-regis .input-group-text {
  color: #2f2f2f;
}

.promo-regis .input-group-text {
  width: 80px;
  font-weight: bold;
  font-size: 13px;
  background-color: transparent;
}

.promo-tag {
  display: flex;
}

.promo-tag span {
  margin-right: 15px;
  color: #2f2f2f;
  font-size: 12px;
}

.promo-tag div a {
  margin-right: 15px;
  padding: 5px 15px;
  background-color: #F6F6F6;
  border-radius: 20px;
  color: #2f2f2f;
  font-size: 12px;
}

.promo-h2 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
}

.promo-right-net div {
  color: #2f2f2f;
}

.promo-right-net i {
  border: 1px solid #ccc;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 8px;
}

.promo-right-net div:hover {
  color: #4992FB;
}

.promo-right-net div:hover i {
  background-color: #4992FB;
  color: #fff;
}

.promo-right-net div > a {
  width: 100%;
}

.promo-right-net div > a .a2a_svg {
  width: 30px !important;
  line-height: 16px;
  height: 30px !important;
  background-size: 16px;
  border-radius: 2px;
  padding: 5px;
  border-radius: 5px !important;
  border: 1px solid #E4E4E4;
  color: #979797;
}

.promo-right-net div > a .a2a_label {
  width: auto;
  height: auto;
  position: static;
  clip: unset !important;
  -webkit-clip-path: unset !important;
  line-height: 30px;
  margin-left: 5px;
}

.promo-right-net div > a:hover .a2a_svg {
  border: 1px solid #4992FB;
  background-color: #4992FB !important;
}

.promo-right-net div > a:hover .a2a_label {
  color: #4992FB;
}

.promo-tag div a:hover {
  background-color: #2C72C6 !important;
  color: #fff !important;
}

.list-button-fot a {
  font-weight: 600;
}

.cl-black {
  color: #333 !important;
}

.ul-cate-news {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
}

.ul-cate-news li {
  float: left;
  margin-right: 20px;
}

.ul-cate-news li,
.ul-cate-news li a {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.ul-cate-news li a {
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  display: inline-block;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "muli";
  font-weight: 600;
}

.ul-cate-news li.active a {
  border-bottom: 3px solid #2C72C6;
  color: #2C72C6;
}

.box-news-r-item .promo-des {
  border: none;
}

.box-news-r > p {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 11px;
  margin-top: 5px;
}

.statistic {
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
}

.like-fb .fb_iframe_widget iframe,
.fb-save.fb_iframe_widget iframe {
  right: unset !important;
  bottom: unset !important;
}

.images_style {
  background-image: url(../../img/vinfast/type-images.svg);
  background-size: calc(100% - 10px);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 5px;
}

.news-type {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 5px;
}

.statistic .view {
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  display: flex;
  align-items: center;
  line-height: normal;
  height: 35px;
}

.statistic .view::before {
  content: "";
  width: 15px;
  height: 10px;
  display: inline-block;
  background: url(../../img/vinfast/view-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.news-type.video {
  background-image: url(../../img/vinfast/type-camera.svg);
  background-size: calc(100% - 10px);
  background-repeat: no-repeat;
  background-position: center;
}

.line-1-E4E4E4 {
  border-bottom: 1px solid #E4E4E4;
}

.box-news-auhor-left {
  display: flex;
  align-items: center;
}

.box-news-auhor-left > img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.box-news-auhor-left > p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.box-news-auhor-left > p span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.box-news-auhor-left > p span {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #707070;
}

.box-news-auhor-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.box-news-auhor-right p {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}

.box-news-auhor-right p span {
  width: 100%;
  display: inline-block;
  color: #707070;
  font-size: 11px;
}

.box-news-auhor-right p span b {
  color: #333;
  font-size: 13px;
}

.promo-back-white {
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
}

.promo-back-gray {
  background-color: #EFEFEF;
}

.slide-box-news .owl-stage-outer {
  overflow: hidden;
}

.slide-box-news .owl-stage {
  display: flex;
}

.slide-box-news .owl-prev,
.slide-box-news .owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  color: #2C72C6;
  cursor: pointer;
  background: no-repeat;
  border: none;
  box-shadow: none;
}

.slide-box-news .owl-prev {
  left: 0px;
}

.slide-box-news .owl-next {
  right: 0px;
}

.promo-detail-status h2 {
  color: #162B75;
  font-size: 16px;
  font-weight: 600;
}

.p-flex {
  display: flex;
  justify-content: space-between;
}

.promo-detail-status h1 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}

.news-highlight {
  position: relative;
}

/*.news-highlight .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}*/
.news-highlight .body {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 2;
}

.news-highlight .body .info {
  display: flex;
  margin-bottom: 30px;
}

.news-highlight .news-cat {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  background: #2C72C6;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}

.news-highlight .body .info .view {
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  display: flex;
  align-items: center;
  line-height: normal;
}

.news-highlight .body .info .view::before {
  content: "";
  width: 15px;
  height: 10px;
  display: inline-block;
  background: url(../../img/vinfast/promo/view-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.news-highlight h3.title,
.news-highlight h3.title a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}

.news-highlight .date {
  font-size: 11px;
  color: #979797;
  display: flex;
  align-items: center;
  line-height: normal;
}

.news-highlight .date img,
.news-highlight .date i {
  margin-right: 5px;
}

.fix-space {
  justify-content: flex-start !important;
}

.fix-space i {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.box-news-r-item-fix h3 a {
  font-size: 16px;
}

.box-news-r-item-fix .promo-des p {
  font-size: 13px;
}

.box-news-r-item-fix .promo-des svg.fa-clock {
  margin-top: 3px;
  margin-right: 3px;
}

.box-news-r-item-fix .fix-space {
  font-size: 11px;
}

.box-news-r-item-fix {
  padding-bottom: 20px;
}

.box-news-r-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.news-highlight .img img {
  width: 100%;
  object-fit: cover;
}

.box-bike-color {
  background-image: url(../../img/vinfast/bike-back.png);
}

.views-field .promo-img {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.views-field .promo-des {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.bike-title {
  font-weight: 600;
  font-size: 200px;
  color: #FFABAB;
  text-transform: uppercase;
}

.box-bike-content p {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.box-bike-content p.fix {
  font-size: 13px;
}

.box-bike-content h3 {
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
}

.promo-buy-now {
  display: inline-block;
  padding: 9px 60px;
  text-transform: uppercase;
  color: #1F2125;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}

.promo-buy-now.fix-wid {
  width: 100%;
}

.ul-bile-color {
  list-style: none;
  padding-left: 0px;
}

.ul-bile-color li {
  float: left;
  margin-right: 10px;
}

.ul-bile-color li > span > span {
  height: 18px;
  width: 18px;
  display: inline-block;
  border-radius: 50%;
}

.ul-bile-color li > span {
  width: 26px;
  height: 26px;
  padding: 1px;
  border: 1px solid transparent;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.ul-bile-color li.active > span {
  border: 1px solid #CB2A1D;
}

.news-highlight .news-cat a {
  color: #fff;
  line-height: 20px;
}

#block-porto-breadcrumbs {
  display: none;
}

.list-promo .form--inline {
  display: flex;
}

.list-promo .form--inline input {
  margin-top: 0px;
}

.list-promo .views-element-container {
  width: 100%;
}

.view-node-function-by-itnvtoi.view-display-id-page_2 .view-content .views-row {
  margin: 10px;
}

.view-node-function-by-itnvtoi.view-display-id-page_2 .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.view-node-function-by-itnvtoi.view-display-id-page_3 .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.view-node-function-by-itnvtoi.view-display-id-block_4 .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.view-node-function-by-itnvtoi.view-display-id-block_4 .view-content .views-row {
  margin: 10px;
}

input.form-submit:hover {
  color: #fff;
}

.form--inline .form-actions input {
  text-transform: uppercase;
  padding: 6px 12px;
}

.list-promo .form--inline .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

.list-promo .form--inline .form-item input {
  height: 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18.25px;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "muli";
  color: #979797;
  outline: none;
}

.pager-show-more {
  margin-top: 40px;
  padding: 0;
}

.pager-show-more .pager__item {
  width: 100%;
}

.pager-show-more .pager__item a {
  width: 100%;
  max-width: 360px;
  display: inline-block;
  background: #1464F4;
  color: #fff !important;
  transition: 0.3s;
}

.pager-show-more .pager__item a:hover {
  background: #fff;
  color: #1464F4 !important;
  border-color: #1464F4;
}

.js-form-item-field-promotion-type-target-id {
  display: none;
}

.slide-box-news-r .view-content .owl-stage {
  display: flex;
}

.box-news-auhor-right > div > div {
  display: flex;
}

.slide-box-news-r-mb .view-content .owl-stage {
  display: flex;
}

.slide-box-news-r-mb .view-content .owl-stage-outer {
  overflow: hidden;
}

.promo-detail-status span {
  margin-right: 0px;
  margin-left: 5px;
}

.fb-save.fb_iframe_widget {
  height: 20px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  top: -4px;
  margin-left: 5px;
}

.fb-save.fb_iframe_widget span {
  margin-left: 0px;
}

.vin-slide-promo .owl-stage {
  display: flex;
}

.vin-slide-loader-content .owl-stage {
  display: flex;
}

.view-node-function-by-itnvtoi.view-display-id-page_3 .view-content .views-row {
  margin: 10px;
}

.news-page-all .js-form-item-tid {
  display: none;
}

.line-5-gradi {
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #58595B 0.01%, #797A7D 33.01%, #B8BABC 66.01%, #FFFFFF 100.01%);
}

.cl-white {
  color: #fff !important;
}

.btn-red-call {
  background-color: #CB2A1D !important;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  height: 40px;
  border-radius: 3px;
}

.promo-detail-status .like-fb {
  margin-left: -15px;
}

.banner img {
  border-radius: 5px;
}

.banner_qc img {
  width: 100%;
}

.banner_qc .field__label {
  display: none;
}

.box-car-head .user {
  padding: 10px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}

.box-car-head .user i {
  font-size: 18px;
  margin-right: 11px;
}

.box-car-head .user:hover {
  background: rgba(44, 114, 198, 0.1);
}

.box-car-head .user:hover i, .box-car-head .user:hover #block-welcomeusernameloginlogout {
  color: #2C72C6;
}

.block-welcome-username {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #1F2125;
}

.user_pop {
  position: absolute;
  z-index: 99;
  top: 54px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-24px);
  min-width: 291px;
  padding: 10px;
  white-space: nowrap;
  background: #FFFFFF;
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
}

.user:hover .user_pop {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}

.user_pop ul.menu li {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  margin: 0;
}

.user_pop ul.menu li a {
  color: #1F2125;
}

.user_pop ul.menu li:hover a {
  color: #2C72C6;
}

.user_pop ul.menu li:hover {
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}

.user_pop ul.menu {
  margin: 0;
}

.list-promo input.form-submit {
  font-weight: 600;
  font-size: 13px;
  line-height: 16.51px;
  text-align: center;
  background-color: #2C72C6;
}

.tool-po-right {
  position: fixed;
  right: 15px;
  bottom: 30%;
  z-index: 9;
}

.tool-po-right a {
  right: 15px;
  min-width: 40px;
  font-size: 16px;
  color: #CB2A1D;
  border-radius: 5.1px 5.1px 0 0;
  border: 1px solid #CB2A1D;
  border-radius: 50%;
  background: #1F2125;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.tool-po-right a:hover {
  opacity: 0.75;
}

.vin-slide-loader-content .news-highlight .img a.mobile-show {
  display: none;
}

.bor-but-f {
  font-size: 13px !important;
}

.bor-but-f {
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 6px 15px !important;
}

.bor-but-f:hover {
  border: 1px solid #2C72C6 !important;
}

.bor-but-f i {
  font-size: 13px !important;
  top: 0 !important;
}

.box-news-r-item h3 a {
  display: block;
  height: 36px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.view-display-id-block_8 .promo-des {
  cursor: pointer;
}

.news-catelogy .news-highlight .img {
  cursor: pointer;
}

.body-auth0 div#toolbar-administration {
  display: none;
}

.news-catelogy .list-list .box-news-r-item h3 a {
  /*height: 40px;*/
  height: auto;
}

.banr-w100 img {
  width: 100%;
}

.banr-w100 .field__label {
  display: none;
}

.news-catelogy .sapo {
  height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-catelogy .news-highlight {
  border-radius: 3px;
  overflow: hidden;
}

.view-node-functions-haitran.view-display-id-block_2 .view-empty {
  margin-top: -10px;
}

.news-catelogy .pager-show-more {
  margin-top: 30px !important;
  margin-bottom: 70px !important;
}

.avatar-box {
  display: none;
}

.info-cmt-box .text-div p {
  color: #1F2125;
}

.reply-btn {
  margin-top: -10px;
  color: #979797;
}

.info-cmt-box .author-name {
  color: #3479EA;
}

.info-cmt-box .cmt-created {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #979797;
}

.cmt-block.reply-block {
  margin-left: 0;
  padding-bottom: 37px;
}

.view-node-functions-haitran.view-display-id-block_1 .view-content .views-row:last-child .cmt-block.reply-block {
  padding-bottom: 0px !important;
}

.info-cmt-box {
  padding: 0;
}

.logo-main-w {
  display: none;
}

.we-mega-menu-li.dropdown-menu > a:focus {
  border-bottom: 2px solid transparent;
}

.we-mega-menu-li.dropdown-menu:hover > a {
  border-bottom: 2px solid transparent;
}

div#document_guarantee a.btn.btn-danger {
  font-weight: 600;
  font-size: 13px;
  line-height: 127%;
  align-items: center;
  text-align: center;
  color: #FFFFFF !important;
  padding: 15px 30px;
  margin-bottom: 70px;
}

.news-highlight .img > a {
  display: block;
  position: relative;
}

.news-highlight .img > a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.2509803922);
}

/* info company bot */
.ft-company {
  border-top: 1px solid #DBE1E3;
  padding: 30px 0 50px;
}

.ft-company .title_ {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #1F2125;
  margin-bottom: 5px;
}

.ft-company .ft-c .desc {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #707070;
}

.ft-company .col-md-6 .ft-c {
  display: flex;
}

.ft-company .ft-c .desc {
  width: calc(100% - 25px);
}

.ft-company .ft-c .icon {
  width: 25px;
}

.ft-company .list_ {
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
  color: #1F2125;
  font-weight: 500;
}

.ft-company .list_ span {
  font-weight: 600;
  margin-right: 5px;
}

/*fixmenu*/
@media screen and (max-width: 991px) {
  .vin-slide-home-2 .slide-content {
    position: static;
    color: #fff;
    transform: unset;
    padding-top: 10px;
    padding-left: 40px;
  }
  .vin-slide-home .slide-content {
    position: static;
    color: #fff;
    transform: unset;
    padding-top: 10px;
  }
  .vin-slide-home-2,
  .vin-slide-home {
    background-color: #030101;
  }
  .vin-slide-home-2 .owl-dots,
  .vin-slide-home .owl-dots {
    top: 10px;
    transform: unset;
  }
  .promo-slide .owl-dots {
    display: none;
  }
  .view-id-kieu_node_functions.view-display-id-page_4 .view-content .views-row {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .box-news-auhor-right {
    justify-content: flex-start;
    margin-top: 5px;
  }
  .promo-tag div a {
    margin-bottom: 5px;
    display: inline-block;
  }
  .view-node-function-by-itnvtoi.view-display-id-page_2 .view-content {
    justify-content: center;
  }
  .view-node-function-by-itnvtoi.view-display-id-block_4 .view-content {
    justify-content: center;
  }
  .list-promo .form--inline {
    padding: 0 10px;
  }
  .list-promo .form--inline {
    flex-direction: column;
  }
  .form-item,
  .form-actions {
    margin-top: 5px !important;
  }
  .form--inline .form-actions input {
    width: 100%;
  }
  .form--inline .form-item {
    margin-right: 0px !important;
  }
  .ul-list-pj {
    margin-bottom: 0px;
  }
  .mt0-m {
    margin-top: 0px !important;
  }
  .pager-show-more {
    padding-left: 0px;
    margin-top: 20px;
  }
  .pager-show-more .pager__item {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
  }
  .pager-show-more .pager__item a {
    display: inline-block;
    width: 100%;
    padding: 7px 0 !important;
  }
  li.pager__item a,
  .pagin-promo-more-yellow {
    color: #fff !important;
    background-color: #2C72C6 !important;
  }
  li.pager__item a,
  .pagin-promo-more-yellow:hover {
    /* background-color: #fff!important; */
  }
  .vin-slide-loader .owl-dots {
    max-width: 100%;
    margin-top: 20px;
    position: static;
    justify-content: center;
  }
  .vin-slide-loader .owl-dot span {
    background-color: #979797 !important;
  }
  .vin-slide-loader-content .owl-dots {
    max-width: 100%;
    margin-top: 20px;
    position: absolute;
    justify-content: flex-end;
    right: 25px;
  }
  .vin-slide-loader-content .owl-dot span {
    background-color: #979797 !important;
  }
  #footer .footer-copyright p {
    text-align: center;
  }
  .promo-page-detail .promo-detail-status > div:nth-child(2) {
    display: none;
  }
  .news-catelogy .promo-detail-status > div:nth-child(2) {
    display: none;
  }
  .promo-detail-support {
    display: none;
  }
  .promo-regis img {
    display: none;
  }
  .promo-tag > span {
    display: none;
  }
  .promo-tag > div {
    display: flex;
  }
  .promo-tag div a {
    white-space: nowrap;
  }
  .promo-tag {
    overflow-x: scroll;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .promo-tag div a {
    margin-right: 10px;
  }
  .promo-detail-status {
    border-bottom: none;
    margin-bottom: 10px !important;
  }
  .news-highlight .body {
    position: inherit;
  }
  .news-highlight .img img {
    position: relative;
    z-index: 9;
  }
  .news-highlight .body {
    z-index: 10;
  }
  .news-highlight h3.title,
  .news-highlight h3.title a {
    color: #1F2125;
  }
  .news-highlight .img::before {
    background: #fff;
  }
  .news-highlight {
    margin-bottom: 0px !important;
  }
  .box-news-r-item img {
    height: 185px;
  }
  .slide-box-news-r img {
    height: 140px;
  }
  .news-catelogy .pager-show-more .pager__item {
    padding: 0px;
  }
  .promo-detail-status.mb {
    flex-direction: column;
  }
  .promo-detail-status.mb > div {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .slide-box-news-r-mb img,
  .slide-box-news img {
    height: 140px;
  }
  .fix-back-mb {
    background-color: #efefef;
    padding-top: 15px;
  }
  .mt0-mb {
    margin-top: 0px !important;
  }
  .back-gray-mb {
    background-color: #efefef;
  }
  .back-white-mb {
    background-color: #fff;
    padding: 10px !important;
  }
  .pb15-mb {
    padding-bottom: 15px;
  }
  .pb0-m {
    padding-bottom: 0px !important;
  }
  .box-news-auhor-right > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .view-node-function-by-itnvtoi.view-display-id-page_3 .view-content {
    justify-content: center;
  }
  .ul-list-pj {
    display: flex;
    overflow-x: auto;
  }
  .ul-list-pj li a {
    white-space: nowrap;
  }
  .banner_qc a {
    display: none !important;
  }
  .banner_qc a:first-child {
    display: inherit !important;
  }
  .form--inline .form-actions input {
    padding: 11px 12px !important;
  }
  .owl-dot.active .pie-countdown .dot,
  .pie-countdown.active .dot {
    background: #1F2125;
  }
  .e-c-progress {
    stroke: #1F2125;
  }
  .col-lg-8 > .views-element-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  .vin-slide-loader-content .news-highlight .img a:first-child {
    display: none;
  }
  .vin-slide-loader-content .news-highlight .img a.mobile-show {
    display: inherit;
  }
  .slide-box-news-r-mb .view-content .owl-stage-outer {
    /* overflow: inherit; */
  }
  .slide-box-news .owl-stage-outer {
    /* overflow: inherit; */
  }
  .view-node-function-by-itnvtoi.view-display-id-page_3 .view-content .views-row {
    width: 100%;
  }
  .view-node-function-by-itnvtoi.view-display-id-page_2 .view-content .views-row {
    width: 100%;
  }
  .cmt-form .cmt_submit_btn,
  .cmt-form .reply_submit_btn {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .vin-slide-home-6 .promo-button {
    padding: 8px 100px !important;
  }
  .promo-des p {
    height: 36px;
  }
  .slide-box-news .owl-prev {
    left: -60px;
  }
  .slide-box-news .owl-next {
    right: -60px;
  }
  .list-promo .form--inline {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    position: absolute;
    top: -71px;
    z-index: 8;
    right: 0px;
  }
  .view-node-function-by-itnvtoi.view-display-id-page_2 .view-content .views-row {
    width: calc(33.3333333333% - 20px);
  }
  .view-node-function-by-itnvtoi.view-display-id-block_4 .view-content .views-row {
    width: calc(33.3333333333% - 20px);
  }
  .list-promo .form--inline {
    border: 1px solid #E4E4E4;
    padding: 4px 1px 4px 3px;
    border-radius: 5px;
  }
  .list-promo .form--inline .form-item input {
    border: none;
    box-shadow: none;
  }
  .list-promo .form--inline .form-actions {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .promo-detail-status {
    display: flex !important;
  }
  .promo-detail-status > div:nth-child(1) {
    position: relative;
    top: 4px;
  }
  .view-node-function-by-itnvtoi.view-display-id-page_3 .view-content .views-row {
    width: calc(33.3333333333% - 20px);
  }
  .list-promo input.form-submit {
    width: 165px;
  }
  .list-promo .form--inline .form-item input {
    height: 30px;
  }
  .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
    min-height: auto;
    background-color: #2C72C6;
    border-radius: 5px;
  }
  .we-mega-menu-submenu {
    border-top: none;
    background-color: transparent;
  }
  .we-mega-menu-submenu li.we-mega-menu-li a {
    color: #fff;
    font-weight: 700;
    opacity: 0.7;
  }
  .we-mega-menu-submenu li.we-mega-menu-li a:hover {
    opacity: 1;
    transition: 0.3s;
  }
  .we-mega-menu-submenu li.we-mega-menu-li a:hover {
    text-decoration: none;
    font-weight: 700;
  }
  .we-mega-menu-ul > .we-mega-menu-li > a {
    font-weight: 700;
    color: #1F2125;
  }
  .we-mega-menu-submenu {
    border-top: none;
  }
  .we-mega-menu-submenu > .we-mega-menu-submenu-inner:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2C72C6;
    position: absolute;
    top: -3px;
    left: 35px;
  }
  nav.navbar-we-mega-menu .we-mega-menu-ul li > span {
    font-weight: 700;
    color: #1F2125;
  }
  .we-mega-menu-ul > .dropdown-menu:hover > a,
  .we-mega-menu-ul > .dropdown-menu:hover > span,
  .we-mega-menu-ul > .dropdown-menu:focus > a,
  .we-mega-menu-ul > .dropdown-menu:focus > span {
    color: #2C72C6;
  }
  .we-mega-menu-submenu {
    min-width: unset;
  }
  .promo-detail-status.d-lg-none {
    display: none !important;
  }
  .header-fix {
    position: fixed !important;
    width: 100% !important;
    top: 0px !important;
  }
  body.user-logged-in:not(.body-auth0) .header-fix {
    top: 79px !important;
  }
}
@media screen and (min-width: 1200px) {
  .box-line-car .box-right {
    padding: 40px;
  }
  .list-promo .form--inline .form-item input {
    width: 370px;
  }
  .view-node-functions-haitran.view-display-id-block_2 {
    padding-left: 0px;
  }
}
.big-cmt-wrapper {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/* Contact page */
.webform-submission-contact-add-form .form-item {
  height: 45px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.webform-submission-contact-add-form .form-item label {
  font-weight: 700;
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
}

.webform-submission-contact-add-form .form-item input,
.webform-submission-contact-add-form .form-item textarea {
  border: 0;
  background-color: transparent;
  margin: 0;
  margin-left: 20px;
  outline: none;
  min-width: calc(100% - 140px);
  color: #898989;
  box-shadow: none;
}

.webform-submission-contact-add-form .form-required:after {
  position: absolute;
}

.webform-submission-contact-add-form .form-item.form-type-textarea {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}

.webform-submission-contact-add-form .form-item.form-type-textarea textarea {
  margin: 0;
  padding: 0;
}

.webform-submission-contact-add-form .webform-button--submit {
  width: 100%;
  height: 45px;
  border: 0;
  background: #DA5545;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.path-lien-he section.ac-container label {
  width: 100%;
  text-shadow: none;
  background: #19191C;
  margin: 0;
  font-weight: 600;
}

.path-lien-he section.ac-container ul li {
  padding: 5px 20px;
  background: #252525;
  color: #fff;
  cursor: pointer;
}

.path-lien-he section.ac-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.path-lien-he section.ac-container ul li:not(:last-child) {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.path-lien-he .ac-container {
  width: 100%;
  margin: 10px auto 30px auto;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}

.path-lien-he .form-item-lua-chon-yeu-cau {
  position: relative;
}

.path-lien-he .contact {
  margin-top: 20px;
}

.path-lien-he .contact label {
  line-height: 20px;
}

.path-lien-he .contact label small {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #B1AAAA;
}

.captcha {
  width: 100%;
  height: auto;
  background: transparent;
  margin: 0;
  max-width: 100%;
}

.embeddedServiceHelpButton .helpButton button.uiButton {
  background: #fff !important;
  border: 1px solid #2C72C6 !important;
}

.embeddedServiceHelpButton .helpButton button span.embeddedServiceIcon {
  background-image: url(../../img/embeddedServiceIcon.png) !important;
}

/* spin point */
div#spin_point {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
  border-radius: 122px 0 0 122px;
  padding: 5px;
  background: #CB2A1D;
  transition: 0.3s;
  width: 80px;
}

div#spin_point a {
  align-items: center;
  display: flex;
}

div#spin_point .img {
  position: relative;
  width: 60px;
}

div#spin_point .img > img {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
}

div#spin_point .img .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 64px;
  width: 90px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

div#spin_point .inner {
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #F9EA9B;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  width: 0;
  margin: 0;
}

div#spin_point:hover {
  width: 240px;
}

div#spin_point:hover .inner {
  opacity: 1;
  visibility: visible;
  margin-left: 20px;
  width: calc(100% - 80px);
}

div#spin_point:hover .img .bg {
  opacity: 1;
  visibility: visible;
}

div#select-region {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

div#select-region .md-content {
  position: relative;
  z-index: 9;
  background: #fff;
  width: 406px;
  height: auto;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 50px);
  padding: 50px;
  border-radius: 3px;
}

div#select-region .md-content > h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1F2125;
  margin-bottom: 50px;
}

div#select-region h3.region-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #1F2125;
  margin-bottom: 20px;
}

div#select-region li.menu-item {
  padding: 0;
  line-height: normal;
  margin-bottom: 20px;
}

div#select-region li.menu-item * {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #1F2125;
}

div#select-region .menu {
  margin: 0;
}

div#select-region .close-md-lang {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.button-select-region {
  /* filter: invert(1); */
  cursor: pointer;
}

div#select-region:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2235294118);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.path-frontpage #header:not(.header-fix) .button-select-region img,
.path-ve-chung-toi #header:not(.header-fix) .button-select-region img {
  filter: brightness(0) invert(1);
}

.fade {
  visibility: hidden;
}

.fade.show {
  visibility: visible;
}

#nav-icon-region {
  width: 20px;
  height: 13px;
  position: relative;
  cursor: pointer;
}

#nav-icon-region span {
  display: block;
  position: absolute;
  height: 0;
  width: 100%;
  border-bottom: 2px #1F2125 solid;
  border-radius: 0px;
  opacity: 1;
  left: 0;
}

@media (max-width: 991px) {
  #nav-icon-region span {
    border-bottom: 2px #2C72C6 solid;
  }
}
#menu-side-right:hover span {
  border-bottom: 2px #2C72C6 solid;
}

#nav-icon-region span:last-child {
  width: 100%;
}

#nav-icon-region span:nth-child(1) {
  top: 0px;
}

#nav-icon-region span:nth-child(2) {
  top: 5.5px;
}

#nav-icon-region span:nth-child(3) {
  bottom: 0;
}

.box-car-head div#menu-side-right:hover div#sidebar-right {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}

div#sidebar-right {
  position: fixed;
  top: 57px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-24px);
  padding: 10px;
  right: 0;
  min-width: 330px;
  background: #FFFFFF;
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.176);
  border-radius: 3px;
}

div#sidebar-right .menu-item a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1F2125;
}

div#sidebar-right .menu-item {
  padding: 10px;
}

div#sidebar-right li.menu-item:hover {
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}

div#sidebar-right li.menu-item:hover a {
  color: #2C72C6;
}

div#sidebar-right ul.menu {
  margin: 0;
}

.box-car-head div#menu-side-right {
  position: relative;
  margin-left: 30px;
  border-radius: 3px;
  padding: 10px;
}

.box-car-head div#menu-side-right:hover {
  background: rgba(44, 114, 198, 0.1);
}

.box-car-head div.vertical-line {
  width: 1px;
  height: 30px;
  background: #DBE1E3;
  margin-right: 20px;
}

body:not(.path-frontpage) .box-car-head .language-vn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  text-decoration: underline;
}

.box-car-head .language-vn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  text-decoration: underline;
}

/* Select region */
#menus_global {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

#menus_global .h2_title br {
  display: none;
}

#menus_global .modal_global {
  background: #fff;
  width: calc(100% - 30px);
  max-width: 406px;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  height: 570px;
  max-height: calc(100% - 30px);
  overflow: auto;
}

#menus_global .h2_title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1F2125;
  margin: 30px 30px 40px 30px;
}

#menus_global .menu-item--expanded {
  list-style: none;
}

.modal_global > .menu {
  margin: 0;
  padding: 20px;
}

#menus_global .menu-item--expanded > span.region {
  background: #F8F9FA;
  height: 44px;
  width: 100%;
  padding: 10px;
}

#menus_global .menu-item {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.modal_global > .menu > li > span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.modal_global > .menu > li > ul {
  margin: 0;
  padding: 10px;
}

.modal_global > .menu li {
  padding: 0 0 20px;
}

.modal_global > .menu span {
  margin-bottom: 20px;
  display: inline-block;
}

.modal_global > .menu span,
.modal_global > .menu a {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  color: #1F2125;
}

.modal_global .close_menus_global {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 20px;
  cursor: pointer;
}

#menus_global .bg_modal {
  background: rgba(0, 0, 0, 0.2862745098);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#menus_global .menu .menu .menu-item--expanded .menu {
  display: none;
}

#menus_global .menu-item--expanded > span {
  cursor: pointer;
}

#menus_global .menu-item--expanded > span.active {
  text-decoration: underline;
  text-decoration-color: #0072CE;
  color: #0072CE;
  font-weight: 600;
}

#menus_global .modal_global > .menu > li {
  padding: 0;
}

#menus_global .eu + ul,
#menus_global .menu .menu .menu {
  padding-left: 2em;
  margin-left: 0;
}

#menus_global li.menu-item--expanded {
  padding-bottom: 0;
}

#menus_global li a:hover,
#menus_global .menu .menu li > span:hover {
  color: #2C72C6;
}

@media only screen and (max-width: 480px) {
  .ft-company br {
    display: none;
  }
  #menus_global .h2_title br {
    display: block;
  }
  .ft-company .title_ {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1F2125;
  }
  .ft-company .ft-c {
    margin-bottom: 20px;
  }
  .ft-company {
    padding: 20px 0 40px;
  }
}
/* Table of content */
html {
  scroll-behavior: smooth;
}

.widget-toc {
  display: block;
  overflow: hidden;
  border: 1px solid #1F2125;
  background-color: #ffffff;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 95%;
  border-radius: 3px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.widget-toc > ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  background-color: #ffffff;
  position: relative;
  display: none;
  border-radius: 3px;
  max-height: 300px;
  overflow: auto;
}

.widget-toc > ol > li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-toc > ol > li > a {
  color: #1F2125;
  font-weight: 700;
  font-size: 16px;
}

.widget-toc > ol > li > ol,
.widget-toc > ol > li > ol ol {
  padding-left: 15px;
}

.widget-toc > ol > li > ol > li > a,
.widget-toc a {
  color: #1F2125;
  transition: 0.3s;
}

.widget-toc > ol > li > ol > li > ol a {
  font-size: 12px;
}

.widget-toc a:hover {
  color: #F39F2D;
}

.widget-toc.open {
  height: auto;
}

.widget-toc ol li {
  display: block;
  position: relative;
}

.toc-title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.toc-title .toc_title_inside {
  text-align: left;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 50px;
  font-size: 13px;
  position: relative;
  background-color: #ffffff;
  color: #1F2125;
}

.toc-title .toc_title_inside.toc_close,
.widget-toc.sticky.open .toc-title .toc_title_inside,
.widget-toc.sticky .toc-title .toc_title_inside.toc_close {
  display: none;
}

.widget-toc.sticky.open .toc-title .toc_title_inside.toc_close {
  display: flex;
}

.toc-title .toc_title_inside::before {
  content: "";
  position: absolute;
  background-image: url(../../../../libraries/contents/icons/table_of_content_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  left: 20px;
}

.toc-title .toc_title_inside.toc_close::before {
  background-image: url(../../../../libraries/contents/icons/x.svg);
}

.toc-title .toc_title_inside::after {
  content: "";
  position: absolute;
  background-image: url(../../../../libraries/contents/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 7px;
  right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.widget-toc.open .toc-title .toc_title_inside::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget-toc.sticky {
  position: fixed;
  top: 152px;
  left: 100px;
  width: 560px;
  max-height: 546px;
  background-color: transparent;
  padding: 0;
  border: 0;
  overflow: unset;
  margin: 0;
  z-index: 1;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.widget-toc.sticky.force_none {
  height: 0 !important;
}

.widget-toc.sticky.open {
  background-color: #ffffff;
}

.widget-toc.sticky.open::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}

.widget-toc.sticky .toc-title {
  position: absolute;
  height: 70px;
  width: 70px;
  left: -80px;
  box-shadow: 1px 1px 1px #b2b1b1;
}

.widget-toc.sticky .toc-title .toc_title_inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  border-radius: 3px;
}

.widget-toc.sticky .toc-title .toc_title_inside::after {
  display: none;
}

.widget-toc.sticky .toc-title .toc_title_inside::before {
  position: relative;
  left: unset;
}

.mega_menu .tab-content .tab-pane-row img {
  transition: opacity 750ms;
}

.mega_menu .tab-content .tab-pane-row:hover img {
  opacity: 0.2;
  z-index: 1;
}

.mega_menu .tab-content .tab-pane-row .text-center:hover img {
  opacity: 1;
}

#mega_oto_tab_content .tab-pane .prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

#mega_oto_tab_content .tab-pane .prev:hover svg path, #mega_oto_tab_content .tab-pane .next:hover svg path {
  fill: #1464F4;
}

#mega_oto_tab_content .tab-pane .next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}

.mega_menu .view-detail {
  color: #1464F4;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.form-regis-promo .opt-in {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-regis-promo .opt-in input {
  height: 20px;
  width: 20px;
}

.form-regis-promo .opt-in p {
  margin-bottom: 0;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
}

@media only screen and (max-width: 1300px) {
  .widget-toc.sticky {
    left: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .widget-toc.sticky {
    left: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .widget-toc.sticky {
    left: 15px;
    width: calc(100% - 30px);
    top: 232px;
  }
  .widget-toc.sticky .toc-title {
    left: 0px;
    top: -80px;
  }
}
.promo-des h3 a {
  display: block;
}

.slide-box-news-r .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

#main {
  padding: 0;
}

.block-margin {
  margin-top: 5rem;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 1rem;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #ffffff;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn--primary--blue {
  color: #fff;
  background: #1464f4;
}

.btn--primary--white {
  color: #1464f4;
  background: #fff;
}

.btn--animated {
  transition-property: color;
  transition-duration: 0.5s;
}

.btn--border--blue {
  border: 1px solid #1464f4;
}

.btn--border--white {
  border: 1px solid #fff;
}

.btn--animated::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  z-index: -1;
}

.btn--animated.btn--primary--blue::before {
  background: #fff;
}

.btn--animated.btn--primary--white::before {
  background: #1464f4;
}

.btn--animated.btn--primary--blue:hover {
  color: #1464f4;
}

.btn--animated.btn--primary--white:hover {
  color: #fff;
}

.btn--animated:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}

.block {
  position: relative;
}

.block-padding {
  padding: 6rem 0 0 0;
}

/* COMMON */
h2.page-title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 125%;
  color: #151515;
}

.block .block-title {
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: 500;
  color: #3C3C3C;
  /* margin-bottom: 1rem; */
  letter-spacing: -0.02em;
}

.block .block-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.688rem;
  color: #3c3c3c;
}

/* block Banner Home */
.block {
  min-height: 100%;
  position: relative;
}

.block-home-banner {
  position: relative;
}

.block-home-banner .swiper-slide {
  height: 100vh;
}

.block-home-banner .swiper-slide a {
  text-align: center;
  display: block;
  padding: 0;
  height: 100%;
  position: relative;
}

.block-home-banner .swiper-slide a::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30vh;
  z-index: 1;
}

.block-home-banner .swiper-slide .field-image {
  height: 100%;
}

.block-home-banner .swiper-slide .field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-home-banner .swiper-slide h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 5rem;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem;
}

.block-home-banner .slide-content-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.block-home-banner .slide-content-navigation .container {
  position: relative;
}

.block-home-banner .swiper-button-prev,
.block-home-banner .swiper-button-next {
  width: 3rem;
  height: 3rem;
}

.swiper-button-prev svg:hover > rect,
.swiper-button-next svg:hover > rect {
  fill-opacity: 1;
  transition: all 0.5s;
}

.swiper-button-prev svg:hover > path,
.swiper-button-next svg:hover > path {
  fill: #1464F4;
  transition: all 0.5s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.block-home-banner .swiper-button-prev {
  left: 15px;
}

.block-home-banner .swiper-button-next {
  right: 15px;
}

.block-home-banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
}

.block-home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.block-home-banner .swiper-pagination {
  position: absolute;
  width: unset;
  bottom: 1.5rem;
  left: 50%;
  right: auto;
  top: auto;
}

/* Block Car Slide */
.vehicle-section {
  height: 100vh;
  padding: 0;
  background: linear-gradient(0deg, #F7F9F9 0%, rgba(247, 249, 249, 0) 49.93%);
}

.vehicle-section .container {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.vehicleThumbSwiper .swiper-slide {
  text-align: center;
}

.vehicleThumbSwiper .swiper-slide .field-image {
  border-bottom: 3px solid transparent;
  display: inline-block;
  padding-bottom: 5px;
  cursor: pointer;
}

.vehicleThumbSwiper .swiper-slide-thumb-active .field-image {
  border-bottom: 3px solid #1464F4;
}

.vehicleThumbSwiper .swiper-slide-thumb-active .field-image svg path {
  fill: #1464F4;
}

.vehicleThumbSwiper,
.vehicleSwiper {
  max-width: 100%;
}

/* .carLogoSwiper {
  max-width: 720px;
} */
.vehicleSwiper .field-image {
  margin: 0.75rem 0;
}

.vehicleSwiper .field-image img {
  width: 100%;
}

.vehicleSwiper .field-specs {
  padding-top: 0.75rem;
  border-top: 1px solid #D9E1E2;
}

.vehicleSwiper .field-spec-item .field-spec-item--title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.vehicleSwiper .field-spec-item .field-spec-item--desc {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

.vehicleSwiper .field-buttons {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 1.5rem;
}

.vehicleSwiper .field-buttons .btn {
  width: 12.5rem;
  border-radius: 3px;
}

.vehicleSwiper .slide-content-navigation .swiper-button-prev,
.vehicleSwiper .slide-content-navigation .swiper-button-next {
  width: unset;
  height: auto;
  margin: 0;
}

/* Block Battery */
.card {
  background: none;
  word-wrap: unset;
  border: none;
  border-radius: unset;
}

.card .card-content {
  padding: 1.875rem;
}

.card .field-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.card .field-desc {
  font-size: 1rem;
  padding: 1rem 0 0 0;
}

.card .field-view-more {
  padding: 1rem 0 0 0;
}

.card .field-view-more a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: normal;
  text-transform: uppercase;
  transition: none;
}

#block-battery .col-left {
  gap: 1.875rem;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#block-battery .col-left .card {
  position: relative;
  background-image: url("../img/homepage-v2/pin-oto-2.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#block-battery .col-left .card a {
  display: block;
  height: 100%;
}

#block-battery .col-left .card-content {
  background: linear-gradient(359deg, #000 0.54%, rgba(0, 0, 0, 0) 98.5%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(65%);
  transition: ease-in-out 0.5s;
  color: #fff;
}

#block-battery .col-left .card:hover .card-content {
  transform: none;
}

#block-battery .col-left .card-content .field-view-more {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: normal;
  text-transform: uppercase;
}

#block-battery #battery-card-2.card {
  background-image: url("../img/homepage-v2/pin-xe-may.webp");
}

#block-battery .col-right #battery-card-3 {
  background: #F7F9F9;
}

#battery-card-3 .card-content {
  position: relative;
}

#battery-card-3 .field-title {
  color: #3c3c3c;
}

#battery-card-3 .field-desc {
  color: #3c3c3c;
}

#battery-card-3 .field-image {
  margin-top: 3rem;
}

#battery-card-3 .field-image img {
  width: 100%;
}

#battery-card-3 .field-view-more {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* End Block Battery */
/* Block Service */
#block-service {
  background: url("../../assets/img/home/service.webp") no-repeat scroll right center transparent;
  background-size: cover;
  margin-top: 6rem;
  height: 700px;
}

#block-service .container {
  height: 100%;
  display: flex;
  align-items: center;
}

#block-service .card .card-content {
  padding: 0;
}

#block-service .card .field-view-more {
  display: flex;
  gap: 1rem;
}

/* End Block Service */
/* Block Green */
#block-green-tree .container {
  position: relative;
}

#block-green-tree .field-image {
  background: url("../img/homepage-v2/mlttvn.webp") no-repeat scroll center center transparent;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#block-green-tree .field-overlay {
  background: linear-gradient(270deg, rgba(22, 22, 0, 0.8) 8.43%, rgba(22, 22, 0, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#block-green-tree .card {
  padding: 8rem 0;
}

#block-green-tree .card .field-title,
#block-green-tree .card .field-desc {
  color: #fff;
}

/* End Block Green */
/* Block Community */
#block-aftersales .card {
  height: 354px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}

#aftersales-showroom {
  background-image: url("../../assets/img/home/showroom.webp");
}

#aftersales-community {
  background-image: url("../../assets/img/home/community.webp");
}

#block-aftersales .card {
  overflow: hidden;
  height: 354px;
  width: 100%;
  position: relative;
}

#block-aftersales .card a {
  display: block;
  height: 100%;
}

#block-aftersales .card .card-content {
  background: linear-gradient(359deg, #000 0.54%, rgba(0, 0, 0, 0) 98.5%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(40%);
  transition: ease-in-out 0.5s;
  color: #fff;
  padding: 1.875rem;
}

#block-aftersales .card a:hover .card-content {
  transform: none;
}

#block-aftersales .card-content .field-view-more {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: normal;
  text-transform: uppercase;
}

/* End Block Community */
@media only screen and (max-width: 1600px) {
  .vehicle-section {
    height: 100%;
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 1200px) {
  #block-battery .col-left .card-content {
    transform: translateY(68%);
  }
  #block-service {
    height: 65vh;
  }
  footer .ecosystem-copy-right .bct-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .block-padding {
    padding: 4rem 0 0 0;
  }
  .carLogoSwiper {
    max-width: unset;
    width: 100%;
  }
  .vehicle-section {
    padding: 4rem 0;
  }
  .vehicleSwiper .field-specs .field-spec-item {
    margin-bottom: 1rem;
  }
  .vehicleSwiper .field-buttons {
    margin-top: 0.25rem;
    gap: 1rem;
  }
  .vehicleSwiper .field-buttons .btn {
    width: 100%;
  }
  #block-battery .col-left {
    gap: 1rem;
  }
  #block-battery .col-left .card {
    height: 343px;
  }
  #block-battery .col-left .card-content {
    transform: translateY(65%);
  }
  #block-battery .col-right #battery-card-3 {
    margin-top: 1rem;
  }
  #battery-card-3 .card-content {
    padding: 1rem;
  }
  #battery-card-3 .field-image {
    transform: unset;
    position: unset;
    text-align: center;
    margin-top: 1rem;
  }
  #block-service {
    height: auto;
    background: none;
    margin-top: 4rem;
    position: relative;
    padding-bottom: 30vh;
  }
  #block-service::after {
    content: "";
    background: url(../../assets/img/home/service.webp) no-repeat scroll right bottom transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30vh;
    width: 100%;
    background-size: cover;
  }
  #block-service .container {
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
  #block-service .card .field-view-more .btn {
    max-width: 100%;
  }
  #block-service .card .field-view-more .btn:first-child {
    width: 60%;
  }
  #block-green-tree {
    height: 100vh;
  }
  #block-green-tree .field-image {
    margin: 0;
    width: 100%;
  }
  #block-green-tree .container,
  #block-green-tree .row,
  #block-green-tree .col-lg-4 {
    height: 100%;
  }
  #block-green-tree .field-overlay {
    background: linear-gradient(0deg, #161600 8.43%, rgba(22, 22, 0, 0) 100%);
  }
  #block-green-tree .card {
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #block-green-tree .card .field-view-more a {
    width: 100%;
  }
  #block-aftersales .row {
    gap: 1rem;
  }
  #block-join-the-charge {
    margin-top: 4rem;
    background-position: center center;
    background: url(../../assets/img/home/join-the-charge.webp) no-repeat scroll left center transparent !important;
  }
}
@media only screen and (max-width: 575px) {
  .block-home-banner .swiper-slide a::after {
    height: 50vh;
  }
  .block-home-banner .swiper-slide h2 {
    bottom: 8rem;
  }
  .vehicleSwiper .slide-content-navigation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
  }
  .vehicleSwiper .slide-content-navigation .swiper-button-prev,
  .vehicleSwiper .slide-content-navigation .swiper-button-next {
    position: unset;
    display: inline-block;
  }
  .vehicleSwiper .field-specs {
    margin-top: 5rem;
  }
  .vehicleSwiper .field-spec-item .field-spec-item--title {
    font-size: 0.875rem;
  }
  .vehicleSwiper .field-spec-item .field-spec-item--desc {
    font-size: 1rem;
  }
  .card .field-title {
    font-size: 1.25rem;
  }
  .card .field-desc {
    font-size: 1.125rem;
  }
  .card .field-view-more {
    justify-content: space-between;
  }
  #block-battery .col-left .card-content {
    transform: translateY(73%);
  }
}
#header_pc, #header_pc.hide-menu {
  transition-timing-function: linear;
}

#header_pc.hide-menu {
  transform: translateY(-100%);
}

.homePageVF3 .brand-color {
  color: #1464f4;
}
.homePageVF3 :root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c;
  --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
  --white: #fff;
  --new-1464-f-4-future-blue: #1464f4;
  --danger-color: #dc3545;
  --under-line-gray: #d9e1e2;
  --valid-color: #3aa200;
}
.homePageVF3 input:-webkit-autofill {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageVF3 input:-webkit-autofill:focus {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageVF3 input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageVF3 .page-header.show-menu2 {
  transform: translateY(0);
  transition: transform 0.5s;
  transition-timing-function: linear;
}
.homePageVF3 .form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  top: 0;
}
.homePageVF3 .form-label-group.has-icon .icon svg {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageVF3 .form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0;
}
.homePageVF3 .form-label-group.has-icon input {
  padding-left: 3rem;
}
.homePageVF3 .form-label-group.has-icon input:not(:-moz-placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageVF3 .form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageVF3 .form-label-group.has-icon select {
  padding-left: 3rem;
}
.homePageVF3 .form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
  top: 70%;
}
.homePageVF3 .form-label-group.has-icon input.js_numText {
  padding-right: 4rem;
}
.homePageVF3 .form-label-group.has-icon select.js_numText {
  padding-right: 4rem;
}
.homePageVF3 .form-label-group.has-icon label {
  left: 2rem;
}
.homePageVF3 .form-label-group.has-icon .select2-container .select2-selection {
  padding-left: 3rem;
}
.homePageVF3 .form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 3rem);
}
@supports (-ms-ime-align: auto) {
  .homePageVF3 .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
}
.homePageVF3 input.is-invalid {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.homePageVF3 input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.homePageVF3 .is-success {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.homePageVF3 .is-success-carDeposit {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
  padding-left: 10%;
}
.homePageVF3 #select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}
.homePageVF3 #select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.homePageVF3 #select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.homePageVF3 #select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}
.homePageVF3 #select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}
.homePageVF3 #select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}
.homePageVF3 #select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}
.homePageVF3 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}
.homePageVF3 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.homePageVF3 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.homePageVF3 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}
.homePageVF3 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none;
}
.homePageVF3 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}
.homePageVF3 #ui-datepicker-div {
  padding: 0;
  width: 27em;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  background: unset;
  border: unset;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-month {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.homePageVF3 #ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.homePageVF3 #ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}
.homePageVF3 #ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.homePageVF3 #ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.homePageVF3 #ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2;
}
.homePageVF3 .no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative;
}
.homePageVF3 .no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}
.homePageVF3 .no-place span {
  margin-left: 35px;
}
.homePageVF3 .date-picker-today {
  align-items: center;
  justify-content: center;
}
.homePageVF3 .date-picker-today p {
  align-items: center;
  justify-content: center;
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0 10px 0 0;
  width: 25px;
}
.homePageVF3 .date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px;
}
.homePageVF3 .select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.homePageVF3 .vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px;
}
.homePageVF3 .vf-modal-popup .modal-content {
  padding: 30px;
}
.homePageVF3 .vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px;
}
.homePageVF3 .vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none;
}
.homePageVF3 .vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}
.homePageVF3 .vf-modal-popup .modal-body .group-button {
  text-align: center;
}
.homePageVF3 .vf-modal-popup .modal-body .group-button .btn-primary {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF3 .vf-modal-popup .modal-body .group-button .btn-primary:hover {
  opacity: 0.8;
}
.homePageVF3 .vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF3 .vf-modal-popup .modal-body .group-button button:hover {
  opacity: 0.8;
}
.homePageVF3 #vpoint-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF3 #vpoint-section > li {
  margin-bottom: 0 !important;
}
.homePageVF3 #vpoint-section .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF3 #vpoint-section #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.homePageVF3 #vpoint-section #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.homePageVF3 #vpoint-section #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF3 .vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF3 .vinclub-promotion > li {
  margin-bottom: 0 !important;
}
.homePageVF3 .vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF3 .vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.homePageVF3 .vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.homePageVF3 .vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF3 .car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}
.homePageVF3 .car-common-popup-lead .modal-content {
  border: 0;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
  text-align: center;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body .form-subtitle {
  text-align: center;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.homePageVF3 .car-common-popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.homePageVF3 .car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.homePageVF3 .car-common-popup-lead .modal-content .close:focus {
  outline: none;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF3 .car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}
.homePageVF3 .car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF3 .car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}
.homePageVF3 .car-common-popup-lead .modal-content .term a {
  color: #1464f4;
}
.homePageVF3 .car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}
.homePageVF3 #modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.homePageVF3 #modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
.homePageVF3 #modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF3 #modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
.homePageVF3 #modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.homePageVF3 #modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF3 #modal-lead-register-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.homePageVF3 #modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF3 #modal-lead-register-thank .modal-buttons button#button-close {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF3 .section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0;
}
.homePageVF3 .section-lead-common input.valid {
  border: 1px solid var(--valid-color) !important;
}
.homePageVF3 .section-lead-common input.error {
  border: 1px solid var(--danger-color) !important;
}
.homePageVF3 .section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.homePageVF3 .section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.homePageVF3 .section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.homePageVF3 .section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .form-label-group > .label {
  color: #8a8a8a;
  text-align: left;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  row-gap: 10px;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px;
}
.homePageVF3 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF3 .section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%;
}
.homePageVF3 .section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF3 .section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF3 .section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF3 .section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF3 .section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.homePageVF3 .section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF3 .section-lead-common .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF3 .section-lead-common .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF3 .section-lead-common .t-and-c {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageVF3 .section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF3 .section-lead-common .select-showroom .box-select {
  margin-bottom: 12px;
}
.homePageVF3 .section-lead-common .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}
.homePageVF3 .section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left;
}
.homePageVF3 #header {
  animation-fill-mode: both;
  transition: transform 0.5s;
}
.homePageVF3 picture {
  width: 100%;
}
.homePageVF3 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.homePageVF3 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.homePageVF3 .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}
.homePageVF3 > section {
  padding-top: 64px;
}
.homePageVF3 .section-title {
  margin: 0 auto 30px;
  max-width: 904px;
}
.homePageVF3 .slider-title {
  color: #3c3c3c;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 60px;
  margin-bottom: 30px;
}
.homePageVF3 h3 {
  color: #3c3c3c;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 60px;
  margin-bottom: 30px;
}
.homePageVF3 h4 {
  color: #3c3c3c;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
.homePageVF3 h5 {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
.homePageVF3 p.sub-title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto 30px;
}
.homePageVF3 p.sub-title.border-left-blue {
  border-left: 4px solid #0d42bd;
  padding-left: 16px;
}
.homePageVF3 .img-content {
  margin-bottom: 30px;
  width: 100%;
}
.homePageVF3 .img-car img {
  width: 100%;
}
.homePageVF3 .group-btn-color {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 10px;
}
.homePageVF3 .group-btn-color ul {
  display: flex;
  gap: 48px;
  justify-content: center;
  list-style: none;
}
.homePageVF3 .group-btn-color ul li {
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  flex-basis: 60px;
  max-width: 60px;
  padding: 8px;
  transition: all 0.3s ease;
}
.homePageVF3 .group-btn-color ul li img {
  width: 100%;
}
.homePageVF3 .group-btn-color ul li.active {
  border-color: #1464f4;
  border-radius: 50%;
}
.homePageVF3 .group-btn-color .color-name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.homePageVF3 .page-header {
  animation-fill-mode: both;
  padding: 14px 15px;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
  transition-timing-function: ease-out;
  z-index: 1051;
  background-color: #fff;
  left: 0;
  width: 100%;
}
.homePageVF3 .page-header .nav {
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.homePageVF3 .page-header .nav .nav-left {
  align-items: center;
  display: flex;
}
.homePageVF3 .page-header .nav .nav-left .nav-menu .nav-list {
  display: flex;
  list-style: none;
}
.homePageVF3 .page-header .nav .nav-left .nav-menu .nav-list .nav-item {
  position: relative;
}
.homePageVF3 .page-header .nav .nav-left .nav-menu .nav-list .nav-item a {
  color: #1f2125;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 1rem 0;
  text-decoration: none;
  transition: 0.3s;
}
.homePageVF3 .page-header .nav .nav-left .nav-menu .nav-list .nav-item a:hover {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF3 .page-header .nav .nav-left .nav-menu .nav-list .nav-item:after {
  background-color: #1464f4;
  bottom: -1px;
  height: 4px;
}
.homePageVF3 .page-header .nav .nav-left .nav-menu .nav-list .nav-item.active:after {
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s;
  width: 100%;
}
.homePageVF3 .page-header .nav .nav-left .nav-dropdown.active button svg {
  transform: rotate(180deg);
}
.homePageVF3 .page-header .nav .nav-left .nav-dropdown.d-lg-none {
  display: block !important;
}
.homePageVF3 .page-header .nav .nav-button .btn {
  font-weight: 700;
  text-transform: uppercase;
}
.homePageVF3 .page-header .nav-button {
  align-items: center;
  background-color: #fff;
  border: none;
  color: #1464f4;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  outline: none;
  transition: 0.4s;
  width: auto;
}
.homePageVF3 .page-header .btn-popup-lead {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.homePageVF3 .page-header .dktv-btn {
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 1.2px;
  line-height: 48px;
  text-transform: uppercase;
  color: #1464f4;
}
.homePageVF3 .link-effect-hover.active-menu:after {
  bottom: -5px;
}
.homePageVF3 .link-effect-hover:after {
  bottom: -5px;
}
.homePageVF3 .homePageVF3-section--2 .use-360 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.homePageVF3 .homePageVF3-section--2 .use-360 .images-360 {
  bottom: 15px;
  display: flex;
  justify-content: center;
  padding-left: 20px;
  position: absolute;
  width: 100%;
}
.homePageVF3 .homePageVF3-section--2 .use-360 .cloudimage-360 {
  max-width: 880px;
}
.homePageVF3 .homePageVF3-section--2 .use-360 ul.colors {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  row-gap: 15px;
}
.homePageVF3 .homePageVF3-section--7 {
  padding-top: 60px;
}
.homePageVF3 .homePageVF3-section--1 {
  padding-left: calc(50% - 555px);
}
.homePageVF3 .homePageVF3-section--1 .swiper-slide.swiper-slide-active .slider-title {
  visibility: visible;
}
.homePageVF3 .homePageVF3-section--1 .swiper-slide .slider-title {
  visibility: hidden;
}
.homePageVF3 .cvt-slider {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 1110px;
}
.homePageVF3 .cvt-slider .nav-slider {
  align-items: center;
  display: flex;
  gap: 16px;
}
.homePageVF3 .cvt-slider .nav-slider > div {
  align-items: center;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 49px;
  justify-content: center;
  width: 48px;
}
.homePageVF3 .cvt-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
  position: relative;
  top: 0;
  width: auto;
}
.homePageVF3 section.homePageVF3-section--3 {
  margin-bottom: 0 !important;
  z-index: 1;
}
.homePageVF3 section.homePageVF3-section--4 {
  background-color: #fffdf5;
  margin-bottom: 0 !important;
  margin-top: -220px;
  padding-bottom: 60px;
  padding-top: 260px;
}
.homePageVF3 .homePageVF3-section--5 {
  background-color: #fffdf5;
  margin-bottom: 0 !important;
  padding-bottom: 60px;
  padding-top: 60px;
}
.homePageVF3 .box-item--description {
  margin-top: 48px;
  padding: 0 45px 0 103px;
}
.homePageVF3 .homePageVF3-section--8 .d-flex {
  flex-wrap: wrap;
}
.homePageVF3 .homePageVF3-section--8 .d-flex > div {
  flex: 1 0 50%;
}
.homePageVF3 .box-item-sac {
  background-color: rgba(20, 100, 244, 0.102);
  padding: 36px;
}
.homePageVF3 .box-item-sac ul {
  font-size: 18px;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-left: 30px;
}
.homePageVF3 .box-item-sac ul li {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.homePageVF3 .border-box {
  background-color: #fff;
  border: 1px solid #84a3b6;
  margin-bottom: 30px;
  padding: 30px;
}
.homePageVF3 .border-box h5 {
  font-style: italic;
  font-weight: 1000;
  margin-bottom: 24px;
}
.homePageVF3 .border-box div {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.homePageVF3 .border-box div span {
  font-size: 18px;
  font-weight: 600;
}
.homePageVF3 .homePageVF3-section--9 {
  background-color: rgba(20, 100, 244, 0.102);
  margin-bottom: 220px !important;
  padding: 120px 0 0;
  z-index: 1;
}
.homePageVF3 .homePageVF3-section--9 .vf3-img-border {
  margin-bottom: -220px;
  padding-top: 40px;
  width: 100%;
}
.homePageVF3 .homePageVF3-section--9 p {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 16px;
}
.homePageVF3 .homePageVF3-section--9 p.note {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.homePageVF3 .download-brochure {
  align-items: center;
  background-color: #1464f4;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  width: 282px;
  margin: 0;
}
.homePageVF3 .order-now {
  align-items: center;
  background-color: #1464f4;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  width: 282px;
}
.homePageVF3 table.specifications {
  margin-bottom: 30px;
  width: 100%;
}
.homePageVF3 table.specifications tr:first-child td {
  border-top: 1px solid #d9e1e2;
}
.homePageVF3 table.specifications tr td {
  border-bottom: 1px solid #d9e1e2;
  font-size: 18px;
  font-weight: 600;
  height: 53px;
  line-height: 150%;
  padding-right: 30px;
  width: 50%;
}
.homePageVF3 table.specifications tr td:last-child {
  font-weight: 400;
  padding-left: 30px;
  padding-right: 0;
}
.homePageVF3 .btn-outline-vf3 {
  border: 1px solid #1464f4;
  border-radius: 3px;
  color: #1464f4;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 1.2px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  width: 282px;
}
.homePageVF3 .card-vf3 {
  background-color: #f7f9f9;
  padding: 45px;
}
.homePageVF3 .card-vf3 .app-download {
  align-items: center;
  display: flex;
  margin: 30px -12px 0;
}
.homePageVF3 .card-vf3 .app-download a {
  flex: 1 0 50%;
  padding: 0 12px;
}
.homePageVF3 .card-vf3 .app-download a img {
  width: 100%;
}
.homePageVF3 .nav-list {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 48px;
  list-style: none;
  margin-bottom: 0;
}
.homePageVF3 .section-lead .container {
  gap: 0;
}
.homePageVF3 .section-lead .content {
  background-color: #f8f9fa;
  padding: 48px 16px;
}
.homePageVF3 .section-lead .section-lead-common {
  background: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.homePageVF3 .section-lead .section-lead-common > p {
  margin-bottom: 30px;
}
.homePageVF3 .section-lead .section-lead-common .form-subscribe {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin: 0;
}
.homePageVF3 .section-lead .section-lead-common .form-subscribe .form-group {
  gap: 12px;
}
.homePageVF3 .section-lead .section-lead-common .form-subscribe .registration-btn {
  margin-top: 30px;
}
.homePageVF3 .container-medium {
  width: 100%;
}
.homePageVF3 .video {
  width: 100%;
}
.homePageVF3 .video video {
  width: 100%;
}
.homePageVF3 .menu-mobile {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1052;
}
.homePageVF3 .menu-mobile ul {
  display: block !important;
}
.homePageVF3 .menu-mobile ul li {
  font-size: 16px;
  line-height: 48px;
  width: 100%;
}
.homePageVF3 .menu-mobile button {
  font-size: 2rem !important;
  padding: 5px 10px;
  position: absolute;
  right: 2px;
  top: 5px;
  z-index: 10;
}
.homePageVF3 .modal-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.homePageVF3 .modal-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
.homePageVF3 .modal-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF3 .modal-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
.homePageVF3 .modal-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.homePageVF3 .modal-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF3 .modal-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.homePageVF3 .modal-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF3 .modal-thank .modal-buttons button#button-close {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF3 .group-button-vf3 {
  display: flex;
  gap: 30px;
}
.homePageVF3 .price-section ul {
  margin-bottom: 30px;
  padding-left: 30px;
}
.homePageVF3 .price-section ul li {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.homePageVF3 .register-block {
  background-color: #f8f9fa;
  background-size: cover;
  padding: 120px 0;
}
.homePageVF3 .register-block .content-detail {
  align-self: center;
  text-align: center;
}
.homePageVF3 .register-block .content-detail .logo > img {
  max-width: 350px;
}
.homePageVF3 .register-block .content-detail .block-title {
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
.homePageVF3 .register-block .content-detail .form-subscribe {
  margin-top: 16px;
}
.homePageVF3 .register-block .register-img > img {
  width: 100%;
}
.homePageVF3 .form-subscribe {
  margin: 0 auto;
  max-width: 435px;
}
.homePageVF3 .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF3 .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF3 .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF3 .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF3 .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF3 .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF3 .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageVF3 .form-subscribe .form-group .form-label-group > .label:after {
  display: none;
}
.homePageVF3 .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF3 .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
.homePageVF3 .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF3 .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF3 .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF3 .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF3 .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.homePageVF3 .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF3 .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF3 .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF3 #popup-lead .modal-content {
  padding: 50px;
}
.homePageVF3 #popup-lead .modal-content .modal-body {
  align-self: center;
  padding: 0;
}
.homePageVF3 #popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
  text-align: center;
}
.homePageVF3 #popup-lead .modal-content .modal-body .form-subtitle {
  text-align: center;
}
.homePageVF3 #popup-lead .modal-content .modal-body img {
  width: 100%;
}
.homePageVF3 #popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.homePageVF3 #popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.homePageVF3 #popup-lead .modal-content .modal-body .email-form {
  text-align: center;
  width: 100%;
}
.homePageVF3 #popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.homePageVF3 #popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.homePageVF3 #popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 320px) {
  .homePageVF3 #select2-scheduleTime #scheduleTimeSession > div {
    flex-direction: column;
  }
  .homePageVF3 #select2-scheduleTime #scheduleTimeSession > div button {
    line-height: 40px;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .homePageVF3 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
  .homePageVF3 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}
@media screen and (max-width: 280px) {
  .homePageVF3 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}
@media screen and (max-width: 767px) {
  .homePageVF3 #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
  }
  .homePageVF3 #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
  .homePageVF3 #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
}
@media screen and (max-width: 768px) {
  .homePageVF3 .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
  .homePageVF3 .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
  .homePageVF3 #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
  .homePageVF3 #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
  .homePageVF3 .slider-title {
    font-size: 28px;
    line-height: 35px;
  }
  .homePageVF3 h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .homePageVF3 h4 {
    font-size: 20px;
    line-height: 150%;
  }
  .homePageVF3 h5 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 12px;
  }
  .homePageVF3 p.sub-title {
    font-size: 16px;
    line-height: 150%;
  }
  .homePageVF3 .group-btn-color ul {
    gap: 0;
  }
  .homePageVF3 .homePageVF3-section--1 {
    padding: 0 15px;
  }
  .homePageVF3 .cvt-slider {
    justify-content: center;
    margin-top: 16px;
    width: 100%;
  }
  .homePageVF3 .cvt-slider .nav-slider {
    display: none;
  }
  .homePageVF3 section.homePageVF3-section--4 {
    margin-top: -19%;
    padding-top: 120px;
  }
  .homePageVF3 .homePageVF3-section--5 {
    display: inline-block;
    padding-top: 0;
    width: 100%;
  }
  .homePageVF3 .box-item {
    margin-bottom: 30px;
  }
  .homePageVF3 .box-item--description {
    margin-top: 16px;
    padding: 0;
  }
  .homePageVF3 .border-box {
    padding: 16px;
  }
  .homePageVF3 .border-box h5 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .homePageVF3 .border-box div {
    font-size: 20px;
  }
  .homePageVF3 .homePageVF3-section--9 {
    margin-bottom: 150px !important;
    padding-top: 64px;
  }
  .homePageVF3 .homePageVF3-section--9 .vf3-img-border {
    margin-bottom: -110px;
  }
  .homePageVF3 .download-brochure {
    width: 100%;
    margin: 0;
    width: 100%;
  }
  .homePageVF3 .order-now {
    width: 100%;
  }
  .homePageVF3 table.specifications tr td {
    font-size: 14px;
  }
  .homePageVF3 table.specifications tr td:last-child {
    text-align: right;
  }
  .homePageVF3 .btn-outline-vf3 {
    width: 100%;
  }
  .homePageVF3 .page-header .nav-logo img {
    max-width: 93px;
  }
  .homePageVF3 .modal-thank .modal-dialog {
    min-width: 313px;
  }
  .homePageVF3 .modal-thank .modal-content {
    padding: 30px 16px;
  }
  .homePageVF3 .group-button-vf3 {
    flex-wrap: wrap;
  }
  .homePageVF3 #popup-lead .modal-content {
    padding: 50px 16px 30px;
  }
  .homePageVF3 #popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
  .homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
  .homePageVF3 .section-lead-common .form-subscribe .form-control {
    font-size: 0.833vw;
  }
  .homePageVF3 .section-lead-common .form-subscribe .check-email {
    font-size: 12px;
  }
  .homePageVF3 .form-subscribe .form-control {
    font-size: 0.833vw;
  }
  .homePageVF3 .form-subscribe .check-email {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .homePageVF3 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
  .homePageVF3 .section-lead-common .form-subscribe .form-control {
    font-size: 4.267vw;
  }
  .homePageVF3 .homePageVF3-section--2 .use-360 ul.colors {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .homePageVF3 .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
@media screen and (min-width: 769px) {
  .homePageVF3 .section-lead-common .title {
    font-size: 36px;
  }
  .homePageVF3 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
    flex-basis: 32%;
    padding-right: 0;
  }
  .homePageVF3 > section {
    padding-top: 120px;
  }
  .homePageVF3 #popup-lead .modal-content .modal-body .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .homePageVF3 .section-lead .section-lead-common .form-subscribe {
    max-width: unset;
  }
  .homePageVF3 .section-lead .section-lead-common .form-subscribe .form-group {
    align-items: flex-start;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-around;
    margin: 0;
  }
  .homePageVF3 .section-lead .section-lead-common .form-subscribe .form-message {
    flex-basis: 100%;
  }
  .homePageVF3 .section-lead .section-lead-common .form-subscribe .form-label-group {
    flex-basis: 30%;
  }
  .homePageVF3 .section-lead .section-lead-common .form-subscribe .registration-btn {
    flex-basis: 30%;
  }
  .homePageVF3 .container-medium {
    max-width: 904px;
  }
}
@media print {
  .homePageVF3 .section-lead .section-lead-common .form-subscribe {
    max-width: unset;
  }
  .homePageVF3 .section-lead .section-lead-common .form-subscribe .form-group {
    align-items: flex-start;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-around;
    margin: 0;
  }
  .homePageVF3 .section-lead .section-lead-common .form-subscribe .form-message {
    flex-basis: 100%;
  }
  .homePageVF3 .section-lead .section-lead-common .form-subscribe .form-label-group {
    flex-basis: 30%;
  }
  .homePageVF3 .section-lead .section-lead-common .form-subscribe .registration-btn {
    flex-basis: 30%;
  }
  .homePageVF3 .container-medium {
    max-width: 904px;
  }
}
@media only screen and (max-width: 992px) {
  .homePageVF3 .page-header .nav-dropdown.active button svg {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 900px) {
  .homePageVF3 .homePageVF3-section--1 .swiper-slide {
    width: 1110px;
  }
}
@media screen and (max-width: 900px) {
  .homePageVF3 .homePageVF3-section--8 .d-flex > div {
    flex: 1 0 100%;
  }
  .homePageVF3 .box-item-sac {
    margin-bottom: 30px;
  }
}

.homePageVF5 .brand-color {
  color: #1464f4;
}
.homePageVF5 :root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c ;
}
.homePageVF5 input:-webkit-autofill, .homePageVF5 input:-webkit-autofill:focus, .homePageVF5 input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageVF5 .form-label-group {
  position: relative;
}
.homePageVF5 .form-label-group input, .homePageVF5 .form-label-group label, .homePageVF5 .form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.homePageVF5 .form-label-group input:focus, .homePageVF5 .form-label-group label:focus, .homePageVF5 .form-label-group select:focus {
  outline: none;
}
.homePageVF5 .form-label-group input[disabled] ~ label, .homePageVF5 .form-label-group label[disabled] ~ label, .homePageVF5 .form-label-group select[disabled] ~ label {
  color: #8a8a8a !important;
}
.homePageVF5 .form-label-group input[disabled] ~ span, .homePageVF5 .form-label-group label[disabled] ~ span, .homePageVF5 .form-label-group select[disabled] ~ span {
  background: #f0f3f3;
}
.homePageVF5 .form-label-group .select2-container {
  width: 100% !important;
}
.homePageVF5 .form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important;
}
.homePageVF5 .form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px;
}
.homePageVF5 .form-label-group .select2-container .select2-selection .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 20px);
  position: absolute;
}
.homePageVF5 .form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}
.homePageVF5 .form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all 0.2s;
  width: 12px !important;
}
.homePageVF5 .form-label-group label {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.homePageVF5 .form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px;
}
.homePageVF5 .form-label-group input::-moz-placeholder {
  color: transparent !important;
}
.homePageVF5 .form-label-group input::placeholder {
  color: transparent !important;
}
.homePageVF5 .form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.homePageVF5 .form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.homePageVF5 .form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px;
}
.homePageVF5 .form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px;
}
.homePageVF5 .form-label-group input#amount:not(:-moz-placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homePageVF5 .form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homePageVF5 .form-label-group input:not(:-moz-placeholder-shown) ~ label.required:after {
  color: inherit;
}
.homePageVF5 .form-label-group input:not(:-moz-placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF5 .form-label-group input:not(:placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF5 .form-label-group input:-webkit-autofill ~ label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF5 .form-label-group input:-webkit-autofill ~ label.required:after {
  color: inherit;
}
.homePageVF5 .form-label-group .select2-container ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF5 .form-label-group .select2-container ~ label.required:after {
  color: inherit;
}
.homePageVF5 .form-label-group select.select2-label-placeholder ~ label {
  height: auto;
}
.homePageVF5 .form-label-group select.select2-label-placeholder.select2-empty ~ label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height) / 2);
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageVF5 .form-label-group select.select2-label-placeholder.select2-empty ~ label:after {
  color: #1464f4;
}
.homePageVF5 .form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  top: 0;
}
.homePageVF5 .form-label-group.has-icon .icon svg {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageVF5 .form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0;
}
.homePageVF5 .form-label-group.has-icon input, .homePageVF5 .form-label-group.has-icon select {
  padding-left: 3rem;
}
.homePageVF5 .form-label-group.has-icon input.js_numText, .homePageVF5 .form-label-group.has-icon select.js_numText {
  padding-right: 4rem;
}
.homePageVF5 .form-label-group.has-icon input:not(:-moz-placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageVF5 .form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageVF5 .form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
  top: 70%;
}
.homePageVF5 .form-label-group.has-icon label {
  left: 2rem;
}
.homePageVF5 .form-label-group.has-icon .select2-container .select2-selection {
  padding-left: 3rem;
}
.homePageVF5 .form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 3rem);
}
@supports (-ms-ime-align: auto) {
  .homePageVF5 .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .homePageVF5 .form-label-group label {
    position: static;
  }
  .homePageVF5 .form-label-group input::-ms-input-placeholder {
    color: var(--label-floating-color);
  }
}
.homePageVF5 input.is-invalid, .homePageVF5 input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.homePageVF5 .is-success, .homePageVF5 .is-success-carDeposit {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.homePageVF5 .is-success-carDeposit {
  padding-left: 10%;
}
.homePageVF5 #select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}
.homePageVF5 #select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.homePageVF5 #select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.homePageVF5 #select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}
.homePageVF5 #select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}
@media screen and (max-width: 320px) {
  .homePageVF5 #select2-scheduleTime #scheduleTimeSession > div {
    flex-direction: column;
  }
  .homePageVF5 #select2-scheduleTime #scheduleTimeSession > div button {
    line-height: 40px;
    margin: 0;
  }
}
.homePageVF5 #select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}
.homePageVF5 #select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}
@media screen and (max-width: 375px) {
  .homePageVF5 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 280px) {
  .homePageVF5 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}
.homePageVF5 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .homePageVF5 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}
.homePageVF5 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover, .homePageVF5 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.homePageVF5 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}
.homePageVF5 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none;
}
.homePageVF5 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}
.homePageVF5 #ui-datepicker-div {
  padding: 0;
  width: 27em;
}
@media screen and (max-width: 767px) {
  .homePageVF5 #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
  }
  .homePageVF5 #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span, .homePageVF5 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover, .homePageVF5 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}
@media screen and (max-width: 767px) {
  .homePageVF5 #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active, .homePageVF5 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-month, .homePageVF5 #ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.homePageVF5 #ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}
.homePageVF5 #ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.homePageVF5 #ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.homePageVF5 #ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2;
}
.homePageVF5 .no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative;
}
.homePageVF5 .no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}
.homePageVF5 .no-place span {
  margin-left: 35px;
}
.homePageVF5 .date-picker-today, .homePageVF5 .date-picker-today p {
  align-items: center;
  justify-content: center;
}
.homePageVF5 .date-picker-today p {
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0 10px 0 0;
  width: 25px;
}
.homePageVF5 .date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px;
}
.homePageVF5 #ui-datepicker-div, .homePageVF5 .select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.homePageVF5 .vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px;
}
.homePageVF5 .vf-modal-popup .modal-content {
  padding: 30px;
}
.homePageVF5 .vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px;
}
.homePageVF5 .vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none;
}
.homePageVF5 .vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}
.homePageVF5 .vf-modal-popup .modal-body .group-button {
  text-align: center;
}
.homePageVF5 .vf-modal-popup .modal-body .group-button .btn-primary, .homePageVF5 .vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF5 .vf-modal-popup .modal-body .group-button .btn-primary:hover, .homePageVF5 .vf-modal-popup .modal-body .group-button button:hover {
  opacity: 0.8;
}
.homePageVF5 #vpoint-section, .homePageVF5 .vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF5 #vpoint-section > li, .homePageVF5 .vinclub-promotion > li {
  margin-bottom: 0 !important;
}
.homePageVF5 #vpoint-section .available-vpoint .vpoint, .homePageVF5 .vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF5 #vpoint-section #usingVPoints input[name=usingVPoints], .homePageVF5 .vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.homePageVF5 #vpoint-section #usingVPoints .vpoint-amount, .homePageVF5 .vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.homePageVF5 #vpoint-section #usingVPoints .do-recalc-vpoint, .homePageVF5 .vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF5 .car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}
.homePageVF5 .car-common-popup-lead .modal-content {
  border: 0;
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0;
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body .form-subtitle, .homePageVF5 .car-common-popup-lead .modal-content .modal-body h3 {
  text-align: center;
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.homePageVF5 .car-common-popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.homePageVF5 .car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.homePageVF5 .car-common-popup-lead .modal-content .close:focus {
  outline: none;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  .homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF5 .car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF5 .car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}
.homePageVF5 .car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF5 .car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}
.homePageVF5 .car-common-popup-lead .modal-content .term a {
  color: #1464f4;
}
.homePageVF5 .car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}
.homePageVF5 #modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.homePageVF5 #modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
}
.homePageVF5 #modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF5 #modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
}
.homePageVF5 #modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.homePageVF5 #modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF5 #modal-lead-register-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.homePageVF5 #modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF5 #modal-lead-register-thank .modal-buttons button#button-close {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF5 :root {
  --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
  --white: #fff;
  --new-1464-f-4-future-blue: #1464f4;
  --danger-color: #dc3545;
  --under-line-gray: #d9e1e2;
  --valid-color: #3aa200 ;
}
.homePageVF5 .section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0;
}
.homePageVF5 .section-lead-common input.valid {
  border: 1px solid var(--valid-color) !important;
}
.homePageVF5 .section-lead-common input.error {
  border: 1px solid var(--danger-color) !important;
}
.homePageVF5 .section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.homePageVF5 .section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .homePageVF5 .section-lead-common .title {
    font-size: 36px;
  }
}
.homePageVF5 .section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.homePageVF5 .section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .form-label-group > .label {
  color: #8a8a8a;
  text-align: left;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  row-gap: 10px;
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .homePageVF5 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
    flex-basis: 32%;
    padding-right: 0;
  }
}
.homePageVF5 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF5 .section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%;
}
.homePageVF5 .section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF5 .section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
@media (min-width: 992px) {
  .homePageVF5 .section-lead-common .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageVF5 .section-lead-common .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageVF5 .section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF5 .section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF5 .section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageVF5 .section-lead-common .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageVF5 .section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF5 .section-lead-common .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF5 .section-lead-common .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF5 .section-lead-common .t-and-c {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageVF5 .section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF5 .section-lead-common .select-showroom .box-select {
  margin-bottom: 12px;
}
.homePageVF5 .section-lead-common .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}
.homePageVF5 .section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left;
}
.homePageVF5 #header {
  animation-fill-mode: both;
  transition: transform 0.5s;
}
.homePageVF5 #header, .homePageVF5 #header.hide-menu {
  transition-timing-function: linear;
}
.homePageVF5 #header.hide-menu {
  transform: translateY(-100%);
}
.homePageVF5 .container .title {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 49px;
}
.homePageVF5 .container p.sub {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.08px;
}
.homePageVF5 picture {
  width: 100%;
}
.homePageVF5 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .homePageVF5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0;
  opacity: 1;
  width: 16.6666666667vw;
}
.homePageVF5 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .homePageVF5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 28px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .homePageVF5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 24px;
  }
}
.homePageVF5 .swiper-pagination {
  align-items: flex-end;
  bottom: 10px;
  display: flex;
  position: absolute;
}
.homePageVF5 .swiper-pagination .swiper-pagination-bullet:first-child {
  background: #ffd100;
}
.homePageVF5 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: #adb198;
}
.homePageVF5 .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: #00e0ff;
}
.homePageVF5 .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: #c7c7c7;
}
.homePageVF5 .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: #8c1982;
}
.homePageVF5 .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
  background: #0019ff;
}
.homePageVF5 .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}
.homePageVF5 > section {
  padding-top: 64px;
}
@media screen and (min-width: 769px) {
  .homePageVF5 > section {
    padding-top: 120px;
  }
}
.homePageVF5 .section-title {
  margin: 0 auto 30px;
  max-width: 904px;
}
.homePageVF5 .slider-title, .homePageVF5 h3 {
  color: #3c3c3c;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .slider-title, .homePageVF5 h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.homePageVF5 h4 {
  color: #3c3c3c;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 h4 {
    font-size: 20px;
    line-height: 150%;
  }
}
.homePageVF5 h5 {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 h5 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 12px;
  }
}
.homePageVF5 p.sub-title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 p.sub-title {
    font-size: 16px;
    line-height: 150%;
  }
}
.homePageVF5 p.sub-title.border-left-blue {
  border-left: 4px solid #0d42bd;
  padding-left: 16px;
}
.homePageVF5 .img-content {
  margin-bottom: 30px;
  width: 100%;
}
.homePageVF5 .img-car img {
  width: 100%;
}
.homePageVF5 .group-btn-color {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 10px;
}
.homePageVF5 .group-btn-color ul {
  display: flex;
  gap: 48px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .group-btn-color ul {
    gap: 0;
  }
}
.homePageVF5 .group-btn-color ul li {
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  flex-basis: 60px;
  max-width: 60px;
  padding: 8px;
  transition: all 0.3s ease;
}
.homePageVF5 .group-btn-color ul li.active {
  border-color: #1464f4;
  border-radius: 50%;
}
.homePageVF5 .group-btn-color ul li img {
  width: 100%;
}
.homePageVF5 .group-btn-color .color-name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.homePageVF5 .page-header {
  animation-fill-mode: both;
  padding: 14px 15px;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
  transition-timing-function: ease-out;
  z-index: 1051;
  background-color: #fff;
  left: 0;
  width: 100%;
}
.homePageVF5 .page-header.show-menu2 {
  transform: translateY(0);
  transition: transform 0.5s;
  transition-timing-function: linear;
}
.homePageVF5 .page-header .nav {
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
}
.homePageVF5 .page-header .nav, .homePageVF5 .page-header .nav .nav-left {
  align-items: center;
  display: flex;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list {
  display: flex;
  list-style: none;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item {
  position: relative;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item a {
  color: #1f2125;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 1rem 0;
  text-decoration: none;
  transition: 0.3s;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item a:hover {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item:after {
  background-color: #1464f4;
  bottom: -1px;
  height: 4px;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item.active:after {
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s;
  width: 100%;
}
.homePageVF5 .page-header .nav .nav-left .nav-dropdown.active button svg {
  transform: rotate(180deg);
}
.homePageVF5 .page-header .nav .nav-left .nav-dropdown.d-lg-none {
  display: block !important;
}
.homePageVF5 .page-header .nav .nav-button .btn {
  font-weight: 700;
  text-transform: uppercase;
}
.homePageVF5 .page-header .nav button {
  align-items: center;
  background-color: #fff;
  border: none;
  color: #1464f4;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  outline: none;
  transition: 0.4s;
  width: auto;
}
.homePageVF5 .link-effect-hover.active-menu:after, .homePageVF5 .link-effect-hover:after {
  bottom: -5px;
}
@media only screen and (max-width: 992px) {
  .homePageVF5 .page-header .nav-dropdown.active button svg {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .homePageVF5 .container .title {
    font-size: 32px;
    font-weight: 300;
    line-height: 38.4px;
  }
  .homePageVF5 .container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 350px) {
  .homePageVF5 .container .title {
    font-size: 30px;
    font-weight: 300;
    line-height: 38.4px;
  }
}
.homePageVF5 .homePageVF5-banner .container {
  bottom: 10%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-banner .container {
    top: 5%;
  }
}
.homePageVF5 .homePageVF5-color .pos {
  position: absolute;
}
.homePageVF5 .homePageVF5-color .swiper-container {
  position: relative;
}
.homePageVF5 .homePageVF5-color .pos > * {
  width: 50%;
}
.homePageVF5 .homePageVF5-color .pos-tl {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
.homePageVF5 .homePageVF5-color .pos-tr {
  align-items: end;
  display: flex;
  flex-direction: column;
  right: 50%;
  top: 10%;
  transform: translate(50%);
}
.homePageVF5 .homePageVF5-color .pos-tr > * {
  text-align: right !important;
}
.homePageVF5 .homePageVF5-color .pos-bl {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.homePageVF5 .homePageVF5-color .pos .custom-width {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-color .pos > * {
    width: 100%;
  }
  .homePageVF5 .homePageVF5-color .pos-tr {
    right: 0;
    top: 10%;
    transform: none;
  }
  .homePageVF5 .homePageVF5-color .pos-tr > * {
    text-align: right !important;
  }
  .homePageVF5 .homePageVF5-color .pos-bl {
    top: 10%;
  }
  .homePageVF5 .homePageVF5-color .pos .custom-width {
    width: 100%;
  }
}
.homePageVF5 .homePageVF5-color .header-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  text-align: left;
  text-transform: uppercase;
}
.homePageVF5 .homePageVF5-color .sign-img {
  max-width: 160px;
}
.homePageVF5 .homePageVF5-int-color {
  position: relative;
  background: url(../../assets/img/cars/vf5/background.png) no-repeat;
  background-size: cover;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-int-color {
    padding-bottom: 160px;
  }
}
.homePageVF5 .homePageVF5-int-color .logo-vf5-bg {
  position: absolute;
  right: 0;
  top: 12%;
}
.homePageVF5 .homePageVF5-int-color .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 0.8;
}
.homePageVF5 .homePageVF5-int-color .swiper-wrapper picture {
  height: 100%;
}
.homePageVF5 .homePageVF5-int-color .swiper-wrapper picture img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1440px) {
  .homePageVF5 .homePageVF5-int-color .swiper-wrapper picture img {
    max-height: unset;
  }
}
.homePageVF5 .homePageVF5-int-color .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .homePageVF5 .homePageVF5-int-color .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  height: 4px;
  margin: 0;
  opacity: 1;
  width: 52px;
}
.homePageVF5 .homePageVF5-int-color .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .homePageVF5 .homePageVF5-int-color .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
  width: 105px;
}
.homePageVF5 .homePageVF5-int-color .swiper-pagination-int-color {
  bottom: -20px;
  display: flex;
  gap: 7px;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-int-color .swiper-pagination-int-color {
    left: 0;
    padding: 0 16px;
  }
}
.homePageVF5 .homePageVF5-int-color .interior-section {
  padding: 120px 0 30px;
}
.homePageVF5 .homePageVF5-int-color .interior-section p.sub {
  width: 445px;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-int-color .interior-section {
    padding: 30px 16px;
  }
  .homePageVF5 .homePageVF5-int-color .interior-section p.sub {
    width: 100%;
  }
}
.homePageVF5 .homePageVF5-ext-color {
  padding-bottom: 120px;
  top: -120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-ext-color {
    padding-bottom: 60px;
    top: -100px;
  }
}
.homePageVF5 .homePageVF5-ext-color:before {
  background: url(../../assets/img/cars/vf5/background-ext-color.jpg) no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.homePageVF5 .homePageVF5-ext-color .exterior-section {
  padding: 0;
}
.homePageVF5 .homePageVF5-ext-color .exterior-section img {
  border-radius: 40px;
}
.homePageVF5 .homePageVF5-ext-color .exterior-section .exterior-content {
  padding: 0 16px 5px;
}
.homePageVF5 .homePageVF5-ext-color .exterior-section .exterior-360 {
  align-items: center;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  left: 5%;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
.homePageVF5 .homePageVF5-ext-color .exterior-section .exterior-360 p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.08px;
  width: -moz-fit-content;
  width: fit-content;
}
.homePageVF5 .homePageVF5-ext-color .exterior-section .exterior-360 img {
  width: -moz-fit-content;
  width: fit-content;
}
.homePageVF5 .homePageVF5-spec {
  top: -120px;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec {
    top: -100px;
  }
}
.homePageVF5 .homePageVF5-spec .container-spec {
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.homePageVF5 .homePageVF5-spec .content-top {
  top: 10%;
}
.homePageVF5 .homePageVF5-spec .content-top > * {
  color: #fff;
}
.homePageVF5 .homePageVF5-spec .content-bottom {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.homePageVF5 .homePageVF5-spec .content-bottom > * {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .content-bottom {
    flex-wrap: wrap;
    gap: 16px;
  }
  .homePageVF5 .homePageVF5-spec .content-bottom .spec-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 46%;
  }
  .homePageVF5 .homePageVF5-spec .content-bottom .spec-group p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.57px;
  }
}
.homePageVF5 .homePageVF5-spec .banner-spec {
  background-position: bottom;
  background-size: cover;
  margin-bottom: 120px;
  min-height: 340px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .banner-spec {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 601px) {
  .homePageVF5 .homePageVF5-spec .banner-spec {
    background-image: none !important;
  }
}
@media screen and (max-width: 600px) {
  .homePageVF5 .homePageVF5-spec .banner-spec > img, .homePageVF5 .homePageVF5-spec .banner-spec > picture {
    display: none;
  }
}
.homePageVF5 .homePageVF5-spec .spec-group span {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container {
  max-width: 1440px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container {
    padding: 60px 0 0;
  }
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-header {
    text-align: center;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .row {
  justify-content: center;
  padding: 0 15px;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .infomation-wrap {
  margin: 0 auto;
  max-width: 1130px;
  width: 94%;
}
@media screen and (max-width: 1440px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container {
    max-width: unset;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container h2 {
  letter-spacing: -0.02em;
  text-align: center;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-header {
  margin-bottom: 16px;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content {
  border-bottom: 1px solid #7a99ac;
  border-top: 1px solid #7a99ac;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list, .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content-desc {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list, .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content-desc {
    flex-direction: column;
    gap: 24px;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item, .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item {
  color: #3c3c3c;
  min-height: 75px;
  width: 100%;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item h3, .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span, .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span, .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item span {
    font-size: 16px;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span > span, .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item span > span {
  padding-top: 8px;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list p, .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-content-desc p {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-info {
  margin: 30px 0;
  overflow: hidden;
  width: 100%;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-info .slides {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-info .slides {
    flex-wrap: wrap;
    gap: 0;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item {
  color: #3c3c3c;
  width: 100%;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item p {
    font-size: 14px;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item .parameter-item-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style: disc;
  margin: 12px 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item .parameter-item-list {
    font-size: 14px;
    margin: 8px 0;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-desc {
  margin: 30px 0;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-btn {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-btn {
    gap: 16px;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-btn .rh-btn {
  display: block;
  line-height: 48px;
  min-width: 178px;
  padding: 0 24px;
  text-align: center;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-btn .rh-btn:hover {
  background: #fff;
  border: 1px solid #1464f4;
  color: #1464f4 !important;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-btn .rh-btn {
    border-radius: 0;
    min-width: unset;
    width: 50%;
  }
  .homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-btn .btn-outline {
    margin: 0;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .parameter-note .parameter-note-list {
  padding-left: 20px;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .disclaimer-note {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homePageVF5 .homePageVF5-spec .parameter-block .container .disclaimer-note {
    margin: 0 10px;
    width: auto;
  }
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .disclaimer-note-txt {
  margin-bottom: 4px;
}
.homePageVF5 .homePageVF5-spec .parameter-block .container .disclaimer-note-list {
  list-style: initial;
  padding-left: 1em;
}
.homePageVF5 .homepageVF5-price {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .homepageVF5-price {
    margin-bottom: 60px;
  }
}
.homePageVF5 .homepageVF5-price h1 {
  color: #1464f4;
  font-size: 42px;
  font-weight: 300;
  line-height: 52.71px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .homepageVF5-price h1 {
    font-size: 32px;
    line-height: 40.16px;
  }
}
.homePageVF5 .homepageVF5-price .align-text {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF5 .homepageVF5-price .policy-section .package, .homePageVF5 .homepageVF5-price .price-section .package {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-around;
}
.homePageVF5 .homepageVF5-price .policy-section .package .price-box, .homePageVF5 .homepageVF5-price .price-section .package .price-box {
  align-items: center;
  border: 1px solid #1464f4;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 50%;
}
.homePageVF5 .homepageVF5-price .policy-section .package-title, .homePageVF5 .homepageVF5-price .price-section .package-title {
  border-bottom: 1px solid #1464f4;
  color: #1464f4;
  font-size: 24px;
  font-weight: 300;
  line-height: 30.12px;
  padding: 16px;
  text-align: center;
  width: 100%;
}
.homePageVF5 .homepageVF5-price .policy-section .package-group, .homePageVF5 .homepageVF5-price .price-section .package-group {
  padding: 16px;
  text-align: center;
}
.homePageVF5 .homepageVF5-price .policy-section .package-name, .homePageVF5 .homepageVF5-price .price-section .package-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.1px;
}
.homePageVF5 .homepageVF5-price .policy-section .package-value, .homePageVF5 .homepageVF5-price .price-section .package-value {
  color: #1464f4;
  font-size: 40px;
  font-weight: 800;
  line-height: 50.2px;
}
.homePageVF5 .homepageVF5-price .policy-section .package-name, .homePageVF5 .homepageVF5-price .price-section .package-name {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .homepageVF5-price .policy-section .package, .homePageVF5 .homepageVF5-price .price-section .package {
    flex-direction: column;
  }
  .homePageVF5 .homepageVF5-price .policy-section .package .price-box, .homePageVF5 .homepageVF5-price .price-section .package .price-box {
    width: 100%;
  }
  .homePageVF5 .homepageVF5-price .policy-section .package-title, .homePageVF5 .homepageVF5-price .price-section .package-title {
    font-size: 18px;
    line-height: 22.59px;
  }
  .homePageVF5 .homepageVF5-price .policy-section .package-name, .homePageVF5 .homepageVF5-price .price-section .package-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.08px;
  }
  .homePageVF5 .homepageVF5-price .policy-section .package-value, .homePageVF5 .homepageVF5-price .price-section .package-value {
    font-size: 20px;
    font-weight: 800;
    line-height: 25.1px;
  }
  .homePageVF5 .homepageVF5-price .policy-section .package-value p, .homePageVF5 .homepageVF5-price .price-section .package-value p {
    font-weight: 800;
  }
}
.homePageVF5 .homepageVF5-price .policy-section {
  margin-top: 60px;
}
.homePageVF5 .homepageVF5-price .policy-section .package-value {
  flex: auto;
  font-size: 16px;
  font-weight: 800;
  line-height: 20.08px;
  padding: 16px;
  text-align: center;
}
.homePageVF5 .homepageVF5-price .policy-section .package-value a {
  color: #1464f4;
}
.homePageVF5 .homepageVF5-price .policy-section .package {
  align-items: normal;
}
.homePageVF5 .homepageVF5-price .policy-section .package .price-box {
  height: auto;
  justify-content: normal;
}
.homePageVF5 .homepageVF5-timeline .container {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 8%;
  transform: translateX(-50%);
}
.homePageVF5 .homepageVF5-timeline .btn {
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  letter-spacing: -0.01em;
  line-height: 48px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .homepageVF5-timeline .btn {
    width: 100%;
  }
}
.homePageVF5 .reservesVF7 .promo-note {
  align-items: center;
  background: rgba(255, 0, 0, 0.102);
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 5px 8px;
}
.homePageVF5 .reservesVF7 .promo-note span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  width: -moz-fit-content;
  width: fit-content;
}
.homePageVF5 .reservesVF7 .color-picker-list {
  padding: 0;
}
.homePageVF5 .reservesVF7 .color-picker-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.homePageVF5 .reservesVF7 .preorder-form__footer > button:focus, .homePageVF5 .reservesVF7 .preorder-form__footer > button:hover {
  background-color: #1464f4;
  background-image: linear-gradient(90deg, #3062ec 0, #1464f4);
  border-color: #1464f4;
  opacity: 0.8;
}
.homePageVF5 .section-lead-common .container .title {
  color: #3c3c3c;
}
.homePageVF5 .rh-btn {
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.1em;
  min-width: 209px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
.homePageVF5 .rh-btn--primary {
  background-color: #1464f4;
  border: 0;
  color: #fff;
}
.homePageVF5 .rh-btn--outline {
  border: 1px solid #1464f4;
  color: #1464f4;
}
.homePageVF5 .nav-list {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 48px;
  list-style: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .page-header .nav-logo img {
    max-width: 93px;
  }
}
.homePageVF5 .page-header .nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.homePageVF5 .page-header .btn-popup-lead {
  color: #fff;
}
.homePageVF5 .page-header .btn-popup-lead, .homePageVF5 .page-header .dktv-btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.homePageVF5 .page-header .dktv-btn {
  color: #1464f4;
}
.homePageVF5 #ui-datepicker-div {
  background: #fff;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span, .homePageVF5 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-position: 50% !important;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  height: 30px;
  width: 30px;
}
.homePageVF5 #ui-datepicker-div .ui-datepicker-unselectable.ui-state-disabled span {
  background: #dbe1e3;
  cursor: not-allowed;
}
.homePageVF5 .menu-mobile {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1052;
}
.homePageVF5 .menu-mobile ul {
  display: block !important;
}
.homePageVF5 .menu-mobile ul li {
  font-size: 16px;
  line-height: 48px;
  width: 100%;
}
.homePageVF5 .menu-mobile button {
  font-size: 2rem !important;
  padding: 5px 10px;
  position: absolute;
  right: 2px;
  top: 5px;
  z-index: 10;
}
.homePageVF5 .modal-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.homePageVF5 .modal-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .modal-thank .modal-dialog {
    min-width: 313px;
  }
}
.homePageVF5 .modal-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF5 .modal-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .modal-thank .modal-content {
    padding: 30px 16px;
  }
}
.homePageVF5 .modal-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.homePageVF5 .modal-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF5 .modal-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.homePageVF5 .modal-thank .modal-buttons, .homePageVF5 .modal-thank .modal-buttons button#button-close {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF5 .modal-thank .modal-buttons button#button-close {
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF5 .form-subscribe {
  margin: 0 auto;
  max-width: 435px;
}
.homePageVF5 .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF5 .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF5 .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF5 .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF5 .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF5 .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF5 .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageVF5 .form-subscribe .form-group .form-label-group > .label:after {
  display: none;
}
.homePageVF5 .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF5 .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  .homePageVF5 .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageVF5 .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageVF5 .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF5 .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF5 .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF5 .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF5 .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageVF5 .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageVF5 .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF5 .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF5 .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF5 #popup-lead .modal-content {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 #popup-lead .modal-content {
    padding: 50px 16px 30px;
  }
}
.homePageVF5 #popup-lead .modal-content .modal-body {
  align-self: center;
  padding: 0;
}
.homePageVF5 #popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 #popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
.homePageVF5 #popup-lead .modal-content .modal-body .form-subtitle, .homePageVF5 #popup-lead .modal-content .modal-body h3 {
  text-align: center;
}
.homePageVF5 #popup-lead .modal-content .modal-body img {
  width: 100%;
}
.homePageVF5 #popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.homePageVF5 #popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.homePageVF5 #popup-lead .modal-content .modal-body .email-form {
  text-align: center;
  width: 100%;
}
.homePageVF5 #popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.homePageVF5 #popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.homePageVF5 #popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}

#pageVf6 .mt-48 {
  margin-top: 48px;
}
#pageVf6 section {
  position: relative;
}
#pageVf6 .flex-1 {
  flex: 1;
}
#pageVf6 .header-vf6 {
  background: #e5e5e5;
  left: 0;
  opacity: 1;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1050;
}
#pageVf6 .header-vf6--bottom {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0)), linear-gradient(90deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.16) 101.28%);
  display: flex;
  height: 84px;
  padding: 24px 40px;
  position: relative;
  width: 100%;
}
#pageVf6 .header-vf6--bottom .logo > img {
  height: 30px;
  width: 132px;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left {
  gap: 48px;
  width: 100%;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu {
  flex: 1;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu ul {
  margin: 0;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu ul li {
  list-style-type: none;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu ul li a {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu ul li a:hover {
  color: #1464f4;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu .mainmenu {
  align-items: flex-start;
  display: flex;
  gap: 30px;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu .mainmenu > .menu-langue {
  gap: 4px;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu .mainmenu li.list-menu::marker, #pageVf6 .header-vf6--bottom .header-vf6-mobile--left .block-mainmenu .mainmenu li.person::marker {
  display: none;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .btn-primary, #pageVf6 .header-vf6--bottom .header-vf6-mobile--left .outline-btn {
  font-size: 12px;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  line-height: normal;
  padding: 16px 24px;
  text-transform: uppercase;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .outline-btn {
  border: none;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .mainmenu {
  padding: 0;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .right-menu-header {
  gap: 30px;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .right-menu-header > a:hover {
  color: #1464f4;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .right-menu-header.mainmenu {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: end;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
#pageVf6 .header-vf6--bottom .header-vf6-mobile--left .right-menu-header .menu-langue {
  align-items: center;
  color: #1f2125;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 4px;
  justify-content: center;
  line-height: 150%;
}
#pageVf6 .block {
  padding-top: 96px;
}
#pageVf6 .block-title {
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
}
#pageVf6 .non-wrap {
  display: inline-block;
}
#pageVf6 .btn-primary {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#pageVf6 .btn-primary:hover {
  color: #fff;
}
#pageVf6 .banner {
  position: relative;
}
#pageVf6 .banner img {
  width: 100%;
}
#pageVf6 .banner-form-section {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 24px;
}
@media screen and (min-width: 993px) {
  #pageVf6 .banner-form-section {
    max-width: 358px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
  #pageVf6 .banner-form-section {
    zoom: 0.8;
  }
}
@media screen and (min-width: 993px) {
  #pageVf6 .banner-form-section .banner-content {
    color: #fff;
  }
}
#pageVf6 .banner-form-section .banner-content .logo {
  margin-bottom: 30px;
  max-width: 358px;
  text-align: center;
}
#pageVf6 .banner-form-section .banner-content .outline-btn {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 16px 24px;
  width: -moz-fit-content;
  width: fit-content;
}
#pageVf6 .banner-form-section .banner-content .outline-btn:hover {
  background: #1464f4;
  color: #fff;
}
#pageVf6 .banner-car {
  left: 50%;
  position: absolute;
  top: 42%;
  transform: translate(-50%);
}
#pageVf6 .banner-car .car-img {
  position: absolute;
  right: 0;
}
#pageVf6 .banner-specs {
  background-color: #f7f9f9;
  padding: 30px 0;
}
#pageVf6 .banner-specs > .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#pageVf6 .banner-specs-item {
  text-align: center;
}
#pageVf6 .banner-specs-item span {
  display: block;
}
#pageVf6 .banner-specs-item .specs-info {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 12px;
}
#pageVf6 .banner-specs-item .specs-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#pageVf6 #introduce-block {
  padding-top: 64px;
}
@media screen and (min-width: 993px) {
  #pageVf6 #introduce-block {
    padding: 0;
  }
}
#pageVf6 #introduce-block img {
  height: auto;
}
#pageVf6 #introduce-block .style-block-content {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 993px) {
  #pageVf6 #introduce-block .style-block-content {
    padding-top: 96px;
    position: absolute;
  }
}
#pageVf6 #introduce-block .style-block-content .block-title {
  color: #000;
  font-size: 20px;
}
@media screen and (min-width: 993px) {
  #pageVf6 #introduce-block .style-block-content .block-title {
    font-size: 32px;
  }
}
#pageVf6 #introduce-block .style-block-content .btn {
  width: 298px;
}
#pageVf6 #introduce-block .hero-img {
  position: relative;
  z-index: -1;
}
#pageVf6 #introduce-block .hero-img:before {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  content: "";
  display: block;
  height: 15%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 993px) {
  #pageVf6 #introduce-block .hero-img:before {
    height: 62%;
  }
}
#pageVf6 .style-block img {
  width: 100%;
}
#pageVf6 .style-block-content p {
  font-size: 32px;
  font-weight: 300;
  padding: 0;
}
#pageVf6 .swiper-wrapper {
  align-items: flex-end;
}
#pageVf6 .album-block {
  padding-top: 0;
}
#pageVf6 .album-block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#pageVf6 .album-block .album-swiper {
  overflow: hidden;
  position: relative;
}
#pageVf6 .album-block .album-swiper .swiper-pagination {
  bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pageVf6 .album-block .album-swiper .swiper-pagination {
    bottom: 16px;
  }
}
#pageVf6 .album-block .album-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 12px;
  width: 12px;
}
#pageVf6 .album-block .album-swiper .swiper-button-next, #pageVf6 .album-block .album-swiper .swiper-button-prev {
  align-items: center;
  background: #f7f9f9;
  border-radius: 50px;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  width: 32px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #pageVf6 .album-block .album-swiper .swiper-button-next, #pageVf6 .album-block .album-swiper .swiper-button-prev {
    display: none;
  }
}
#pageVf6 .overview-block-content .interior img, #pageVf6 .overview-block-content .technology img {
  -o-object-fit: contain;
  object-fit: contain;
}
#pageVf6 .overview-block-content img {
  height: 100%;
  width: 100%;
}
#pageVf6 .overview-block-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
#pageVf6 .overview-block-content .content-left-header {
  margin-bottom: 96px;
}
#pageVf6 .overview-block-content .content-left-header h2 {
  font-weight: 300;
  margin-bottom: 16px;
}
#pageVf6 .overview-block-content .exterior.overview-item-desc, #pageVf6 .overview-block-content .interior .overview-item-desc, #pageVf6 .overview-block-content .technology .overview-item-desc {
  padding: 16px;
}
#pageVf6 .overview-block-content .overview-item-desc h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
#pageVf6 .overview-block-content .content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#pageVf6 .overview-block .overview-swiper {
  overflow: hidden;
  position: relative;
}
#pageVf6 .overview-block .overview-swiper .swiper-pagination {
  margin-left: 30px;
  text-align: left;
}
#pageVf6 .overview-block .overview-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 12px;
  width: 12px;
}
@media screen and (min-width: 993px) {
  #pageVf6 .overview-block .interiorSwiper, #pageVf6 .overview-block .technologySwiper {
    max-height: 370px;
  }
}
#pageVf6 .specs-block p {
  margin-bottom: 0;
}
#pageVf6 .specs-block p span {
  display: inline-block;
}
#pageVf6 .specs-block-header {
  align-items: center;
  background-color: #f7f9f9;
  padding: 30px 30px 30px 0;
}
#pageVf6 .specs-block-header .logo img {
  max-width: 358px;
  width: 100%;
}
@media screen and (min-width: 993px) {
  #pageVf6 .specs-block-header .logo img {
    max-width: 100%;
  }
}
#pageVf6 .specs-block-header .banner-content-form {
  display: none;
}
#pageVf6 .specs-block-item {
  border-bottom: 1px solid #d9e1e2;
  padding: 30px 30px 30px 0;
}
#pageVf6 .specs-block-item .specs-info {
  font-weight: 600;
}
#pageVf6 .specs-block-btn {
  gap: 30px;
}
#pageVf6 .specs-block-btn > .btn-primary {
  width: 190px;
}
#pageVf6 .specs-block-btn.disabledBrochure > .btn-primary {
  width: 290px;
}
#pageVf6 .specs-block .specs-name {
  padding: 30px 30px 0 0;
}
#pageVf6 .specs-block .specs-name-item p {
  font-size: 32px;
  font-weight: 300;
}
#pageVf6 p.title-regular-font {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
#pageVf6 h4.title-regular-font {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 12px;
}
#pageVf6 .title-small-font {
  color: #3c3c3c;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
#pageVf6 .image-contrast {
  filter: contrast(0.75);
}
#pageVf6 .price-block {
  position: relative;
}
#pageVf6 .price-block .price-block-img img {
  width: 100%;
}
#pageVf6 .price-block .price-block-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  left: 50%;
  max-width: 516px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#pageVf6 .price-block .price-block-content .content {
  color: #3c3c3c;
  max-width: 516px;
  padding: 30px;
  position: relative;
}
#pageVf6 .price-block .price-block-content .content-background {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 100%, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 516px;
  z-index: 1;
}
#pageVf6 .price-block .price-block-content .content-detail {
  padding: 0;
  position: relative;
  width: 456px;
  z-index: 10;
}
#pageVf6 .price-block .price-block-content .content-detail .price-content {
  color: #000;
  text-align: left;
}
#pageVf6 .price-block .price-block-content .content-detail .price-content .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
#pageVf6 .price-block .price-block-content .content-detail .price-content .price-row:first-child {
  border: none;
}
@media screen and (min-width: 769px) {
  #pageVf6 .price-block .price-block-content .content-detail .price-content .price-row:nth-child(2) {
    border: none;
  }
}
#pageVf6 .price-block .price-block-content .content-detail .price-content .price-row > div {
  width: 50%;
}
@media screen and (min-width: 769px) {
  #pageVf6 .price-block .price-block-content .content-detail .price-content .price-row > div {
    width: 45%;
  }
}
#pageVf6 .price-block .price-block-content .content-detail .price-content .price-row h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  #pageVf6 .price-block .price-block-content .content-detail .price-content .price-row h3 {
    font-size: 32px;
  }
}
#pageVf6 .price-block .price-block-content .content-detail .price-content .price-row .price-item {
  font-size: 14px;
  margin-bottom: 0;
}
#pageVf6 .price-block .price-block-content .content-detail .price-content .price-row .price-item h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
#pageVf6 .price-block .price-block-content .content-detail .price-content .price-row .price-item p {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pageVf6 .price-block .price-block-content .content-detail .price-content .price-row .price-item .hidden-md {
    visibility: hidden;
  }
}
@media screen and (min-width: 769px) {
  #pageVf6 .price-block .price-block-content .content-detail .price-content .price-row .price-item h4 {
    font-size: 16px;
  }
  #pageVf6 .price-block .price-block-content .content-detail .price-content .price-row .price-item p {
    font-size: 24px;
    font-weight: 300;
  }
  #pageVf6 .price-block .price-block-content .content-detail .price-content .price-row .price-item p span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
  }
}
#pageVf6 .price-block .price-block-content .content-detail .line {
  background: #d9e1e2;
  height: 1px;
  margin: 16px 0;
  width: 100%;
}
#pageVf6 .price-block .price-block-content .content-detail .policy-content {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
}
#pageVf6 .price-block .price-block-content .content-detail .policy-content .disclaimer-text {
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #pageVf6 .price-block .price-block-content .content-detail .policy-content {
    font-size: 14px;
  }
}
#pageVf6 .price-block .price-block-content .content .btn-primary {
  width: 298px;
}
#pageVf6 .outline-btn {
  background: none;
  border: 1px solid #1464f4;
  border-radius: 3px;
  color: #1464f4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 125.5%;
  padding: 16px 50px;
  text-transform: uppercase;
}
#pageVf6 .form-subscribe {
  margin: 0 auto;
  max-width: 435px;
}
#pageVf6 .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
#pageVf6 .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
#pageVf6 .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
#pageVf6 .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
#pageVf6 .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
#pageVf6 .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
#pageVf6 .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
#pageVf6 .form-subscribe .form-group .form-label-group > .label:after {
  display: none;
}
#pageVf6 .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
#pageVf6 .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  #pageVf6 .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  #pageVf6 .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
#pageVf6 .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
#pageVf6 .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
#pageVf6 .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
#pageVf6 .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
#pageVf6 .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  #pageVf6 .form-subscribe .check-email {
    font-size: 12px;
  }
}
#pageVf6 .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
#pageVf6 .form-subscribe .check-email.hide {
  display: none;
}
#pageVf6 .form-subscribe .subscribe-countdown {
  position: relative;
}
#pageVf6 .email-form .form-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
#pageVf6 .reserves-preorder {
  background: #f7f9f9;
  margin: 0 auto;
  padding: 96px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder {
    padding: 16px 0;
  }
}
#pageVf6 .reserves-preorder h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
#pageVf6 .reserves-preorder h3 {
  margin-bottom: 24px;
}
#pageVf6 .reserves-preorder label {
  font-size: 16px;
}
#pageVf6 .reserves-preorder .tab-select-car {
  margin: auto;
  padding-top: 48px;
}
#pageVf6 .reserves-preorder .container.order-last {
  display: flex;
  justify-content: space-between;
  max-width: unset;
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder .container.order-last {
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
#pageVf6 .reserves-preorder_choosemodel .tab-select {
  cursor: pointer;
  display: flex;
  margin: 0;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li {
  align-items: center;
  border-bottom: 4px solid #f0f3f3;
  color: #8a8a8a;
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 150%;
  padding-bottom: 8px;
  text-align: center;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li > svg:first-child path {
  fill: #8a8a8a;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li svg:nth-child(2) {
  display: none;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li.active {
  border-bottom: 4px solid #1464f4;
  color: #1464f4;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li.active > svg:first-child {
  display: block;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li.active > svg:first-child path {
  fill: #1464f4;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li.success > svg:first-child {
  display: none;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li.success > svg:nth-child(2) {
  display: block;
}
#pageVf6 .reserves-preorder_choosemodel .tab-select li.success > span {
  color: #3c3c3c;
}
@media (max-width: 991px) {
  #pageVf6 .reserves-preorder_choosemodel {
    margin: 0;
  }
  #pageVf6 .reserves-preorder_choosemodel .tab-select li {
    font-size: 14px;
  }
}
#pageVf6 .reserves-preorder_form {
  padding: 0 30px 30px;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_form {
    padding: 0;
  }
}
#pageVf6 .reserves-preorder_form h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_form h2 {
    font-size: 20px;
  }
}
#pageVf6 .reserves-preorder_form h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
#pageVf6 .reserves-preorder_form p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
#pageVf6 .reserves-preorder_form p span {
  font-weight: 600;
}
#pageVf6 .reserves-preorder_form .v3s-product--color {
  margin: 0 0 24px;
}
#pageVf6 .reserves-preorder_form .v3s-product--color ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #pageVf6 .reserves-preorder_form .v3s-product--color ul {
    gap: 30px 48px;
  }
}
#pageVf6 .reserves-preorder_form .v3s-product--color ul li {
  cursor: pointer;
  height: 32px;
  width: 32px;
}
#pageVf6 .reserves-preorder_form .v3s-product--color ul li.active, #pageVf6 .reserves-preorder_form .v3s-product--color ul li:hover {
  border-radius: 5px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1464f4;
}
#pageVf6 .reserves-preorder_form .v3s-product--color ul li > img {
  display: block;
  width: 100%;
}
#pageVf6 .reserves-preorder_form .tab-right-color {
  margin-bottom: 23px;
}
#pageVf6 .reserves-preorder_form .tab-right-color > .select-color {
  display: flex;
  justify-content: space-between;
}
#pageVf6 .reserves-preorder_form .tab-right-color > .select-color span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  #pageVf6 .reserves-preorder_form {
    width: 100%;
  }
  #pageVf6 .reserves-preorder_form h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  #pageVf6 .reserves-preorder_form h3 {
    font-size: 18px;
  }
  #pageVf6 .reserves-preorder_form p {
    font-size: 16px;
    line-height: 150%;
  }
  #pageVf6 .reserves-preorder_form p span {
    display: block;
  }
  #pageVf6 .reserves-preorder_form .group-customer {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  #pageVf6 .reserves-preorder_form .group-customer .group-select-customer {
    align-items: flex-start !important;
    flex-direction: column;
    row-gap: 24px;
  }
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container {
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container {
    flex-direction: column;
  }
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container > .edition-block, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container > .edition-block {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container > .edition-block, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container > .edition-block {
    flex-direction: column;
  }
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block {
  align-items: center;
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 16px !important;
  font-weight: 600;
  justify-content: space-between;
  line-height: 150% !important;
  margin: 0;
  outline: none !important;
  padding: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block {
    font-size: 14px !important;
  }
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
    padding-left: 38px;
  }
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label:first-letter, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:first-letter {
  text-transform: capitalize;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label:before, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:before {
  border: 1px solid #d9e1e2;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-label:after, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:after {
  border-radius: 100%;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block.battery-service .edition-label, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block.battery-service .edition-label {
  text-transform: unset;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-price, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-price {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block .edition-price span, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-price span {
  white-space: nowrap;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block.active, #pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block.active .edition-label:before, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block.active, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block.active .edition-label:before {
  border: 1px solid #1464f4;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block.active .edition-label:after, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block.active .edition-label:after {
  background: #1464f4;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container .group--options_block:last-child, #pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block:last-child {
  margin-bottom: 0;
}
#pageVf6 .reserves-preorder_form .select-battery-service.group--options_block--container {
  flex-wrap: wrap;
}
#pageVf6 .reserves-preorder_form .select-battery-service .battery-note {
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-left: 15px;
}
#pageVf6 .reserves-preorder_form .select-battery-service .battery-service.active:not(.d-none) + .battery-note {
  display: flex;
}
#pageVf6 .reserves-preorder_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
  font-size: 18px;
  text-transform: uppercase;
}
#pageVf6 .reserves-preorder_group {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_group {
    margin: 0 15px;
    padding: 30px 15px;
  }
}
#pageVf6 .reserves-preorder .preorder-form__footer {
  background: #fff;
  border-radius: 4px;
  bottom: 0;
  box-shadow: unset;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  opacity: 0;
  padding: 30px;
  position: sticky;
  transition: 0.3s;
}
#pageVf6 .reserves-preorder .preorder-form__footer.active {
  border-radius: 4px 4px 0 0;
  box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder .preorder-form__footer.active {
    box-shadow: none;
  }
}
#pageVf6 .reserves-preorder .preorder-form__footer > button {
  background: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 1.2px;
  padding: 12px 16px;
  text-transform: uppercase;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder .preorder-form__footer > button {
    height: auto;
  }
}
#pageVf6 .reserves-preorder_preview {
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 80px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_preview {
    padding: 0 15px;
    position: static;
    top: unset;
    width: 100%;
  }
}
#pageVf6 .reserves-preorder_preview .tab-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_preview .tab-content {
    margin-bottom: 30px;
  }
  #pageVf6 .reserves-preorder_preview .tab-content#previewTabContent {
    margin-bottom: 20px;
  }
}
#pageVf6 .reserves-preorder_preview .tab-pane {
  display: block;
  margin-bottom: 8px;
  max-width: 664px;
  width: 95%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_preview .tab-pane {
    width: 100%;
  }
}
#pageVf6 .reserves-preorder_preview .tab-pane .vf-cars-deposit__product-detail {
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_preview .tab-pane .vf-cars-deposit__product-detail {
    background-size: contain;
  }
}
#pageVf6 .reserves-preorder_preview .tab-pane .vf-cars-deposit__product-detail .vf-color-image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_preview .tab-pane .vf-cars-deposit__product-detail .vf-color-image img {
    transform: unset;
  }
}
#pageVf6 .reserves-preorder_preview .img_note {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 664px;
  width: 95%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .reserves-preorder_preview .img_note {
    width: 100%;
  }
}
#pageVf6 .reserves-preorder .group-price label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2px;
}
#pageVf6 .reserves-preorder .group-price span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
#pageVf6 .reserves-preorder .group-price span.price-discount {
  color: #dc3545;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #pageVf6 .reserves-preorder .group-price span.price-discount {
    font-size: 12px;
  }
}
#pageVf6 .reserves-preorder .group-refererral {
  margin: 48px 0;
}
#pageVf6 .reserves-preorder .group-refererral .title-referral {
  margin-bottom: 24px;
}
#pageVf6 .reserves-preorder .group-refererral .title-referral .switch-button .switch {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 28px;
}
#pageVf6 .reserves-preorder .group-refererral .title-referral .switch-button .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
#pageVf6 .reserves-preorder .group-refererral .title-referral .switch-button .switch input:checked + .slider {
  background-color: #1464f4;
  border: 1px solid #1464f4;
}
#pageVf6 .reserves-preorder .group-refererral .title-referral .switch-button .switch input:checked + .slider:before {
  background: #fff;
  transform: translate(100%, -50%);
}
#pageVf6 .reserves-preorder .group-refererral .title-referral .switch-button .switch .slider {
  background-color: #fff;
  border: 1px solid #92a0b2;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
#pageVf6 .reserves-preorder .group-refererral .title-referral .switch-button .switch .slider:before {
  background-color: #92a0b2;
  content: "";
  height: 12px;
  left: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  width: 12px;
}
#pageVf6 .reserves-preorder .group-refererral .title-referral .switch-button .switch .slider.round {
  border-radius: 16px;
}
#pageVf6 .reserves-preorder .group-refererral .title-referral .switch-button .switch .slider.round:before {
  border-radius: 50%;
}
#pageVf6 .reserves-preorder .group-refererral .form-label-group > input:disabled {
  background: #f0f3f3;
}
#pageVf6 .reserves-preorder .group-refererral .choose-radio-referral .group-radio {
  border: 1px solid #d9e1e2;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 12px;
  position: relative;
}
#pageVf6 .reserves-preorder .group-refererral .choose-radio-referral .group-radio input {
  height: 18px;
  margin-top: 4px;
  width: 18px;
}
#pageVf6 .reserves-preorder .group-refererral .choose-radio-referral .group-radio input:disabled + label {
  color: #8a8a8a;
}
#pageVf6 .reserves-preorder .group-refererral .choose-radio-referral .group-radio label {
  margin: 0;
  width: calc(100% - 30px);
}
#pageVf6 .reserves-preorder .referral-note {
  margin-top: 24px;
}
#pageVf6 .reserves-preorder .referral-note .rf-note {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#pageVf6 .reserves-preorder .referral-note .rf-note > p, #pageVf6 .reserves-preorder .referral-note .rf-note > ul {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  text-align: left;
}
#pageVf6 .reserves-preorder .referral-note .rf-note > p a, #pageVf6 .reserves-preorder .referral-note .rf-note > ul a {
  color: #1464f4;
}
#pageVf6 .reserves-preorder .group-customer > label {
  color: #3c3c3c;
}
#pageVf6 .reserves-preorder .group-customer .group-input {
  position: relative;
}
#pageVf6 .reserves-preorder .group-customer .group-input > input {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#pageVf6 .reserves-preorder .group-customer .group-input > input + label {
  color: #3c3c3c;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 150%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 32px;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: super;
}
#pageVf6 .reserves-preorder .group-customer .group-input > input + label:before {
  background-image: url(../../images/vfe34/radio-checked.svg);
  background-size: 100%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 20px;
}
#pageVf6 .reserves-preorder .group-customer .group-input > input:checked + label:before {
  background-image: url(../../images/vfe34/checked.svg);
}
#pageVf6 .reserves-preorder .group-customer .is-success-carDeposit, #pageVf6 .reserves-preorder .group-showroom .is-success-carDeposit {
  margin-top: 4px;
  padding-left: 16px;
}
#pageVf6 .reserves-preorder .group-customer .form-label-group, #pageVf6 .reserves-preorder .group-showroom .form-label-group {
  margin-bottom: 12px;
}
#pageVf6 .reserves-preorder .form-label-group input {
  border-radius: 3px;
}
#pageVf6 .reserves-preorder .form-label-group input:disabled ~ label:after {
  color: #8a8a8a;
}
#pageVf6 .reserves-preorder .tabPaymentInfo-infoOrder {
  margin-bottom: 48px;
}
#pageVf6 .reserves-preorder .tabPaymentInfo-group {
  background: #f7f9f9;
  list-style: none;
  margin-bottom: 12px;
  padding: 12px 16px;
}
#pageVf6 .reserves-preorder .tabPaymentInfo-item {
  display: flex;
  justify-content: space-between;
}
#pageVf6 .reserves-preorder .tabPaymentInfo-item p {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
#pageVf6 .reserves-preorder .group_paymentMethod, #pageVf6 .reserves-preorder .tabPaymentInfo-choosePackage {
  margin-bottom: 48px;
}
#pageVf6 .reserves-preorder .group_paymentMethod .group-input {
  border: 1px solid #d9e1e2;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 12px 16px;
  position: relative;
}
#pageVf6 .reserves-preorder .group_paymentMethod .group-input > input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#pageVf6 .reserves-preorder .group_paymentMethod .group-input > label {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  padding-left: 35px;
}
#pageVf6 .reserves-preorder .group_paymentMethod .group-input > label + input {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  transition: all 0.3s ease;
}
#pageVf6 .reserves-preorder .group_paymentMethod .group-input > input + label:before {
  background-image: url(../../images/vfe34/radio-checked.svg);
  background-size: 100%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  left: 16px;
  position: absolute;
  top: calc(50% - 10px);
  vertical-align: middle;
  width: 20px;
}
#pageVf6 .reserves-preorder .group_paymentMethod .group-input > input:checked + label:before {
  background-image: url(../../images/vfe34/checked.svg);
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input {
  margin-bottom: 24px;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > label {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > label > a {
  color: #1464f4;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > input {
  border: 2px solid #e3e3e3;
  border-radius: 5px;
  box-sizing: border-box;
  height: 20px;
  opacity: 0;
  padding: 0 1em;
  position: absolute;
  width: auto;
  z-index: 1;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > input + label {
  padding-left: 35px;
  position: relative;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > input.required + label:before {
  border: 1px solid #dc3545;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > input + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.1875em;
  width: 20px;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > input:checked + label:before {
  background: #1464f4;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > input:checked + label:after {
  background: transparent;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.625em;
  left: 7px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  width: 0.375em;
}
#pageVf6 .reserves-preorder .checkbox-agree .group-input > input:hover + label:before {
  background: #1464f4;
}
@media (max-width: 991px) {
  #pageVf6 .reserves-preorder .container {
    margin: 16px;
    width: calc(100vw - 32px);
  }
  #pageVf6 .reserves-preorder h4 {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
  }
  #pageVf6 .reserves-preorder .tab-select-car {
    padding-top: 30px;
  }
}
#pageVf6 #register-popup .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
}
#pageVf6 #register-popup.modal-dialog {
  border-radius: 4px;
  min-width: 654px;
}
@media screen and (max-width: 768px) {
  #pageVf6 #register-popup.modal-dialog {
    min-width: 313px;
  }
}
#pageVf6 #register-popup .modal-header {
  margin-bottom: 16px;
  padding: 0;
}
#pageVf6 #register-popup .modal-body {
  padding: 0;
}
#pageVf6 #register-popup .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
#pageVf6 #register-popup .modal-title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
#pageVf6 #register-popup .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #pageVf6 #register-popup .modal-content {
    padding: 30px 16px;
  }
}
#pageVf6 #register-popup .modal-body {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
#pageVf6 #register-popup .modal-title, #pageVf6 #register-popup .modal-title + .modal-body {
  margin-bottom: 16px;
}
#pageVf6 #register-popup .modal-buttons, #pageVf6 #register-popup .modal-buttons button#button-close-success {
  align-items: center;
  display: flex;
  justify-content: center;
}
#pageVf6 #register-popup .modal-buttons button#button-close-success {
  background: #1464f4;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 282px;
}
#pageVf6 .register-block {
  background-color: #f8f9fa;
  background-size: cover;
  padding: 120px 0;
}
#pageVf6 .register-block .content-detail {
  align-self: center;
  text-align: center;
}
#pageVf6 .register-block .content-detail .logo > img {
  max-width: 350px;
}
#pageVf6 .register-block .content-detail .block-title {
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
#pageVf6 .register-block .content-detail .form-subscribe {
  margin-top: 16px;
}
#pageVf6 .register-block .register-img > img {
  width: 100%;
}
#pageVf6 #megaMenuModalVF6 {
  margin-top: 60px;
  overflow: hidden;
}
#pageVf6 #megaMenuModalVF6 .modal-content {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  max-height: 100vh;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
}
@media (max-width: 991px) {
  #pageVf6 #megaMenuModalVF6 .modal-content {
    height: calc(100vh - 116px);
    min-height: unset;
    padding: 16px;
  }
}
#pageVf6 #megaMenuModalVF6 .modal-dialog {
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  left: unset;
  min-height: 100%;
  min-width: 344px;
  right: 0;
  top: 0;
  transform: none !important;
  width: 17.91667%;
}
@media (max-width: 991px) {
  #pageVf6 #megaMenuModalVF6 .modal-dialog {
    min-width: 100%;
    position: relative;
    width: 100%;
  }
}
#pageVf6 #megaMenuModalVF6 .mega-main-menu {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
}
#pageVf6 #megaMenuModalVF6 .mega-main-menu > li {
  padding: 16px 0;
  width: 100%;
}
#pageVf6 #megaMenuModalVF6 .mega-main-menu > li a {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
#pageVf6 #megaMenuModalVF6 .language-selector-mobile {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
#pageVf6 #megaMenuModalVF6 .language-selector-mobile > a {
  color: #3c3c3c;
  cursor: pointer;
  flex: 1 1 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
#pageVf6 body.vinfast-vi #megaMenuModalVF6 .language-selector-mobile > a {
  color: #3c3c3c;
}
#pageVf6 body.vinfast-vi #megaMenuModalVF6 .language-selector-mobile > a .language-icon {
  display: none;
}
#pageVf6 body.vinfast-vi #megaMenuModalVF6 .language-selector-mobile > a[data-localecode=vi_VN] {
  color: #1464f4;
  font-weight: 600;
}
#pageVf6 body.vinfast-vi #megaMenuModalVF6 .language-selector-mobile > a[data-localecode=vi_VN] .language-icon {
  display: inline;
}
#pageVf6 body.vinfast-en #megaMenuModalVF6 .language-selector-mobile > a {
  color: #1464f4;
  font-weight: 600;
}
#pageVf6 body.vinfast-en #megaMenuModalVF6 .language-selector-mobile > a .language-icon {
  display: inline;
}
#pageVf6 body.vinfast-en #megaMenuModalVF6 .language-selector-mobile > a[data-localecode=vi_VN] {
  color: #3c3c3c;
}
#pageVf6 body.vinfast-en #megaMenuModalVF6 .language-selector-mobile > a[data-localecode=vi_VN] .language-icon {
  display: none;
}
#pageVf6 #megaMenuModalVF6 .language-selector-mobile > a .language-icon svg {
  margin-right: 6px;
  margin-top: -5px;
}
#pageVf6 #megaMenuModalVF6 .modal-footer {
  border: none;
  bottom: 0;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  justify-content: space-between;
  line-height: 150%;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
}
#pageVf6 #megaMenuModalVF6 .modal-footer .menu-footer {
  background: #f7f9f9;
  height: 92px;
  margin-bottom: 0;
  margin-top: auto;
  pointer-events: visible;
  width: 100%;
}
#pageVf6 #megaMenuModalVF6 .modal-footer .mega-account {
  align-items: center;
  background: #f7f9f9;
  display: flex;
  height: 100%;
  width: 100%;
}
#pageVf6 #megaMenuModalVF6 .modal-footer .mega-account > a {
  display: flex;
  width: 100%;
}
#pageVf6 #megaMenuModalVF6 .modal-footer .mega-account .login-text {
  color: #3c3c3c;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-right: -22px;
  position: relative;
}
#pageVf6 #megaMenuModalVF6 .modal-footer .mega-account .login-text:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%233C3C3C' d='M7.5 7a3.33 3.33 0 0 0 3.333-3.333 3.332 3.332 0 1 0-6.666 0A3.33 3.33 0 0 0 7.5 7m0 1.667C5.275 8.667.833 9.783.833 12v1.667h13.334V12c0-2.217-4.442-3.333-6.667-3.333'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 44px;
  left: -50px;
  margin-right: 20px;
  min-width: unset;
  position: absolute;
  top: -10px;
  width: 44px;
}
#pageVf6 #megaMenuModalVF6 .modal-footer .mega-account .login-icon {
  background-image: none;
}
#pageVf6 .select2-container--default .select2-results__option[aria-selected=true], #pageVf6 .select2-results__option--highlighted {
  background: rgba(20, 100, 244, 0.1) !important;
  border-radius: 3px !important;
  color: #3c3c3c !important;
}
#pageVf6 .select2-container .select2-results__option {
  font-size: 14px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  #pageVf6 .select2-container .select2-results__option {
    font-size: 12px !important;
  }
}
#pageVf6 .select2-container {
  font-family: Mulish;
  width: 100% !important;
}
#pageVf6 .select2-container .select2-selection__rendered {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0 !important;
  padding: 8px 16px !important;
  width: 100%;
}
#pageVf6 .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/accessories/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  height: 5px;
  width: 8px;
}
#pageVf6 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
#pageVf6 .select2-container.select2-container--open {
  z-index: 1051;
}
#pageVf6 .select2-container .select2-selection__rendered {
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 2px;
  padding-left: 4px !important;
}
#pageVf6 .select2-container .select2-selection--single {
  border: none;
}
#pageVf6 .select2-container .select2-selection__arrow {
  margin-right: 12px;
}
#pageVf6 .select2-container .select2-results__options li:first-child {
  margin-top: 8px;
}
#pageVf6 .select2-container .select2-results__options li:last-child {
  margin-bottom: 8px;
}
#pageVf6 .select2-container .select2-results__option {
  font-size: 16px;
  margin: 0 8px;
  padding: 8px;
}
#pageVf6 .select2-container .select2-search {
  padding: 0;
  position: relative;
}
#pageVf6 .select2-container .select2-search:before {
  background: url(../../images/search_icon.png) no-repeat;
  content: "";
  height: 17.5px;
  left: 13px;
  position: absolute;
  top: 13px;
  width: 17.5px;
}
#pageVf6 .select2-container .select2-search--dropdown input {
  background-color: #f8f9fa;
  border: none !important;
  border-radius: 3px;
  height: 44px;
  text-indent: 44px;
}
#pageVf6 .faq-block {
  color: #000;
  margin: 39px 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block {
    margin: 39px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block {
    margin: 19.2vw 0 10vw;
  }
}
#pageVf6 .faq-block .faq-head {
  margin-bottom: 64px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-head {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-head {
    margin-bottom: 7.5vw;
  }
}
#pageVf6 .faq-block .faq-title {
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-title {
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-title {
    font-size: 7.4666666667vw;
  }
}
@media only screen and (min-width: 1920px) {
  #pageVf6 .faq-block .faq-title {
    font-size: 40px;
  }
}
#pageVf6 .faq-block .faq-hdesc {
  color: #3c3c3c;
  font-size: 1.25vw;
  line-height: 1.3333333333;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-hdesc {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-hdesc {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 1920px) {
  #pageVf6 .faq-block .faq-hdesc {
    font-size: 24px;
  }
}
#pageVf6 .faq-block .faq-main {
  width: 100%;
}
#pageVf6 .faq-block .faq-main ::-webkit-scrollbar-track {
  border-radius: 3px;
  box-shadow: inset 0 0 5px #fff;
}
#pageVf6 .faq-block .faq-main ::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
#pageVf6 .faq-block .faq-main ::-webkit-scrollbar {
  height: 1px;
  width: 1px;
}
#pageVf6 .faq-block .faq-tab {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-tab {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-tab {
    margin-bottom: 5vw;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-tab:-webkit-scrollbar {
    display: none;
  }
}
#pageVf6 .faq-block .faq-tab ul {
  border-bottom: 2px solid #e5e5e5;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-tab ul {
    width: 174vw;
  }
}
#pageVf6 .faq-block .faq-tab li {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-tab li {
    width: 58vw;
  }
}
#pageVf6 .faq-block .faq-tab li a {
  display: block;
  font-size: 1.25vw;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.3333333333;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-tab li a {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-tab li a {
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-tab li a {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-tab li a {
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 1920px) {
  #pageVf6 .faq-block .faq-tab li a {
    font-size: 24px;
  }
}
#pageVf6 .faq-block .faq-tab li a:before {
  background: #000;
  bottom: -2px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 0;
}
#pageVf6 .faq-block .faq-tab li a.active:before, #pageVf6 .faq-block .faq-tab li a:hover:before {
  width: 100%;
}
#pageVf6 .faq-block .faq-panel {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-panel {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-panel {
    margin-bottom: 6.4vw;
  }
}
#pageVf6 .faq-block .faq-panel .panel {
  display: none;
}
#pageVf6 .faq-block .faq-panel .panel.active {
  display: block;
}
#pageVf6 .faq-block .faq-panel .panel > ul {
  list-style: none;
}
#pageVf6 .faq-block .faq-panel-item {
  border-bottom: 2px solid #d9e1e2;
  padding: 32px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-panel-item {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-panel-item {
    padding: 18px 0;
  }
}
#pageVf6 .faq-block .faq-panel-item.active .faq-questions:before {
  background: url(../images/raisinghands/icon-minus.png) no-repeat 50%;
  background-size: contain;
}
#pageVf6 .faq-block .faq-panel-item.active .faq-anwser {
  display: block;
}
#pageVf6 .faq-block .faq-questions {
  font-size: 1.25vw;
  letter-spacing: -0.5px;
  line-height: 1.3333333333;
  padding-right: 1.4em;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-questions {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-questions {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (min-width: 1920px) {
  #pageVf6 .faq-block .faq-questions {
    font-size: 24px;
  }
}
#pageVf6 .faq-block .faq-questions:before {
  background: url(../images/raisinghands/icon-plus.png) no-repeat 50%;
  background-size: contain;
  color: #000;
  content: "";
  height: 1.25em;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 1.25em;
}
#pageVf6 .faq-block .faq-anwser {
  display: none;
  font-size: 0.8333333333vw;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-anwser {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-anwser {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 1920px) {
  #pageVf6 .faq-block .faq-anwser {
    font-size: 16px;
  }
}
#pageVf6 .faq-block .faq-anwser p:last-child {
  margin-bottom: 0;
}
#pageVf6 .faq-block .faq-anwser a {
  color: #1464f4;
  font-weight: 600;
}
#pageVf6 .faq-block .faq-bottom {
  color: #3c3c3c;
  font-size: 1.25vw;
  line-height: 1.3333333333;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pageVf6 .faq-block .faq-bottom {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  #pageVf6 .faq-block .faq-bottom {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (min-width: 1920px) {
  #pageVf6 .faq-block .faq-bottom {
    font-size: 24px;
  }
}
#pageVf6 .faq-block .faq-bottom a {
  color: #1464f4;
  display: inline-block;
  font-weight: 600;
}
#pageVf6 .faq-block .faq-bottom .faq-orther {
  margin-bottom: 0;
}
#pageVf6 .faq-block {
  border-top: 1px solid #7a99ac;
  margin: auto auto 0;
  max-width: 1440px;
  padding: 96px 0;
  position: relative;
}
@media (max-width: 767px) {
  #pageVf6 .faq-block {
    border-top: none;
    padding: 64px 0;
  }
}
@media (min-width: 1200px) {
  #pageVf6 .faq-block .container {
    max-width: 925px;
  }
}
#pageVf6 .faq-block .faq-head {
  margin-bottom: 10px;
  text-align: center;
}
#pageVf6 .faq-block .faq-title {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #pageVf6 .faq-block .faq-title {
    font-size: 24px;
  }
}
#pageVf6 .faq-block .faq-questions {
  color: #3c3c3c;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  #pageVf6 .faq-block .faq-questions {
    font-size: 14px;
  }
}
#pageVf6 .faq-block .faq-questions span {
  display: block;
}
@media (min-width: 1280px) {
  #pageVf6 .faq-block .faq-questions span {
    max-width: 750px;
  }
}
#pageVf6 .faq-block .faq-panel {
  margin-bottom: 30px;
}
#pageVf6 .faq-block .faq-panel-item {
  border-bottom: 1px solid #d9e1e2;
  padding: 24px 0;
}
#pageVf6 .faq-block .faq-anwser {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 767px) {
  #pageVf6 .faq-block .faq-anwser {
    font-size: 14px;
  }
}
#pageVf6 .faq-block .faq-other {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #pageVf6 .faq-block .faq-other {
    flex-direction: column;
    justify-content: center;
  }
}
#pageVf6 .faq-block .faq-other .other-question {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 767px) {
  #pageVf6 .faq-block .faq-other .other-question {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#pageVf6 .faq-block .button {
  background: #fff;
  background-image: unset;
  border: 1px solid #1464f4;
  border-radius: 3px;
  color: #1464f4;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  min-width: 276px;
  padding: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}
#pageVf6 .faq-block .button:focus, #pageVf6 .faq-block .button:hover {
  background: #1464f4;
  background-image: unset;
  border: 0;
  color: #fff;
}
#pageVf6 .thanks-page.container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}
#pageVf6 .thanks-page.container .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  width: 628px;
}
#pageVf6 .thanks-page.container .content .icon-check {
  margin: 30px 0;
  max-width: 120px;
}
#pageVf6 .thanks-page.container .content .text-notification {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
#pageVf6 .thanks-page.container .content .text-thanks {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 16px 0;
  text-align: center;
}
#pageVf6 .thanks-page.container .content .group-btn {
  display: flex;
  gap: 16px;
}
#pageVf6 .thanks-page.container .content .group-btn > .btn {
  height: 48px;
  line-height: unset;
  max-width: unset;
  min-width: 190px;
  padding: 16px 24px;
}
@media (min-width: 1440px) {
  #pageVf6 .container {
    max-width: 1440px;
  }
  #pageVf6 .overview-block-content img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  #pageVf6 .overview-block-content .overview-item-desc {
    padding: 16px !important;
  }
}
@media only screen and (max-width: 1600px) {
  #pageVf6 .banner-car {
    top: 30%;
  }
}
@media only screen and (max-width: 992px) {
  #pageVf6 .block-title {
    font-size: 20px;
  }
  #pageVf6 .banner-img {
    padding-top: 84px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  #pageVf6 .banner-img {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 992px) {
  #pageVf6 .banner-img img {
    width: 100%;
  }
  #pageVf6 .banner-car {
    left: 0;
    margin-top: -20%;
    position: relative;
    transform: unset;
  }
  #pageVf6 .banner-car .car-img {
    position: static;
  }
  #pageVf6 .banner-content {
    margin-top: 0;
  }
  #pageVf6 .banner-content .logo {
    margin-bottom: 20px;
  }
  #pageVf6 .banner-specs .container {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 16px;
    row-gap: 20px;
  }
  #pageVf6 .banner-specs-item {
    text-align: left;
  }
  #pageVf6 .banner-specs-item .specs-info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }
  #pageVf6 .banner-specs-item .specs-title {
    font-size: 14px;
  }
  #pageVf6 .overview-block .container {
    padding: 0;
  }
  #pageVf6 .overview-block-content {
    margin: 0;
  }
  #pageVf6 .overview-block-content .content-left, #pageVf6 .overview-block-content .content-right {
    padding: 0;
  }
  #pageVf6 .overview-block-content .content-left-header {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #pageVf6 .overview-block-content .overview-item {
    margin-bottom: 30px;
  }
  #pageVf6 .overview-block-content .overview-item:last-child {
    margin-bottom: 0;
  }
  #pageVf6 .specs-block .specs-block-header {
    background-color: transparent;
    flex-direction: column;
    padding: 0 15px;
  }
  #pageVf6 .specs-block .specs-block-header .banner-content-form {
    display: block;
  }
  #pageVf6 .specs-block .specs-block-header-left {
    margin-bottom: 20px;
    padding: 0;
  }
  #pageVf6 .specs-block .specs-block-header-right {
    margin-bottom: 30px;
    padding: 0;
  }
  #pageVf6 .specs-block .specs-block-header .deposit {
    margin-bottom: 20px;
    width: 100%;
  }
  #pageVf6 .specs-block .specs-block-header .deposit .outline-btn {
    margin: auto auto 20px;
  }
  #pageVf6 .specs-block .specs-name, #pageVf6 .specs-block .specs-name-item {
    padding: 0;
  }
  #pageVf6 .specs-block .specs-name-item p {
    font-size: 20px;
  }
  #pageVf6 .specs-block-item {
    padding: 16px 0;
  }
  #pageVf6 .specs-block-item .specs-info {
    padding: 0 16px 0 0;
  }
  #pageVf6 .specs-block-item .specs-title {
    margin-bottom: 4px;
    padding: 0;
  }
  #pageVf6 .specs-block #data-content-car .margin-left-mobile {
    margin-left: 0 !important;
    padding: 0 !important;
  }
  #pageVf6 .specs-block #data-content-car .title-small-font {
    font-size: 14px;
  }
  #pageVf6 .specs-block .banner-content-form h5 {
    font-size: 14px;
    font-weight: 400;
  }
  #pageVf6 .title-large-font {
    font-size: 20px;
  }
  #pageVf6 .price-block .block-title {
    margin-bottom: 20px;
  }
  #pageVf6 .price-block .price-block-content {
    margin: -25px auto auto;
    position: unset;
    transform: unset;
  }
  #pageVf6 .price-block .price-block-content .form-subtitle {
    margin-bottom: 0;
  }
  #pageVf6 .price-block .price-block-content .content {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    background-color: #fff;
    padding: 16px;
  }
  #pageVf6 .email-form .form-subtitle {
    font-size: 15px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  #pageVf6 .header-vf6--bottom .logo img {
    height: 40px;
    width: 40px;
  }
  #pageVf6 .header-vf6--bottom {
    height: 60px;
    padding: 8px 16px;
  }
  #pageVf6 .email-form .form-subtitle {
    font-size: 14px;
  }
  #pageVf6 .banner-specs-item .specs-info {
    font-size: 18px;
  }
  #pageVf6 .content-left-header > p {
    margin-bottom: 16px;
  }
  #pageVf6 .overview-block-content .overview-item {
    margin-bottom: 0;
  }
  #pageVf6 p.title-regular-font {
    font-size: 18px;
    font-weight: 400;
  }
  #pageVf6 h4.title-regular-font {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  #pageVf6 .banner-car {
    margin-top: -6%;
  }
  #pageVf6 .banner-img .overlay {
    height: 65px;
  }
  #pageVf6 #introduce-block .style-block-btn {
    padding: 12px 0;
    position: relative;
  }
  #pageVf6 #introduce-block .style-block-btn > .btn {
    width: 100%;
  }
  #pageVf6 .specs-block-btn {
    gap: 16px;
    padding: 0;
  }
  #pageVf6 .specs-block-btn .btn-primary, #pageVf6 .specs-block-btn .outline-btn {
    width: 50%;
  }
  #pageVf6 .specs-block-btn .outline-btn {
    padding: 16px 24px;
  }
  #pageVf6 .specs-block-btn.disabledBrochure .btn-primary, #pageVf6 .specs-block-btn.disabledBrochure .outline-btn {
    width: 100%;
  }
  #pageVf6 .price-block-content .content-background, #pageVf6 .price-block-content .content-detail {
    width: unset !important;
  }
  #pageVf6 .price-block-content .price-row {
    border-bottom: 1px solid #d9e1e2;
  }
  #pageVf6 .register-block {
    margin-top: 64px;
    padding: 60px 0;
  }
  #pageVf6 .register-block .content-detail {
    padding: 0 16px;
  }
  #pageVf6 .register-block .content-detail .block-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #pageVf6 .register-block .content-detail .title-small-font {
    font-size: 14px;
    font-weight: 400;
  }
  #pageVf6 .register-block .register-img > img {
    min-height: 539px;
  }
  #pageVf6 .album-block {
    padding-top: 0;
  }
  #pageVf6 .thanks-page.container .content {
    padding: 0 16px;
    width: 342px;
  }
  #pageVf6 .thanks-page.container .content .group-btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  #pageVf6 .thanks-page.container .content .group-btn .btn {
    flex: 1;
  }
}
#pageVf6 .v3s-footer {
  overflow: hidden;
}
#pageVf6 .campaign-tet {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #pageVf6 .campaign-tet.hide {
    transform: translateY(100%);
  }
}
#pageVf6 .form-label-group input.input-error {
  border: 1px solid #dc3545;
}
#pageVf6 .invalid-feedback {
  font-size: 12px;
  padding: 0 16px;
}
#pageVf6 #popup-lead .modal-content {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #pageVf6 #popup-lead .modal-content {
    padding: 50px 16px 30px;
  }
}
#pageVf6 #popup-lead .modal-content .modal-body {
  align-self: center;
  max-width: 408px;
  padding: 0;
}
#pageVf6 #popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #pageVf6 #popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
#pageVf6 #popup-lead .modal-content .modal-body .form-subtitle, #pageVf6 #popup-lead .modal-content .modal-body h3 {
  text-align: center;
}
#pageVf6 #popup-lead .modal-content .modal-body img {
  width: 100%;
}
#pageVf6 #popup-lead .modal-content .modal-body .email-form {
  text-align: center;
  width: 100%;
}
#pageVf6 #popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
#pageVf6 #popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
#pageVf6 #popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
#pageVf6 .page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
  left: 0;
  padding: 14px 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: 0.8s;
  z-index: 12;
}
#pageVf6 .page-header.show-menu2 {
  transform: translateY(0);
}
#pageVf6 .page-header .nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  padding-left: 15px;
}
#pageVf6 .page-header .nav .nav-menu .nav-list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
#pageVf6 .page-header .nav-menu .nav-list .nav-item {
  margin: 0 1.5rem;
  position: relative;
}
#pageVf6 .page-header .nav-menu .nav-list .nav-item a {
  color: #1f2125;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 1rem 0;
  text-decoration: none;
  transition: 0.3s;
}
#pageVf6 .page-header .nav-menu .nav-list .nav-item:hover a {
  color: #1464f4;
  cursor: pointer;
}
#pageVf6 .page-header .nav-button .btn {
  font-weight: 700;
  text-transform: uppercase;
}
#pageVf6 .page-header .nav-list .nav-item:after {
  background-color: #1464f4;
  bottom: -1px;
  height: 4px;
}
#pageVf6 .page-header .nav-list .nav-item.active:after {
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s;
  width: 100%;
}
#pageVf6 .link-effect-hover.active-menu:after, #pageVf6 .link-effect-hover:after {
  bottom: -5px;
}
@media only screen and (max-width: 992px) {
  #pageVf6 .page-header .nav-dropdown.active button svg {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 1024px) {
  #pageVf6 .page-header .nav-dropdown.d-lg-none {
    display: block !important;
  }
  #pageVf6 .page-header {
    padding: 0.75rem 0;
  }
  #pageVf6 .nav-dropdown button {
    align-items: center;
    background-color: #fff;
    border: none;
    color: #1464f4;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    outline: none;
    transition: 0.4s;
    width: auto;
  }
  #pageVf6 .page-header .nav-logo {
    display: none;
  }
  #pageVf6 .page-header .nav-menu {
    position: fixed;
    right: 0;
    transform: translateY(-100%);
    transition: 0.6s;
    width: 100%;
    z-index: 1;
  }
  #pageVf6 .page-header .nav-menu.active {
    top: -6px;
    transform: translateY(67px);
  }
  #pageVf6 .page-header .nav-menu .nav-list {
    background-color: #fff;
    flex-direction: column;
  }
  #pageVf6 .page-header .nav-list .nav-item {
    border-bottom: 1px solid rgba(60, 60, 60, 0.1);
  }
}
@media only screen and (max-width: 992px) {
  #pageVf6 .page-header .nav-list .nav-item {
    display: block;
  }
  #pageVf6 .page-header .nav-list .nav-item.active:after {
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  #pageVf6 .page-header {
    padding: 0.75rem 0;
  }
  #pageVf6 .page-header .nav {
    max-width: unset;
    padding: 0 15px;
  }
}
#pageVf6 #vf5-intro {
  margin-top: 50px;
}
#pageVf6 .nav-left {
  align-items: center;
  display: flex;
}
#pageVf6 .nav-left .nav-logo {
  margin-right: 30px;
}
#pageVf6 #megaMenuModal.show {
  min-height: 100vh;
}
#pageVf6 #header_pc.hide-menu {
  transform: translateY(-100%);
}
#pageVf6 #wapper {
  position: relative;
  z-index: 2;
}
#pageVf6 .disclaimer-note {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 60px auto;
  max-width: 905px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #pageVf6 .disclaimer-note {
    padding: 0 16px;
    width: 100%;
  }
}
#pageVf6 .disclaimer-note-txt {
  margin-bottom: 4px;
}
#pageVf6 .disclaimer-note-list {
  list-style: initial;
  padding-left: 1em;
}
#pageVf6 .btn-popup-lead {
  width: 202px;
}
#pageVf6 .banner-specs-left {
  display: flex;
  flex: 1 0 0;
  justify-content: space-between;
}
#pageVf6 .t-and-c {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
#pageVf6 .t-and-c a {
  color: #1464f4;
  text-decoration: underline;
}

.modal-backdrop {
  z-index: 1020 !important;
  display: none;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.homePageVF7 {
  --bg-main: #fff;
  --bg-main-darker: #f7f9f9;
  --color-dark: #3c3c3c;
  --color-white: #3c3c3c;
  --swiper-pagination-color: #1464f4;
  --swiper-pagination-bullet-inactive-color: #7a99ac;
  --card-bg: #fff;
  --card-bg-mid-dark: #f7f9f9;
  --land-bg: #f7f9f9;
  --switch-bg-color: #fff;
  --switch-border-color: #3c3c3c;
  --switch-rounded-bg-color: #3c3c3c;
  --link-button-color: #1464f4;
  --bg-linear-gradient: linear-gradient(270deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0)),linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
  --commit-card-bg: #fff;
  --prodder-form-color: #fff;
  --tab--active--color: #1464f4;
  --tab--icon--color: #3c3c3c;
  --color-white-constant: #fff;
  --color-black: #000;
  --swiper-btn-bg: #f0f3f3;
  --swiper-btn-color: #3c3c3c;
  --color-future-blue: #1464f4;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --border-line-bg: #d9e1e2;
  --accordion-bullet-color: #7a99ac;
  --card-border: #7a99ac;
  --color-mid-blue-gray: #d9e1e2;
  --swiper-thumbnail-text-inactive-color: #8a8a8a;
  --switch-rounded-border-color: #3c3c3c;
}
.homePageVF7 .hide-menu {
  transform: translateY(-100%);
}
.homePageVF7 .faq-block {
  color: inherit;
  margin: auto 0 auto auto;
  padding: 96px 0;
  position: relative;
}
.homePageVF7 .faq-block .faq-hdesc {
  margin-bottom: 0;
}
.homePageVF7 .faq-block .faq-main {
  width: 100%;
}
.homePageVF7 .faq-block .faq-main::-webkit-scrollbar-track {
  border-radius: 3px;
  box-shadow: inset 0 0 5px #fff;
}
.homePageVF7 .faq-block .faq-main::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
.homePageVF7 .faq-block .faq-main::-webkit-scrollbar {
  height: 1px;
  width: 1px;
}
.homePageVF7 .faq-block .faq-tab {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.homePageVF7 .faq-block .faq-tab ul {
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  width: 174vw;
}
.homePageVF7 .faq-block .faq-tab li {
  width: 58vw;
}
.homePageVF7 .faq-block .faq-tab li a {
  display: block;
  font-weight: 600;
  letter-spacing: -0.5px;
  position: relative;
  text-align: center;
  width: 100%;
}
.homePageVF7 .faq-block .faq-tab li a:before {
  background: #000;
  bottom: -2px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 0;
}
.homePageVF7 .faq-block .faq-tab li a:hover:before {
  width: 100%;
}
.homePageVF7 .faq-block .faq-tab li a.active:before {
  width: 100%;
}
.homePageVF7 .faq-block .faq-panel {
  margin-bottom: 30px;
}
.homePageVF7 .faq-block .faq-panel .panel {
  display: none;
}
.homePageVF7 .faq-block .faq-panel .panel > ul {
  list-style: none;
}
.homePageVF7 .faq-block .faq-panel .panel.active {
  display: block;
}
.homePageVF7 .faq-block .faq-panel-item {
  border-bottom: 1px solid #d9e1e2;
  padding: 24px 0;
  position: relative;
}
.homePageVF7 .faq-block .faq-panel-item.active .faq-questions:before {
  background: url(../../images/reserves/icon-minus.svg) no-repeat 50%;
  background-size: contain;
}
.homePageVF7 .faq-block .faq-panel-item.active .faq-anwser {
  display: block;
}
.homePageVF7 .faq-block .faq-questions {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
  padding-right: 40px;
  position: relative;
  width: 100%;
}
.homePageVF7 .faq-block .faq-questions:before {
  background: url(../../images/reserves/icon-plus.svg) no-repeat 50%;
  background-size: contain;
  color: var(--color-white);
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 18px;
}
.homePageVF7 .faq-block .faq-questions span {
  display: block;
}
.homePageVF7 .faq-block .faq-anwser {
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
.homePageVF7 .faq-block .faq-anwser p:last-child {
  margin-bottom: 0;
}
.homePageVF7 .faq-block .faq-anwser a {
  font-weight: 600;
}
.homePageVF7 .faq-block .faq-bottom {
  text-align: center;
  width: 100%;
}
.homePageVF7 .faq-block .faq-bottom a {
  display: inline-block;
  font-weight: 600;
}
.homePageVF7 .faq-block .faq-bottom .faq-orther {
  margin-bottom: 0;
}
.homePageVF7 .faq-block .faq-head {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.homePageVF7 .faq-block .faq-title {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0;
}
.homePageVF7 .faq-block .faq-other {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homePageVF7 .faq-block .faq-other .other-question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
.homePageVF7 .faq-block .button {
  background: #fff;
  border: 1px solid #1464f4;
  border-radius: 3px;
  color: #1464f4;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  min-width: 276px;
  padding: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}
.homePageVF7 .faq-block .button:focus {
  background: #1464f4;
  background-image: unset;
  border: 0;
  color: #fff;
}
.homePageVF7 .faq-block .button:hover {
  background: #1464f4;
  background-image: unset;
  border: 0;
  color: #fff;
}
.homePageVF7 .light-scheme .faq-panel-item.active .faq-questions:before {
  background: url(../../images/reserves/icon-minus-light.svg) no-repeat 50%;
}
.homePageVF7 .light-scheme .faq-questions:before {
  background: url(../../images/reserves/icon-plus-light.svg) no-repeat 50%;
}
.homePageVF7 .brand-color {
  color: #1464f4;
}
.homePageVF7 input:-webkit-autofill {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageVF7 input:-webkit-autofill:focus {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageVF7 input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageVF7 .form-label-group {
  position: relative;
}
.homePageVF7 .form-label-group input {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.homePageVF7 .form-label-group input:focus {
  outline: none;
}
.homePageVF7 .form-label-group input::-moz-placeholder {
  color: transparent !important;
}
.homePageVF7 .form-label-group input::placeholder {
  color: transparent !important;
}
.homePageVF7 .form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.homePageVF7 .form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.homePageVF7 .form-label-group input:not(:-moz-placeholder-shown) ~ label.required:after {
  color: inherit;
}
.homePageVF7 .form-label-group input:not(:-moz-placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF7 .form-label-group input:not(:placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF7 .form-label-group input:-webkit-autofill ~ label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF7 .form-label-group input:-webkit-autofill ~ label.required:after {
  color: inherit;
}
.homePageVF7 .form-label-group input::-ms-input-placeholder {
  color: var(--label-floating-color);
}
.homePageVF7 .form-label-group label {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
}
.homePageVF7 .form-label-group label:focus {
  outline: none;
}
.homePageVF7 .form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.homePageVF7 .form-label-group select:focus {
  outline: none;
}
.homePageVF7 .form-label-group input[disabled] ~ label {
  color: #8a8a8a !important;
}
.homePageVF7 .form-label-group label[disabled] ~ label {
  color: #8a8a8a !important;
}
.homePageVF7 .form-label-group select[disabled] ~ label {
  color: #8a8a8a !important;
}
.homePageVF7 .form-label-group input[disabled] ~ span {
  background: #f0f3f3;
}
.homePageVF7 .form-label-group label[disabled] ~ span {
  background: #f0f3f3;
}
.homePageVF7 .form-label-group select[disabled] ~ span {
  background: #f0f3f3;
}
.homePageVF7 .form-label-group .select2-container {
  width: 100% !important;
}
.homePageVF7 .form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px;
}
.homePageVF7 .form-label-group .select2-container .select2-selection .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 20px);
  position: absolute;
}
.homePageVF7 .form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}
.homePageVF7 .form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all 0.2s;
  width: 12px !important;
}
.homePageVF7 .form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important;
}
.homePageVF7 .form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px;
}
.homePageVF7 .form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px;
}
.homePageVF7 .form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px;
}
.homePageVF7 .form-label-group input#amount:not(:-moz-placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homePageVF7 .form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homePageVF7 .form-label-group .select2-container ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF7 .form-label-group .select2-container ~ label.required:after {
  color: inherit;
}
.homePageVF7 .form-label-group select.select2-label-placeholder ~ label {
  height: auto;
}
.homePageVF7 .form-label-group select.select2-label-placeholder.select2-empty ~ label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height) / 2);
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageVF7 .form-label-group select.select2-label-placeholder.select2-empty ~ label:after {
  color: #1464f4;
}
.homePageVF7 .form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  top: 0;
}
.homePageVF7 .form-label-group.has-icon .icon svg {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageVF7 .form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0;
}
.homePageVF7 .form-label-group.has-icon input {
  padding-left: 3rem;
}
.homePageVF7 .form-label-group.has-icon input:not(:-moz-placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageVF7 .form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageVF7 .form-label-group.has-icon select {
  padding-left: 3rem;
}
.homePageVF7 .form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
  top: 70%;
}
.homePageVF7 .form-label-group.has-icon input.js_numText {
  padding-right: 4rem;
}
.homePageVF7 .form-label-group.has-icon select.js_numText {
  padding-right: 4rem;
}
.homePageVF7 .form-label-group.has-icon label {
  left: 2rem;
}
.homePageVF7 .form-label-group.has-icon .select2-container .select2-selection {
  padding-left: 3rem;
}
.homePageVF7 .form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 3rem);
}
@supports (-ms-ime-align: auto) {
  .homePageVF7 .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
}
.homePageVF7 input.is-invalid {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.homePageVF7 input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.homePageVF7 .is-success {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.homePageVF7 .is-success-carDeposit {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
  padding-left: 10%;
}
.homePageVF7 #select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}
.homePageVF7 #select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.homePageVF7 #select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.homePageVF7 #select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}
.homePageVF7 #select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}
.homePageVF7 #select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}
.homePageVF7 #select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}
.homePageVF7 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}
.homePageVF7 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.homePageVF7 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.homePageVF7 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}
.homePageVF7 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none;
}
.homePageVF7 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}
.homePageVF7 #ui-datepicker-div {
  padding: 0;
  width: 27em;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  background: unset;
  border: unset;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-month {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.homePageVF7 #ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.homePageVF7 #ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}
.homePageVF7 #ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.homePageVF7 #ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.homePageVF7 #ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2;
}
.homePageVF7 .no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative;
}
.homePageVF7 .no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}
.homePageVF7 .no-place span {
  margin-left: 35px;
}
.homePageVF7 .date-picker-today {
  align-items: center;
  justify-content: center;
}
.homePageVF7 .date-picker-today p {
  align-items: center;
  justify-content: center;
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0 10px 0 0;
  width: 25px;
}
.homePageVF7 .date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px;
}
.homePageVF7 .select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.homePageVF7 .vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px;
}
.homePageVF7 .vf-modal-popup .modal-content {
  padding: 30px;
}
.homePageVF7 .vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px;
}
.homePageVF7 .vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none;
}
.homePageVF7 .vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}
.homePageVF7 .vf-modal-popup .modal-body .group-button {
  text-align: center;
}
.homePageVF7 .vf-modal-popup .modal-body .group-button .btn-primary {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF7 .vf-modal-popup .modal-body .group-button .btn-primary:hover {
  opacity: 0.8;
}
.homePageVF7 .vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF7 .vf-modal-popup .modal-body .group-button button:hover {
  opacity: 0.8;
}
.homePageVF7 #vpoint-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF7 #vpoint-section > li {
  margin-bottom: 0 !important;
}
.homePageVF7 #vpoint-section .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF7 #vpoint-section #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.homePageVF7 #vpoint-section #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.homePageVF7 #vpoint-section #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF7 .vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF7 .vinclub-promotion > li {
  margin-bottom: 0 !important;
}
.homePageVF7 .vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF7 .vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.homePageVF7 .vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.homePageVF7 .vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF7 .car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}
.homePageVF7 .car-common-popup-lead .modal-content {
  border: 0;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
  text-align: center;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body .form-subtitle {
  text-align: center;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.homePageVF7 .car-common-popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.homePageVF7 .car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.homePageVF7 .car-common-popup-lead .modal-content .close:focus {
  outline: none;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF7 .car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}
.homePageVF7 .car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF7 .car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}
.homePageVF7 .car-common-popup-lead .modal-content .term a {
  color: #1464f4;
}
.homePageVF7 .car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}
.homePageVF7 #modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.homePageVF7 #modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
.homePageVF7 #modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF7 #modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
.homePageVF7 #modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.homePageVF7 #modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF7 #modal-lead-register-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.homePageVF7 #modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF7 #modal-lead-register-thank .modal-buttons button#button-close {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF7 .section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0;
}
.homePageVF7 .section-lead-common input.valid {
  border: 1px solid var(--valid-color) !important;
}
.homePageVF7 .section-lead-common input.error {
  border: 1px solid var(--danger-color) !important;
}
.homePageVF7 .section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.homePageVF7 .section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.homePageVF7 .section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.homePageVF7 .section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .form-label-group > .label {
  color: #8a8a8a;
  text-align: left;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  row-gap: 10px;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px;
}
.homePageVF7 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%;
}
.homePageVF7 .section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF7 .section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF7 .section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF7 .section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF7 .section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.homePageVF7 .section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF7 .section-lead-common .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF7 .section-lead-common .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF7 .section-lead-common .t-and-c {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageVF7 .section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF7 .section-lead-common .select-showroom .box-select {
  margin-bottom: 12px;
}
.homePageVF7 .section-lead-common .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}
.homePageVF7 .section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left;
}
.homePageVF7 body {
  background: var(--bg-main);
  color: var(--color-dark);
}
.homePageVF7 img {
  max-width: 100%;
}
.homePageVF7 p {
  color: var(#3c3c3c, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  position: relative;
}
.homePageVF7 section {
  padding: 64px 0;
  margin: 0;
  position: relative;
}
.homePageVF7 section .content {
  width: 100%;
}
.homePageVF7 dl {
  margin: 0;
  position: relative;
}
.homePageVF7 h1 {
  margin: 0;
  position: relative;
}
.homePageVF7 h2 {
  margin: 0;
  position: relative;
}
.homePageVF7 h3 {
  margin: 0;
  position: relative;
}
.homePageVF7 h4 {
  margin: 0;
  position: relative;
}
.homePageVF7 h5 {
  margin: 0;
  position: relative;
}
.homePageVF7 span {
  margin: 0;
  position: relative;
  display: inline-block;
}
.homePageVF7 ul {
  margin: 0;
  position: relative;
}
.homePageVF7 picture {
  display: inline-block;
}
.homePageVF7 hr {
  border-color: var(--border-line-bg);
}
.homePageVF7 .container-fluid {
  padding: 0 16px;
}
.homePageVF7 .container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1248px;
  padding: 0 16px;
}
.homePageVF7 .container-medium {
  width: 100%;
}
.homePageVF7 .darker-bg {
  background: var(--bg-main-darker);
}
.homePageVF7 .dark-bg {
  background: var(--bg-main);
}
.homePageVF7 .btn.btn-hamburger {
  padding: 0;
}
.homePageVF7 .btn.btn-link {
  align-items: center;
  background-color: var(--color-white-constant);
  border: 1px solid var(--color-future-blue);
  color: var(--color-future-blue);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  min-width: 280px;
  padding: 16px 24px;
}
.homePageVF7 .page.v3s {
  overflow: hidden;
}
.homePageVF7 .pd-b-05 {
  padding-bottom: 0.5%;
}
.homePageVF7 .header-navi {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: var(--bg-linear-gradient);
  color: var(--color-dark);
  position: fixed;
  top: -150px;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1050;
}
.homePageVF7 .header-navi .container {
  max-width: 3840px;
  padding: 10px 16px;
}
.homePageVF7 .header-navi .body {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  width: 100%;
}
.homePageVF7 .header-navi .body .logo img {
  width: 95px;
}
.homePageVF7 .header-navi .body .main-navi {
  display: none;
}
.homePageVF7 .header-navi .body .main-navi ul li {
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.homePageVF7 .header-navi .body .main-navi ul li a {
  color: inherit;
  cursor: pointer;
}
.homePageVF7 .header-navi .body .main-navi ul li a:hover {
  color: var(--color-white);
}
.homePageVF7 .header-navi .body .main-navi ul li a[href="#dragon-forged-block"] {
  color: #ffcd7b;
}
.homePageVF7 .header-navi .body .right-navi {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.homePageVF7 .header-navi .body .right-navi .switch-button {
  margin-left: 16px;
}
.homePageVF7 .header-navi .body .right-navi .btn {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: normal;
  min-width: unset;
  text-transform: uppercase;
}
.homePageVF7 .header-navi .body .right-navi .btn.btn-consultant {
  color: var(--color-white);
  padding: 16px 18px;
}
.homePageVF7 .header-navi .body .right-navi .btn.btn-primary {
  background: var(--color-future-blue);
}
.homePageVF7 .header-navi.fixed {
  top: 0;
}
.homePageVF7 .header-navi.fixed + section {
  margin-top: 56px;
}
.homePageVF7 .switch-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 4px;
}
.homePageVF7 .switch-button .switch {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 28px;
}
.homePageVF7 .switch-button .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.homePageVF7 .switch-button .switch input:checked + .slider:before {
  background-color: var(--switch-rounded-bg-color);
  transform: translateX(12px);
}
.homePageVF7 .switch-button .switch .slider {
  background-color: var(--switch-bg-color);
  border: 1px solid var(--switch-border-color);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.homePageVF7 .switch-button .switch .slider:before {
  background-color: var(--switch-rounded-bg-color);
  border: 1px solid var(--switch-rounded-border-color);
  bottom: 1px;
  content: "";
  height: 12px;
  left: 1px;
  position: absolute;
  transition: 0.4s;
  width: 12px;
}
.homePageVF7 .switch-button .switch .slider.round {
  border-radius: 16px;
}
.homePageVF7 .switch-button .switch .slider.round:before {
  border-radius: 50%;
}
.homePageVF7 .st-heading {
  color: var(--color-white);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: normal;
}
.homePageVF7 .st-sub-heading {
  color: var(#3c3c3c, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.homePageVF7 .break-graph {
  margin-bottom: 120px !important;
}
.homePageVF7 .swiper .swiper-wrapper {
  margin-bottom: 16px;
}
.homePageVF7 .swiper .swiper-wrapper .swiper-slide picture {
  width: 100%;
}
.homePageVF7 .swiper .swiper-wrapper .swiper-slide img {
  max-width: unset;
  width: 100%;
}
.homePageVF7 .swiper .swiper-control-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.homePageVF7 .swiper .custom-swiper-pagination {
  align-items: center;
  bottom: unset;
  display: flex;
  justify-content: center;
  top: unset;
}
.homePageVF7 .swiper .swiper-button-group {
  display: none;
}
.homePageVF7 .swiper .swiper-button-group .swiper-btn {
  align-items: center;
  background: var(--swiper-btn-bg);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 8px;
}
.homePageVF7 .swiper .swiper-button-group .swiper-btn svg path {
  stroke: var(--swiper-btn-color);
}
.homePageVF7 .swiper.vf-swiper-collection-thumb .swiper-wrapper {
  margin-bottom: 0;
}
.homePageVF7 .swiper.vf-swiper-collection-thumb .swiper-slide {
  display: inline-flex;
  justify-content: center;
}
.homePageVF7 .swiper.vf-swiper-collection-thumb .swiper-slide .color-item {
  align-items: center;
  border: 3px solid transparent;
  border-radius: 100%;
  display: flex;
  height: 60px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  width: 60px;
}
.homePageVF7 .swiper.vf-swiper-collection-thumb .swiper-slide .color-item span {
  border-radius: 100%;
  overflow: hidden;
}
.homePageVF7 .swiper.vf-swiper-collection-thumb .swiper-slide .color-item span img {
  width: 100%;
}
.homePageVF7 .swiper.vf-swiper-collection-thumb .swiper-slide.swiper-slide-thumb-active .color-item {
  border-color: var(--color-future-blue);
}
.homePageVF7 .swiper.vf-swiper-text-thumb .swiper-slide {
  color: var(--swiper-thumbnail-text-inactive-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.homePageVF7 .swiper.vf-swiper-text-thumb .swiper-slide dl {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF7 .swiper.vf-swiper-text-thumb .swiper-slide dl dd {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
}
.homePageVF7 .swiper.vf-swiper-text-thumb .swiper-slide dl dt {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  font-size: 18px;
}
.homePageVF7 .swiper.vf-swiper-text-thumb .swiper-slide.swiper-slide-thumb-active {
  color: var(--color-white);
}
.homePageVF7 .swiper[data-effect=creative] [swiper_scale_active] .swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.homePageVF7 .swiper[data-effect=creative] [swiper_scale_active] .swiper-slide:not(.swiper-slide-active) a {
  pointer-events: none;
}
.homePageVF7 .swiper-collect-wrapper .swiper-wrapper {
  margin-bottom: 0;
}
.homePageVF7 .swiper-collect-wrapper .thumb-label {
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 30px 0 16px;
  text-align: center;
}
.homePageVF7 .footer-img {
  position: relative;
}
.homePageVF7 .footer-img img {
  z-index: 1;
}
.homePageVF7 .footer-img:after {
  background: var(--land-bg);
  bottom: 0;
  content: "";
  display: block;
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.homePageVF7 .section-hero .container {
  align-items: center;
  gap: 0;
  max-width: 1556px;
}
.homePageVF7 .section-hero .logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF7 .section-hero .logo > img {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 777px;
  width: 100%;
}
.homePageVF7 .section-hero .logo .tag-line {
  color: var(#3c3c3c, #fff);
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.72px;
  line-height: normal;
  text-align: center;
}
.homePageVF7 .section-hero .hero-img {
  margin-bottom: 30px;
}
.homePageVF7 .section-hero .disclaimer {
  color: var(--color-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.homePageVF7 .section-hot .spotlight-box {
  background: var(--color-black);
}
.homePageVF7 .section-hot .spotlight-box dl {
  align-items: flex-start;
  background: var(--bg-main);
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 8px;
  min-height: auto;
  padding: 15px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.homePageVF7 .section-hot .spotlight-box dl sub {
  font-size: 12px;
}
.homePageVF7 .section-hot .spotlight-box dl dt {
  font-size: 18px;
  color: var(--color-white);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .section-hot .spotlight-box dl dd {
  color: var(--color-white);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
}
.homePageVF7 .section-exterior {
  padding: 0;
}
.homePageVF7 .section-exterior .exterior-collect .car-preview {
  margin-bottom: 30px;
}
.homePageVF7 .section-exterior .exterior-collect .car-preview .btn-360-switch {
  align-content: center;
  align-items: center;
  bottom: -5px;
  color: var(--link-button-color);
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  left: 0;
  letter-spacing: 1.2px;
  line-height: normal;
  position: absolute;
  text-transform: uppercase;
  z-index: 10;
}
.homePageVF7 .section-exterior .exterior-collect .car-preview .btn-360-switch svg path {
  fill: var(--link-button-color);
}
.homePageVF7 .section-exterior .exterior-collect .swiper .swiper-slide {
  background-color: var(--bg-main);
}
.homePageVF7 .section-exterior .dragon-forged-img {
  margin-top: 64px;
}
.homePageVF7 .section-exterior .exterior-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 64px;
}
.homePageVF7 .section-exterior .exterior-footer .container-medium {
  margin-left: auto;
  margin-right: auto;
}
.homePageVF7 .section-exterior .exterior-footer .st-sub-heading {
  text-align: center;
}
.homePageVF7 .section-exterior .footer-img {
  padding: 64px 0 10px;
}
.homePageVF7 .section-product-present {
  padding-bottom: 0;
  padding-top: 30px;
}
.homePageVF7 .section-product-present .container-medium {
  margin-left: auto;
  margin-right: auto;
}
.homePageVF7 .section-product-present .content > * {
  margin-bottom: 30px;
}
.homePageVF7 .section-product-present .content dl dt {
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
.homePageVF7 .section-product-present .content dl dd {
  color: var(--colo-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.homePageVF7 .section-product-present .content .vf-swiper-text-thumb dl {
  gap: 8px;
  margin-bottom: 0;
}
.homePageVF7 .section-product-present .content .vf-swiper-text-thumb dl dd:last-child {
  margin-bottom: 0;
}
.homePageVF7 .section-product-present .content .vf-swiper-text-thumb dl dt {
  margin-bottom: 0;
}
.homePageVF7 .section-interior {
  padding-bottom: 60px;
}
.homePageVF7 .section-interior .content > * {
  margin-bottom: 30px;
}
.homePageVF7 .section-interior .content .interior-collect {
  margin-bottom: 64px;
}
.homePageVF7 .section-interior .content .container-medium {
  margin-left: auto;
  margin-right: auto;
}
.homePageVF7 .section-interior .content .img img {
  max-width: 100%;
}
.homePageVF7 .section-interior .content .box-compare-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}
.homePageVF7 .section-interior .content .box-compare-wrapper .box-compare {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.homePageVF7 .section-interior .content .box-compare-wrapper .box-compare:last-child {
  margin-bottom: 0;
}
.homePageVF7 .section-interior .content .box-compare-wrapper .box-compare .animation {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.homePageVF7 .section-interior .content .box-compare-wrapper .box-compare dl dt {
  color: var(#3c3c3c, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
.homePageVF7 .section-interior .content .box-compare-wrapper .box-compare dl dd {
  color: var(#3c3c3c, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.homePageVF7 .section-interior .content .touch-screen dl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
.homePageVF7 .section-interior .content .touch-screen .vf-swiper-text-thumb dl {
  gap: 8px;
  margin-bottom: 0;
}
.homePageVF7 .section-interior .content .touch-screen .vf-swiper-text-thumb dl dd:last-child {
  margin-bottom: 0;
}
.homePageVF7 .section-tech-present {
  font-size: 18px;
  padding-bottom: 120px;
}
.homePageVF7 .section-tech-present .section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 64px;
}
.homePageVF7 .section-tech-present .section:last-child {
  margin-bottom: 0;
}
.homePageVF7 .section-tech-present .section .box-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.homePageVF7 .section-tech-present .accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.homePageVF7 .section-tech-present .accordion .accordion-item {
  border-bottom: 1px solid var(--border-line-bg);
  padding-bottom: 16px;
}
.homePageVF7 .section-tech-present .accordion .accordion-item .accordion-header {
  align-items: flex-start;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  line-height: 150%;
  margin-bottom: 8px;
}
.homePageVF7 .section-tech-present .accordion .accordion-item .accordion-header:after {
  background: url(../images/icon-chervon.svg) no-repeat 50%;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin-left: 5px;
  transition: all 0.3s ease;
  width: 24px;
}
.homePageVF7 .section-tech-present .accordion .accordion-item .accordion-collapse {
  padding-bottom: 8px;
}
.homePageVF7 .section-tech-present .accordion .accordion-item .accordion-collapse .accordion-body {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.homePageVF7 .section-tech-present .accordion .accordion-item .accordion-collapse .accordion-body .img {
  margin-top: 16px;
}
.homePageVF7 .section-tech-present .accordion .accordion-item.active .accordion-header:after {
  transform: rotate(180deg);
}
.homePageVF7 .section-tech-present dl {
  width: 100%;
}
.homePageVF7 .section-tech-present dl dt {
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  margin-top: 16px;
}
.homePageVF7 .section-tech-present dl dt:first-child {
  margin-top: 0;
}
.homePageVF7 .section-tech-present dl dd {
  border-bottom: 1px solid var(--border-line-bg);
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.homePageVF7 .section-tech-present dl dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.homePageVF7 .section-tech-present .box-video {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
.homePageVF7 .section-tech-present .box-video .head {
  background-color: var(--bg-main);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
.homePageVF7 .section-tech-present .box-video .head dl dt {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.homePageVF7 .section-tech-present .box-video .head dl dd {
  font-size: 14px;
}
.homePageVF7 .section-tech-present .box-video .head dl dd:last-child {
  padding-bottom: 0;
}
.homePageVF7 .section-tech-present .box-video .video {
  width: 100%;
}
.homePageVF7 .section-tech-present .box-video .video video {
  width: 100%;
}
.homePageVF7 .section-tech-present .charge-station {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 16px;
}
.homePageVF7 .section-tech-present .charge-station .box-item {
  padding: 16px 16px 0;
}
.homePageVF7 .section-tech-present .charge-station ul {
  padding-left: 20px;
}
.homePageVF7 .section-tech-present .charge-station .img {
  padding-top: 14px;
}
.homePageVF7 .section-tech-present .charge-station .commit-message {
  align-items: flex-start;
  background-color: var(--commit-card-bg);
  border-left: 4px solid var(--color-future-blue);
  display: flex;
  flex: 1 0 0;
  gap: 4px;
  padding: 8px 12px;
}
.homePageVF7 .section-lead .container {
  gap: 0;
}
.homePageVF7 .section-lead .content {
  padding: 30px 16px;
}
.homePageVF7 .section-lead .section-lead-common {
  background: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.homePageVF7 .section-lead .section-lead-common > p {
  margin-bottom: 30px;
}
.homePageVF7 .section-lead .section-lead-common .form-subscribe {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin: 0;
}
.homePageVF7 .section-lead .section-lead-common .form-subscribe .form-group {
  gap: 12px;
}
.homePageVF7 .section-lead .section-lead-common .form-subscribe .registration-btn {
  margin-top: 20px;
}
.homePageVF7 .section-budget-optimize {
  padding-top: 0;
}
.homePageVF7 .section-budget-optimize .edition-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.homePageVF7 .section-budget-optimize .edition-card .card {
  align-items: flex-start;
  align-self: stretch;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 16px;
}
.homePageVF7 .section-budget-optimize .edition-card .card .card-heading {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.homePageVF7 .section-budget-optimize .edition-card .card .card-heading span {
  font-size: 24px;
  font-style: italic;
  font-weight: 1000;
  margin-right: 0.8em;
}
.homePageVF7 .section-budget-optimize .edition-card .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}
.homePageVF7 .section-budget-optimize .edition-card .card .card-body dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF7 .section-budget-optimize .edition-card .card .card-body dl dt {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.homePageVF7 .section-budget-optimize .edition-card .card .card-body dl dd {
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.homePageVF7 .section-budget-optimize .edition-card .card .card-body dl dd:last-child {
  margin-bottom: 0;
}
.homePageVF7 .section-budget-optimize .text {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 16px;
  line-height: 150%;
  margin: 30px 0 60px;
}
.homePageVF7 .section-budget-optimize .text ul {
  padding-left: 20px;
}
.homePageVF7 .section-budget-optimize .text .disclaimer {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .section-budget-optimize .spec-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.homePageVF7 .section-budget-optimize .spec-section .row {
  border-bottom: 1px solid var(--border-line-bg);
  margin: 0;
}
.homePageVF7 .section-budget-optimize .spec-section .row .col {
  padding: 0;
}
.homePageVF7 .section-budget-optimize .spec-section .tbl-spec {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.homePageVF7 .section-budget-optimize .spec-section .tbl-spec .tbl-head .row {
  padding: 0 0 24px;
}
.homePageVF7 .section-budget-optimize .spec-section .tbl-spec .tbl-head .logo img {
  max-width: 94px;
}
.homePageVF7 .section-budget-optimize .spec-section .tbl-spec .tbl-head .version {
  align-items: center;
  display: flex;
  gap: 4px;
}
.homePageVF7 .section-budget-optimize .spec-section .tbl-spec .tbl-head .version .sub-text {
  font-size: 12px;
}
.homePageVF7 .section-budget-optimize .spec-section .tbl-spec .col {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  gap: 4px;
  justify-content: flex-end;
}
.homePageVF7 .section-budget-optimize .spec-section .tbl-spec .tbl-body {
  margin-bottom: 30px;
}
.homePageVF7 .section-budget-optimize .spec-section .tbl-spec .tbl-body .row {
  padding: 16px 0;
}
.homePageVF7 .section-budget-optimize .btn-link {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: normal;
  text-transform: uppercase;
}
.homePageVF7 .section-budget-optimize .footer-img {
  padding-top: 40px;
}
.homePageVF7 .disclaimer-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 30px 0 0;
  text-align: left;
  width: 100%;
}
.homePageVF7 .disclaimer-note-txt {
  margin-bottom: 4px;
}
.homePageVF7 .disclaimer-note-list {
  list-style: initial;
  padding-left: 1em;
}
.homePageVF7 .section-app {
  overflow: hidden;
}
.homePageVF7 .section-app .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.homePageVF7 .section-app .card {
  background: var(--card-bg-mid-dark);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 16px;
  z-index: 100;
}
.homePageVF7 .section-app .card .app-download {
  display: flex;
  gap: 16px;
  justify-content: space-around;
}
.homePageVF7 .section-app .card .app-download img {
  max-width: 200px;
  width: 100%;
}
.homePageVF7 .section-app .phone-img {
  align-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 13vw;
}
.homePageVF7 .section-app .phone-img .img-left {
  overflow: visible;
}
.homePageVF7 .section-app .phone-img .img-left picture {
  transform: translate(-21%, 12%);
}
.homePageVF7 .section-app .phone-img .img-right {
  position: absolute;
}
.homePageVF7 .section-app .phone-img .img-right picture {
  transform: translate(20%, 25%);
}
.homePageVF7 .v3s-footer-bottom.row {
  margin-top: 0 !important;
}
.homePageVF7 .modal-fullscreen .modal-dialog {
  background: var(--bg-main);
  color: var(--color-white);
  max-width: unset;
  min-height: 100%;
  width: 100vw;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content {
  border: none;
  min-height: inherit;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content .modal-header {
  align-items: center;
  border: none;
  flex-direction: row;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content .modal-header .close {
  color: var(--color-white);
  margin: 0 -10px 0 0;
  opacity: 1;
  padding: 5px 10px;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content .modal-header .switch-button {
  flex-direction: row;
  margin-left: 5px;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content ul {
  list-style: none;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content ul li {
  display: inline-flex;
  margin: 1px 0;
  width: 100%;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content ul li a {
  color: var(--color-white);
  padding: 5px;
  width: 100%;
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content ul li a:hover {
  color: var(--color-white);
}
.homePageVF7 .modal-fullscreen .modal-dialog .modal-content ul li a[href="#dragon-forged-block"] {
  color: #ffcd7b;
}
.homePageVF7 .reservesVF7 {
  background: var(--bg-main-darker);
  margin: 0 auto;
  padding: 96px 0;
  width: 100%;
}
.homePageVF7 .reservesVF7 h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--color-white);
}
.homePageVF7 .reservesVF7 h3 {
  margin-bottom: 24px;
}
.homePageVF7 .reservesVF7 label {
  font-size: 16px;
}
.homePageVF7 .reservesVF7 .tab-select-car {
  margin: auto;
  padding-top: 48px;
}
.homePageVF7 .reservesVF7 .tab-select-car .group-customer .group-showroom .choose-radio-referral .group-radio .radio {
  background: #fff;
}
.homePageVF7 .reservesVF7 .tab-select-car .group-customer .group-showroom .choose-radio-referral .group-radio .radio label {
  color: #3c3c3c;
}
.homePageVF7 .reservesVF7 .tab-select-car .group-customer .group-select-customer .group-input label {
  color: var(--color-white);
}
.homePageVF7 .reservesVF7 .container.order-last {
  display: flex;
  justify-content: space-between;
  max-width: unset;
  max-width: 1440px;
}
.homePageVF7 .reservesVF7 .preorder-form__footer {
  background: var(--prodder-form-color);
  border-radius: 4px;
  bottom: 0;
  box-shadow: unset;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  opacity: 0;
  padding: 30px;
  position: sticky;
  transition: 0.3s;
}
.homePageVF7 .reservesVF7 .preorder-form__footer > button {
  background: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 1.2px;
  padding: 12px 16px;
  text-transform: uppercase;
  width: 50%;
}
.homePageVF7 .reservesVF7 .preorder-form__footer.active {
  border-radius: 4px 4px 0 0;
  box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 900;
}
.homePageVF7 .reservesVF7 .group-price label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2px;
}
.homePageVF7 .reservesVF7 .group-price span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .reservesVF7 .group-price span.price-discount {
  color: #dc3545;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
}
.homePageVF7 .reservesVF7 .group-refererral {
  margin: 48px 0;
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral {
  margin-bottom: 24px;
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral .switch-button .switch {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 28px;
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral .switch-button .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral .switch-button .switch input:checked + .slider {
  background-color: #1464f4;
  border: 1px solid #1464f4;
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral .switch-button .switch input:checked + .slider:before {
  background: #fff;
  transform: translate(100%, -50%);
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral .switch-button .switch .slider {
  background-color: #fff;
  border: 1px solid #92a0b2;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral .switch-button .switch .slider:before {
  background-color: #92a0b2;
  content: "";
  height: 12px;
  left: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  width: 12px;
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral .switch-button .switch .slider.round {
  border-radius: 16px;
}
.homePageVF7 .reservesVF7 .group-refererral .title-referral .switch-button .switch .slider.round:before {
  border-radius: 50%;
}
.homePageVF7 .reservesVF7 .group-refererral .form-label-group input[disabled] ~ span {
  background: unset;
}
.homePageVF7 .reservesVF7 .group-refererral .form-label-group label[disabled] ~ span {
  background: unset;
}
.homePageVF7 .reservesVF7 .group-refererral .form-label-group select[disabled] ~ span {
  background: unset;
}
.homePageVF7 .reservesVF7 .group-refererral .choose-radio-referral .group-radio {
  border: 1px solid #d9e1e2;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 12px;
  position: relative;
}
.homePageVF7 .reservesVF7 .group-refererral .choose-radio-referral .group-radio input {
  height: 18px;
  margin-top: 4px;
  width: 18px;
}
.homePageVF7 .reservesVF7 .group-refererral .choose-radio-referral .group-radio input:disabled + label {
  color: #8a8a8a;
}
.homePageVF7 .reservesVF7 .group-refererral .choose-radio-referral .group-radio label {
  margin: 0;
  width: calc(100% - 30px);
}
.homePageVF7 .reservesVF7 .referral-note {
  margin-top: 24px;
}
.homePageVF7 .reservesVF7 .referral-note .rf-note {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.homePageVF7 .reservesVF7 .referral-note .rf-note > p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  text-align: left;
}
.homePageVF7 .reservesVF7 .referral-note .rf-note > p a {
  color: #1464f4;
}
.homePageVF7 .reservesVF7 .referral-note .rf-note > p a span {
  color: inherit;
}
.homePageVF7 .reservesVF7 .referral-note .rf-note > ul {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  text-align: left;
}
.homePageVF7 .reservesVF7 .referral-note .rf-note > ul a {
  color: #1464f4;
}
.homePageVF7 .reservesVF7 .referral-note .rf-note > ul a span {
  color: inherit;
}
.homePageVF7 .reservesVF7 .group-customer > label {
  color: #3c3c3c;
}
.homePageVF7 .reservesVF7 .group-customer .group-input {
  position: relative;
}
.homePageVF7 .reservesVF7 .group-customer .group-input > input {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.homePageVF7 .reservesVF7 .group-customer .group-input > input:checked + label:before {
  background-image: url(../../images/vfe34/checked.svg);
}
.homePageVF7 .reservesVF7 .group-customer .group-input > input + label {
  color: #3c3c3c;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 150%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 32px;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: super;
}
.homePageVF7 .reservesVF7 .group-customer .group-input > input + label:before {
  background-image: url(../../images/vfe34/radio-checked.svg);
  background-size: 100%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 20px;
}
.homePageVF7 .reservesVF7 .group-customer .is-success-carDeposit {
  margin-top: 4px;
  padding-left: 16px;
}
.homePageVF7 .reservesVF7 .group-customer .form-label-group {
  margin-bottom: 12px;
}
.homePageVF7 .reservesVF7 .group-showroom .is-success-carDeposit {
  margin-top: 4px;
  padding-left: 16px;
}
.homePageVF7 .reservesVF7 .group-showroom .form-label-group {
  margin-bottom: 12px;
}
.homePageVF7 .reservesVF7 .form-label-group input {
  border-radius: 3px;
}
.homePageVF7 .reservesVF7 .form-label-group input:disabled ~ label:after {
  color: #8a8a8a;
}
.homePageVF7 .reservesVF7 .form-label-group input.input-error {
  border: 1px solid #dc3545;
}
.homePageVF7 .reservesVF7 .form-label-group input[disabled] ~ span {
  background: unset;
}
.homePageVF7 .reservesVF7 .form-label-group label[disabled] ~ span {
  background: unset;
}
.homePageVF7 .reservesVF7 .form-label-group select[disabled] ~ span {
  background: unset;
}
.homePageVF7 .reservesVF7 .form-label-group .select2 .selection {
  background: #fff;
  width: 100%;
}
.homePageVF7 .reservesVF7 .form-label-group .icon-promotion-success {
  position: absolute;
  right: 16px;
  top: 25px;
}
.homePageVF7 .reservesVF7 .tabPaymentInfo-infoOrder {
  margin-bottom: 48px;
}
.homePageVF7 .reservesVF7 .tabPaymentInfo-group {
  background: var(--bg-main-darker);
  list-style: none;
  margin-bottom: 12px;
  padding: 12px 16px;
}
.homePageVF7 .reservesVF7 .tabPaymentInfo-item {
  display: flex;
  justify-content: space-between;
}
.homePageVF7 .reservesVF7 .tabPaymentInfo-item p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
.homePageVF7 .reservesVF7 .group_paymentMethod {
  margin-bottom: 48px;
}
.homePageVF7 .reservesVF7 .group_paymentMethod .group-input {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 12px 16px;
  position: relative;
}
.homePageVF7 .reservesVF7 .group_paymentMethod .group-input > input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.homePageVF7 .reservesVF7 .group_paymentMethod .group-input > input:checked + label:before {
  background-image: url(../../images/vfe34/checked.svg);
}
.homePageVF7 .reservesVF7 .group_paymentMethod .group-input > label {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  padding-left: 35px;
}
.homePageVF7 .reservesVF7 .group_paymentMethod .group-input > label + input {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  transition: all 0.3s ease;
}
.homePageVF7 .reservesVF7 .group_paymentMethod .group-input > input + label:before {
  background-image: url(../../images/vfe34/radio-checked.svg);
  background-size: 100%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  left: 16px;
  position: absolute;
  top: calc(50% - 10px);
  vertical-align: middle;
  width: 20px;
}
.homePageVF7 .reservesVF7 .tabPaymentInfo-choosePackage {
  margin-bottom: 48px;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input {
  margin-bottom: 24px;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > label {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > label > a {
  color: #1464f4;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > input {
  border: 2px solid #e3e3e3;
  border-radius: 5px;
  box-sizing: border-box;
  height: 20px;
  opacity: 0;
  padding: 0 1em;
  position: absolute;
  width: auto;
  z-index: 1;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > input:checked + label:before {
  background: #1464f4;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > input:checked + label:after {
  background: transparent;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.625em;
  left: 7px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  width: 0.375em;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > input:hover + label:before {
  background: #1464f4;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > input + label {
  padding-left: 35px;
  position: relative;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > input + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.1875em;
  width: 20px;
}
.homePageVF7 .reservesVF7 .checkbox-agree .group-input > input.required + label:before {
  border: 1px solid #dc3545;
}
.homePageVF7 .reservesVF7 .mt-25 {
  margin-top: 25px;
}
.homePageVF7 .reservesVF7 .mt-48 {
  margin-top: 48px;
}
.homePageVF7 .reservesVF7 .invalid-feedback {
  font-size: 12px;
  padding: 0 16px;
}
.homePageVF7 .reservesVF7 .choose-radio-referral .group-radio {
  background: #fff;
}
.homePageVF7 .reservesVF7 .choose-radio-referral .group-radio label {
  color: #3c3c3c;
}
.homePageVF7 .reservesVF7 .colorItemList .vf-color img {
  border-radius: 50%;
  -o-object-fit: none;
  object-fit: none;
}
.homePageVF7 .reservesVF7 .rf-member-message .group-message {
  background: #fff5e1;
}
.homePageVF7 .reservesVF7 .rf-member-message .group-message p {
  border-left: 3px solid #efa505;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 20px 16px;
  text-align: justify;
}
.homePageVF7 .reservesVF7 .rf-member-message .group-message p a {
  color: #1464f4;
}
.homePageVF7 .reservesVF7 .container {
  background: var(--bg-main);
}
.homePageVF7 .reservesVF7 h2 {
  color: var(--color-white);
}
.homePageVF7 .reservesVF7 span {
  color: var(--color-white);
}
.homePageVF7 .reservesVF7_choosemodel .tab-select {
  cursor: pointer;
  display: flex;
  margin: 0;
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li {
  align-items: center;
  border-bottom: 4px solid #979797;
  color: #8a8a8a;
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 150%;
  padding-bottom: 8px;
  text-align: center;
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li span {
  color: #8a8a8a;
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li > svg:first-child path {
  fill: #8a8a8a;
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li svg:nth-child(2) {
  display: none;
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li.active {
  border-bottom: 4px solid var(--tab--active--color);
  color: var(--tab--active--color);
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li.active span {
  color: var(--tab--active--color);
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li.active > svg:first-child {
  display: block;
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li.active > svg:first-child path {
  fill: var(--tab--active--color);
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li.success > svg:first-child {
  display: none;
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li.success > svg:nth-child(2) {
  display: block;
  fill: var(--tab--icon--color);
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li.success > svg:nth-child(2) path {
  fill: var(--tab--con--color);
}
.homePageVF7 .reservesVF7_choosemodel .tab-select li.success > span {
  color: var(--color-white);
}
.homePageVF7 .reservesVF7_form {
  padding: 0 30px 30px;
  width: 45%;
}
.homePageVF7 .reservesVF7_form h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
  text-align: center;
}
.homePageVF7 .reservesVF7_form h3 {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.homePageVF7 .reservesVF7_form p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
.homePageVF7 .reservesVF7_form p span {
  font-weight: 600;
}
.homePageVF7 .reservesVF7_form .v3s-product--color {
  margin: 0 0 24px;
}
.homePageVF7 .reservesVF7_form .v3s-product--color ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
}
.homePageVF7 .reservesVF7_form .v3s-product--color ul li {
  cursor: pointer;
  height: 32px;
  width: 32px;
}
.homePageVF7 .reservesVF7_form .v3s-product--color ul li:hover {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1464f4;
}
.homePageVF7 .reservesVF7_form .v3s-product--color ul li > img {
  border-radius: 50%;
  display: block;
  -o-object-fit: none;
  object-fit: none;
  width: 100%;
}
.homePageVF7 .reservesVF7_form .v3s-product--color ul li.active {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1464f4;
}
.homePageVF7 .reservesVF7_form .tab-right-color {
  margin-bottom: 23px;
}
.homePageVF7 .reservesVF7_form .tab-right-color > .select-color {
  display: flex;
  justify-content: space-between;
}
.homePageVF7 .reservesVF7_form .tab-right-color > .select-color span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container {
  gap: 16px;
  flex-wrap: wrap;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container > .edition-block {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block {
  align-items: center;
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 16px !important;
  font-weight: 600;
  justify-content: space-between;
  line-height: 150% !important;
  margin: 0;
  outline: none !important;
  padding: 15px;
  width: 100%;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 40px;
  position: relative;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label:first-letter {
  text-transform: capitalize;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label:before {
  border: 1px solid #d9e1e2;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label:after {
  border-radius: 100%;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label.edition-option-box:before {
  border-radius: 3px;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label.edition-option-box:after {
  border-width: 0 2px 2px 0;
  display: block;
  height: 12px;
  left: 11px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 6px;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-price {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-price span {
  white-space: nowrap;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block:last-child {
  margin-bottom: 0;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block.battery-service .edition-label {
  text-transform: unset;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block.active {
  border: 1px solid #1464f4;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block.active .edition-label:before {
  border: 1px solid #1464f4;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block.active .edition-label:after {
  background: #1464f4;
}
.homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block.active .edition-label.edition-option-box:after {
  background: transparent;
  border: solid #1464f4;
  border-radius: 0;
  border-width: 0 2px 2px 0;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container {
  gap: 16px;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container > .edition-block {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block {
  align-items: center;
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 16px !important;
  font-weight: 600;
  justify-content: space-between;
  line-height: 150% !important;
  margin: 0;
  outline: none !important;
  padding: 15px;
  width: 100%;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:first-letter {
  text-transform: capitalize;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:before {
  border: 1px solid #d9e1e2;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label:after {
  border-radius: 100%;
  content: "";
  height: 12px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label.edition-option-box:before {
  border-radius: 3px;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label.edition-option-box:after {
  border-width: 0 2px 2px 0;
  display: block;
  height: 12px;
  left: 11px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 6px;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-price {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-price span {
  white-space: nowrap;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block:last-child {
  margin-bottom: 0;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block.battery-service .edition-label {
  text-transform: unset;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block.active {
  border: 1px solid #1464f4;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block.active .edition-label:before {
  border: 1px solid #1464f4;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block.active .edition-label:after {
  background: #1464f4;
}
.homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block.active .edition-label.edition-option-box:after {
  background: transparent;
  border: solid #1464f4;
  border-radius: 0;
  border-width: 0 2px 2px 0;
}
.homePageVF7 .reservesVF7_form .select-battery-service .battery-note {
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-left: 15px;
}
.homePageVF7 .reservesVF7_form .select-battery-service .battery-note ul p {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
}
.homePageVF7 .reservesVF7_form .select-battery-service .battery-service {
  background: #fff;
}
.homePageVF7 .reservesVF7_form .select-battery-service .battery-service span {
  color: #3c3c3c;
}
.homePageVF7 .reservesVF7_form .select-battery-service .battery-service.active:not(.d-none) + .battery-note {
  display: flex;
}
.homePageVF7 .reservesVF7_form .select-battery-service .edition-option-block {
  background: var(--color-white-constant);
  color: var(--color-black);
}
.homePageVF7 .reservesVF7_form .select-battery-service .edition-option-block span {
  color: inherit;
}
.homePageVF7 .reservesVF7_form .selectCarVersion .edition-block .group--options_block {
  background: #fff;
}
.homePageVF7 .reservesVF7_form .selectCarVersion .edition-block .group--options_block .edition-label {
  color: #3c3c3c;
}
.homePageVF7 .reservesVF7_group {
  background: var(--bg-main);
  border-radius: 4px;
  padding: 30px;
}
.homePageVF7 .reservesVF7_preview {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10%;
  position: sticky;
  top: 80px;
  width: 50%;
}
.homePageVF7 .reservesVF7_preview .tab-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homePageVF7 .reservesVF7_preview .tab-pane {
  display: block;
  margin-bottom: 8px;
  max-width: 664px;
  width: 95%;
}
.homePageVF7 .reservesVF7_preview .tab-pane .vf-cars-deposit__product-detail {
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  height: 100%;
}
.homePageVF7 .reservesVF7_preview .tab-pane .vf-cars-deposit__product-detail .vf-color-image img {
  background: var(--bg-main);
  width: 100%;
}
.homePageVF7 .reservesVF7_preview .img_note {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 15%;
  max-width: 664px;
  width: 95%;
  z-index: 1;
}
.homePageVF7 .select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(20, 100, 244, 0.1) !important;
  border-radius: 3px !important;
  color: #3c3c3c !important;
}
.homePageVF7 .select2-results__option--highlighted {
  background: rgba(20, 100, 244, 0.1) !important;
  border-radius: 3px !important;
  color: #3c3c3c !important;
}
.homePageVF7 .select2-container {
  font-family: Mulish;
  width: 100% !important;
}
.homePageVF7 .select2-container .select2-results__option {
  font-size: 14px !important;
  font-weight: 600 !important;
  font-size: 16px;
  margin: 0 8px;
  padding: 8px;
}
.homePageVF7 .select2-container .select2-selection__rendered {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0 !important;
  padding: 8px 16px !important;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 2px;
  padding-left: 4px !important;
}
.homePageVF7 .select2-container .select2-selection--single {
  border: none;
}
.homePageVF7 .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/accessories/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  height: 5px;
  width: 8px;
}
.homePageVF7 .select2-container .select2-selection__arrow {
  margin-right: 12px;
}
.homePageVF7 .select2-container .select2-results {
  color: #3c3c3c;
}
.homePageVF7 .select2-container .select2-results__options li {
  color: #3c3c3c;
}
.homePageVF7 .select2-container .select2-results__options li:first-child {
  margin-top: 8px;
}
.homePageVF7 .select2-container .select2-results__options li:last-child {
  margin-bottom: 8px;
}
.homePageVF7 .select2-container .select2-search {
  padding: 0;
  position: relative;
}
.homePageVF7 .select2-container .select2-search:before {
  background: url(../../images/search_icon.png) no-repeat;
  content: "";
  height: 17.5px;
  left: 13px;
  position: absolute;
  top: 13px;
  width: 17.5px;
}
.homePageVF7 .select2-container .select2-search--dropdown input {
  background-color: #f8f9fa;
  border: none !important;
  border-radius: 3px;
  height: 44px;
  text-indent: 44px;
}
.homePageVF7 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.homePageVF7 .select2-container.select2-container--open {
  z-index: 1051;
}
.homePageVF7 .modal-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.homePageVF7 .modal-thank .modal-dialog {
  background: var(--bg-main);
  border-radius: 4px;
  color: var(--color-white);
  min-width: 654px;
}
.homePageVF7 .modal-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF7 .modal-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
.homePageVF7 .modal-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.homePageVF7 .modal-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF7 .modal-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.homePageVF7 .modal-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF7 .modal-thank .modal-buttons button#button-close {
  align-items: center;
  display: flex;
  justify-content: center;
  background: var(--color-future-blue);
  border-radius: 0;
  color: var(--color-white-constant);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF7 footer.v3s-footer .v3s-footer-bottom {
  background-color: var(--bg-main-darker);
  color: var(--color-white);
}
.homePageVF7 footer.v3s-footer .v3s-footer-bottom .contact-group {
  background-color: var(--bg-main-darker);
  color: var(--color-white);
}
.homePageVF7 footer.v3s-footer .v3s-footer-bottom a {
  color: var(--color-white);
}
.homePageVF7 footer.v3s-footer .v3s-footer-bottom li {
  color: var(--color-white);
}
.homePageVF7 footer.v3s-footer .v3s-footer-bottom p {
  color: var(--color-white);
}
.homePageVF7 footer.v3s-footer .v3s-footer-bottom span {
  color: var(--color-white);
  display: unset;
}
.homePageVF7 footer.v3s-footer .v3s-footer-bottom .subscribe-newsletter button span {
  color: var(--color-white-constant);
}
.homePageVF7 .use-360 {
  width: 100%;
}
.homePageVF7 .use-360 .images-360 {
  margin-top: -6%;
}
.homePageVF7 .use-360 .images-360 img {
  display: block;
  margin: 0 auto;
}
.homePageVF7 .use-360 .color-name {
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 30px 0 16px;
  text-align: center;
}
.homePageVF7 .use-360 ul.colors {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 50%;
}
.homePageVF7 .use-360 ul.colors li {
  align-items: center;
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.homePageVF7 .use-360 ul.colors li img {
  height: 36px;
  width: 36px;
}
.homePageVF7 .use-360 ul.colors li.active {
  border-color: #1464f4;
}
.homePageVF7 #popup-lead .modal-content {
  background-color: var(--bg-main-darker);
  padding: 50px;
}
.homePageVF7 #popup-lead .modal-content .modal-body {
  align-self: center;
  max-width: 408px;
  padding: 0;
}
.homePageVF7 #popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
  text-align: center;
}
.homePageVF7 #popup-lead .modal-content .modal-body .form-subtitle {
  text-align: center;
}
.homePageVF7 #popup-lead .modal-content .modal-body img {
  width: 100%;
}
.homePageVF7 #popup-lead .modal-content .modal-body .email-form {
  text-align: center;
  width: 100%;
}
.homePageVF7 #popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.homePageVF7 #popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.homePageVF7 #popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
.homePageVF7 #popup-lead .form-label-group input:-webkit-autofill ~ label {
  color: var(--text-color);
}
.homePageVF7 #popup-lead .form-subscribe-popup {
  margin: 0 auto;
  max-width: 435px;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-group .form-label-group > input[type=text]::-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-group .form-label-group > input[type=text]::placeholder {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-group .form-label-group > .label {
  text-align: left;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-group .form-label-group > .label:after {
  display: none;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF7 #popup-lead .form-subscribe-popup .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF7 #popup-lead .form-subscribe-popup .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF7 #popup-lead .form-subscribe-popup .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF7 #popup-lead .form-subscribe-popup .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.homePageVF7 #popup-lead .form-subscribe-popup .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF7 #popup-lead .form-subscribe-popup .check-email.hide {
  display: none;
}
.homePageVF7 #popup-lead .form-subscribe-popup .subscribe-countdown {
  position: relative;
}
.homePageVF7 #popup-lead .email-form .form-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF7 html.light-scheme svg#close-svg-vf7 {
  color: #000;
}
.homePageVF7 html.light-scheme svg#close-svg-vf7 path {
  stroke: #000 !important;
}
.homePageVF7 html.light-scheme #megaMenuModal .modal-header svg path {
  stroke: #000 !important;
}
.homePageVF7 html.light-scheme .mega-submenu li.block-megamainmenu .we-mega-menu-li {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17' fill='none' viewBox='0 0 21 15'%3E%3Cpath fill='%233C3C3C' d='M.375.75h20.25V3H.375zm0 5.625h20.25v2.25H.375zm0 5.625h20.25v2.25H.375z'/%3E%3C/svg%3E") 50% no-repeat !important;
}
.homePageVF7 #megaMenuModal .modal-header svg path {
  stroke: #fff !important;
}
.homePageVF7 #megaMenuModal .modal-dialog .modal-content {
  background-color: var(--bg-main-darker);
}
.homePageVF7 #megaMenuModal .modal-content h5 {
  color: var(--color-white);
}
.homePageVF7 svg#close-svg-vf7 {
  color: #fff;
}
.homePageVF7 svg#close-svg-vf7 path {
  stroke: #000 !important;
}
.homePageVF7 .mega-submenu li.block-megamainmenu .we-mega-menu-li {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17' fill='none' viewBox='0 0 21 15'%3E%3Cpath fill='%23FFF' d='M.375.75h20.25V3H.375zm0 5.625h20.25v2.25H.375zm0 5.625h20.25v2.25H.375z'/%3E%3C/svg%3E") 50% no-repeat !important;
}
.homePageVF7 .order-now {
  display: block;
  margin: 30px auto 0;
  width: 282px;
}
.homePageVF7 #differences {
  padding-bottom: 0;
  padding-top: 60px;
}
.homePageVF7 .title-small-font {
  color: var(--color-white);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.homePageVF7 .register-block {
  background-color: var(--land-bg);
  background-size: cover;
  padding: 120px 0;
}
.homePageVF7 .register-block .content-detail {
  align-self: center;
  text-align: center;
}
.homePageVF7 .register-block .content-detail .logo > img {
  max-width: 350px;
}
.homePageVF7 .register-block .content-detail .block-title {
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
.homePageVF7 .register-block .content-detail .form-subscribe {
  margin-top: 16px;
}
.homePageVF7 .register-block .register-img > img {
  width: 100%;
}
.homePageVF7 .form-subscribe {
  margin: 0 auto;
  max-width: 435px;
}
.homePageVF7 .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF7 .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF7 .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF7 .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF7 .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF7 .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageVF7 .form-subscribe .form-group .form-label-group > .label:after {
  display: none;
}
.homePageVF7 .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF7 .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
.homePageVF7 .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF7 .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF7 .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF7 .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF7 .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.homePageVF7 .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF7 .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF7 .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF7 .t-and-c {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF7 .t-and-c a {
  color: #1464f4;
  text-decoration: underline;
}
.homePageVF7 .disclaimer-note {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 60px auto;
  max-width: 905px;
  text-align: left;
  width: 100%;
}
.homePageVF7 .disclaimer-note-txt {
  margin-bottom: 4px;
}
.homePageVF7 .disclaimer-note-list {
  list-style: initial;
  padding-left: 1em;
}
.homePageVF7 .v3s-header--bottom {
  background: var(--bg-linear-gradient);
  top: 100px;
  transition: all 0.3s ease;
}
.homePageVF7 .v3s-header--bottom .logo img.dark-theme {
  display: block;
}
.homePageVF7 .position-fixed {
  top: 0;
}
.homePageVF7 .mega_menu .container {
  display: block;
}
.homePageVF7 .mega_menu_header.mega-main-menu > li > a {
  color: var(--color-white);
}
.homePageVF7 .page-header {
  background-color: var(--bg-main-darker);
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
  left: 0;
  padding: 14px 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: 0.8s;
  z-index: 1050;
}
.homePageVF7 .page-header .nav-button {
  align-items: center;
  display: flex;
  gap: 16px;
}
.homePageVF7 .page-header .nav-button .btn {
  font-weight: 700;
  text-transform: uppercase;
}
.homePageVF7 .page-header .nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1440px;
  padding-left: 15px;
}
.homePageVF7 .page-header .nav .nav-menu .nav-list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.homePageVF7 .page-header .nav-menu .nav-list .nav-item {
  margin: 0 1.5rem;
  position: relative;
}
.homePageVF7 .page-header .nav-menu .nav-list .nav-item a {
  color: var(--color-white);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 1rem 0;
  text-decoration: none;
  transition: 0.3s;
}
.homePageVF7 .page-header .nav-menu .nav-list .nav-item:hover a {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF7 .page-header .nav-list .nav-item:after {
  background-color: #1464f4;
  bottom: -1px;
  height: 4px;
}
.homePageVF7 .page-header .nav-list .nav-item.active:after {
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s;
  width: 100%;
}
.homePageVF7 .page-header.show-menu2 {
  transform: translateY(0);
}
.homePageVF7 .link-effect-hover.active-menu:after {
  bottom: -5px;
}
.homePageVF7 .link-effect-hover:after {
  bottom: -5px;
}
@media (max-width: 767px) {
  .homePageVF7 .faq-block {
    border-top: none;
    padding: 64px 0;
  }
  .homePageVF7 .faq-block .faq-questions {
    font-size: 14px;
  }
  .homePageVF7 .faq-block .faq-anwser {
    font-size: 14px;
  }
  .homePageVF7 .faq-block .faq-title {
    font-size: 24px;
  }
  .homePageVF7 .faq-block .faq-other {
    flex-direction: column;
    justify-content: center;
  }
  .homePageVF7 .faq-block .faq-other .other-question {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
  .homePageVF7 .section-lead-common .form-subscribe .form-control {
    font-size: 4.267vw;
  }
  .homePageVF7 .use-360 .images-360 {
    margin-top: -12%;
  }
  .homePageVF7 .use-360 ul.colors {
    max-width: 100%;
  }
  .homePageVF7 .use-360 ul.colors li {
    height: 45px;
    width: 45px;
  }
  .homePageVF7 .use-360 ul.colors li img {
    height: 28px;
    width: 28px;
  }
  .homePageVF7 #popup-lead .form-subscribe-popup .form-control {
    font-size: 4.267vw;
  }
  .homePageVF7 .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
@media (min-width: 1280px) {
  .homePageVF7 .faq-block .faq-questions span {
    max-width: 750px;
  }
}
@media screen and (max-width: 320px) {
  .homePageVF7 #select2-scheduleTime #scheduleTimeSession > div {
    flex-direction: column;
  }
  .homePageVF7 #select2-scheduleTime #scheduleTimeSession > div button {
    line-height: 40px;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .homePageVF7 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
  .homePageVF7 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}
@media screen and (max-width: 280px) {
  .homePageVF7 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}
@media screen and (max-width: 767px) {
  .homePageVF7 #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
  }
  .homePageVF7 #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
  .homePageVF7 #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
  .homePageVF7 .disclaimer-note {
    padding: 0 16px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .homePageVF7 .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
  .homePageVF7 .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
  .homePageVF7 #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
  .homePageVF7 #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
  .homePageVF7 .reservesVF7_form .v3s-product--color ul {
    gap: 30px 48px;
    justify-content: center;
  }
  .homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container {
    flex-direction: column;
  }
  .homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container > .edition-block {
    flex-direction: column;
  }
  .homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container {
    flex-direction: column;
  }
  .homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container > .edition-block {
    flex-direction: column;
  }
  .homePageVF7 .reservesVF7 .group-price span.price-discount {
    font-size: 12px;
  }
  .homePageVF7 .select2-container .select2-results__option {
    font-size: 12px !important;
  }
  .homePageVF7 .modal-thank .modal-dialog {
    min-width: 313px;
  }
  .homePageVF7 .modal-thank .modal-content {
    padding: 30px 16px;
  }
  .homePageVF7 #popup-lead .modal-content {
    padding: 50px 16px 30px;
  }
  .homePageVF7 #popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
  .homePageVF7 .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
  .homePageVF7 .section-lead-common .form-subscribe .form-control {
    font-size: 0.833vw;
  }
  .homePageVF7 .section-lead-common .form-subscribe .check-email {
    font-size: 12px;
  }
  .homePageVF7 #popup-lead .form-subscribe-popup .form-control {
    font-size: 0.833vw;
  }
  .homePageVF7 #popup-lead .form-subscribe-popup .check-email {
    font-size: 12px;
  }
  .homePageVF7 .form-subscribe .form-control {
    font-size: 0.833vw;
  }
  .homePageVF7 .form-subscribe .check-email {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .homePageVF7 .section-lead-common .title {
    font-size: 36px;
  }
  .homePageVF7 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
    flex-basis: 32%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .homePageVF7 p {
    font-size: 18px;
  }
  .homePageVF7 section {
    padding: 120px 0;
  }
  .homePageVF7 .container-fluid {
    padding: 0;
  }
  .homePageVF7 .container {
    gap: 48px;
  }
  .homePageVF7 .container-medium {
    max-width: 904px;
  }
  .homePageVF7 .header-navi.fixed + section {
    margin-top: 72px;
  }
  .homePageVF7 .header-navi .container {
    padding: 16px 40px;
  }
  .homePageVF7 .header-navi .body .logo img {
    width: 116px;
  }
  .homePageVF7 .header-navi .body .main-navi {
    display: block;
  }
  .homePageVF7 .header-navi .body .main-navi ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
    list-style: none;
  }
  .homePageVF7 .header-navi .body .right-navi .btn.btn-consultant {
    padding: 16px 24px;
  }
  .homePageVF7 .st-heading {
    font-size: 48px;
  }
  .homePageVF7 .st-sub-heading {
    font-size: 32px;
  }
  .homePageVF7 .swiper .swiper-wrapper {
    margin-bottom: 30px;
  }
  .homePageVF7 .swiper .swiper-control-group {
    justify-content: space-between;
  }
  .homePageVF7 .swiper .custom-swiper-pagination {
    justify-content: flex-start;
  }
  .homePageVF7 .swiper .swiper-button-group {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: flex-end;
  }
  .homePageVF7 .swiper.vf-swiper-text-thumb .swiper-slide {
    font-size: 18px;
  }
  .homePageVF7 .section-hero {
    padding: 53px 0 120px;
  }
  .homePageVF7 .section-hero .logo > img {
    max-width: 1182px;
  }
  .homePageVF7 .section-hero .logo .tag-line {
    font-size: 56px;
    letter-spacing: -1.12px;
  }
  .homePageVF7 .section-hot .spotlight-box dl {
    padding: 30px 0 0;
  }
  .homePageVF7 .section-exterior .exterior-collect .car-preview .btn-360-switch {
    bottom: 0;
    cursor: pointer;
  }
  .homePageVF7 .section-exterior .dragon-forged-img {
    margin-top: 120px;
  }
  .homePageVF7 .section-exterior .exterior-footer {
    margin-top: 120px;
  }
  .homePageVF7 .section-product-present {
    padding-top: 60px;
  }
  .homePageVF7 .section-product-present .content > * {
    margin-bottom: 48px;
  }
  .homePageVF7 .section-product-present .content .box-50 {
    display: flex;
    flex-direction: row;
    gap: 120px;
    justify-content: center;
    margin-bottom: 80px;
    margin-top: 18px;
  }
  .homePageVF7 .section-product-present .content .box-50 dl {
    flex-basis: 50%;
  }
  .homePageVF7 .section-interior .content .interior-collect {
    margin-bottom: 120px;
  }
  .homePageVF7 .section-interior .content .box-compare-wrapper {
    align-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 120px;
    margin-top: 48px;
  }
  .homePageVF7 .section-interior .content .box-compare-wrapper .box-compare {
    gap: 48px;
  }
  .homePageVF7 .section-interior .content .touch-screen dl {
    margin-bottom: 48px;
  }
  .homePageVF7 .section-tech-present {
    font-size: 20px;
  }
  .homePageVF7 .section-tech-present .section {
    align-items: center;
    flex-direction: row;
    gap: 60px;
    margin-bottom: 120px;
  }
  .homePageVF7 .section-tech-present .section:last-child {
    margin-bottom: 0;
  }
  .homePageVF7 .section-tech-present .section .box-item {
    align-items: flex-start;
    flex-basis: 50%;
    gap: 48px;
  }
  .homePageVF7 .section-tech-present .section .accordion .accordion-body .img {
    display: none;
  }
  .homePageVF7 .section-tech-present .box-video .head dl dt {
    font-size: 20px;
  }
  .homePageVF7 .section-tech-present .box-video .head dl dd {
    font-size: 18px;
  }
  .homePageVF7 .section-tech-present .charge-station {
    border-radius: 0;
    gap: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .homePageVF7 .section-tech-present .charge-station .box-item {
    gap: 24px;
    padding: 0 60px;
  }
  .homePageVF7 .section-tech-present .charge-station .container {
    gap: 24px;
  }
  .homePageVF7 .section-tech-present .charge-station .st-heading {
    margin-bottom: 6px;
  }
  .homePageVF7 .section-tech-present .charge-station .img {
    margin-bottom: 0;
    padding-top: 0;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe {
    max-width: unset;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe .form-group {
    align-items: flex-start;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-around;
    margin: 0;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe .form-message {
    flex-basis: 100%;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe .form-label-group {
    flex-basis: 30%;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe .registration-btn {
    flex-basis: 30%;
  }
  .homePageVF7 .section-budget-optimize .edition-card {
    flex-direction: row;
    gap: 30px;
  }
  .homePageVF7 .section-budget-optimize .edition-card .card {
    flex-basis: 50%;
    margin-bottom: 0;
    padding: 30px;
  }
  .homePageVF7 .section-budget-optimize .spec-section {
    gap: 48px;
  }
  .homePageVF7 .section-budget-optimize .spec-section .tbl-spec .col {
    font-size: 18px;
  }
  .homePageVF7 .section-app .content {
    flex-direction: row;
  }
  .homePageVF7 .section-app .card {
    flex-basis: 44%;
  }
  .homePageVF7 .section-app .card .st-heading {
    font-weight: 300;
  }
  .homePageVF7 .section-app .phone-img {
    flex-basis: 56%;
    padding-bottom: 100px;
  }
  .homePageVF7 .section-app .phone-img img {
    transform: scale(1.2);
  }
  .homePageVF7 .section-app .phone-img .img-left picture {
    transform: translate(-19%);
  }
}
@media print {
  .homePageVF7 p {
    font-size: 18px;
  }
  .homePageVF7 section {
    padding: 120px 0;
  }
  .homePageVF7 .container-fluid {
    padding: 0;
  }
  .homePageVF7 .container {
    gap: 48px;
  }
  .homePageVF7 .container-medium {
    max-width: 904px;
  }
  .homePageVF7 .header-navi.fixed + section {
    margin-top: 72px;
  }
  .homePageVF7 .header-navi .container {
    padding: 16px 40px;
  }
  .homePageVF7 .header-navi .body .logo img {
    width: 116px;
  }
  .homePageVF7 .header-navi .body .main-navi {
    display: block;
  }
  .homePageVF7 .header-navi .body .main-navi ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
    list-style: none;
  }
  .homePageVF7 .header-navi .body .right-navi .btn.btn-consultant {
    padding: 16px 24px;
  }
  .homePageVF7 .st-heading {
    font-size: 48px;
  }
  .homePageVF7 .st-sub-heading {
    font-size: 32px;
  }
  .homePageVF7 .swiper .swiper-wrapper {
    margin-bottom: 30px;
  }
  .homePageVF7 .swiper .swiper-control-group {
    justify-content: space-between;
  }
  .homePageVF7 .swiper .custom-swiper-pagination {
    justify-content: flex-start;
  }
  .homePageVF7 .swiper .swiper-button-group {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: flex-end;
  }
  .homePageVF7 .swiper.vf-swiper-text-thumb .swiper-slide {
    font-size: 18px;
  }
  .homePageVF7 .section-hero {
    padding: 53px 0 120px;
  }
  .homePageVF7 .section-hero .logo > img {
    max-width: 1182px;
  }
  .homePageVF7 .section-hero .logo .tag-line {
    font-size: 56px;
    letter-spacing: -1.12px;
  }
  .homePageVF7 .section-hot .spotlight-box dl {
    padding: 30px 0 0;
  }
  .homePageVF7 .section-exterior .exterior-collect .car-preview .btn-360-switch {
    bottom: 0;
    cursor: pointer;
  }
  .homePageVF7 .section-exterior .dragon-forged-img {
    margin-top: 120px;
  }
  .homePageVF7 .section-exterior .exterior-footer {
    margin-top: 120px;
  }
  .homePageVF7 .section-product-present {
    padding-top: 60px;
  }
  .homePageVF7 .section-product-present .content > * {
    margin-bottom: 48px;
  }
  .homePageVF7 .section-product-present .content .box-50 {
    display: flex;
    flex-direction: row;
    gap: 120px;
    justify-content: center;
    margin-bottom: 80px;
    margin-top: 18px;
  }
  .homePageVF7 .section-product-present .content .box-50 dl {
    flex-basis: 50%;
  }
  .homePageVF7 .section-interior .content .interior-collect {
    margin-bottom: 120px;
  }
  .homePageVF7 .section-interior .content .box-compare-wrapper {
    align-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 120px;
    margin-top: 48px;
  }
  .homePageVF7 .section-interior .content .box-compare-wrapper .box-compare {
    gap: 48px;
  }
  .homePageVF7 .section-interior .content .touch-screen dl {
    margin-bottom: 48px;
  }
  .homePageVF7 .section-tech-present {
    font-size: 20px;
  }
  .homePageVF7 .section-tech-present .section {
    align-items: center;
    flex-direction: row;
    gap: 60px;
    margin-bottom: 120px;
  }
  .homePageVF7 .section-tech-present .section:last-child {
    margin-bottom: 0;
  }
  .homePageVF7 .section-tech-present .section .box-item {
    align-items: flex-start;
    flex-basis: 50%;
    gap: 48px;
  }
  .homePageVF7 .section-tech-present .section .accordion .accordion-body .img {
    display: none;
  }
  .homePageVF7 .section-tech-present .box-video .head dl dt {
    font-size: 20px;
  }
  .homePageVF7 .section-tech-present .box-video .head dl dd {
    font-size: 18px;
  }
  .homePageVF7 .section-tech-present .charge-station {
    border-radius: 0;
    gap: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .homePageVF7 .section-tech-present .charge-station .box-item {
    gap: 24px;
    padding: 0 60px;
  }
  .homePageVF7 .section-tech-present .charge-station .container {
    gap: 24px;
  }
  .homePageVF7 .section-tech-present .charge-station .st-heading {
    margin-bottom: 6px;
  }
  .homePageVF7 .section-tech-present .charge-station .img {
    margin-bottom: 0;
    padding-top: 0;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe {
    max-width: unset;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe .form-group {
    align-items: flex-start;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-around;
    margin: 0;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe .form-message {
    flex-basis: 100%;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe .form-label-group {
    flex-basis: 30%;
  }
  .homePageVF7 .section-lead .section-lead-common .form-subscribe .registration-btn {
    flex-basis: 30%;
  }
  .homePageVF7 .section-budget-optimize .edition-card {
    flex-direction: row;
    gap: 30px;
  }
  .homePageVF7 .section-budget-optimize .edition-card .card {
    flex-basis: 50%;
    margin-bottom: 0;
    padding: 30px;
  }
  .homePageVF7 .section-budget-optimize .spec-section {
    gap: 48px;
  }
  .homePageVF7 .section-budget-optimize .spec-section .tbl-spec .col {
    font-size: 18px;
  }
  .homePageVF7 .section-app .content {
    flex-direction: row;
  }
  .homePageVF7 .section-app .card {
    flex-basis: 44%;
  }
  .homePageVF7 .section-app .card .st-heading {
    font-weight: 300;
  }
  .homePageVF7 .section-app .phone-img {
    flex-basis: 56%;
    padding-bottom: 100px;
  }
  .homePageVF7 .section-app .phone-img img {
    transform: scale(1.2);
  }
  .homePageVF7 .section-app .phone-img .img-left picture {
    transform: translate(-19%);
  }
}
@media screen and (max-width: 1199px) {
  .homePageVF7 .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .homePageVF7 .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .homePageVF7 .header-navi .body .right-navi .btn.btn-primary {
    margin-right: 10px;
  }
  .homePageVF7 .reservesVF7 {
    padding: 16px 0;
  }
  .homePageVF7 .reservesVF7 .container.order-last {
    flex-direction: column-reverse !important;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .homePageVF7 .reservesVF7 .preorder-form__footer.active {
    box-shadow: none;
  }
  .homePageVF7 .reservesVF7 .preorder-form__footer > button {
    height: auto;
  }
  .homePageVF7 .reservesVF7_form {
    padding: 0;
  }
  .homePageVF7 .reservesVF7_form h2 {
    font-size: 20px;
  }
  .homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block {
    font-size: 14px !important;
  }
  .homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label {
    padding-left: 38px;
  }
  .homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block {
    font-size: 14px !important;
  }
  .homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
    padding-left: 38px;
  }
  .homePageVF7 .reservesVF7_group {
    margin: 0 15px;
    padding: 30px 15px;
  }
  .homePageVF7 .reservesVF7_preview {
    padding: 0 15px;
    position: static;
    top: unset;
    width: 100%;
  }
  .homePageVF7 .reservesVF7_preview .tab-content {
    margin-bottom: 30px;
  }
  .homePageVF7 .reservesVF7_preview .tab-content#previewTabContent {
    margin-bottom: 20px;
  }
  .homePageVF7 .reservesVF7_preview .tab-pane {
    width: 100%;
  }
  .homePageVF7 .reservesVF7_preview .tab-pane .vf-cars-deposit__product-detail {
    background-size: contain;
  }
  .homePageVF7 .reservesVF7_preview .tab-pane .vf-cars-deposit__product-detail .vf-color-image img {
    transform: unset;
  }
  .homePageVF7 .reservesVF7_preview .img_note {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .homePageVF7 .reservesVF7_choosemodel {
    margin: 0;
  }
  .homePageVF7 .reservesVF7_choosemodel .tab-select li {
    font-size: 14px;
  }
  .homePageVF7 .reservesVF7_form {
    width: 100%;
  }
  .homePageVF7 .reservesVF7_form h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .homePageVF7 .reservesVF7_form h3 {
    font-size: 18px;
  }
  .homePageVF7 .reservesVF7_form p {
    font-size: 16px;
    line-height: 150%;
  }
  .homePageVF7 .reservesVF7_form p span {
    display: block;
  }
  .homePageVF7 .reservesVF7_form .group-customer {
    margin-bottom: 30px;
  }
  .homePageVF7 .reservesVF7 .container {
    margin: 16px;
    width: calc(100vw - 32px);
  }
  .homePageVF7 .reservesVF7 h4 {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
  }
  .homePageVF7 .reservesVF7 .tab-select-car {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .homePageVF7 .reservesVF7_form .group-customer .group-select-customer {
    align-items: flex-start !important;
    flex-direction: column;
    row-gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homePageVF7 .reservesVF7_form .select-battery-service.group--options_block--container .group--options_block .edition-label {
    padding-left: 30px;
  }
  .homePageVF7 .reservesVF7_form .selectCarVersion.group--options_block--container .group--options_block .edition-label {
    padding-left: 30px;
  }
  .homePageVF7 .reservesVF7_preview {
    margin-top: 0;
    width: 100%;
  }
  .homePageVF7 .reservesVF7_preview .img_note {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .homePageVF7 html.light-scheme #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .toggle-header-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%233C3C3C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  }
  .homePageVF7 html.light-scheme #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand .toggle-header .toggle-header-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%233C3C3C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M12 10 8 6l-4 4'/%3E%3C/svg%3E");
  }
  .homePageVF7 #megaMenuModal #mega-submenu ul li.submenu-expand .toggle-header .toggle-header-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  }
  .homePageVF7 #megaMenuModal #mega-submenu ul li.submenu-expand ul .submenu-subheader ~ li {
    margin: 12px 0 12px 16px;
  }
  .homePageVF7 #megaMenuModal #mega-submenu ul li a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
  }
  .homePageVF7 #megaMenuModal #mega-submenu ul li.submenu-expand.active-expand .toggle-header .toggle-header-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='M12 10 8 6l-4 4'/%3E%3C/svg%3E");
  }
}
@media only screen and (max-width: 768px) {
  .homePageVF7 .register-block {
    margin-top: 64px;
    padding: 60px 0;
  }
  .homePageVF7 .register-block .content-detail {
    padding: 0 16px;
  }
  .homePageVF7 .register-block .content-detail .block-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .homePageVF7 .register-block .content-detail .title-small-font {
    font-size: 14px;
    font-weight: 400;
  }
  .homePageVF7 .register-block .register-img > img {
    min-height: 539px;
  }
}
@media only screen and (max-width: 992px) {
  .homePageVF7 .page-header .nav-dropdown.active button svg {
    transform: rotate(180deg);
  }
  .homePageVF7 .page-header .nav-list .nav-item {
    display: block;
  }
  .homePageVF7 .page-header .nav-list .nav-item.active:after {
    bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .homePageVF7 .page-header {
    padding: 0.75rem 0;
  }
  .homePageVF7 .page-header .nav-dropdown.d-lg-none {
    display: block !important;
  }
  .homePageVF7 .page-header .nav-logo {
    display: none;
  }
  .homePageVF7 .page-header .nav-menu {
    position: fixed;
    right: 0;
    top: -300px;
    transition: 0.6s;
    width: 100%;
    z-index: 1;
  }
  .homePageVF7 .page-header .nav-menu .nav-list {
    background-color: var(--bg-main-darker);
    flex-direction: column;
  }
  .homePageVF7 .page-header .nav-menu.active {
    top: 61px;
    transform: translateY(0);
  }
  .homePageVF7 .page-header .nav-list .nav-item {
    border-bottom: 1px solid rgba(60, 60, 60, 0.1);
  }
  .homePageVF7 .nav-dropdown button {
    align-items: center;
    background-color: var(--bg-main-darker);
    border: none;
    color: #1464f4;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    outline: none;
    transition: 0.4s;
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .homePageVF7 .page-header {
    padding: 0.75rem 0;
  }
  .homePageVF7 .page-header .nav {
    max-width: unset;
    padding: 0 15px;
  }
}

.homePageVF8 .brand-color {
  color: #1464f4;
}
.homePageVF8 :root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c ;
}
.homePageVF8 input:-webkit-autofill, .homePageVF8 input:-webkit-autofill:focus, .homePageVF8 input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageVF8 .form-label-group {
  position: relative;
}
.homePageVF8 .form-label-group input, .homePageVF8 .form-label-group label, .homePageVF8 .form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.homePageVF8 .form-label-group input:focus, .homePageVF8 .form-label-group label:focus, .homePageVF8 .form-label-group select:focus {
  outline: none;
}
.homePageVF8 .form-label-group input[disabled] ~ label, .homePageVF8 .form-label-group label[disabled] ~ label, .homePageVF8 .form-label-group select[disabled] ~ label {
  color: #8a8a8a !important;
}
.homePageVF8 .form-label-group input[disabled] ~ span, .homePageVF8 .form-label-group label[disabled] ~ span, .homePageVF8 .form-label-group select[disabled] ~ span {
  background: #f0f3f3;
}
.homePageVF8 .form-label-group .select2-container {
  width: 100% !important;
}
.homePageVF8 .form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important;
}
.homePageVF8 .form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px;
}
.homePageVF8 .form-label-group .select2-container .select2-selection .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 20px);
  position: absolute;
}
.homePageVF8 .form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}
.homePageVF8 .form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all 0.2s;
  width: 12px !important;
}
.homePageVF8 .form-label-group label {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.homePageVF8 .form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px;
}
.homePageVF8 .form-label-group input::-moz-placeholder {
  color: transparent !important;
}
.homePageVF8 .form-label-group input::placeholder {
  color: transparent !important;
}
.homePageVF8 .form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.homePageVF8 .form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.homePageVF8 .form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px;
}
.homePageVF8 .form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px;
}
.homePageVF8 .form-label-group input#amount:not(:-moz-placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homePageVF8 .form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homePageVF8 .form-label-group input:not(:-moz-placeholder-shown) ~ label.required:after {
  color: inherit;
}
.homePageVF8 .form-label-group input:not(:-moz-placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF8 .form-label-group input:not(:placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF8 .form-label-group input:-webkit-autofill ~ label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF8 .form-label-group input:-webkit-autofill ~ label.required:after {
  color: inherit;
}
.homePageVF8 .form-label-group .select2-container ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageVF8 .form-label-group .select2-container ~ label.required:after {
  color: inherit;
}
.homePageVF8 .form-label-group select.select2-label-placeholder ~ label {
  height: auto;
}
.homePageVF8 .form-label-group select.select2-label-placeholder.select2-empty ~ label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height) / 2);
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageVF8 .form-label-group select.select2-label-placeholder.select2-empty ~ label:after {
  color: #1464f4;
}
.homePageVF8 .form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  top: 0;
}
.homePageVF8 .form-label-group.has-icon .icon svg {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageVF8 .form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0;
}
.homePageVF8 .form-label-group.has-icon input, .homePageVF8 .form-label-group.has-icon select {
  padding-left: 3rem;
}
.homePageVF8 .form-label-group.has-icon input.js_numText, .homePageVF8 .form-label-group.has-icon select.js_numText {
  padding-right: 4rem;
}
.homePageVF8 .form-label-group.has-icon input:not(:-moz-placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageVF8 .form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageVF8 .form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
  top: 70%;
}
.homePageVF8 .form-label-group.has-icon label {
  left: 2rem;
}
.homePageVF8 .form-label-group.has-icon .select2-container .select2-selection {
  padding-left: 3rem;
}
.homePageVF8 .form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 3rem);
}
@supports (-ms-ime-align: auto) {
  .homePageVF8 .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .homePageVF8 .form-label-group label {
    position: static;
  }
  .homePageVF8 .form-label-group input::-ms-input-placeholder {
    color: var(--label-floating-color);
  }
}
.homePageVF8 input.is-invalid, .homePageVF8 input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.homePageVF8 .is-success, .homePageVF8 .is-success-carDeposit {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.homePageVF8 .is-success-carDeposit {
  padding-left: 10%;
}
.homePageVF8 #select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}
.homePageVF8 #select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.homePageVF8 #select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.homePageVF8 #select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}
.homePageVF8 #select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}
@media screen and (max-width: 320px) {
  .homePageVF8 #select2-scheduleTime #scheduleTimeSession > div {
    flex-direction: column;
  }
  .homePageVF8 #select2-scheduleTime #scheduleTimeSession > div button {
    line-height: 40px;
    margin: 0;
  }
}
.homePageVF8 #select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}
.homePageVF8 #select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}
@media screen and (max-width: 375px) {
  .homePageVF8 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 280px) {
  .homePageVF8 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}
.homePageVF8 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .homePageVF8 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}
.homePageVF8 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover, .homePageVF8 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.homePageVF8 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}
.homePageVF8 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none;
}
.homePageVF8 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}
.homePageVF8 #ui-datepicker-div {
  padding: 0;
  width: 27em;
}
@media screen and (max-width: 767px) {
  .homePageVF8 #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
  }
  .homePageVF8 #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span, .homePageVF8 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover, .homePageVF8 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}
@media screen and (max-width: 767px) {
  .homePageVF8 #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active, .homePageVF8 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}
.homePageVF8 #ui-datepicker-div .ui-datepicker-month, .homePageVF8 #ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.homePageVF8 #ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}
.homePageVF8 #ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.homePageVF8 #ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.homePageVF8 #ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2;
}
.homePageVF8 .no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative;
}
.homePageVF8 .no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}
.homePageVF8 .no-place span {
  margin-left: 35px;
}
.homePageVF8 .date-picker-today, .homePageVF8 .date-picker-today p {
  align-items: center;
  justify-content: center;
}
.homePageVF8 .date-picker-today p {
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0 10px 0 0;
  width: 25px;
}
.homePageVF8 .date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px;
}
.homePageVF8 #ui-datepicker-div, .homePageVF8 .select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.homePageVF8 .vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px;
}
.homePageVF8 .vf-modal-popup .modal-content {
  padding: 30px;
}
.homePageVF8 .vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px;
}
.homePageVF8 .vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none;
}
.homePageVF8 .vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}
.homePageVF8 .vf-modal-popup .modal-body .group-button {
  text-align: center;
}
.homePageVF8 .vf-modal-popup .modal-body .group-button .btn-primary, .homePageVF8 .vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF8 .vf-modal-popup .modal-body .group-button .btn-primary:hover, .homePageVF8 .vf-modal-popup .modal-body .group-button button:hover {
  opacity: 0.8;
}
.homePageVF8 #vpoint-section, .homePageVF8 .vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageVF8 #vpoint-section > li, .homePageVF8 .vinclub-promotion > li {
  margin-bottom: 0 !important;
}
.homePageVF8 #vpoint-section .available-vpoint .vpoint, .homePageVF8 .vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF8 #vpoint-section #usingVPoints input[name=usingVPoints], .homePageVF8 .vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.homePageVF8 #vpoint-section #usingVPoints .vpoint-amount, .homePageVF8 .vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.homePageVF8 #vpoint-section #usingVPoints .do-recalc-vpoint, .homePageVF8 .vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF8 .car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}
.homePageVF8 .car-common-popup-lead .modal-content {
  border: 0;
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0;
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw;
}
@media screen and (max-width: 768px) {
  .homePageVF8 .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF8 .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body .form-subtitle, .homePageVF8 .car-common-popup-lead .modal-content .modal-body h3 {
  text-align: center;
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.homePageVF8 .car-common-popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.homePageVF8 .car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.homePageVF8 .car-common-popup-lead .modal-content .close:focus {
  outline: none;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  .homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF8 .car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF8 .car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}
.homePageVF8 .car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageVF8 .car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}
.homePageVF8 .car-common-popup-lead .modal-content .term a {
  color: #1464f4;
}
.homePageVF8 .car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}
.homePageVF8 #modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.homePageVF8 #modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
@media screen and (max-width: 768px) {
  .homePageVF8 #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
}
.homePageVF8 #modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF8 #modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF8 #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
}
.homePageVF8 #modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.homePageVF8 #modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF8 #modal-lead-register-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.homePageVF8 #modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageVF8 #modal-lead-register-thank .modal-buttons button#button-close-success {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.homePageVF8 :root {
  --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
  --white: #fff;
  --new-1464-f-4-future-blue: #1464f4;
  --danger-color: #dc3545;
  --under-line-gray: #d9e1e2;
  --valid-color: #3aa200 ;
}
.homePageVF8 .section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0;
}
.homePageVF8 .section-lead-common input.valid {
  border: 1px solid var(--valid-color) !important;
}
.homePageVF8 .section-lead-common input.error {
  border: 1px solid var(--danger-color) !important;
}
.homePageVF8 .section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.homePageVF8 .section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .homePageVF8 .section-lead-common .title {
    font-size: 36px;
  }
}
.homePageVF8 .section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.homePageVF8 .section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .form-label-group > .label {
  color: #8a8a8a;
  text-align: left;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  row-gap: 10px;
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .homePageVF8 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
    flex-basis: 32%;
    padding-right: 0;
  }
}
.homePageVF8 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF8 .section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%;
}
.homePageVF8 .section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF8 .section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
@media (min-width: 992px) {
  .homePageVF8 .section-lead-common .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageVF8 .section-lead-common .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageVF8 .section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF8 .section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF8 .section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageVF8 .section-lead-common .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageVF8 .section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF8 .section-lead-common .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF8 .section-lead-common .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageVF8 .section-lead-common .t-and-c {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageVF8 .section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF8 .section-lead-common .select-showroom .box-select {
  margin-bottom: 12px;
}
.homePageVF8 .section-lead-common .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}
.homePageVF8 .section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left;
}
.homePageVF8 #header {
  animation-fill-mode: both;
  transition: transform 0.5s;
}
.homePageVF8 #header, .homePageVF8 #header.hide-menu {
  transition-timing-function: linear;
}
.homePageVF8 hide-menu {
  transform: translateY(-100%);
}
.homePageVF8 .page-header li {
  border-bottom: 3px solid transparent;
  padding: 16px 0;
}
.homePageVF8 .page-header li.active {
  border-bottom: 3px solid #1464f4;
}
.homePageVF8 .page-header .deposit-header-btn {
  flex: unset;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .page-header .nav-logo {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .homePageVF8 .container {
    max-width: 1290px;
  }
}
.homePageVF8 picture {
  width: 100%;
}
.homePageVF8 > section {
  padding-top: 64px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 > section {
    padding-top: 48px;
  }
}
.homePageVF8 .slider-title, .homePageVF8 h3 {
  color: #3c3c3c;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF8 .slider-title, .homePageVF8 h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.homePageVF8 h4 {
  color: #3c3c3c;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF8 h4 {
    font-size: 20px;
    line-height: 150%;
  }
}
.homePageVF8 h5 {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .homePageVF8 h5 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 12px;
  }
}
.homePageVF8 p.sub-title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF8 p.sub-title {
    font-size: 16px;
    line-height: 150%;
  }
}
.homePageVF8 p.sub-title.border-left-blue {
  border-left: 4px solid #0d42bd;
  padding-left: 16px;
}
.homePageVF8 .img-content {
  margin-bottom: 30px;
  width: 100%;
}
.homePageVF8 .img-car img {
  width: 100%;
}
.homePageVF8 .group-btn-color {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 10px;
}
.homePageVF8 .group-btn-color ul {
  display: flex;
  gap: 48px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .homePageVF8 .group-btn-color ul {
    gap: 0;
  }
}
.homePageVF8 .group-btn-color ul li {
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  flex-basis: 60px;
  max-width: 60px;
  padding: 8px;
  transition: all 0.3s ease;
}
.homePageVF8 .group-btn-color ul li.active {
  border-color: #1464f4;
  border-radius: 50%;
}
.homePageVF8 .group-btn-color ul li img {
  width: 100%;
}
.homePageVF8 .group-btn-color .color-name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.homePageVF8 .page-header {
  animation-fill-mode: both;
  padding: 14px 15px;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
  transition-timing-function: ease-out;
  z-index: 1051;
  background-color: #fff;
  left: 0;
  width: 100%;
}
.homePageVF8 .page-header.show-menu2 {
  transform: translateY(0);
  transition: transform 0.5s;
  transition-timing-function: linear;
}
.homePageVF8 .page-header .nav {
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
}
.homePageVF8 .page-header .nav, .homePageVF8 .page-header .nav .nav-left {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .page-header .nav .nav-left {
    display: none;
  }
}
.homePageVF8 .page-header .nav .nav-left .nav-menu .nav-list {
  display: flex;
  list-style: none;
}
.homePageVF8 .page-header .nav .nav-left .nav-menu .nav-list .nav-item {
  position: relative;
}
.homePageVF8 .page-header .nav .nav-left .nav-menu .nav-list .nav-item a {
  color: #1f2125;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 1rem 0;
  text-decoration: none;
  transition: 0.3s;
}
.homePageVF8 .page-header .nav .nav-left .nav-menu .nav-list .nav-item a:hover {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF8 .page-header .nav .nav-left .nav-menu .nav-list .nav-item:after {
  background-color: #1464f4;
  bottom: -1px;
  height: 4px;
}
.homePageVF8 .page-header .nav .nav-left .nav-menu .nav-list .nav-item.active:after {
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s;
  width: 100%;
}
.homePageVF8 .page-header .nav .nav-left .nav-dropdown.active button svg {
  transform: rotate(180deg);
}
.homePageVF8 .page-header .nav .nav-left .nav-dropdown.d-lg-none {
  display: block !important;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .page-header .nav .nav-menu {
    background: #fff;
    position: fixed;
    right: 0;
    transform: translateY(-100%);
    transition: 0.6s;
    width: 100%;
    z-index: 1;
  }
  .homePageVF8 .page-header .nav .nav-menu.active {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    top: 0;
    transform: translateY(67px);
  }
  .homePageVF8 .page-header .nav .nav-menu ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 16px;
    row-gap: 0;
  }
  .homePageVF8 .page-header .nav .nav-menu ul li {
    width: 100%;
  }
}
.homePageVF8 .page-header .nav .nav-button .btn {
  font-weight: 700;
  text-transform: uppercase;
}
.homePageVF8 .page-header .nav button {
  align-items: center;
  background-color: #fff;
  border: none;
  color: #1464f4;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  outline: none;
  transition: 0.4s;
  width: auto;
}
.homePageVF8 .link-effect-hover.active-menu:after, .homePageVF8 .link-effect-hover:after {
  bottom: -5px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .page-header .nav-dropdown.active button svg {
    transform: rotate(180deg);
  }
}
.homePageVF8 .container .title {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 49px;
}
.homePageVF8 .container p.sub {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.08px;
}
@media screen and (max-width: 767px) {
  .homePageVF8 .container .title {
    font-size: 32px;
    font-weight: 300;
    line-height: 38.4px;
  }
  .homePageVF8 .container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 350px) {
  .homePageVF8 .container .title {
    font-size: 30px;
    font-weight: 300;
    line-height: 38.4px;
  }
}
.homePageVF8 .homePageVF8-banner .container {
  bottom: 10%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-banner .container {
    top: 5%;
  }
}
.homePageVF8 .section-header {
  margin-bottom: 48px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .section-header {
    margin-bottom: 30px;
    text-align: center;
  }
}
.homePageVF8 .section-title {
  color: #151515;
  font-size: 40px;
  font-weight: 300;
  line-height: 50.2px;
  margin-bottom: 12px;
}
.homePageVF8 .section-title-note {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .section-title {
    font-size: 32px;
    line-height: 40.16px;
  }
}
.homePageVF8 .section-desc {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .section-desc {
    font-size: 16px;
  }
}
.homePageVF8 .btn {
  align-items: center;
  border-radius: unset;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.homePageVF8 .btn-primary {
  background: #1464f4;
  border: 1px solid #1464f4;
  color: #fff !important;
}
.homePageVF8 .btn-primary:hover {
  background: #fff !important;
  color: #1464f4 !important;
  opacity: 1;
}
.homePageVF8 .btn-outline {
  background: #fff;
  border: 1px solid #1464f4;
  color: #1464f4;
}
.homePageVF8 .btn-outline:hover {
  background: #1464f4;
  color: #fff;
}
.homePageVF8 .overview-section .nav-tabs {
  border: none;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.homePageVF8 .overview-section .nav-tabs .nav-item {
  border-radius: 50%;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.homePageVF8 .overview-section .nav-tabs .nav-item.show .nav-link, .homePageVF8 .overview-section .nav-tabs .nav-link.active {
  background-color: unset;
  border: none;
  color: #fff;
}
.homePageVF8 .overview-section .nav-tabs .nav-link {
  align-items: center;
  border: none;
  border-radius: unset;
  color: transparent;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  height: 2rem;
  justify-content: center;
  line-height: 127%;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.4s;
  white-space: nowrap;
  width: 2rem;
}
.homePageVF8 .overview-section .nav-tabs .nav-link img {
  border-radius: 50%;
}
.homePageVF8 .overview-section .nav-tabs .nav-link:focus, .homePageVF8 .overview-section .nav-tabs .nav-link:hover {
  border: 3px solid #1464f4;
  border-radius: 50%;
}
.homePageVF8 .overview-section .nav-tabs .nav-link.active {
  border: 3px solid #1464f4;
  border-radius: 50%;
  color: #2d2d2d;
}
.homePageVF8 .overview-section .section-slider {
  margin-bottom: 48px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .overview-section .section-slider .tab-color {
    overflow: scroll;
  }
  .homePageVF8 .overview-section .section-slider .tab-color ul {
    flex-wrap: nowrap;
  }
  .homePageVF8 .overview-section .section-slider .tab-color ul li {
    flex-shrink: 0;
  }
}
.homePageVF8 .overview-section .section-slider .tab-color::-webkit-scrollbar {
  display: none;
}
.homePageVF8 .overview-section .section-slider .tab-color__name {
  left: 0;
  position: sticky;
  top: 0;
}
.homePageVF8 .overview-section .swiper {
  height: 535px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .homePageVF8 .overview-section .swiper {
    height: 465px;
  }
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .overview-section .swiper {
    height: auto;
  }
}
.homePageVF8 .overview-section .swiper img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.homePageVF8 .overview-section .tab-color__name {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 127%;
  margin-top: 16px;
}
.homePageVF8 .overview-section .section-detail {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .overview-section .section-detail {
    padding-right: 15px;
  }
}
.homePageVF8 .overview-section .section-detail-item {
  display: flex;
  flex-direction: column;
}
.homePageVF8 .overview-section .section-detail-item img {
  margin-bottom: 24px;
  width: 100%;
}
.homePageVF8 .overview-section .section-detail-item .detail-item-content {
  border-bottom: 1px solid rgba(60, 60, 60, 0.3);
  flex: 1;
  flex-shrink: 0;
  margin-top: auto;
  padding-bottom: 2rem;
}
.homePageVF8 .overview-section .section-detail .detail-item-content .item-content-header {
  align-items: flex-start;
  display: flex;
  height: 48px;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.homePageVF8 .overview-section .section-detail .detail-item-content h3.item-title {
  color: #151515;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 120%;
  margin-bottom: 0;
}
.homePageVF8 .overview-section .section-detail .detail-item-content p.item-subtitle {
  color: #151515;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
}
@media only screen and (max-width: 1140px) {
  .homePageVF8 .overview-section .detail-container {
    max-width: unset;
    padding-left: 15px;
    padding-right: 0;
  }
  .homePageVF8 .overview-section .section-detail {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  .homePageVF8 .overview-section .section-detail-item {
    flex-basis: 35%;
    flex-shrink: 0;
    position: relative;
    scroll-snap-align: start;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.5s;
  }
  .homePageVF8 .overview-section .slides {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .homePageVF8 .overview-section .slides::-webkit-scrollbar {
    display: none;
  }
}
.homePageVF8 .homePageVF8-exterior .nav-tabs .nav-link {
  height: 32px;
  width: 32px;
}
.homePageVF8 .homePageVF8-exterior .nav-tabs .nav-link img {
  height: 100%;
  width: 100%;
}
.homePageVF8 .homePageVF8-offers {
  margin-top: 64px;
}
.homePageVF8 .homePageVF8-offers h3 {
  color: #151515;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: -0.08px;
  line-height: 125%;
}
.homePageVF8 .homePageVF8-offers .model {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-offers .model {
    display: flex;
    flex-direction: column;
  }
}
.homePageVF8 .homePageVF8-offers .model-item {
  border: 1px solid #8a8a8a;
  padding: 30px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-offers .model-item {
    padding: 16px;
  }
}
.homePageVF8 .homePageVF8-offers .model-name {
  color: #1464f4;
  font-size: 28px;
  font-weight: 600;
  line-height: 35.14px;
  margin-bottom: 16px;
}
.homePageVF8 .homePageVF8-offers .model-price {
  font-size: 28px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 16px;
}
.homePageVF8 .homePageVF8-offers .model .price-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
}
.homePageVF8 .homePageVF8-offers .model span.currency {
  font-size: 16px;
  font-weight: 600;
}
.homePageVF8 .homePageVF8-offers .model-price-pm {
  font-size: 28px;
  font-weight: 600;
  line-height: 35.14px;
  margin-bottom: 16px;
}
.homePageVF8 .homePageVF8-offers .model-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF8 .homePageVF8-offers .model-button {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
}
@media only screen and (max-width: 1440px) {
  .homePageVF8 .homePageVF8-offers .model-button {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.homePageVF8 .homePageVF8-offers .btn {
  border: 1px solid #1464f4;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 30px;
}
@media only screen and (max-width: 1440px) {
  .homePageVF8 .homePageVF8-offers .btn {
    padding: 16px 0;
  }
}
.homePageVF8 .homePageVF8-interior .swiper-pagination {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  overflow: scroll;
  text-align: left;
}
.homePageVF8 .homePageVF8-interior .swiper-pagination::-webkit-scrollbar {
  display: none;
}
.homePageVF8 .homePageVF8-interior .swiper-pagination-bullet {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-shrink: 0;
  height: 48px;
  opacity: 1;
  transition: 0.3s;
  width: 48px;
}
.homePageVF8 .homePageVF8-interior .swiper-pagination-bullet-active {
  border: 2px solid #1464f4;
}
.homePageVF8 .homePageVF8-interior .swiper-pagination-bullet.interior1 {
  background-image: url(../images/VF89/interior-icon2.jpg);
}
.homePageVF8 .homePageVF8-interior .swiper-pagination-bullet.interior2 {
  background-image: url(../images/VF89/interior-icon3.jpg);
}
.homePageVF8 .homePageVF8-interior .swiper-pagination-bullet.interior3 {
  background-image: url(../images/VF89/interior-icon4.jpg);
}
.homePageVF8 .homePageVF8-interior .swiper-pagination-bullet.interior4 {
  background-image: url(../images/VF89/interior-icon6.jpg);
}
.homePageVF8 .homePageVF8-interior .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: inherit;
}
.homePageVF8 .homePageVF8-interior .tab-color__name {
  display: none;
}
.homePageVF8 .homePageVF8-technology .swiper-pagination {
  display: flex;
}
.homePageVF8 .homePageVF8-technology .block-technology-pagination {
  justify-content: center;
  margin: 30px auto 24px;
  position: static;
}
.homePageVF8 .homePageVF8-technology .swiper-wrapper {
  max-height: 525px;
}
.homePageVF8 .homePageVF8-technology .swiper-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.homePageVF8 .homePageVF8-technology .swiper-pagination-bullet {
  background: unset;
  border-bottom: 2px solid transparent;
  border-radius: unset;
  color: #3c3c3c;
  font-size: 1.125rem;
  font-weight: 600;
  height: auto;
  line-height: 133%;
  margin: 0;
  opacity: 1;
  padding-bottom: 1rem;
  text-align: center;
  white-space: nowrap;
  width: auto;
}
.homePageVF8 .homePageVF8-technology .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  border-bottom: 4px solid #f7f9f9;
  flex-shrink: 0;
  flex: 1;
  height: auto !important;
  margin: 0;
  outline: none;
  padding-bottom: 5px;
}
.homePageVF8 .homePageVF8-technology .swiper-pagination-bullet-active {
  border-bottom: 4px solid #1464f4 !important;
  color: #1464f4;
}
.homePageVF8 .homePageVF8-technology .technology-content {
  margin: auto;
  text-align: center;
}
.homePageVF8 .homePageVF8-technology .technology-content p {
  color: #3c3c3c;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
}
.homePageVF8 .homePageVF8-technology .technology-content-item {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .homePageVF8 .homePageVF8-technology .technology-content-item {
    min-height: 100px;
  }
}
.homePageVF8 .homePageVF8-technology .technology-content-item.active {
  display: block;
}
.homePageVF8 .homePageVF8-technology .field-content-mobile img {
  margin-bottom: 24px;
  width: 100%;
}
.homePageVF8 .homePageVF8-technology .field-content-mobile .field-mobile-item {
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.homePageVF8 .homePageVF8-technology .field-content-mobile .field-mobile-item h3 {
  color: #1f2125;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.032px;
  line-height: 24px;
  margin-bottom: 16px;
}
.homePageVF8 .homePageVF8-technology .field-content-mobile .field-mobile-item p {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.032px;
  line-height: 24px;
  margin-bottom: 0;
}
.homePageVF8 .homePageVF8-safety .slides {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-safety .slides {
    flex-direction: column;
  }
}
.homePageVF8 .homePageVF8-safety .slides .field-item {
  border-bottom: 1px solid rgba(60, 60, 60, 0.3);
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  max-width: 410px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-safety .slides .field-item {
    margin-right: 0;
    max-width: unset;
  }
}
.homePageVF8 .homePageVF8-safety .slides .field-item-content {
  flex-shrink: 0;
  margin-top: 1.5rem;
}
.homePageVF8 .homePageVF8-safety .slides .field-item-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}
.homePageVF8 .homePageVF8-safety .slides .field-item-content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
}
.homePageVF8 .homePageVF8-journey img {
  width: 100%;
}
.homePageVF8 .homePageVF8-journey .field-content .field-images {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-journey .field-content .field-images {
    flex-direction: column;
    row-gap: 30px;
  }
  .homePageVF8 .homePageVF8-journey .field-content .field-images .field-image {
    padding: 0;
  }
}
.homePageVF8 .homePageVF8-journey .field-info .item {
  margin-bottom: 61px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-journey .field-info .item {
    border-top: 1px solid #eff1f2;
    margin: 0;
    padding: 16px 0;
  }
}
.homePageVF8 .homePageVF8-journey .field-info .item h3 {
  color: #1f2125;
  font-size: 52px;
  font-weight: 400;
  line-height: 76.8px;
  margin-bottom: 8px;
  text-align: right;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-journey .field-info .item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
}
.homePageVF8 .homePageVF8-journey .field-info .item p {
  color: #979797;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.016px;
  line-height: 22.4px;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-journey .field-info .item p {
    margin-bottom: 0;
  }
}
.homePageVF8 .homePageVF8-features {
  height: 80vh;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .homePageVF8 .homePageVF8-features {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1440px) {
  .homePageVF8 .homePageVF8-features {
    height: 110vh;
  }
}
@media only screen and (max-width: 1259px) {
  .homePageVF8 .homePageVF8-features {
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-features .section-desc {
    margin: auto;
  }
}
.homePageVF8 .homePageVF8-features .slide-img {
  height: 100%;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8 .homePageVF8-features .slide-img {
    text-align: center;
  }
}
.homePageVF8 .homePageVF8-features .slide-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.homePageVF8 .homePageVF8-features .container {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8 .homePageVF8-features .container {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.homePageVF8 .homePageVF8-features .container .section-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8 .homePageVF8-features .container .section-header {
    position: static;
  }
}
.homePageVF8 .homePageVF8-features .field-content {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8 .homePageVF8-features .field-content {
    height: 358px;
  }
}
.homePageVF8 .homePageVF8-features .field-content .field-slide {
  height: 80%;
  margin: 0;
  width: 60%;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8 .homePageVF8-features .field-content .field-slide {
    height: 100%;
    width: 100%;
  }
}
.homePageVF8 .homePageVF8-features .field-slide-detail {
  margin-top: 7rem;
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-features .field-slide-detail {
    margin-top: 30px;
  }
}
.homePageVF8 .homePageVF8-features .field-slide-detail svg {
  pointer-events: none;
}
.homePageVF8 .homePageVF8-features .field-slide-detail .slide-detail {
  opacity: 0;
  padding: 0 2.5rem;
  position: absolute;
  transition: 0.8s;
}
.homePageVF8 .homePageVF8-features .field-slide-detail .slide-detail.active {
  opacity: 1;
  z-index: 1000;
}
.homePageVF8 .homePageVF8-features .field-slide-detail .slide-detail-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-features .field-slide-detail .slide-detail-title {
    margin-bottom: 8px;
  }
}
.homePageVF8 .homePageVF8-features .field-slide-detail .slide-detail-title p {
  color: #1f2125;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 25.1px;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-features .field-slide-detail .slide-detail-title p {
    font-weight: 500;
    padding: 0 !important;
  }
}
.homePageVF8 .homePageVF8-features .field-slide-detail .slide-detail p {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-features .field-slide-detail .slide-detail p {
    margin-bottom: 0;
    padding: 16px 0;
    text-align: left;
  }
}
.homePageVF8 .homePageVF8-features .swiper-pagination-vertical.swiper-pagination-bullets, .homePageVF8 .homePageVF8-features .swiper-vertical > .swiper-pagination-bullets {
  left: 0;
  top: unset;
  transform: none;
}
.homePageVF8 .homePageVF8-features .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .homePageVF8 .homePageVF8-features .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: unset;
  height: 2.5rem;
  margin: 0;
  width: 0.125rem;
}
.homePageVF8 .homePageVF8-features .swiper-pagination {
  position: relative;
}
.homePageVF8 .homePageVF8-features .swiper-button-container {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
  margin-top: 3.5rem;
}
.homePageVF8 .homePageVF8-features .swiper-button-next, .homePageVF8 .homePageVF8-features .swiper-button-prev {
  left: unset;
  margin-top: 0;
  position: unset;
  right: unset;
  top: unset;
}
.homePageVF8 .homePageVF8-features .swiper-button-next:after, .homePageVF8 .homePageVF8-features .swiper-button-prev:after {
  font-size: 1.5rem;
}
.homePageVF8 .homePageVF8-features .field-slide-detail button {
  background-color: transparent;
  border: none;
  outline: none;
}
.homePageVF8 .homePageVF8-features .field-content-mobile svg {
  pointer-events: none;
}
.homePageVF8 .homePageVF8-preference {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-end;
  margin-top: 120px;
  padding: 115px 40px !important;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-preference {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    padding: 66.5px 16px !important;
  }
}
.homePageVF8 .homePageVF8-preference picture {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.homePageVF8 .homePageVF8-preference img, .homePageVF8 .homePageVF8-preference picture {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homePageVF8 .homePageVF8-preference .section-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-preference .section-content {
    padding: 16px;
  }
}
.homePageVF8 .homePageVF8-preference .section-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.072px;
  line-height: 44.5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-preference .section-content h2 {
    font-size: 20px;
    line-height: 24.72px;
  }
}
.homePageVF8 .homePageVF8-preference .section-content .section-desc-item {
  align-items: flex-start;
  color: #fff;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-preference .section-content .section-desc-item {
    margin-bottom: 30px;
  }
}
.homePageVF8 .homePageVF8-preference .section-content .section-desc-item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04px;
  line-height: 24.72px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-preference .section-content .section-desc-item h3 {
    font-size: 16px;
  }
}
.homePageVF8 .homePageVF8-preference .section-content .section-desc-item p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-preference .section-content .section-desc-item p {
    font-size: 12px;
  }
}
.homePageVF8 .homePageVF8-preference .section-content .section-desc-item:last-child {
  margin-bottom: 0;
}
.homePageVF8 .homePageVF8-preference .btn-none-outline {
  color: #fff;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.homePageVF8 .homePageVF8-preference.experience {
  justify-content: flex-start;
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-preference.experience {
    padding: 30px 16px 200px !important;
  }
}
.homePageVF8 .homePageVF8-preference.experience .section-content {
  left: 40px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-preference.experience .section-content {
    left: unset;
  }
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-preference.experience .section-desc {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: scroll;
  }
}
.homePageVF8 .homePageVF8-preference.experience .section-desc::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .homePageVF8 .homePageVF8-preference.experience .section-desc-item {
    width: 300px;
  }
}
.homePageVF8 .homePageVF8-specs {
  padding-bottom: 64px;
}
.homePageVF8 .homePageVF8-specs h2 {
  margin-bottom: 30px;
}
.homePageVF8 .homePageVF8-specs .group-title {
  padding: 21.5px 0;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-specs .group-title {
    display: none;
  }
}
.homePageVF8 .homePageVF8-specs .main-content {
  border-bottom: none;
}
.homePageVF8 .homePageVF8-specs ul {
  border-bottom: 1px solid #f0f3f3;
  padding: 16px 0;
}
.homePageVF8 .homePageVF8-specs ul li {
  list-style: none;
}
.homePageVF8 .homePageVF8-specs ul li.specs-title {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF8 .homePageVF8-specs ul li.specs-detail {
  color: #1f2125;
  font-size: 16px;
  font-weight: 400;
}
.homePageVF8 .homePageVF8-specs .group-title-desktop {
  display: flex;
}
.homePageVF8 .homePageVF8-specs .group-title-desktop .title-type {
  color: #1464f4;
  font-size: 28px;
  font-weight: 600;
  line-height: 35.14px;
}
.homePageVF8 .homePageVF8-specs .btn {
  height: auto;
  margin-top: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.homePageVF8 .homePageVF8-specs p.mobile-title {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF8 .homePageVF8-specs .mobile-content p {
  color: #1f2125;
  margin-bottom: 8px;
}
.homePageVF8 .homePageVF8-specs .mobile-content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF8 .homePageVF8-specs .mobile-content .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.homePageVF8 .homePageVF8-specs .spec-detail-content.mobile .group-content {
  border-bottom: 1px solid #f0f3f3;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.homePageVF8 .homePageVF8-specs .field-button {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.homePageVF8 .homePageVF8-specs .field-button .btn {
  margin-top: 0;
  max-width: 240px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .homePageVF8-specs .field-button {
    flex-direction: column;
    flex-shrink: 0;
    padding: 0;
    row-gap: 12px;
  }
  .homePageVF8 .homePageVF8-specs .field-button .btn {
    margin: 0;
    max-width: none;
  }
  .homePageVF8 .collapse-list li {
    background-color: #fff;
    border-bottom: 1px solid #979797;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
    transition: 0.4s;
    width: 100%;
  }
  .homePageVF8 .collapse-list li:first-child {
    padding: 0 0 1rem;
  }
  .homePageVF8 .collapse-list li.active {
    border-bottom: 2px solid #1464f4 !important;
  }
  .homePageVF8 .collapse-list li.active .header-left .arrow {
    transform: rotate(0);
  }
  .homePageVF8 .collapse-list li.active .header-left .arrow path {
    fill: #1464f4;
  }
  .homePageVF8 .collapse-list li .header-left .arrow {
    margin-right: 0.875rem;
    transform: rotate(180deg);
    transition: 0.4s;
  }
  .homePageVF8 .collapse-list li h3 {
    color: #1f2125;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 25.1px;
    padding: 0 1.25rem 0 0;
  }
  .homePageVF8 .collapse-list li .answer, .homePageVF8 .collapse-list li h3 {
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .homePageVF8 .collapse-list li .answer {
    padding: 0;
  }
  .homePageVF8 .collapse-list li .answer p {
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 150%;
    margin: 0 0 0.938rem;
    padding: 0.625rem 0 0;
    position: relative;
    width: 96%;
  }
  .homePageVF8 .collapse-list .collapse-item-header, .homePageVF8 .collapse-list .collapse-item-header .header-left {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .homePageVF8 .collapse-list .collapse-item-detail img {
    margin-top: 1.5rem;
    width: 100%;
  }
  .homePageVF8 .collapse-list .collapse-item-detail p {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 24px;
  }
  .homePageVF8 .collapse-list .collapse-list .collapse-item-header h3 {
    color: #3c3c3c;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    transition: 0.4s;
  }
}
.homePageVF8 .section-lead-common .container .title {
  color: #3c3c3c;
}
.homePageVF8 .nav-list {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 48px;
  list-style: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .homePageVF8 .page-header .nav-logo img {
    max-width: 93px;
  }
}
.homePageVF8 .page-header .nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.homePageVF8 .page-header .btn-popup-lead {
  color: #fff;
}
.homePageVF8 .page-header .btn-popup-lead, .homePageVF8 .page-header .dktv-btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.homePageVF8 .page-header .dktv-btn {
  color: #1464f4;
}
.homePageVF8 .menu-mobile {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1052;
}
.homePageVF8 .menu-mobile ul {
  display: block !important;
}
.homePageVF8 .menu-mobile ul li {
  font-size: 16px;
  line-height: 48px;
  width: 100%;
}
.homePageVF8 .menu-mobile button {
  font-size: 2rem !important;
  padding: 5px 10px;
  position: absolute;
  right: 2px;
  top: 5px;
  z-index: 10;
}
.homePageVF8 .disclaimer {
  padding-bottom: 64px;
  padding-top: 0 !important;
}
@media only screen and (max-width: 992px) {
  .homePageVF8 .disclaimer {
    padding-bottom: 48px;
    padding-top: 0 !important;
  }
}
.homePageVF8 .disclaimer li {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.homePageVF8 .form-subscribe {
  margin: 0 auto;
  max-width: 435px;
}
.homePageVF8 .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageVF8 .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageVF8 .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageVF8 .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF8 .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageVF8 .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageVF8 .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageVF8 .form-subscribe .form-group .form-label-group > .label:after {
  display: none;
}
.homePageVF8 .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageVF8 .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  .homePageVF8 .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageVF8 .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageVF8 .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageVF8 .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageVF8 .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageVF8 .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageVF8 .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageVF8 .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageVF8 .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageVF8 .form-subscribe .check-email.hide {
  display: none;
}
.homePageVF8 .form-subscribe .subscribe-countdown {
  position: relative;
}

:root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c;
  --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
  --white: #fff;
  --new-1464-f-4-future-blue: #1464f4;
  --under-line-gray: #d9e1e2;
  --valid-color: #3aa200;
  --txt-white: #fff;
  --txt-grey: #3c3c3c;
  --bg-main: #fff;
  --bg-main-darker: #1f2125;
  --color-primary: #1464f4;
  --color-dark-blue: #1151c5;
  --color-white: #fff;
  --color-black: #000;
  --color-dark-grey: #3c3c3c;
  --color-light-grey: #d9e1e2;
  --color-grey: #92a0b2;
  --color-grey3: #f8f9fa;
  --color-grey4: #979797;
  --color-gold: #ffcd7b;
  --color-dark-1: #1f2125;
  --card-bg: #fff;
  --ext-slide-bg: #f7f9f9;
  --color-ext-slide-grey: #8a8a8a;
  --color-white-constant: #fff;
  --color-bg-dl: #3c3c3ccc;
  --color-slide-paginate: #eff1f2;
  --danger-color: #dc3545;
  --tbl-row-odd-bg: #f8f8f8;
  --tbl-row-even-bg: #eff1f2;
  --link-button-color: #1464f4;
  --bg-linear-gradient: linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0)), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.home-page-vf9 .brand-color {
  color: #1464f4;
}
.home-page-vf9 input:-webkit-autofill {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.home-page-vf9 input:-webkit-autofill:focus {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.home-page-vf9 input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.home-page-vf9 .hide-menu {
  transform: translateY(-100%);
}
.home-page-vf9 .form-label-group {
  position: relative;
}
.home-page-vf9 .form-label-group input {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.home-page-vf9 .form-label-group input:focus {
  outline: none;
}
.home-page-vf9 .form-label-group input::-moz-placeholder {
  color: transparent !important;
}
.home-page-vf9 .form-label-group input::placeholder {
  color: transparent !important;
}
.home-page-vf9 .form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.home-page-vf9 .form-label-group input:not(:-moz-placeholder-shown) ~ label.required:after {
  color: inherit;
}
.home-page-vf9 .form-label-group input:not(:-moz-placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.home-page-vf9 .form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.home-page-vf9 .form-label-group input:not(:placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.home-page-vf9 .form-label-group input:-webkit-autofill ~ label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.home-page-vf9 .form-label-group input:-webkit-autofill ~ label.required:after {
  color: inherit;
}
.home-page-vf9 .form-label-group input::-ms-input-placeholder {
  color: var(--label-floating-color);
}
.home-page-vf9 .form-label-group label {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.home-page-vf9 .form-label-group label:focus {
  outline: none;
}
.home-page-vf9 .form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.home-page-vf9 .form-label-group select:focus {
  outline: none;
}
.home-page-vf9 .form-label-group input[disabled] ~ label {
  color: #8a8a8a !important;
}
.home-page-vf9 .form-label-group input[disabled] ~ span {
  background: #f0f3f3;
}
.home-page-vf9 .form-label-group label[disabled] ~ label {
  color: #8a8a8a !important;
}
.home-page-vf9 .form-label-group label[disabled] ~ span {
  background: #f0f3f3;
}
.home-page-vf9 .form-label-group select[disabled] ~ label {
  color: #8a8a8a !important;
}
.home-page-vf9 .form-label-group select[disabled] ~ span {
  background: #f0f3f3;
}
.home-page-vf9 .form-label-group .select2-container {
  width: 100% !important;
}
.home-page-vf9 .form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px;
}
.home-page-vf9 .form-label-group .select2-container .select2-selection .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 20px);
  position: absolute;
}
.home-page-vf9 .form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}
.home-page-vf9 .form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all 0.2s;
  width: 12px !important;
}
.home-page-vf9 .form-label-group .select2-container ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.home-page-vf9 .form-label-group .select2-container ~ label.required:after {
  color: inherit;
}
.home-page-vf9 .form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important;
}
.home-page-vf9 .form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px;
}
.home-page-vf9 .form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px;
}
.home-page-vf9 .form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px;
}
.home-page-vf9 .form-label-group input#amount:not(:-moz-placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.home-page-vf9 .form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.home-page-vf9 .form-label-group select.select2-label-placeholder ~ label {
  height: auto;
}
.home-page-vf9 .form-label-group select.select2-label-placeholder.select2-empty ~ label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height) / 2);
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.home-page-vf9 .form-label-group select.select2-label-placeholder.select2-empty ~ label:after {
  color: #1464f4;
}
.home-page-vf9 .form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  top: 0;
}
.home-page-vf9 .form-label-group.has-icon .icon svg {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.home-page-vf9 .form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0;
}
.home-page-vf9 .form-label-group.has-icon input {
  padding-left: 3rem;
}
.home-page-vf9 .form-label-group.has-icon input:not(:-moz-placeholder-shown) ~ .icon svg {
  top: 72%;
}
.home-page-vf9 .form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
  top: 72%;
}
.home-page-vf9 .form-label-group.has-icon select {
  padding-left: 3rem;
}
.home-page-vf9 .form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
  top: 70%;
}
.home-page-vf9 .form-label-group.has-icon input.js_numText {
  padding-right: 4rem;
}
.home-page-vf9 .form-label-group.has-icon select.js_numText {
  padding-right: 4rem;
}
.home-page-vf9 .form-label-group.has-icon label {
  left: 2rem;
}
.home-page-vf9 .form-label-group.has-icon .select2-container .select2-selection {
  padding-left: 3rem;
}
.home-page-vf9 .form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 3rem);
}
.home-page-vf9 input.is-invalid {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.home-page-vf9 input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.home-page-vf9 .is-success {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.home-page-vf9 .is-success-carDeposit {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
  padding-left: 10%;
}
.home-page-vf9 #select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}
.home-page-vf9 #select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.home-page-vf9 #select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.home-page-vf9 #select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}
.home-page-vf9 #select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}
.home-page-vf9 #select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}
.home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}
.home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}
.home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}
.home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none;
}
.home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}
.home-page-vf9 #ui-datepicker-div {
  padding: 0;
  width: 27em;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  background: unset;
  border: unset;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-month {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.home-page-vf9 #ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.home-page-vf9 #ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}
.home-page-vf9 #ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.home-page-vf9 #ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.home-page-vf9 #ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2;
}
.home-page-vf9 .no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative;
}
.home-page-vf9 .no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}
.home-page-vf9 .no-place span {
  margin-left: 35px;
}
.home-page-vf9 .date-picker-today {
  align-items: center;
  justify-content: center;
}
.home-page-vf9 .date-picker-today p {
  align-items: center;
  justify-content: center;
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0 10px 0 0;
  width: 25px;
}
.home-page-vf9 .date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px;
}
.home-page-vf9 .select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.home-page-vf9 .vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px;
}
.home-page-vf9 .vf-modal-popup .modal-content {
  padding: 30px;
}
.home-page-vf9 .vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px;
}
.home-page-vf9 .vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none;
}
.home-page-vf9 .vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}
.home-page-vf9 .vf-modal-popup .modal-body .group-button {
  text-align: center;
}
.home-page-vf9 .vf-modal-popup .modal-body .group-button .btn-primary {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.home-page-vf9 .vf-modal-popup .modal-body .group-button .btn-primary:hover {
  opacity: 0.8;
}
.home-page-vf9 .vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.home-page-vf9 .vf-modal-popup .modal-body .group-button button:hover {
  opacity: 0.8;
}
.home-page-vf9 #vpoint-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-page-vf9 #vpoint-section > li {
  margin-bottom: 0 !important;
}
.home-page-vf9 #vpoint-section .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.home-page-vf9 #vpoint-section #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.home-page-vf9 #vpoint-section #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.home-page-vf9 #vpoint-section #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.home-page-vf9 .vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-page-vf9 .vinclub-promotion > li {
  margin-bottom: 0 !important;
}
.home-page-vf9 .vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.home-page-vf9 .vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.home-page-vf9 .vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.home-page-vf9 .vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.home-page-vf9 .car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}
.home-page-vf9 .car-common-popup-lead .modal-content {
  border: 0;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
  text-align: center;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body .form-subtitle {
  text-align: center;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 29px 30px 0px 30px;
  text-align: center;
  width: 100%;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.home-page-vf9 .car-common-popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.home-page-vf9 .car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.home-page-vf9 .car-common-popup-lead .modal-content .close:focus {
  outline: none;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}
.home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}
.home-page-vf9 .car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}
.home-page-vf9 .car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.home-page-vf9 .car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}
.home-page-vf9 .car-common-popup-lead .modal-content .term a {
  color: #1464f4;
}
.home-page-vf9 .car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}
.home-page-vf9 #modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.home-page-vf9 #modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
.home-page-vf9 #modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-page-vf9 #modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
.home-page-vf9 #modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.home-page-vf9 #modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.home-page-vf9 #modal-lead-register-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.home-page-vf9 #modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-page-vf9 #modal-lead-register-thank .modal-buttons button#button-close {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.home-page-vf9 .section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0;
}
.home-page-vf9 .section-lead-common input.valid {
  border: 1px solid var(--valid-color) !important;
}
.home-page-vf9 .section-lead-common input.error {
  border: 1px solid var(--danger-color) !important;
}
.home-page-vf9 .section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.home-page-vf9 .section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.home-page-vf9 .section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.home-page-vf9 .section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .form-label-group > .label {
  color: #8a8a8a;
  text-align: left;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  row-gap: 10px;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.home-page-vf9 .section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.home-page-vf9 .section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.home-page-vf9 .section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.home-page-vf9 .section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.home-page-vf9 .section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.home-page-vf9 .section-lead-common .form-subscribe .check-email.hide {
  display: none;
}
.home-page-vf9 .section-lead-common .form-subscribe .subscribe-countdown {
  position: relative;
}
.home-page-vf9 .section-lead-common .t-and-c {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.home-page-vf9 .section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.home-page-vf9 .section-lead-common .select-showroom .box-select {
  margin-bottom: 12px;
}
.home-page-vf9 .section-lead-common .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}
.home-page-vf9 .section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left;
}
.home-page-vf9 img {
  max-width: 100%;
}
.home-page-vf9 div {
  margin: 0;
  position: relative;
}
.home-page-vf9 dl {
  margin: 0;
  position: relative;
}
.home-page-vf9 h1 {
  margin: 0;
  position: relative;
}
.home-page-vf9 h2 {
  margin: 0;
  position: relative;
}
.home-page-vf9 h3 {
  margin: 0;
  position: relative;
}
.home-page-vf9 h4 {
  margin: 0;
  position: relative;
}
.home-page-vf9 h5 {
  margin: 0;
  position: relative;
}
.home-page-vf9 p {
  margin: 0;
  position: relative;
}
.home-page-vf9 section {
  margin: 0;
  position: relative;
  color: var(--txt-grey);
}
.home-page-vf9 section .content {
  width: 100%;
}
.home-page-vf9 section .left-panel .heading ~ p {
  max-width: 620px;
}
.home-page-vf9 section .btn {
  align-items: center;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  line-height: 150%;
  min-height: 48px;
  padding: 10px 40px;
}
.home-page-vf9 section .btn.btn-hamburger {
  min-width: unset;
  padding: 0;
}
.home-page-vf9 section .btn.btn-hamburger svg:first-child {
  display: block;
}
.home-page-vf9 section .btn.btn-hamburger svg:nth-child(2) {
  display: none;
}
.home-page-vf9 section .btn.btn-hamburger.active svg:first-child {
  display: none;
}
.home-page-vf9 section .btn.btn-hamburger.active svg:nth-child(2) {
  display: block;
}
.home-page-vf9 section .btn.btn-link {
  align-items: center;
  background-color: var(--color-white-constant);
  border: 1px solid #1464f4;
  color: #1464f4;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
}
.home-page-vf9 section .btn.btn-primary:disabled {
  background-color: var(--color-dark-grey);
  background-image: none;
}
.home-page-vf9 span {
  margin: 0;
  position: relative;
  display: inline-block;
}
.home-page-vf9 ul {
  margin: 0;
  position: relative;
}
.home-page-vf9 picture {
  display: inline-block;
}
.home-page-vf9 .pc {
  display: block;
}
.home-page-vf9 .sp {
  display: block;
}
.home-page-vf9 .container {
  margin: 0 auto;
  max-width: 1758px;
  padding: 0 15px;
}
.home-page-vf9 .container-main {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1314px;
}
.home-page-vf9 .container-medium {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1090px;
}
.home-page-vf9 .container-fluid {
  max-width: 1728px;
  padding: 0;
}
.home-page-vf9 .heading {
  font-family: Old Standard TT, Mulish, Source Sans Pro, serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 120%;
}
.home-page-vf9 .heading * {
  font-family: inherit;
}
.home-page-vf9 .heading ~ p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02rem;
}
.home-page-vf9 .heading strong {
  display: inline-block;
  font-size: 72px;
  font-weight: 800;
  line-height: 120%;
}
.home-page-vf9 header {
  color: var(--txt-grey);
}
.home-page-vf9 header .content {
  width: 100%;
}
.home-page-vf9 header .left-panel .heading ~ p {
  max-width: 620px;
}
.home-page-vf9 header .btn {
  align-items: center;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  line-height: 150%;
  min-height: 48px;
  padding: 10px 40px;
}
.home-page-vf9 header .btn.btn-hamburger {
  min-width: unset;
  padding: 0;
}
.home-page-vf9 header .btn.btn-hamburger svg:first-child {
  display: block;
}
.home-page-vf9 header .btn.btn-hamburger svg:nth-child(2) {
  display: none;
}
.home-page-vf9 header .btn.btn-hamburger.active svg:first-child {
  display: none;
}
.home-page-vf9 header .btn.btn-hamburger.active svg:nth-child(2) {
  display: block;
}
.home-page-vf9 header .btn.btn-link {
  align-items: center;
  background-color: var(--color-white-constant);
  border: 1px solid #1464f4;
  color: #1464f4;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
}
.home-page-vf9 header .btn.btn-primary:disabled {
  background-color: var(--color-dark-grey);
  background-image: none;
}
.home-page-vf9 .invert-color {
  color: #fff;
}
.home-page-vf9 .invert-color .heading {
  color: #fff;
}
.home-page-vf9 .cta-group .content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.home-page-vf9 .cta-group .content .btn {
  min-width: 200px;
}
.home-page-vf9 .page.v3s {
  overflow: hidden;
}
.home-page-vf9 #header .position-fixed {
  position: absolute !important;
}
.home-page-vf9 .header-navi {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  color: var(--color-dark);
  position: fixed;
  top: 0;
  transform: translateY(-200px);
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1050;
}
.home-page-vf9 .header-navi .container {
  padding-bottom: 6px;
  padding-top: 6px;
}
.home-page-vf9 .header-navi .body {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  width: 100%;
}
.home-page-vf9 .header-navi .body .logo img {
  width: 134px;
}
.home-page-vf9 .header-navi .body .main-navi {
  display: none;
}
.home-page-vf9 .header-navi .body .main-navi ul li {
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.home-page-vf9 .header-navi .body .main-navi ul li a {
  color: inherit;
  cursor: pointer;
  padding: 5px;
  position: relative;
}
.home-page-vf9 .header-navi .body .main-navi ul li a:hover {
  color: #1464f4;
}
.home-page-vf9 .header-navi .body .main-navi ul li a:after {
  border: 1px solid #1464f4;
  bottom: -6px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  visibility: hidden;
  width: 30px;
}
.home-page-vf9 .header-navi .body .main-navi ul li a.active:after {
  visibility: visible;
}
.home-page-vf9 .header-navi .body .right-navi {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.home-page-vf9 .header-navi .body .right-navi .switch-button {
  margin-left: 16px;
}
.home-page-vf9 .header-navi .body .right-navi .btn {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 1.2px;
  line-height: normal;
  min-width: unset;
  padding: 16px 20px;
  text-transform: uppercase;
}
.home-page-vf9 .header-navi .body .right-navi .btn.btn-consultant {
  color: var(--color-dark-grey);
  padding: 16px 18px;
}
.home-page-vf9 .header-navi .body .right-navi .btn.btn-primary {
  background: #1464f4;
}
.home-page-vf9 .header-navi .sub-head-sp .nav {
  flex-direction: column;
}
.home-page-vf9 .header-navi .sub-head-sp .nav .row-1 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.home-page-vf9 .header-navi .sub-head-sp .nav .row-1 .left-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.home-page-vf9 .header-navi .sub-head-sp .nav .row-1 .left-nav .btn {
  padding: 5px;
}
.home-page-vf9 .header-navi .sub-head-sp .nav .row-1 .right-nav .btn {
  min-width: 170px;
  padding: 10px 20px;
}
.home-page-vf9 .header-navi .sub-head-sp .nav .row-1 .btn {
  flex-grow: 0;
}
.home-page-vf9 .header-navi .sub-head-sp .nav .row-2 {
  background-color: var(--color-white-constant);
  display: none;
  height: 100vh;
}
.home-page-vf9 .header-navi .sub-head-sp .nav ul {
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 20px 0 20px 5px;
}
.home-page-vf9 .header-navi .sub-head-sp .nav ul li {
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 100%;
}
.home-page-vf9 .header-navi .sub-head-sp .nav ul li a {
  color: inherit;
  padding: 5px 0;
  position: relative;
}
.home-page-vf9 .header-navi .sub-head-sp .nav ul li a:after {
  border: 1px solid #1464f4;
  bottom: -6px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 30px;
}
.home-page-vf9 .header-navi .sub-head-sp .nav ul li a.active:after {
  visibility: visible;
}
.home-page-vf9 .header-navi.fixed {
  top: 0;
}
.home-page-vf9 .header-navi.fixed + section {
  margin-top: 56px;
}
.home-page-vf9 .v3s-footer-bottom.row {
  margin-top: 0 !important;
}
.home-page-vf9 .modal-fullscreen .modal-dialog {
  background: var(--bg-main);
  color: var(--color-dark-grey);
  max-width: unset;
  min-height: 100%;
  width: 100vw;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content {
  border: none;
  min-height: inherit;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content .modal-header {
  align-items: center;
  border: none;
  flex-direction: row;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content .modal-header .close {
  color: var(--color-dark-grey);
  margin: 0 -10px 0 0;
  opacity: 1;
  padding: 5px 10px;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content .modal-header .switch-button {
  flex-direction: row;
  margin-left: 5px;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content ul {
  list-style: none;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content ul li {
  display: inline-flex;
  margin: 1px 0;
  width: 100%;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content ul li a {
  color: var(--color-dark-grey);
  padding: 5px;
  width: 100%;
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content ul li a:hover {
  color: var(--color-dark-grey);
}
.home-page-vf9 .modal-fullscreen .modal-dialog .modal-content ul li a[href="#dragon-forged-block"] {
  color: var(--color-gold);
}
.home-page-vf9 .v3s-header--bottom {
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  top: 100px;
  transition: all 0.3s ease;
}
.home-page-vf9 .v3s-header--bottom.position-fixed {
  top: 0;
}
.home-page-vf9 .link-effect-hover.active-menu:after {
  bottom: -5px;
}
.home-page-vf9 .link-effect-hover:after {
  bottom: -5px;
}
.home-page-vf9 .swiper-hide-backface .swiper-slide {
  visibility: hidden;
}
.home-page-vf9 .swiper-hide-backface .swiper-slide-active {
  visibility: visible;
}
.home-page-vf9 .section-hero .hero-img {
  overflow: hidden;
  text-align: center;
}
.home-page-vf9 .section-hero .hero-img picture {
  background: var(--color-dark-blue);
  position: relative;
}
.home-page-vf9 .section-hero .hero-img picture:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.8s linear;
  width: 100%;
}
.home-page-vf9 .section-hero .hero-img img {
  position: relative;
}
.home-page-vf9 .section-hero .hero-img img:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.8s linear;
  width: 100%;
}
.home-page-vf9 .section-hero .hero-img.dim img:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.08) 50%);
  opacity: 1;
  transition: opacity 0.8s linear;
}
.home-page-vf9 .section-hero .hero-img.dim picture:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.08) 50%);
  opacity: 1;
  transition: opacity 0.8s linear;
}
.home-page-vf9 .section-hero .tag-line {
  position: absolute;
  top: 24%;
  width: 100%;
}
.home-page-vf9 .section-hero .tag-line .content {
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-page-vf9 .section-hero .tag-line .content .logo-vf9 {
  padding: 0 15px;
  position: absolute;
}
.home-page-vf9 .section-hero .tag-line .content .heading strong {
  padding-top: 3%;
  position: relative;
  right: -58%;
}
.home-page-vf9 .section-hero .vehicle-specs {
  align-items: center;
  background: rgba(18, 23, 33, 0.2);
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 50%;
  max-width: calc(100% - 30px);
  padding: 10px 50px;
  position: fixed;
  transform: translateX(-50%);
  width: 1228px;
}
.home-page-vf9 .section-hero .vehicle-specs .statics.statics-pc {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 300;
  gap: 60px;
  justify-content: space-around;
  letter-spacing: -0.02em;
  line-height: 120%;
  text-align: left;
}
.home-page-vf9 .section-hero .vehicle-specs .statics.statics-pc .item {
  min-width: 296px;
}
.home-page-vf9 .section-hero .vehicle-specs .statics.statics-sp {
  display: block;
  width: 100%;
}
.home-page-vf9 .section-hero .vehicle-specs .statics .item {
  width: 100%;
}
.home-page-vf9 .section-hero .vehicle-specs .statics .item p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: left;
}
.home-page-vf9 .section-hero .vehicle-specs .statics .item p strong {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
.home-page-vf9 .section-hero .vehicle-specs .statics .item p small {
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 28px;
}
.home-page-vf9 .section-hero .vehicle-specs .statics .line {
  display: flex;
  width: 1px;
}
.home-page-vf9 .section-hero .vehicle-specs .disclaimer {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 120%;
  text-align: center;
}
.home-page-vf9 .tab-parent .version-select {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
.home-page-vf9 .tab-parent .version-select .item {
  align-items: center;
  color: var(--color-grey);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.1em;
  line-height: 19.6px;
  padding: 5px;
  text-align: center;
}
.home-page-vf9 .tab-parent .version-select .item:after {
  border: 2px solid #1464f4;
  content: "";
  display: block;
  visibility: hidden;
  width: 30px;
}
.home-page-vf9 .tab-parent .version-select .item.active {
  color: var(--color-dark-grey);
}
.home-page-vf9 .tab-parent .version-select .item.active:after {
  visibility: visible;
}
.home-page-vf9 .tab-parent .version-select.invert .item {
  color: var(--color-grey4);
}
.home-page-vf9 .tab-parent .version-select.invert .item.active {
  color: #fff;
}
.home-page-vf9 .tab-parent .tab {
  display: none;
}
.home-page-vf9 .tab-parent .tab.active {
  display: block;
}
.home-page-vf9 .section-version .heading-frame {
  height: 481px;
  margin-bottom: 12vw;
  padding-top: 100px;
}
.home-page-vf9 .section-version .heading-frame .bg {
  background: var(--color-dark-blue);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-page-vf9 .section-version .heading-frame .content {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}
.home-page-vf9 .section-version .heading-frame .content > p {
  font-weight: 300;
}
.home-page-vf9 .section-version .heading-frame .car-animate {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.home-page-vf9 .section-version .heading-frame .car-animate img {
  left: 50%;
  max-width: 540px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
}
.home-page-vf9 .section-version .version-specs .container-medium {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home-page-vf9 .section-version .version-specs .card-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.home-page-vf9 .section-version .version-specs .card-box .card-panel {
  background-color: var(--color-grey3);
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 520px;
  padding: 40px 60px;
  width: 100%;
}
.home-page-vf9 .section-version .version-specs .card-box .card-panel .header {
  background-color: var(--color-light-grey);
  color: var(--txt-grey);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 120%;
  padding: 5px 10px;
  text-align: center;
}
.home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
.home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item {
  color: var(--color-dark-1);
  text-align: left;
}
.home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item .label {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 300;
  gap: 8px;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item .label i {
  display: inline-flex;
}
.home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item .price {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 57.6px;
}
.home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item .price small {
  font-size: 50%;
}
.home-page-vf9 .section-version .version-specs .disclaimer {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 19.6px;
  padding-left: 20px;
  text-align: left;
}
.home-page-vf9 .section-version .version-specs .order-now {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 18px;
  max-width: 335px;
  text-align: center;
  width: 100%;
}
.home-page-vf9 .section-version .version-specs .order-now small {
  font-size: 12px;
}
.home-page-vf9 .section-product-exterior .content {
  display: flex;
  padding-bottom: 160px;
  padding-top: 120px;
}
.home-page-vf9 .section-product-exterior .left-panel {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 960px;
  overflow: hidden;
  padding-left: 80px;
  width: 60%;
}
.home-page-vf9 .section-product-exterior .left-panel .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 140px 100px;
}
.home-page-vf9 .section-product-exterior .left-panel .description > p {
  color: var(--color-black);
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide {
  background-color: var(--ext-slide-bg);
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide .car-preview .swiper-slide {
  text-align: center;
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide .swiper-collect-wrapper {
  padding-bottom: 28px;
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide .vf-swiper-collection-thumb {
  padding-bottom: 2px;
  padding-top: 22px;
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide .vf-swiper-collection-thumb .swiper-slide {
  display: flex;
  justify-content: center;
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide .vf-swiper-collection-thumb .swiper-slide img {
  border: 2px solid transparent;
  border-radius: 50%;
  margin-bottom: 25px;
  width: 46px;
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide .vf-swiper-collection-thumb .swiper-slide .color-name {
  bottom: 0;
  color: var(--color-ext-slide-grey);
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 16px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  visibility: hidden;
  white-space: nowrap;
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide .vf-swiper-collection-thumb .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--color-primary);
}
.home-page-vf9 .section-product-exterior .left-panel .exterior-slide .vf-swiper-collection-thumb .swiper-slide.swiper-slide-thumb-active .color-name {
  visibility: visible;
}
.home-page-vf9 .section-product-exterior .right-panel {
  background-size: cover;
  margin-left: 20px;
  overflow: hidden;
  width: 40%;
}
.home-page-vf9 .section-product-exterior .right-panel .exterior-front-preview .img {
  visibility: hidden;
}
.home-page-vf9 .section-product-exterior .right-panel .exterior-front-preview .img.active {
  visibility: visible;
}
.home-page-vf9 .section-product-interior {
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: 65px;
}
.home-page-vf9 .section-product-interior .bg {
  background-color: var(--color-dark-1);
  content: "";
  height: 54.6vw;
  left: 0;
  max-height: 945px;
  min-height: 560px;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.home-page-vf9 .section-product-interior .first-sight .img {
  overflow: hidden;
}
.home-page-vf9 .section-product-interior .main-slide .content {
  display: flex;
  padding-bottom: 122px;
  padding-top: 63px;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel {
  gap: 50px;
  overflow: hidden;
  padding-left: 180px;
  width: 62%;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 84px;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide {
  max-width: 736px;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .car-preview .vf-swiper-collection img {
  width: 100%;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .car-preview .swiper-slide {
  text-align: center;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .car-preview .interior-description {
  color: var(--color-black);
  display: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 10px;
  padding: 0 10px;
  text-align: left;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .swiper-collect-wrapper {
  padding-bottom: 28px;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .vf-swiper-collection-thumb {
  padding-top: 22px;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .vf-swiper-collection-thumb .swiper-slide {
  border: 2px solid transparent;
}
.home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .vf-swiper-collection-thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--color-primary);
}
.home-page-vf9 .section-product-interior .main-slide .right-panel {
  max-width: 45%;
  padding-top: 26px;
  width: auto;
}
.home-page-vf9 .section-product-interior .main-slide .right-panel .interior-front-preview {
  padding-left: 65px;
}
.home-page-vf9 .section-product-interior .main-slide .right-panel .interior-front-preview .swiper-slide .img-wrapper img {
  width: 100%;
}
.home-page-vf9 .section-product-interior .main-slide .right-panel .interior-front-preview .swiper-slide-active .interior-description {
  visibility: visible;
}
.home-page-vf9 .section-product-interior .main-slide .right-panel .interior-front-preview .interior-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 57px;
  visibility: hidden;
}
.home-page-vf9 .section-product-interior .cta-group {
  background-color: var(--color-white);
}
.home-page-vf9 .section-technology {
  padding-top: 120px;
}
.home-page-vf9 .section-technology .content {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 120px;
  text-align: center;
}
.home-page-vf9 .section-technology .video-showcase {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 200px;
}
.home-page-vf9 .section-technology .video-showcase .bg {
  background-color: var(--color-dark-1);
  bottom: 0;
  content: "";
  height: 27.8vw;
  left: 0;
  max-height: 481px;
  min-height: 300px;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.home-page-vf9 .section-technology .video-showcase .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.home-page-vf9 .section-technology .video-showcase .container:before {
  background: var(--color-white-constant);
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.home-page-vf9 .section-technology .video-showcase .video-player {
  max-width: 100%;
  transition: max-width 0.5s ease-out;
  width: 100%;
}
.home-page-vf9 .section-technology .video-showcase .video-player .video {
  display: none;
  width: 100%;
}
.home-page-vf9 .section-technology .video-showcase .video-player .video video {
  width: 100%;
}
.home-page-vf9 .section-technology .video-showcase .video-player .video.active {
  display: block;
}
.home-page-vf9 .section-exclusive-rights {
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
.home-page-vf9 .section-exclusive-rights .swiper {
  height: 100vh;
}
.home-page-vf9 .section-exclusive-rights .page {
  background-size: cover;
  min-height: 100vh;
  overflow: auto;
  padding-top: 120px;
  width: 100%;
}
.home-page-vf9 .section-exclusive-rights .page .content {
  padding-bottom: 50px;
}
.home-page-vf9 .section-exclusive-rights .page .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-page-vf9 .section-exclusive-rights .page .description dl {
  background: var(--color-bg-dl);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 40px;
}
.home-page-vf9 .section-exclusive-rights .page .description dl dt {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 36px;
  font-weight: 700;
  gap: 19px;
  letter-spacing: -0.04em;
  line-height: 120%;
  text-align: left;
}
.home-page-vf9 .section-exclusive-rights .page .description dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.home-page-vf9 .section-exclusive-rights .page .description dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-left: 30px;
}
.home-page-vf9 .section-exclusive-rights .page .description .cta-group .content {
  padding-bottom: 65px;
}
.home-page-vf9 .section-exclusive-rights .page.active {
  display: block;
}
.home-page-vf9 .section-exclusive-rights .page.page-2 {
  padding-bottom: 90px;
  width: 100%;
}
.home-page-vf9 .section-exclusive-rights .page.page-2 .description {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.home-page-vf9 .section-exclusive-rights .page.page-2 .description dl {
  width: calc(50% - 10px);
}
.home-page-vf9 .section-exclusive-rights .page.page-2 .description dl:nth-child(2) {
  align-self: end;
}
.home-page-vf9 .section-exclusive-rights .page.page-2 .description dl:nth-child(4) {
  align-self: start;
}
.home-page-vf9 .modal.customize-modal .modal-dialog {
  border-radius: 12px;
  max-width: unset;
  overflow: hidden;
}
.home-page-vf9 .modal .modal-content .close {
  border: none;
  font-size: 30px;
  height: 32px;
  outline: none;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 32px;
  z-index: 10;
}
.home-page-vf9 .modal .modal-content .header {
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
  padding: 0 60px;
}
.home-page-vf9 .modal .modal-content .header .ttl {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 120%;
}
.home-page-vf9 .modal .modal-content .header p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 22.4px;
}
.home-page-vf9 #installmentCostPopUp .modal-content {
  background: var(--color-white-constant);
  max-height: 85vh;
  max-width: 785px;
  overflow: hidden;
}
.home-page-vf9 #installmentCostPopUp .modal-content table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
}
.home-page-vf9 #installmentCostPopUp .modal-content thead tr {
  background-color: var(--color-primary);
  position: sticky;
  top: 0;
  z-index: 1;
}
.home-page-vf9 #installmentCostPopUp .modal-content thead tr th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
}
.home-page-vf9 #installmentCostPopUp .modal-content td {
  padding: 5px 15px;
  text-align: center;
}
.home-page-vf9 #installmentCostPopUp .modal-content tbody tr {
  background-color: var(--tbl-row-odd-bg);
  border-bottom: 1px solid #fff;
}
.home-page-vf9 #installmentCostPopUp .modal-content tbody tr:nth-of-type(2n) {
  background-color: var(--tbl-row-even-bg);
}
.home-page-vf9 #installmentCostPopUp .modal-content tbody tr td {
  border: 1px solid #fff;
  font-weight: 600;
}
.home-page-vf9 #batteryLeasePopUp .modal-dialog {
  max-width: 95%;
  width: 920px;
}
.home-page-vf9 #batteryLeasePopUp .modal-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-page-vf9 #batteryLeasePopUp .modal-body dl dt {
  color: #1464f4;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 19.6px;
  position: relative;
}
.home-page-vf9 #batteryLeasePopUp .modal-body dl dt span {
  background: var(--color-white-constant);
  padding: 0 10px;
}
.home-page-vf9 #batteryLeasePopUp .modal-body dl dt:before {
  background-color: var(--color-grey);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.home-page-vf9 #batteryLeasePopUp .modal-body dl dd {
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 10px;
}
.home-page-vf9 .section-charging-solution .cover-hero-img {
  overflow: hidden;
}
.home-page-vf9 .section-charging-solution .cover-hero-img img {
  max-width: 100vw;
  width: 100%;
}
.home-page-vf9 .section-charging-solution .cover-hero-img .description {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 0;
  position: absolute;
  top: 235px;
  width: 100%;
}
.home-page-vf9 .section-charging-solution .content {
  display: flex;
}
.home-page-vf9 .section-charging-solution .left-panel {
  gap: 50px;
  overflow: hidden;
  padding-left: 155px;
  width: 60%;
}
.home-page-vf9 .section-charging-solution .left-panel .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 155px 0 135px;
}
.home-page-vf9 .section-charging-solution .right-panel {
  overflow: hidden;
  padding-left: 100px;
  width: 40%;
}
.home-page-vf9 .section-charging-solution .charging-items .swiper .charging-solution-item {
  color: var(--color-dark-1);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 300;
  gap: 8px;
  letter-spacing: -0.02em;
  line-height: 24px;
  margin-bottom: 35px;
  min-height: 105px;
  padding-left: 30px;
  text-align: left;
}
.home-page-vf9 .section-charging-solution .charging-items .swiper .charging-solution-item:last-child {
  margin-bottom: 0;
}
.home-page-vf9 .section-charging-solution .charging-items .swiper .charging-solution-item:before {
  background-color: var(--color-slide-paginate);
  border-radius: 10px;
  content: "";
  display: block;
  height: 92px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.home-page-vf9 .section-charging-solution .charging-items .swiper .charging-solution-item strong {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 43.2px;
}
.home-page-vf9 .section-charging-solution .charging-items .swiper .charging-solution-item strong small {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 28px;
}
.home-page-vf9 .section-charging-solution .charging-items .swiper .charging-solution-item a {
  border: none;
  color: #1464f4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 16.8px;
  outline: none;
}
.home-page-vf9 .section-charging-solution .charging-items .swiper .charging-solution-item.swiper-slide-thumb-active:before {
  background-color: var(--color-primary);
}
.home-page-vf9 .section-lead-form {
  background-size: cover;
}
.home-page-vf9 .section-lead-form .section-wrapper {
  background: var(--color-white-constant);
  padding: 220px 0 300px;
}
.home-page-vf9 .section-lead-form .logo-hero-img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-page-vf9 .section-lead-form .logo-hero-img img {
  max-width: 600px;
  width: 100%;
}
.home-page-vf9 .section-lead-form .content {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.home-page-vf9 .section-lead-form .form-subscribe {
  max-width: 582px;
  padding: 20px 30px;
  width: 100%;
}
.home-page-vf9 .section-lead-form .form-subscribe .form-group {
  display: flex;
  flex-direction: column;
}
.home-page-vf9 .section-lead-form .form-subscribe .form-group .form-label-group {
  margin-bottom: 60px;
}
.home-page-vf9 .section-lead-form .form-subscribe .form-group .form-label-group input {
  border: 0;
  border-bottom: 1px solid var(--color-dark-grey);
  border-radius: 0;
  background: transparent;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-left: 0;
}
.home-page-vf9 .section-lead-form .form-subscribe .form-group .form-label-group input:-webkit-autofill {
  border: 0 !important;
  border-bottom: 1px solid var(--color-dark-grey);
  border-radius: 0;
}
.home-page-vf9 .section-lead-form .form-subscribe .form-group .form-label-group input:autofill {
  border: 0 !important;
  border-bottom: 1px solid var(--color-dark-grey);
  border-radius: 0;
}
.home-page-vf9 .section-lead-form .form-subscribe .form-group .form-label-group label {
  background: transparent;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-left: 0;
}
.home-page-vf9 .section-lead-form .form-subscribe .form-message {
  color: var(--danger-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 10px;
  text-align: left;
}
.home-page-vf9 .section-lead-form .form-subscribe .t-and-c {
  color: var(--color-dark-grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 150%;
  margin-bottom: 25px;
  text-align: left;
}
.home-page-vf9 .section-lead-form .form-subscribe .t-and-c a {
  color: #1464f4;
  text-decoration: underline;
}
.home-page-vf9 footer.v3s-footer .v3s-footer-bottom {
  background-color: var(--bg-main-darker);
  color: var(--color-white);
}
.home-page-vf9 footer.v3s-footer .v3s-footer-bottom .contact-group {
  background-color: var(--bg-main-darker);
  color: var(--color-white);
}
.home-page-vf9 footer.v3s-footer .v3s-footer-bottom .v3s-footer--about-expand {
  background-color: var(--bg-main-darker);
  color: var(--color-white);
}
.home-page-vf9 footer.v3s-footer .v3s-footer-bottom a {
  color: var(--color-white);
}
.home-page-vf9 footer.v3s-footer .v3s-footer-bottom li {
  color: var(--color-white);
}
.home-page-vf9 footer.v3s-footer .v3s-footer-bottom p {
  color: var(--color-white);
}
.home-page-vf9 footer.v3s-footer .v3s-footer-bottom span {
  color: var(--color-white);
  display: unset;
}
.home-page-vf9 footer.v3s-footer .v3s-footer-bottom .subscribe-newsletter button span {
  color: var(--color-white-constant);
}
@media screen and (max-width: 320px) {
  .home-page-vf9 #select2-scheduleTime #scheduleTimeSession > div {
    flex-direction: column;
  }
  .home-page-vf9 #select2-scheduleTime #scheduleTimeSession > div button {
    line-height: 40px;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
  .home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}
@media screen and (max-width: 280px) {
  .home-page-vf9 #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-vf9 #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
  }
  .home-page-vf9 #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
  .home-page-vf9 #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
}
@media screen and (max-width: 768px) {
  .home-page-vf9 .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
  .home-page-vf9 .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
  .home-page-vf9 #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
  .home-page-vf9 #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
  .home-page-vf9 #batteryLeasePopUp .modal-body dl dd {
    flex-direction: column;
    row-gap: 10px;
  }
  .home-page-vf9 #batteryLeasePopUp .modal-body dl dd .pin {
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) {
  .home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
  .home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
  .home-page-vf9 .section-lead-common .form-subscribe .form-control {
    font-size: 0.833vw;
  }
  .home-page-vf9 .section-lead-common .form-subscribe .check-email {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-page-vf9 .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
  .home-page-vf9 .section-lead-common .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
@media screen and (min-width: 769px) {
  .home-page-vf9 .section-lead-common .title {
    font-size: 36px;
  }
  .home-page-vf9 .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
    flex-basis: 32%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .home-page-vf9 .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .home-page-vf9 .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .home-page-vf9 .heading {
    font-size: 28px;
  }
  .home-page-vf9 .heading strong {
    font-size: 36px;
  }
  .home-page-vf9 header .btn {
    flex-grow: 1;
  }
  .home-page-vf9 section .btn {
    flex-grow: 1;
  }
  .home-page-vf9 .section-hero {
    z-index: 100;
  }
  .home-page-vf9 .section-hero .tag-line .content .logo-vf9 img {
    max-width: 400px;
    width: 100%;
  }
  .home-page-vf9 .section-hero .vehicle-specs {
    align-items: flex-start;
    max-width: 500px;
    padding: 16px;
    width: calc(100% - 30px);
  }
  .home-page-vf9 .section-hero .vehicle-specs .statics.statics-pc {
    display: none;
  }
  .home-page-vf9 .section-hero .vehicle-specs .statics .item p strong {
    font-size: 36px;
  }
  .home-page-vf9 .section-hero .vehicle-specs .statics .line {
    display: none;
  }
  .home-page-vf9 .section-version .version-specs .card-box .card-panel {
    padding: 20px;
  }
  .home-page-vf9 .section-version .version-specs .card-box .card-panel .header {
    font-size: 20px;
  }
  .home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item {
    text-align: center;
  }
  .home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item .label {
    font-size: 16px;
    justify-content: center;
  }
  .home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item .price {
    font-size: 36px;
  }
  .home-page-vf9 .section-version .version-specs .card-box .card-panel .card-body .item .price small {
    font-size: 75%;
  }
  .home-page-vf9 .section-product-exterior .content {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .home-page-vf9 .section-product-exterior .left-panel {
    max-width: unset;
    padding-left: 0;
    width: 100%;
  }
  .home-page-vf9 .section-product-exterior .left-panel .description {
    padding: 0 0 20px;
  }
  .home-page-vf9 .section-product-exterior .right-panel {
    display: none;
  }
  .home-page-vf9 .section-product-interior {
    padding-bottom: 38px;
    padding-top: 0;
  }
  .home-page-vf9 .section-product-interior .bg {
    display: none;
  }
  .home-page-vf9 .section-product-interior .first-sight {
    background-color: var(--color-dark-1);
  }
  .home-page-vf9 .section-product-interior .first-sight .container-medium {
    padding: 0;
  }
  .home-page-vf9 .section-product-interior .main-slide .container {
    padding: 0;
  }
  .home-page-vf9 .section-product-interior .main-slide .content {
    padding-bottom: 0;
    padding-top: 0;
  }
  .home-page-vf9 .section-product-interior .main-slide .left-panel {
    padding-left: 0;
    width: 100%;
  }
  .home-page-vf9 .section-product-interior .main-slide .left-panel .description {
    background-color: var(--color-dark-1);
    padding: 86px 15px 74px;
  }
  .home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide {
    max-width: unset;
  }
  .home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .car-preview .interior-description {
    display: block;
  }
  .home-page-vf9 .section-product-interior .main-slide .left-panel .interior-slide .vf-swiper-collection-thumb {
    padding: 22px 15px 0;
  }
  .home-page-vf9 .section-product-interior .main-slide .right-panel {
    display: none;
  }
  .home-page-vf9 .section-technology .content {
    padding-bottom: 200px;
  }
  .home-page-vf9 .section-technology .video-showcase {
    background-color: var(--color-dark-1);
  }
  .home-page-vf9 .section-technology .video-showcase .version-select {
    gap: 40px;
  }
  .home-page-vf9 .section-exclusive-rights .page .description dl {
    padding: 30px 15px;
  }
  .home-page-vf9 .section-exclusive-rights .page .description dl dt {
    align-items: flex-start;
    flex-direction: column;
    font-size: 24px;
  }
  .home-page-vf9 .section-exclusive-rights .page .description dl dd ul {
    padding-left: 25px;
  }
  .home-page-vf9 .section-exclusive-rights .page.page-2 .description {
    flex-direction: column;
  }
  .home-page-vf9 .section-exclusive-rights .page.page-2 .description dl {
    width: 100%;
  }
  .home-page-vf9 .modal .modal-content .header .ttl {
    font-size: 24px;
  }
  .home-page-vf9 .modal .modal-content .modal-body {
    padding: 0 15px;
  }
  .home-page-vf9 #installmentCostPopUp .modal-content thead tr th {
    font-size: 14px;
    padding: 10px 5px;
  }
  .home-page-vf9 #batteryLeasePopUp .modal-body {
    max-height: calc(70vh - 60px);
  }
  .home-page-vf9 .section-charging-solution .container {
    padding: 0;
  }
  .home-page-vf9 .section-charging-solution .cover-hero-img .description {
    display: none;
  }
  .home-page-vf9 .section-charging-solution .content {
    flex-wrap: wrap;
  }
  .home-page-vf9 .section-charging-solution .left-panel {
    padding-left: 0;
    width: 100%;
  }
  .home-page-vf9 .section-charging-solution .left-panel .description {
    padding: 0;
  }
  .home-page-vf9 .section-charging-solution .right-panel {
    padding-left: 0;
    width: 100%;
  }
  .home-page-vf9 .section-charging-solution .content-1 {
    padding: 30px 15px;
  }
  .home-page-vf9 .section-charging-solution .content-1 .right-panel {
    display: none;
  }
  .home-page-vf9 .section-charging-solution .content-2 .right-panel {
    padding: 30px 40px 60px;
  }
  .home-page-vf9 .section-lead-form .section-wrapper {
    padding: 80px 0 90px;
  }
  .home-page-vf9 .section-lead-form .form-head .heading {
    padding-bottom: 20px;
    padding-top: 12px;
  }
  .home-page-vf9 .section-lead-form .form-head .intro {
    text-align: center;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1920px) {
  .home-page-vf9 .heading {
    font-size: 2.5vw;
  }
  .home-page-vf9 .heading strong {
    font-size: 3.75vw;
  }
  .home-page-vf9 .section-hero .heading {
    font-size: 48px;
  }
  .home-page-vf9 .section-hero .heading strong {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page-vf9 .header-navi.fixed + section {
    margin-top: 72px;
  }
  .home-page-vf9 .header-navi .body .main-navi {
    display: block;
  }
  .home-page-vf9 .header-navi .body .main-navi ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
    list-style: none;
  }
  .home-page-vf9 .header-navi .body .right-navi .btn.btn-consultant {
    padding: 16px 24px;
  }
  .home-page-vf9 .section-hero .vehicle-specs .statics.statics-sp {
    display: none;
  }
  .home-page-vf9 .section-charging-solution .cover-hero-img {
    display: none;
    height: 100vh;
    overflow: visible;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right;
    width: 100%;
    z-index: 10;
  }
  .home-page-vf9 .section-charging-solution .cover-hero-img img {
    position: absolute;
    right: 0;
    transform-origin: right;
  }
}
@media print {
  .home-page-vf9 .header-navi.fixed + section {
    margin-top: 72px;
  }
  .home-page-vf9 .header-navi .body .main-navi {
    display: block;
  }
  .home-page-vf9 .header-navi .body .main-navi ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: center;
    list-style: none;
  }
  .home-page-vf9 .header-navi .body .right-navi .btn.btn-consultant {
    padding: 16px 24px;
  }
  .home-page-vf9 .section-hero .vehicle-specs .statics.statics-sp {
    display: none;
  }
  .home-page-vf9 .section-charging-solution .cover-hero-img {
    display: none;
    height: 100vh;
    overflow: visible;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right;
    width: 100%;
    z-index: 10;
  }
  .home-page-vf9 .section-charging-solution .cover-hero-img img {
    position: absolute;
    right: 0;
    transform-origin: right;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-vf9 .header-navi .body .right-navi .btn.btn-primary {
    margin-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .home-page-vf9 .header-navi .sub-head-sp .nav .row-1 .left-nav .nav-logo {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .home-page-vf9 .header-navi .sub-head-sp .nav .row-1 .right-nav .btn {
    padding: 10px;
  }
}
@media screen and (min-wdith: 600px) {
  .home-page-vf9 #installmentCostPopUp .modal-content {
    width: calc(100vw - 30px);
  }
}

.homePageMinio .brand-color {
  color: #1464f4;
}
.homePageMinio :root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c ;
}
.homePageMinio input:-webkit-autofill, .homePageMinio input:-webkit-autofill:focus, .homePageMinio input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.homePageMinio .form-label-group {
  position: relative;
}
.homePageMinio .form-label-group input, .homePageMinio .form-label-group label, .homePageMinio .form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.homePageMinio .form-label-group input:focus, .homePageMinio .form-label-group label:focus, .homePageMinio .form-label-group select:focus {
  outline: none;
}
.homePageMinio .form-label-group input[disabled] ~ label, .homePageMinio .form-label-group label[disabled] ~ label, .homePageMinio .form-label-group select[disabled] ~ label {
  color: #8a8a8a !important;
}
.homePageMinio .form-label-group input[disabled] ~ span, .homePageMinio .form-label-group label[disabled] ~ span, .homePageMinio .form-label-group select[disabled] ~ span {
  background: #f0f3f3;
}
.homePageMinio .form-label-group .select2-container {
  width: 100% !important;
}
.homePageMinio .form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important;
}
.homePageMinio .form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px;
}
.homePageMinio .form-label-group .select2-container .select2-selection .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 20px);
  position: absolute;
}
.homePageMinio .form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}
.homePageMinio .form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all 0.2s;
  width: 12px !important;
}
.homePageMinio .form-label-group label {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.homePageMinio .form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px;
}
.homePageMinio .form-label-group input::-moz-placeholder {
  color: transparent !important;
}
.homePageMinio .form-label-group input::placeholder {
  color: transparent !important;
}
.homePageMinio .form-label-group input:not(:-moz-placeholder), .homePageMinio .form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.homePageMinio .form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.homePageMinio .form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px;
}
.homePageMinio .form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px;
}
.homePageMinio .form-label-group input#amount:not(:-moz-placeholder) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homePageMinio .form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homePageMinio .form-label-group input:not(:-moz-placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageMinio .form-label-group input:not(:-moz-placeholder-shown) ~ label.required:after {
  color: inherit;
}
.homePageMinio .form-label-group input:not(:-moz-placeholder) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageMinio .form-label-group input:not(:placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageMinio .form-label-group input:-webkit-autofill ~ label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageMinio .form-label-group input:-webkit-autofill ~ label.required:after {
  color: inherit;
}
.homePageMinio .form-label-group .select2-container ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.homePageMinio .form-label-group .select2-container ~ label.required:after {
  color: inherit;
}
.homePageMinio .form-label-group select.select2-label-placeholder ~ label {
  height: auto;
}
.homePageMinio .form-label-group select.select2-label-placeholder.select2-empty ~ label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height) / 2);
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageMinio .form-label-group select.select2-label-placeholder.select2-empty ~ label:after {
  color: #1464f4;
}
.homePageMinio .form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  top: 0;
}
.homePageMinio .form-label-group.has-icon .icon svg {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.homePageMinio .form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0;
}
.homePageMinio .form-label-group.has-icon input, .homePageMinio .form-label-group.has-icon select {
  padding-left: 3rem;
}
.homePageMinio .form-label-group.has-icon input.js_numText, .homePageMinio .form-label-group.has-icon select.js_numText {
  padding-right: 4rem;
}
.homePageMinio .form-label-group.has-icon input:not(:-moz-placeholder) ~ .icon svg {
  top: 72%;
}
.homePageMinio .form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
  top: 72%;
}
.homePageMinio .form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
  top: 70%;
}
.homePageMinio .form-label-group.has-icon label {
  left: 2rem;
}
.homePageMinio .form-label-group.has-icon .select2-container .select2-selection {
  padding-left: 3rem;
}
.homePageMinio .form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 3rem);
}
@supports (-ms-ime-align: auto) {
  .homePageMinio .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .homePageMinio .form-label-group label {
    position: static;
  }
  .homePageMinio .form-label-group input::-ms-input-placeholder {
    color: var(--label-floating-color);
  }
}
.homePageMinio input.is-invalid, .homePageMinio input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.homePageMinio .is-success, .homePageMinio .is-success-carDeposit {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.homePageMinio .is-success-carDeposit {
  padding-left: 10%;
}
.homePageMinio #select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}
.homePageMinio #select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.homePageMinio #select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.homePageMinio #select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}
.homePageMinio #select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}
@media screen and (max-width: 320px) {
  .homePageMinio #select2-scheduleTime #scheduleTimeSession > div {
    flex-direction: column;
  }
  .homePageMinio #select2-scheduleTime #scheduleTimeSession > div button {
    line-height: 40px;
    margin: 0;
  }
}
.homePageMinio #select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}
.homePageMinio #select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}
@media screen and (max-width: 375px) {
  .homePageMinio #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 280px) {
  .homePageMinio #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}
.homePageMinio #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .homePageMinio #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}
.homePageMinio #select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover, .homePageMinio #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
.homePageMinio #select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}
.homePageMinio #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none;
}
.homePageMinio #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}
.homePageMinio #ui-datepicker-div {
  padding: 0;
  width: 27em;
}
@media screen and (max-width: 767px) {
  .homePageMinio #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
  }
  .homePageMinio #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
}
.homePageMinio #ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span, .homePageMinio #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}
.homePageMinio #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover, .homePageMinio #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}
@media screen and (max-width: 767px) {
  .homePageMinio #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
}
.homePageMinio #ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active, .homePageMinio #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}
.homePageMinio #ui-datepicker-div .ui-datepicker-month, .homePageMinio #ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
.homePageMinio #ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}
.homePageMinio #ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.homePageMinio #ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.homePageMinio #ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2;
}
.homePageMinio .no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative;
}
.homePageMinio .no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}
.homePageMinio .no-place span {
  margin-left: 35px;
}
.homePageMinio .date-picker-today, .homePageMinio .date-picker-today p {
  align-items: center;
  justify-content: center;
}
.homePageMinio .date-picker-today p {
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0 10px 0 0;
  width: 25px;
}
.homePageMinio .date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px;
}
.homePageMinio #ui-datepicker-div, .homePageMinio .select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.homePageMinio .vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px;
}
.homePageMinio .vf-modal-popup .modal-content {
  padding: 30px;
}
.homePageMinio .vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px;
}
.homePageMinio .vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none;
}
.homePageMinio .vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}
.homePageMinio .vf-modal-popup .modal-body .group-button {
  text-align: center;
}
.homePageMinio .vf-modal-popup .modal-body .group-button .btn-primary, .homePageMinio .vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.homePageMinio .vf-modal-popup .modal-body .group-button .btn-primary:hover, .homePageMinio .vf-modal-popup .modal-body .group-button button:hover {
  opacity: 0.8;
}
.homePageMinio #vpoint-section, .homePageMinio .vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homePageMinio #vpoint-section > li, .homePageMinio .vinclub-promotion > li {
  margin-bottom: 0 !important;
}
.homePageMinio #vpoint-section .available-vpoint .vpoint, .homePageMinio .vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageMinio #vpoint-section #usingVPoints input[name=usingVPoints], .homePageMinio .vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
.homePageMinio #vpoint-section #usingVPoints .vpoint-amount, .homePageMinio .vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
.homePageMinio #vpoint-section #usingVPoints .do-recalc-vpoint, .homePageMinio .vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.homePageMinio .car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}
.homePageMinio .car-common-popup-lead .modal-content {
  border: 0;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body .lead-kv {
  display: flex;
}
@media screen and (max-width: 768px) {
  .homePageMinio .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageMinio .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body .form-subtitle, .homePageMinio .car-common-popup-lead .modal-content .modal-body h3 {
  text-align: center;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.homePageMinio .car-common-popup-lead .modal-content .modal-body .registration-btn > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.homePageMinio .car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.homePageMinio .car-common-popup-lead .modal-content .close:focus {
  outline: none;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  .homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageMinio .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}
.homePageMinio .car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageMinio .car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}
.homePageMinio .car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.homePageMinio .car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}
.homePageMinio .car-common-popup-lead .modal-content .term a {
  color: #1464f4;
}
.homePageMinio .car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}
.homePageMinio #modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
.homePageMinio #modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
@media screen and (max-width: 768px) {
  .homePageMinio #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
}
.homePageMinio #modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageMinio #modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .homePageMinio #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
}
.homePageMinio #modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
.homePageMinio #modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageMinio #modal-lead-register-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
.homePageMinio #modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.homePageMinio #modal-lead-register-thank .modal-buttons button#button-close {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
.homePageMinio #popup-lead {
  z-index: 1051;
}
.homePageMinio :root {
  --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
  --white: #fff;
  --new-1464-f-4-future-blue: #1464f4;
  --danger-color: #dc3545;
  --under-line-gray: #d9e1e2;
  --valid-color: #3aa200 ;
}
.homePageMinio .section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0;
}
.homePageMinio .section-lead-common input.valid {
  border: 1px solid var(--valid-color) !important;
}
.homePageMinio .section-lead-common input.error {
  border: 1px solid var(--danger-color) !important;
}
.homePageMinio .section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.homePageMinio .section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .homePageMinio .section-lead-common .title {
    font-size: 36px;
  }
}
.homePageMinio .section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.homePageMinio .section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageMinio .section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .form-label-group > .label {
  color: #8a8a8a;
  text-align: left;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .form-label-group > .label.required:after {
  display: inline-block;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
  row-gap: 10px;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .option-group .option-head-tab {
  align-items: center;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .option-group .option-head-tab li {
  border-bottom: 4px solid #f7f9f9;
  color: #8a8a8a;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  line-height: 150%;
  padding: 5px 15px;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .option-group .option-head-tab li.active {
  border-bottom-color: var(--new-1464-f-4-future-blue);
  color: var(--new-1464-f-4-future-blue);
}
.homePageMinio .section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px;
}
.homePageMinio .section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%;
}
.homePageMinio .section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageMinio .section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
@media (min-width: 992px) {
  .homePageMinio .section-lead-common .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageMinio .section-lead-common .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageMinio .section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageMinio .section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageMinio .section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageMinio .section-lead-common .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageMinio .section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageMinio .section-lead-common .form-subscribe .check-email.hide {
  display: none;
}
.homePageMinio .section-lead-common .form-subscribe .subscribe-countdown {
  position: relative;
}
.homePageMinio .section-lead-common .t-and-c {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.homePageMinio .section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageMinio .section-lead-common .select-showroom .box-select {
  margin-bottom: 12px;
}
.homePageMinio .section-lead-common .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}
.homePageMinio .section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left;
}
.homePageMinio html {
  scroll-behavior: smooth;
}
.homePageMinio .page-wrapper {
  padding-top: 84px;
}
@media screen and (max-width: 992px) {
  .homePageMinio .page-wrapper {
    padding-top: 60px;
  }
}
.homePageMinio .mt-48 {
  margin-top: 48px;
}
.homePageMinio section {
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homePageMinio section {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.homePageMinio .flex-1 {
  flex: 1;
}
.homePageMinio .swiper-wrapper {
  align-items: flex-end;
}
.homePageMinio .album-block {
  padding: 0;
}
.homePageMinio .album-block .album {
  margin: 0 auto;
  max-width: 1440px;
}
.homePageMinio .album-block .sticky-brand {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 10;
}
.homePageMinio .album-block .sticky-brand img {
  max-width: 688px;
  width: 100%;
}
.homePageMinio .album-block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.homePageMinio .album-block .album-swiper {
  overflow: hidden;
  position: relative;
}
.homePageMinio .album-block .album-swiper .swiper-pagination {
  bottom: 33px;
  text-align: center;
}
.homePageMinio .album-block .album-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 8px;
  width: 8px;
}
.homePageMinio .album-block .album-swiper .swiper-button-next, .homePageMinio .album-block .album-swiper .swiper-button-prev {
  align-items: center;
  background: hsla(0, 1%, 50%, 0.459);
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: unset;
  width: 48px;
  z-index: 100;
}
.homePageMinio .album-block .album-swiper .swiper-button-next:after, .homePageMinio .album-block .album-swiper .swiper-button-prev:after {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.homePageMinio .album-block .album-swiper .swiper-button-prev {
  left: 40px;
}
.homePageMinio .album-block .album-swiper .swiper-button-next {
  right: 40px;
}
.homePageMinio .extcolor-block {
  padding: 96px 0 0;
}
@media screen and (max-width: 767px) {
  .homePageMinio .extcolor-block {
    padding-top: 30px;
  }
}
.homePageMinio .extcolor-block .extcolor {
  margin: 0 auto;
  max-width: 1440px;
}
.homePageMinio .extcolor-block .extcolor-header h3 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homePageMinio .extcolor-block .extcolor-header h3 {
    font-size: 28px;
    margin: 0 16px 24px;
  }
}
.homePageMinio .extcolor-block .extcolor-header ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  list-style-type: none;
}
.homePageMinio .extcolor-block .extcolor-header ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.homePageMinio .extcolor-block .extcolor-header ul li label {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .extcolor-block .extcolor-header ul li span {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .homePageMinio .extcolor-block .extcolor-header ul {
    gap: 16px;
  }
  .homePageMinio .extcolor-block .extcolor-header ul li {
    width: 48%;
  }
  .homePageMinio .extcolor-block .extcolor-header ul li label {
    font-size: 12px;
  }
  .homePageMinio .extcolor-block .extcolor-header ul li span {
    font-size: 18px;
  }
}
.homePageMinio .extcolor-block .extcolor-footer {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homePageMinio .extcolor-block .extcolor-footer {
    margin-bottom: 60px;
  }
}
.homePageMinio .extcolor-block .extcolor-footer a.btn {
  align-items: center;
  border-radius: 3px;
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 15.06px;
  max-width: 204px;
  text-transform: uppercase;
}
.homePageMinio .extcolor-block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.homePageMinio .extcolor-block .nav-tabs {
  display: flex;
  gap: 48px;
  justify-content: center;
}
.homePageMinio .extcolor-block .nav-tabs .nav-item .nav-link {
  background: none;
  border: none;
  height: 40px;
  margin: unset;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 40px;
}
.homePageMinio .extcolor-block .nav-tabs .nav-item .nav-link:focus, .homePageMinio .extcolor-block .nav-tabs .nav-item .nav-link:focus-within {
  outline: none;
}
.homePageMinio .extcolor-block .nav-tabs .nav-item .nav-link.active:after {
  border: 3px solid #1464f4;
  border-radius: 50%;
  content: "";
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.homePageMinio .extcolor-block .extcolor-swiper {
  overflow: hidden;
  position: relative;
}
.homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-next, .homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-prev {
  align-items: center;
  background: linear-gradient(0deg, rgba(20, 100, 244, 0.1), rgba(20, 100, 244, 0.1)), linear-gradient(0deg, #fff, #fff);
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: unset;
  top: 50%;
  width: 48px;
  z-index: 100;
}
.homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-next:after, .homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-prev:after {
  color: #1464f4;
  font-size: 13px;
  font-weight: 700;
}
.homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-prev {
  left: 0;
}
.homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-next, .homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-prev {
    bottom: 22%;
    height: 32px;
    top: unset;
    width: 32px;
  }
  .homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-prev {
    left: 40%;
  }
  .homePageMinio .extcolor-block .extcolor-swiper .extcolor-swiper-button-next {
    right: 40%;
  }
}
.homePageMinio .extcolor-block .extcolor-label {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin: 48px 0 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homePageMinio .extcolor-block .extcolor-label {
    font-size: 16px;
    margin-top: 60px;
  }
}
.homePageMinio .homePageVF5-spec {
  padding-bottom: 96px;
}
.homePageMinio .homePageVF5-spec .container-spec {
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.homePageMinio .homePageVF5-spec .content-top {
  top: 10%;
}
.homePageMinio .homePageVF5-spec .content-top > * {
  color: #fff;
}
.homePageMinio .homePageVF5-spec .content-bottom {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.homePageMinio .homePageVF5-spec .content-bottom > * {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .content-bottom {
    flex-wrap: wrap;
    gap: 16px;
  }
  .homePageMinio .homePageVF5-spec .content-bottom .spec-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 46%;
  }
  .homePageMinio .homePageVF5-spec .content-bottom .spec-group p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.57px;
  }
}
.homePageMinio .homePageVF5-spec .banner-spec {
  background-position: bottom;
  background-size: cover;
  margin-bottom: 120px;
  min-height: 340px;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .banner-spec {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 601px) {
  .homePageMinio .homePageVF5-spec .banner-spec {
    background-image: none !important;
  }
}
@media screen and (max-width: 600px) {
  .homePageMinio .homePageVF5-spec .banner-spec > img, .homePageMinio .homePageVF5-spec .banner-spec > picture {
    display: none;
  }
}
.homePageMinio .homePageVF5-spec .spec-group span {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container {
  max-width: 1440px;
  padding: 0 15px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .row {
  justify-content: center;
  padding: 0 15px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .infomation-wrap {
  max-width: 1128px;
}
@media screen and (max-width: 1440px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container {
    max-width: unset;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container h2 {
  letter-spacing: -0.02em;
  text-align: center;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-header {
  margin-bottom: 16px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-header img {
  max-height: 20px;
  max-width: 100%;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-header h3 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-header h3 {
    font-size: 28px;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 475px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content {
    display: flex;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list, .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content-desc {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list, .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content-desc {
    flex-direction: column;
    gap: 24px;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item, .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item {
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item h3, .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span, .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span, .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item span {
    font-size: 16px;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span > span, .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content-desc .parameter-item span > span {
  padding-top: 8px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content .parameter-list p, .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content-desc p {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-content hr {
  border-top: 1px solid #84a3b6;
  margin: 0;
  width: 100%;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-footer {
  display: flex;
  gap: 12px;
  justify-content: center;
  text-align: center;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-footer a {
  align-items: center;
  border-radius: 0;
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 15.06px;
  max-width: 204px;
  text-transform: uppercase;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-contacts {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-contacts .contact-title {
  color: #000;
  flex-basis: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-contacts .parameter-contact {
  background: #f7f9f9;
  padding: 30px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-contacts .parameter-contact .contact-name {
  color: #1f2125;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-contacts .parameter-contact p {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-contacts .parameter-contact p a {
  color: #1464f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-style: solid;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-contacts .parameter-contact p a.phone {
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-contacts .parameter-contact {
    justify-content: flex-start;
    padding: 12px;
    width: 100%;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-info {
  margin: 30px 0;
  overflow: hidden;
  width: 100%;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-info .slides {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-info .slides {
    flex-wrap: wrap;
    gap: 0;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item {
  color: #3c3c3c;
  width: 100%;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item p {
    font-size: 14px;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item .parameter-item-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style: disc;
  margin: 12px 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-info .parameter-info-item .parameter-item-list {
    font-size: 14px;
    margin: 8px 0;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-desc {
  margin: 30px 0;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-btn {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-btn {
    gap: 16px;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-btn .rh-btn {
  display: block;
  line-height: 48px;
  min-width: 178px;
  padding: 0 24px;
  text-align: center;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-btn .rh-btn:hover {
  background: #fff;
  border: 1px solid #1464f4;
  color: #1464f4 !important;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-btn .rh-btn {
    border-radius: 0;
    min-width: unset;
    width: 50%;
  }
  .homePageMinio .homePageVF5-spec .parameter-block .container .parameter-btn .btn-outline {
    margin: 0;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .parameter-note .parameter-note-list {
  padding-left: 20px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .disclaimer-note {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homePageMinio .homePageVF5-spec .parameter-block .container .disclaimer-note {
    margin: 0 10px;
    width: auto;
  }
}
.homePageMinio .homePageVF5-spec .parameter-block .container .disclaimer-note-txt {
  margin-bottom: 4px;
}
.homePageMinio .homePageVF5-spec .parameter-block .container .disclaimer-note-list {
  list-style: initial;
  padding-left: 1em;
}
.homePageMinio .homePageVF5-spec.minivan .parameter-block .container .parameter-content .parameter-list .parameter-item {
  gap: 0;
}
.homePageMinio .form-subscribe {
  margin: 0 auto;
  max-width: 435px;
}
.homePageMinio .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.homePageMinio .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.homePageMinio .form-subscribe .form-group .form-label-group > input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.homePageMinio .form-subscribe .form-group .form-label-group > input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .form-subscribe .form-group .form-label-group > input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homePageMinio .form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.homePageMinio .form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.homePageMinio .form-subscribe .form-group .form-label-group > .label:after {
  display: none;
}
.homePageMinio .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.homePageMinio .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  .homePageMinio .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .homePageMinio .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.homePageMinio .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.homePageMinio .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.homePageMinio .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.homePageMinio .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.homePageMinio .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .homePageMinio .form-subscribe .check-email {
    font-size: 12px;
  }
}
.homePageMinio .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.homePageMinio .form-subscribe .check-email.hide {
  display: none;
}
.homePageMinio .form-subscribe .subscribe-countdown {
  position: relative;
}

/*@media (max-width: 991px) {*/
/*  .aboutSwiper {*/
/*    height: 100vh;*/
/*  }*/
/*}*/
/* .aboutSwiper .intro h1 {
  font-weight: 300;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  text-align: center;
} */
/* @media (max-width: 1366px) {
  .aboutSwiper .vision .vision-content {
    position: absolute;
    top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625vw;
    transform: translate(-50%, 5%);
    top: 50%;
    left: 50%;
  }
} */
/* @media (max-width: 991px) {
  .aboutSwiper .vision .vision-content-item p {
    font-size: 16px;
    line-height: 24px;
  }
} */
/*.aboutSwiper .foot-print-images .image-item:hover {*/
/*  flex: 1 1 50%;*/
/*}*/
/*@media (max-width: 991px) {*/
/*  .aboutSwiper .foot-print-images .image-item:hover {*/
/*    flex: none;*/
/*  }*/
/*}*/
/*.aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide img {*/
/*  height: 111px;*/
/*}*/
/* .aboutSwiper .prize-item .prize-item-img {
  height: 179px;
} */
/* @media (min-width: 768px) and (max-height: 700px) {
  .swiper-pagination-history {
    margin-bottom: 20px;
  }
} */
/* .history-item-inner {
  opacity: 0;
  visibility: hidden;
}
.historySwiper.swiper-container-initialized .history-item-inner {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
} */
#block-side-floating-menu-icon {
  display: none;
}

.aboutSwiper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.aboutSwiper .swiper-wrapper {
  background: #ffffff;
}
.aboutSwiper .swiper-slide {
  background: #ffffff;
}
.aboutSwiper > .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.aboutSwiper .desktop-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutSwiper .about-wrapper .swiper-slide {
  background-color: #FFFFFF;
}
.aboutSwiper .banner {
  margin-bottom: 0;
}
.aboutSwiper .banner .parallax-bg {
  padding-top: 0;
}
.aboutSwiper .banner-content {
  top: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.aboutSwiper .banner-content svg {
  cursor: pointer;
  margin-bottom: 30px;
}
.aboutSwiper .banner-content p {
  font-weight: 300;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.aboutSwiper .foot-print {
  text-align: center;
  padding: 0 30px;
}
.aboutSwiper .foot-print h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.aboutSwiper .foot-print p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding: 0 200px;
  margin-bottom: 48px;
}
.aboutSwiper .foot-print .imagesSwiper .swiper-slide {
  width: 80%;
}
.aboutSwiper .foot-print .imagesSwiper .swiper-slide img {
  width: 100%;
}
.aboutSwiper .intro {
  padding: 30px 188px;
  background-color: #FFFFFF;
}
.aboutSwiper .intro .parallax-bg {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.aboutSwiper .intro .card-img-top {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  max-height: 67vh;
  border-radius: 0;
}
.aboutSwiper .intro .card-img-top-mobile {
  display: none;
}
.aboutSwiper .intro p {
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #3c3c3c;
}
.aboutSwiper .vision {
  position: relative;
}
.aboutSwiper .vision .parallax-bg {
  padding-top: 0;
}
.aboutSwiper .vision img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutSwiper .vision .overlay-section {
  background: linear-gradient(271.05deg, #fdfafa 1.8%, rgba(255, 255, 255, 0) 96.7%), linear-gradient(90.16deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 6s;
}
.aboutSwiper .vision .show {
  opacity: 1;
  height: 100vh;
}
.aboutSwiper .vision .vision-content {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.aboutSwiper .vision .vision-content .show-item {
  opacity: 1;
  transform: translateY(0%);
}
.aboutSwiper .vision .vision-content-item {
  width: 23vw;
  height: 15.6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-color: #ffffff;
  border-radius: 10px;
  transform: translateY(100%);
  opacity: 0;
  padding: 30px;
  transition: 1s;
}
.aboutSwiper .vision .vision-content-item:last-child h3 {
  margin-bottom: 24px;
}
.aboutSwiper .vision .vision-content-item:first-child {
  grid-column: 1/2;
  grid-row: 1;
}
.aboutSwiper .vision .vision-content-item:nth-child(2) {
  grid-column: 2/2;
  grid-row: 1;
  margin-top: 30px;
}
.aboutSwiper .vision .vision-content-item:nth-child(3) {
  margin-top: -30px;
}
.aboutSwiper .vision .vision-content-item h2 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
}
.aboutSwiper .vision .vision-content-item p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.aboutSwiper .foot-print-images {
  display: flex;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 320px);
  height: auto;
}
.aboutSwiper .foot-print-images .image-item {
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
  box-shadow: none;
}
.aboutSwiper .foot-print-images .image-item > img {
  width: 200%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
  display: block;
  width: 100%;
  height: auto;
}
.aboutSwiper .foot-print-images .image-item:hover > img {
  width: 100%;
}
.aboutSwiper .history h2 {
  margin-bottom: 96px;
  text-align: center;
  font-weight: 300;
  font-size: 48px;
  line-height: 60.24px;
  letter-spacing: 0.96px;
  margin-bottom: 20px;
}
.aboutSwiper .history .background-img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
}
.aboutSwiper .history .historySwiper {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: column-reverse;
}
.aboutSwiper .history .historySwiper .swiper-wrapper {
  padding-left: 30px;
  background: transparent;
  padding: 0;
}
.aboutSwiper .history .historySwiper .swiper-wrapper .swiper-slide {
  width: 285px;
  background: transparent;
}
.aboutSwiper .history .historySwiper:hover .swiper-button-next {
  display: block;
}
.aboutSwiper .history .historySwiper:hover .swiper-button-prev {
  display: block;
}
.aboutSwiper .history .historySwiper .swiper-button-next {
  right: 52px;
  display: none;
  transition: 0.3s;
  display: block;
  outline: 0;
  right: -52px;
}
.aboutSwiper .history .historySwiper .swiper-button-next::after {
  content: unset;
}
.aboutSwiper .history .historySwiper .swiper-button-next svg {
  cursor: pointer;
  flex-shrink: 0;
}
.aboutSwiper .history .historySwiper .swiper-button-next svg:hover path {
  fill: #1464f4;
}
.aboutSwiper .history .historySwiper .swiper-button-prev {
  left: 52px;
  display: none;
  transition: 0.3s;
  display: block;
  outline: 0;
  left: -52px;
}
.aboutSwiper .history .historySwiper .swiper-button-prev::after {
  content: unset;
}
.aboutSwiper .history .historySwiper .swiper-button-prev svg {
  cursor: pointer;
  flex-shrink: 0;
}
.aboutSwiper .history .historySwiper .swiper-button-prev svg:hover path {
  fill: #1464f4;
}
.aboutSwiper .history .historySwiper .swiper-pagination {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
  column-gap: 8px;
  position: unset;
}
.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0;
  background: none;
  opacity: 1;
}
.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet .field-icon {
  display: block;
  height: 5px;
  border-radius: 5px;
  background-color: #000000;
  opacity: 0.2;
}
.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet .field-year {
  color: #3c3c3c;
}
.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet-active .field-icon {
  background-color: #1464F4;
  opacity: 1;
}
.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet-active .field-year {
  color: #1464F4;
}
.aboutSwiper .history-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutSwiper .history-item-content .time-stamp {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.aboutSwiper .history-item-content .time-stamp .date {
  position: relative;
  background-color: #f7f9f9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 36px;
  padding: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25.1px;
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #1F2125;
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}
.aboutSwiper .history-item-content .time-stamp .date::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f7f9f9;
  margin: 0;
  position: absolute;
  bottom: -20px;
  left: 35%;
  display: none;
}
.aboutSwiper .history-item-content .time-stamp .dotted {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.aboutSwiper .history-item-content .time-stamp .dotted:before {
  background-color: #7a99ac;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: -30px;
}
.aboutSwiper .history-item-content .time-stamp .dotted span {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  background-color: #1464f4;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.aboutSwiper .history-item-content .time-stamp .dotted:after {
  background-color: #7a99ac;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  right: -120px;
}
.aboutSwiper .history-item-content .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aboutSwiper .history-item-content img {
  margin-bottom: 30px;
}
.aboutSwiper .history-item-content .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3C3C3C;
  width: 100%;
}
.aboutSwiper .prize h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60.24px;
  letter-spacing: 0.96px;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 48px;
}
.aboutSwiper .prize .background-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  height: 100vh;
}
.aboutSwiper .prize .prizeSwiper .swiper-wrapper {
  background-color: unset;
}
.aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide {
  width: 100vw;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
}
.aboutSwiper .prize .prizeSwiper:hover .swiper-button-next {
  visibility: visible;
  outline: 0;
}
.aboutSwiper .prize .prizeSwiper:hover .swiper-button-prev {
  visibility: visible;
  outline: 0;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-next {
  right: 52px;
  visibility: hidden;
  visibility: visible;
  right: auto;
  left: auto;
  margin-left: 15px;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-next::after {
  content: unset;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-next svg {
  flex-shrink: 0;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-next svg:hover path {
  fill: #1464f4;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-prev {
  left: 52px;
  visibility: hidden;
  visibility: visible;
  left: auto;
  right: auto;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-prev::after {
  content: unset;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-prev svg {
  flex-shrink: 0;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-prev svg:hover path {
  fill: #1464f4;
}
.aboutSwiper .prize .prizeSwiper .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0 30px;
  transform: translateY(80px);
}
.aboutSwiper .prize .prizeSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 100%;
  border-radius: 5px;
  height: 4px;
}
.aboutSwiper .prize .prizeSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0 30px;
  transform: translateY(80px);
}
.aboutSwiper .prize .prizeSwiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 100%;
  border-radius: 5px;
  height: 4px;
}
.aboutSwiper .prize .prize-item {
  min-height: 100%;
  height: auto;
}
.aboutSwiper .prize h2.hide-pc {
  display: none;
}
.aboutSwiper .prize-item {
  text-align: center;
  width: 443px;
}
.aboutSwiper .prize-item .prize-item-img img {
  height: 100%;
  display: block;
}
.aboutSwiper .prize-item-content .year {
  font-weight: 300;
  font-size: 36px;
  line-height: 45.18px;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #1F2125;
  text-align: left;
}
.aboutSwiper .prize-item-content .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  transform: translateY(80px);
  justify-content: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 100%;
  border-radius: 3px;
  max-width: 160px;
}

.title-desc {
  width: 36%;
}
.title-desc h1 span {
  font-size: 56px;
  font-weight: 300;
  line-height: 70px;
}
.title-desc p {
  text-align: left !important;
}

.background-card {
  width: 100%;
  position: absolute;
  z-index: 999;
  margin: -10vh 26vh;
}
.background-card img {
  max-height: 100vh !important;
}

.display-mobile {
  display: block;
  margin-bottom: 1em;
  content: "";
}

.display-all {
  display: block;
  margin-bottom: 1em;
  content: "";
}

.vision .vision-content-item ul {
  margin-bottom: 0;
}
.vision .vision-content-item ul li {
  list-style: none;
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 50px;
  background-position: left center;
  list-style: none;
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 30%;
  background-position: left center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.vision .vision-content-item ul li.product-core-value {
  background-image: url("../../img/about-vinfast/high-value.svg");
  background-image: url("../../img/about-vinfast/high-value.svg");
  background-size: 32px 32px;
}
.vision .vision-content-item ul li.price-core-value {
  background-image: url("../../img/about-vinfast/pricing.svg");
  background-image: url("../../img/about-vinfast/pricing.svg");
  background-size: 32px 32px;
}
.vision .vision-content-item ul li.service-core-value {
  background-image: url("../../img/about-vinfast/after-sale.svg");
  background-image: url("../../img/about-vinfast/after-sale.svg");
  background-size: 32px 32px;
}

.footer-section {
  background: transparent !important;
}

.footer-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer-container #footer-wrapper {
  background-color: transparent;
}

.add-footer {
  z-index: 99;
  transform: translateY(-370px);
}

.mobile-video {
  display: none;
}

#block-visionvinfast .container {
  position: relative;
  max-width: 1290px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 70px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
#block-visionvinfast .container:after {
  content: "";
  display: block;
  position: absolute;
  height: 500px;
  left: 0;
  bottom: 70px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  z-index: 1;
}
#block-visionvinfast .overlay-section {
  display: none;
}
#block-visionvinfast img {
  height: 100%;
  height: calc(100% - 120px);
  top: 50px;
  bottom: 70px;
}
#block-visionvinfast .vision-content {
  display: flex;
  flex-wrap: wrap;
  transform: unset;
  grid-template-columns: unset;
  gap: unset;
  top: auto;
  bottom: 110px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#block-visionvinfast .vision-content-item {
  transform: unset;
  padding: 0 40px;
  width: 20%;
  background: unset;
  height: auto;
  display: block;
  margin-top: 0 !important;
  position: relative;
}
#block-visionvinfast .vision-content-item:after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(217, 225, 226, 0.2);
  position: absolute;
  top: 0;
  right: 0;
}
#block-visionvinfast .vision-content-item:nth-child(odd) {
  width: 30%;
}
#block-visionvinfast .vision-content-item:last-child:after {
  display: none;
}
#block-visionvinfast h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 16px;
}
#block-visionvinfast p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #979797;
}
#block-visionvinfast .containner-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

#block-dauchantoancau-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#block-dauchantoancau-2 h2 {
  font-weight: 300;
  font-size: 56px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1F2125;
  margin-bottom: 24px;
}
#block-dauchantoancau-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #3C3C3C;
  padding: 0;
}
#block-dauchantoancau-2 p:last-child {
  margin-bottom: 0;
}
#block-dauchantoancau-2 .field__item {
  max-width: 870px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  margin-bottom: 80px;
}

.foot-print-images {
  max-width: 1290px;
  margin: auto;
}
.foot-print-images .swiper-wrapper {
  margin: 0 -25px;
  width: calc(100% + 50px);
}
.foot-print-images .image-item {
  width: 50%;
  padding: 0 25px;
}

.history-item {
  max-width: 1290px;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.swiper-pagination-history {
  max-width: 1290px;
  margin: auto;
}

.historySwiper.swiper-container-horizontal > .swiper-pagination-bullets {
  transform: translateY(0);
  position: relative;
  left: auto;
  bottom: auto;
}
.historySwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 2px;
  background: #D9E1E2;
  border-radius: 0;
  position: relative;
  opacity: 1;
  text-align: center;
}
.historySwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #979797;
  position: absolute;
  top: -30px;
  left: 0;
}
.historySwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1464F4;
}
.historySwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active > span {
  color: #1F2125;
}

.swiper-slide.history {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prize-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.prize-item-wrap .prize-item-img {
  width: 60%;
  padding: 0 25px;
}
.prize-item-wrap .prize-info {
  width: 40%;
  padding: 0 25px;
  padding-left: 120px;
}
.prize-item-wrap .prize-info .slide-title {
  max-width: 310px;
  text-align: left;
  font-weight: 300;
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #1F2125;
  margin-bottom: 40px;
  padding-top: 70px;
}
.prize-item-wrap .prize-info .prize-item-content {
  max-width: 310px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3C3C3C;
}

.prizeSwiper {
  max-width: 1290px;
  margin: auto;
  overflow: hidden;
}

.swiper-controls {
  position: absolute;
  bottom: 60px;
  left: 60%;
  width: 40%;
  padding-left: 120px;
  max-width: 430px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
  margin-left: 10px;
}
.swiper-controls .swiper-button-next {
  position: relative;
  top: auto;
  width: 20px;
  height: 20px;
  margin: 0;
  left: auto;
  right: auto;
}
.swiper-controls .swiper-button-prev {
  position: relative;
  top: auto;
  width: 20px;
  height: 20px;
  margin: 0;
  left: auto;
  right: auto;
}
.swiper-controls .swiper-nav {
  display: flex;
}
.swiper-controls .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: right;
}

@media (max-width: 1440px) {
  .intro .parallax-bg {
    text-align: center;
  }
  .aboutSwiper .intro .card-img-top {
    width: auto;
    height: 100%;
    max-height: 446px;
  }
  .aboutSwiper .intro p {
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 30px;
  }
  .aboutSwiper .vision .vision-content-item p {
    font-size: 14px;
    line-height: 21px;
  }
  .aboutSwiper .foot-print h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .aboutSwiper .foot-print p {
    font-size: 20px;
  }
  .aboutSwiper .foot-print-images .image-item {
    max-height: 436px;
  }
  .aboutSwiper .history h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .aboutSwiper .history .parallax-bg {
    position: relative;
  }
  .aboutSwiper .history .background-img {
    left: 20%;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 50%;
  }
  .aboutSwiper .history .historySwiper .swiper-wrapper {
    padding-left: 10px;
  }
  .aboutSwiper .history-item-content .content {
    width: 100%;
  }
  .aboutSwiper .prize h2 {
    font-size: 32px;
    padding-top: 0;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding-left: 5px;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide {
    padding: 24px;
  }
  .aboutSwiper .prize-item-content .content {
    font-size: 14px;
  }
  .vision .vision-content-item ul li {
    padding-left: 44px;
    font-size: 14px;
  }
  .vision .vision-content-item ul li.service-core-value {
    margin-bottom: 0;
    background-size: 24px 24px;
  }
  .vision .vision-content-item ul li.product-core-value {
    background-size: 24px 24px;
  }
  .vision .vision-content-item ul li.price-core-value {
    background-size: 24px 24px;
  }
  #block-dauchantoancau-2 h2 {
    font-size: 32px;
  }
  .prize-item-wrap .prize-info .slide-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .aboutSwiper .about-content {
    display: block;
  }
  .aboutSwiper .about-wrapper {
    display: block;
  }
  .aboutSwiper .foot-print {
    padding: 0;
    margin-top: 14%;
    height: fit-content;
  }
  .aboutSwiper .foot-print h2 {
    font-size: 28px;
    line-height: 35.14px;
  }
  .aboutSwiper .foot-print p {
    padding: 0 16px;
  }
  .aboutSwiper .history {
    overflow: hidden;
    height: fit-content;
  }
  .aboutSwiper .history .historySwiper .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: auto !important;
    width: auto !important;
  }
  .aboutSwiper .history .historySwiper .swiper-wrapper {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .aboutSwiper .history h2 {
    margin: 30px 0;
  }
  .aboutSwiper .history .background-img {
    display: none;
  }
  .aboutSwiper .history .swiper-button-next {
    display: none !important;
  }
  .aboutSwiper .history .swiper-button-prev {
    display: none !important;
  }
  .aboutSwiper .banner-content {
    top: 25%;
  }
  .aboutSwiper .banner-content svg {
    width: 64px;
    height: 64px;
  }
  .aboutSwiper .banner-content p {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
  }
  .aboutSwiper .intro {
    padding: 30px 16px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: none;
  }
  .aboutSwiper .intro .card-img-top {
    display: none;
    height: 44%;
    border-radius: 10px;
  }
  .aboutSwiper .intro .card-img-top-mobile {
    display: block;
    width: 100%;
    max-height: unset;
    display: block;
    width: 100%;
    width: calc(100% + 50px);
    max-width: unset;
    position: relative;
    left: -22px;
    margin: 0 -80px -40px 0;
    margin-right: -80px;
  }
  .aboutSwiper .intro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .aboutSwiper .vision {
    margin-top: 48px;
    height: auto;
    max-height: unset;
  }
  .aboutSwiper .vision img {
    height: 100%;
  }
  .aboutSwiper .vision .overlay-section.show {
    height: 100%;
  }
  .aboutSwiper .vision .overlay-section {
    transition: 3s;
  }
  .aboutSwiper .vision .vision-content {
    gap: 24px;
    display: flex;
    flex-direction: column;
    position: unset;
    transform: unset;
    padding: 0 16px;
  }
  .aboutSwiper .vision .vision-content-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
    width: 100%;
    align-items: flex-start;
  }
  .aboutSwiper .vision .vision-content-item:first-child {
    margin-top: 48px;
  }
  .aboutSwiper .vision .vision-content-item:nth-child(2) {
    margin-top: 0;
  }
  .aboutSwiper .vision .vision-content-item:nth-child(3) {
    margin-top: 0;
  }
  .aboutSwiper .vision .vision-content-item:last-child {
    margin-bottom: 48px;
  }
  .aboutSwiper .vision .vision-content-item h2 {
    line-height: 25.1px;
  }
  .aboutSwiper .foot-print-images .image-item {
    flex: none;
    margin: 0;
  }
  .aboutSwiper .foot-print-images .image-item > img {
    max-width: 94%;
    border-radius: 10px;
  }
  .aboutSwiper .prize {
    overflow: hidden;
    height: fit-content;
  }
  .aboutSwiper .prize .background-slide {
    display: none;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .aboutSwiper .prize-item .prize-item-img {
    height: initial;
    margin-bottom: 30px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    transform: translateY(0px);
    display: flex;
    margin-bottom: 30px;
    transform: unset !important;
    width: 100%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
    height: 4px;
    width: 90px;
    flex-shrink: 0;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .historySwiper .swiper-pagination {
    display: none;
  }
  .prizeSwiper .swiper-pagination {
    display: none;
  }
  .swiper-pagination-bullet-active-prev {
    background-color: #FFFFFF !important;
  }
  .swiper-pagination-bullet-active-next {
    background-color: #FFFFFF !important;
  }
  .footer-container {
    position: relative;
  }
  .footer-container #footer-wrapper {
    padding: 0 !important;
    background: unset !important;
  }
  .vision .vision-content-item ul li.product-core-value {
    background-size: 16px 16px;
  }
  .vision .vision-content-item ul li.price-core-value {
    background-size: 16px 16px;
  }
  .vision .vision-content-item ul li.service-core-value {
    background-size: 16px 16px;
  }
  .mobile-video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .desktop-video {
    display: none;
  }
}
@media (max-width: 1921px) {
  .aboutSwiper .history .historySwiper {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .aboutSwiper .intro .parallax-bg {
    flex-direction: column;
  }
  .title-desc {
    width: 100% !important;
  }
  .background-card {
    margin: 0 0 !important;
    position: relative !important;
  }
}
@media (max-width: 1440px) and (min-width: 991px) {
  .background-card {
    margin: -10vh 26vh !important;
  }
  .title-desc p {
    font-size: 15px !important;
  }
}
@media (max-width: 1920px) and (min-width: 991px) {
  .title-desc {
    width: 42% !important;
  }
  .title-desc h1 span {
    font-size: 50px !important;
  }
}
@media (max-width: 768px) {
  .aboutSwiper .intro h1 {
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  .aboutSwiper .history .historySwiper .swiper-wrapper .swiper-slide {
    transform: scale(1.1);
  }
  .aboutSwiper .history .historySwiper .swiper-horizontal > .swiper-pagination-bullets {
    display: none;
  }
  .aboutSwiper .history .historySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
  .title-desc h1 span {
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
  .intro .background-card {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .intro .title-desc {
    width: 90%;
  }
}
@media (max-width: 1360px) {
  .aboutSwiper .intro {
    padding-top: 10px;
  }
  .aboutSwiper .history .background-img {
    top: 80%;
  }
  .vision .vision-content-item ul li {
    font-size: 14px;
    line-height: 150%;
    padding-left: 26%;
  }
}
@media (min-width: 1920px) {
  .aboutSwiper .intro h1 {
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  .aboutSwiper .intro h1 {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .aboutSwiper .intro h1 {
    font-size: 28px;
    line-height: 35.14px;
  }
}
@media (min-width: 992px) {
  .display-mobile {
    display: none;
  }
  .aboutSwiper .vision #block-visionvinfast .parallax-bg {
    position: relative;
    height: var(--swiper-height);
  }
}
@media (min-width: 768px) {
  .aboutSwiper .vision .parallax-bg {
    position: relative;
    height: var(--swiper-height);
  }
  .aboutSwiper .intro {
    min-height: 100vh;
  }
  .vision-pc {
    display: block;
  }
  .vision-mb {
    display: none;
  }
  #block-achievements-awards {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #block-achievements-awards .parallax-bg {
    max-width: 100%;
  }
  .swiper-slide.intro {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .banner:hover:before {
    display: none;
  }
  #block-dauchantoancau-2 {
    margin-top: 60px;
  }
  .swiper-slide.foot-print {
    margin-bottom: 120px;
  }
  .swiper-slide.history {
    margin-bottom: 70px;
  }
  .swiper-slide.footer-section .footer-container {
    position: relative;
    bottom: auto;
  }
  .swiper-slide.prize {
    margin-bottom: 90px;
  }
}
@media (max-width: 1441px) {
  .aboutSwiper .history .historySwiper .swiper-button-next svg {
    width: 60px;
  }
  .aboutSwiper .history .historySwiper .swiper-button-prev svg {
    width: 60px;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  .aboutSwiper .history h2 {
    margin-bottom: 10px;
  }
  .aboutSwiper .history-item-content .time-stamp .date {
    margin-bottom: 15px;
  }
  .aboutSwiper .history-item-content .time-stamp .dotted {
    margin-bottom: 15px;
  }
  .aboutSwiper .history-item-content img {
    margin-bottom: 10px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    transform: translateY(50px);
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  #block-visionvinfast .container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  #block-visionvinfast .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #block-visionvinfast .container:after {
    bottom: 0px !important;
  }
  #block-visionvinfast img {
    height: 100%;
    height: calc(100% - 30px);
    top: 20px;
    bottom: 30px;
  }
  #block-visionvinfast .vision-content {
    bottom: 50px;
  }
  .history-item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .aboutSwiper .history-item-content .content {
    font-size: 14px;
  }
  .aboutSwiper .history .historySwiper {
    padding-top: 30px;
  }
  .aboutSwiper .history h2 {
    margin-bottom: 0;
  }
  #block-achievements-awards {
    padding: 0 50px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .vision-pc {
    display: none;
  }
  .vision-mb {
    display: block;
  }
  #block-visionvinfast {
    background: #020202;
  }
  #block-visionvinfast img {
    position: relative;
    top: 0;
  }
  #block-visionvinfast .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #block-visionvinfast .container:after {
    content: none;
  }
  #block-visionvinfast .vision-content-item {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #block-visionvinfast .vision-content-item:after {
    height: 1px;
    width: 100%;
  }
  #block-visionvinfast .vision-content-item:first-child:after {
    content: none;
  }
  #block-visionvinfast .vision-content-item:nth-child(3):before {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(217, 225, 226, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #block-visionvinfast .vision-content-item:last-child {
    margin-bottom: 0;
    position: relative;
  }
  #block-visionvinfast .vision-content {
    position: relative;
    bottom: 20px;
    margin-top: -40px;
  }
  #block-visionvinfast .vision-content:before {
    content: "";
    display: block;
    position: absolute;
    height: 250px;
    left: 0;
    top: -140px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    z-index: -1;
  }
  .foot-print-images .image-item {
    width: 100%;
  }
  .foot-print-images .swiper-wrapper {
    flex-wrap: wrap;
  }
  .aboutSwiper .foot-print-images {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 60px;
  }
  .aboutSwiper .foot-print-images .image-item > img {
    max-width: 100%;
    border-radius: 0;
  }
  .aboutSwiper .foot-print-images .image-item + .image-item {
    margin-top: 30px;
  }
  .aboutSwiper .history-item-content .time-stamp .date {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #1F2125;
  }
  .aboutSwiper .history-item-content .content {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C3C3C;
  }
  .aboutSwiper .history-item-content img {
    margin-bottom: 10px;
  }
  .aboutSwiper .history h2 {
    margin-bottom: 0;
  }
  .aboutSwiper .prize-item .prize-item-img {
    width: 100%;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding: 0;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide img {
    height: auto;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-button-next {
    display: block;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-button-prev {
    display: block;
  }
  .aboutSwiper .prize h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1F2125;
    margin-bottom: 0;
  }
  .aboutSwiper .prize h2.hide-pc {
    display: block;
  }
  .aboutSwiper .swiper-wrapper {
    max-height: unset;
  }
  .aboutSwiper .swiper-slide {
    max-height: unset;
  }
  #block-dauchantoancau-2 h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  #block-dauchantoancau-2 .field__item {
    margin-bottom: 50px;
  }
  .swiper-slide.history {
    display: block;
    margin-bottom: 80px;
  }
  .history-item-inner {
    max-width: 284px;
    position: relative;
  }
  .historySwiper .swiper-pagination {
    display: flex;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    flex-grow: 1;
    flex-basis: 0;
  }
  .historySwiper.swiper-container-horizontal > .swiper-pagination-bullets {
    left: 0;
    width: calc(100% - 16px);
    justify-content: flex-start;
    margin-left: 0;
  }
  .historySwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet > span {
    font-size: 14px;
    display: none;
  }
  .historySwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child > span {
    right: 0;
    left: auto;
  }
  .historySwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.show-mobile > span {
    display: block;
    color: #1F2125;
  }
  .historySwiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active > span {
    display: block;
    color: #1F2125;
  }
  .history-item-content.swiper-slide-active + .history-item-content .history-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 52.08%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .prize-item-wrap .prize-info {
    width: 100%;
    padding-left: 25px;
  }
  .prize-item-wrap .prize-info .slide-title {
    display: none;
  }
  .prize-item-content {
    padding: 0 16px;
  }
  .swiper-controls {
    left: auto;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    position: relative;
    bottom: auto;
  }
  .prizeSwiper .swiper-pagination {
    display: block;
  }
  #block-achievements-awards {
    margin-bottom: 80px;
  }
}
@media (min-width: 1800px) {
  #block-dauchantoancau-2 {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  #block-dauchantoancau-2 {
    margin-top: 40px;
  }
}
@media (max-height: 700px) {
  #block-dauchantoancau-2 .field__item {
    margin-bottom: 40px;
  }
}
@media (max-width: 420px) {
  #block-dauchantoancau-2 .field__item {
    margin-bottom: 35px;
  }
}
@media (max-width: 1366px) {
  .aboutSwiper .history .historySwiper .swiper-button-prev {
    left: 15px;
  }
  .aboutSwiper .history .historySwiper .swiper-button-prev svg {
    width: 24px;
  }
  .aboutSwiper .history .historySwiper .swiper-button-next {
    right: 15px;
  }
  .aboutSwiper .history .historySwiper .swiper-button-next svg {
    width: 24px;
  }
}
@media (min-width: 1920px) {
  #block-achievements-awards {
    margin-top: -50px;
  }
  #block-visionvinfast .container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: auto;
  }
  #block-visionvinfast .container:after {
    content: none;
  }
  #block-visionvinfast .containner-inner:after {
    content: "";
    display: block;
    position: absolute;
    height: 500px;
    left: 0;
    bottom: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    z-index: 1;
  }
  #block-visionvinfast .vision-content {
    max-width: 1320px;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
  }
  #block-visionvinfast img {
    top: 0;
    height: calc(100% - 70px);
  }
  #block-dauchantoancau-2 {
    margin-top: 5%;
  }
  .aboutSwiper .intro p {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  #block-visionvinfast img {
    height: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
  }
  #block-visionvinfast .vision-content {
    bottom: 40px;
  }
  #block-visionvinfast .container:after {
    bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aboutSwiper .history .historySwiper .swiper-wrapper .swiper-slide {
    transform: unset;
  }
  .aboutSwiper .history-item-content {
    flex-wrap: wrap;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding-left: 0;
  }
  .aboutSwiper .foot-print-images {
    padding-left: 15px;
    padding-right: 15px;
  }
  #block-visionvinfast .vision-content-item {
    width: 50% !important;
    margin-bottom: 30px;
  }
  #block-visionvinfast .vision-content-item:last-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(217, 225, 226, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  #block-visionvinfast img.vision-mb {
    display: none;
    position: relative;
  }
  #block-visionvinfast img.vision-pc {
    display: block;
  }
  #block-visionvinfast .vision-content {
    position: absolute;
    bottom: 40px;
  }
  .prize-item-wrap {
    margin: 0 -15px;
  }
  .prize-item-wrap .prize-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .prize-item-wrap .prize-item-img {
    padding: 0 15px;
  }
  #block-achievements-awards .swiper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .history-item {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .swiper-slide.intro {
    padding-left: 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .aboutSwiper .history .historySwiper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .swiper-slide.intro {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .swiper-slide.intro {
    width: 100%;
    padding-right: 0;
  }
  .swiper-slide.intro .background-card {
    margin-right: 0 !important;
    right: 0;
  }
  .aboutSwiper .intro .card-img-top {
    float: right;
  }
  .aboutSwiper .intro .title-desc {
    width: 36% !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  user-select: none; /* Ngăn chặn chọn văn bản khi bấm */
  -webkit-user-drag: none; /* Ngăn chặn kéo */
  cursor: pointer; /* Hiển thị con trỏ tay khi hover */
}

#main, #block-slide-news {
  margin-bottom: 4rem;
}

.news-slider {
  width: 100%;
}
.news-slider .field-image a {
  display: block;
  position: relative;
  aspect-ratio: 4/1;
}
.news-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news-slider .field-title {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.news-slider .field-title a {
  color: #fff;
  font-size: 1.75rem;
  display: block;
  line-height: normal;
  transition: unset;
  text-decoration: none;
  outline: none;
  background: none;
}
.news-slider .swiper-pagination {
  position: absolute;
  width: unset;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: unset;
  transform: none;
  background-color: rgba(0, 0, 0, 0.3);
  padding-bottom: 1rem;
}
.news-slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.725rem;
  height: 0.725rem;
  opacity: 0.5;
  border: none;
  background-color: #e1e1e1;
}
.news-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

#block-news-category {
  margin-bottom: 3rem;
}
#block-news-category .view-content {
  display: flex;
  gap: 1.375rem;
  flex-wrap: wrap;
}
#block-news-category .field-title a {
  background-color: #f7f9f9;
  font-weight: 600;
  color: #3c3c3c;
  text-decoration: none;
  padding: 0.5rem 1.375rem;
  transition: none;
  border-radius: 4px;
}
#block-news-category .field-title a:hover, #block-news-category .field-title a.active {
  background-color: #1464f4;
  color: #fff !important;
}

.list-news .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: space-between;
}
.list-news .views-row {
  flex-basis: 48%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.list-news .field-image a {
  display: block;
  position: relative;
  aspect-ratio: auto 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.list-news .field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list-news .views-row .content {
  padding: 1rem;
}
.list-news .field-title a {
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  color: #3c3c3c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-news .field-title a:hover {
  color: #1464f4;
}
.list-news .field-desc {
  margin-top: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-news .field-created-time {
  margin-top: 1rem;
  color: #979797;
  font-size: 0.75rem;
}

#main #sidebar-right {
  position: unset;
  visibility: unset;
  opacity: unset;
  transform: unset;
  transition: unset;
  padding: 0;
  min-width: unset;
  background: none;
  box-shadow: unset;
  border-radius: unset;
}
#main #sidebar-right h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #f0f3f3;
  padding-bottom: 1.25rem;
}

#block-news-highlight {
  margin-bottom: 3rem;
}
#block-news-highlight .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#block-news-highlight .views-row {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  flex-basis: 47%;
}
#block-news-highlight .views-row .content {
  padding: 0.5rem;
}
#block-news-highlight .field-title a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #3c3c3c;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#block-news-highlight .field-title a:hover {
  color: #1464f4;
}
#block-news-highlight .field-image a {
  display: block;
  position: relative;
  aspect-ratio: auto 16/9;
  overflow: hidden;
  border-radius: 8px;
}
#block-news-highlight .field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#block-exposedformarticlepage-search-articles {
  margin-bottom: 3rem;
}
#block-exposedformarticlepage-search-articles .form--inline {
  display: flex;
  border: 1px solid #d9e1e2;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#block-exposedformarticlepage-search-articles .form-item {
  margin: 0;
  width: calc(100% - 40px);
  order: 2;
  float: none;
}
#block-exposedformarticlepage-search-articles .form-text {
  padding: 8px 16px 8px 0;
  border: none;
  outline: none;
  margin: 0;
  height: 40px;
  width: 100%;
}
#block-exposedformarticlepage-search-articles .form-actions {
  margin: 0;
  width: 40px;
  order: 1;
}
#block-exposedformarticlepage-search-articles .form-submit {
  padding: 0;
  background: url("../img/icon-search.svg") no-repeat scroll center center transparent;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-transform: none;
  margin: 0;
}

#block-blockbannerdanhmuctintuc .field__item {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .news-slider .field-image a {
    aspect-ratio: 2/1;
  }
  .news-slider .field-title {
    position: unset;
    background-color: transparent;
  }
  .news-slider .field-title a {
    font-size: 20px;
    color: #3c3c3c;
  }
  .news-slider .swiper-pagination {
    position: unset;
    background-color: transparent;
    padding-bottom: 0;
  }
  .news-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1464f4;
  }
  #block-slide-news, #main-content {
    margin-bottom: 1.875rem;
  }
  #block-news-category .view-content {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  #block-news-category .view-content .field-title {
    flex-shrink: 0;
  }
  #block-news-category .field-title a {
    display: block;
  }
  .list-news .views-row {
    flex-basis: 100%;
  }
  #block-exposedformarticlepage-search-articles, #block-news-highlight, #block-blockbannerdanhmuctintuc {
    margin-bottom: 1.875rem;
  }
  #block-news-highlight .views-row {
    justify-content: space-between;
  }
}
#duToanChiPhi .brand-color {
  color: #1464f4;
}
#duToanChiPhi :root {
  --input-height:56px;
  --primary-color:#1464f4;
  --label-floating-color:#8a8a8a;
  --text-color:#3c3c3c;
}
@keyframes select2Open {
  0% {
    transform: scale(0.5);
  }
  80% {
    transform: scale(1.03);
  }
  90% {
    transform: scale(0.99);
  }
  to {
    transform: scale(1);
  }
}
@keyframes select2Item {
  0% {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes select2Close {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
#duToanChiPhi select:focus {
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25) !important;
}
#duToanChiPhi input:focus, #duToanChiPhi select:focus {
  border-color: #1464f4 !important;
  border-radius: 3px;
}
#duToanChiPhi .du-toan-chi-phi {
  background: url(../../assets/img/chi-phi-lan-banh/bg.png) no-repeat;
  background-attachment: fixed;
  background-size: 900px 570px;
  margin-bottom: 130px;
  margin-top: 80px;
}
#duToanChiPhi .du-toan-chi-phi .container {
  max-width: 1600px;
}
#duToanChiPhi .du-toan-chi-phi .container .container-title {
  margin-bottom: 50px;
  padding-top: 40px;
}
#duToanChiPhi .du-toan-chi-phi .container .container-title h1, #duToanChiPhi .du-toan-chi-phi .container .container-title h3 {
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 70px;
  text-align: center;
}
#duToanChiPhi .du-toan-chi-phi i {
  height: 24px;
  margin-right: 8px;
  width: 30px;
}
#duToanChiPhi .du-toan-chi-phi i.registration-fee {
  background: url(../../images/registFee.png) no-repeat 0 0;
}
#duToanChiPhi .du-toan-chi-phi i.inspection-fee {
  background: url(../../images/inspectFee.png) no-repeat 0 0;
}
#duToanChiPhi .du-toan-chi-phi i.license-fee {
  background: url(../../images/licenFee.png) no-repeat 0 0;
}
#duToanChiPhi .du-toan-chi-phi i.road-fee {
  background: url(../../images/roadFee.png) no-repeat 0 0;
}
#duToanChiPhi .du-toan-chi-phi i.insurance-fee {
  background: url(../../images/insuranceFee.png) no-repeat 0 0;
}
#duToanChiPhi .du-toan-chi-phi i.civil-fee {
  background: url(../../images/civilFee.png) no-repeat 0 0;
}
#duToanChiPhi .du-toan-chi-phi i.battery-deposit-fee {
  background: url(../../images/icon/battery-deposit.png) no-repeat 0 0;
}
#duToanChiPhi .du-toan-chi-phi i.battery-fee {
  background: url(../../images/icon/battery.png) no-repeat 0 0;
}
#duToanChiPhi .du-toan-chi-phi i.charge-fee {
  background: url(../../images/icon/charge.png) no-repeat 0 0;
}
#duToanChiPhi .item-select-image {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
#duToanChiPhi .information-predict {
  margin-top: 48px;
}
@media screen and (max-width: 575px) {
  #duToanChiPhi .information-predict {
    display: none;
  }
}
#duToanChiPhi .item-information-predict {
  margin-bottom: 40px;
}
#duToanChiPhi .item-information-predict .title-item {
  margin-bottom: 10px;
  max-width: 180px;
}
#duToanChiPhi .item-information-predict .title-item p {
  margin-bottom: 0;
}
#duToanChiPhi .predict-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
#duToanChiPhi .predict-info .group-item {
  position: relative;
}
#duToanChiPhi .predict-info .group-item label {
  color: #1f2125;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
#duToanChiPhi .details-selected {
  margin-top: 20px;
}
#duToanChiPhi .details-selected ul {
  list-style-type: none;
}
#duToanChiPhi .details-selected ul li .list-price {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#duToanChiPhi .details-selected ul li .list-price .text-price {
  color: #1f2125;
  font-size: 13px;
  font-weight: 700;
}
#duToanChiPhi .details-selected ul li .list-price .number-price {
  font-size: 13px;
}
#duToanChiPhi .details-selected ul li .list-price .number-price b {
  color: #979797;
}
#duToanChiPhi .details-selected ul li .list-price .text-list-price {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
}
#duToanChiPhi .details-selected ul li .list-price .number-list-price b {
  color: #979797;
  font-size: 16px;
}
#duToanChiPhi .total-price-loan {
  padding-top: 20px;
  position: relative;
}
#duToanChiPhi .total-price-loan #btn-request-rolling {
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
#duToanChiPhi .total-price-loan #btn-request-rolling:hover {
  background: #fff;
  border: 1px solid #1464f4;
  box-shadow: unset;
  color: #1464f4;
}
#duToanChiPhi .total-price-loan:after {
  background-color: #dbe1e3;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}
#duToanChiPhi .total-price-loan label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
}
#duToanChiPhi .total-price-loan .price-total p {
  color: #3c3c3c;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  justify-content: space-between;
  width: 100%;
}
#duToanChiPhi .total-price-loan .price-total b {
  color: #979797;
  font-size: 16px;
}
#duToanChiPhi .total-price-loan .price-total .details-btn {
  margin-top: 10px;
}
#duToanChiPhi .total-price-loan .hint-text {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 10px;
}
#duToanChiPhi .total-price-loan .view-details {
  align-items: center;
  background: #fff;
  border: 1px solid #1464f4;
  border-radius: 3px;
  color: #1464f4;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-top: 10px;
  text-transform: uppercase;
}
#duToanChiPhi .total-price-loan .view-details:hover {
  background: #1464f4;
  color: #fff;
}
#duToanChiPhi .total-price-loan .btn-primary.disabled, #duToanChiPhi .total-price-loan .btn-primary:disabled {
  background-color: #979797;
  background-image: none;
  color: #fff;
  opacity: 0.8;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #duToanChiPhi .total-price-loan .view-details {
    height: 40px;
    line-height: 38px;
    width: 80%;
  }
  #duToanChiPhi .total-price-loan .view-details span {
    color: #1464f4;
  }
}
@media screen and (max-width: 992px) {
  #duToanChiPhi .total-price-loan .view-details {
    margin-top: 10px;
  }
}
#duToanChiPhi .select2 .select2-selection:focus, #duToanChiPhi .select2 .select2-selection:hover {
  border: 1px solid #1464f4;
}
#duToanChiPhi .select2 .select2-selection:focus .select2-selection__arrow, #duToanChiPhi .select2 .select2-selection:hover .select2-selection__arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%232C72C6' d='M1.984.25 6 4.426 10.016.25l1.234 1.292L6 7 .75 1.542z'/%3E%3C/svg%3E");
}
#duToanChiPhi .select2 .select2-selection--single {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
}
#duToanChiPhi .select2 .select2-selection--single[aria-expanded=true] .select2-selection__arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%232C72C6' d='M1.984.25 6 4.426 10.016.25l1.234 1.292L6 7 .75 1.542z'/%3E%3C/svg%3E");
  background-position: right 4px center;
  transform: rotate(180deg);
}
#duToanChiPhi .select2 .select2-selection--single .select2-selection__arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%231F2125' d='M1.984.25 6 4.426 10.016.25l1.234 1.292L6 7 .75 1.542z'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  width: 24px !important;
}
#duToanChiPhi .select2 .select2-selection--single .select2-selection__arrow b {
  border: none !important;
}
#duToanChiPhi .select2 .select2-selection__rendered {
  color: #1f2125 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 12px !important;
}
#duToanChiPhi .select2 .select2-selection__placeholder {
  color: #979797 !important;
}
#duToanChiPhi .select2-container .select2-results__option {
  font-size: 16px;
  font-weight: 600;
  padding-left: 12px;
}
#duToanChiPhi .select2-container .select2-results__option--highlighted, #duToanChiPhi .select2-container .select2-results__option[aria-selected=true] {
  background-color: rgba(44, 114, 198, 0.1) !important;
  color: #1464f4 !important;
}
#duToanChiPhi .select2-container .select2-dropdown--below {
  border-top: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  margin-top: 4px;
}
#duToanChiPhi .select2-container .select2-dropdown {
  z-index: 1 !important;
}
#duToanChiPhi .select2-container .select2-selection__clear {
  padding-right: 4px;
}
#duToanChiPhi .select2-container .select2-results__message {
  display: none;
}
#duToanChiPhi .select2-container .select2-dropdown {
  animation: select2Open 0.3s ease normal none;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
  transform-origin: top left;
}
#duToanChiPhi .select2-container .select2-dropdown li {
  animation: select2Item 1s ease;
}
#duToanChiPhi .select2-container .select2-dropdown li:first-child {
  transition-delay: 0.1s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(2) {
  transition-delay: 0.2s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(3) {
  transition-delay: 0.3s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(4) {
  transition-delay: 0.4s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(5) {
  transition-delay: 0.5s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(6) {
  transition-delay: 0.6s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(7) {
  transition-delay: 0.7s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(8) {
  transition-delay: 0.8s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(9) {
  transition-delay: 0.9s;
}
#duToanChiPhi .select2-container .select2-dropdown li:nth-child(10) {
  transition-delay: 1s;
}
#duToanChiPhi .select2-container .select2-dropdown--close {
  animation: select2Close 0.2s ease normal none;
}
#duToanChiPhi .form-predict .select2-container {
  margin-bottom: 1rem;
  width: 100% !important;
}
#duToanChiPhi .form-predict .select2-container .select2-selection {
  border: 1px solid #dbe1e3;
}
#duToanChiPhi .form-predict .select2-container .select2-selection .select2-selection__arrow b {
  border-color: #1f2125 transparent transparent;
}
#duToanChiPhi .form-predict .select2-container--open {
  border-radius: 3px;
  box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25) !important;
  outline: 0;
}
#duToanChiPhi .form-predict .select2-container--open .select2-selection__arrow {
  width: 20px;
}
#duToanChiPhi .form-predict .select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #1f2125;
}
@media screen and (min-width: 992px) {
  #duToanChiPhi .form-predict {
    margin-top: -60px;
  }
}
@media screen and (max-width: 575px) {
  #duToanChiPhi .v3s-product-item {
    margin-bottom: 30px;
  }
  #duToanChiPhi .v3s-product-item .tab-bar-name {
    display: none !important;
  }
}
#duToanChiPhi .v3s-product-item {
  height: 100%;
}
#duToanChiPhi .v3s-product-item .tab-bar-name p {
  color: #1f2125;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
#duToanChiPhi .v3s-product-item .tab-bar-name .name-product-car {
  padding-right: 25px;
  position: relative;
}
#duToanChiPhi .v3s-product-item .tab-bar-name .name-product-car.active:after {
  background: #dbe1e3;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 19ox;
  width: 1px;
}
#duToanChiPhi .v3s-product-item .tab-bar-name .edition-product-car {
  padding-left: 25px;
}
#duToanChiPhi .nav-tabs {
  border: none;
  justify-content: center;
}
#duToanChiPhi .nav-tabs .nav-item {
  margin-right: 5px;
  min-width: 150px;
  padding-bottom: 10px;
  text-align: center;
}
#duToanChiPhi .nav-tabs .nav-item .nav-link {
  border-bottom: 1px solid #dbe1e3;
  color: #1f2125;
  font-weight: 700;
  text-transform: uppercase;
}
#duToanChiPhi .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #1464f4;
  color: #1464f4;
}
#duToanChiPhi .header-predict h1, #duToanChiPhi .header-predict h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 575px) {
  #duToanChiPhi .header-predict {
    flex-direction: column-reverse;
  }
  #duToanChiPhi .header-predict h1, #duToanChiPhi .header-predict h3 {
    padding-bottom: 40px;
    text-align: center;
  }
}
#duToanChiPhi fieldset label {
  font-weight: 400 !important;
}
#duToanChiPhi .currency-input {
  align-items: center;
  display: flex;
}
#duToanChiPhi .currency-input input {
  max-width: 128px;
  padding-right: 24px;
  text-align: right;
}
#duToanChiPhi .currency-input span {
  position: absolute;
  right: 24px;
}
#duToanChiPhi .batteryOption label {
  margin-bottom: 0;
  padding-right: 40px;
}
#duToanChiPhi .batteryOption:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
#duToanChiPhi .modal-dialog-success {
  min-width: 560px !important;
}
#duToanChiPhi .modal-dialog-success .content-background {
  background-color: #1464f4;
  height: 173px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
#duToanChiPhi .modal-dialog-success .logo-vinfast {
  display: block;
  margin: 20px auto 0;
}
#duToanChiPhi .modal-dialog-success .content-thank-you {
  margin: 0 30px;
  text-align: center;
}
#duToanChiPhi .modal-dialog-success .content-thank-you span {
  color: #1f2125;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
#duToanChiPhi .modal-dialog-success .content-thank-you p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
}
#duToanChiPhi #contactPredict .modal-dialog {
  min-width: 360px;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content {
  padding: 30px;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content .close {
  text-align: end;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content .header-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content .group-item .label-text {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content .group-item .label-text b {
  color: #1464f4;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content .group-item input, #duToanChiPhi #contactPredict .modal-dialog .modal-content .group-item select {
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content .btn-register-driver {
  display: block;
  margin: 0 auto;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content .btn-register-driver.disabled, #duToanChiPhi #contactPredict .modal-dialog .modal-content .btn-register-driver:disabled {
  background-color: #979797;
  background-image: none;
  color: #fff;
  opacity: 0.8;
}
#duToanChiPhi #contactPredict .modal-dialog .modal-content .hotline {
  color: #1464f4;
  text-align: center;
}
#duToanChiPhi .test-request-contact .error_capcha.error {
  color: red;
}

.slick-prev:before {
  color: #1464F4;
}

.slick-next:before {
  color: #1464F4;
}

.node--type-dvhm-sua-chua .swiper-container-vertical {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.node--type-dvhm-sua-chua .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.node--type-dvhm-sua-chua .swiper-slide {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
  padding-top: 100px;
}
.node--type-dvhm-sua-chua #fullPage .swiper-slide {
  font-weight: 400;
  background: #FFFFFF;
}
.node--type-dvhm-sua-chua #fullPage .swiper-slide .content-wrapper {
  height: 100%;
  width: 100%;
}
.node--type-dvhm-sua-chua #fullPage .swiper-slide.footer-wrapper {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.node--type-dvhm-sua-chua .swiper-slide.footer-wrapper #footer-wrapper {
  position: relative;
  bottom: 0;
}
.node--type-dvhm-sua-chua .node__content {
  color: #3C3C3C;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node--type-dvhm-sua-chua .node__content .page-repair-intro .mobile-display img {
  width: 100%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-intro ul {
  padding: 0;
}
.node--type-dvhm-sua-chua .node__content .page-repair-intro ul > li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 14px;
  background-image: url("https://vinfastauto.com/themes/porto/img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  line-height: normal;
  padding-left: 30px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-title div.field__item {
  margin: 0 auto 40px;
  font-weight: 300;
  font-size: 56px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
.node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-link a {
  padding: 14px 40px;
  background-color: #1464F4;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  min-width: 285px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-link a:hover {
  color: #1464F4;
  background-color: #FFFFFF;
  border: #1464F4 1px solid;
}
.node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-img {
  margin-top: 64px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure ul {
  padding: 0;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure ul > li {
  list-style: none;
  margin-bottom: 0px;
  background-image: url("https://vinfastauto.com/themes/porto/img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  background-position: left;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .field--name-field-dvhm-sc-services-all .repair-procedure-list {
  background-repeat: no-repeat;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .repair-procedure-slick {
  width: 100%;
  margin: 0 auto;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services #repair-step-content {
  width: 60%;
  background-color: #F7F9F9;
  margin: 54px auto 0;
  padding: 20px 20px 5px 20px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services #repair-step-content ul {
  text-align: left;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-title {
  margin: 0px 0 50px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-title .field--name-field-dvhm-sc-services-mtitle div.field__item {
  font-size: 32px;
  margin: 0px 0 10px;
  font-weight: 300;
  line-height: normal;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item {
  cursor: pointer;
  outline: 0;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item:hover {
  outline: 0;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item:hover .field--name-field-dvhm-sc-s-svg .field__item {
  background: #1464F4;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item:hover .field--name-field-dvhm-sc-s-svg .field__item img {
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(9%) hue-rotate(186deg) brightness(110%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(9%) hue-rotate(186deg) brightness(110%) contrast(97%);
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item:focus {
  outline: 0;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-svg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-svg div.field__item {
  padding: 10px;
  width: 101px;
  height: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F9F9;
  border-radius: 5px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-svg div.field__item img {
  width: auto;
  height: auto;
  margin: auto;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-step {
  margin-top: 20px;
  color: #7A99AC;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-step div.field__item {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-title br {
  display: none;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item.selected .field--name-field-dvhm-sc-s-svg .field__item {
  background: #1464F4;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item.selected .field--name-field-dvhm-sc-s-svg .field__item img {
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(9%) hue-rotate(186deg) brightness(110%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(9%) hue-rotate(186deg) brightness(110%) contrast(97%);
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 60%;
  margin: 50px auto 0;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links .field--name-field-dvhm-sc-services-slink {
  width: calc(50% - 20px);
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links .field--name-field-dvhm-sc-services-slink a {
  width: 100%;
  background: #1464F4;
  color: #FFFFFF;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #1464F4;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links .field--name-field-dvhm-sc-services-slink a:hover {
  color: #1464F4;
  background-color: #FFFFFF;
  border: #1464F4 1px solid;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links .field--name-field-dvhm-sc-services-clink {
  width: calc(50% - 20px);
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links .field--name-field-dvhm-sc-services-clink a {
  width: 100%;
  background: #FFFFFF;
  color: #1464F4;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #1464F4;
}
.node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links .field--name-field-dvhm-sc-services-clink a:hover {
  color: #FFFFFF;
  background-color: #1464F4;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general ul {
  padding: 0;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general ul > li {
  list-style: none;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #3C3C3C;
  background-image: url("https://vinfastauto.com/themes/porto/img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  padding-left: 30px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .content-wrapper .field--name-field-dvhm-sc-general {
  height: 100%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .content-wrapper .field--name-field-dvhm-sc-general > .field__item {
  height: 100%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .content-wrapper .field--name-field-dvhm-sc-general > .field__item .field--name-field-dvhm-sc-g-img {
  height: 100%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .content-wrapper .field--name-field-dvhm-sc-general > .field__item .paragraph--type--dvhm-sc-general {
  height: 100%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general > div {
  width: 50%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general > div.repair-page-general-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
  max-width: 600px;
  margin: auto;
  padding-left: 15px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left .field--name-field-dvhm-sc-g-title div.field__item {
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin-bottom: 60px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left .field--name-field-dvhm-sc-g-items ul {
  text-align: left;
}
.node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left .field--name-field-dvhm-sc-g-items ul .paragraph--type--dvhm-sc-g-item {
  margin-bottom: 13px;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint ul {
  padding: 0;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint ul > li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 14px;
  background-image: url("https://vinfastauto.com/themes/porto/img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  line-height: normal;
  padding-left: 30px;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint > div {
  width: calc(50% - 40px);
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-title div.field__item {
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #3C3C3C;
  text-align: left;
  margin-bottom: 40px;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-link {
  margin-top: 50px;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-link div.field__item a {
  color: #1464F4;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: #1464F4 1px solid;
  padding: 10px 20px;
  border-radius: 3px;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-link div.field__item a:hover {
  color: #FFFFFF;
  background-color: #1464F4;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-left {
  text-align: left;
  width: 50%;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-left .field--name-field-dvhm-sc-p-img {
  margin-top: 0;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right {
  width: 60%;
  padding-left: 40px;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .repair-page-paint-right-inner {
  position: relative;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .hidden-pc {
  display: none;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs {
  padding-left: 0;
  width: 100%;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs .paragraph--type--dvhm-sc-p-sub {
  text-align: left;
  width: 80%;
  margin-bottom: 30px;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs .paragraph--type--dvhm-sc-p-sub .repair-paint-list {
  margin-bottom: 15px;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs .paragraph--type--dvhm-sc-p-sub .field--name-field-dvhm-sc-p-s-title div.field__item {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: normal;
}
.node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right-inner {
  max-width: 600px;
  margin: auto;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance ul {
  padding: 0;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance ul > li {
  list-style: none;
  margin-bottom: 15px;
  background-image: url("https://vinfastauto.com/themes/porto/img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 30px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #3C3C3C;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance > div {
  width: 50%;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-left {
  text-align: left;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-left .field--name-field-dvhm-sc-b-img div.field__item img {
  width: 100%;
  height: auto;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .repair-page-balance-right-inner {
  max-width: 600px;
  margin: auto;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub {
  text-align: left;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-stitle {
  width: 100%;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-stitle div.field__item {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: normal;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-sitems {
  width: 100%;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-snotice {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-title div.field__item {
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #3C3C3C;
  text-align: left;
}
.node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-content {
  margin-top: 30px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue ul {
  padding: 0;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue ul > li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  background-image: url("../../img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  background-position: left;
  line-height: normal;
  padding-left: 30px;
  margin-bottom: 10px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper > div {
  width: 50%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper > div > .paragraph--type--dvhm-sc-r-mobile {
  max-width: 600px;
  margin: auto;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left {
  text-align: left;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .paragraph--type--dvhm-sc-r-247 {
  max-width: 600px;
  margin: auto;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .field--name-field-dvhm-sc-r-247-title {
  margin-top: 30px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .field--name-field-dvhm-sc-r-247-title div.field__item {
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin-bottom: 30px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .repair-rescue-247-list {
  margin-top: 30px;
  width: 100%;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .field--name-field-dvhm-sc-r-247-img {
  margin-bottom: 54px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right {
  text-align: left;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mtitle div.field__item {
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mstitle div.field__item {
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mcontent {
  margin-top: 30px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mcontent p {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #3C3C3C;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mlink {
  margin-top: 0px;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mlink .field__item {
  display: inline-block;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  min-width: 187px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #1464F4;
  border-radius: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464F4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mlink a:hover {
  background: #1464F4;
  color: #fff;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mlink a:focus {
  background: #1464F4;
  color: #fff;
}
.node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mimg {
  margin-top: 30px;
}
@media (min-width: 1920px) {
  .node--type-dvhm-sua-chua .node__content .repair-page-balance {
    height: calc(100vh - 90px);
    overflow: hidden;
  }
}
@media screen and (min-width: 1280px) {
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper > div > .paragraph--type--dvhm-sc-r-mobile {
    max-width: 650px;
    padding-right: 50px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .paragraph--type--dvhm-sc-r-247 {
    max-width: 650px;
    padding-right: 50px;
  }
  .node--type-dvhm-sua-chua .page-node-type-dvhm-sua-chua .field.field--name-field-dvhm-sc-r-247-img.field--type-image.field--label-above img {
    width: 80%;
  }
  .node--type-dvhm-sua-chua .page-node-type-dvhm-sua-chua .field.field--name-field-dvhm-sc-r-247-items.field--type-entity-reference-revisions.field--label-above ul li {
    line-height: 120%;
  }
}
@media screen and (max-width: 1600px) {
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left .field--name-field-dvhm-sc-g-title div.field__item {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .repair-procedure-slick {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .node--type-dvhm-sua-chua .mobile-display {
    display: none;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left {
    max-width: 650px;
    padding-right: 50px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .paragraph--type--dvhm-sc-r-247 {
    max-width: 650px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1367px) {
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links {
    margin: 30px auto 0;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services #repair-step-content {
    margin: 30px auto 0;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-left .field--name-field-dvhm-sc-p-img {
    margin-top: 0;
  }
}
@media screen and (max-width: 1366px) {
  .node--type-dvhm-sua-chua .swiper-slide {
    padding-top: 60px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro ul > li {
    margin-bottom: 3px;
    line-height: normal;
    font-size: 10px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-title div.field__item {
    font-size: 46px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure ul > li {
    margin-bottom: 3px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services #repair-step-content {
    margin-top: 25px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-svg div.field__item {
    width: 60px;
    height: 60px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general ul > li {
    margin-bottom: 3px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left .field--name-field-dvhm-sc-g-title div.field__item {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint ul > li {
    margin-bottom: 3px;
    line-height: normal;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-title div.field__item {
    font-size: 40px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-link {
    margin-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right {
    padding-bottom: 0;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs .paragraph--type--dvhm-sc-p-sub {
    margin-bottom: 10px;
    width: 100%;
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance ul > li {
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-left {
    width: 50%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-left .field--name-field-dvhm-sc-b-img {
    width: 100%;
    margin-top: 0;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right {
    width: 50%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-stitle div.field__item {
    font-size: 15px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-title div.field__item {
    font-size: 38px;
    margin-top: 0;
    line-height: normal;
    margin-bottom: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-content {
    margin-top: 0;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue ul > li {
    margin-bottom: 3px;
    line-height: normal;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .field--name-field-dvhm-sc-r-247-title div.field__item {
    font-size: 40px;
    margin: 0;
    line-height: normal;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .repair-rescue-247-list {
    margin-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mtitle div.field__item {
    font-size: 35px;
    line-height: normal;
    margin: 0;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mstitle div.field__item {
    font-size: 36px;
    line-height: normal;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right img {
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure ul > li {
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-svg div.field__item {
    width: 40px;
    height: 40px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links {
    margin-top: 10px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general ul > li {
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left .field--name-field-dvhm-sc-g-title div.field__item {
    font-size: 36px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-title div.field__item {
    font-size: 36px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-link {
    font-size: 16px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs .paragraph--type--dvhm-sc-p-sub {
    margin-bottom: 18px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-left .field--name-field-dvhm-sc-b-img {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right {
    width: calc(50% - 40px);
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub {
    padding-left: 0;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-title div.field__item {
    font-size: 36px;
    line-height: normal;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue ul > li {
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .field--name-field-dvhm-sc-r-247-title div.field__item {
    font-size: 36px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mcontent {
    margin-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mcontent p {
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right img {
    width: 70%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mlink {
    margin-top: 10px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mimg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-title div.field__item br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left {
    padding-right: 25px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .node--type-dvhm-sua-chua .swiper-slide {
    padding-top: 20px;
  }
  .node--type-dvhm-sua-chua .swiper-slide.footer-wrapper #footer-wrapper {
    position: relative;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro {
    padding-top: 0;
    height: auto;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro p {
    padding: 10px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-title div.field__item {
    font-size: 40px;
    font-size: 36px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-link {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-link a {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services #repair-step-content {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-title .field--name-field-dvhm-sc-services-mtitle div.field__item {
    font-size: 28px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links .field--name-field-dvhm-sc-services-slink {
    width: 100%;
    margin: 10px 0;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links .field--name-field-dvhm-sc-services-clink {
    width: 100%;
    margin: 10px 0;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general {
    height: auto;
    padding-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general {
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general > div {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left .field--name-field-dvhm-sc-g-title div.field__item {
    font-size: 28px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-left .field--name-field-dvhm-sc-g-items ul {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general .repair-page-general .repair-page-general-right .field--name-field-dvhm-sc-g-img img {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint {
    height: auto;
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint > div {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-title div.field__item {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-left {
    width: 100%;
    display: none;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right {
    width: 100%;
    padding-left: 0;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs {
    padding-left: 0;
    margin-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs .paragraph--type--dvhm-sc-p-sub {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs .paragraph--type--dvhm-sc-p-sub .field--name-field-dvhm-sc-p-s-title div.field__item {
    margin-bottom: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance {
    height: auto;
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance > div {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-left .field--name-field-dvhm-sc-b-img {
    width: 100%;
    margin-top: 30px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right {
    padding-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub {
    padding-left: 0;
    margin-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-stitle {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-stitle div.field__item {
    font-size: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-sitems {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-title div.field__item {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-title div.field__item br {
    display: none;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .field--name-field-dvhm-sc-b-content {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue {
    margin-top: 50px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper {
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper > div {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .field--name-field-dvhm-sc-r-247-title div.field__item {
    font-size: 28px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .repair-rescue-247-list {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left img {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mtitle div.field__item {
    font-size: 28px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mstitle div.field__item {
    font-size: 28px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mcontent p {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .node--type-dvhm-sua-chua #fullPage .swiper-slide.footer-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .node--type-dvhm-sua-chua .desktop-display {
    display: none;
  }
  .node--type-dvhm-sua-chua .node__content {
    padding: 10px 16px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure {
    padding-top: 64px;
    height: auto;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-svg div.field__item {
    width: 108px;
    height: 108px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-title div.field__item {
    margin-top: 0;
    line-height: normal;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue {
    margin-bottom: 64px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right {
    padding-left: 0;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-left {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right {
    margin-top: 30px !important;
    padding-top: 0;
    width: 100%;
  }
  .node--type-dvhm-sua-chua .page-node-type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .hidden-pc {
    display: block !important;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left {
    margin-bottom: 54px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-left .field--name-field-dvhm-sc-r-247-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-title .field--name-field-dvhm-sc-services-mtitle div.field__item {
    font-size: 24px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs {
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs:after {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    height: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 425px) {
  .node--type-dvhm-sua-chua .swiper-slide {
    padding-top: 0;
  }
  .node--type-dvhm-sua-chua #fullPage .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .node--type-dvhm-sua-chua #fullPage .swiper-slide .content-wrapper {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content {
    padding-bottom: 0;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro ul > li {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sua-chua-image-mb img {
    width: 100%;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure ul > li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services #repair-step-content {
    padding: 20px 20px 1px 20px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-list .field--name-field-dvhm-sc-services-items .repair-procedure-item .field--name-field-dvhm-sc-s-title div.field__item {
    width: 100%;
    margin: 0 auto;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-procedure .paragraph--type--dvhm-sc-services .repair-procedure-links {
    margin-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general {
    height: auto;
    padding-top: 40px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-general ul > li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint ul > li {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .field--name-field-dvhm-sc-p-link div.field__item a {
    padding: 12px 35px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right {
    padding-bottom: 10px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs {
    padding-left: 0;
    margin-top: 30px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-paint .repair-page-paint-right .field--name-field-dvhm-sc-p-subs .paragraph--type--dvhm-sc-p-sub .field--name-field-dvhm-sc-p-s-title div.field__item {
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance ul > li {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-stitle {
    margin-bottom: 10px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-stitle div.field__item {
    font-size: 18px;
  }
  .node--type-dvhm-sua-chua .node__content .repair-page-balance .repair-page-balance-right .paragraph--type--dvhm-sc-b-sub .field--name-field-dvhm-sc-b-snotice {
    margin-top: 40px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue ul > li {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 14px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mtitle {
    margin-top: 20px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-rescue .rescue-wrapper .rescue-right .field--name-field-dvhm-sc-r-mtitle div.field__item {
    line-height: normal;
  }
}
@media screen and (max-width: 375px) {
  .node--type-dvhm-sua-chua .node__content {
    padding-top: 60px;
  }
  .node--type-dvhm-sua-chua .node__content .page-repair-intro .field--name-field-dvhm-sc-img div.field__item {
    height: 100%;
  }
}

.has-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.has-scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.has-scroll::-webkit-scrollbar-thumb {
  background: #7a99ac;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.has-scroll::-webkit-scrollbar-thumb:hover {
  background: #7a99ac;
}
.has-scroll::-webkit-scrollbar-thumb:active {
  background: #7a99ac;
}
.has-scroll::-webkit-scrollbar-track {
  background: #f0f3f3 !important;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 0 14px 14px transparent;
  box-shadow: inset 0 0 14px 14px transparent;
  border: solid 4px transparent;
}
.has-scroll::-webkit-scrollbar-track:hover {
  background: #f0f3f3 !important;
}
.has-scroll::-webkit-scrollbar-track:active {
  background: #f0f3f3 !important;
}
.has-scroll .scroll-area {
  padding-right: 10px;
}

.slick-slider .slick-slide {
  margin: 0 15px;
}

/*hand17 add*/
/*.news-highlight .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}*/
/* info company bot */
/*fixmenu*/
/* Contact page */
/* spin point */
/* Select region */
/* Table of content */
#thong-tin-bao-hanh .page-warranty-intro {
  margin-bottom: 96px;
  margin-top: 48px;
}
#thong-tin-bao-hanh .page-warranty-intro .warranty-intro-content {
  text-align: center;
  margin-bottom: 48px;
}
#thong-tin-bao-hanh .page-warranty-intro .warranty-intro-content .field--name-field-dvhm-title h1 {
  font-weight: 300;
  font-size: 56px;
  margin-bottom: 32px;
  display: block;
}
#thong-tin-bao-hanh .page-warranty-intro .warranty-intro-content .field--name-field-warranty-set-link a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 46px;
  border-radius: 3px;
  background-color: #1464F4;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #1464F4;
}
#thong-tin-bao-hanh .page-warranty-intro .warranty-intro-content .field--name-field-warranty-set-link a:hover {
  background-color: #fff;
  color: #1464F4;
}
#thong-tin-bao-hanh .page-warranty-intro .warranty-intro-img img {
  width: 100%;
}
#thong-tin-bao-hanh .page-warranty-info {
  margin-bottom: 96px;
}
#thong-tin-bao-hanh .page-warranty-info .field--name-field-sub-content .field__items {
  display: flex;
  gap: 32px;
}
#thong-tin-bao-hanh .page-warranty-info .field--name-field-sub-content .field__items .field__item {
  width: 50%;
}
#thong-tin-bao-hanh .page-warranty-info .field--name-field-sub-content .field__items .field__item .field__item {
  width: 100%;
}
#thong-tin-bao-hanh .page-warranty-info .field__item:nth-child(2n) .paragraph--type--warranty-time .warranty-time-image {
  order: 1;
}
#thong-tin-bao-hanh .page-warranty-info .field__item:nth-child(2n) .paragraph--type--warranty-time .field--name-field-section-link .field__items {
  display: flex;
}
#thong-tin-bao-hanh .page-warranty-info .field__item:nth-child(2n) .paragraph--type--warranty-time .field--name-field-section-link .field__item {
  width: 50%;
}
#thong-tin-bao-hanh .page-warranty-info .field__item:nth-child(2n) .paragraph--type--warranty-time .field--name-field-section-download-select {
  margin-top: 24px;
}
#thong-tin-bao-hanh .page-warranty-non-warranty {
  margin-bottom: 96px;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .warranty-time-info .field--name-field-section-content {
  margin-bottom: 24px;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .field--name-field-section-download-select .dropdown-toggle {
  display: block;
  width: 100%;
  background: none;
  color: #3c3c3c;
  text-align: center;
  padding: 16px;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .field--name-field-section-download-select .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin: 0;
  transform: translateY(-50%);
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .dropdown-menu {
  width: calc(100% + 2px);
  padding: 0;
  left: -1px !important;
  right: -1px !important;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .dropdown-menu .dropdown-item {
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .dropdown-menu .dropdown-item:hover {
  background-color: #1464F4;
  color: #fff;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .field--name-field-section-link .field__items {
  display: block;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .field--name-field-section-link a {
  display: flex;
  width: 100%;
  text-align: center;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #1464F4;
  color: #1464F4;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border-radius: 3px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .field--name-field-section-link a:hover {
  background-color: #1464F4;
  color: #fff;
}
#thong-tin-bao-hanh .paragraph--type--warranty-time .field--name-field-section-image {
  text-align: center;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .warranty-coverrage-main {
  display: flex;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .warranty-coverrage-content {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 90px;
  order: 2;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .warranty-coverrage-img {
  width: 50%;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .field__item:nth-child(2n) .paragraph--type--dvhm-warranty-coverrage-sub .field__item--content {
  order: 1;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .field--name-field-dvhm-wc-img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub {
  display: flex;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub .field__item--content {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 90px;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub .field__item--content .field--name-field-image {
  display: none;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub .field__item--image {
  width: 50%;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub .field--name-field-image img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#thong-tin-bao-hanh .field--name-field-section-title {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 24px;
  line-height: normal;
}
#thong-tin-bao-hanh .field--name-field-dvhm-wc-title {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 24px;
  line-height: normal;
}
#thong-tin-bao-hanh .field--name-field-dvhm-wc-sub-title {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 24px;
  line-height: normal;
}
#thong-tin-bao-hanh .field--name-field-dvhm-nw-title {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 24px;
  line-height: normal;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-non-warranty {
  display: flex;
  align-items: center;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-non-warranty .field--name-field-dvhm-nw-img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#thong-tin-bao-hanh .field--name-field-dvhm-wc-sub {
  max-height: 50vh;
  overflow-y: auto;
}
#thong-tin-bao-hanh .field--name-field-dvhm-nw-items {
  max-height: 50vh;
  overflow-y: auto;
}
#thong-tin-bao-hanh .field--name-field-dvhm-nw-items ul {
  padding: 0;
}
#thong-tin-bao-hanh .field--name-field-dvhm-nw-items ul li {
  list-style: none;
  background: url(../../assets/img/list-icon.svg) no-repeat scroll 0 0 transparent;
  padding-left: 30px;
  margin-bottom: 16px;
}
#thong-tin-bao-hanh .field--name-field-dvhm-wc-sc-title {
  font-weight: 600;
  margin-bottom: 24px;
}
#thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-scontent {
  margin-bottom: 24px;
}
#thong-tin-bao-hanh .warranty-non-coverrage-main {
  width: 50%;
  order: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 90px;
}
#thong-tin-bao-hanh .warranty-coverrage-img {
  width: 50%;
}
#thong-tin-bao-hanh .field--name-field-dvhm-wc-sc-content ul {
  padding: 0;
}
#thong-tin-bao-hanh .field--name-field-dvhm-wc-sc-content ul li {
  list-style: none;
  background: url(../../assets/img/list-icon.svg) no-repeat scroll 0 0 transparent;
  padding-left: 30px;
  margin-bottom: 16px;
}
#thong-tin-bao-hanh a {
  text-decoration: none;
}
#thong-tin-bao-hanh .button-select-region {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#thong-tin-bao-hanh .button-select-region img {
  margin-right: 5px;
}
#thong-tin-bao-hanh img.media__image.media__element.b-lazy:not(.b-loaded) {
  display: none;
}
#thong-tin-bao-hanh .vin-slide-home .owl-stage {
  display: flex;
}
#thong-tin-bao-hanh .vin-slide-home .owl-item {
  position: relative;
}
#thong-tin-bao-hanh .vin-slide-home .slide-title {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#thong-tin-bao-hanh .vin-slide-home .slide-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  color: #fff;
}
#thong-tin-bao-hanh .vin-slide-home .slide-content ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#thong-tin-bao-hanh .vin-slide-home .slide-content ul li {
  float: left;
  border-right: 1px solid #fff;
  padding: 10px 15px;
}
#thong-tin-bao-hanh .vin-slide-home .slide-content ul li p:first-child {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 0px;
  color: #fff;
}
#thong-tin-bao-hanh .vin-slide-home .slide-content ul li p:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  line-height: 30px;
}
#thong-tin-bao-hanh .vin-slide-home .slide-content ul li:last-child {
  border-right: none;
}
#thong-tin-bao-hanh .vin-slide-home .slide-content ul li:nth-last-child(2) {
  border-right: none;
}
#thong-tin-bao-hanh .promo-slide {
  position: relative;
}
#thong-tin-bao-hanh .promo-slide .owl-stage {
  display: flex;
}
#thong-tin-bao-hanh .promo-slide .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  display: flex;
  flex-direction: column;
}
#thong-tin-bao-hanh .promo-slide .owl-dots .owl-dot {
  margin-bottom: 5px;
}
#thong-tin-bao-hanh .promo-slide .owl-dots .owl-dot button {
  height: 30px;
  width: 1px;
  padding: 0px;
  border: none;
  background-color: #C4C4C4;
}
#thong-tin-bao-hanh .promo-slide .owl-dots .owl-dot span {
  display: none;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  top: -10px;
  font-weight: 600;
}
#thong-tin-bao-hanh .promo-slide .owl-dots .owl-dot.active button {
  background-color: #333;
  width: 3px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  position: relative;
  left: -1px;
}
#thong-tin-bao-hanh .promo-slide .owl-dots .owl-dot.active span {
  display: inline-block;
}
#thong-tin-bao-hanh .promo-slide .owl-item {
  position: relative;
}
#thong-tin-bao-hanh .promo-slide img {
  width: 100%;
  max-width: 100%;
}
#thong-tin-bao-hanh .owl-nav.disabled {
  display: none;
}
#thong-tin-bao-hanh .main-wrap {
  overflow: hidden;
}
#thong-tin-bao-hanh .promo-button {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 40px;
  border: 2px solid #fff;
  border-radius: 3px;
}
#thong-tin-bao-hanh .promo-button:hover {
  border-color: #ee3d43;
}
#thong-tin-bao-hanh .promo-button-black {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 40px;
  border: 2px solid #333;
  border-radius: 3px;
}
#thong-tin-bao-hanh .promo-button-black:hover {
  border-color: #ee3d43;
}
#thong-tin-bao-hanh .slide-more a {
  color: #fff;
  font-size: 30px;
}
#thong-tin-bao-hanh .slide-content .slide-title {
  font-size: 35px;
  color: #fff;
  font-weight: 100;
}
#thong-tin-bao-hanh .promo-slide-fix .owl-dots .owl-dot.active button {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#thong-tin-bao-hanh .promo-slide-fix .owl-dots .owl-dot.active span {
  color: #fff;
}
#thong-tin-bao-hanh .vin-slide-home-6 .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#thong-tin-bao-hanh .vin-slide-home-2 .slide-content {
  position: absolute;
  left: 150px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
#thong-tin-bao-hanh .vin-slide-home-2 .slide-content h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
#thong-tin-bao-hanh .vin-slide-home-2 .slide-content p {
  color: #fff;
  font-size: 13px;
}
#thong-tin-bao-hanh .vin-slide-home-2 .slide-content ul {
  list-style: none;
  padding-left: 0px;
}
#thong-tin-bao-hanh .vin-slide-home-2 .slide-content ul li:after {
  content: "";
  height: 1px;
  width: 70px;
  background-color: #fff;
  display: inline-block;
}
#thong-tin-bao-hanh .vin-slide-home-2 .slide-content ul li:last-child:after {
  content: unset;
}
#thong-tin-bao-hanh .promo-box-nt-left p {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
#thong-tin-bao-hanh .promo-box-nt-left h3 {
  font-size: 45px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
#thong-tin-bao-hanh .promo-box-nt-right > p {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
#thong-tin-bao-hanh .promo-box-nt-right > div > span {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  margin-right: 20px;
}
#thong-tin-bao-hanh .promo-box-nt-right > div > span > i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #333;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  top: 4px;
}
#thong-tin-bao-hanh .back-gray {
  background-color: #F6F6F6;
}
#thong-tin-bao-hanh .back-black {
  background-color: #060606;
}
#thong-tin-bao-hanh .vin-slide-home-3 .perform {
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#thong-tin-bao-hanh .vin-slide-home-3 .slide-content ul li {
  float: left;
  border-right: 1px solid #333;
  padding: 10px 15px;
}
#thong-tin-bao-hanh .vin-slide-home-3 .slide-content ul li p:first-child {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 0px;
  color: #333;
}
#thong-tin-bao-hanh .vin-slide-home-3 .slide-content ul li p:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #333;
  line-height: 30px;
}
#thong-tin-bao-hanh .vin-slide-home-3 .slide-content ul li:last-child {
  border-right: none;
}
#thong-tin-bao-hanh .vin-slide-home-3 .slide-content img {
  position: relative;
  z-index: 9;
}
#thong-tin-bao-hanh .vin-slide-home-3:before {
  content: "";
  background: linear-gradient(90deg, #58595B 0.01%, #797A7D 33.01%, #B8BABC 66.01%, #FFFFFF 100.01%);
  display: block;
  height: 11px;
  width: 100%;
  position: absolute;
  bottom: 80px;
}
#thong-tin-bao-hanh .slide-content-color {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#thong-tin-bao-hanh .slide-content-color p {
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
#thong-tin-bao-hanh .slide-content-color ul {
  list-style: none;
  padding-left: 0px;
  width: 90px;
}
#thong-tin-bao-hanh .slide-content-color ul li {
  width: 50%;
  float: left;
}
#thong-tin-bao-hanh .slide-content-color ul li > span {
  display: inline-block;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 36px;
  cursor: pointer;
}
#thong-tin-bao-hanh .slide-content-color ul li > span > span {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
}
#thong-tin-bao-hanh .slide-content-color ul li.active > span {
  border: 1px solid #CB2A1D;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-right .promo-box-nt-right > div > span {
  color: #fff;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-right .promo-box-nt-right > div > span > i {
  border: 2px solid #fff;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left {
  color: #fff;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left > p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left > h3 {
  font-weight: 600;
  font-size: 45px;
  color: #fff;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .nav-item:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .nav-item a {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0.7;
  border-radius: 3px;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .nav-item.active a {
  opacity: 1;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .tab-content {
  background-color: transparent;
  border: none;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .tab-content ul {
  list-style: none;
  padding-left: 0px;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .tab-content ul li p {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .tab-content ul li p:first-child {
  font-weight: 600;
  margin-top: 5px;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .tab-content ul li:before {
  content: "";
  height: 1px;
  width: 70px;
  background-color: #fff;
  display: inline-block;
}
#thong-tin-bao-hanh .vin-slide-home-4 .slide-content-left .nav-tabs {
  border-bottom: none;
}
#thong-tin-bao-hanh .vin-slide-home-4 .nav-tabs li a:hover {
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  color: #fff !important;
}
#thong-tin-bao-hanh .vin-slide-home-4 .nav-tabs li.active a {
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  color: #fff !important;
}
#thong-tin-bao-hanh .vin-slide-home-4 .nav-tabs li.active a:hover {
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  color: #fff !important;
}
#thong-tin-bao-hanh .vin-slide-home-4 .nav-tabs li.active a:focus {
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  color: #fff !important;
}
#thong-tin-bao-hanh .flex-ul {
  display: flex;
}
#thong-tin-bao-hanh .flex-ul ul:last-child {
  margin-left: 15px;
}
#thong-tin-bao-hanh .box-line-car .box-right {
  padding: 20px;
}
#thong-tin-bao-hanh .box-line-car .box-right ul {
  list-style: none;
  padding-left: 0px;
}
#thong-tin-bao-hanh .box-line-car .box-right ul li {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid #E4E4E4;
}
#thong-tin-bao-hanh .box-line-car .box-right ul li.active {
  border-bottom: none;
}
#thong-tin-bao-hanh .box-line-car .box-right ul li.active:after {
  height: 1px;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, #FFFFFF 0.01%, #FEEDE4 7.56%, #FBC6B2 22.7%, #F9AA8F 33.01%, #F15B40 66.01%, #ED1C24 100.01%);
  display: block;
  position: relative;
  left: -50%;
}
#thong-tin-bao-hanh .box-line-car .box-right p {
  color: #333;
}
#thong-tin-bao-hanh .box-line-car .box-right h3 {
  color: #333;
}
#thong-tin-bao-hanh .box-line-car .box-right div {
  color: #333;
}
#thong-tin-bao-hanh .promo-img {
  overflow: hidden;
  position: relative;
}
#thong-tin-bao-hanh .promo-img img {
  transition: 0.3s;
  width: 100%;
  border-radius: 3px 3px 0 0;
  object-fit: cover;
}
#thong-tin-bao-hanh .promo-des {
  border: 1px solid #ccc;
  padding-top: 10px;
  background-color: #fff;
}
#thong-tin-bao-hanh .promo-des h3 {
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 600;
}
#thong-tin-bao-hanh .promo-des h3 a {
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 600;
  text-align: left !important;
  display: block;
}
#thong-tin-bao-hanh .promo-des p {
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  color: #979799;
}
#thong-tin-bao-hanh .promo-des p a {
  color: #2F2F2F;
  font-size: 14px;
  font-weight: 600;
  text-align: left !important;
}
#thong-tin-bao-hanh .view-id-kieu_node_functions.view-display-id-page_4 .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#thong-tin-bao-hanh .view-id-kieu_node_functions.view-display-id-page_4 .view-content .views-row {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
}
#thong-tin-bao-hanh .view-id-kieu_node_functions.view-display-id-page_4 > nav {
  margin-top: 40px;
}
#thong-tin-bao-hanh .promo-img-eye {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: rgba(0, 0, 0, 0.568627451);
  padding: 5px 8px;
  color: #fff;
}
#thong-tin-bao-hanh .promo-img-eye i {
  margin-right: 5px;
}
#thong-tin-bao-hanh li.pager__item a {
  border: 1px solid #2C72C6;
  color: #2C72C6 !important;
  padding: 11px 60px !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#thong-tin-bao-hanh li.pager__item:hover a {
  color: #333 !important;
  border: 1px solid #333;
}
#thong-tin-bao-hanh .pagin-promo-more-yellow {
  border: 1px solid #2C72C6;
  color: #2C72C6 !important;
  padding: 11px 60px !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#thong-tin-bao-hanh .ul-list-pj {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 8px;
}
#thong-tin-bao-hanh .ul-list-pj li {
  float: left;
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
}
#thong-tin-bao-hanh .ul-list-pj li a {
  color: #707070;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  line-height: 22.4px;
  font-family: "muli";
  font-weight: 600;
}
#thong-tin-bao-hanh .ul-list-pj li.active a {
  padding-bottom: 10px;
  border-bottom: 3px solid #2C72C6;
  color: #2C72C6;
  pointer-events: none;
}
#thong-tin-bao-hanh .ul-list-pj li.selected a {
  padding-bottom: 10px;
  border-bottom: 3px solid #2C72C6;
  color: #2C72C6;
  pointer-events: none;
}
#thong-tin-bao-hanh .box-filter-promo .input-group {
  padding: 2px;
  border: 1px solid #E4E4E4;
  flex-wrap: nowrap;
  padding: 2px;
  border: 1px solid #E4E4E4;
  flex-wrap: nowrap;
}
#thong-tin-bao-hanh .box-filter-promo .input-group button {
  background-color: #CC9036;
  border-radius: 5px !important;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
#thong-tin-bao-hanh .box-filter-promo input {
  border: none;
  box-shadow: none;
}
#thong-tin-bao-hanh .vin-slide-promo {
  overflow: hidden;
}
#thong-tin-bao-hanh .vin-slide-promo .owl-stage {
  display: flex;
  display: flex;
}
#thong-tin-bao-hanh .vin-slide-loader {
  overflow: hidden;
}
#thong-tin-bao-hanh .vin-slide-loader .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 37.304347826%;
  display: flex;
  justify-content: flex-end;
  right: 30px;
}
#thong-tin-bao-hanh .vin-slide-loader .owl-dot {
  background: none;
  border: none;
}
#thong-tin-bao-hanh .vin-slide-loader .owl-dot:not(.active) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#thong-tin-bao-hanh .vin-slide-loader .owl-dot span {
  background-color: rgba(255, 255, 255, 0.4) !important;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 12px !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#thong-tin-bao-hanh .vin-slide-loader-content {
  overflow: hidden;
}
#thong-tin-bao-hanh .vin-slide-loader-content .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 37.304347826%;
  display: flex;
  justify-content: flex-end;
  right: 30px;
}
#thong-tin-bao-hanh .vin-slide-loader-content .owl-dot {
  background: none;
  border: none;
}
#thong-tin-bao-hanh .vin-slide-loader-content .owl-dot:not(.active) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#thong-tin-bao-hanh .vin-slide-loader-content .owl-dot span {
  background-color: rgba(255, 255, 255, 0.2) !important;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 12px !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#thong-tin-bao-hanh .vin-slide-loader-content .owl-stage {
  display: flex;
}
#thong-tin-bao-hanh .vin-slide-loader-content .news-highlight .img a.mobile-show {
  display: none;
}
#thong-tin-bao-hanh .pie-countdown {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
#thong-tin-bao-hanh .pie-countdown .dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 50%;
}
#thong-tin-bao-hanh .owl-dot.active .pie-countdown .dot {
  background: #fff;
  position: absolute;
  margin: 0;
}
#thong-tin-bao-hanh .pie-countdown.active .dot {
  background: #fff;
  position: absolute;
  margin: 0;
}
#thong-tin-bao-hanh .e-c-base {
  fill: none;
  stroke: #979797;
  stroke-width: 2px;
}
#thong-tin-bao-hanh .e-c-progress {
  fill: none;
  stroke: #fff;
  stroke-width: 10px;
  transition: stroke-dashoffset 0.7s;
}
#thong-tin-bao-hanh .e-c-pointer {
  fill: #FFF;
  stroke: #F7958E;
  stroke-width: 2px;
  display: none;
}
#thong-tin-bao-hanh #e-pointer {
  transition: transform 0.7s;
}
#thong-tin-bao-hanh .news-slide img {
  width: 100%;
  height: 405px;
  object-fit: cover;
}
#thong-tin-bao-hanh .news-slide .news-cat {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  background: #CB2A1D;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
}
#thong-tin-bao-hanh .news-slide h3.title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}
#thong-tin-bao-hanh .news-slide .info {
  display: flex;
  margin-bottom: 30px;
}
#thong-tin-bao-hanh .news-slide .owl-item {
  position: relative;
}
#thong-tin-bao-hanh .news-slide .date {
  color: #979797;
}
#thong-tin-bao-hanh .box-news-slide {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 25px !important;
}
#thong-tin-bao-hanh .promo-h1 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #343434;
  margin-bottom: 5px;
}
#thong-tin-bao-hanh .promo-h1 span {
  font-size: 26px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #343434;
  margin-bottom: 5px;
}
#thong-tin-bao-hanh .news-content-sapo {
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 22px;
  letter-spacing: 0em;
  color: #303F49;
  text-align: justify;
}
#thong-tin-bao-hanh .news-content h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 22px;
  letter-spacing: 0em;
  color: #303F49;
  text-align: justify;
}
#thong-tin-bao-hanh .news-content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: justify;
  color: #303F49;
}
#thong-tin-bao-hanh .news-content h4 {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
  color: #303F49;
}
#thong-tin-bao-hanh .promo-detail-status {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #979797;
  font-size: 11px;
  font-weight: 500;
}
#thong-tin-bao-hanh .promo-detail-status i {
  color: #979797;
  font-size: 11px;
  font-weight: 500;
}
#thong-tin-bao-hanh .promo-detail-status li {
  color: #979797;
  font-size: 11px;
  font-weight: 500;
}
#thong-tin-bao-hanh .promo-detail-status p {
  color: #979797;
  font-size: 11px;
  font-weight: 500;
}
#thong-tin-bao-hanh .promo-detail-status a {
  color: #979797;
  font-size: 11px;
  font-weight: 500;
}
#thong-tin-bao-hanh .promo-detail-status div {
  display: flex;
  justify-content: space-between;
  line-height: 22px;
  align-items: center;
}
#thong-tin-bao-hanh .promo-detail-status span {
  margin-right: 15px;
  margin-right: 0px;
  margin-left: 5px;
}
#thong-tin-bao-hanh .promo-detail-status ul {
  list-style: none;
  padding-left: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#thong-tin-bao-hanh .promo-detail-status ul li {
  float: left;
  margin-left: 10px;
  display: flex;
}
#thong-tin-bao-hanh .promo-detail-status ul i {
  color: #999;
}
#thong-tin-bao-hanh .promo-detail-status h2 {
  color: #162B75;
  font-size: 16px;
  font-weight: 600;
}
#thong-tin-bao-hanh .promo-detail-status h1 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
#thong-tin-bao-hanh .promo-detail-status .like-fb {
  margin-left: -15px;
}
#thong-tin-bao-hanh .promo-des-img {
  color: #999;
  font-style: italic;
  font-size: 12px;
}
#thong-tin-bao-hanh .promo-detail-support {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #999;
}
#thong-tin-bao-hanh .promo-detail-support p {
  margin-bottom: 0px;
}
#thong-tin-bao-hanh .promo-detail-support a {
  color: #2F2F2F;
}
#thong-tin-bao-hanh .promo-regis input {
  font-size: 13px;
  height: 40px;
  border-left: none;
}
#thong-tin-bao-hanh .promo-regis button {
  background-color: #2C72C6 !important;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  height: 40px;
  border-radius: 3px;
}
#thong-tin-bao-hanh .promo-regis .input-group-text {
  color: #2f2f2f;
  width: 80px;
  font-weight: bold;
  font-size: 13px;
  background-color: transparent;
}
#thong-tin-bao-hanh .promo-tag {
  display: flex;
}
#thong-tin-bao-hanh .promo-tag span {
  margin-right: 15px;
  color: #2f2f2f;
  font-size: 12px;
}
#thong-tin-bao-hanh .promo-tag div a {
  margin-right: 15px;
  padding: 5px 15px;
  background-color: #F6F6F6;
  border-radius: 20px;
  color: #2f2f2f;
  font-size: 12px;
}
#thong-tin-bao-hanh .promo-tag div a:hover {
  background-color: #2C72C6 !important;
  color: #fff !important;
}
#thong-tin-bao-hanh .promo-h2 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
#thong-tin-bao-hanh .promo-right-net div {
  color: #2f2f2f;
}
#thong-tin-bao-hanh .promo-right-net div:hover {
  color: #4992FB;
}
#thong-tin-bao-hanh .promo-right-net div:hover i {
  background-color: #4992FB;
  color: #fff;
}
#thong-tin-bao-hanh .promo-right-net div > a {
  width: 100%;
}
#thong-tin-bao-hanh .promo-right-net div > a .a2a_svg {
  width: 30px !important;
  line-height: 16px;
  height: 30px !important;
  background-size: 16px;
  border-radius: 2px;
  padding: 5px;
  border-radius: 5px !important;
  border: 1px solid #E4E4E4;
  color: #979797;
}
#thong-tin-bao-hanh .promo-right-net div > a .a2a_label {
  width: auto;
  height: auto;
  position: static;
  clip: unset !important;
  -webkit-clip-path: unset !important;
  line-height: 30px;
  margin-left: 5px;
}
#thong-tin-bao-hanh .promo-right-net div > a:hover .a2a_svg {
  border: 1px solid #4992FB;
  background-color: #4992FB !important;
}
#thong-tin-bao-hanh .promo-right-net div > a:hover .a2a_label {
  color: #4992FB;
}
#thong-tin-bao-hanh .promo-right-net i {
  border: 1px solid #ccc;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 8px;
}
#thong-tin-bao-hanh .list-button-fot a {
  font-weight: 600;
}
#thong-tin-bao-hanh .cl-black {
  color: #333 !important;
}
#thong-tin-bao-hanh .ul-cate-news {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
}
#thong-tin-bao-hanh .ul-cate-news li {
  float: left;
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
#thong-tin-bao-hanh .ul-cate-news li a {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  display: inline-block;
  font-family: "muli";
  font-weight: 600;
}
#thong-tin-bao-hanh .ul-cate-news li.active a {
  border-bottom: 3px solid #2C72C6;
  color: #2C72C6;
}
#thong-tin-bao-hanh .box-news-r-item .promo-des {
  border: none;
}
#thong-tin-bao-hanh .box-news-r-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
#thong-tin-bao-hanh .box-news-r-item h3 a {
  display: block;
  height: 36px;
}
#thong-tin-bao-hanh .box-news-r > p {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 11px;
  margin-top: 5px;
}
#thong-tin-bao-hanh .statistic {
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
}
#thong-tin-bao-hanh .statistic .view {
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  display: flex;
  align-items: center;
  line-height: normal;
  height: 35px;
}
#thong-tin-bao-hanh .statistic .view::before {
  content: "";
  width: 15px;
  height: 10px;
  display: inline-block;
  background: url(../../img/vinfast/view-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
#thong-tin-bao-hanh .like-fb .fb_iframe_widget iframe {
  right: unset !important;
  bottom: unset !important;
}
#thong-tin-bao-hanh .fb-save.fb_iframe_widget {
  height: 20px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  top: -4px;
  margin-left: 5px;
}
#thong-tin-bao-hanh .fb-save.fb_iframe_widget iframe {
  right: unset !important;
  bottom: unset !important;
}
#thong-tin-bao-hanh .fb-save.fb_iframe_widget span {
  margin-left: 0px;
}
#thong-tin-bao-hanh .images_style {
  background-image: url(../../img/vinfast/type-images.svg);
  background-size: calc(100% - 10px);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 5px;
}
#thong-tin-bao-hanh .news-type {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 5px;
}
#thong-tin-bao-hanh .news-type.video {
  background-image: url(../../img/vinfast/type-camera.svg);
  background-size: calc(100% - 10px);
  background-repeat: no-repeat;
  background-position: center;
}
#thong-tin-bao-hanh .line-1-E4E4E4 {
  border-bottom: 1px solid #E4E4E4;
}
#thong-tin-bao-hanh .box-news-auhor-left {
  display: flex;
  align-items: center;
}
#thong-tin-bao-hanh .box-news-auhor-left > img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
#thong-tin-bao-hanh .box-news-auhor-left > p {
  margin-bottom: 0px;
  margin-top: 0px;
}
#thong-tin-bao-hanh .box-news-auhor-left > p span {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #707070;
}
#thong-tin-bao-hanh .box-news-auhor-left > p span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
#thong-tin-bao-hanh .box-news-auhor-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#thong-tin-bao-hanh .box-news-auhor-right p {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}
#thong-tin-bao-hanh .box-news-auhor-right p span {
  width: 100%;
  display: inline-block;
  color: #707070;
  font-size: 11px;
}
#thong-tin-bao-hanh .box-news-auhor-right p span b {
  color: #333;
  font-size: 13px;
}
#thong-tin-bao-hanh .box-news-auhor-right > div > div {
  display: flex;
}
#thong-tin-bao-hanh .promo-back-white {
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
}
#thong-tin-bao-hanh .promo-back-gray {
  background-color: #EFEFEF;
}
#thong-tin-bao-hanh .slide-box-news .owl-stage-outer {
  overflow: hidden;
}
#thong-tin-bao-hanh .slide-box-news .owl-stage {
  display: flex;
}
#thong-tin-bao-hanh .slide-box-news .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  color: #2C72C6;
  cursor: pointer;
  background: no-repeat;
  border: none;
  box-shadow: none;
  left: 0px;
}
#thong-tin-bao-hanh .slide-box-news .owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  color: #2C72C6;
  cursor: pointer;
  background: no-repeat;
  border: none;
  box-shadow: none;
  right: 0px;
}
#thong-tin-bao-hanh .p-flex {
  display: flex;
  justify-content: space-between;
}
#thong-tin-bao-hanh .news-highlight {
  position: relative;
}
#thong-tin-bao-hanh .news-highlight .body {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 2;
}
#thong-tin-bao-hanh .news-highlight .body .info {
  display: flex;
  margin-bottom: 30px;
}
#thong-tin-bao-hanh .news-highlight .body .info .view {
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  display: flex;
  align-items: center;
  line-height: normal;
}
#thong-tin-bao-hanh .news-highlight .body .info .view::before {
  content: "";
  width: 15px;
  height: 10px;
  display: inline-block;
  background: url(../../img/vinfast/promo/view-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
#thong-tin-bao-hanh .news-highlight .news-cat {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  background: #2C72C6;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}
#thong-tin-bao-hanh .news-highlight .news-cat a {
  color: #fff;
  line-height: 20px;
}
#thong-tin-bao-hanh .news-highlight h3.title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}
#thong-tin-bao-hanh .news-highlight h3.title a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}
#thong-tin-bao-hanh .news-highlight .date {
  font-size: 11px;
  color: #979797;
  display: flex;
  align-items: center;
  line-height: normal;
}
#thong-tin-bao-hanh .news-highlight .date img {
  margin-right: 5px;
}
#thong-tin-bao-hanh .news-highlight .date i {
  margin-right: 5px;
}
#thong-tin-bao-hanh .news-highlight .img img {
  width: 100%;
  object-fit: cover;
}
#thong-tin-bao-hanh .news-highlight .img > a {
  display: block;
  position: relative;
}
#thong-tin-bao-hanh .news-highlight .img > a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.2509803922);
}
#thong-tin-bao-hanh .fix-space {
  justify-content: flex-start !important;
}
#thong-tin-bao-hanh .fix-space i {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
#thong-tin-bao-hanh .box-news-r-item-fix {
  padding-bottom: 20px;
}
#thong-tin-bao-hanh .box-news-r-item-fix h3 a {
  font-size: 16px;
}
#thong-tin-bao-hanh .box-news-r-item-fix .promo-des p {
  font-size: 13px;
}
#thong-tin-bao-hanh .box-news-r-item-fix .promo-des svg.fa-clock {
  margin-top: 3px;
  margin-right: 3px;
}
#thong-tin-bao-hanh .box-news-r-item-fix .fix-space {
  font-size: 11px;
}
#thong-tin-bao-hanh .box-bike-color {
  background-image: url(../../img/vinfast/bike-back.png);
}
#thong-tin-bao-hanh .views-field .promo-img {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#thong-tin-bao-hanh .views-field .promo-des {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#thong-tin-bao-hanh .bike-title {
  font-weight: 600;
  font-size: 200px;
  color: #FFABAB;
  text-transform: uppercase;
}
#thong-tin-bao-hanh .box-bike-content p {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
#thong-tin-bao-hanh .box-bike-content p.fix {
  font-size: 13px;
}
#thong-tin-bao-hanh .box-bike-content h3 {
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
}
#thong-tin-bao-hanh .promo-buy-now {
  display: inline-block;
  padding: 9px 60px;
  text-transform: uppercase;
  color: #1F2125;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}
#thong-tin-bao-hanh .promo-buy-now.fix-wid {
  width: 100%;
}
#thong-tin-bao-hanh .ul-bile-color {
  list-style: none;
  padding-left: 0px;
}
#thong-tin-bao-hanh .ul-bile-color li {
  float: left;
  margin-right: 10px;
}
#thong-tin-bao-hanh .ul-bile-color li > span {
  width: 26px;
  height: 26px;
  padding: 1px;
  border: 1px solid transparent;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
#thong-tin-bao-hanh .ul-bile-color li > span > span {
  height: 18px;
  width: 18px;
  display: inline-block;
  border-radius: 50%;
}
#thong-tin-bao-hanh .ul-bile-color li.active > span {
  border: 1px solid #CB2A1D;
}
#thong-tin-bao-hanh #block-porto-breadcrumbs {
  display: none;
}
#thong-tin-bao-hanh .page-header {
  display: none;
}
#thong-tin-bao-hanh .list-promo .form--inline {
  display: flex;
}
#thong-tin-bao-hanh .list-promo .form--inline input {
  margin-top: 0px;
}
#thong-tin-bao-hanh .list-promo .form--inline .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}
#thong-tin-bao-hanh .list-promo .form--inline .form-item input {
  height: 40px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18.25px;
  font-family: "muli";
  color: #979797;
  outline: none;
}
#thong-tin-bao-hanh .list-promo .views-element-container {
  width: 100%;
}
#thong-tin-bao-hanh .list-promo input.form-submit {
  font-weight: 600;
  font-size: 13px;
  line-height: 16.51px;
  text-align: center;
  background-color: #2C72C6;
}
#thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_2 .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_2 .view-content .views-row {
  margin: 10px;
}
#thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_3 .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_3 .view-content .views-row {
  margin: 10px;
}
#thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-block_4 .view-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-block_4 .view-content .views-row {
  margin: 10px;
}
#thong-tin-bao-hanh input.form-submit:hover {
  color: #fff;
}
#thong-tin-bao-hanh .form--inline .form-actions input {
  text-transform: uppercase;
  padding: 6px 12px;
}
#thong-tin-bao-hanh .pager-show-more {
  margin-top: 40px;
  padding: 0;
}
#thong-tin-bao-hanh .pager-show-more .pager__item {
  width: 100%;
}
#thong-tin-bao-hanh .pager-show-more .pager__item a {
  width: 100%;
  max-width: 360px;
  display: inline-block;
  background: #1464F4;
  color: #fff !important;
  transition: 0.3s;
}
#thong-tin-bao-hanh .pager-show-more .pager__item a:hover {
  background: #fff;
  color: #1464F4 !important;
  border-color: #1464F4;
}
#thong-tin-bao-hanh .js-form-item-field-promotion-type-target-id {
  display: none;
}
#thong-tin-bao-hanh .slide-box-news-r .view-content .owl-stage {
  display: flex;
}
#thong-tin-bao-hanh .slide-box-news-r .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#thong-tin-bao-hanh .slide-box-news-r-mb .view-content .owl-stage {
  display: flex;
}
#thong-tin-bao-hanh .slide-box-news-r-mb .view-content .owl-stage-outer {
  overflow: hidden;
}
#thong-tin-bao-hanh .news-page-all .js-form-item-tid {
  display: none;
}
#thong-tin-bao-hanh .line-5-gradi {
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #58595B 0.01%, #797A7D 33.01%, #B8BABC 66.01%, #FFFFFF 100.01%);
}
#thong-tin-bao-hanh .cl-white {
  color: #fff !important;
}
#thong-tin-bao-hanh .btn-red-call {
  background-color: #CB2A1D !important;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  height: 40px;
  border-radius: 3px;
}
#thong-tin-bao-hanh .banner img {
  border-radius: 5px;
}
#thong-tin-bao-hanh .banner_qc img {
  width: 100%;
}
#thong-tin-bao-hanh .banner_qc .field__label {
  display: none;
}
#thong-tin-bao-hanh .box-car-head .user {
  padding: 10px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}
#thong-tin-bao-hanh .box-car-head .user i {
  font-size: 18px;
  margin-right: 11px;
}
#thong-tin-bao-hanh .box-car-head .user:hover {
  background: rgba(44, 114, 198, 0.1);
}
#thong-tin-bao-hanh .box-car-head .user:hover i {
  color: #2C72C6;
}
#thong-tin-bao-hanh .box-car-head .user:hover #block-welcomeusernameloginlogout {
  color: #2C72C6;
}
#thong-tin-bao-hanh .box-car-head div#menu-side-right {
  position: relative;
  margin-left: 30px;
  border-radius: 3px;
  padding: 10px;
}
#thong-tin-bao-hanh .box-car-head div#menu-side-right:hover {
  background: rgba(44, 114, 198, 0.1);
}
#thong-tin-bao-hanh .box-car-head div#menu-side-right:hover div#sidebar-right {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}
#thong-tin-bao-hanh .box-car-head div.vertical-line {
  width: 1px;
  height: 30px;
  background: #DBE1E3;
  margin-right: 20px;
}
#thong-tin-bao-hanh .box-car-head .language-vn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  text-decoration: underline;
}
#thong-tin-bao-hanh .block-welcome-username {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #1F2125;
}
#thong-tin-bao-hanh .user_pop {
  position: absolute;
  z-index: 99;
  top: 54px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-24px);
  min-width: 291px;
  padding: 10px;
  white-space: nowrap;
  background: #FFFFFF;
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
}
#thong-tin-bao-hanh .user_pop ul.menu {
  margin: 0;
}
#thong-tin-bao-hanh .user_pop ul.menu li {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  margin: 0;
}
#thong-tin-bao-hanh .user_pop ul.menu li a {
  color: #1F2125;
}
#thong-tin-bao-hanh .user_pop ul.menu li:hover {
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}
#thong-tin-bao-hanh .user_pop ul.menu li:hover a {
  color: #2C72C6;
}
#thong-tin-bao-hanh .user:hover .user_pop {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}
#thong-tin-bao-hanh .tool-po-right {
  position: fixed;
  right: 15px;
  bottom: 30%;
  z-index: 9;
}
#thong-tin-bao-hanh .tool-po-right a {
  right: 15px;
  min-width: 40px;
  font-size: 16px;
  color: #CB2A1D;
  border-radius: 5.1px 5.1px 0 0;
  border: 1px solid #CB2A1D;
  border-radius: 50%;
  background: #1F2125;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
#thong-tin-bao-hanh .tool-po-right a:hover {
  opacity: 0.75;
}
#thong-tin-bao-hanh .bor-but-f {
  font-size: 13px !important;
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 6px 15px !important;
}
#thong-tin-bao-hanh .bor-but-f:hover {
  border: 1px solid #2C72C6 !important;
}
#thong-tin-bao-hanh .bor-but-f i {
  font-size: 13px !important;
  top: 0 !important;
}
#thong-tin-bao-hanh .view-display-id-block_8 .promo-des {
  cursor: pointer;
}
#thong-tin-bao-hanh .news-catelogy .news-highlight {
  border-radius: 3px;
  overflow: hidden;
}
#thong-tin-bao-hanh .news-catelogy .news-highlight .img {
  cursor: pointer;
}
#thong-tin-bao-hanh .news-catelogy .list-list .box-news-r-item h3 a {
  height: auto;
}
#thong-tin-bao-hanh .news-catelogy .sapo {
  height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#thong-tin-bao-hanh .news-catelogy .pager-show-more {
  margin-top: 30px !important;
  margin-bottom: 70px !important;
}
#thong-tin-bao-hanh .body-auth0 div#toolbar-administration {
  display: none;
}
#thong-tin-bao-hanh .banr-w100 img {
  width: 100%;
}
#thong-tin-bao-hanh .banr-w100 .field__label {
  display: none;
}
#thong-tin-bao-hanh .view-node-functions-haitran.view-display-id-block_2 .view-empty {
  margin-top: -10px;
}
#thong-tin-bao-hanh .avatar-box {
  display: none;
}
#thong-tin-bao-hanh .info-cmt-box {
  padding: 0;
}
#thong-tin-bao-hanh .info-cmt-box .text-div p {
  color: #1F2125;
}
#thong-tin-bao-hanh .info-cmt-box .author-name {
  color: #3479EA;
}
#thong-tin-bao-hanh .info-cmt-box .cmt-created {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #979797;
}
#thong-tin-bao-hanh .reply-btn {
  margin-top: -10px;
  color: #979797;
}
#thong-tin-bao-hanh .cmt-block.reply-block {
  margin-left: 0;
  padding-bottom: 37px;
}
#thong-tin-bao-hanh .view-node-functions-haitran.view-display-id-block_1 .view-content .views-row:last-child .cmt-block.reply-block {
  padding-bottom: 0px !important;
}
#thong-tin-bao-hanh .logo-main-w {
  display: none;
}
#thong-tin-bao-hanh .we-mega-menu-li.dropdown-menu > a:focus {
  border-bottom: 2px solid transparent;
}
#thong-tin-bao-hanh .we-mega-menu-li.dropdown-menu:hover > a {
  border-bottom: 2px solid transparent;
}
#thong-tin-bao-hanh div#document_guarantee a.btn.btn-danger {
  font-weight: 600;
  font-size: 13px;
  line-height: 127%;
  align-items: center;
  text-align: center;
  color: #FFFFFF !important;
  padding: 15px 30px;
  margin-bottom: 70px;
}
#thong-tin-bao-hanh .ft-company {
  border-top: 1px solid #DBE1E3;
  padding: 30px 0 50px;
}
#thong-tin-bao-hanh .ft-company .title_ {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: #1F2125;
  margin-bottom: 5px;
}
#thong-tin-bao-hanh .ft-company .ft-c .desc {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #707070;
  width: calc(100% - 25px);
}
#thong-tin-bao-hanh .ft-company .ft-c .icon {
  width: 25px;
}
#thong-tin-bao-hanh .ft-company .col-md-6 .ft-c {
  display: flex;
}
#thong-tin-bao-hanh .ft-company .list_ {
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
  color: #1F2125;
  font-weight: 500;
}
#thong-tin-bao-hanh .ft-company .list_ span {
  font-weight: 600;
  margin-right: 5px;
}
#thong-tin-bao-hanh .big-cmt-wrapper {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
#thong-tin-bao-hanh .webform-submission-contact-add-form .form-item {
  height: 45px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
#thong-tin-bao-hanh .webform-submission-contact-add-form .form-item label {
  font-weight: 700;
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
}
#thong-tin-bao-hanh .webform-submission-contact-add-form .form-item input {
  border: 0;
  background-color: transparent;
  margin: 0;
  margin-left: 20px;
  outline: none;
  min-width: calc(100% - 140px);
  color: #898989;
  box-shadow: none;
}
#thong-tin-bao-hanh .webform-submission-contact-add-form .form-item textarea {
  border: 0;
  background-color: transparent;
  margin: 0;
  margin-left: 20px;
  outline: none;
  min-width: calc(100% - 140px);
  color: #898989;
  box-shadow: none;
}
#thong-tin-bao-hanh .webform-submission-contact-add-form .form-required:after {
  position: absolute;
}
#thong-tin-bao-hanh .webform-submission-contact-add-form .form-item.form-type-textarea {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}
#thong-tin-bao-hanh .webform-submission-contact-add-form .form-item.form-type-textarea textarea {
  margin: 0;
  padding: 0;
}
#thong-tin-bao-hanh .webform-submission-contact-add-form .webform-button--submit {
  width: 100%;
  height: 45px;
  border: 0;
  background: #DA5545;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
#thong-tin-bao-hanh .path-lien-he section.ac-container label {
  width: 100%;
  text-shadow: none;
  background: #19191C;
  margin: 0;
  font-weight: 600;
}
#thong-tin-bao-hanh .path-lien-he section.ac-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#thong-tin-bao-hanh .path-lien-he section.ac-container ul li {
  padding: 5px 20px;
  background: #252525;
  color: #fff;
  cursor: pointer;
}
#thong-tin-bao-hanh .path-lien-he section.ac-container ul li:not(:last-child) {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}
#thong-tin-bao-hanh .path-lien-he .ac-container {
  width: 100%;
  margin: 10px auto 30px auto;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}
#thong-tin-bao-hanh .path-lien-he .form-item-lua-chon-yeu-cau {
  position: relative;
}
#thong-tin-bao-hanh .path-lien-he .contact {
  margin-top: 20px;
}
#thong-tin-bao-hanh .path-lien-he .contact label {
  line-height: 20px;
}
#thong-tin-bao-hanh .path-lien-he .contact label small {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #B1AAAA;
}
#thong-tin-bao-hanh .captcha {
  width: 100%;
  height: auto;
  background: transparent;
  margin: 0;
  max-width: 100%;
}
#thong-tin-bao-hanh .embeddedServiceHelpButton .helpButton button.uiButton {
  background: #fff !important;
  border: 1px solid #2C72C6 !important;
}
#thong-tin-bao-hanh .embeddedServiceHelpButton .helpButton button span.embeddedServiceIcon {
  background-image: url(../../img/embeddedServiceIcon.png) !important;
}
#thong-tin-bao-hanh div#spin_point {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
  border-radius: 122px 0 0 122px;
  padding: 5px;
  background: #CB2A1D;
  transition: 0.3s;
  width: 80px;
}
#thong-tin-bao-hanh div#spin_point a {
  align-items: center;
  display: flex;
}
#thong-tin-bao-hanh div#spin_point .img {
  position: relative;
  width: 60px;
}
#thong-tin-bao-hanh div#spin_point .img > img {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
}
#thong-tin-bao-hanh div#spin_point .img .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 64px;
  width: 90px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#thong-tin-bao-hanh div#spin_point .inner {
  font-weight: bold;
  font-size: 13px;
  line-height: 127%;
  color: #F9EA9B;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  width: 0;
  margin: 0;
}
#thong-tin-bao-hanh div#spin_point:hover {
  width: 240px;
}
#thong-tin-bao-hanh div#spin_point:hover .inner {
  opacity: 1;
  visibility: visible;
  margin-left: 20px;
  width: calc(100% - 80px);
}
#thong-tin-bao-hanh div#spin_point:hover .img .bg {
  opacity: 1;
  visibility: visible;
}
#thong-tin-bao-hanh div#select-region {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
#thong-tin-bao-hanh div#select-region .md-content {
  position: relative;
  z-index: 9;
  background: #fff;
  width: 406px;
  height: auto;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 50px);
  padding: 50px;
  border-radius: 3px;
}
#thong-tin-bao-hanh div#select-region .md-content > h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1F2125;
  margin-bottom: 50px;
}
#thong-tin-bao-hanh div#select-region h3.region-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #1F2125;
  margin-bottom: 20px;
}
#thong-tin-bao-hanh div#select-region li.menu-item {
  padding: 0;
  line-height: normal;
  margin-bottom: 20px;
}
#thong-tin-bao-hanh div#select-region li.menu-item * {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #1F2125;
}
#thong-tin-bao-hanh div#select-region .menu {
  margin: 0;
}
#thong-tin-bao-hanh div#select-region .close-md-lang {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#thong-tin-bao-hanh div#select-region:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2235294118);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#thong-tin-bao-hanh .path-frontpage #header:not(.header-fix) .button-select-region img {
  filter: brightness(0) invert(1);
}
#thong-tin-bao-hanh .path-ve-chung-toi #header:not(.header-fix) .button-select-region img {
  filter: brightness(0) invert(1);
}
#thong-tin-bao-hanh .fade {
  visibility: hidden;
}
#thong-tin-bao-hanh .fade.show {
  visibility: visible;
}
#thong-tin-bao-hanh #nav-icon-region {
  width: 20px;
  height: 13px;
  position: relative;
  cursor: pointer;
}
#thong-tin-bao-hanh #nav-icon-region span {
  display: block;
  position: absolute;
  height: 0;
  width: 100%;
  border-bottom: 2px #1F2125 solid;
  border-radius: 0px;
  opacity: 1;
  left: 0;
}
#thong-tin-bao-hanh #nav-icon-region span:last-child {
  width: 100%;
}
#thong-tin-bao-hanh #nav-icon-region span:nth-child(1) {
  top: 0px;
}
#thong-tin-bao-hanh #nav-icon-region span:nth-child(2) {
  top: 5.5px;
}
#thong-tin-bao-hanh #nav-icon-region span:nth-child(3) {
  bottom: 0;
}
#thong-tin-bao-hanh #menu-side-right:hover span {
  border-bottom: 2px #2C72C6 solid;
}
#thong-tin-bao-hanh div#sidebar-right {
  position: fixed;
  top: 57px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-24px);
  padding: 10px;
  right: 0;
  min-width: 330px;
  background: #FFFFFF;
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.176);
  border-radius: 3px;
}
#thong-tin-bao-hanh div#sidebar-right .menu-item {
  padding: 10px;
}
#thong-tin-bao-hanh div#sidebar-right .menu-item a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1F2125;
}
#thong-tin-bao-hanh div#sidebar-right li.menu-item:hover {
  background: rgba(44, 114, 198, 0.1);
  border-radius: 3px;
  transition: 0.75s;
}
#thong-tin-bao-hanh div#sidebar-right li.menu-item:hover a {
  color: #2C72C6;
}
#thong-tin-bao-hanh div#sidebar-right ul.menu {
  margin: 0;
}
#thong-tin-bao-hanh body:not(.path-frontpage) .box-car-head .language-vn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  text-decoration: underline;
}
#thong-tin-bao-hanh #menus_global {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
#thong-tin-bao-hanh #menus_global .h2_title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1F2125;
  margin: 30px 30px 40px 30px;
}
#thong-tin-bao-hanh #menus_global .h2_title br {
  display: none;
}
#thong-tin-bao-hanh #menus_global .modal_global {
  background: #fff;
  width: calc(100% - 30px);
  max-width: 406px;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  height: 570px;
  max-height: calc(100% - 30px);
  overflow: auto;
}
#thong-tin-bao-hanh #menus_global .modal_global > .menu > li {
  padding: 0;
}
#thong-tin-bao-hanh #menus_global .menu-item--expanded {
  list-style: none;
}
#thong-tin-bao-hanh #menus_global .menu-item--expanded > span.region {
  background: #F8F9FA;
  height: 44px;
  width: 100%;
  padding: 10px;
}
#thong-tin-bao-hanh #menus_global .menu-item--expanded > span {
  cursor: pointer;
}
#thong-tin-bao-hanh #menus_global .menu-item--expanded > span.active {
  text-decoration: underline;
  text-decoration-color: #0072CE;
  color: #0072CE;
  font-weight: 600;
}
#thong-tin-bao-hanh #menus_global .menu-item {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
#thong-tin-bao-hanh #menus_global .bg_modal {
  background: rgba(0, 0, 0, 0.2862745098);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#thong-tin-bao-hanh #menus_global .menu .menu .menu-item--expanded .menu {
  display: none;
}
#thong-tin-bao-hanh #menus_global .menu .menu .menu {
  padding-left: 2em;
  margin-left: 0;
}
#thong-tin-bao-hanh #menus_global .menu .menu li > span:hover {
  color: #2C72C6;
}
#thong-tin-bao-hanh #menus_global .eu + ul {
  padding-left: 2em;
  margin-left: 0;
}
#thong-tin-bao-hanh #menus_global li.menu-item--expanded {
  padding-bottom: 0;
}
#thong-tin-bao-hanh #menus_global li a:hover {
  color: #2C72C6;
}
#thong-tin-bao-hanh .modal_global > .menu {
  margin: 0;
  padding: 20px;
}
#thong-tin-bao-hanh .modal_global > .menu > li > span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
#thong-tin-bao-hanh .modal_global > .menu > li > ul {
  margin: 0;
  padding: 10px;
}
#thong-tin-bao-hanh .modal_global > .menu li {
  padding: 0 0 20px;
}
#thong-tin-bao-hanh .modal_global > .menu span {
  margin-bottom: 20px;
  display: inline-block;
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  color: #1F2125;
}
#thong-tin-bao-hanh .modal_global > .menu a {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  color: #1F2125;
}
#thong-tin-bao-hanh .modal_global .close_menus_global {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 20px;
  cursor: pointer;
}
#thong-tin-bao-hanh html {
  scroll-behavior: smooth;
}
#thong-tin-bao-hanh .widget-toc {
  display: block;
  overflow: hidden;
  border: 1px solid #1F2125;
  background-color: #ffffff;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 95%;
  border-radius: 3px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#thong-tin-bao-hanh .widget-toc > ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  background-color: #ffffff;
  position: relative;
  display: none;
  border-radius: 3px;
  max-height: 300px;
  overflow: auto;
}
#thong-tin-bao-hanh .widget-toc > ol > li:not(:last-child) {
  margin-bottom: 20px;
}
#thong-tin-bao-hanh .widget-toc > ol > li > a {
  color: #1F2125;
  font-weight: 700;
  font-size: 16px;
}
#thong-tin-bao-hanh .widget-toc > ol > li > ol {
  padding-left: 15px;
}
#thong-tin-bao-hanh .widget-toc > ol > li > ol ol {
  padding-left: 15px;
}
#thong-tin-bao-hanh .widget-toc > ol > li > ol > li > a {
  color: #1F2125;
  transition: 0.3s;
}
#thong-tin-bao-hanh .widget-toc > ol > li > ol > li > ol a {
  font-size: 12px;
}
#thong-tin-bao-hanh .widget-toc a {
  color: #1F2125;
  transition: 0.3s;
}
#thong-tin-bao-hanh .widget-toc a:hover {
  color: #F39F2D;
}
#thong-tin-bao-hanh .widget-toc ol li {
  display: block;
  position: relative;
}
#thong-tin-bao-hanh .widget-toc.open {
  height: auto;
}
#thong-tin-bao-hanh .widget-toc.open .toc-title .toc_title_inside::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#thong-tin-bao-hanh .toc-title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#thong-tin-bao-hanh .toc-title .toc_title_inside {
  text-align: left;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 50px;
  font-size: 13px;
  position: relative;
  background-color: #ffffff;
  color: #1F2125;
}
#thong-tin-bao-hanh .toc-title .toc_title_inside::before {
  content: "";
  position: absolute;
  background-image: url(../../../../libraries/contents/icons/table_of_content_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  left: 20px;
}
#thong-tin-bao-hanh .toc-title .toc_title_inside::after {
  content: "";
  position: absolute;
  background-image: url(../../../../libraries/contents/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 7px;
  right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#thong-tin-bao-hanh .toc-title .toc_title_inside.toc_close {
  display: none;
}
#thong-tin-bao-hanh .toc-title .toc_title_inside.toc_close::before {
  background-image: url(../../../../libraries/contents/icons/x.svg);
}
#thong-tin-bao-hanh .widget-toc.sticky.open {
  background-color: #ffffff;
}
#thong-tin-bao-hanh .widget-toc.sticky.open .toc-title .toc_title_inside {
  display: none;
}
#thong-tin-bao-hanh .widget-toc.sticky.open .toc-title .toc_title_inside.toc_close {
  display: flex;
}
#thong-tin-bao-hanh .widget-toc.sticky.open::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
#thong-tin-bao-hanh .widget-toc.sticky {
  position: fixed;
  top: 152px;
  left: 100px;
  width: 560px;
  max-height: 546px;
  background-color: transparent;
  padding: 0;
  border: 0;
  overflow: unset;
  margin: 0;
  z-index: 1;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#thong-tin-bao-hanh .widget-toc.sticky .toc-title {
  position: absolute;
  height: 70px;
  width: 70px;
  left: -80px;
  box-shadow: 1px 1px 1px #b2b1b1;
}
#thong-tin-bao-hanh .widget-toc.sticky .toc-title .toc_title_inside.toc_close {
  display: none;
}
#thong-tin-bao-hanh .widget-toc.sticky .toc-title .toc_title_inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  border-radius: 3px;
}
#thong-tin-bao-hanh .widget-toc.sticky .toc-title .toc_title_inside::after {
  display: none;
}
#thong-tin-bao-hanh .widget-toc.sticky .toc-title .toc_title_inside::before {
  position: relative;
  left: unset;
}
#thong-tin-bao-hanh .widget-toc.sticky.force_none {
  height: 0 !important;
}
#thong-tin-bao-hanh .mega_menu .tab-content .tab-pane-row img {
  transition: opacity 750ms;
}
#thong-tin-bao-hanh .mega_menu .tab-content .tab-pane-row:hover img {
  opacity: 0.2;
  z-index: 1;
}
#thong-tin-bao-hanh .mega_menu .tab-content .tab-pane-row .text-center:hover img {
  opacity: 1;
}
#thong-tin-bao-hanh .mega_menu .view-detail {
  color: #1464F4;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
#thong-tin-bao-hanh #mega_oto_tab_content .tab-pane .prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
#thong-tin-bao-hanh #mega_oto_tab_content .tab-pane .prev:hover svg path {
  fill: #1464F4;
}
#thong-tin-bao-hanh #mega_oto_tab_content .tab-pane .next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}
#thong-tin-bao-hanh #mega_oto_tab_content .tab-pane .next:hover svg path {
  fill: #1464F4;
}
#thong-tin-bao-hanh .form-regis-promo .opt-in {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#thong-tin-bao-hanh .form-regis-promo .opt-in input {
  height: 20px;
  width: 20px;
}
#thong-tin-bao-hanh .form-regis-promo .opt-in p {
  margin-bottom: 0;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1F2125;
}
@media only screen and (max-width: 768px) {
  #thong-tin-bao-hanh .page-warranty-intro {
    margin-bottom: 64px;
  }
  #thong-tin-bao-hanh .page-warranty-intro .warranty-intro-content .field--name-field-dvhm-title h1 {
    font-size: 36px;
  }
  #thong-tin-bao-hanh .page-warranty-intro .warranty-intro-content .field--name-field-warranty-set-link a {
    display: block;
  }
  #thong-tin-bao-hanh .page-warranty-intro .warranty-intro-img img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  #thong-tin-bao-hanh .page-warranty-info {
    margin-bottom: 64px;
  }
  #thong-tin-bao-hanh .page-warranty-info .field--name-field-sub-content .field__items {
    flex-direction: column;
  }
  #thong-tin-bao-hanh .page-warranty-info .field--name-field-sub-content .field__items .field__item {
    width: 100%;
  }
  #thong-tin-bao-hanh .page-warranty-info .field__item:nth-child(2n) .paragraph--type--warranty-time .field--name-field-section-link .field__items {
    gap: 16px;
  }
  #thong-tin-bao-hanh .page-warranty-info .field__item:nth-child(2n) .paragraph--type--warranty-time .field--name-field-section-link .field__item {
    width: 100%;
  }
  #thong-tin-bao-hanh .page-warranty-info .field__item:nth-child(2n) .paragraph--type--warranty-time .warranty-time-image {
    order: unset;
  }
  #thong-tin-bao-hanh .page-warranty-non-warranty {
    margin-bottom: 64px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #thong-tin-bao-hanh .field--name-field-section-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #thong-tin-bao-hanh .field--name-field-dvhm-wc-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #thong-tin-bao-hanh .field--name-field-dvhm-wc-sub-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #thong-tin-bao-hanh .field--name-field-dvhm-nw-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #thong-tin-bao-hanh .field--name-field-section-download-select {
    margin-bottom: 16px;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .warranty-coverrage-main {
    flex-direction: column;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .warranty-coverrage-img {
    width: 100%;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .warranty-coverrage-img img {
    height: auto;
    object-fit: unset;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .field--name-field-dvhm-wc-img img {
    height: auto;
    object-fit: unset;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverage .warranty-coverrage-content {
    display: block;
    padding: 16px 0;
    width: 100%;
    order: 1;
  }
  #thong-tin-bao-hanh .page-warranty-coverage {
    padding-left: 15px;
    padding-right: 15px;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub {
    flex-direction: column;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub .field--name-field-image img {
    height: auto;
    object-fit: unset;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub .field__item--content {
    display: block;
    padding: 16px 0;
    width: 100%;
    order: 1;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-warranty-coverrage-sub .field__item--image {
    width: 100%;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-non-warranty {
    align-items: start;
    flex-direction: column;
  }
  #thong-tin-bao-hanh .paragraph--type--dvhm-non-warranty .field--name-field-dvhm-nw-img img {
    height: auto;
    object-fit: unset;
  }
  #thong-tin-bao-hanh .field--name-field-dvhm-wc-sub {
    max-height: unset;
    overflow-y: unset;
  }
  #thong-tin-bao-hanh .field--name-field-dvhm-nw-items {
    max-height: unset;
    overflow-y: unset;
  }
  #thong-tin-bao-hanh .warranty-coverrage-img {
    width: 100%;
  }
  #thong-tin-bao-hanh .warranty-non-coverrage-main {
    display: block;
    padding: 16px 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #thong-tin-bao-hanh .vin-slide-home-2 {
    background-color: #030101;
  }
  #thong-tin-bao-hanh .vin-slide-home-2 .slide-content {
    position: static;
    color: #fff;
    transform: unset;
    padding-top: 10px;
    padding-left: 40px;
  }
  #thong-tin-bao-hanh .vin-slide-home-2 .owl-dots {
    top: 10px;
    transform: unset;
  }
  #thong-tin-bao-hanh .vin-slide-home {
    background-color: #030101;
  }
  #thong-tin-bao-hanh .vin-slide-home .slide-content {
    position: static;
    color: #fff;
    transform: unset;
    padding-top: 10px;
  }
  #thong-tin-bao-hanh .vin-slide-home .owl-dots {
    top: 10px;
    transform: unset;
  }
  #thong-tin-bao-hanh .promo-slide .owl-dots {
    display: none;
  }
  #thong-tin-bao-hanh .view-id-kieu_node_functions.view-display-id-page_4 .view-content .views-row {
    width: calc(100% - 20px);
    margin: 10px;
  }
  #thong-tin-bao-hanh .box-news-auhor-right {
    justify-content: flex-start;
    margin-top: 5px;
  }
  #thong-tin-bao-hanh .box-news-auhor-right > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  #thong-tin-bao-hanh .promo-tag {
    overflow-x: scroll;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  #thong-tin-bao-hanh .promo-tag div a {
    margin-bottom: 5px;
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
  }
  #thong-tin-bao-hanh .promo-tag > span {
    display: none;
  }
  #thong-tin-bao-hanh .promo-tag > div {
    display: flex;
  }
  #thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_2 .view-content {
    justify-content: center;
  }
  #thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_2 .view-content .views-row {
    width: 100%;
  }
  #thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-block_4 .view-content {
    justify-content: center;
  }
  #thong-tin-bao-hanh .list-promo .form--inline {
    padding: 0 10px;
    flex-direction: column;
  }
  #thong-tin-bao-hanh .form-item {
    margin-top: 5px !important;
  }
  #thong-tin-bao-hanh .form-actions {
    margin-top: 5px !important;
  }
  #thong-tin-bao-hanh .form--inline .form-actions input {
    width: 100%;
    padding: 11px 12px !important;
  }
  #thong-tin-bao-hanh .form--inline .form-item {
    margin-right: 0px !important;
  }
  #thong-tin-bao-hanh .ul-list-pj {
    margin-bottom: 0px;
    display: flex;
    overflow-x: auto;
  }
  #thong-tin-bao-hanh .ul-list-pj li a {
    white-space: nowrap;
  }
  #thong-tin-bao-hanh .mt0-m {
    margin-top: 0px !important;
  }
  #thong-tin-bao-hanh .pager-show-more {
    padding-left: 0px;
    margin-top: 20px;
  }
  #thong-tin-bao-hanh .pager-show-more .pager__item {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
  }
  #thong-tin-bao-hanh .pager-show-more .pager__item a {
    display: inline-block;
    width: 100%;
    padding: 7px 0 !important;
  }
  #thong-tin-bao-hanh li.pager__item a {
    color: #fff !important;
    background-color: #2C72C6 !important;
  }
  #thong-tin-bao-hanh .pagin-promo-more-yellow {
    color: #fff !important;
    background-color: #2C72C6 !important;
  }
  #thong-tin-bao-hanh .vin-slide-loader .owl-dots {
    max-width: 100%;
    margin-top: 20px;
    position: static;
    justify-content: center;
  }
  #thong-tin-bao-hanh .vin-slide-loader .owl-dot span {
    background-color: #979797 !important;
  }
  #thong-tin-bao-hanh .vin-slide-loader-content .owl-dots {
    max-width: 100%;
    margin-top: 20px;
    position: absolute;
    justify-content: flex-end;
    right: 25px;
  }
  #thong-tin-bao-hanh .vin-slide-loader-content .owl-dot span {
    background-color: #979797 !important;
  }
  #thong-tin-bao-hanh .vin-slide-loader-content .news-highlight .img a:first-child {
    display: none;
  }
  #thong-tin-bao-hanh .vin-slide-loader-content .news-highlight .img a.mobile-show {
    display: inherit;
  }
  #thong-tin-bao-hanh #footer .footer-copyright p {
    text-align: center;
  }
  #thong-tin-bao-hanh .promo-page-detail .promo-detail-status > div:nth-child(2) {
    display: none;
  }
  #thong-tin-bao-hanh .news-catelogy .promo-detail-status > div:nth-child(2) {
    display: none;
  }
  #thong-tin-bao-hanh .news-catelogy .pager-show-more .pager__item {
    padding: 0px;
  }
  #thong-tin-bao-hanh .promo-detail-support {
    display: none;
  }
  #thong-tin-bao-hanh .promo-regis img {
    display: none;
  }
  #thong-tin-bao-hanh .promo-detail-status {
    border-bottom: none;
    margin-bottom: 10px !important;
  }
  #thong-tin-bao-hanh .news-highlight {
    margin-bottom: 0px !important;
  }
  #thong-tin-bao-hanh .news-highlight .body {
    position: inherit;
    z-index: 10;
  }
  #thong-tin-bao-hanh .news-highlight .img img {
    position: relative;
    z-index: 9;
  }
  #thong-tin-bao-hanh .news-highlight .img::before {
    background: #fff;
  }
  #thong-tin-bao-hanh .news-highlight h3.title {
    color: #1F2125;
  }
  #thong-tin-bao-hanh .news-highlight h3.title a {
    color: #1F2125;
  }
  #thong-tin-bao-hanh .box-news-r-item img {
    height: 185px;
  }
  #thong-tin-bao-hanh .slide-box-news-r img {
    height: 140px;
  }
  #thong-tin-bao-hanh .promo-detail-status.mb {
    flex-direction: column;
  }
  #thong-tin-bao-hanh .promo-detail-status.mb > div {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  #thong-tin-bao-hanh .slide-box-news-r-mb img {
    height: 140px;
  }
  #thong-tin-bao-hanh .slide-box-news img {
    height: 140px;
  }
  #thong-tin-bao-hanh .fix-back-mb {
    background-color: #efefef;
    padding-top: 15px;
  }
  #thong-tin-bao-hanh .mt0-mb {
    margin-top: 0px !important;
  }
  #thong-tin-bao-hanh .back-gray-mb {
    background-color: #efefef;
  }
  #thong-tin-bao-hanh .back-white-mb {
    background-color: #fff;
    padding: 10px !important;
  }
  #thong-tin-bao-hanh .pb15-mb {
    padding-bottom: 15px;
  }
  #thong-tin-bao-hanh .pb0-m {
    padding-bottom: 0px !important;
  }
  #thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_3 .view-content {
    justify-content: center;
  }
  #thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_3 .view-content .views-row {
    width: 100%;
  }
  #thong-tin-bao-hanh .banner_qc a {
    display: none !important;
  }
  #thong-tin-bao-hanh .banner_qc a:first-child {
    display: inherit !important;
  }
  #thong-tin-bao-hanh .owl-dot.active .pie-countdown .dot {
    background: #1F2125;
  }
  #thong-tin-bao-hanh .pie-countdown.active .dot {
    background: #1F2125;
  }
  #thong-tin-bao-hanh .e-c-progress {
    stroke: #1F2125;
  }
  #thong-tin-bao-hanh .col-lg-8 > .views-element-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  #thong-tin-bao-hanh .cmt-form .cmt_submit_btn {
    width: 100%;
  }
  #thong-tin-bao-hanh .cmt-form .reply_submit_btn {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #thong-tin-bao-hanh .vin-slide-home-6 .promo-button {
    padding: 8px 100px !important;
  }
  #thong-tin-bao-hanh .promo-des p {
    height: 36px;
  }
  #thong-tin-bao-hanh .slide-box-news .owl-prev {
    left: -60px;
  }
  #thong-tin-bao-hanh .slide-box-news .owl-next {
    right: -60px;
  }
  #thong-tin-bao-hanh .list-promo .form--inline {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    position: absolute;
    top: -71px;
    z-index: 8;
    right: 0px;
    border: 1px solid #E4E4E4;
    padding: 4px 1px 4px 3px;
    border-radius: 5px;
  }
  #thong-tin-bao-hanh .list-promo .form--inline .form-item input {
    border: none;
    box-shadow: none;
    height: 30px;
  }
  #thong-tin-bao-hanh .list-promo .form--inline .form-actions {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #thong-tin-bao-hanh .list-promo input.form-submit {
    width: 165px;
  }
  #thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_2 .view-content .views-row {
    width: calc(33.3333333333% - 20px);
  }
  #thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-block_4 .view-content .views-row {
    width: calc(33.3333333333% - 20px);
  }
  #thong-tin-bao-hanh .promo-detail-status {
    display: flex !important;
  }
  #thong-tin-bao-hanh .promo-detail-status > div:nth-child(1) {
    position: relative;
    top: 4px;
  }
  #thong-tin-bao-hanh .view-node-function-by-itnvtoi.view-display-id-page_3 .view-content .views-row {
    width: calc(33.3333333333% - 20px);
  }
  #thong-tin-bao-hanh .we-mega-menu-submenu {
    border-top: none;
    background-color: transparent;
    border-top: none;
    min-width: unset;
  }
  #thong-tin-bao-hanh .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
    min-height: auto;
    background-color: #2C72C6;
    border-radius: 5px;
  }
  #thong-tin-bao-hanh .we-mega-menu-submenu > .we-mega-menu-submenu-inner:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2C72C6;
    position: absolute;
    top: -3px;
    left: 35px;
  }
  #thong-tin-bao-hanh .we-mega-menu-submenu li.we-mega-menu-li a {
    color: #fff;
    font-weight: 700;
    opacity: 0.7;
  }
  #thong-tin-bao-hanh .we-mega-menu-submenu li.we-mega-menu-li a:hover {
    opacity: 1;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 700;
  }
  #thong-tin-bao-hanh .we-mega-menu-ul > .we-mega-menu-li > a {
    font-weight: 700;
    color: #1F2125;
  }
  #thong-tin-bao-hanh .we-mega-menu-ul > .dropdown-menu:hover > a {
    color: #2C72C6;
  }
  #thong-tin-bao-hanh .we-mega-menu-ul > .dropdown-menu:hover > span {
    color: #2C72C6;
  }
  #thong-tin-bao-hanh .we-mega-menu-ul > .dropdown-menu:focus > a {
    color: #2C72C6;
  }
  #thong-tin-bao-hanh .we-mega-menu-ul > .dropdown-menu:focus > span {
    color: #2C72C6;
  }
  #thong-tin-bao-hanh nav.navbar-we-mega-menu .we-mega-menu-ul li > span {
    font-weight: 700;
    color: #1F2125;
  }
  #thong-tin-bao-hanh .promo-detail-status.d-lg-none {
    display: none !important;
  }
  #thong-tin-bao-hanh .header-fix {
    position: fixed !important;
    width: 100% !important;
    top: 0px !important;
  }
  #thong-tin-bao-hanh body.user-logged-in:not(.body-auth0) .header-fix {
    top: 79px !important;
  }
}
@media screen and (min-width: 1200px) {
  #thong-tin-bao-hanh .box-line-car .box-right {
    padding: 40px;
  }
  #thong-tin-bao-hanh .list-promo .form--inline .form-item input {
    width: 370px;
  }
  #thong-tin-bao-hanh .view-node-functions-haitran.view-display-id-block_2 {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  #thong-tin-bao-hanh #nav-icon-region span {
    border-bottom: 2px #2C72C6 solid;
  }
}
@media only screen and (max-width: 480px) {
  #thong-tin-bao-hanh .ft-company {
    padding: 20px 0 40px;
  }
  #thong-tin-bao-hanh .ft-company br {
    display: none;
  }
  #thong-tin-bao-hanh .ft-company .title_ {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1F2125;
  }
  #thong-tin-bao-hanh .ft-company .ft-c {
    margin-bottom: 20px;
  }
  #thong-tin-bao-hanh #menus_global .h2_title br {
    display: block;
  }
  #thong-tin-bao-hanh .widget-toc.sticky {
    left: 15px;
    width: calc(100% - 30px);
    top: 232px;
  }
  #thong-tin-bao-hanh .widget-toc.sticky .toc-title {
    left: 0px;
    top: -80px;
  }
}
@media only screen and (max-width: 1300px) {
  #thong-tin-bao-hanh .widget-toc.sticky {
    left: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  #thong-tin-bao-hanh .widget-toc.sticky {
    left: 100px;
  }
}

/* Style Dá»‹ch vá»¥ bao duong */
/* .page-node-type-dvhm-bao-duong .bootbox.modal.fade.show tbody tr td {
        min-width: 200px;
    } */

.page-node-type-dvhm-bao-duong .modal-backdrop.show {
  opacity: 1;
}
.page-node-type-dvhm-bao-duong .bootbox.Fadil.show tr td:nth-child(1) {
  padding-left: 10px !important;
}
.page-node-type-dvhm-bao-duong .bootbox.President.show tr td:nth-child(1) {
  padding-left: 10px !important;
}
.page-node-type-dvhm-bao-duong .bootbox.modal.fade.show tbody tr td:nth-child(1) {
  padding-left: 10px;
}
.page-node-type-dvhm-bao-duong .bootbox.modal.fade.show tbody tr td:nth-child(2) {
  padding-left: 5px;
}
.page-node-type-dvhm-bao-duong .bootbox.modal.fade.show tbody tr:nth-child(2) td:nth-child(1) {
  text-align: left;
}
.page-node-type-dvhm-bao-duong .bootbox.modal.fade.show tbody tr:nth-child(3) td:nth-child(1) {
  text-align: left;
}

.bootbox.modal.fade.Xe-mÃ¡y-Ä‘iá»‡n.show tbody tr:nth-child(1) td:nth-child(2) {
  text-align: left;
  text-align: left;
}
.bootbox.modal.fade.Xe-mÃ¡y-Ä‘iá»‡n.show tr:nth-child(1) td:not(:first-child) {
  padding-left: 10px;
}
.bootbox.modal.fade.Xe-mÃ¡y-Ä‘iá»‡n.show tr td:not(:first-child) {
  padding-left: 10px;
}

.bootbox.modal {
  max-width: 100%;
  font-weight: 400;
}
.bootbox.modal .modal-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bootbox.modal .modal-content table {
  border: 1px solid;
}
.bootbox.modal .modal-content th {
  border: 1px solid;
}
.bootbox.modal .modal-content td {
  border: 1px solid;
}
.bootbox.modal .modal-header {
  background-color: #F0F3F3;
}
.bootbox.modal .modal-header .close {
  border-radius: 50%;
  color: #ffffff;
  padding: 4px;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 12px;
  background-image: url(../../img/dvhm/close-btn.svg);
  background-position: center;
  background-size: cover;
}
.bootbox.modal .modal-header h5 {
  display: flex;
  justify-content: space-between;
  width: 85%;
}
.bootbox.modal .modal-header h5 span.modal-baoduong-title {
  font-size: 28px;
  font-weight: 300;
}
.bootbox.modal .modal-header h5 a {
  color: #1464F4;
  border: #1464F4 1px solid;
  background-color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 6px 30px;
  line-height: 35px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.bootbox.modal .modal-header h5 a:hover {
  background-color: #1464F4;
  color: #fff;
}
.bootbox.modal .modal-header h5 a:active {
  background-color: #1464F4;
  color: #fff;
}
.bootbox.modal .modal-header h5 a:focus {
  background-color: #1464F4;
  color: #fff;
}
.bootbox.modal .modal-body {
  overflow-x: scroll;
  overflow-y: scroll;
}

.bootbox.modal.show .modal-dialog {
  max-height: 100vh;
}

.swiper-container-vertical {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

.node--type-dvhm-bao-duong #fullPage {
  padding-top: 80px;
}
.node--type-dvhm-bao-duong #fullPage > .swiper-wrapper > .swiper-slide {
  width: 100%;
}
.node--type-dvhm-bao-duong #fullPage .swiper-slide {
  background: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}
.node--type-dvhm-bao-duong #fullPage .swiper-slide.page-maintenance-services .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.node--type-dvhm-bao-duong #fullPage .swiper-slide.footer-wrapper {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-top: 90px;
}
.node--type-dvhm-bao-duong .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.node--type-dvhm-bao-duong .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro {
  color: #3C3C3C;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  margin-top: 40px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro ul {
  padding: 0;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro ul > li {
  list-style: none;
  background-image: url("../../img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 30px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .content-wrapper {
  margin: auto 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-title div.field__item {
  font-weight: 300;
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin: 30px 0 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-content {
  margin-top: 20px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-content div.field__item {
  text-align: left;
  max-width: 1230px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-content div.field__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #3C3C3C;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-content div.field__item p:last-child {
  margin-bottom: 0;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .content-banner {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 48px;
  width: 100%;
  width: calc(100% + 40px);
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-link {
  margin-top: 30px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 14px 30px;
  background-color: #1464F4;
  min-width: 285px;
  display: block;
  border-radius: 3px;
  border: 1px solid #1464F4;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-link a:hover {
  background-color: #fff;
  color: #1464F4;
  border: 1px solid #1464F4;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-link a:active {
  background-color: #fff;
  color: #1464F4;
  border: 1px solid #1464F4;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-link a:focus {
  background-color: #fff;
  color: #1464F4;
  border: 1px solid #1464F4;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services {
  color: #3C3C3C;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services ul {
  padding: 0;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services ul > li {
  list-style: none;
  background-image: url("../../img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 30px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-field-dvhm-bd-list-label div.field__item {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin: 30px 0 30px;
  margin-top: 0;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide {
  background-color: #F7F9F9;
  width: 285px;
  height: 285px;
  cursor: pointer;
  margin: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide .field--name-field-dvhm-bd-item-img div.field__item {
  height: 100px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide:hover {
  background: rgba(20, 100, 244, 0.1);
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide:active {
  background: rgba(20, 100, 244, 0.1);
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide:focus {
  background: rgba(20, 100, 244, 0.1);
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list .paragraph--type--dvhm-bd-l-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list .paragraph--type--dvhm-bd-l-item .maintenance-item-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list .paragraph--type--dvhm-bd-l-item .maintenance-item-wrapper .field--name-field-dvhm-bd-item-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list .paragraph--type--dvhm-bd-l-item .maintenance-item-wrapper .field--name-field-dvhm-bd-item-img div.field__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list .field--name-field-dvhm-bd-item-name {
  font-weight: 600;
  line-height: 1.5;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides {
  color: #3C3C3C;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  padding-top: 0;
  margin-top: 80px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides .swiper-wrapper {
  flex-direction: unset;
  flex-wrap: unset;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides .swiper-slide {
  padding-top: 0;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides ul {
  padding: 0;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides ul > li {
  list-style: none;
  background-image: url("../../img/dvhm/list-icon.svg");
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 30px;
}
.node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides .content-wrapper {
  height: calc(100% - 20px);
}
.node--type-dvhm-bao-duong .modal .modal-body {
  padding-top: 20px;
}
.node--type-dvhm-bao-duong body.modal-open:not(.toolbar-icon-8) #header {
  z-index: 1 !important;
}
.node--type-dvhm-bao-duong body.modal-open:not(.toolbar-icon-8) #megaMenuModal {
  z-index: 1 !important;
}
.node--type-dvhm-bao-duong .page-maintenance-services .slick-initialized .slick-slide {
  display: flex;
  height: 150px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .node--type-dvhm-bao-duong .page-node-type-dvhm-bao-duong div#swiper-maintenance-slide {
    height: 100% !important;
  }
  .node--type-dvhm-bao-duong .page-node-type-dvhm-bao-duong .bootbox.modal.fade.show .modal-header {
    display: block;
    position: relative;
  }
  .node--type-dvhm-bao-duong .page-node-type-dvhm-bao-duong .bootbox.modal.fade.show tbody tr:nth-child(2) td:nth-child(1) {
    min-width: 100px;
    text-align: left;
    min-width: 100px;
  }
  .node--type-dvhm-bao-duong .page-node-type-dvhm-bao-duong .bootbox.modal.fade.show tbody tr:nth-child(3) td:nth-child(1) {
    min-width: 100px;
    text-align: left;
  }
  .node--type-dvhm-bao-duong .page-node-type-dvhm-bao-duong .bootbox.modal .modal-header h5 a {
    display: block;
  }
  .node--type-dvhm-bao-duong .page-node-type-dvhm-bao-duong .bootbox.modal .modal-header .close {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .node--type-dvhm-bao-duong .bootbox.modal.fade.Xe-mÃ¡y-Ä‘iá»‡n.show tr:nth-child(1) td:not(:first-child) {
    min-width: 200px;
    padding-left: 10px;
  }
  .node--type-dvhm-bao-duong .bootbox.modal.fade.Xe-mÃ¡y-Ä‘iá»‡n.show tr td:first-child {
    min-width: 40px;
  }
  .node--type-dvhm-bao-duong .bootbox.modal.fade.Xe-mÃ¡y-Ä‘iá»‡n.show tr td:not(:first-child) {
    min-width: 60px;
  }
  .node--type-dvhm-bao-duong .swiper-wrapper {
    display: block;
  }
  .node--type-dvhm-bao-duong #fullPage .swiper-slide.footer-wrapper {
    padding-top: 0;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro {
    font-weight: 400;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services {
    padding-top: 50px;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-field-dvhm-bd-list-label div.field__item {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #3C3C3C;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-field-dvhm-bd-list-label div.field__item br {
    display: none;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides #swiper-maintenance-slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides #swiper-maintenance-slide .swiper-wrapper {
    display: flex;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides #swiper-maintenance-slide .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides #swiper-maintenance-slide .swiper-wrapper img {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .node--type-dvhm-bao-duong .no-scroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .node--type-dvhm-bao-duong .desktop-display {
    display: none;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro {
    padding-top: 0;
    margin-top: 0;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro p {
    padding: 10px;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-content div.field__item p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .node--type-dvhm-bao-duong .mobile-display {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .node--type-dvhm-bao-duong .bootbox.modal {
    left: 18px;
    top: 18px;
    max-width: calc(100% - 36px);
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100vw - 36px);
    margin: 0 auto;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-header .close {
    margin-top: 0;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-header h5 {
    width: 100%;
    flex-direction: column;
    display: block;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-header h5 span.modal-baoduong-title {
    font-size: 16px;
    padding: 5px;
    display: block;
    padding-left: 0;
    font-weight: 600;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-header h5 a {
    font-size: 16px;
    text-align: center;
    padding: 5px 7px;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-content div.field__item p {
    text-align: left;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services {
    height: auto;
    padding-top: 50px;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items {
    width: calc(100vw - 10px);
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide {
    width: calc((100vw - 80px) / 2);
    height: calc((100vw - 80px) / 2);
  }
  .node--type-dvhm-bao-duong .node__content#fullPage #slick-slide2 .slick-track {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .node--type-dvhm-bao-duong .bootbox.modal .modal-header .close {
    position: absolute;
    right: 41px;
    top: 42px;
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list .field--name-field-dvhm-bd-item-name {
    margin-top: 5px;
  }
}
@media (max-width: 1366px) and (max-width: 768px) {
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-title div.field__item {
    font-weight: 300;
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-title div.field__item {
    font-weight: 300;
    font-size: 32px;
  }
}
@media (min-width: 769px) {
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-intro .field--name-field-dvhm-bd-content div.field__item br.hide-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services {
    padding-top: 60px;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items {
    width: calc(100vw - 10px);
  }
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide {
    width: calc((100vw - 80px) / 3);
    height: calc((100vw - 80px) / 3);
  }
}
@media only screen and (max-width: 1920px) {
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide {
    width: 200px;
    height: 200px;
    margin: 15px;
  }
}
@media only screen and (max-width: 1600px) {
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-services .field--name-field-dvhm-bd-list > .field__items .field__item.slick-slide {
    margin: 10px;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-content {
    max-width: 100%;
    width: 100%;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-content table {
    max-width: 100%;
  }
  .node--type-dvhm-bao-duong .bootbox.modal.show .modal-dialog {
    width: 90vw;
    max-width: 840px;
  }
}
@media (max-width: 1440px) {
  .node--type-dvhm-bao-duong .node__content#fullPage .page-maintenance-slides {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .node--type-dvhm-bao-duong .bootbox.modal {
    overflow: hidden;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-content {
    max-width: calc(100vw - 36px);
    background: transparent;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-body {
    padding: 0;
    background: transparent;
    overflow: auto;
    max-height: 450px;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-body table {
    background: #fff;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-header h5 span.modal-baoduong-title {
    font-size: 24px;
  }
  .node--type-dvhm-bao-duong .bootbox.modal .modal-header h5 a {
    font-size: 12px;
    padding: 4px 8px;
    line-height: 24px;
  }
  .node--type-dvhm-bao-duong .bootbox.modal.show .modal-dialog {
    background: transparent;
    min-width: 90%;
  }
  .node--type-dvhm-bao-duong .modal .modal-body p {
    margin: 0;
  }
}

.brand-color {
  color: #1464f4;
}

.ui-widget-content {
  background: #ffffff;
  color: #333333;
}

.address-input {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.address-input #map {
  height: 138px;
  width: 100%;
}
.address-input .error-message {
  color: #dc3545;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
}
.address-input input {
  border: none;
  border-radius: 5px;
  font-size: 18px;
  height: 55px;
  outline: none;
  padding: 0 60px 0 20px;
  width: 100%;
}
.address-input input:focus + div.autocom-map {
  display: block;
}
.address-input .error-input {
  border: 1px solid #dc3545 !important;
}
.address-input .autocom-box {
  margin: 10px;
  max-height: 280px;
  overflow-y: auto;
  padding: 0;
}
.address-input .autocom-box li {
  border-radius: 3px;
  color: #1f2125;
  cursor: default;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  list-style: none;
  padding: 10px;
  width: 100%;
}
.address-input .autocom-box li:hover {
  background-color: rgba(44, 114, 198, 0.1);
  color: #1464f4;
}
.address-input .icon {
  color: #644bff;
  cursor: pointer;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 8px;
}
.address-input .autocom-map {
  background: #fff;
  box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.12);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.address-input .autocom-map.active {
  display: block;
}
.address-input .map-container {
  background-color: #f8f9fa;
  padding: 10px;
}
.address-input .map-container .pls-text {
  align-items: center;
  background-color: #1464f4;
  display: flex;
  flex-direction: row;
  height: 44px;
  padding-left: 20px;
}
.address-input .map-container .pls-text p {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
  margin-left: 10px;
}

#ui-datepicker-div {
  padding: 0;
  width: 27em;
  z-index: 1053 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #f8f9fa;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset !important;
  border: unset !important;
}
#ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}
#ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background-color: #2c72c6;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar .no-place-day {
  cursor: default !important;
  pointer-events: none;
}
#ui-datepicker-div .ui-datepicker-calendar .no-place-day .ui-state-default {
  border: 1px solid #8098ab !important;
  color: #8098ab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  background: #f8f9fa;
  border: 1px solid #fff;
}
#ui-datepicker-div .no-place {
  align-items: center;
  display: flex;
  padding: 0 20px 20px;
  position: relative;
}
#ui-datepicker-div .no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}
#ui-datepicker-div .no-place span {
  margin-left: 35px;
}

.dat-lich-bao-duong {
  align-items: center;
  background: url(../../assets/img/dat-lich-bao-duong/dat-lich-bao-duong.png) no-repeat 0 0;
  background-size: cover;
  display: flex;
}
.dat-lich-bao-duong input, .dat-lich-bao-duong textarea {
  background-color: unset;
}
.dat-lich-bao-duong .root_numText .num_text {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 9;
}
.dat-lich-bao-duong h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.345em !important;
  line-height: 43px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.dat-lich-bao-duong .group-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
}
.dat-lich-bao-duong .group-item input:not([type=checkbox]):not([type=radio]), .dat-lich-bao-duong .group-item select {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  overflow: hidden !important;
  padding: 8px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.dat-lich-bao-duong .group-item input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .dat-lich-bao-duong .group-item select::-moz-placeholder, .dat-lich-bao-duong .group-item input:not([type=checkbox]):not([type=radio])::placeholder, .dat-lich-bao-duong .group-item select::placeholder {
  color: #979797;
  font-size: 16px;
}
.dat-lich-bao-duong .group-item input:not([type=checkbox]):not([type=radio]):focus, .dat-lich-bao-duong .group-item select:focus {
  outline: none;
}
.dat-lich-bao-duong .group-item input:not([type=checkbox]):not([type=radio]).custom-invalid, .dat-lich-bao-duong .group-item select.custom-invalid {
  border-color: #fe0000;
  box-shadow: 0 0 0 0.2rem rgba(254, 0, 0, 0.25);
}
.dat-lich-bao-duong .group-item input:not([type=checkbox]):not([type=radio]) option[data-id=Products-Car-PRESIDENT], .dat-lich-bao-duong .group-item select option[data-id=Products-Car-PRESIDENT] {
  display: none;
}
.dat-lich-bao-duong .group-item input:not([type=checkbox]):not([type=radio]).js_numText {
  padding-right: 3.5em;
}
.dat-lich-bao-duong .group-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/sb-arrow.svg) #fff no-repeat;
  background-position: right 3px center;
}
.dat-lich-bao-duong .group-item select.js_numText {
  padding-right: 3.5em;
}
.dat-lich-bao-duong .group-item select:invalid {
  color: gray;
}
.dat-lich-bao-duong .group-item select option {
  color: #1f2125;
  font-size: 13px;
  font-weight: 400;
}
.dat-lich-bao-duong .group-item.required > label:after {
  color: #1464f4;
  content: "*";
  padding-left: 4px;
}
.dat-lich-bao-duong .group-item .group-item-checkbox {
  display: flex;
  margin-bottom: 4px;
  margin-left: 15px;
  padding: 0;
}
.dat-lich-bao-duong .group-item .group-item-checkbox > div {
  width: 100%;
}
.dat-lich-bao-duong .group-item .group-item-checkbox:last-child .expandable:after {
  content: none;
}
.dat-lich-bao-duong .group-item .group-item-checkbox .expandable {
  position: relative;
  width: 100%;
}
.dat-lich-bao-duong .group-item .group-item-checkbox .expandable .add-detail {
  color: #1464f4;
  display: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  opacity: 1;
}
.dat-lich-bao-duong .group-item .group-item-checkbox .expandable .add-detail_child {
  color: #1464f4;
  font-size: 13px;
  font-weight: 700;
  line-height: 44px;
  opacity: 1;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
}
.dat-lich-bao-duong .group-item .group-item-checkbox .expandable .add-detail:hover, .dat-lich-bao-duong .group-item .group-item-checkbox .expandable .add-detail_child:hover {
  cursor: pointer;
}
.dat-lich-bao-duong .group-item .group-item-checkbox .expandable.expandable-painting .service_paintingNote {
  font-size: 12px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  opacity: 0;
  position: absolute;
  top: 120%;
  width: 100%;
  z-index: -1;
}
.dat-lich-bao-duong .group-item .group-item-checkbox .expandable.expandable-painting.at {
  margin-bottom: 3.5em;
}
.dat-lich-bao-duong .group-item .group-item-checkbox .expandable.expandable-painting.at .service_paintingNote {
  opacity: 1;
  z-index: 2;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: auto;
  z-index: 1;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label {
  background: #f8f9fa;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 95px 4px 40px;
  position: relative;
  width: 100%;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label span {
  font-weight: 400 !important;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label:before {
  background: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 20px;
  left: 4px;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 20px;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox]:checked + label, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox]:hover + label {
  background: rgba(44, 114, 198, 0.1) !important;
  color: #1464f4;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox]:checked + label:before, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox]:hover + label:before {
  background: #1464f4;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox][name^=service_root_]:checked + label, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox][name^=service_root_]:hover + label {
  background: rgba(44, 114, 198, 0.1) !important;
  color: #1f2125;
  font-weight: 700 !important;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox]:checked + label:after {
  background: transparent;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(calc(-50% - 4px));
  width: 6px;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 0;
  position: absolute;
  width: 300px;
  z-index: 3;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div > div, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 > div {
  padding: 0 10px;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div > div.expandable:after, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 > div.expandable:after {
  right: 20px;
  transform: translateY(50%);
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div > div.expandable:hover .service-checkbox.has-child ~ label, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 > div.expandable:hover .service-checkbox.has-child ~ label {
  background: rgba(44, 114, 198, 0.1);
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div input[type=checkbox]:hover ~ .service-list-expand-lv2, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 input[type=checkbox]:hover ~ .service-list-expand-lv2 {
  display: none;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div input[type=checkbox] + label, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 input[type=checkbox] + label {
  background-color: #fff;
  padding: 10px 10px 10px 42px;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div input[type=checkbox] + label:before, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 input[type=checkbox] + label:before {
  left: 10px;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div input[type=checkbox] + label:after, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 input[type=checkbox] + label:after {
  left: 11px;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 {
  display: none;
  height: 100%;
  left: 300px;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 4;
}
.dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div {
  display: block;
  padding: 10px;
  position: inherit;
}
.dat-lich-bao-duong .group-item .group-item-checkbox label {
  margin-left: 10px;
}
.dat-lich-bao-duong .group-item input[type=radio].radio-circle {
  height: 20px;
  margin-top: 2px;
  vertical-align: top;
  width: 20px;
}
.dat-lich-bao-duong .group-item input[type=radio].radio-circle + label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  margin-left: 10px;
  width: calc(100% - 40px);
}
.dat-lich-bao-duong .group-item input[type=radio].radio-circle:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #d9e1e2;
  border-radius: 50%;
  color: #979797;
}
.dat-lich-bao-duong .group-item input[type=radio].radio-circle:disabled + label {
  color: #979797;
}
.dat-lich-bao-duong .group-item .mobileServiceMethod, .dat-lich-bao-duong .group-item .showroomMethod {
  display: none;
}
.dat-lich-bao-duong .group-item .mbs-note {
  color: #1f2125;
  font-size: 13px;
  line-height: 16.32px;
  margin-top: 20px;
}
.dat-lich-bao-duong .group-item .mbs-note ul {
  margin-bottom: 0;
}
.dat-lich-bao-duong .group-item .mbs-note ul li {
  margin-left: 20px;
}
.dat-lich-bao-duong .group-item .mbs-note ul li:first-child {
  margin-top: 20px;
}
.dat-lich-bao-duong .group-item .root_numText .js_numText {
  padding-right: 3.5em;
}
.dat-lich-bao-duong .group-item .root_numText .num_text {
  right: 20px;
  top: 12px;
}
.dat-lich-bao-duong .col-form-label {
  font-size: 16px;
  font-weight: 600;
  padding-right: 0;
}
.dat-lich-bao-duong .title {
  align-items: center;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.dat-lich-bao-duong .title i {
  align-items: center;
  background: #1464f4;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 140%;
  margin-right: 15px;
  width: 30px;
}
.dat-lich-bao-duong .schedule-maintenance-form {
  background: #fff;
  margin: 100px 0;
  padding: 30px;
}
.dat-lich-bao-duong .schedule-maintenance-form textarea {
  font-size: 13px;
  line-height: 140.4%;
  min-height: 81px;
  resize: none;
}
.dat-lich-bao-duong .pt-30 {
  padding-top: 30px !important;
}
.dat-lich-bao-duong .title.fix i {
  background: #707070;
}
.dat-lich-bao-duong .datepicker {
  background: url(../../images/vfast/ic-calendar-sb.svg) 100% no-repeat;
  background-position: center right 10px;
}
.dat-lich-bao-duong .timepicker {
  background: url(../../images/vfast/ic-time-sb.svg) 100% no-repeat;
  background-position: center right 10px;
}
.dat-lich-bao-duong .schedule-time-description {
  color: #707070;
  font-size: 11px;
  font-style: italic;
}
.dat-lich-bao-duong #btn-submit {
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 24px;
  margin: 15px auto 0;
  max-width: 335px;
  width: 90%;
}
.dat-lich-bao-duong #btn-submit:disabled {
  background-image: linear-gradient(90deg, #403838 0, #312929);
  cursor: not-allowed;
}
.dat-lich-bao-duong .select2-container {
  width: 100% !important;
}
.dat-lich-bao-duong .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: Mulish, Source Sans Pro, sans-serif;
  height: 40px;
  line-height: 24px;
  padding: 8px 12px;
}
.dat-lich-bao-duong .select2-container .select2-selection .select2-selection__rendered {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.dat-lich-bao-duong .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 16px;
  width: 12px !important;
}
.dat-lich-bao-duong .select2-container .select2-selection__arrow b {
  background: url(../../images/sb-arrow.svg) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  width: 12px !important;
}
.dat-lich-bao-duong .select2-container.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}
.dat-lich-bao-duong #car-painting-service, .dat-lich-bao-duong #schedule-maintenance-popup {
  background: rgba(0, 0, 0, 0.7);
}
.dat-lich-bao-duong #car-painting-service .modal-dialog, .dat-lich-bao-duong #schedule-maintenance-popup .modal-dialog {
  border-radius: 3px;
}
.dat-lich-bao-duong #car-painting-service .modal-body, .dat-lich-bao-duong #schedule-maintenance-popup .modal-body {
  padding: 0 !important;
  text-align: center;
}
.dat-lich-bao-duong #car-painting-service .modal-footer, .dat-lich-bao-duong #schedule-maintenance-popup .modal-footer {
  justify-content: center;
}
.dat-lich-bao-duong #car-painting-service .vin-logo, .dat-lich-bao-duong #schedule-maintenance-popup .vin-logo {
  background: url(../../images/vfast/logo.svg) 50% no-repeat;
  height: 30px;
  margin-top: 30px;
}
.dat-lich-bao-duong #car-painting-service .mc-icon, .dat-lich-bao-duong #schedule-maintenance-popup .mc-icon {
  display: block;
  height: 142px;
  margin-top: 30px;
  position: relative;
}
.dat-lich-bao-duong #car-painting-service .mc-icon__line, .dat-lich-bao-duong #schedule-maintenance-popup .mc-icon__line {
  background: linear-gradient(90deg, #fff 0.01%, #1464f4 100.01%);
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: matrix(1, 0, 0, -1, 0, 0) translate(-50%, -50%);
  width: 100%;
}
.dat-lich-bao-duong #car-painting-service .mc-icon .img-boder, .dat-lich-bao-duong #schedule-maintenance-popup .mc-icon .img-boder {
  background: #fff;
  height: 142px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 142px;
}
.dat-lich-bao-duong #car-painting-service .mc-icon .img-boder svg, .dat-lich-bao-duong #schedule-maintenance-popup .mc-icon .img-boder svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dat-lich-bao-duong #car-painting-service .mc-icon .img-boder svg .path, .dat-lich-bao-duong #schedule-maintenance-popup .mc-icon .img-boder svg .path {
  fill: #1464f4;
}
.dat-lich-bao-duong #car-painting-service .content, .dat-lich-bao-duong #schedule-maintenance-popup .content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 30px;
  text-align: center;
}
.dat-lich-bao-duong #car-painting-service .content span, .dat-lich-bao-duong #schedule-maintenance-popup .content span {
  color: #1464f4;
}
.dat-lich-bao-duong #car-painting-service .content h3, .dat-lich-bao-duong #schedule-maintenance-popup .content h3 {
  margin-bottom: 30px;
}
.dat-lich-bao-duong #car-painting-service .back-home, .dat-lich-bao-duong #schedule-maintenance-popup .back-home {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  height: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 90%;
}
.dat-lich-bao-duong #car-painting-service .close, .dat-lich-bao-duong #schedule-maintenance-popup .close {
  position: absolute;
  right: 20px;
  top: 15px;
}
.dat-lich-bao-duong #car-painting-service .close i.fas, .dat-lich-bao-duong #schedule-maintenance-popup .close i.fas {
  color: #000;
  font-family: Font Awesome\ 5 Pro !important;
  font-size: 1.5rem;
}
.dat-lich-bao-duong #car-painting-service .mc-icon {
  margin-top: 0;
}
.dat-lich-bao-duong #car-painting-service .content {
  padding: 25px;
}
.dat-lich-bao-duong #car-painting-service .content h4 {
  color: #1f2125;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.dat-lich-bao-duong #car-painting-service .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.dat-lich-bao-duong .notice {
  color: #dc3545;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.dat-lich-bao-duong .notice .notice-title {
  margin-top: -20px;
}
@media screen and (max-width: 991px) {
  .dat-lich-bao-duong .group-service {
    order: 0;
  }
  .dat-lich-bao-duong .group-schedule {
    order: 2;
  }
  .dat-lich-bao-duong .group-upload-img {
    order: 1;
  }
  .dat-lich-bao-duong .group-submit {
    justify-content: center;
    margin: 0;
    order: 4;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .dat-lich-bao-duong .container {
    padding-left: 0;
    padding-right: 0;
  }
  .dat-lich-bao-duong #ui-datepicker-div {
    left: 0 !important;
    width: 100%;
  }
  .dat-lich-bao-duong #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: unset !important;
  }
  .dat-lich-bao-duong #select2-scheduleTime-results {
    padding: 10px !important;
  }
  .dat-lich-bao-duong #select2-scheduleTime-results .select2-results__option {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .dat-lich-bao-duong .group-item .group-item-checkbox .expandable:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m8.25 16.5 5.5-5.5-5.5-5.5'/%3E%3C/svg%3E");
    content: "";
    height: 22px;
    position: absolute;
    right: 4px;
    transform: translateY(25%);
    vertical-align: middle;
    width: 22px;
  }
  .dat-lich-bao-duong .group-item .group-item-checkbox .expandable:hover .service-list-expand-lv1 {
    display: block;
  }
}
@media (min-width: 768px) {
  .dat-lich-bao-duong .group-item .group-item-checkbox .expandable .add-detail {
    display: block;
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .dat-lich-bao-duong .group-item .group-item-checkbox .expandable.expandable-painting.at {
    margin-bottom: 4.2em;
  }
}
@media (max-width: 767.98px) {
  .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label {
    padding: 4px 4px 4px 40px;
  }
}
@media (min-width: 768px) {
  .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div > div.expandable:hover .service-list-expand-lv2, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 > div.expandable:hover .service-list-expand-lv2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 {
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2, .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div.service-list-expand-lv1 {
    left: 0;
    position: relative;
    width: 100%;
  }
  .dat-lich-bao-duong .group-item .group-item-checkbox input[type=checkbox] + label + div .service-list-expand-lv2 > div {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .dat-lich-bao-duong .select2-container .select2-selection__arrow {
    margin-right: 14px;
  }
}
@media screen and (max-width: 991px) {
  .dat-lich-bao-duong .select2-container .select2-selection__arrow b {
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .dat-lich-bao-duong {
    height: auto;
  }
  .dat-lich-bao-duong h1 {
    margin-top: 40px;
  }
  .dat-lich-bao-duong .pr-1 {
    padding: 0 !important;
  }
  .dat-lich-bao-duong .mt-10 {
    margin-top: 0 !important;
  }
  .dat-lich-bao-duong .schedule-maintenance-form {
    padding: 0 15px;
  }
  .dat-lich-bao-duong .title {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.header-popup {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.header-popup .close {
  text-align: end;
}
.header-popup .header-timer {
  color: #1464f4;
  font-size: 16px;
  line-height: 24px;
}
.header-popup h1 {
  letter-spacing: unset !important;
  margin-bottom: 0;
}
.header-popup .header-title {
  color: #1f2125;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .header-popup {
    padding-top: 20px;
  }
}
.upload-form .upload-files {
  display: flex;
  flex-direction: row;
}
.upload-form .upload-files .btn-select-files {
  margin-right: 5px;
}
.upload-form .upload-files .images-preview {
  display: flex;
  flex-direction: row;
}
.upload-form .upload-files .images-preview .thumbImg {
  border-radius: 3px;
  height: 40px;
  margin-right: 5px;
  position: relative;
  width: 40px;
}
.upload-form .upload-files .images-preview .thumbImg .delete-image {
  background: url(../../images/close.png) #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 14px;
  z-index: 1;
}
.upload-form .upload-files .images-preview .thumbImg img {
  border-radius: 3px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 40px;
}
.upload-form p {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.upload-form i {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  padding: 13px;
}
.upload-form .message p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: left;
}
.upload-form .message p.success {
  color: #00a119;
}
.upload-form .message p.fail {
  color: red;
}

.end-popup-header .notice-title {
  color: #1f2125;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
}
.end-popup-header .continue-title {
  color: #707070;
  line-height: 24px;
}

.btn-custom-continue {
  background-color: #fff;
  border: 1px solid #1464f4;
  color: #1464f4;
  margin-right: 30px;
}

.ui-timepicker-standard .ui-timepicker-viewport {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.ui-timepicker-standard .ui-menu-item {
  border-radius: 3px;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ui-timepicker-standard .ui-menu-item .ui-corner-all {
  border: 1px solid #dbe1e3;
  color: #1f2125;
  margin-bottom: 10px;
}
.ui-timepicker-standard .ui-menu-item .ui-state-hover {
  background-color: #1464f4 !important;
  border: none !important;
  color: #fff !important;
}
.ui-timepicker-standard .ui-widget-content {
  border: none;
  padding-left: 5px;
  padding-top: 5px;
}

#select2-showroom-results .select2-results__option {
  padding: 20px 15px 20px 90px;
  position: relative;
}
#select2-showroom-results .select2-results__option:before {
  background: url(../../images/vfast/ic-harmer-blue.png) 50% no-repeat;
  border: 1px solid #dbe1e3;
  border-radius: 50%;
  content: "";
  height: 50px;
  left: 20px;
  padding: 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
#select2-showroom-results .select2-results__option--highlighted:before {
  border-color: #fff !important;
  color: #fff !important;
  background: url(../../images/vfast/ic-harmer.png) 50% no-repeat !important;
}
#select2-showroom-results .select2-results__option[aria-selected=true]:before {
  background: url(../../images/vfast/ic-harmer.png) 50% no-repeat !important;
}

#select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}
#select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
#select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
#select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}
#select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}
#select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}
#select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover, #select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
}

@media screen and (max-width: 991px) {
  #btn-submit {
    margin: 30px 0 !important;
  }
}
.custom-maitenance-modal {
  background: none;
}

#maintenance .modal-dialog {
  min-width: 847px;
}

@media screen and (max-width: 991px) {
  #maintenance .modal-dialog {
    min-width: 300px;
  }
}
#select2-scheduleTime-container ~ .select2-selection__arrow {
  width: 20px !important;
}
#select2-scheduleTime-container ~ .select2-selection__arrow b {
  background: url(../../images/vfast/ic-time-sb.svg) 0 0 no-repeat;
  background-size: contain;
  height: 20px !important;
  margin-top: -10px !important;
  width: 20px !important;
}

.validation-error-message {
  color: #dc3545;
  display: none;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.invalid-input {
  border: 1px solid #dc3545 !important;
  color: #dc3545 !important;
}

#ui-datepicker-div {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}

.select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
  z-index: 1;
}

#sb-conflict-popup .modal-body {
  padding: 20px;
}
#sb-conflict-popup .modal-body .end-popup-header .close {
  position: absolute;
  right: 25px;
  top: 25px;
}
#sb-conflict-popup .modal-body .end-popup-header .notice-title {
  margin-bottom: 20px;
  margin-right: 40px;
}
#sb-conflict-popup .modal-body .btn {
  font-size: 16px;
  max-width: 335px;
}

@media only screen and (max-width: 767px) {
  #sb-conflict-popup .modal-body .btn {
    padding: 0;
  }
}
.close i.fas {
  font-family: Font Awesome\ 5 Pro !important;
}

.service-backdrop {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

.service-backdrop--parent {
  z-index: 1;
}

.service-backdrop--child {
  z-index: 2;
}

#holiday-tet .modal-dialog {
  background: transparent;
  border: 0;
  max-width: 1000px;
  outline: none;
  width: 85%;
}
#holiday-tet .modal-dialog .modal-body {
  padding: 0;
}
#holiday-tet .modal-dialog .close {
  background: #fff;
  bottom: 100%;
  display: inline-block;
  opacity: 1;
  padding: 2px;
  position: absolute;
  right: 0;
  top: auto;
}
#holiday-tet .modal-dialog .modal-content {
  border: 0;
}
#holiday-tet .modal-dialog img {
  height: auto;
  max-width: 100%;
}

#listBookingModal p {
  color: #1f2125;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
#listBookingModal p.note {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
#listBookingModal a {
  border: 1px solid #1464f4;
  border-radius: 3px;
  color: #1464f4;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  max-width: 255px;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}
#listBookingModal a:hover {
  background: #1464f4;
  color: #fff;
}

#block-car-battery-page {
  /*@media (max-width: 1680px) {*/
  /*  .chargeSwiper .intro {*/
  /*    padding-top: 0px;*/
  /*  }*/
  /*}*/
  /*.chargeSwiper .battery-benefit .battery-benefit-img {*/
  /*  position: absolute;*/
  /*  bottom: 0;*/
  /*  width: 100%;*/
  /*}*/
  /*.chargeSwiper .battery-benefit img {*/
  /*  position: absolute;*/
  /*  bottom: 40px;*/
  /*}*/
  /* .chargeSwiper .battery-term-content .right-content {
    max-height: 600px;
    overflow: auto;
  } */
  /* .chargeSwiper .payment-guide .parallax-bg .content-right .title {
    margin-top: 80px;
  } */
  /* .chargeSwiper .term-use-battery .content .term-content ul svg {
    margin-right: 4px;
  } */
  /*@media (max-width: 1440px) {*/
  /*  .chargeSwiper .charging-type h2 {*/
  /*    font-size: 2vw;*/
  /*    margin-bottom: 8px;*/
  /*  }*/
  /*}*/
  /* @media (max-width: 1440px) {
    .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .item-content img {
      height: 80%;
      width: 50%;
    }
  } */
  /*Css màn 1680*/
}
#block-car-battery-page #block-side-floating-menu-icon {
  display: none;
}
#block-car-battery-page .parallax-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: var(--swiper-height);
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper.swiper {
    overflow: auto;
    overflow-x: hidden !important;
  }
  #block-car-battery-page .chargeSwiper .page-content {
    flex-direction: column;
  }
}
#block-car-battery-page .chargeSwiper .swiper-wrapper,
#block-car-battery-page .chargeSwiper .swiper-slide {
  /*max-height: calc(100vh - 40px);*/
  background: #ffffff;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #block-car-battery-page .chargeSwiper.swiper {
    overflow: hidden;
  }
  #block-car-battery-page .chargeSwiper .swiper-wrapper,
  #block-car-battery-page .chargeSwiper .swiper-slide {
    max-height: 100%;
  }
}
#block-car-battery-page .chargeSwiper .swiper-slide.footer-section {
  background-color: unset;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .swiper-slide {
    max-height: unset;
  }
}
#block-car-battery-page .chargeSwiper {
  width: 100%;
  /*height: var(--swiper-height);*/
}
#block-car-battery-page .chargeSwiper .swiper-pagination {
  display: flex;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .swiper-pagination {
    bottom: 66px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .swiper-pagination {
    bottom: 0;
    display: none;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .about-content {
    display: block;
  }
}
#block-car-battery-page .chargeSwiper .desktop-video {
  width: 100%;
  /*height: 100vh;*/
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .about-wrapper {
    display: block;
  }
}
#block-car-battery-page .chargeSwiper .about-wrapper .swiper-slide {
  background-color: #FFFFFF;
}
#block-car-battery-page .chargeSwiper .intro .parallax-bg {
  padding-top: 0;
}
#block-car-battery-page .parallax-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  /*height: 100vh;*/
}
#block-car-battery-page .chargeSwiper {
  width: 100%;
  height: 100%;
}
#block-car-battery-page .chargeSwiper .swiper-slide {
  background-color: #ffffff;
}
#block-car-battery-page .chargeSwiper .blue-btn {
  font-weight: 700;
  font-size: 16px;
  padding: 16px 37.75px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background-color: #1464f4;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  flex: 1;
  border: 1px solid #1464F4;
}
@media (max-width: 1900px) and (min-width: 768px) {
  #block-car-battery-page .chargeSwiper .buttons a {
    padding: 14px;
  }
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .buttons .blue-btn {
    padding: 14px 37.75px;
  }
}
#block-car-battery-page .chargeSwiper .blue-btn:hover {
  color: #1464F4;
  background-color: #FFFFFF;
  border: #1464F4 1px solid;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .blue-btn:hover {
    padding: 13px 36.75px;
  }
}
#block-car-battery-page .chargeSwiper .blue-btn-href:hover {
  color: #1464F4;
  background-color: #FFFFFF;
  border: #1464F4 1px solid;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .blue-btn {
    font-size: 10px;
    padding: 14px 22px;
  }
  #block-car-battery-page .chargeSwiper .map-btn .blue-btn {
    font-size: 10px;
    padding: 14px 114px;
  }
  #block-car-battery-page .chargeSwiper .buttons .blue-btn {
    padding: 14px 22px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .blue-btn {
    font-size: 14px;
    width: 100%;
  }
}
#block-car-battery-page .chargeSwiper .white-btn {
  font-weight: 700;
  font-size: 16px;
  padding: 16px 37.75px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464F4;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  flex: 1;
  border: 1px solid #1464F4;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .white-btn {
    font-size: 14px;
    padding: 14px 37.75px;
    margin-left: 20px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .white-btn {
    font-size: 0.73vw;
    padding: 10px 22px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .white-btn {
    font-size: 14px;
    /* line-height: 150%; */
    letter-spacing: 10%;
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
}
#block-car-battery-page .chargeSwiper .white-btn:hover {
  color: #FFFFFF;
  background: #1464F4;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .white-btn {
    font-size: 0.73vw;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .white-btn {
    font-size: 14px;
    /* line-height: 150%; */
    letter-spacing: 10%;
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
}
#block-car-battery-page .chargeSwiper .intro {
  display: flex;
  /*height: 100vh;*/
  padding: 30px;
  padding-top: 50px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .intro {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro {
    padding: 54px 0;
    height: fit-content;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro .parallax-bg {
    flex-direction: column;
    height: fit-content;
  }
}
#block-car-battery-page .chargeSwiper .intro .parallax-bg {
  display: flex;
  width: 100%;
}
#block-car-battery-page .chargeSwiper .intro h6 {
  font-weight: 300;
  font-size: 20px;
  /* line-height: 150%; */
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .intro h6 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .intro h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro h6 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
#block-car-battery-page .chargeSwiper .intro h2 {
  font-weight: 300;
  font-size: 48px;
  /* line-height: 150%; */
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .intro h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .intro h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .intro h2 {
    font-size: 32px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .intro h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro h2 {
    font-size: 38px;
    /* line-height: 46px; */
    margin-top: 10px;
    font-weight: 300;
    width: auto;
  }
}
#block-car-battery-page .chargeSwiper .intro p {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  margin-bottom: 40px;
  width: 70%;
  text-align: left;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .intro p {
    margin-bottom: 20px;
    width: 90%;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .intro p {
    font-size: 13px;
    margin-bottom: 16px;
    width: 90%;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro p {
    width: 100%;
    font-size: 16px;
    /* line-height: 24px; */
    font-weight: 400;
  }
  #block-car-battery-page .chargeSwiper .intro .blue-btn-cont {
    display: flex;
  }
}
#block-car-battery-page .chargeSwiper .intro .buttons {
  display: flex;
  gap: 14px;
  align-items: stretch;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro .buttons {
    flex-direction: column;
  }
}
#block-car-battery-page .chargeSwiper .intro .intro-content-left,
#block-car-battery-page .chargeSwiper .intro .intro-content-right {
  width: 50%;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left,
  #block-car-battery-page .chargeSwiper .intro .intro-content-right {
    width: 100%;
  }
}
#block-car-battery-page .chargeSwiper .intro .intro-content-left img,
#block-car-battery-page .chargeSwiper .intro .intro-content-right img {
  width: 100%;
  /*height: 52%*/
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left img,
  #block-car-battery-page .chargeSwiper .intro .intro-content-right img {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left img,
  #block-car-battery-page .chargeSwiper .intro .intro-content-right img {
    height: 50%;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left img,
  #block-car-battery-page .chargeSwiper .intro .intro-content-right img {
    width: 100%;
  }
}
#block-car-battery-page .chargeSwiper .intro .intro-content-left {
  margin-right: 100px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left {
    margin-right: 60px;
  }
}
#block-car-battery-page .chargeSwiper .intro .intro-content-left .left-content {
  margin-bottom: 56px;
  margin-left: 56px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left .left-content {
    margin-left: 0;
  }
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left .left-content {
    margin-bottom: 45px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left .left-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-left .left-content {
    padding: 0 16px;
    margin-bottom: 56px;
    margin-left: 0;
  }
}
#block-car-battery-page .chargeSwiper .intro .intro-content-right .right-content {
  margin-left: 56px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-right .right-content {
    margin-left: 0;
  }
}
#block-car-battery-page .chargeSwiper .intro .intro-content-left {
  display: flex;
  flex-direction: column;
}
#block-car-battery-page .chargeSwiper .intro .intro-content-right {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-right {
    flex-direction: column;
  }
}
#block-car-battery-page .chargeSwiper .intro .intro-content-right h6 {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-right h6 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-right h6 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .intro .intro-content-right .right-content {
    padding: 0 16px;
    margin: 56px 0;
  }
}
#block-car-battery-page .chargeSwiper .battery-benefit {
  /*height: 100vh;*/
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-benefit {
    height: fit-content;
  }
  #block-car-battery-page .chargeSwiper .battery-benefit .parallax-bg {
    height: fit-content;
  }
}
#block-car-battery-page .chargeSwiper .battery-benefit h2 {
  padding-top: 64px;
  margin-bottom: 48px;
  text-align: center;
  font-weight: 300;
  font-size: 48px;
  /* line-height: 1.25; */
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .battery-benefit h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-benefit h2 {
    /*font-size: 2rem;*/
    padding-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-benefit h2 {
    font-size: 32px;
    padding: 30px 15px 0;
    margin-bottom: 25px;
    font-weight: 300;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .battery-benefit h2 {
    font-size: 32px;
  }
}
#block-car-battery-page .chargeSwiper .battery-benefit-content {
  padding: 0 30px;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 40px;
}
#block-car-battery-page .chargeSwiper .battery-benefit-content .content-item {
  background-color: #f7f9f9;
  border-radius: 10px;
  width: 25%;
  padding: 15px 30px;
  margin-right: 30px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item {
    padding: 15px;
  }
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item {
    padding: 15px;
  }
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item {
    margin-right: 16px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item svg {
    width: 32px;
  }
}
#block-car-battery-page .chargeSwiper .battery-benefit-content .content-item p {
  margin: 24px 0 0;
  font-weight: 600;
  font-size: 16px;
  /* line-height: 150%; */
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item p {
    margin: 14px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item p {
    margin: 16px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content .content-item p {
    margin: 10px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-benefit .battery-benefit-img {
    position: relative;
    /*margin-top: 62vh;*/
  }
  #block-car-battery-page .chargeSwiper .battery-benefit-img .top-linear {
    display: none;
    /*height: 15vh;*/
    width: 100%;
    position: absolute;
    inset: 0 0 0 0;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    top: -510px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-img .bottom-linear {
    /*height: 15vh;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    transform: matrix(1, 0, 0, -1, 0, 0);
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-benefit .slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 0 0 16px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-benefit .slider .slides {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-right: 10px;
  }
}
#block-car-battery-page .chargeSwiper .battery-benefit .slider .slides::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-benefit .slider .slides .slide-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    border-radius: 10px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    flex-basis: 70%;
  }
  #block-car-battery-page .chargeSwiper .battery-benefit .slider .slides .slide-item:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-benefit img {
    /*height: 50vh;*/
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#block-car-battery-page .chargeSwiper .battery-term {
  padding: 60px 188px 0;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term {
    padding: 40px 63px 0;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .battery-term {
    padding: 50px 30px 0;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-term {
    padding: 72px 0 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .chargeSwiper .battery-term {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-term .parallax-bg {
    height: fit-content;
  }
}
#block-car-battery-page .chargeSwiper .battery-term h2 {
  text-align: center;
  margin-bottom: 48px;
  font-weight: 300;
  font-size: 48px;
  /* line-height: 60.24px; */
  letter-spacing: -2%;
  text-align: center;
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .battery-term h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .battery-term h2 {
    font-size: 32px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .battery-term h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-term h2 {
    font-size: 28px;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content {
  display: flex;
  -moz-column-gap: 80px;
  column-gap: 80px;
  padding: 40px;
  background: #f7f9f9;
  max-height: 700px;
  overflow: auto;
  overscroll-behavior: contain;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .battery-term-content {
    padding: 10px;
    max-height: 550px;
    overflow: auto;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content {
    padding: 15px;
    max-height: 500px;
    overflow: auto;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page table.table-borderless {
    margin-bottom: 5px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .battery-term-content {
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-term-content {
    flex-direction: column;
    height: 396px;
    overflow-y: auto;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .left-content,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content {
  width: 50%;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .left-content,
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content {
    width: 100%;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .left-content img {
  width: 100%;
}
#block-car-battery-page .chargeSwiper .battery-term-content .left-content h4 {
  font-weight: 300;
  font-size: 28px;
  /* line-height: 35.14px; */
  margin-bottom: 30px;
}
#block-car-battery-page .chargeSwiper .battery-term-content .left-content .wow {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .left-content .wow {
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .left-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .left-content p {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .left-content p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-top h4,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom h4 {
  font-weight: 600;
  font-size: 20px !important;
  /* line-height: 25.1px; */
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top h4,
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom h4 {
    font-size: 16px !important;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top h4,
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom h4 {
    /* line-height: 6px; */
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-top p,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom p {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top p,
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table thead,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table thead {
  background-color: #7a99ac;
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new h4 {
  font-weight: 300;
  font-size: 28px;
  /* line-height: 35px; */
  color: #3C3C3C;
  margin-top: 48px;
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new h5 {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  color: #3C3C3C;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new h4 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 400;
  }
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new h5 {
    font-size: 14px;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new h4:nth-child(1) {
  margin-top: 0;
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new p {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  color: #3C3C3C;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new p {
    font-size: 14px;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new ul {
  margin-left: 30px;
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new ul li {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  color: #3C3C3C;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content .right-content-new ul li {
    font-size: 14px;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table thead th,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table thead th {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  text-align: center;
  padding: 12px 12px 16px 12px;
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table thead th {
  padding: 4px 12px;
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table thead th:nth-child(3) {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table thead th,
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table thead th {
    padding: 6px 0.75rem 12px 0.75rem;
    font-size: 12px;
  }
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table thead th {
    padding: 6px 12px;
  }
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table thead th:nth-child(3) {
    padding-bottom: 6px;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table tbody tr th,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table tbody tr td,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table tbody tr th,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table tbody tr td {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 21px; */
  padding: 8px 12px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table tbody tr th,
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top table tbody tr td,
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table tbody tr th,
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom table tbody tr td {
    padding: 0.25rem 0.75rem;
  }
}
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-top span,
#block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom span {
  font-weight: 600;
  font-size: 12px;
  /* line-height: 18px; */
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide .parallax-bg {
  padding: 0 185px;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  /*height: calc(100vh - 85px - 50px);*/
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg {
    padding: 30px 150px;
    /*height: calc(100vh - 65px);*/
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg {
    padding: 60px 30px 30px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg {
    padding: 0;
    flex-direction: column;
    height: fit-content;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .title {
    font-size: 28px;
    /* line-height: 35px; */
    text-align: left;
    margin-left: 15.5px;
    margin-left: 0;
    font-weight: 600;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .subtitle {
    padding: 0 15px;
    font-size: 12px !important;
    font-weight: 600;
    text-align: left;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right {
  width: 40%;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right {
    min-height: 535px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right {
    min-height: unset;
  }
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left,
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right {
    width: 100%;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .title, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .title {
  font-weight: 300;
  font-size: 48px;
  /* line-height: 60.24px; */
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .title, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .title {
    font-size: 2rem;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .title, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .title, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .title,
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .title {
    font-size: 28px;
    font-weight: 600;
    padding: 0 15px;
    margin-top: 50px;
  }
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .title,
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .title {
    margin-top: 0;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .subtitle, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
  text-align: left;
  margin-bottom: 64px;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
}
#block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .subtitle, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .subtitle, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .subtitle, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    /* line-height: 18px; */
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 0 0 16px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .slider .slides {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-direction: unset;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide .slider .slides::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide .slider .slides .slide-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    border-radius: 10px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    flex-basis: 70%;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide-content {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
}
#block-car-battery-page .chargeSwiper .payment-guide-content .slides {
  flex-direction: column;
}
#block-car-battery-page .chargeSwiper .payment-guide-content .buttons {
  margin: 0 0 64px 0;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons {
    margin: 70px 0 82px 0;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons {
    margin: 40px 0;
    margin-bottom: 95px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons {
    margin: 40px 0;
    margin-bottom: 58px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons {
    display: flex;
    flex-direction: column;
    padding: 0 15.5px;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide-content .buttons .blue-btn-href {
  font-weight: 700;
  font-size: 14px;
  padding: 16px 37.75px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background-color: #1464f4;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #1464f4;
  flex: 1;
}
#block-car-battery-page .chargeSwiper .payment-guide-content .buttons .blue-btn-href:hover {
  color: #1464f4;
  background-color: #ffffff;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .blue-btn-href {
    padding: 14px 15px;
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .blue-btn-href {
    padding: 14px 33px;
    font-size: 10px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .blue-btn-href {
    padding: 14px 22px;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .blue-btn-href {
    font-size: 16px;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide-content .buttons .white-btn-line {
  font-weight: 700;
  font-size: 14px;
  padding: 16px 37.75px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464F4;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #1464f4;
  flex: 1;
}
@media (max-width: 1900px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .white-btn-line {
    padding: 16px 20px;
  }
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .white-btn-line {
    font-size: 14px;
    padding: 14px 15px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .white-btn-line {
    font-size: 10px;
    padding: 13px 33px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .white-btn-line {
    font-size: 10px;
    padding: 13px 22px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .buttons .white-btn-line {
    font-size: 16px;
    /* line-height: 150%; */
    letter-spacing: 10%;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    text-align: center;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide-content .buttons .white-btn-line:hover {
  color: #FFFFFF;
  background: #1464F4;
}
#block-car-battery-page .chargeSwiper .payment-guide-content .content-item {
  width: 100%;
  background-color: #f7f9f9;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .content-item {
    padding: 15px;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide-content .content-item:nth-child(1) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .content-item:nth-child(1) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide-content .content-item svg {
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .content-item svg {
    max-height: 33px;
  }
}
#block-car-battery-page .chargeSwiper .payment-guide-content .content-item p {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 27px; */
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .payment-guide-content .content-item p {
    font-size: 16px;
  }
}
#block-car-battery-page .chargeSwiper .term-use-battery h2 {
  font-size: 48px;
  font-weight: 300;
  /* line-height: 60.24px; */
  text-align: center;
  letter-spacing: -2%;
  margin-bottom: 30px;
}
@media (min-width: 1920px) {
  #block-car-battery-page .chargeSwiper .term-use-battery h2 {
    font-size: 48px;
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .term-use-battery h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .term-use-battery h2 {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .term-use-battery h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .term-use-battery {
    padding-top: 60px;
  }
  #block-car-battery-page .chargeSwiper .term-use-battery h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .term-use-battery {
    margin-top: 55px;
  }
  #block-car-battery-page .chargeSwiper .term-use-battery h2 {
    font-size: 28px;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
#block-car-battery-page .chargeSwiper .term-use-battery .parallax-bg {
  padding-bottom: 40px;
  padding-top: 78px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .parallax-bg {
    padding: 100px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .parallax-bg {
    padding-top: 80px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .parallax-bg {
    padding: 25px 64px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .parallax-bg {
    padding: 0px 64px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .parallax-bg {
    padding: 0px 30px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .parallax-bg {
    padding: 0;
    height: fit-content;
  }
}
#block-car-battery-page .chargeSwiper .term-use-battery .content {
  display: flex;
  padding: 64px 8px 64px 64px;
  background-color: #f7f9f9;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content {
    padding: 44px 8px 35px 64px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content {
    padding: 10px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content {
    padding: 20px 15px;
  }
}
#block-car-battery-page .chargeSwiper .term-use-battery .content img {
  width: 30vw;
  height: 100%;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content img {
    display: none;
  }
}
#block-car-battery-page .chargeSwiper .term-use-battery .content .term-content {
  width: 50%;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content .term-content {
    max-height: 450px;
    overflow: auto;
    padding-right: 5px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content .term-content {
    max-height: 450px;
    overflow: auto;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content .term-content {
    width: 100%;
  }
}
#block-car-battery-page .chargeSwiper .term-use-battery .content .term-content ul {
  list-style-type: none;
}
#block-car-battery-page .chargeSwiper .term-use-battery .content .term-content h4 {
  font-weight: 300;
  font-size: 28px;
  /* line-height: 35px; */
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content .term-content h4 {
    font-size: 24px;
  }
  #block-car-battery-page .chargeSwiper .term-use-battery .content .term-content ul h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content .term-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#block-car-battery-page .chargeSwiper .term-use-battery .content .term-content ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
#block-car-battery-page .chargeSwiper .term-use-battery .content .term-content ul li svg {
  min-width: 12px;
  min-height: 12px;
}
#block-car-battery-page .chargeSwiper .term-use-battery .content .term-content ul li p {
  margin-bottom: 0;
  margin-left: 7.5px;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content .term-content ul li p {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .term-use-battery .content .term-content ul li p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning .parallax-bg {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 188px 70px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning .parallax-bg {
    padding: 60px 100px;
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning .parallax-bg {
    padding: 30px 95px;
    align-items: flex-start;
  }
}
@media (max-width: 1366px) and (min-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning .parallax-bg {
    padding: 60px 95px 30px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charge-planning .parallax-bg {
    padding: 90px 30px 30px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning .parallax-bg {
    flex-direction: column;
    padding: 15px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning .parallax-bg img {
  width: 50vw;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning .parallax-bg img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning .parallax-bg img {
    display: none;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning-content {
  margin-right: 10vw;
  padding-top: 69px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content {
    margin-right: 30px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content {
    margin: 0;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning-content h2 {
  /*font-size: 3vw;*/
  font-weight: 300;
  font-size: 48px;
  /* line-height: 60px; */
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content h2 {
    font-size: 38px;
    /* line-height: 1.25; */
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .battery-benefit h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content h2 {
    font-size: 38px;
    font-weight: 300;
    /* line-height: 1.25; */
  }
}
@media (max-width: 1366px) and (min-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content h2 {
    font-size: 28px;
    font-weight: 600;
    /* line-height: 150%; */
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content h2 br {
    display: none;
  }
  #block-car-battery-page .chargeSwiper .charge-planning-content h2 span {
    margin-left: 6px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning-content p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content p {
    font-size: 14px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning-content .numbers {
  display: flex;
  margin-bottom: 48px;
  justify-content: space-between;
  align-items: center;
}
#block-car-battery-page .chargeSwiper .charge-planning-content .numbers-item {
  display: block;
  font-size: 1.04vw;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .numbers-item {
    font-size: 20px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning-content .numbers-item span {
  font-size: 52px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .numbers-item span {
    font-size: 38px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .numbers-item span {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .numbers-item span {
    font-size: 48px;
  }
  #block-car-battery-page .map-btn {
    display: flex;
    /* white-space: nowrap; */
  }
}
#block-car-battery-page .chargeSwiper .charge-planning-content .wow .blue-btn-href {
  font-weight: 700;
  font-size: 14px;
  padding: 16px 37.75px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background-color: #1464f4;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #1464f4;
  flex: 1;
}
@media (max-width: 1900px) and (min-width: 768px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .wow .blue-btn-href {
    padding: 14px 40px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning-content .wow .blue-btn-href:hover {
  color: #1464f4;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .wow .blue-btn-href {
    font-size: 12px;
    padding: 16px 80px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .wow .blue-btn-href {
    padding: 16px 65px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .wow .blue-btn-href {
    font-size: 16px;
    padding: 16px 61px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .chargeSwiper .charge-planning-content .wow .blue-btn-href {
    padding: 16px 30px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning-content .charge-station-btn {
  display: flex;
  text-align: center;
}
#block-car-battery-page .chargeSwiper .charge-planning2 .parallax-bg {
  padding: 0 30px;
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .parallax-bg {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 0 0 16px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .slider .slides {
  width: 100%;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .slider .slides {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .slider .slides::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .slider .slides .slide-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    flex-basis: 55%;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 {
    padding-top: 56px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .parallax-bg {
    padding: 20px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .parallax-bg {
    padding-top: 0;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .parallax-bg {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .parallax-bg {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 0 0 16px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .slider .slides {
  width: 100%;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .slider .slides {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .slider .slides::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .slider .slides .slide-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    flex-basis: 55%;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 h2 {
  font-size: 2.5vw;
  font-weight: 300;
  /* line-height: 150%; */
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media (min-width: 1920px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 h2 {
    font-size: 48px;
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 300;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 h2 {
    font-size: 28px;
    padding: 0 15px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 p {
  padding: 0 20vw;
  text-align: center;
}
#block-car-battery-page .chargeSwiper .charge-planning2 p.wow {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  width: 48%;
  margin: auto;
  padding: 0;
  margin-bottom: 52px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 p.wow {
    font-size: 14px;
    margin-bottom: 20px;
    width: 80%;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 p.wow {
    font-size: 14px;
    margin-bottom: 20px;
    width: 80%;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 p.wow {
    padding: 0;
    font-size: 12px;
    padding: 0 15px;
    width: 100%;
    margin: 0;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .summary {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .summary {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .summary {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .summary {
    padding-left: 15px;
    margin-top: 36px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .summary-item {
  width: 16.5%;
  display: flex;
  padding: 16px 60px;
  align-items: center;
  justify-content: center;
  background-color: #f7f9f9;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .summary-item {
    padding: 8px 20px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .summary-item {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .summary-item {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .summary-item {
    margin-right: 0px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .summary-item p {
  padding: 0;
  margin: 0 0 0 12px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  /* line-height: 150%; */
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content {
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content {
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content {
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .summary-item p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    /* margin-top: 12vh; */
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content img {
  height: 100%;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content img {
    width: 48%;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content img {
    width: 46%;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-left: 0;
    object-fit: cover;
    object-position: top;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content img {
    position: relative;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning {
  width: 42vw;
  padding-left: 9.79vw;
  font-size: 16px;
  margin-bottom: 30px;
  color: #3C3C3C;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 100px;
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 100px;
    font-size: 14px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: auto;
    top: auto;
    padding-left: 0;
    padding: 15px 15px 0;
  }
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning .content-planning-text {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning h4 {
  font-weight: 300;
  font-size: 30px;
  /* line-height: 36px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning h4 {
    display: none;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning p {
  padding: 0;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning p {
    margin-bottom: 15px !important;
    /* line-height: 20px; */
  }
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning p {
    margin-bottom: 5px !important;
    /* line-height: 18px; */
  }
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning h4 {
    font-size: 26px;
    /*margin-bottom: 0px;*/
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning h4 {
    line-height: 10px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning p.mb-2 {
  margin-bottom: 22px;
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning ul {
  padding-left: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning ul {
    margin-bottom: 15px;
    /* line-height: 2px; */
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning ul {
    margin-bottom: 5px;
    /* line-height: 18px; */
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning ul li b, #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning p b {
  font-weight: 600;
  color: #3C3C3C;
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn {
  margin-top: 30px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn {
    margin-top: 15px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn {
    margin-top: 0;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn a {
  width: 50%;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn a {
    width: 45%;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn a {
    width: 100%;
    font-size: 14px;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn .blue-btn-href {
  font-weight: 700;
  font-size: 14px;
  padding: 16px 37.75px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background-color: #1464f4;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #1464f4;
  flex: 1;
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn .blue-btn-href:hover {
  color: #1464f4;
  background-color: #ffffff;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn .blue-btn-href {
    font-size: 14px;
    padding: 14px 15px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn .blue-btn-href {
    font-size: 12px;
    padding: 12px 30px;
    display: block;
  }
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn .white-btn {
  margin-left: 0;
  margin-right: 30px;
  text-decoration: none;
  border: 1px solid #1464f4;
}
#block-car-battery-page .chargeSwiper .charging-type .parallax-bg {
  padding: 70px 30px 0;
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .charging-type .parallax-bg {
    padding: 80px 30px 0;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charging-type .parallax-bg {
    padding: 60px 30px 30px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charging-type .parallax-bg {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charging-type .parallax-bg {
    padding: 16px;
    /*margin-top: 8vh;*/
    height: fit-content;
  }
}
#block-car-battery-page .chargeSwiper .charging-type h2 {
  font-size: 48px;
  font-weight: 300;
  /* line-height: 150%; */
  letter-spacing: -0.02em;
  /* margin-left: 30px; */
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .charging-type h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  #block-car-battery-page .chargeSwiper .charging-type h2 {
    font-size: 48px;
  }
}
@media (max-width: 1366px) and (min-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charging-type h2 {
    font-size: 32px;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charging-type h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charging-type h2 {
    font-size: 28px;
    font-weight: 600;
    /* line-height: 150%; */
    margin-bottom: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .chargeSwiper .charging-type h2 {
    /* line-height: 1.25; */
    text-align: left;
  }
}
#block-car-battery-page .chargeSwiper .charging-type p {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  /*margin-bottom: 7.407vh;*/
  /* margin-left: 30px; */
  text-align: center;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charging-type p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charging-type p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charging-type p {
    margin-left: 0;
    padding-left: 0px;
  }
}
#block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper {
  margin-top: 60px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper {
    margin-top: 30px;
  }
}
#block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item {
  background-color: #f7f9f9;
  min-height: 100%;
  height: auto;
}
@media (min-width: 1920px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item {
    width: 390px;
  }
}
#block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content {
  padding: 24px 16px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content {
    padding: 15px 16px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content {
    padding: 15px 16px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content {
    padding: 5px 16px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content {
    padding: 20px 16px;
  }
}
#block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content h4 {
  font-weight: 600;
  font-size: 18px;
  /* line-height: 150%; */
  margin-bottom: 12px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content h4 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content h4 {
    font-size: 14px;
  }
}
#block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content p {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  margin-left: 0;
  min-height: 96px;
  text-align: left;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content p {
    font-size: 14px;
    margin-bottom: 8px;
    min-height: 80px;
    text-align: start;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content p {
    font-size: 12px;
    margin-bottom: 15px;
    min-height: 50px;
    text-align: start;
  }
}
@media (max-width: 1280px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content p {
    min-height: 70px;
  }
}
#block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content .item-detail .title,
#block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content .item-detail .subtitle {
  padding-left: 0;
  font-weight: 600;
  font-size: 14px;
  /* line-height: 150%; */
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content .item-detail .title,
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content .item-detail .subtitle {
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content .item-detail .title,
  #block-car-battery-page .chargeSwiper .charging-type .chargeTypeSwiper .charge-type-item .item-content .item-detail .subtitle {
    font-size: 12px;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .parallax-bg {
  padding: 64px 0;
}
@media (min-width: 1367px) and (max-width: 1919px) {
  #block-car-battery-page .chargeSwiper .charge-device .parallax-bg {
    padding: 84px 0 64px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device .parallax-bg {
    padding: 20px 0;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charge-device .parallax-bg {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .parallax-bg {
    padding: 16px;
    /*margin-top: 8vh;*/
    height: fit-content;
  }
}
#block-car-battery-page .chargeSwiper .charge-device h2 {
  font-size: 2.5vw;
  font-weight: 300;
  /* line-height: 60.24px; */
  letter-spacing: -2%;
  margin-left: 30px;
  margin-bottom: 16px;
  text-align: center;
}
#block-car-battery-page .chargeSwiper .charge-device h2 + p {
  margin-bottom: 80px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  #block-car-battery-page .chargeSwiper .charge-device h2 + p {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .chargeSwiper .charge-device h2 + p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  #block-car-battery-page .chargeSwiper .charge-device h2 {
    font-size: 48px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
#block-car-battery-page .chargeSwiper .charge-device p {
  font-size: 0.83333vw;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  /*margin-bottom: 7.407vh;*/
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device p {
    font-size: 12px;
    margin-left: 0;
    padding: 0 15px;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper {
  /*padding-bottom: 14vh;*/
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page {
    /* .chargeSwiper .charge-device .chargeDeviceSwiper {
      padding: 0 16px;
    } */
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item {
  display: flex;
  justify-content: center;
  width: 65%;
  margin-left: 90px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item {
    width: 70%;
    margin-left: 24px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item {
    width: 70%;
    margin-left: 24px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item {
    width: 90%;
    margin-left: 0;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content {
  margin-right: 3vw;
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content .item-detail ul.subtitle {
  margin-left: 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  /* line-height: 150%; */
  color: #3C3C3C;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content {
    padding: 20px 16px;
    background-color: #f7f9f9;
    margin: 0;
    min-height: 560px;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content h3 {
  /*margin-bottom: 2.778vh;*/
  font-weight: 600;
  font-size: 28px;
  /* line-height: 35px; */
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content h3 {
    font-size: 22px;
    /*margin-bottom: 2vh;*/
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content h3 {
    font-size: 14px;
    /* line-height: 1.5; */
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content h3 br {
    display: none;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content p {
  text-align: left;
  margin-left: 0;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content p {
    margin-bottom: 18px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content p {
    font-size: 12px;
    padding: 0;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content span {
  font-weight: 600;
  font-size: 14px;
  /* line-height: 150%; */
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content span {
    font-size: 12px;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content .title {
  padding-left: 0;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .left-content .title {
    font-size: 12px;
    font-weight: 400;
    /* line-height: 150%; */
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .item-content {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .item-content {
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .item-content img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .charge-device-item .item-content img {
    width: 100%;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-next:after,
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-prev:after {
  background-image: none;
  content: none;
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-next,
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-prev {
  /*top: 82vh;*/
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-next,
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-prev {
    /*top: 86vh;*/
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-prev svg:hover path, #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-next svg:hover path {
  fill: #1464F4;
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 50px 0 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-nav {
    margin: 0;
    margin-bottom: 60px;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-next {
  top: auto;
  right: auto;
  position: relative;
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-prev {
  top: auto;
  left: auto;
  position: relative;
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-pagination {
  display: flex;
  bottom: 50px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-pagination {
    display: flex;
    bottom: 50px;
  }
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-pagination {
    display: flex;
    bottom: 60px;
  }
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-pagination {
    display: flex;
    bottom: 70px;
  }
}
#block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  height: 4px;
}
@media (max-width: 991px) {
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-next,
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-button-prev {
    display: none;
  }
  #block-car-battery-page .chargeSwiper .charge-device .chargeDeviceSwiper .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .battery-benefit .battery-benefit-img {
    position: relative;
  }
  #block-car-battery-page .chargeSwiper .battery-benefit .battery-benefit-img img {
    position: initial;
  }
  #block-car-battery-page .chargeSwiper .battery-benefit h2 {
    padding-top: 50px;
  }
  #block-car-battery-page .chargeSwiper .battery-term {
    padding: 50px 70px 0;
  }
  #block-car-battery-page .chargeSwiper .battery-term h2 {
    margin-bottom: 48px;
  }
  #block-car-battery-page .chargeSwiper .battery-term-content {
    padding: 10px 20px 20px 20px;
  }
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top p, #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom p {
    font-size: 15px;
    margin-bottom: 12px;
  }
  #block-car-battery-page .chargeSwiper .battery-term-content .left-content p {
    margin-bottom: 12px;
    font-size: 15px;
  }
  #block-car-battery-page .chargeSwiper .battery-term-content .right-content-top h4, #block-car-battery-page .chargeSwiper .battery-term-content .right-content-bottom h4 {
    margin: 0 0 10px;
  }
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .title, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .title {
    font-size: 2rem;
  }
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .subtitle, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
    font-size: 14px;
  }
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg {
    /*height: 100vh;*/
  }
  #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-left .subtitle, #block-car-battery-page .chargeSwiper .payment-guide .parallax-bg .content-right .subtitle {
    margin: 0px;
  }
}
#block-car-battery-page #footer-wrapper {
  width: 100%;
}
#block-car-battery-page #block-battery-page-banner h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  /* line-height: 80px; */
  letter-spacing: -0.02em;
  color: #F7F9F9;
  margin-bottom: 24px;
}
#block-car-battery-page #block-battery-page-banner .body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  /* line-height: 150%; */
  color: #F7F9F9;
  margin-bottom: 30px;
}
#block-car-battery-page #block-battery-page-banner span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 28px; */
  letter-spacing: -0.02em;
  color: #F7F9F9;
  margin-bottom: 48px;
}
#block-car-battery-page #block-battery-page-banner .btn-cta {
  display: flex;
}
#block-car-battery-page #block-battery-page-banner .btn-cta a {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  /* line-height: 15px; */
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464F4;
  width: 50%;
  padding: 16px 0;
  background: #FFFFFF;
  border: 1px solid #1464F4;
  box-sizing: border-box;
  transition: 0.75s;
}
#block-car-battery-page #block-battery-page-banner .btn-cta a:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #1464F4;
  transition: 0.75s;
}
#block-car-battery-page #block-benefits-of-battery-rental,
#block-car-battery-page #block-quy-dinh-ve-pin,
#block-car-battery-page #block-chinh-sach-pin {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding: 96px 0;
  margin-top: -2px;
}
#block-car-battery-page #block-benefits-of-battery-rental h2 {
  font-style: normal;
  font-weight: 200;
  font-size: 52px;
  /* line-height: 60px; */
  text-align: center;
  letter-spacing: -0.04em;
  color: #3C3C3C;
  margin-bottom: 64px;
}
#block-car-battery-page #block-benefits-of-battery-rental .swiper-slide {
  padding: 30px 30px 24px 30px;
  background: #F7F9F9;
  border-radius: 10px;
  min-height: 294px;
}
#block-car-battery-page #block-benefits-of-battery-rental .swiper-slide .icon {
  margin-bottom: 24px;
}
#block-car-battery-page #block-benefits-of-battery-rental .swiper-slide .battery-rental-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
#block-car-battery-page #block-benefits-of-battery-rental .swiper-slide .battery-rental-desc span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  /* line-height: 16px; */
  color: #3C3C3C;
}
#block-car-battery-page #image-middle {
  position: sticky;
  z-index: -1;
  background: #fff;
  top: 84px;
}
#block-car-battery-page #image-bottom {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  margin-top: -1px;
}
#block-car-battery-page #block-huong-dan-thanh-toan,
#block-car-battery-page #block-battery-page-banner {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  margin-top: -2px;
}
#block-car-battery-page #block-huong-dan-thanh-toan h2 {
  font-style: normal;
  font-weight: 200;
  font-size: 52px;
  /* line-height: 60px; */
  text-align: center;
  letter-spacing: -0.04em;
  color: #3C3C3C;
  margin-bottom: 16px;
}
#block-car-battery-page #block-huong-dan-thanh-toan p.desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  /* line-height: 24px; */
  text-align: center;
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin-bottom: 64px;
}
#block-car-battery-page #block-huong-dan-thanh-toan .field--name-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin-top: 36px;
}
#block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide {
  padding: 30px;
  background: #F7F9F9;
  border-radius: 10px;
  min-height: 322px;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-huong-dan-thanh-toan .swiper-slide {
  min-height: 265px;
}
#block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide .icon {
  margin-bottom: 16px;
}
#block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 28px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
#block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide .desc {
  margin: 24px 0;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
#block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide .desc a {
  color: #1464F4;
}
#block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide .desc a:hover {
  text-decoration: underline;
}
#block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide a.link:hover {
  transition: 0.75s;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #1464F4;
}
#block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide a.link {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  /* line-height: 15px; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464F4;
  background: #FFFFFF;
  border: 1px solid #1464F4;
  box-sizing: border-box;
  padding: 12px 30px;
  transition: 0.75s;
}
#block-car-battery-page #block-huong-dan-thanh-toan .desc ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
#block-car-battery-page #block-huong-dan-thanh-toan .desc ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
  letter-spacing: -0.02em;
  color: #1464F4;
}
#block-car-battery-page #block-quy-dinh-ve-pin h2,
#block-car-battery-page #block-chinh-sach-pin h2 {
  font-style: normal;
  font-weight: 200;
  font-size: 52px;
  /* line-height: 60px; */
  text-align: center;
  letter-spacing: -0.04em;
  color: #3C3C3C;
  margin-bottom: 16px;
}
#block-car-battery-page #block-quy-dinh-ve-pin p.desc,
#block-car-battery-page #block-chinh-sach-pin p.desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  /* line-height: 24px; */
  text-align: center;
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin-bottom: 48px;
}
#block-car-battery-page #block-quy-dinh-ve-pin .tab-content,
#block-car-battery-page #block-chinh-sach-pin .tab-content {
  background: #F7F9F9;
  border-radius: 10px;
}
#block-car-battery-page #block-quy-dinh-ve-pin .nav-tabs,
#block-car-battery-page #block-chinh-sach-pin .nav-tabs {
  border: none;
}
#block-car-battery-page #block-quy-dinh-ve-pin .body-wrapper ul li a,
#block-car-battery-page #block-chinh-sach-pin .body-wrapper ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 28px; */
  text-align: center;
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
#block-car-battery-page #block-quy-dinh-ve-pin .body-wrapper ul,
#block-car-battery-page #block-chinh-sach-pin .body-wrapper ul {
  margin-bottom: 16px;
}
#block-car-battery-page #block-quy-dinh-ve-pin .body-wrapper ul li a.active,
#block-car-battery-page #block-chinh-sach-pin .body-wrapper ul li a.active {
  border-bottom: 4px solid #1464F4;
  padding-bottom: 16px;
}
#block-car-battery-page #block-quy-dinh-ve-pin .body-wrapper .content-body,
#block-car-battery-page #block-chinh-sach-pin .body-wrapper .content-body {
  overflow-y: scroll;
  max-height: 536px;
}
#block-car-battery-page ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#block-car-battery-page ::-webkit-scrollbar-track {
  box-shadow: inset 2px 2px white;
  border-radius: 10px;
}
#block-car-battery-page ::-webkit-scrollbar-thumb {
  background: #D9E1E2;
  border-radius: 10px;
}
#block-car-battery-page ::-webkit-scrollbar-thumb:hover {
  background: #7A99AC;
}
#block-car-battery-page #block-chinh-sach-pin .tab-content,
#block-car-battery-page #block-quy-dinh-ve-pin .tab-content {
  padding: 64px 15px;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .item,
#block-car-battery-page #block-chinh-sach-pin .sub-card:not(:last-child),
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .item,
#block-car-battery-page #block-quy-dinh-ve-pin .sub-card:not(:last-child) {
  margin-bottom: 24px;
  border-bottom: 0.5px solid #7A99AC;
}
#block-car-battery-page #block-chinh-sach-pin .sub-card .left,
#block-car-battery-page #block-quy-dinh-ve-pin .sub-card .left,
#block-car-battery-page #block-quy-dinh-ve-pin .left {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 4px 8px 4px 12px;
  align-items: center;
  display: flex;
}
#block-car-battery-page #block-quy-dinh-ve-pin .card-body .body {
  margin-bottom: 36px;
  border-bottom: 0.5px solid #7A99AC;
  padding-bottom: 8px;
}
#block-car-battery-page #block-quy-dinh-ve-pin .card-header {
  margin-bottom: 16px;
}
#block-car-battery-page #block-quy-dinh-ve-pin .card-body ul li,
#block-car-battery-page #block-quy-dinh-ve-pin .card-body .body > div {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
#block-car-battery-page #block-quy-dinh-ve-pin .tab-content ul {
  padding-left: 24px;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .item h4,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .item h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  /* line-height: 35px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin-bottom: 16px;
  text-align: left;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .item .card-body h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 25px; */
  color: #3C3C3C;
  margin-bottom: 16px;
  text-align: left;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .item button .title,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .item button .title {
  margin-bottom: 0;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  /* line-height: 150%; */
  color: #3C3C3C;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .info-2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  /* line-height: 16px; */
  color: #3C3C3C;
}
#block-car-battery-page #block-chinh-sach-pin .content-body div.nagative,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body div.nagative {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
  margin-bottom: 12px;
}
#block-car-battery-page #block-chinh-sach-pin .card-body > div:first-child {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  /* line-height: 150%; */
  color: #3C3C3C;
  margin-bottom: 16px;
}
#block-car-battery-page #block-chinh-sach-pin .card-body > div span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
  letter-spacing: -0.02em;
  color: #1464F4;
}
#block-car-battery-page #block-chinh-sach-pin .card-body .sub-card .body,
#block-car-battery-page #block-quy-dinh-ve-pin .card-body .sub-card .body {
  padding: 8px 0;
}
#block-car-battery-page #block-chinh-sach-pin .sub-card .body .right,
#block-car-battery-page #block-chinh-sach-pin .sub-card .body .left,
#block-car-battery-page #block-chinh-sach-pin .sub-card .body ul li,
#block-car-battery-page #block-chinh-sach-pin .card .body ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 24px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
}
#block-car-battery-page #block-chinh-sach-pin .card-header,
#block-car-battery-page #block-chinh-sach-pin .card-body,
#block-car-battery-page #block-quy-dinh-ve-pin .card-header,
#block-car-battery-page #block-quy-dinh-ve-pin .card-body {
  padding: 0;
  background: #F7F9F9;
  border: none;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .card,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .card {
  margin-bottom: 12px;
  border: none;
  background: #F7F9F9;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .card-header button,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .card-header button {
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 0 0 16px 0;
  margin: 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .card-header button h4,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .card-header button h4 {
  margin-bottom: 0;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .card-header button i,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .card-header button i {
  transition: 0.3s;
  color: #1464F4;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .card-header button.collapsed i,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .card-header button.collapsed i {
  transform: rotate(180deg);
}
#block-car-battery-page #block-chinh-sach-pin .content-body .item:last-child,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#block-car-battery-page #block-chinh-sach-pin .content-body .sub-card button.collapsed .title:after,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .sub-card button.collapsed .title:after {
  content: url("../../img/icons/collapsed.svg");
}
#block-car-battery-page #block-chinh-sach-pin .content-body .sub-card button .title:after,
#block-car-battery-page #block-quy-dinh-ve-pin .content-body .sub-card button .title:after {
  content: url("../../img/icons/show.svg");
}
#block-car-battery-page #menu-header {
  background: #F7F9F9;
  border-radius: 2px;
}
#block-car-battery-page #menu-header a.inactive {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  /* line-height: 150%; */
  text-align: center;
  color: #8A8A8A;
  width: 50%;
  padding: 12px 0 8px;
}
#block-car-battery-page #menu-header a.active {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  /* line-height: 150%; */
  text-align: center;
  color: #1464F4;
  border-bottom: 4px solid #1464F4;
  width: 50%;
  padding: 12px 0 8px;
}
#block-car-battery-page .wrapper #menu-header.header-fix {
  position: fixed !important;
  width: 100% !important;
  top: 57px !important;
  z-index: 99;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin .content-body h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  /* line-height: 35px; */
  color: #3C3C3C;
  margin-bottom: 12px;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin .content-body h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 25px; */
  color: #3C3C3C;
  margin-bottom: 8px;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin .content-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  color: #3C3C3C;
  margin-bottom: 16px;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin table {
  margin-bottom: 2px;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin table thead {
  background: #7A99AC;
  border: none;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin table tbody {
  background: #FFFFFF;
  border: none;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin table tr th {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  /* line-height: 150%; */
  color: #FFFFFF;
  text-align: center;
  border: none;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin table tr td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  color: #3C3C3C;
  text-align: center;
  border: none;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin .note {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  /* line-height: 150%; */
  color: #3C3C3C;
  background: #FFFFFF;
  padding: 4px 16px;
  margin-bottom: 28px;
}
#block-car-battery-page .battery-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#block-car-battery-page .battery-wrap .position-1 {
  position: absolute;
  z-index: 2;
  right: 15%;
  top: 0;
}
#block-car-battery-page .battery-wrap .position-2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 40%;
}
#block-car-battery-page .battery-wrap .position-3 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
#block-car-battery-page .battery-wrap .bg-battery {
  position: absolute;
  z-index: -1;
}
#block-car-battery-page .battery-wrap .battery-2 {
  position: absolute;
  z-index: 2;
  bottom: 20%;
  left: 40%;
}
#block-car-battery-page .battery-wrap .battery-1 {
  position: absolute;
  z-index: 1;
  bottom: 40%;
  left: 25%;
}
#block-car-battery-page .battery-wrap .car-battery-1 {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  right: 20%;
}
#block-car-battery-page .battery-wrap .car-battery-2 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
#block-car-battery-page .battery-wrap .car-battery-3 {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  right: 20%;
}
#block-car-battery-page .battery-wrap .car-battery-4 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20%;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-quy-dinh-ve-pin #escooter-regulations h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  /* line-height: 35px; */
  color: #3C3C3C;
  margin-bottom: 12px;
}
#block-car-battery-page .path-dich-vu-pin-oto-dien #block-quy-dinh-ve-pin #escooter-regulations ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 150%; */
  color: #3C3C3C;
}
#block-car-battery-page .home-charger {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
#block-car-battery-page .home-charger h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  /* line-height: 60px; */
  letter-spacing: -0.02em;
  color: #3C3C3C;
  padding-bottom: 30px;
}
#block-car-battery-page .home-charger a.charging-post-info {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 16px;
  margin-right: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  /* line-height: 20px; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464F4;
}
#block-car-battery-page .home-charger a.charging-post-regis {
  background: #1464F4;
  border-radius: 3px;
  padding: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  /* line-height: 20px; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  #block-car-battery-page #block-battery-page-banner .container-fluid {
    top: 72px;
  }
  #block-car-battery-page #block-battery-page-banner .btn-cta,
  #block-car-battery-page #block-battery-page-banner .btn-cta a {
    display: block;
    width: 100%;
  }
  #block-car-battery-page #block-battery-page-banner .btn-cta a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  #block-car-battery-page #block-battery-page-banner h3 {
    font-size: 20px;
    /* line-height: 28px; */
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }
  #block-car-battery-page #block-battery-page-banner h1 {
    font-size: 38px;
    /* line-height: 46px; */
    margin-bottom: 24px;
  }
  #block-car-battery-page #block-battery-page-banner p {
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    margin-bottom: 36px;
  }
  #block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide {
    min-height: 374px;
  }
}
@media (max-width: 991.98px) {
  #block-car-battery-page .wrapper #menu-header.header-fix {
    top: 60px !important;
  }
  #block-car-battery-page .home-charger {
    position: absolute;
    top: 0;
    left: 45%;
    transform: translate(-45%, 0);
  }
  #block-car-battery-page .home-charger h2 {
    font-size: 30px;
    /* line-height: 36px; */
  }
  #block-car-battery-page .home-charger a.charging-post-info {
    display: block;
    margin-right: 0;
    margin-bottom: 24px;
    font-size: 12px;
  }
  #block-car-battery-page .home-charger a.charging-post-regis {
    display: block;
    font-size: 12px;
  }
  #block-car-battery-page #block-benefits-of-battery-rental h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    /* line-height: 36px; */
    text-align: left;
    letter-spacing: -0.02em;
    margin-left: 24px;
  }
  #block-car-battery-page #block-huong-dan-thanh-toan h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    /* line-height: 36px; */
    text-align: left;
    letter-spacing: -0.02em;
    color: #3C3C3C;
    margin-bottom: 16px;
  }
  #block-car-battery-page .mist-layer {
    margin-bottom: -1px;
  }
  #block-car-battery-page #block-huong-dan-thanh-toan p.desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 16px; */
    color: #3C3C3C;
    margin-bottom: 24px;
  }
  #block-car-battery-page #block-huong-dan-thanh-toan p.desc br {
    display: none;
  }
  #block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide {
    padding: 20px 20px 20px 24px;
    min-height: 302px;
  }
  #block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide a.link {
    padding: 12px 0;
    display: block;
    text-align: center;
    letter-spacing: unset;
  }
  #block-car-battery-page #block-huong-dan-thanh-toan .field--name-body ul {
    padding-left: 16px;
  }
  #block-car-battery-page #block-quy-dinh-ve-pin h2,
  #block-car-battery-page #block-chinh-sach-pin h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    /* line-height: 36px; */
    text-align: center;
    letter-spacing: -0.02em;
    color: #3C3C3C;
    margin-bottom: 16px;
  }
  #block-car-battery-page #block-quy-dinh-ve-pin .body-wrapper ul li:nth-child(1),
  #block-car-battery-page #block-chinh-sach-pin .body-wrapper ul li:nth-child(1) {
    margin-right: 40px;
  }
  #block-car-battery-page #block-quy-dinh-ve-pin p.desc,
  #block-car-battery-page #block-chinh-sach-pin p.desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    text-align: center;
    letter-spacing: -0.02em;
    color: #3C3C3C;
    margin-bottom: 24px;
  }
  #block-car-battery-page #block-quy-dinh-ve-pin .body-wrapper ul li a,
  #block-car-battery-page #block-chinh-sach-pin .body-wrapper ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    text-align: center;
    letter-spacing: -0.02em;
    color: #3C3C3C;
  }
  #block-car-battery-page #block-chinh-sach-pin .tab-content,
  #block-car-battery-page #block-quy-dinh-ve-pin .tab-content {
    padding: 20px;
  }
  #block-car-battery-page #block-chinh-sach-pin .content-body .item h4,
  #block-car-battery-page #block-quy-dinh-ve-pin .content-body .item h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    /* line-height: 28px; */
    letter-spacing: -0.02em;
    color: #3C3C3C;
    text-align: left;
  }
  #block-car-battery-page #block-chinh-sach-pin .content-body .item .title,
  #block-car-battery-page #block-quy-dinh-ve-pin .content-body .item .title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    letter-spacing: -0.02em;
    color: #3C3C3C;
  }
  #block-car-battery-page #block-chinh-sach-pin .content-body div.nagative,
  #block-car-battery-page #block-quy-dinh-ve-pin .content-body div.nagative {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    /* line-height: 24px; */
    letter-spacing: -0.02em;
    color: #3C3C3C;
  }
  #block-car-battery-page #block-chinh-sach-pin .card-body > div:first-child,
  #block-car-battery-page #block-quy-dinh-ve-pin .card-body > div:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 16px; */
    color: #3C3C3C;
  }
  #block-car-battery-page #block-chinh-sach-pin .sub-card .body .right,
  #block-car-battery-page #block-chinh-sach-pin .sub-card .body .left,
  #block-car-battery-page #block-chinh-sach-pin .sub-card .body ul li #block-quy-dinh-ve-pin .sub-card .body .right,
  #block-car-battery-page #block-quy-dinh-ve-pin .sub-card .body .left,
  #block-car-battery-page #block-quy-dinh-ve-pin .sub-card .body ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    /* line-height: 24px; */
    letter-spacing: -0.02em;
    color: #3C3C3C;
  }
  #block-car-battery-page #block-chinh-sach-pin .container-fluid,
  #block-car-battery-page #block-quy-dinh-ve-pin .container-fluid {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #block-car-battery-page #block-benefits-of-battery-rental .swiper-slide {
    min-height: 318px;
  }
  #block-car-battery-page #block-huong-dan-thanh-toan .swiper-slide {
    min-height: 417px;
  }
  #block-car-battery-page #block-benefits-of-battery-rental,
  #block-car-battery-page #block-quy-dinh-ve-pin,
  #block-car-battery-page #block-chinh-sach-pin {
    padding: 72px 0;
  }
  #block-car-battery-page #block-quy-dinh-ve-pin .body-wrapper .content-body,
  #block-car-battery-page #block-chinh-sach-pin .body-wrapper .content-body {
    max-height: unset;
    overflow: unset;
  }
  #block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin .content-body h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    /* line-height: 150%; */
    color: #3C3C3C;
    margin-bottom: 8px;
  }
  #block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin .content-body h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    /* line-height: 150%; */
    color: #3C3C3C;
    margin-bottom: 8px;
  }
  #block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin .content-body p {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    /* line-height: 150%; */
    color: #3C3C3C;
    margin-bottom: 16px;
  }
  #block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin table tr th {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    /* line-height: 150%; */
    color: #FFFFFF;
    text-align: center;
    border: none;
    vertical-align: middle;
  }
  #block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin table tr td {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    /* line-height: 150%; */
    color: #3C3C3C;
    text-align: center;
    border: none;
    vertical-align: middle;
  }
  #block-car-battery-page .path-dich-vu-pin-oto-dien #block-chinh-sach-pin .note {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    /* line-height: 150%; */
    color: #3C3C3C;
    padding: 4px 24px;
    margin-bottom: 20px;
  }
  #block-car-battery-page .path-dich-vu-pin-oto-dien #block-quy-dinh-ve-pin #escooter-regulations h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    /* line-height: 150%; */
    color: #3C3C3C;
    margin-bottom: 16px;
  }
  #block-car-battery-page .path-dich-vu-pin-oto-dien #block-quy-dinh-ve-pin #escooter-regulations ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    /* line-height: 150%; */
    color: #3C3C3C;
  }
}
@media (min-width: 1920px) {
  #block-car-battery-page #block-battery-page-banner .container-fluid .content-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #block-car-battery-page #block-battery-page-banner .container-fluid {
    position: absolute;
    top: 200px;
  }
  #block-car-battery-page #block-benefits-of-battery-rental .swiper-benefits-of-battery-rental,
  #block-car-battery-page #block-huong-dan-thanh-toan .swiper-payment-guide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #block-car-battery-page #block-quy-dinh-ve-pin .tab-content,
  #block-car-battery-page #block-chinh-sach-pin .tab-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin: 0 auto;
  }
  #block-car-battery-page .battery-wrap .car-battery-2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 15%;
  }
  #block-car-battery-page .battery-wrap .car-battery-4 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 30%;
  }
}
#block-car-battery-page .buttons-action {
  display: flex;
  margin: 30px -15px 0;
}
@media (max-width: 1366px) {
  #block-car-battery-page .buttons-action {
    display: flex;
    margin: 0px -15px 0;
  }
  #block-car-battery-page .buttons-action .button {
    width: calc(50% - 50px) !important;
  }
}
@media (max-width: 767px) {
  #block-car-battery-page .buttons-action {
    margin: 20px 0 0;
  }
  #block-car-battery-page .buttons-action .button {
    width: 100% !important;
    font-size: 14px;
  }
}
#block-car-battery-page .buttons-action .button {
  font-weight: 700;
  font-size: 14px;
  padding: 16px 37.75px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464F4;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #1464f4;
  flex: 1;
}
#block-car-battery-page .buttons-action .white-button {
  background: #FFFFFF;
  border: 1px solid #1464F4;
  border-radius: 3px;
  color: #1464F4;
}
#block-car-battery-page .buttons-action .button:hover, #block-car-battery-page .buttons-action .button:active {
  background: #FFFFFF;
  border: 1px solid #1464F4;
  color: #1464F4;
}
#block-car-battery-page .buttons-action .white-button:hover, #block-car-battery-page .buttons-action .white-button:active {
  background: #1464F4;
  border: 1px solid #1464F4;
  color: #fff;
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning {
  margin-bottom: 0;
}
#block-car-battery-page .content-planning-text {
  /*max-height: 42vh;*/
  overflow: auto;
}
@media (max-width: 1440px) {
  #block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#block-car-battery-page .right-content-bottom h3 {
  font-weight: 600;
  font-size: 20px;
  /* line-height: 25px; */
  color: #3C3C3C;
}
#block-car-battery-page .right-content-bottom ul {
  font-size: 16px;
  margin-left: 26px;
  margin-top: -12px;
}
#block-car-battery-page .right-content-bottom ul li strong {
  font-weight: 600;
}
#block-car-battery-page .right-content-bottom {
  margin-top: 25px;
}
#block-car-battery-page .chargeSwiper .battery-term-content .left-content h5 {
  font-weight: 600;
  font-size: 20px;
  /* line-height: 25px; */
  color: #3C3C3C;
}
#block-car-battery-page .chargeSwiper .battery-term-content .left-content h5 strong {
  font-weight: 600;
}
#block-car-battery-page .chargeSwiper .battery-term-content .left-content h6 {
  font-weight: 600;
  font-size: 18px;
  /* line-height: 150%; */
  color: #3C3C3C;
}
#block-car-battery-page .chargeSwiper .charge-planning2 .bottom-content .content-planning ul ul {
  list-style: disc;
  margin-left: 10px;
}
#block-car-battery-page .content-planning-text ul {
  margin-left: 10px;
}
#block-car-battery-page .content-planning-text {
  padding-right: 10px;
}
@media (max-width: 1440px) {
  #block-car-battery-page .right-content-bottom ul,
  #block-car-battery-page .right-content-bottom p {
    font-size: 13px !important;
  }
  #block-car-battery-page .right-content-bottom ul {
    margin-top: 0;
  }
}
#block-car-battery-page .chargeTypeSwiper .swiper-wrapper {
  flex-wrap: unset !important;
}
#block-car-battery-page .chargeDeviceSwiper .swiper-wrapper {
  flex-wrap: unset !important;
}
#block-car-battery-page .chargeSwiper .swiper-slide.payment-guide {
  padding-top: 80px;
}
@media (max-width: 1366px) and (min-width: 1280px) {
  #block-car-battery-page .chargeSwiper .swiper-slide.payment-guide {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #block-car-battery-page .chargeSwiper .swiper-slide.payment-guide {
    padding-top: 0;
  }
}
#block-car-battery-page .has-scroll ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#block-car-battery-page .has-scroll ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#block-car-battery-page .has-scroll ::-webkit-scrollbar-thumb {
  background: #7a99ac;
  border: 0px none #fff;
  border-radius: 50px;
}
#block-car-battery-page .has-scroll ::-webkit-scrollbar-thumb:hover {
  background: #7a99ac;
}
#block-car-battery-page .has-scroll ::-webkit-scrollbar-thumb:active {
  background: #7a99ac;
}
#block-car-battery-page .has-scroll ::-webkit-scrollbar-track {
  background: #f0f3f3 !important;
  border-radius: 18px;
  box-shadow: inset 0 0 14px 14px transparent;
  border: solid 4px transparent;
}
#block-car-battery-page .has-scroll ::-webkit-scrollbar-track:hover {
  background: #f0f3f3 !important;
}
#block-car-battery-page .has-scroll ::-webkit-scrollbar-track:active {
  background: #f0f3f3 !important;
}
#block-car-battery-page .has-scroll .scroll-area {
  padding-right: 10px;
}
@media (max-width: 1680px) {
  #block-car-battery-page .chargeSwiper .battery-benefit-content {
    margin-bottom: 20px;
  }
}

.test-driver-container .brand-color {
  color: #1464f4;
}
.test-driver-container :root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c ;
}
.test-driver-container #test-drive {
  background: #f8f9fa;
  padding: 60px 0;
}
.test-driver-container #test-drive, .test-driver-container #test-drive * {
  font-family: Mulish, Source Sans Pro, sans-serif;
}
.test-driver-container #test-drive.book-car .v3s-product--color .label, .test-driver-container #test-drive.book-car .v3s-product--version .label {
  text-align: left;
}
.test-driver-container #test-drive ::-moz-placeholder {
  color: #000;
}
.test-driver-container #test-drive ::placeholder {
  color: #000;
}
.test-driver-container #test-drive .test-drive__container {
  padding-top: 60px;
}
.test-driver-container #test-drive .max-height-1 {
  max-height: 1px;
}
@media screen and (max-width: 991px) {
  .test-driver-container #test-drive .max-height-1 {
    max-height: unset;
  }
}
.test-driver-container #test-drive .box-product-driver {
  display: block;
  margin-top: 50vh;
  padding-right: 65px;
  transform: translateY(-70%);
}
@media screen and (max-width: 991px) {
  .test-driver-container #test-drive .box-product-driver {
    margin-top: unset;
    padding-right: unset;
    transform: unset;
  }
}
.test-driver-container #test-drive .box-product-driver.active {
  display: block;
}
.test-driver-container #test-drive .tab-bar-name {
  align-items: center;
  color: #979797;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.345em;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
}
.test-driver-container #test-drive .form {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .test-driver-container #test-drive .form {
    max-width: 739px;
  }
}
@media screen and (max-width: 768px) {
  .test-driver-container #test-drive .form {
    width: unset;
  }
}
.test-driver-container #test-drive .form .error_capcha.error {
  color: red;
}
.test-driver-container #test-drive .form .title {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
.test-driver-container #test-drive .form h3 {
  align-items: center;
  color: #202020;
  display: flex;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 140%;
  margin-bottom: 20px;
}
.test-driver-container #test-drive .form h1, .test-driver-container #test-drive .form h3 {
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
.test-driver-container #test-drive .form h1 {
  color: #1f2125;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
.test-driver-container #test-drive .form h1 + p {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: center;
}
.test-driver-container #test-drive .form .form-input-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.test-driver-container #test-drive .form .form-input-group .form-label-group {
  flex: 0 0 48%;
  margin: 0;
}
.test-driver-container #test-drive .form .group-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
.test-driver-container #test-drive .form .group-item--group {
  margin-bottom: 12px;
}
.test-driver-container #test-drive .form .group-item .select2-container {
  width: 100% !important;
}
.test-driver-container #test-drive .form .group-date {
  width: 190px;
}
.test-driver-container #test-drive .form .group-date input {
  background: url(../../assets/img/common/ic-calendar.svg) 100% no-repeat;
  background-position: 170px 10px !important;
  width: 100%;
}
.test-driver-container #test-drive .form #version-input option.flag {
  height: 0;
}
.test-driver-container #test-drive .form .captcha-mobile {
  margin-top: 30px;
}
.test-driver-container #test-drive .form .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 12px 0 30px 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .test-driver-container #test-drive .form .form-message {
    margin-bottom: 0;
  }
}
.test-driver-container #test-drive .form .btn-register-driver {
  background-color: #1464f4;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.test-driver-container #test-drive .form .btn-register-driver:disabled {
  background: #979797;
  cursor: not-allowed;
}
.test-driver-container #test-drive .form .btn {
  margin-bottom: 5px;
  width: 100%;
}
.test-driver-container #test-drive .form .hotline {
  align-items: center;
  color: #1f2125;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 140.4%;
  text-align: center;
}
.test-driver-container #test-drive .form .hotline span {
  color: #1464f4;
}
.test-driver-container #test-drive .form .vehicleType {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.test-driver-container #test-drive .form .vehicleType .col-6 {
  padding: 0;
}
.test-driver-container #test-drive .form .vehicleType .typeBike, .test-driver-container #test-drive .form .vehicleType .typeCar {
  border-bottom: 4px solid #dbe1e3;
  color: #1f2125;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 35px;
}
.test-driver-container #test-drive .form .vehicleType .typeBike.active, .test-driver-container #test-drive .form .vehicleType .typeCar.active {
  border-bottom-color: #1464f4;
  color: #1464f4;
}
.test-driver-container #test-drive .form .custom-checkbox {
  align-items: center;
  border-bottom: 1px solid #d9e1e2;
  display: flex;
  justify-content: center;
  padding: 30px 0 18px;
}
.test-driver-container #test-drive .form .custom-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: auto;
  z-index: 1;
}
.test-driver-container #test-drive .form .custom-checkbox input[type=checkbox] + label {
  color: #000;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 35px;
  position: relative;
}
.test-driver-container #test-drive .form .custom-checkbox input[type=checkbox] + label:before {
  background: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 6px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 20px;
}
@media (hover: hover) {
  .test-driver-container #test-drive .form .custom-checkbox input[type=checkbox]:hover + label:before {
    background: #2e61f4;
  }
}
.test-driver-container #test-drive .form .custom-checkbox input[type=checkbox]:checked + label:before {
  background: #2e61f4;
}
.test-driver-container #test-drive .form .custom-checkbox input[type=checkbox]:checked + label:after {
  background: transparent;
  border-bottom: 1.6px solid #fff;
  border-right: 1.6px solid #fff;
  content: "";
  height: 10px;
  left: 7px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 6px;
}
.test-driver-container #test-drive .form .info-error {
  border: 1px solid #dc3545;
}
@media screen and (min-width: 991px) {
  .test-driver-container #test-drive {
    position: relative;
  }
  .test-driver-container #test-drive:before {
    background: linear-gradient(90deg, #fff 0.01%, #2c72c6 100.01%);
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50vh;
    width: 100%;
    z-index: 0;
  }
}
.test-driver-container .select2-dropdown {
  z-index: 99;
}
.test-driver-container .v3s-product {
  position: relative;
}
.test-driver-container .v3s-product.tab-content {
  display: none;
}
.test-driver-container .v3s-product.tab-content .v3s-product--version, .test-driver-container .v3s-product.tab-content.active {
  display: block;
}
.test-driver-container .v3s-product.tab-content .v3s-product--version .btn {
  margin: 0 3px;
}
.test-driver-container .v3s-product img {
  width: 100%;
}
.test-driver-container .v3s-product-item img {
  display: block;
  width: 100%;
}
.test-driver-container .v3s-product-item img.active {
  display: block;
}
.test-driver-container .v3s-product--color .label, .test-driver-container .v3s-product--version .label {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}
.test-driver-container .v3s-product--color ul, .test-driver-container .v3s-product--version ul {
  display: flex;
  margin-bottom: 0;
  margin-left: 0;
}
.test-driver-container .v3s-product--color ul li, .test-driver-container .v3s-product--version ul li {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  list-style: none;
  margin: 0 5px;
  position: relative;
  text-indent: -99999px;
  width: 30px;
}
.test-driver-container .v3s-product--color ul li:first-child, .test-driver-container .v3s-product--version ul li:first-child {
  margin-left: 0;
}
.test-driver-container .v3s-product--color ul li:before, .test-driver-container .v3s-product--version ul li:before {
  border: 1px solid transparent;
  border-radius: 50%;
  bottom: -4px;
  content: "";
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 0;
}
.test-driver-container .v3s-product--color ul li.active:before, .test-driver-container .v3s-product--version ul li.active:before {
  border: 1px solid #cb2a1d;
}
.test-driver-container .v3s-product--color select, .test-driver-container .v3s-product--version select {
  background: #e5e5e5;
  border: 1px solid #959595;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 40px;
  margin-left: 17px;
  opacity: 0.8;
  padding: 0 23px;
  width: 200px;
}
.test-driver-container .v3s-product--color select:focus, .test-driver-container .v3s-product--version select:focus {
  box-shadow: none;
  outline: none;
}
.test-driver-container .v3s-product .group-button {
  display: flex;
  justify-content: center;
}
.test-driver-container #test-drive-popup .modal-header {
  border: none;
  justify-content: flex-end;
}
.test-driver-container #test-drive-popup .modal-header button {
  background-color: #fff;
  border: none;
}
.test-driver-container #test-drive-popup .modal-header button span {
  font-size: 24px;
  line-height: 0;
}
.test-driver-container #test-drive-popup .modal-body {
  padding: 0 40px 40px;
  text-align: center;
}
.test-driver-container #test-drive-popup .modal-body img {
  height: auto;
  margin-bottom: 40px;
  width: 200px;
}
.test-driver-container #test-drive-popup .modal-body h5 {
  color: #1464f4;
  font-size: 24px;
  font-weight: 600;
}
.test-driver-container #test-drive-popup .modal-body .note-text {
  color: #1f2125;
  font-size: 16px;
}
.test-driver-container #test-drive-popup .home-show {
  border: 1px solid #1464f4;
  border-radius: 3px;
  color: #1464f4;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin: auto auto 30px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.test-driver-container #test-drive-popup .home-show:hover {
  background-color: #1464f4;
  border: 1px solid transparent;
  color: #fff;
}
.test-driver-container #test-drive-popup .modal-footer {
  justify-content: center;
}
.test-driver-container #test-drive-popup .cover {
  position: relative;
}
.test-driver-container #test-drive-popup .cover img {
  width: 100%;
}
.test-driver-container #test-drive-popup .cover img.regist-drive-logo-vinfast {
  height: 30px;
  left: calc(50% - 53px);
  position: absolute;
  top: 20px;
  width: 106px;
  z-index: 1;
}
.test-driver-container #test-drive-popup .box-content {
  padding: 30px;
}
.test-driver-container #test-drive-popup .box-content h1 {
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.test-driver-container #test-drive-popup .box-content table {
  margin-bottom: 30px;
}
.test-driver-container #test-drive-popup .box-content table td, .test-driver-container #test-drive-popup .box-content table th {
  font-size: 13px;
  line-height: 140%;
  padding: 5px 0;
}
.test-driver-container #test-drive-popup .box-content table th {
  padding-right: 33px;
}
.test-driver-container #test-drive-popup .box-content p {
  font-family: Mulish;
  font-size: 13px;
  font-weight: 400;
  line-height: 140.4%;
}
.test-driver-container .btn-select-vesion.active {
  border: 1px solid #1464f4 !important;
  color: #1464f4 !important;
}
@media (max-width: 991px) {
  .test-driver-container #test-drive {
    background: #fff;
    padding: 30px 0;
  }
  .test-driver-container #test-drive .test-drive-mobile .form {
    background: #fff;
    border-radius: unset;
    padding: 0 20px;
  }
  .test-driver-container #test-drive .test-drive-mobile .form .group-item label {
    color: #1f2125;
  }
  .test-driver-container #test-drive .test-drive-mobile .form input, .test-driver-container #test-drive .test-drive-mobile .form select {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
    color: #1f2125;
    font-weight: 400;
    width: 100%;
  }
  .test-driver-container #test-drive .test-drive-mobile .form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../assets/img/common/ic-arrow-down-white.png) 0 0 no-repeat;
    background-position: 95%;
  }
  .test-driver-container #test-drive .test-drive-mobile .form .group-date {
    width: 70%;
  }
  .test-driver-container #test-drive .test-drive-mobile .form .group-date input {
    background: url(../../assets/img/common/ic-calendar.svg) 100% no-repeat;
    background-position: calc(100% - 10px) 10px !important;
    width: 100%;
  }
  .test-driver-container #test-drive .test-drive-mobile .form h3 {
    color: #1f2125;
    display: inherit;
  }
}
.test-driver-container #city ~ .select2-container .select2-search {
  display: block;
}
@media screen and (min-width: 375px) and (max-width: 425px) {
  .test-driver-container .captcha-mobile {
    float: left;
    margin-bottom: 10px;
    transform-origin: 0 0;
  }
}
.test-driver-container #registerFailedPopup .modal-header, .test-driver-container #testDrivePopup .modal-header, .test-driver-container #warningSlotPopup .modal-header {
  border: none;
  justify-content: flex-end;
}
.test-driver-container #registerFailedPopup .modal-header .close-modal, .test-driver-container #testDrivePopup .modal-header .close-modal, .test-driver-container #warningSlotPopup .modal-header .close-modal {
  background-color: #fff;
  border: none;
  outline-color: transparent;
}
.test-driver-container #registerFailedPopup .modal-header .close-modal span, .test-driver-container #testDrivePopup .modal-header .close-modal span, .test-driver-container #warningSlotPopup .modal-header .close-modal span {
  font-size: 24px;
  line-height: 0;
}
.test-driver-container #registerFailedPopup .modal-dialog, .test-driver-container #testDrivePopup .modal-dialog, .test-driver-container #warningSlotPopup .modal-dialog {
  border-radius: 3px;
}
@media screen and (max-width: 280px) {
  .test-driver-container #registerFailedPopup .modal-dialog, .test-driver-container #testDrivePopup .modal-dialog, .test-driver-container #warningSlotPopup .modal-dialog {
    min-width: 270px;
  }
}
.test-driver-container #registerFailedPopup .modal-body, .test-driver-container #testDrivePopup .modal-body, .test-driver-container #warningSlotPopup .modal-body {
  padding: 0 40px 40px;
  text-align: center;
}
.test-driver-container #registerFailedPopup .modal-body img, .test-driver-container #testDrivePopup .modal-body img, .test-driver-container #warningSlotPopup .modal-body img {
  height: auto;
  margin-bottom: 40px;
  width: 200px;
}
.test-driver-container #registerFailedPopup .modal-body h5, .test-driver-container #testDrivePopup .modal-body h5, .test-driver-container #warningSlotPopup .modal-body h5 {
  color: #1464f4;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.test-driver-container #registerFailedPopup .modal-body .note-text, .test-driver-container #testDrivePopup .modal-body .note-text, .test-driver-container #warningSlotPopup .modal-body .note-text {
  color: #1f2125;
  font-size: 16px;
  margin-bottom: 30px;
}
.test-driver-container #registerFailedPopup .modal-body .hotline, .test-driver-container #testDrivePopup .modal-body .hotline, .test-driver-container #warningSlotPopup .modal-body .hotline {
  color: #1464f4;
  margin-bottom: 30px;
}
.test-driver-container #registerFailedPopup .modal-body .btn-popup, .test-driver-container #testDrivePopup .modal-body .btn-popup, .test-driver-container #warningSlotPopup .modal-body .btn-popup {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-transform: uppercase;
}
.test-driver-container #registerFailedPopup .modal-body .btn-group, .test-driver-container #testDrivePopup .modal-body .btn-group, .test-driver-container #warningSlotPopup .modal-body .btn-group {
  justify-content: space-between;
  width: 100%;
}
.test-driver-container #registerFailedPopup .modal-body .btn-group__primary, .test-driver-container #testDrivePopup .modal-body .btn-group__primary, .test-driver-container #warningSlotPopup .modal-body .btn-group__primary {
  background: #1464f4;
  color: #fff;
  margin-left: 15px;
  width: 50%;
}
.test-driver-container #registerFailedPopup .modal-body .btn-group__outline, .test-driver-container #testDrivePopup .modal-body .btn-group__outline, .test-driver-container #warningSlotPopup .modal-body .btn-group__outline {
  border: 1px solid #1464f4;
  color: #1464f4;
  margin-right: 15px;
  width: 50%;
}
@media screen and (max-width: 425px) {
  .test-driver-container #registerFailedPopup .modal-body .btn-group, .test-driver-container #testDrivePopup .modal-body .btn-group, .test-driver-container #warningSlotPopup .modal-body .btn-group {
    flex-direction: column;
  }
  .test-driver-container #registerFailedPopup .modal-body .btn-group a, .test-driver-container #testDrivePopup .modal-body .btn-group a, .test-driver-container #warningSlotPopup .modal-body .btn-group a {
    width: 100%;
  }
  .test-driver-container #registerFailedPopup .modal-body .btn-group__primary, .test-driver-container #testDrivePopup .modal-body .btn-group__primary, .test-driver-container #warningSlotPopup .modal-body .btn-group__primary {
    margin: 16px 0 0;
  }
}
.test-driver-container #registerFailedPopup .warning-text, .test-driver-container #testDrivePopup .warning-text, .test-driver-container #warningSlotPopup .warning-text {
  color: #efa505 !important;
}
.test-driver-container #registerFailedPopup .modal-footer, .test-driver-container #testDrivePopup .modal-footer, .test-driver-container #warningSlotPopup .modal-footer {
  justify-content: center;
}
.test-driver-container #registerFailedPopup .modal-body h5 {
  color: #dc3545;
}
.test-driver-container .btn-close-modal {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.test-driver-container .select2-container--open .select2-dropdown {
  padding: 10px;
  z-index: 9999 !important;
}
.test-driver-container .select2-container--open .select2-dropdown .select2-results, .test-driver-container .select2-container--open .select2-dropdown .select2-results__option {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
}
.test-driver-container .select2-container--open .select2-dropdown .select2-results__option[aria-selected=true] {
  background: rgba(44, 114, 198, 0.102) !important;
  border-radius: 3px;
  color: #1464f4 !important;
}
.test-driver-container .select2-container--open .select2-dropdown .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}
.test-driver-container .select2-container--open .select2-dropdown .select2-results__option--highlighted {
  background-color: rgba(44, 114, 198, 0.102) !important;
  border-radius: 3px;
  color: #1464f4 !important;
}
@media screen and (max-width: 991px) {
  .test-driver-container .select2-container {
    background: #fff !important;
  }
}
.test-driver-container .select2-container .select2-search {
  padding: 0;
  position: relative;
}
.test-driver-container .select2-container .select2-search--dropdown {
  margin-bottom: 10px;
}
.test-driver-container .select2-container .select2-search--dropdown input {
  background-color: #f8f9fa;
  border: none !important;
  border-radius: 3px;
  height: 44px;
  text-indent: 44px;
}
.test-driver-container .select2-container .select2-search:before {
  background: url(../../images/search_icon.png) no-repeat;
  content: "";
  height: 17.5px;
  left: 13px;
  position: absolute;
  top: 13px;
  width: 17.5px;
}
.test-driver-container #select2-version-input-results li {
  background-color: transparent !important;
  color: #000 !important;
  display: none;
}
@media screen and (max-width: 991px) {
  .test-driver-container #select2-version-input-results li {
    background: #1f2125 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px;
    padding: 10px;
  }
}
.test-driver-container #select2-version-input-results li.selectedOption {
  display: block;
}

#pageDeposit {
  display: flex;
  flex-direction: row;
  background-color: #f7f9f9;
}
@media (max-width: 1024px) {
  #pageDeposit {
    flex-direction: column;
  }
}
#pageDeposit .carSelectorContainer {
  display: flex;
  width: 100%;
  max-width: 170px;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  #pageDeposit .carSelectorContainer {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  #pageDeposit .carSelectorContainer .carImagesSelector {
    height: 180px !important;
  }
}
@media (max-width: 1024px) {
  #pageDeposit .carSelectorContainer .carImagesSelector {
    height: 180px !important;
  }
}
@media (max-width: 480px) {
  #pageDeposit .carSelectorContainer .carImagesSelector {
    height: 180px !important;
  }
}
#pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit {
  width: 100%;
  height: calc(100vh - 80px);
}
@media (max-width: 768px) {
  #pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit {
    height: 180px !important;
  }
}
@media (max-width: 1024px) {
  #pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit {
    height: 180px !important;
  }
}
@media (max-width: 480px) {
  #pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit {
    height: 180px !important;
  }
}
#pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit .swiper-wrapper .swiper-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
  opacity: 0.6;
  width: 100%;
  height: auto;
}
#pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit .swiper-wrapper .swiper-slide.selected {
  transition: all 0.3s ease;
  opacity: 1;
}
#pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit .swiper-wrapper .swiper-slide.selected img {
  width: 180px !important;
}
#pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit .swiper-wrapper .swiper-slide .carImage, #pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit .swiper-wrapper .swiper-slide .dropDownCars .carsContainer .carItem .carImageHover, .dropDownCars .carsContainer .carItem #pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit .swiper-wrapper .swiper-slide .carImageHover {
  width: 100%;
  height: auto;
}
#pageDeposit .carSelectorContainer .carImagesSelector .swiperCarDeposit .swiper-wrapper .swiper-slide .carName {
  color: #3c3c3c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
#pageDeposit .carPreviewContainer {
  display: flex;
  flex: 1;
  justify-items: center;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #pageDeposit .carPreviewContainer {
    display: none;
  }
}
@media (max-width: 1024px) {
  #pageDeposit .carPreviewContainer {
    display: none;
  }
}
@media (max-width: 480px) {
  #pageDeposit .carPreviewContainer {
    display: none;
  }
}
#pageDeposit .carPreviewContainer .contentWrapper {
  display: flex;
  width: 100%;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#pageDeposit .carPreviewContainer .contentWrapper .car {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}
#pageDeposit .formContainer {
  background-color: #fff;
  overflow-y: auto;
  padding: 36px 30px;
  width: 460px;
}
@media (max-width: 1024px) {
  #pageDeposit .formContainer {
    width: 100%;
  }
}
#pageDeposit .formContainer .nav-tabs {
  display: flex;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  width: 100%;
  border-color: #f1f1f1;
  justify-content: space-between;
  align-items: center;
}
#pageDeposit .formContainer .nav-tabs .nav-item {
  flex-grow: 1;
  text-align: center;
}
#pageDeposit .formContainer .nav-tabs .nav-item .nav-link {
  width: 100%;
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: none;
  background: none;
  font-size: 14px;
}
#pageDeposit .formContainer .nav-tabs .nav-item .nav-link .num {
  display: none;
}
#pageDeposit .formContainer .nav-tabs .nav-item .nav-link.active {
  border-bottom: 4px solid #1464f4;
  color: #1464f4;
  display: inline;
}
#pageDeposit .formContainer .nav-tabs .nav-item .nav-link.active .num {
  display: inline;
}
#pageDeposit .formContainer .form-check-border {
  align-items: center;
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.8333333333vw;
  justify-content: space-between;
  line-height: 1.5;
  margin-bottom: 12px;
  outline: none !important;
  padding: 15px;
  width: 100%;
}
#pageDeposit .formContainer .form-check-border:has(.form-check-input:checked) {
  border-color: #1464f4;
}
#pageDeposit .formContainer .form-check-border .form-check-input {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#pageDeposit .formContainer .form-check-border .form-check-label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  width: 100%;
}
#pageDeposit .formContainer .headingRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#pageDeposit .formContainer .attributeNote {
  font-size: 16px;
  font-weight: 600;
}
#pageDeposit .formContainer .attributeRow {
  height: 48px;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
#pageDeposit .formContainer .attributeRow .attributeItem {
  height: 100%;
  width: fit-content;
  cursor: pointer;
}
#pageDeposit .formContainer .attributeRow .attributeItem:has(input:checked) {
  border: 3px solid #1464f4;
  border-radius: 6px;
}
#pageDeposit .formContainer .attributeRow .attributeItem img {
  border: 2px solid #d9e1e2;
  border-radius: 5px;
  -o-object-fit: none;
  object-fit: none;
  height: 100%;
  width: auto;
}
#pageDeposit .formContainer .priceLine {
  display: flex;
  flex-direction: row;
}
#pageDeposit .formContainer .priceLine .priceLabel {
  color: #3c3c3c;
  letter-spacing: -0.02em;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
#pageDeposit .formContainer .priceLine .price {
  color: #3c3c3c;
  letter-spacing: -0.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 0;
}
#pageDeposit .formContainer .priceTaxNote {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1.5rem !important;
  color: #3c3c3c;
}
#pageDeposit .formContainer .subtitle {
  font-size: 16px;
  width: 100%;
  margin-bottom: 8px;
}
#pageDeposit .formContainer .checkBoxRow {
  margin-bottom: 20px;
}
#pageDeposit .formContainer .checkBoxRow .checkBoxItem {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pageDeposit .formContainer .checkBoxRow .checkBoxItem label.checkboxLabel {
  margin-bottom: 0;
  margin-left: 8px;
  color: #3c3c3c;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 150%;
  margin-right: 0;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: super;
}
#pageDeposit .formContainer .checkBoxRow .form-check-input {
  margin-left: 0;
  margin-top: 0;
  position: unset;
}

.vf-cars-deposit .bank-deposit-summary, .vf-cars-deposit .cars-deposit-summary {
  border-radius: 5px;
  color: #3c3c3c;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 24px;
}

.vf-cars-deposit .bank-deposit-summary div, .vf-cars-deposit .cars-deposit-summary div {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  margin-bottom: 16px;
}

.vf-cars-deposit .bank-deposit-summary div#model-info .gas-ev-des-note, .vf-cars-deposit .bank-deposit-summary div#model-info label, .vf-cars-deposit .bank-deposit-summary div#service-info .gas-ev-des-note, .vf-cars-deposit .bank-deposit-summary div#service-info label, .vf-cars-deposit .cars-deposit-summary div#model-info .gas-ev-des-note, .vf-cars-deposit .cars-deposit-summary div#model-info label, .vf-cars-deposit .cars-deposit-summary div#service-info .gas-ev-des-note, .vf-cars-deposit .cars-deposit-summary div#service-info label {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  padding-right: 5px;
}

.vf-cars-deposit .bank-deposit-summary div#model-info .gas-ev-des-note span, .vf-cars-deposit .bank-deposit-summary div#model-info label span, .vf-cars-deposit .bank-deposit-summary div#service-info .gas-ev-des-note span, .vf-cars-deposit .bank-deposit-summary div#service-info label span, .vf-cars-deposit .cars-deposit-summary div#model-info .gas-ev-des-note span, .vf-cars-deposit .cars-deposit-summary div#model-info label span, .vf-cars-deposit .cars-deposit-summary div#service-info .gas-ev-des-note span, .vf-cars-deposit .cars-deposit-summary div#service-info label span {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: right;
}

.vf-cars-deposit .bank-deposit-summary div#model-info, .vf-cars-deposit .cars-deposit-summary div#model-info {
  margin: 0;
}

.vf-cars-deposit .bank-deposit-summary div#service-info, .vf-cars-deposit .cars-deposit-summary div#service-info {
  margin-top: 12px;
}

.vf-cars-deposit .bank-deposit-summary div#service-info > ul, .vf-cars-deposit .cars-deposit-summary div#service-info > ul {
  color: #3c3c3c;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 8px 0 0;
}

.vf-cars-deposit .bank-deposit-summary div#service-info > ul li, .vf-cars-deposit .cars-deposit-summary div#service-info > ul li {
  list-style: inside;
  padding-left: 10px;
}

.vf-cars-deposit .bank-deposit-summary div#service-info > ul span, .vf-cars-deposit .cars-deposit-summary div#service-info > ul span {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.vf-cars-deposit .bank-deposit-summary div .showroom-address, .vf-cars-deposit .cars-deposit-summary div .showroom-address {
  display: block;
}

.vf-cars-deposit .bank-deposit-summary div .showroom-address a, .vf-cars-deposit .cars-deposit-summary div .showroom-address a {
  display: inline-block;
}

.vf-cars-deposit .bank-deposit-summary div label, .vf-cars-deposit .cars-deposit-summary div label {
  flex: 0 0 calc(43.5% - 15px);
  font-weight: 600;
  margin: 0;
  width: calc(43.5% - 15px);
}

.vf-cars-deposit .bank-deposit-summary div label span, .vf-cars-deposit .cars-deposit-summary div label span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: unset;
  line-height: 16px;
}

.vf-cars-deposit .bank-deposit-summary div label + .showroom-address, .vf-cars-deposit .bank-deposit-summary div label + span, .vf-cars-deposit .cars-deposit-summary div label + .showroom-address, .vf-cars-deposit .cars-deposit-summary div label + span {
  flex: 0 0 calc(56.5% - 15px);
  width: calc(56.5% - 15px);
  word-wrap: break-word;
}

.vf-cars-deposit .bank-deposit-summary div:last-child, .vf-cars-deposit .cars-deposit-summary div:last-child {
  margin: 0;
}

.vf-cars-deposit .bank-deposit-summary div .white-box, .vf-cars-deposit .cars-deposit-summary div .white-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 28px 4px 12px;
  position: relative;
}

.vf-cars-deposit .bank-deposit-summary .gas-ev-des-note, .vf-cars-deposit .cars-deposit-summary .gas-ev-des-note {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 12px;
}

.vf-cars-deposit .bank-deposit-summary #showroom-info a, .vf-cars-deposit .cars-deposit-summary #showroom-info a {
  color: #1464f4;
  margin-left: 5px;
}

.vf-cars-deposit .bank-deposit-summary #option-info, .vf-cars-deposit .cars-deposit-summary #option-info {
  margin-top: 16px;
}

.vf-cars-deposit .bank-deposit-summary {
  background-color: #f7f9f9;
  padding: 16px;
}

.vf-cars-deposit .bank-deposit-summary label {
  min-width: 30%;
}

.vf-cars-deposit .bank-deposit-summary span {
  text-align: left;
  width: 100%;
}

.vf-cars-deposit .bank-deposit-summary .copy-button {
  background-color: #fff;
  border: none;
  outline: none;
  position: absolute;
  right: 4px;
  width: 24px;
}

.vf-cars-deposit .bank-deposit-summary .copy-button :active {
  transform: scale(0.8);
}

.swiperCarDeposit {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .swiperCarDeposit {
    max-height: 180px !important;
  }
}
@media (max-width: 1024px) {
  .swiperCarDeposit {
    max-height: 180px !important;
  }
}
@media (max-width: 480px) {
  .swiperCarDeposit {
    max-height: 180px !important;
  }
}
.swiperCarDeposit .swiper-wrapper {
  width: 100%;
  height: 100vh;
}
.swiperCarDeposit .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 120px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  gap: 5px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .swiperCarDeposit .swiper-wrapper .swiper-slide {
    width: 33% !important;
  }
}
@media (max-width: 480px) {
  .swiperCarDeposit .swiper-wrapper .swiper-slide {
    width: 33% !important;
  }
}
.swiperCarDeposit .swiper-wrapper .swiper-slide .carName {
  font-size: 20px;
}

#main {
  margin: 4rem 0;
}

.container {
  max-width: 1440px;
}

#block-breadcrumb {
  margin-bottom: 3rem;
  border-bottom: 1px solid #d9e1e2;
  padding-bottom: 0.5rem;
}

.c-navigation-breadcrumbs__directory {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Start Breadcurmb */
#block-breadcrumb a:link {
  text-decoration: none;
}

#block-breadcrumb ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#block-breadcrumb a:focus {
  outline: none;
}

#block-breadcrumb a:link {
  touch-action: manipulation;
}

#block-breadcrumb a:active,
#block-breadcrumb a:hover {
  outline: none;
}

#block-breadcrumb a:visited:not([rel=external]) {
  color: #3c3c3c;
}

.o-inline-svg-icon--baseline {
  position: relative;
  top: 0.125em;
  width: 1em;
  height: 1em;
}

.c-navigation-breadcrumbs__directory {
  display: flex;
}

.c-navigation-breadcrumbs__link:link {
  color: #1464f4;
}

.c-navigation-breadcrumbs__link:link:hover {
  color: #1464f4;
}

.c-navigation-breadcrumbs__item:nth-last-child(n+2):after {
  display: inline-block;
  content: "â€‹";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
  width: 16px;
  margin: 0 8px;
}

.c-navigation-breadcrumbs__link {
  display: block;
  float: left;
}

.u-visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* End Breadcrumb */
h1.field-title {
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
  font-weight: 300;
}

.node-detail .field-body {
  margin-bottom: 1.5rem;
}

.node-detail .node-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.node-detail .node-bottom .field-share-it {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.node-detail .field-share-it .label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
}

#main #sidebar-right {
  position: unset;
  visibility: unset;
  opacity: unset;
  transform: unset;
  transition: unset;
  padding: 0;
  min-width: unset;
  background: none;
  box-shadow: unset;
  border-radius: unset;
}

#block-news-highlight {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 3rem;
}

#block-news-highlight .block-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #f0f3f3;
  padding-bottom: 1.25rem;
}

#block-news-highlight .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#block-news-highlight .views-row {
  flex: 1 1 46%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

#block-news-highlight .views-row .content {
  padding: 0.5rem;
}

#block-news-highlight .field-title a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #3c3c3c;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#block-news-highlight .field-title a:hover {
  color: #1464f4;
}

#block-news-highlight .field-image a {
  position: relative;
  display: block;
  aspect-ratio: auto 16/9;
  border-radius: 8px;
  overflow: hidden;
}

#block-news-highlight .field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#block-blockbannerdanhmuctintuc .field__item {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #main {
    margin: 1.875rem 0;
  }
  #block-breadcrumb {
    margin-bottom: 1.875rem;
  }
  h1.field-title {
    font-size: 20px;
  }
  .node-detail .node-bottom {
    flex-wrap: wrap;
  }
  .node-detail .node-bottom .field-social,
  .node-detail .node-bottom .field-created-date {
    flex-basis: auto;
  }
  .node-detail .node-bottom .field-share-it {
    margin: 1rem 0;
  }
  #sidebar-right {
    margin-top: 1.875rem;
  }
  #block-news-highlight {
    margin-bottom: 1.875rem;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}

.swiper-android .swiper-slide {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight {
  height: auto;
}
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-bottom {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-left {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  right: 10px;
  left: auto;
}
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: "next";
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: "prev";
}

.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}

.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-zoom-container > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}



/*# sourceMappingURL=styles.css.map */
