/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
:root {
  --sel-blue: 0, 58, 93;
  --sel-blue-20: 195, 209, 221;
}
/* Toyota Type — files in css/fonts/ */
@font-face {
  font-family: 'Toyota Font';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/ToyotaType-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Toyota Font';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url(fonts/ToyotaType-Book.woff2) format('woff2');
}
@font-face {
  font-family: 'Toyota Font';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/ToyotaType-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Toyota Font';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/ToyotaType-Semibold.woff2) format('woff2');
}
@font-face {
  font-family: 'Toyota Font';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/ToyotaType-Semibold.woff2) format('woff2');
}
/* Dùng Semibold cho đậm vừa (bold UI) khi không có file Bold riêng */
@font-face {
  font-family: 'Toyota Font';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/ToyotaType-Semibold.woff2) format('woff2');
}
@font-face {
  font-family: 'Toyota Font';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/ToyotaType-Black.woff2) format('woff2');
}
@font-face {
  font-family: 'Toyota Font';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/ToyotaType-Black.woff2) format('woff2');
}

/*---------------------------- General ------------------------*/
.clear {
  clear: both;
  width: 100%;
}
.clear.height10 {
  height: 10px;
}
.clear.height20 {
  height: 20px;
}
.clear.height30 {
  height: 30px;
}
.clear.height50 {
  height: 50px;
}
.clear.border1 {
  border-top: 1px solid #dedede;
  margin: 15px 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  position: relative;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:link {
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
html,
body {
  margin: 0px;
  padding: 0px !important;
  font-family: "Toyota Font", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  /* background-color: #f5f5f5; */
}
button {
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  word-wrap: break-word;
}
.datepicker {
  z-index: 999999 !important;
}
.modal {
  z-index: 999999;
}
/*======================== custom modal bootrap ========================*/
.modal-open .mm-wrapper__blocker,
.modal-open .mm-slideout {
  z-index: auto !important;
}
.body__main {
  min-height: 50vh;
}
.full__main {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}
/* clip: tránh tạo scroll container như hidden — giúp sticky header hoạt động */
@supports (overflow: clip) {
  .full__main {
    overflow-x: clip;
  }
}
.transition-all {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container {
  max-width: 1300px !important;
}
.banner-sticky {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}
/*======================== header section ========================*/
.header_section{
  padding: 6px 0;
}
.main-header-eight {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
}
/* —— Single-row header (logo + tagline | nav) —— */
.site-header-bar {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 1000;
}
.site-header-bar.banner-sticky {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}
.site-header-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 35px 0;
  flex-wrap: wrap;
}
.site-header-bar__left {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.site-header-bar__toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header-brand-group {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.header-brand-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.header-brand-text__toyota {
  color: #e60012;
  font-weight: 700;
}
.header-brand-text__rest {
  color: #111;
  font-weight: 600;
}
.site-header-nav.main-menu-eight {
  background-color: transparent;
  position: static;
  width: auto;
  box-shadow: none;
  flex: 0 1 auto;
}
.site-header-nav .main-menu-eight__main-menu-box {
  width: 100%;
}
.site-header-nav .main-menu__list > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header-nav .main-menu__list > li > a {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
  padding: 0 11px;
}
.site-header-nav .main-menu__list > li > a:hover {
  color: #e60012;
}
.site-header-nav__caret {
  font-size: 15px;
  margin-left: 3px;
  vertical-align: 0.15em;
  opacity: 0.7;
}
.site-header-nav .main-menu__list > li > ul {
  top: 100%;
  margin-top: 2px;
}
/* .main-header-eight .menu-toggle {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
} */
.main-header-eight .menu-toggle .iconOpen,
.main-header-eight .menu-toggle .iconOpen::after,
.main-header-eight .menu-toggle .iconOpen::before {
  background-color: #FFF;
}
.main-header-eight__top {
  background-color: #222;
  padding-left: 23.4%;
  padding-right: 5.5%;
  position: relative;
  z-index: 1;
}
.main-header-eight__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.main-header-eight__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-header-eight__info li {
  font-size: 14px;
  color: #737092;
  font-weight: 700;
}
.main-header-eight__info__icon {
  font-size: 12px;
  margin-right: 2px;
  color: #7166F5;
}
.main-header-eight__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header-eight__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.main-menu {
  position: relative;
  display: block;
}
.main-menu-eight {
  background-color: #012060;
  z-index: 99;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
/* Phải đặt sau .main-menu-eight để ghi đè sticky / nền xanh */
.site-header-nav.main-menu-eight {
  background-color: transparent !important;
  position: static !important;
  width: auto !important;
  box-shadow: none !important;
  z-index: auto !important;
}
.main-menu-eight__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
/* Logo row (header top) */
.header-logo-row {
  padding: 6px 0;
}
.header-logo-row .container {
  display: flex;
  align-items: center;
  gap: 18px;
}
/* Tagline beside logo */
.header-tagline {
  border-left: 3px solid #ed7d31;
  padding-left: 16px;
  line-height: 1.35;
}
.header-tagline__main {
  margin: 0;
  font-size: 25px;
  font-weight: 800;
  color: #ed7d31;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.header-tagline__sub {
  margin: 3px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #4f5f7f;
  font-style: italic;
}
/* Search + lang on the right of nav bar */
.main-menu-eight__nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}
.nav-search-box {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  overflow: hidden;
  height: 34px;
}
.nav-search-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  width: 160px;
}
.nav-search-box input::placeholder {
  color: rgba(255,255,255,0.65);
}
.nav-search-box button {
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.85);
  padding: 0 12px;
  height: 34px;
  cursor: pointer;
  font-size: 13px;
  transition: color 0.2s;
}
.nav-search-box button:hover {
  color: #fff;
}
.main-menu-eight__logo {
  padding: 10px 0;
}
.main-menu-eight__logo img{
  height: 38px;
  width: auto;
}
.main-menu-eight__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-menu-eight__main-menu-box {
  display: block;
}
.main-menu .main-menu__list{
  list-style: none;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 0;
  margin: 0;
}
.main-menu .main-menu__list > li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.main-menu .main-menu__list > li a{
  color: #4A4949;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 13px 20px;
}
.main-menu .main-menu__list > li a:hover{
  color: #4A4949;
}
.main-menu .main-menu__list > li > ul {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 320px;
  background-color: #FFF;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
  display: none;
  border: 1px solid rgb(var(--sel-blue-20));
}
.main-menu .main-menu__list > li > ul > li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
.main-menu .main-menu__list > li > ul > li:last-child {
  border: none;
}
.main-menu .main-menu__list > li > ul > li a{
  color: #333;
  text-transform: none;
  font-weight: 500;
}
.main-menu .main-menu__list > li:hover > ul {
  display: block;
}
.main-menu .main-menu__list > li > ul > li a:hover{
  color: #ed7d31;
}
.main-menu-eight__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.main-menu-eight__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 51px;
  margin-left: 85px;
}
.main-menu-eight__call__icon {
  width: 40px;
  height: 40px;
  background-color: #ed7d31;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-menu-eight__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.main-menu-eight__call__text {
  color: #cb1a1a;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
}
.main-menu-eight__call__text:hover {
  color: #cb1a1a;
}
.main-menu-eight__addr__text {
  color: #211F38;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.search_box {
  width: 90%;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px 0px 5px 15px;
  background-color: #FFF;
}
.search_box input{
  width: calc(100% - 40px);
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}
.search_box button{
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  color: #254484;
}
.language {
  margin-left: 25px;
  display: flex;
}
.language svg{
  fill: #fff;
  margin-right: 3px;
}
.language a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.language a:hover{
  color: #FFF;
}
.language a.active{
  color: #ed7d31;
}
.language span{
  color: #fff;
  margin: 0 5px;
}
/*------------------------ menu top ------------------------*/

/* ===========footer========== */
footer {
  padding: 4rem 0;
  background-color: #012060;
  color: #FFF;
}
footer .about h2 {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .about .social{
  display: flex;
  margin-top: 1rem;
}
footer .about .social a{
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  margin-right: 10px;
}
footer .about .social a:hover {
  color: #ed7d31;
  background-color: #ed7d31;
}
footer .logo-footer {
  margin-bottom: 1rem;
}
footer .logo-footer img{
  border-radius: 6px;
}
footer .menu_footer h2 {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .menu_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu_footer ul li {
  margin-bottom: 10px;
  padding: 0;
}
footer .menu_footer ul li a {
  color: #FFF;
  font-weight: 500;
}
footer .menu_footer ul li a:hover {
  color: #ed7d31;
}
.site-footer-five__contact__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 53px;
  margin: 0 53px;
}
.site-footer-five__contact__call__icon {
  width: 40px;
  height: 40px;
  background-color: #B1E577;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #256260;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-footer-five__contact__call__icon i{
  margin-top: 5px;
}
.site-footer-five__contact__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
  color: var(--insur-gray);
}
.site-footer-five__contact__call__text {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.site-footer-five__contact__call__text:hover {
  color: #B1E577;
}
.socials-footer {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.socials-footer .title {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .about strong {
  font-weight: 900;
}
.bct {
  margin-top: 2rem;
}

/* Footer Toyota Hiroshima Tân Cảng (layout tối, map, hotline) */
footer.site-footer-thtc {
  padding: 0;
  background-color: #1a1a1a;
  color: #fff;
}
.site-footer-thtc__inner {
  padding: 3rem 0 0;
}
.site-footer-thtc__top {
  max-width: 920px;
}
.site-footer-thtc__logo {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1.25rem;
  line-height: 0;
}
.site-footer-thtc__logo:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
}
.site-footer-thtc__logo-img {
  display: block;
  height: auto;
  width: auto;
  max-width: min(220px, 100%);
  max-height: 88px;
  object-fit: contain;
}
.site-footer-thtc__company {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.35;
}
.site-footer-thtc__address {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 0.5rem;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.site-footer-thtc__address strong {
  font-weight: 700;
  color: #fff;
}
.site-footer-thtc__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-top: 1.75rem;
}
.site-footer-thtc__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.site-footer-thtc__pill:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}
.site-footer-thtc__pill .bi {
  font-size: 1rem;
  flex-shrink: 0;
}
.site-footer-thtc__pill-note {
  font-weight: 500;
  opacity: 0.95;
}
.site-footer-thtc__map-wrap {
  margin-top: 2.25rem;
  max-width: 1100px;
}
.site-footer-thtc__map {
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.site-footer-thtc__map iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}
.site-footer-thtc__bar {
  margin-top: 2.5rem;
  padding: 1.35rem 0 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer-thtc__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  max-width: 1100px;
}
.site-footer-thtc__bar-label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .site-footer-thtc__bar-label {
    flex: 0 0 auto;
    max-width: 11rem;
  }
}
.site-footer-thtc__bar-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  flex: 1 1 auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .site-footer-thtc__bar-boxes {
    justify-content: flex-start;
  }
}
.site-footer-thtc__contact-box {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.site-footer-thtc__contact-box:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.08);
}
.site-footer-thtc__contact-box .bi {
  font-size: 1rem;
}
.site-footer-thtc__bar-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-footer-thtc__soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.site-footer-thtc__soc:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.site-footer-thtc__bct {
  flex-shrink: 0;
  margin-left: auto;
}
.site-footer-thtc__bct img {
  display: block;
  height: auto;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .site-footer-thtc__bar-inner {
    flex-direction: column;
    text-align: center;
  }
  .site-footer-thtc__bar-label {
    max-width: none;
  }
  .site-footer-thtc__bar-boxes {
    justify-content: center;
  }
  .site-footer-thtc__bct {
    margin-left: 0;
  }
  .site-footer-thtc__pill {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}
@media screen and (max-width: 668px) {
  footer.site-footer-thtc .site-footer-thtc__inner {
    padding-top: 2.25rem;
  }
}

/*------------------------
  Floating contact — bám theo plugin button-contact-vr của toyotatancang.com.vn
  (legacy/css/style.css: .phone-vr, zoom + phone-vr-circle-fill shake)
------------------------*/
.contact-vr-thtc {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 99998;
  pointer-events: none;
}
.contact-vr-thtc__gom {
  pointer-events: auto;
}
.contact-vr-thtc .button-contact {
  position: relative;
  margin-top: -5px;
}
.contact-vr-thtc .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.contact-vr-thtc .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  transform-origin: 50% 50%;
  animation: contactVrZoom 1.3s infinite;
}
.contact-vr-thtc .phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  animation: contactVrShake 1s infinite ease-in-out;
}
.contact-vr-thtc .phone-vr-img-circle a {
  display: block;
  line-height: 37px;
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-vr-thtc .phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
/* Facebook — theo #fanpage-vr */
.contact-vr-thtc .contact-vr-thtc__fb .phone-vr-img-circle img {
  max-width: 35px;
  max-height: 35px;
}
.contact-vr-thtc .contact-vr-thtc__fb .phone-vr-img-circle {
  background-color: #1877f2;
}
.contact-vr-thtc .contact-vr-thtc__fb .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
  background-color: rgb(24 119 242 / 70%);
}
/* Zalo — theo #zalo-vr */
.contact-vr-thtc .contact-vr-thtc__zalo .phone-vr-img-circle {
  background-color: #2196f3;
}
.contact-vr-thtc .contact-vr-thtc__zalo .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
@keyframes contactVrShake {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes contactVrZoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-vr-thtc .phone-vr-circle-fill,
  .contact-vr-thtc .phone-vr-img-circle {
    animation: none;
  }
}
@media screen and (max-width: 575px) {
  .contact-vr-thtc {
    display: none;
  }
}

/*------------------------ popup đăng ký lái thử (theo Jet Popup / Elementor site chính thức) ------------------------*/
body.thtc-testdrive-open {
  overflow: hidden;
}
.thtc-testdrive-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box;
}
.thtc-testdrive-popup.is-open {
  display: flex;
}
.thtc-testdrive-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.thtc-testdrive-popup__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  max-height: min(92vh, 640px);
  background: #fff;
  border-radius: 10px;
  overflow: visible;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
}
.thtc-testdrive-popup__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 5;
  transition: background 0.2s;
}
.thtc-testdrive-popup__close:hover {
  background: #b50000;
  color: #fff;
}
.thtc-testdrive-popup__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 420px;
  border-radius: 10px;
  overflow: hidden;
}
.thtc-testdrive-popup__visual {
  flex: 1 1 50%;
  min-width: 260px;
  position: relative;
  background: #0d2a45;
  min-height: 280px;
}
.thtc-testdrive-popup__visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  inset: 0;
}
.thtc-testdrive-popup__visual-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  padding: 0 1.25rem;
  text-align: center;
  pointer-events: none;
}
.thtc-testdrive-popup__visual-line {
  display: block;
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow:
    0 0 2px #0d2a45,
    0 0 4px #0d2a45,
    0 2px 4px rgba(13, 42, 69, 0.9),
    2px 4px 14px rgba(0, 0, 0, 0.55);
}
.thtc-testdrive-popup__form-wrap {
  flex: 1 1 50%;
  min-width: 260px;
  background: #0d2a45;
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow-y: auto;
}
.thtc-testdrive-popup__heading {
  margin: 0 0 1.35rem;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
}
.thtc-testdrive-popup__form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.thtc-testdrive-popup__field {
  margin: 0;
}
.thtc-testdrive-popup__label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}
.thtc-testdrive-popup__label .thtc-required-mark {
  color: #ff5252;
  margin-left: 0.2em;
  font-weight: 700;
}
.thtc-testdrive-popup__input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  padding: 0.65rem 1.15rem;
  font-size: 0.95rem;
  background: #fff;
  color: #1a1a1a;
}
.thtc-testdrive-popup__input::placeholder {
  color: #6c757d;
}
.thtc-testdrive-popup__input:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.thtc-testdrive-popup__select-wrap {
  position: relative;
}
.thtc-testdrive-popup__select {
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 999px;
  padding: 0.65rem 2.5rem 0.65rem 1.15rem;
  font-size: 0.95rem;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
}
.thtc-testdrive-popup__select:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.thtc-testdrive-popup__select-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.85rem;
  color: #495057;
}
.thtc-testdrive-popup__date-wrap {
  position: relative;
}
.thtc-testdrive-popup__input--date {
  padding-right: 2.75rem;
  border-radius: 999px;
}
.thtc-testdrive-popup__input--date::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.thtc-testdrive-popup__date-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  color: #495057;
}
.thtc-testdrive-popup__field--captcha {
  display: flex;
  justify-content: center;
}
.thtc-testdrive-popup__recaptcha > div {
  margin: 0 auto;
}
.thtc-testdrive-popup__actions {
  margin-top: 0.35rem;
}
.thtc-testdrive-popup__submit {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: #007bff;
  cursor: pointer;
  transition: background 0.2s, filter 0.2s;
}
.thtc-testdrive-popup__submit:hover {
  background: #0069d9;
  filter: brightness(1.02);
}
.thtc-testdrive-popup__msg {
  margin: 0.5rem 0 0;
  min-height: 1.25em;
  font-size: 0.85rem;
  text-align: center;
  color: #ffb4b4;
}
@media screen and (max-width: 767px) {
  .thtc-testdrive-popup__visual {
    display: none;
  }
  .thtc-testdrive-popup__form-wrap {
    flex-basis: 100%;
    min-height: auto;
  }
  .thtc-testdrive-popup__panel {
    max-height: 90vh;
  }
}

/*------------------------ back to top ------------------------*/
.hotline_mobile_fix ~ .go__top {
  bottom: 70px;
}
.go__top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  display: none;
  z-index: 9999999;
  background-color: #ed7d31;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.go__top:hover {
  opacity: 0.9;
  background-color: #ffc107;
  color: #fff;
}
/*======================== mobile menu backdrop ========================*/
.BgHv {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999997;
  display: none;
  cursor: pointer;
}
.BgHv.active {
  display: block;
}
/*======================== waiting ========================*/
#waiting{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  display: none;
}
#waiting .box{
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  flex-direction: column;
}
/*-------------- breadrum --------------*/
.breadrum_section{
  background-color: #f5f5f5;
}
.breadrum_section ul{
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.breadrum_section ul li{
  display: inline-block;
  line-height: 30px;
  font-size: 0.9rem;
}
.breadrum_section ul li span{
  margin: 0px 10px;
  color: #ddd;
}
.breadrum_section ul li a{
  color: #333;
}
.breadrum_section ul li .fa-home{
  color:  var(--blue-light);
}

/*-------------- paging --------------*/
.paging{
  display: table;
  margin: 1rem auto;
}
.paging ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.paging ul li{
  display: inline-block;
  border-radius: 2px;
  margin-right: 6px;
}
.paging  .sp_dots
{
  transform: translateY(17px) !important;
}
.paging ul li a{
  color: #333;
  font-weight: 500;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: table;
  background-color: #ddd;
}
.paging ul li a.active, .paging ul li a:hover{
  background-color: #1a4b8c;
  color: #FFF;
}
/*------------------------ menu mobile ------------------------*/
.menu-toggle {
  position: absolute;
  top: 23px;
  right: 15px;
  z-index: 999;
  background-color: #120f5c;
  width: 40px;
  height: 35px;
  padding: 8px;
  border-radius: 3px;
}
.menu-toggle .iconOpen {
  background-color: #FFF;
  width: 25px;
  height: 2px;
  position: relative;
}
.menu-toggle .iconOpen::after, .menu-toggle .iconOpen::before {
  content: '';
  position: absolute;
  background-color: #FFF;
  width: 25px;
  height: 2px;
}
.menu-toggle .iconOpen::before {
  top: 7px;
}
.menu-toggle .iconOpen::after {
  top: 14px;
}

.full__main .mobile-menu {
  background-color: #FFF;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  transform: translateX(-100%);
  transition: 0.5s;
  border-right: 1px solid #f5f5f5;
}
.mobile-menu.active {
  transform: translateX(0) !important;
}
.full__main .mobile-menu .menu {
  margin: 0;
  padding: 10px;
  height: 82vh;
  overflow-y: scroll;
}
.full__main .mobile-menu .menu li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #dadada;
  position: relative;
}
.full__main .mobile-menu .menu li .menu-2 {
  display: none;
  padding: 0 0 0 15px;

}
.full__main .mobile-menu .menu li ul {
  position: relative;
}
.full__main .mobile-menu .menu li .menu-2 > li {
  border-bottom: none;
  border-top: none;
  padding: 5px 0;
}
.full__main .mobile-menu .menu li:last-child {
  border-bottom: 1px solid #dadada;
}
 
.full__main .mobile-menu .menu li a {
  color: #1e1e1f;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full__main .mobile-menu .menu>li>a {
  font-weight: 700;
}
.full__main .mobile-menu .menu li .menu-2{
  margin-top: 10px;
}
.full__main .mobile-menu .menu li .menu-2 li{
  border-bottom: 1px solid #ddd;
}
.full__main .mobile-menu .menu li .menu-2 li:last-child{
  border-bottom: none;
}
.full__main .mobile-menu .menu li .menu-2 li a{
  background-image: url('../images/icons/arrow-50.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 15px;
}
.full__main .mobile-menu .menu li .menu-2 li .menu-3 li a{
  padding-left: 0px;
}
.full__main .mobile-menu .closeBtn {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.full__main .mobile-menu .closeBtn i {
  font-size: 24px;
}
.mobile-menu .logo_mobile img{
  width: 70%;
  height: auto !important;
}
.mobile-menu .hotline {
  text-align: center;
  border-top: 1px solid #dadada;
}
.mobile-menu .hotline a{
  font-weight: 700;
  font-size: 17px;
  color: #dd2f22;
  line-height: 45px;
}

/* tablet large */
@media screen and (max-width: 1024px) {
  .site-header-bar__inner {
    padding: 15px 15px;
  }
  .header_section .logo_box img {
    height: 70px;
  }
  .menu_section {
    display: none;
  }
  .home-used-cars__title {
    font-size: 22px;
  }
  
}

/* tablet */
@media screen and (max-width: 992px) {
  .header-tagline__main {
    font-size: 19px;
  }
  .header-tagline__sub {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  footer {
    padding: 3rem 0 0;
  }
  footer .socials-footer {
    margin-top: 1.5rem;
  }
}

/* mobile */
@media screen and (max-width: 668px) {
  header {
    position: relative;
  }
  
  /* Scale down header tagline on mobile */
  .header-tagline__main {
    font-size: 14px;
    letter-spacing: 0;
  }
  .header-tagline__sub {
    display: none;
  }
  .header-logo-row .container {
    gap: 8px;
  }
  .header-tagline {
    padding-left: 10px;
    border-left-width: 2px;
  }
  .header-logo-row {
    border-bottom: 1px solid #f5f5f5;
  }
  .main-menu-eight__logo img {
    height: 30px;
  }
  .top_section .hotline {
    display: none;
  }
  .btn_footer_box a {
    display: none;
  }
  .statis .title, .statis ul, footer .contact {
    text-align: left;
  }
  footer {
    padding: 2rem 0 0;
  }
  footer .contact {
    margin: 1.5rem 0;
  }
  footer .logo_box img {
    width: 190px;
    height: auto !important;
  }
  footer .menu {
    margin-bottom: 1.5rem;
  }
  footer.site-footer-thtc {
    padding: 0 0 5rem;
  }
}

@media screen and (max-width: 480px) {
  .btn_header_box {
    display: none;
  }
  .bottom_box .socials {
    text-align: center;
    margin: 10px auto;
  }
  /* Hide tagline entirely on very small screens */
  .header-tagline {
    display: none;
  }
}
