@charset "UTF-8";

@font-face {
  font-family: Roboto-light;
  src: url("./../fonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Roboto-regular;
  src: url("./../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Roboto-bold;
  src: url("./../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Roboto-medium;
  src: url("./../fonts/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans SemiBold";
  src: url("./../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("./../fonts/OpenSans-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans ExtraBold";
  src: url("./../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("./../fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("./../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Italic";
  src: url("./../fonts/OpenSans-Italic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("./../fonts/Arial.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Arial-bold";
  src: url("./../fonts/arial-bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Merriweather-Bold";
  src: url("./../fonts/Merriweather-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Merriweather-Regular";
  src: url("./../fonts/Merriweather-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("./../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("./../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Font_Awesome_5_Light-300";
  src: url("./../fonts/Font_Awesome_5_Light-300.otf") format("truetype");
  font-display: swap;
}

:root {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

p,
a,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}

body {
  font-family: OpenSans-Regular, sans-serif;
}

p {
  font-size: 1rem;
  margin-bottom: 0.33rem;
  line-height: 1.5;
}

a:hover {
  text-decoration: none;
}

a.title {
  color: #f1100f;
  font-size: 1.285rem;
  font-family: Montserrat-Medium, sans-serif;
}

figure {
  margin: 0;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h3.title-logo {
  font-size: 2.1875rem;
  font-family: Montserrat-Bold, sans-serif;
}

h3.title-logo span {
  font-weight: bold;
  font-family: Montserrat-Regular, sans-serif;
}

h5.title {
  font-size: 1.428rem;
  color: #888888;
  font-family: Montserrat-Bold, sans-serif;
}

p.title {
  font-size: 2rem;
  color: #f1100f;
  padding: 1.5rem 0;
  font-family: Montserrat-SemiBold, sans-serif;
}

a.button {
  font-size: 1.067rem;
  color: white;
  background: #0080c6;
  padding-top: 10px;
  height: 45px;
  width: 170px;
  display: block;
  border-radius: 50px;
  text-align: center;
}

a.buy {
  display: block;
  font-size: 1rem;
  width: 165px;
  height: 42px;
  background: #f1100f;
  color: white;
  margin: auto;
  padding-top: 10px;
  border-radius: 3px;
  text-align: center;
  font-family: Roboto-bold, sans-serif;
}

p.des {
  padding-top: 10px;
  font-size: 0.928rem;
  color: #666666;
  font-family: Roboto-regular, sans-serif;
  line-height: 1.5;
}

.border-box {
  border-right: 1px solid #ebebeb;
}

.pt-4-fix {
  padding-top: 30px;
}

* {
  min-height: 0;
  min-width: 0;
}

.apply .wave:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -100px;
  opacity: .3;
  position: absolute;
  top: -30px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.apply .btn_apply,
.apply .submit {
  border-radius: 6px;
  display: inline-block;
  position: relative;
  border: none;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
  color: #ffff;
  font-family: "Open Sans SemiBold", sans-serif;
  font-size: 1.428rem;
  padding: 7px 47px;
  background: #ed1b2f;
  border: none;
  margin-left: 35px;
  text-transform: uppercase;
}

.apply .btn_apply:focus,
.apply .submit:focus {
  outline: none;
}

.apply .btn_apply:hover .wave:after,
.apply .submit:hover .wave:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.apply .btn_apply span.btn,
.apply .submit span.btn {
  display: block;
  padding-right: 15px;
  margin-top: 0 !important;
  color: white;
  font-size: 1.428rem;
}

@media screen and (max-width: 768px) {

  .apply .btn_apply span.btn,
  .apply .submit span.btn {
    padding: 18px 52px;
  }
}

.apply .btn_apply span.btn:before,
.apply .btn_apply span.btn:after,
.apply .submit span.btn:before,
.apply .submit span.btn:after {
  content: "";
  width: 0px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.apply .btn_apply:before,
.apply .btn_apply:after,
.apply .submit:before,
.apply .submit:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.apply .btn_apply:hover:before,
.apply .btn_apply:hover:after,
.apply .submit:hover:before,
.apply .submit:hover:after {
  width: 100%;
}

.apply .btn_apply:hover span:before,
.apply .btn_apply:hover span:after,
.apply .submit:hover span:before,
.apply .submit:hover span:after {
  height: 100%;
}

.apply .btn_apply::after,
.apply .submit::after {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.apply .btn_apply span::after,
.apply .submit span::after {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}

.apply .btn_apply::before,
.apply .submit::before {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}

.apply .btn_apply span::before,
.apply .submit span::before {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.se-pre-con {
  background: url(../../dist/images/loading.gif) center no-repeat #fff;
}

.custom-select {
  background-image: url(../../dist/images/arrowdown.png);
  background-size: auto;
}

.more-index a,
.more-index button,
.more-index input {
  font-size: 1.428rem;
  padding: 13px 73px !important;
}

.more-index a i,
.more-index button i,
.more-index input i {
  font-size: 17px !important;
}

.search-agency {
  width: 100%;
  height: 88px;
  top: 0;
  background: #9a9a9a94;
}

.search-agency .custom-select {
  width: 200px;
  height: 50px;
  margin: 0 7px;
}

.fade:not(.show) {
  opacity: 0;
  display: none;
}

.background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: #00000061;
  z-index: 0;
}

.btn-file {
  background-color: white;
  color: #a1a1a1;
  border: 1px solid #cacaca;
  display: flex;
}

.btn-file input {
  position: absolute;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  width: 500px;
  left: 0;
  top: 0;
}

.btn-file .label-1 {
  border-radius: 3px;
  background-color: #444444a1;
  color: #fff;
  padding: 3px 15px;
  margin-right: 20px;
  margin-left: 5px;
}

.btn-file .label-2 {
  text-align: left;
  float: left;
  padding-right: 150px;
}

.top-menu {
  position: relative;
  z-index: 9;
}

.top-menu .logo {
  float: left;
  width: 221px;
  height: 50px;
  margin: 2% 0;
}

.top-menu .main-menu {
  float: right;
}

.top-menu .main-menu .menu-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-menu .main-menu .menu-home .avatar-profile {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  font-weight: 700;
}

.top-menu .main-menu .menu-home .avatar-profile img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.top-menu .main-menu .menu-home ul {
  position: relative;
  margin-top: 13px;
  margin-bottom: 8px;
}

.top-menu .main-menu .menu-home ul:after {
  content: '';
  position: absolute;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #eeeeee;
  left: 0;
}

.top-menu .main-menu .menu-home ul li {
  float: left;
  list-style: none;
}

.top-menu .main-menu .menu-home ul li a {
  font-size: 1rem;
  color: #797979;
  padding: 0 25px;
}

.top-menu .main-menu .menu-home ul li a:hover {
  color: #ed1b2f;
}

.top-menu .main-menu .menu-home ul li li.active a {
  color: #ed1b2f;
}

.top-menu .main-menu .menu-home ul li:last-child a {
  padding-right: 0;
}

.top-menu .main-menu .menu-home ul li:first-child a {
  padding-left: 0;
}

.stellarnav a {
  color: #777;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  margin: 0px 0;
}

.stellarnav ul ul {
  top: auto;
  width: 220px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}

.stellarnav ul ul ul {
  top: 0;
  left: 220px;
}

.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
}

.stellarnav li a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #777;
  font-size: 20px;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stellarnav li a:hover {
  color: #ed2126 !important;
}

.stellarnav li li {
  display: block;
}

.stellarnav li li.has-sub>a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #FFF;
  position: relative;
  top: 4px;
}

.stellarnav>ul>li {
  display: inline-block;
}

.stellarnav>ul>li i.fa-home {
  font-size: 27px;
}

.stellarnav>ul>li>a {
  padding: 10px;
}

.stellarnav>ul>li:hover>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.stellarnav>ul li.active>a {
  /* color: #ed2126 !important; */
  background: #fff;
}

.stellarnav>ul li.active>a:after {
  position: absolute;
  content: "";
  height: 5px;
  bottom: -7px;
  background: #EB0A1E;
  width: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stellarnav>ul>li.drop-left>ul {
  right: 0;
}

.stellarnav>ul li.home a:before {
  bottom: -2px !important;
}

.stellarnav li.drop-left ul ul {
  left: auto;
  right: 220px;
}

.stellarnav li.drop-left li.has-sub>a:after {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #FFF;
}

.stellarnav .menu-toggle {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 0;
  box-sizing: border-box;
}

.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 42px;
  height: 6px;
  border-radius: 0px;
  background: #777;
  margin: 0 0 6px;
}

.stellarnav .close-menu {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 0;
  box-sizing: border-box;
}

.stellarnav .call-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 0;
  box-sizing: border-box;
}

.stellarnav .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 0;
  box-sizing: border-box;
}

.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0;
}

.stellarnav li.call-btn-mobile {
  display: none;
}

.stellarnav li.location-btn-mobile {
  display: none;
}

.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}

.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
}

.stellarnav li.open>a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.stellarnav .icon-close:before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.stellarnav .icon-close:after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}

.stellarnav .full {
  width: 100%;
}

.stellarnav .half {
  width: 50%;
}

.stellarnav .third {
  width: 33%;
  text-align: center;
}

.stellarnav .location-btn-mobile.third {
  text-align: center;
}

.stellarnav .location-btn-mobile.half {
  text-align: right;
}

.stellarnav.dark a {
  color: #FFF;
}

.stellarnav.dark>ul>li a {
  color: #4b4b4b;
  font-family: "Open Sans SemiBold", sans-serif;
  font-size: 1.142rem;
  text-transform: uppercase;
  padding: 14px 60px;
}

.main-menu .stellarnav.dark>ul>li a {
  padding: 14px 15px;
}



.stellarnav.dark>ul>li a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  right: 0;
  background: #dbdbdb;
}

.main-menu .stellarnav.dark>ul>li a:before {
  content: none;
  
}

.stellarnav.dark>ul>li:last-child a {
  padding-right: 0;
}

.stellarnav.dark>ul>li:last-child a:before {
  width: 0;
}

.stellarnav.dark>ul>li.active:last-child a:after {
  position: absolute;
  content: "";
  height: 5px;
  bottom: -6px;
  background: #EB0A1E;
  width: 62%;
  left: 72%;
  transform: translate(-50%, -50%);
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
  border-color: #FFF;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
  border-color: #FFF;
}

.stellarnav.dark .icon-close:before {
  border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
  border-color: #FFF;
}

.stellarnav.dark .third {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark .third:first-child {
  border-left: 0;
}

.stellarnav.dark .half {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark .half:first-child {
  border-left: 0;
}

.stellarnav.dark .menu-toggle span.bars span {
  background: #000;
}

.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

body.stellarnav-noscroll-x {
  overflow-x: hidden;
}

.stellarnav.hide-arrows li.has-sub>a:after {
  display: none;
}

.stellarnav.hide-arrows li li.has-sub>a:after {
  display: none;
}

.stellarnav.hide-arrows li.drop-left li.has-sub>a:after {
  display: none;
}

.stellarnav.mobile {
  position: static;
}

.stellarnav.mobile>ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.mobile>ul>li {
  display: block;
}

.stellarnav.mobile>ul>li>a.dd-toggle {
  padding: 0;
}

.stellarnav.mobile>ul>li>a {
  padding: 15px;
}

.stellarnav.mobile ul {
  position: relative;
  display: none;
  text-align: left;
  background: #dddddd;
}

.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}

.stellarnav.mobile li.drop-left li.has-sub>a:after {
  display: none;
}

.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.mobile li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile li li.has-sub>a:after {
  display: none;
}

.stellarnav.mobile .menu-toggle {
  display: inline-block;
}

.stellarnav.mobile .dd-toggle {
  display: inline-block;
}

.stellarnav.mobile .close-menu {
  display: inline-block;
}

.stellarnav.mobile .call-btn-mobile {
  display: inline-block;
}

.stellarnav.mobile .location-btn-mobile {
  display: inline-block;
}

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}

.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}

.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}

.stellarnav.mobile li.has-sub>a:after {
  display: none;
}

.stellarnav.light.left .third {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.left .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.left .menu-toggle {
  border-bottom: 0;
}

.stellarnav.light.right .third {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.right .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark.left .third {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.left .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.left .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark.right .third {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.right .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.mobile.fixed {
  position: static;
}

.stellarnav.mobile.active {
  padding-bottom: 0;
}

.stellarnav.mobile.active>ul {
  display: block;
}

.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.mobile.light li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile.light>ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.mobile.light ul {
  background: white;
}

.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stellarnav.mobile.dark ul {
  background: linear-gradient(to right top, #f1a7a7, #0e77a7);
}

.stellarnav.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08);
}

.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.stellarnav.mobile.right>ul {
  padding: 0 25px;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
  -webkit-overflow-scrolling: touch;
  right: 0;
}

.stellarnav.mobile.right .close-menu {
  display: inline-block;
  text-align: right;
}

.stellarnav.mobile.right .location-btn-mobile.half {
  text-align: center;
}

.stellarnav.mobile.right .call-btn-mobile.half {
  text-align: center;
}

.stellarnav.mobile.right .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third {
  text-align: center;
}

.stellarnav.mobile.right .call-btn-mobile.third {
  text-align: center;
}

.stellarnav.mobile.right .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.right .close-menu.third span {
  display: none;
}

.stellarnav.mobile.right .menu-toggle.half {
  text-align: left;
}

.stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}

.stellarnav.mobile.left>ul {
  padding: 0 25px;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
  -webkit-overflow-scrolling: touch;
  left: 0;
}

.stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: right;
}

.stellarnav.mobile.left .location-btn-mobile.half {
  text-align: center;
}

.stellarnav.mobile.left .call-btn-mobile.half {
  text-align: center;
}

.stellarnav.mobile.left .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third {
  text-align: center;
}

.stellarnav.mobile.left .call-btn-mobile.third {
  text-align: center;
}

.stellarnav.mobile.left .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .close-menu.third span {
  display: none;
}

.stellarnav.mobile.left .menu-toggle.half {
  text-align: left;
}

.stellarnav.mobile.left .menu-toggle.third {
  text-align: left;
}

@media screen and (max-width: 576px) {
  .stellarnav .menu-toggle span.bars span {
    width: 35px;
    height: 4px;
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 768px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }

  .stellarnav ul {
    position: relative;
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .stellarnav.mobile .call-btn-mobile.third span {
    display: none;
  }

  .stellarnav.mobile .location-btn-mobile.third span {
    display: none;
  }
}

.footer {
  background: #000000;
  padding: 40px 0;
}

.footer h3 {
  font-size: 1.071rem;
  color: #e2e2e2;
}

.footer p {
  font-size: 0.928rem;
  color: #767676;
  padding-top: 10px;
}

.footer p a {
  color: #ababab;
}

.footer p a:hover {
  color: #eb0a1e;
}

.footer .box-footer {
  padding: 30px 0;
}

.footer .logo-footer img {
  width: 198px;
  height: 45px;
  object-fit: cover;
}

.footer .copyright img {
  width: 150px;
  height: 56px;
  object-fit: cover;
}

.footer .box-footer .menu-footer li {
  float: left;
  width: 165px;
}

.footer .box-footer .menu-footer li a {
  display: block;
  font-size: 1rem;
  color: #ababab;
  text-transform: uppercase;
  padding-bottom: 20px;
  transition: .2s all ease-in-out;
}

.footer .box-footer .menu-footer li a:hover {
  color: #eb0a1e;
}

.footer .box-footer .form-contact {
  padding-right: 30px;
}

.footer .box-footer .form-group {
  padding-top: 14px;
}

.footer .box-footer .form-group .form-control {
  height: 45px;
  background: #2f2f2f;
  color: #ffff;
  border: none;
}

.footer .box-footer .form-group .form-control::placeholder {
  font-size: 1rem;
  color: #767676;
}

.footer .box-footer:first-child {
  border-bottom: 1px solid #515151;
}

.footer .box-footer input[type='checkbox'],
.utility input[type='checkbox'] {
  accent-color: #EB0A1E;
  width: 20px;
  height: 20px;
  transform: translateY(6px);
}

.footer .box-footer .wpcf7-list-item {
  display: flex;
  gap: 10px;
}

.footer .box-footer .wpcf7-list-item span{
  flex: 1 0 0;
  line-height: 150%;
}

.footer .info-footer p svg {
  width: 20px;
}

.footer .copyright p {
  font-size: 0.928rem;
  color: #767676;
}

.footer-regula {
  text-decoration: underline;
}

.is-floating-label {
  position: relative;
  margin-bottom: 20px;
}

.is-floating-label label {
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  transform: translate3d(7px, -50%, 0) scale(1);
  transform-origin: left top;
  transition: 100ms;
  top: 50%;
  color: #fff;
}

.is-floating-label.is-focused label {
  transform: translateY(-37px) scale(0.7);
}

.tooltips i {
  color: #989898 !important;
  font-size: 18px !important;
}

.banner-home {
  height: 572px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  .banner-home {
    height: 500px;
  }
}

.banner-home .slider {
  box-shadow: 0 20px 50px -25px #595959;
  height: 100%;
}

.banner-home .slick-list,
.banner-home .slick-track {
  height: 100%;
}

.banner-home .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  height: 100%;
}

.banner-home .item {
  position: relative;
  z-index: 1;
  height: 100%;
}

.banner-home .item img {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.banner-home .item.slick-active img {
  transform: scale(1);
}

.menu-car {
  background: #f5f5f5;
}

.menu-car .widget {
  position: relative;
  z-index: 2;
  padding: 40px;
  background: #fff;
  margin-top: -153px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #2d2b2b57;
}

@media screen and (max-width: 1366px) {
  .menu-car .widget {
    margin-top: -110px;
  }
}

.menu-car .widget h3,
.menu-car .widget h2 {
  font-size: 1.714rem;
  color: #120c09;
  font-family: "Open Sans Light", sans-serif;
  padding-bottom: 20px;
}

.menu-car .widget h3 span {
  font-family: OpenSans-Bold, sans-serif;
}

.menu-car .widget .box-sub {
  padding-top: 20px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.menu-car .widget .box-sub .item {
  position: relative;
  text-align: center;
  transition: .5s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
}

.menu-car .widget .box-sub .item:hover .image img {
  filter: grayscale(0);
  opacity: 1;
  transform: rotateY(180deg);
}

.menu-car .widget .box-sub .item:hover .title {
  color: #eb0a1e;
}

.menu-car .widget .box-sub .item .image {
  text-align: center;
  height: 35px;
}

.menu-car .widget .box-sub .item .image img {
  filter: grayscale(1);
  opacity: .7;
  transition: .5s all ease-in-out;
}

.menu-car .widget .box-sub .item .title {
  padding: 16px;
  font-size: 0.87rem;
  color: #838383;
  font-family: OpenSans-Regular, sans-serif;
  transition: .4s ease-in-out;
}

.menu-car .widget .box-sub .item.active .title {
  color: #eb0a1e;
  font-family: OpenSans-Bold, sans-serif;
}

.menu-car .widget .box-sub .item.active:after {
  content: '';
  position: absolute;
  bottom: -6px;
  height: 3px;
  width: 100%;
  background: #eb0a1e;
  left: 0;
}

.menu-car .widget .form-seach {
  padding: 25px 0;
}

.menu-car .widget .form-seach .col-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.menu-car .widget .form-seach .form-group {
  margin-bottom: 30px;
}

.menu-car .widget .form-seach .form-control,
.menu-car .widget .form-seach .custom-select {
  height: 40px;
  width: 182px;
  font-size: 1rem;
  color: #444444;
  font-family: OpenSans-Regular, sans-serif;
}

.menu-car .widget .link-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-car .widget .link-car .select_price {
  flex: 0 0 50%;
}

.menu-car .widget .link-car .select_price .custom-1 {
  margin-right: 60px;
  flex: 0 0 calc(50% - 30px);
  padding-top: 22px;
  position: relative;
}

.menu-car .widget .link-car .select_price .custom-1:after {
  position: absolute;
  top: -10px;
  z-index: 9;
  font-family: "Open Sans SemiBold";
  color: #120c09;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

.menu-car .widget .link-car .select_price .km-range:after {
  content: 'Số km đã đi';
}

.menu-car .widget .link-car .select_price .price-range:after {
  content: 'Khoảng giá';
}

.menu-car .widget .link-car>a {
  font-size: 1.071rem;
  color: #444444;
  text-decoration: underline;
}

.menu-car .widget .link-car .search-advan>a {
  color: #444444;
  font-size: 1.071rem;
  text-decoration: underline;
}

.list-product {
  background: white;
  padding: 60px 0;
}

.list-product .tab-product {
  padding-bottom: 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

.list-product .tab-product .form-control {
  background: transparent;
}

.list-product .tab-product ul {
  padding-left: 0;
}

.list-product .tab-product ul li {
  padding: 10px 8px 0 8px;
  list-style: none;
}

.list-product .tab-product ul li:first-child {
  padding-left: 0;
}

.list-product .tab-product ul li .form-control {
  padding-left: 0;
  border: none;
  font-family: RobotoCondensed-Bold, sans-serif;
  text-transform: uppercase;
  height: 40px;
  border-radius: inherit;
}

.list-product .tab-product ul li .form-control option {
  padding: 10px;
}

.list-product .tab-product ul li .form-control:focus {
  box-shadow: none;
}

.list-product .tab-product ul li .form-control option {
  font-size: 1.071rem;
  padding: 10px 0;
}

.list-product .tab-product ul li a {
  background: transparent;
  color: #444444;
  text-transform: uppercase;
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 1.071rem;
  position: relative;
  padding: 0;
}

.list-product .tab-product ul li.active a {
  color: #eb0a1e;
}

.list-product .tab-product ul li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 4px;
  background: #eb0a1e;
}

.list-product .tab-product ul li.active .form-control {
  color: #eb0a1e;
  border-bottom: 4px solid #eb0a1e;
}

.list-product .chung-nhan input[type=checkbox] {
  height: 18px;
  width: 18px;
}

.list-product .chung-nhan .form-check label {
  font-size: 1.071rem;
  color: #eb0a1e;
  font-family: "Open Sans SemiBold", sans-serif;
}

.list-product .chung-nhan img {
  margin: 0 8px;
}

.list-product .chung-nhan svg {
  font-size: 1.071rem;
  color: #989898;
}

.product-single {
  height: 520px !important;
}

.product {
  height: 630px;
  background: #fff;
  box-shadow: 0px 3px 6px #cacaca;
}

.product .image {
  position: relative;
  height: 320px;
}

.product .image .bang {
  right: 0;
  top: 0;
}

.product h3.sale {
  font-size: 1.142rem;
  color: #464646;
  font-family: OpenSans-Bold, sans-serif;
  margin: 0 25px;
  padding-top: 15px;
}

.product h3.sale:hover {
  color: #ed1b2f;
}

.product .product-title-sale {
  padding-top: 0 !important;
}

.product .product-title-sale .price {
  margin-top: 15px;
}

.product .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 25px;
  border-bottom: 1px solid #ebebeb;
  min-height: 110px;
}

.product .product-title .title {
  width: 65%;
}

.product .product-title .title h3 {
  font-size: 1.142rem;
  color: #464646;
  font-family: OpenSans-Bold, sans-serif;
}

.product .product-title .title h3:hover {
  color: #ed1b2f;
}

.product .product-title .title p {
  font-size: 0.928rem;
  color: #757575;
  font-family: "Open Sans Light", sans-serif;
  padding-top: 5px;
}

.product .product-title .price {
  text-align: right;
}

.product .product-title .price h5 {
  font-size: 1.142rem;
  color: #ed1b2f;
  font-family: "Open Sans SemiBold", sans-serif;
}

.product .product-title .price p {
  color: #757575;
  font-size: 1rem;
  font-family: "Open Sans Light", sans-serif;
}

.product .product-title .price p span {
  font-family: OpenSans-Regular, sans-serif;
  color: #464646;
}

.product .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  margin-top: 15px;
}

.product .product-info .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 350px;
  border-right: 1px solid #ebebeb;
  padding: 12px 0;
}

.product .product-info .service .item {
  text-align: center;
}

.product .product-info .service .item .icon {
  height: 40px;
}

.product .product-info .service .item p {
  font-family: "Open Sans Light", sans-serif;
  color: #757575;
  font-size: 0.928rem;
}

.product .product-info .borrowed-time {
  text-align: center;
  padding: 25px;
}

.product .product-info .borrowed-time p {
  font-family: "Open Sans Light", sans-serif;
  color: #757575;
  font-size: 1.142rem;
}

.product .product-info .borrowed-time p span {
  font-family: "Open Sans SemiBold", sans-serif;
  color: #eb0a1e;
  font-size: 18px;
  font-weight: 700;
}

.product-single .product-info {
  margin-top: 0;
}

.product-single .product-info .service {
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.product-single .product-info .borrowed-time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.product-single .product-info .borrowed-time p {
  font-family: "Open Sans Light", sans-serif;
  color: #757575;
  font-size: 1rem;
}

.product-single .product-info .borrowed-time span {
  font-family: "Open Sans SemiBold", sans-serif;
  color: #494949;
  font-size: 1.142rem;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.product-sub .image {
  height: 226px;
  overflow: hidden;
}

.product-sub .image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.product-sub .image:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.product-sub .product-title .title h5 {
  font-size: 1.142rem;
  color: #ed1b2f;
  font-family: OpenSans-Bold, sans-serif;
}

.product-sub .product-title .price p {
  margin-bottom: 0;
}

.product-sub .product-title p.sale {
  font-size: 0.928rem;
  color: #ee3846;
  font-family: "Open Sans Light", sans-serif;
}

.product-sub .product-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-sub .product-info .service {
  border-right: 0;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding-right: 0;
}

.product-sub .product-info .borrowed-time {
  border-top: 1px solid #ebebeb;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.more {
  text-align: center;
  margin-top: 30px;
}

.more a,
.more button,
.more input {
  display: inline-block;
  padding: 12px 25px;
  font-size: 1.142rem;
  color: #fff;
  font-family: OpenSans-Bold, sans-serif;
  background: #ed1b2f;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.more a i,
.more button i,
.more input i {
  padding-left: 15px;
  font-size: 13px;
}

.more a:before,
.more button:before,
.more input:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #fb0000;
  transition: width 0.3s linear;
  border-radius: 5px;
}

.more a:hover:before,
.more button:hover:before,
.more input:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

.product-sale {
  padding: 45px 0;
  background: #f5f5f5;
}

.product-sale .sale-slide {
  margin: 0 -10px;
  position: relative;
}

.product-sale .sale-slide:hover .slick-arrow {
  transform: translateY(-50%);
  opacity: 1;
}

.product-sale .sale-slide .slick-slide {
  height: 645px;
  margin: 10px 10px;
}

.product-sale .sale-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(100%);
  opacity: 0;
  transition: all .7s ease-in-out;
}

.product-sale .sale-slide .left {
  left: -35px;
  padding: 30px 50px 30px 0;
}

.product-sale .sale-slide .right {
  right: -35px;
  padding: 30px 0px 30px 50px;
}

.product-benefit {
  padding: 100px 0;
}

.product-benefit .widget-benefit {
  margin-top: 35px;
}

.product-benefit .widget-benefit .item {
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0 0px 10px #c5c5c5;
  height: 100%;
}

.product-benefit .widget-benefit .item .icon {
  width: 70px;
  height: 70px;
  margin: auto;
}

.product-benefit .widget-benefit .item h5 {
  font-size: 1.142rem;
  color: #464646;
  font-family: OpenSans-Bold, sans-serif;
  margin-top: 25px;
}

.product-benefit .widget-benefit .item .content {
  margin-top: 15px;
}

.product-benefit .widget-benefit .item .content p {
  font-size: 0.928rem;
  color: #6b6b6b;
  text-align: justify;
}

.product-video {
  padding-top: 70px;
}

.product-video div h5 {
  color: #464646;
  font-size: 1.142rem;
  padding: 1.5rem 0;
  font-family: OpenSans-Bold, sans-serif;
  height: 90px;
}

.goodwill {
  background: #f5f5f5;
  padding: 70px 0;
  margin-top: 50px;
}

.goodwill .product-goodwill .content-text-ps {
  background: #fff;
  padding: 0px 25px 15px;
  box-shadow: 1px 1px 5px #a2a2a22b;
}

.goodwill .product-goodwill .product {
  background: #f5f5f5;
  box-shadow: none;
}

.goodwill .product-goodwill .product .product-title {
  margin: 0;
  border-bottom: none;
}

.goodwill .product-goodwill .product .detail .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

.goodwill .product-goodwill .product .detail .box i {
  color: #eb0a1e;
}

.goodwill .product-goodwill .product .detail .box p {
  margin-left: 8px;
  margin-bottom: 0;
}

.goodwill .product-goodwill .product .date {
  border-top: 1px solid #ebebeb;
  text-align: center;
  margin-top: 20px;
  padding: 15px 0px 0px;
}

.goodwill .product-goodwill .product .date span {
  color: #494949;
  font-weight: bold;
  font-size: 1.1rem;
}

.goodwill2 {
  margin-top: 70px;
}

.utility {
  padding: 58px 0;
  background: #fff;
}

.utility input[type='checkbox'] {
  transform: translateY(0px);
}

.utility .widget .sub-utility {
  padding: 15px 0;
  text-align: center;
  box-shadow: 0 2px 3px #ebebeb;
}

.utility .widget .sub-utility:hover .image .icon img {
  filter: grayscale(0);
  opacity: 1;
}

.utility .widget .sub-utility:hover .image .icon:after {
  -webkit-animation: rounded 5S infinite linear;
  animation: rounded 5S infinite linear;
  opacity: 1;
}

.utility .widget .sub-utility:hover .title h5 {
  color: #eb0a1e;
}

.utility .widget .sub-utility .image .icon {
  height: 67px;
  width: 67px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.utility .widget .sub-utility .image .icon img {
  filter: grayscale(1);
  opacity: 0.6;
  transition: .4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.utility .widget .sub-utility .image .icon:after {
  content: "";
  background: url(./../../dist/images/border.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 67px;
  width: 67px;
  background-size: contain;
  opacity: 0;
  transition: opacity .4s ease-in-out;
}

.utility .widget .sub-utility .title {
  margin-top: 10px;
  position: relative;
  padding: 1px 10px;
  height: 55px;
}

.utility .widget .sub-utility .title h5 {
  font-size: 1.071rem;
  color: #444444;
  transition: .4s;
}

.utility .widget .sub-utility .title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 4px;
  width: 50%;
  background: #eb0a1e;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.utility .widget .sub-utility:hover .title:after {
  width: 100%;
}

.utility .form-intro .more {
  margin-top: 10px;
}

.utility .form-intro h3 {
  font-family: "Open Sans Light", sans-serif;
  color: #444444;
  font-size: 1rem;
  line-height: 1.5;
}

.utility .form-intro h3 span {
  color: #eb0a1e;
}

.utility .form-intro form {
  margin-top: 20px;
}

.utility .form-intro form .form-group {
  display: flex;
  justify-content: space-between;
}

.utility .form-intro form .form-group .form-control {
  width: 260px;
  height: 42px;
}

.utility .check-security .wpcf7-list-item-label {
  font-size: 1.071rem;
  font-family: "OpenSans-Regular", sans-serif;
  margin-left: 10px;
  margin-top: 2px;
}

.utility .wpcf7-list-item {
  display: flex;
  align-items: center;
  /* margin-top: 10px; */
  gap: 10px;
}

.utility .popup-book--check-label,
.utility .popup-drive--check-label {
  line-height: 0;
}

h3.title-product,
h2.title-product,
h1.title-product {
  display: block;
  font-family: "Open Sans Light", sans-serif;
  color: #120c09;
  font-size: 1.714rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  line-height: 1;
}

h3.title-product span,
h2.title-product span,
h1.title-product span {
  font-family: OpenSans-Bold, sans-serif;
}

h3.title-product:after,
h1.title-product:after,
h2.title-product:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: #eb0a1e;
}

.more-video {
  padding-top: 30px;
}

.more-video a {
  border: 1px solid #ebebeb;
  background: #fff;
  display: inline-block;
  padding: 10px 15px;
  min-width: 160px;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  color: #464646;
  font-family: OpenSans-Regular, sans-serif;
}

.more-video a:hover {
  background: #eb0a1e;
  color: #fff;
  transition: .6s;
}

.more-video a:hover i {
  color: #fff;
  transition: .6s;
}

.more-video a i {
  color: red;
  margin-left: 10px;
}

h5.tag-title {
  font-size: 1.071rem;
  margin-top: -20px;
  margin-bottom: 20px;
}

.car-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.car-tag span {
  padding: 13px 30px;
  margin-right: 13px;
  background: #ebebeb;
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.double-slider {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.value-output {
  margin-top: 15px;
  font-family: "Arial", sans-serif;
}

.progressbar_from {
  position: absolute;
  top: -5px;
  left: -1px;
  height: 10px;
  width: 0;
  background-color: #e6e6e6;
  z-index: 1;
  border-radius: 25px;
}

.progressbar_to {
  position: absolute;
  top: -5px;
  right: -1px;
  height: 10px;
  width: 0;
  background-color: #e6e6e6;
  z-index: 1;
  border-radius: 25px;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  height: 0;
  position: absolute;
}

input[type=range]:focus {
  outline: none;
}

/* Chrome Styles */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 2.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #f8e2e4;
  border-radius: 25px;
  border: 0px solid #000101;
  position: relative;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 5px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #898989;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0;
  transform: translate(0, -50%);
  z-index: 9999;
  position: absolute;
  top: 50%;
}

/* Firefox styles */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ac51b5;
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}

/* IE styles */
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #ac51b5;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ac51b5;
}

.scrollTop {
  position: fixed;
  right: 30px;
  bottom: -200px;
  opacity: 0;
  transition: all 2s ease-in-out 0s;
  width: 30px;
  z-index: 99999;
}

.button-woodwill .more-video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.button-woodwill .more-video a {
  padding: 9px 15px;
  width: 100%;
  text-align: center;
}

.search-more {
  display: none;
}

.tooltips {
  display: inline;
  position: relative;
  color: #dcdcdc;
}

.tooltips i {
  font-size: 20px;
}

.tooltips:hover:after {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  margin: -92px -133px;
  font-size: 14px;
  padding: 13px;
  width: 185px;
  position: absolute;
}

.tooltips:hover:before {
  border: solid;
  border-color: #444 transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  left: 45%;
  bottom: 30px;
  position: absolute;
}

.sidebar {
  position: fixed;
  right: 0;
  z-index: 4;
  top: 30%;
  background: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 4px 0px #6b6464;
}

.sidebar .item {
  position: relative;
  transition: .4s all;
  z-index: 2;
  height: 4rem;
  width: 4rem;
}

.sidebar .item a.hover_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 13px;
  transition: .4s all ease-in-out;
  z-index: 9;
  background: white;
}

.sidebar .item img {
  filter: invert(0.3);
}

.sidebar .item p.hide {
  position: absolute;
  width: 18.75rem;
  height: 100%;
  right: -300px;
  top: 0;
  background: #ffff;
  transition: .5s all ease-in-out;
  z-index: -1;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 2.142rem;
  box-shadow: -1px 0px 6px 0px #9c9c9c;
}

.sidebar .item p.hide>a {
  font-size: 1.142rem;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #120c09;
}

.sidebar .item:hover a.hover_sidebar {
  background: #eb0a1e;
}

.sidebar .item:hover img {
  filter: invert(0);
}

.sidebar .item:hover p.hide {
  right: 0px;
}

.banner-search {
  height: 150px;
}

.banner-search .title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 30px;
}

.banner-search .title h3,
.banner-search .title h1 {
  font-size: 34px;
  font-family: OpenSans-Bold, sans-serif;
  color: white;
  padding-bottom: 10px;
}

.banner-search .title p {
  color: #fff;
  font-size: 1.142rem;
  font-family: "Open Sans Light", sans-serif;
}

.compare {
  background: #e4e4e4;
}

.compare .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.compare .widget .icon-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 25px;
  background: #fff;
}

.compare .widget .icon-compare i {
  font-size: 25px;
  margin-right: 10px;
}

.compare .widget .icon-compare a {
  font-size: 1rem;
  color: #444444;
}

.compare .widget .select-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare .widget .select-option .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.compare .widget .select-option .item p {
  font-size: 1rem;
  color: #272727;
  margin-right: 10px;
  margin-bottom: 0;
}

.compare .widget .select-option .item .hienthi {
  background: #fff;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
}

.compare .widget .select-option .item .hienthi button {
  border: none;
  background: transparent;
}

.compare .widget .select-option .item .hienthi button img {
  filter: grayscale(100%);
  opacity: .7;
}

.compare .widget .select-option .item .hienthi button:focus {
  outline: none;
}

.compare .widget .select-option .item .hienthi button.active img {
  filter: grayscale(0);
  opacity: 1;
}

.compare .widget .select-option .item .form-group {
  margin-bottom: 0;
}

.compare .widget .select-option .item .form-group select {
  width: 100px;
  font-size: 0.928rem;
  color: #999999;
  padding: 10px 20px;
  border-radius: 7px;
  border: none;
  height: 37px;
}

.endow .endow_element .widget {
  box-shadow: 0px 0px 5px #dcdcdc;
  background: white;
  height: 460px;
}

.endow .endow_element .widget .image {
  height: 200px;
}

.endow .endow_element .widget .the_content {
  padding: 20px;
}

.endow .endow_element .widget .the_content h3 {
  height: 40px;
  margin-bottom: unset !important;
  font-size: 1.142rem;
  color: #202020;
  font-family: "Open Sans SemiBold", sans-serif;
}

.endow .endow_element .widget .the_content h3:hover {
  color: #EB0A1E;
}

.endow .endow_element .widget .the_content p {
  font-size: 14px;
  color: #9e9e9e;
}

.endow .endow_element .widget .the_content .content {
  padding: 10px 0;
  height: 120px;
}

.endow .endow_element .widget .the_content .date {
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding: 15px 0px 0px;
}

.endow .endow_element .widget .the_content .date p {
  font-size: 1rem;
  color: #6d6d6d;
}

.endow .endow_element .widget .the_content .date p span {
  font-family: "Open Sans SemiBold", sans-serif;
  color: #202020;
}

.loan_amount {
  padding-top: 77px;
  padding-bottom: 200px;
}

.loan_amount .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.loan_amount .radio input[type="radio"]+.radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.loan_amount .radio input[type="radio"]:checked+.radio-label:before {
  background-color: #ed1b2f;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.loan_amount .radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #ed1b2f;
}

.loan_amount .radio input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.loan_amount .radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

.loan_amount .amout_widget {
  padding: 50px 50px 100px 50px;
  box-shadow: 0 0px 8px #d9d9d9;
}

.loan_amount .amout_widget h3,
.loan_amount .amout_widget h2 {
  color: #202020;
  font-size: 1.428rem;
  font-family: "Open Sans SemiBold", sans-serif;
  text-align: center;
  padding-bottom: 25px;
  margin: auto;
  width: max-content;
  position: relative;
}

.loan_amount .amout_widget h3:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 4px;
  width: 100%;
  background: #ed1b2f;
  left: 0;
}

.loan_amount .amout_widget .steps .number {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #ed1b2f;
}

.loan_amount .amout_widget .steps .number p {
  line-height: 1;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1.142rem;
  color: white;
  margin-bottom: 0;
}

.loan_amount .amout_widget .steps .step_content {
  margin-left: 20px;
  margin-top: 5px;
}

.loan_amount .amout_widget .steps .step_content h5 {
  font-size: 1.142rem;
  color: #202020;
  font-family: OpenSans-Regular, sans-serif;
}

.loan_amount .amout_widget .steps .step_content .the_content {
  margin-top: 20px;
}

.loan_amount .amout_widget .steps .step_content .the_content p,
.loan_amount .amout_widget .steps .step_content .the_content label {
  font-size: 1rem;
  color: #202020;
  margin: 1.2rem 0;
}

.loan_amount .amout_widget .steps .step_content .the_content p span,
.loan_amount .amout_widget .steps .step_content .the_content label span {
  color: #ed1b2f;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1.142rem;
}

.loan_amount .amout_widget .steps .step_content .the_content input {
  color: #ed1b2f;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1.142rem;
  border: none;
}

.loan_amount .amout_widget .steps .widget {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.loan_amount .amout_widget .steps .total {
  padding-top: 30px;
}

.loan_amount .amout_widget .steps .total .item p {
  font-size: 1.142rem;
  color: #202020;
}

.loan_amount .amout_widget .steps .total .item p span.goc {
  font-size: 1.428rem;
  color: #202020;
  font-family: "Open Sans SemiBold", sans-serif;
}

.loan_amount .amout_widget .steps .total .item p span {
  font-family: OpenSans-Bold, sans-serif;
  color: #ed1b2f;
  font-size: 2rem;
}

.loan_amount .amout_widget .steps .total a {
  text-align: right;
  display: block;
  margin-top: -54px;
  text-decoration: underline;
  font-size: 1rem;
  color: #202020;
}

.login {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.banner-detail {
  height: 150px;
  background-size: cover;
  position: relative;
}

.detail-content {
  background: #f5f5f5;
  padding: 30px 0;
}

.media-car .slider {
  background: white;
}

.media-car .slider .slick-slide {
  cursor: pointer;
}

.media-car .js .slider-single>div:nth-child(1n+2) {
  display: none;
}

.media-car .js .slider-single.slick-initialized>div:nth-child(1n+2) {
  display: block;
}

.media-car .info-title {
  padding-bottom: 20px;
}

.media-car .info-title .title {
  position: relative;
  padding-left: 40px;
}

.media-car .info-title .title:after {
  content: '';
  position: absolute;
  height: 95%;
  width: 5px;
  background: #eb0a1e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.media-car .info-title .title p,
.media-car .info-title .title h1 {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 2rem;
  color: #202020;
  line-height: 1;
  padding-bottom: 5px;
}

.media-car .info-title .title div span {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 15px;
  color: #202020;
}

.media-car .info-title .title div img {
  margin-right: 10px;
}

.media-car .info-title span.set-approve {
  font-size: 18px;
  font-weight: 700;
  color: red;
}

.media-car .info-title .price {
  background: #eb0a1e;
  border-radius: 22px;
}

.media-car .info-title .price p,
.media-car .info-title .price h2 {
  font-family: "Open Sans Light", sans-serif;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 22px;
  margin-bottom: 0;
}

.media-car .info-title .price p span {
  font-family: OpenSans-Bold, sans-serif;
}

.media-car .media-content {
  background: white;
  padding-bottom: 10px;
  /* the parent */
}

.media-car .media-content .compare_car {
  bottom: 20px;
  left: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: white;
  z-index: 1;
}

.media-car .media-content .compare_car .icon-compare i {
  background: #eb0a1e;
  color: white;
  font-size: 1.071rem;
  padding: 7px 12px;
}

.media-car .media-content .compare_car a {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 1rem;
  color: #383838;
  display: block;
  padding: 0 10px;
}

.media-car .media-content .slider .compare_car {
  bottom: 20px;
  left: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: white;
}

.media-car .media-content .slider .compare_car .icon-compare i {
  background: #eb0a1e;
  color: white;
  font-size: 1.071rem;
  padding: 7px 12px;
}

.media-car .media-content .slider .compare_car a {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 1rem;
  color: #383838;
  display: block;
  padding: 0 10px;
}

.media-car .media-content .slider-nav {
  margin-top: 5px;
  padding-right: 50px;
  position: relative;
}

.media-car .media-content .slick-slide {
  margin: 0 5px;
}

.media-car .media-content .slick-list {
  margin: 0 -5px;
}

.media-car .media-content .left {
  position: absolute;
  left: -209px;
  top: 50%;
  transform: translateY(-50%);
}

.media-car .media-content .right {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.info-car {
  height: 100%;
  background: white;
}

.info-car .title {
  padding: 20px;
  border-bottom: 2px solid #f5f5f5;
}

.info-car .title h3,
.info-car .title h2 {
  font-size: 1.285rem;
  color: #202020;
  font-family: "Open Sans SemiBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.info-car .content-car {
  padding: 35px;
  background: #fff;
}

.info-car .content-car .btn_info_car {
  margin-top: 45px;
  text-decoration: underline;
}

.info-car .content-car .item {
  margin-bottom: 10px;
}

.info-car .content-car .item p {
  font-family: "Open Sans Light", sans-serif;
  font-size: 1rem;
  color: #575757;
  margin-bottom: 0;
}

.info-car .content-car .item p svg {
  width: 20px;
  font-size: 1.285rem;
  margin-right: 10px;
  color: #adadad;
  text-align: center;
}

.info-car .content-car .item p i {
  width: 20px;
  font-size: 1.285rem;
  margin-right: 10px;
  color: #adadad;
  text-align: center;
}

.info-car .content-car .item p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  object-fit: contain;
}

.info-car .content-car .item p span {
  font-family: OpenSans-Bold, sans-serif;
}

.info-car .content-car .item .title-sub {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  border-right: 1px solid #ebebeb;
}

.info-car .content-car .item .value {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-left: 20px;
}

.info-car .content-car a {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 13px;
  color: #686666;
  text-decoration: initial;
  display: block;
  margin-top: 30px;
}

.description-more {
  background: white;
  padding: 30px 30px 50px 30px;
  margin-top: 20px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
}

.description-more::before {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(transparent, #f5f5f5);
}

.description-more.active {
  max-height: fit-content;
  transition: all 0.3s linear;
}

.description-more.active::before {
  height: 0;
}

.description-more h5 {
  font-size: 1.285rem;
  color: #202020;
  font-family: "Open Sans SemiBold", sans-serif;
  padding-bottom: 15px;
}

.description-more p {
  font-size: 1rem;
  color: #444444;
}

/* outside */

.detaipage__detail-outside,
.detaipage__detail-inside {
  background-color: #fff;
  padding: 0 0px 30px;
}

.detaipage__detail-outside span,
.detaipage__detail-inside span {
  display: block;
  margin-bottom: 20px;
  color: #444444;
  font-family: arial, helvetica, sans-serif;
}

.detailpage__detail-title {
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}

.detaipage__detail-item {
  background: #D9D9D9;
  margin-bottom: 14px;
  height: 100%;
}

.detaipage__detail-item.d-flex {
  height: auto;
}

.detaipage__detail-item img{
  width: 100%;
  height: 284px;
  object-fit: cover;
  display: block;
}

.detaipage__detail-item.d-flex img{
  max-width: 578px;
}

.detaipage__detail-item.d-flex .detaipage__detail-item-content{
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detaipage__detail-item-content {
  padding: 26px 30px 16px;
  background: #D9D9D9;
  width: 97%;
  height: calc(100% - 284px);
}


.detaipage__detail-item-content h5 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #1A1A1A;
  margin-bottom: 16px;
}

.detaipage__detail-item-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1A1A1A;
  text-align: justify;
}

/*  */

.like-car {
  padding: 18px 0;
  position: relative;
  box-shadow: 0 5px 5px #ebebeb;
  background: #fff;
  margin-top: 20px;
}

.like-car .address-detail .box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.like-car .address-detail .box p {
  font-size: 1rem;
  font-family: "Open Sans Light", sans-serif;
  color: #525252;
  padding-top: 5px;
}

.like-car .address-detail .box p span {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1rem;
}

.like-car .address-detail .box p svg {
  margin-right: 10px;
  font-size: 1rem;
  color: #000000;
}

.like-car .address-detail .box p a {
  color: #525252;
  font-family: OpenSans-Regular, sans-serif;
  text-decoration: underline;
}


.like-car .address-detail {
  flex-direction: column;
  border-right: 1px solid #E4E4E4;
}

.like-car .address-detail span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4B4B4B;
  letter-spacing: 0.025em;
}

.like-car .info-like--content {
  padding-left: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 18px;
  padding-top: 0px;
}

.info-like .form-group .form-inline .info-like--content label {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 11px;
  color: #eb0a1e;
  display: block;
  position: relative;
  line-height: 1.3;
  padding-left: 0;
  padding-top: 10px;
}

.like-car .box1 p.address-detail--title,
.like-car .box1 p.address-detail--title span{
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.025em;
  color: #1A1A1A;
  margin-bottom: 22px;
}

.info-like .form-group {
  margin-bottom: 0;
}

.info-like .form-group>label {
  font-size: 1.285rem;
  color: #120c09;
  font-family: OpenSans-Bold, sans-serif;
  padding-bottom: 15px;
}

.info-like .form-group .form-inline div {
  position: relative;
}

.info-like .form-group .form-inline div.form-group-capcha {
  padding-bottom: 15px;
}

.info-like .form-group .form-inline div.info-like--content .form-control {
  height: 50px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.025em;
  color: #1A1A1A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.info-like .form-group .form-inline div .form-control {
  width: 180px;
  height: 40px;
  margin-right: 13px;
}

.info-like .form-group .form-inline div .form-control::placeholder {
  font-size: 14px;
  color: #444444;
  opacity: .5;
}

.info-like .form-group .form-inline div>label {
  font-size: 11px;
  color: #eb0a1e;
  display: block;
  position: absolute;
  top: 115%;
  line-height: 1.3;
}

a.tuvan,
input.tuvan {
  display: block;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1rem;
  color: #fff;
  background: #eb0a1e;
  padding: 10px 22px;
  border-radius: 4px;
  border: none;
  transition: .2s ease-in-out;
}

a.tuvan:hover,
input.tuvan:hover {
  background: #f94656;
}

input.tuvan {
  padding: 13px 22px;
}

.support {
  padding: 40px 0;
}

.support .support-box {
  border-right: 1px solid #ebebeb;
  padding: 15px;
  height: 100%;
}

.support .support-box:last-child {
  border-right: none;
}

/* .support .support-box h3 {
  font-size: 1.714rem;
  color: #120c09;
  font-family: "Open Sans Light", sans-serif;
} */

.support .support-box h3 {
  font-size: 22px;
  color: #120c09;
  font-family: "Open Sans Light", sans-serif;
}


.support .support-box h3 span {
  font-family: OpenSans-Bold, sans-serif;
}

.support .support-box .form-group {
  margin-right: 10px;
}

.support .support-box .form-control {
  height: 40px;
  margin: 0 13px;
  color: #8d8d8d;
  font-family: OpenSans-Bold, sans-serif;
}

.support .support-box label {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 14px;
  color: #444444;
}

.support .support-box p {
  font-size: 1rem;
  font-family: OpenSans-Regular, sans-serif;
  color: #444444;
  margin-top: 15px;
}

.support .support-box p span {
  font-family: OpenSans-Bold, sans-serif;
  color: #eb0a1e;
  margin-left: 10px;
}

.support .support-box p i {
  color: #bdbdbd;
}

@media screen and (min-width: 1200px) {
  .support .support-box .custom-select {
    width: 165px;
    height: 43px;
  }
}

.support .charge {
  width: 100%;
  background: #efefef;
  text-align: center;
  border-radius: 27px;
  padding: 15px 0;
}

.support .charge p {
  color: #444444;
  font-size: 1rem;
  font-family: OpenSans-Regular, sans-serif;
  margin-bottom: 0;
}

.support .charge p span {
  font-family: OpenSans-Bold, sans-serif;
  color: #eb0a1e;
}

.support a {
  font-family: OpenSans-Bold, sans-serif;
  color: #120c09;
  display: block;
  margin-left: 20px;
  text-decoration: underline;
}

.slick-arrow {
  cursor: pointer;
}

.salient-features {
  padding: 40px 0;
  background: #f5f5f5;
}

.salient-features .nav-tabs li a {
  font-size: 1rem;
  font-family: OpenSans-Regular, sans-serif;
  background: #ffffff;
  color: #202020;
  padding: 8px 50px;
}

.salient-features .nav-tabs li a.active {
  background: #eb0a1e;
  color: #ffff;
}

.salient-features .tab-features {
  margin-top: 20px;
}

.salient-features .tab-features .features-box {
  margin-left: -10px;
  margin-right: -10px;
}

.salient-features .tab-features .features-box .item {
  margin: 0 10px;
  height: auto;
}

.salient-features .tab-features .features-box .item:hover .content:after {
  background: #eb0a1e;
}

.salient-features .tab-features .features-box .item .image {
  height: 140px;
}

.salient-features .tab-features .features-box .item .content {
  padding: 20px;
  background: #fff;
  position: relative;
  height: 100%;
}

.salient-features .tab-features .features-box .item .content:after {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  background: #cccccc;
  height: 40px;
  top: 26px;
  transition: .4s ease-in;
}

.salient-features .tab-features .features-box .item .content h3 {
  height: 65px;
  font-size: 18px;
  color: #000000;
  font-family: OpenSans-Bold, sans-serif;
}

.salient-features .tab-features .features-box .item .content h3:hover {
  color: #EB0A1E;
}

.salient-features .tab-features .features-box .item .content p {
  font-size: 14px;
  font-family: "Open Sans SemiBold", sans-serif;
}

.salient-features a.tuvan {
  margin-left: 13px;
}

.salient-features label {
  font-size: 18px;
  font-family: OpenSans-Bold, sans-serif;
  color: #eb0a1e;
}

.salient-features .form-control {
  height: 40px;
  margin-left: 13px;
  color: #8d8d8d;
  font-family: OpenSans-Bold, sans-serif;
}

.salient-features ::placeholder {
  font-family: OpenSans-Regular, sans-serif;
}

a.come-back {
  border-radius: 50%;
  display: block;
  margin: 0 10px;
  position: absolute;
  height: 45px;
  display: table;
  background: rgba(0, 0, 0, 0.56);
  width: 45px;
  top: 50%;
  font-family: "Open Sans SemiBold", sans-serif;
  color: #fff;
  font-size: 1.285rem;
  transform: translateY(-50%);
}

a.come-back i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}

.slider-product .product {
  margin: 0 15px;
}

.slick-track {
  display: flex;
}

.slick-track .item {
  height: 100%;
}

.list_nav_detail h3 {
  height: 90px;
  width: 160px;
}

.list_nav_detail .video_detail {
  width: 160px;
  height: 90px;
  float: left;
  margin-left: 30px;
}

.list_nav_detail .slider-nav-4 {
  margin-left: 210px;
}

.list_nav_detail .play {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide_detail_image {
  height: 450px;
}

.title-car {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 30px;
}

.title-car h3,
.title-car h1 {
  font-family: OpenSans-Bold, sans-serif;
  color: #fff;
  font-size: 2.5rem;
}

.title-car p {
  color: #fff;
  font-family: "Open Sans Light", sans-serif;
  font-size: 1.142rem;
}

.car-sale {
  padding: 82px 0 50px 0;
}

.car-sale .car-sale-widget {
  padding: 60px;
  background: #fff;
  position: relative;
}

.car-sale .car-sale-widget:after {
  content: '';
  position: absolute;
  height: 75px;
  left: 0;
  width: 4px;
  background: #ed1b2f;
  z-index: 2;
  top: 58px;
}

.car-sale .car-sale-widget p.text {
  width: 270px;
  opacity: .6;
}

.car-sale .car-sale-widget p.active {
  opacity: 1 !important;
  font-weight: 600;
}

.car-sale .car-sale-widget h5,
.car-sale .car-sale-widget h2 {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1.285rem;
  color: #eb0a1e;
}

.car-sale .car-sale-widget .steps {
  padding-bottom: 25px;
}

.car-sale .car-sale-widget .steps p {
  font-size: 1rem;
  color: #444444;
}

.car-sale .car-sale-widget .steps p span {
  font-family: OpenSans-Bold, sans-serif;
}

.car-sale .car-sale-widget i {
  color: #444444;
  margin: 0 20px;
}

.car-sale .car-price {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
}

.car-sale .car-price h3,
.car-sale .car-price h2 {
  font-size: 1.714rem;
  color: #202020;
  font-family: OpenSans-Bold, sans-serif;
}

.car-sale .car-price h5 {
  font-size: 1.285rem;
  color: #202020;
  font-family: OpenSans-Bold, sans-serif;
  padding-top: 10px;
}

.car-sale .car-price p {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 1rem;
  color: #444444;
}

.car-sale .car-price .custom-select {
  width: 180px;
  height: 40px;
  font-size: 1rem;
  color: #202020;
  font-family: OpenSans-Regular, sans-serif;
}

.car-sale .car-price .citydaily,
.car-sale .car-price .listdaily {
  width: auto !important;
  margin-top: 15px;
  margin-right: 15px;
}

.car-sale .car-price .form-sale-car .form-control {
  margin-bottom: 15px;
  height: 40px;
}

.car-sale .car-price .form-sale-car a.tuvan {
  text-align: center;
}

.car-sale .car-price p.note {
  color: #878787;
  font-size: 0.928rem;
  font-family: OpenSans-Regular, sans-serif;
  padding-bottom: 10px;
}

.car-sale .car-price .custom-select {
  width: 100%;
}

.car-sale .car-price .custom-select,
.car-sale .car-price .form-control {
  width: 100%;
  height: 40px;
}

.car-sale .car-price .price {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.car-sale .car-price .VND {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.car-sale .car-price .form-group {
  margin-top: 20px;
}

.car-sale .car-price textarea#textarea {
  height: 100px;
}

.change-car {
  margin-top: 30px;
}

.change-car .more {
  margin-top: 0 !important;
  margin-left: 30px;
}

span.change {
  font-size: 1rem;
  color: #202020;
  font-family: OpenSans-Bold, sans-serif;
}

span.change a {
  text-decoration: underline;
  font-size: 1rem;
  color: #202020;
  font-family: OpenSans-Bold, sans-serif;
}

.modal .modal-body {
  padding: 40px 20px;
}

.modal .modal-body .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.modal .element p.value {
  font-family: OpenSans-Bold, sans-serif;
  color: #202020;
  font-size: 16px;
  padding: 10px 0;
}

.modal .element p.value i {
  margin-right: 10px;
  width: 20px;
}

.modal .element p.value span {
  color: #eb0a1e;
}

.modal .element p.endo {
  font-size: 1.071rem;
  color: #ee3846;
  padding: 10px 0;
}

.modal .element p {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 14px;
  color: #444444;
}

.modal button.close {
  position: absolute;
  right: 20px;
  font-size: 15px;
  color: #202020;
  opacity: 1;
  top: 13px;
  font-family: OpenSans-Bold, sans-serif;
}

.modal-dialog {
  transform: translateY(100%);
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal-dialog {
    transform: translateY(50%);
  }
}

@media screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 1200px;
  }
}

.modal-dialog .title-sale {
  padding-top: 20px;
}

.modal-dialog .title-sale p {
  margin-bottom: 0;
  font-family: OpenSans-Regular, sans-serif;
  color: #eb0a1e;
  font-size: 1rem;
}

.modal-dialog .title-sale img {
  margin-right: 10px;
}

.modal-dialog .title-sale a {
  font-family: OpenSans-Regular, sans-serif;
  color: #eb0a1e;
  font-size: 1rem;
}

.modal-doixe {
  transform: translateY(30%) !important;
}

@media screen and (min-width: 576px) {
  .modal-doixe {
    max-width: 1200px;
  }
}

.chung-nhan input[type="checkbox"] {
  height: 1.3rem;
  width: 1.3rem;
  margin-right: 10px;
}

.chung-nhan img {
  margin: 0 10px;
}

.chung-nhan label {
  font-family: "Open Sans SemiBold", sans-serif;
  color: #eb0a1e;
  font-size: 1.428rem;
}

.check-security {
  margin-top: 20px;
}

.check-security input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

.check-security label {
  font-size: 1.071rem;
  font-family: "OpenSans-Regular", sans-serif;
  margin-left: 10px;
  margin-top: 2px;
}

.check-security label a {
  font-family: "Open Sans SemiBold", sans-serif;
  color: #eb0a1e;
}

.prevew-search ul {
  position: absolute;
  left: 20px;
  top: 126%;
  z-index: 1;
  padding: 20px;
  background: #f3eeeb;
}

.prevew-search ul li {
  background: #f3eeeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prevew-search ul li a {
  color: #1b1e21;
  font-family: "Open Sans SemiBold", sans-serif;
  transition: .2s all ease-in-out;
}

.prevew-search ul li a:hover {
  color: #eb0a1e;
}

.gallery1 {
  position: relative;
  overflow: hidden;
  height: 313px;
}

.gallery1:hover .hoverimg img {
  transform: scale(1.1);
}

.gallery1:hover .text-gallery {
  visibility: visible;
  opacity: 1;
  transition: all .5s;
}

.gallery1:hover .text-gallery a i {
  transform: rotate(360deg);
  transition: all .5s;
}

.gallery1:hover .play img {
  visibility: visible;
  opacity: 1;
  transition: all .5s;
  transform: rotate(360deg);
}

.gallery1 .hoverimg {
  overflow: hidden;
}

.gallery1 .hoverimg img {
  transition: all .5s;
  object-fit: cover;
}

.gallery1 .hoverimg span {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 1.428rem;
  color: #ffffff;
  font-family: Lato-SemiBold, sans-serif;
  z-index: 2;
}

.gallery1 .text-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 113, 196, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}

.gallery1 .text-gallery a {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gallery1 .text-gallery a i {
  font-size: 50px;
  padding-bottom: 10px;
  transition: all .5s;
}

.gallery1 .text-gallery a span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.gallery1 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gallery1 .play img {
  width: 55px;
  height: 55px;
}

.gallery1 .title-video {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 10px;
}

.value-car {
  margin: 20px 0;
  padding: 20px 40px;
  background: #f5f5f5;
  display: inline-block;
}

.value-car p {
  font-size: 1.142rem;
  color: #202020;
  font-family: "Open Sans SemiBold", sans-serif !important;
}

.value-car p span {
  font-family: OpenSans-Bold, sans-serif;
  color: #eb0a1e;
  display: inline-block;
  margin-left: 30px;
}

.info_change_car {
  margin-bottom: 20px;
}

.info_change_car ul {
  width: 100%;
  display: inline-block;
  list-style: disc;
}

.info_change_car ul li {
  display: inline-block;
  list-style: disc;
  padding: 7px 13px;
}

.info_color_car {
  background: #fbfbfb;
  padding: 30px;
  height: 100%;
  box-shadow: 0px 3px 6px #cacaca;
}

.info_color_car .agency .item {
  margin-bottom: 15px;
}

.info_color_car .agency .item p {
  font-family: "Open Sans Light", sans-serif;
  color: #575757;
  font-size: 0.928rem;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-right: 1px solid #ebebeb;
}

.info_color_car .agency .item p span {
  font-family: OpenSans-Bold, sans-serif;
}

.info_color_car .agency .item p i {
  font-size: 1.071rem;
  color: #979797;
  width: 15px;
  text-align: center;
  margin-right: 10px;
}

.info_color_car .agency .item p:nth-child(2) {
  padding-left: 15px;
  border-right: none;
}

.info_color_car .select-color {
  margin-top: 50px;
}

.info_color_car .select-color h5 {
  font-size: 0.928rem;
  color: #4d4d4d;
  font-family: OpenSans-Bold, sans-serif;
}

.info_color_car .select-color span {
  display: block;
  height: 35px;
  width: 35px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #d0d0d0;
}

.info_color_car .select-color span.active {
  border: 1px solid black;
  box-shadow: 3px 4px 4px 0px #848484;
}

.info_color_car .select-agency {
  margin-top: 30px;
}

.info_color_car .select-agency p {
  font-size: 1rem;
  font-family: "Open Sans Light", sans-serif;
  color: #575757;
}

.info_color_car .select-agency h5 {
  font-size: 1rem;
  font-family: OpenSans-Bold, sans-serif;
  color: #575757;
}

.info_color_car .select-agency a {
  display: block;
  font-size: 1rem;
  color: #595959;
}

.info_color_car .select-agency div span {
  display: block;
  margin: 10px 0 20px;
}

.info_color_car .select-agency div .custom-select {
  margin-bottom: 10px;
}

.info_color_car .more-video a {
  width: 100%;
  text-align: center;
  font-family: OpenSans-Bold, sans-serif;
}

.info_color_car .estimated_value .item {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}

.info_color_car .estimated_value .item:first-child {
  padding-top: 0;
}

.info_color_car .estimated_value .item p {
  font-size: 1.142rem;
  color: #595959;
  margin-bottom: 0;
}

.info_color_car .estimated_value .item p span {
  font-family: OpenSans-Bold, sans-serif;
}

.info_color_car .estimated_value .item p img {
  margin-right: 5px;
}

.info_color_car .estimated_value .item p svg {
  margin-left: 5px;
  color: #999999;
  font-size: 1.142rem;
}

.info_color_car .estimated_value .more-video a {
  background: #4f4f4f;
  font-family: OpenSans-Bold, sans-serif;
}

.info_color_car .estimated_value p.change-name {
  font-size: 0.87rem;
  color: #595959;
}

.info_color_car .estimated_value p.change-name span {
  color: #eb0a1e;
}

.info_color_car .estimated_value .custom-select {
  height: 40px;
}

.info_color_car .estimated_value a.chondaily {
  font-size: 1.142rem;
  color: #4d4d4d;
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}

.info_color_car .estimated_value div.sale {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.info_color_car .estimated_value div.sale img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.show-media {
  margin-top: 55px;
  margin-bottom: 20px;
}

.show-media .media-img {
  overflow: auto;
  padding: 20px 0;
}

.show-media .media-img img {
  padding: 4px;
}

.show-media .slick-slide {
  margin-left: -4px;
  margin-right: -4px;
}

.show-media .slick-dots li button:before {
  font-size: 15px;
}

.show-media .pip {
  flex: 0 0 calc(50% - 20px);
  height: 150px;
  position: relative;
}

.show-media .pip span.remove {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 1.714rem;
  cursor: pointer;
  background: #ffff;
  border-radius: 50%;
}

.show-media .pip span.remove:hover {
  color: #232323;
}

.info_value .more-video {
  padding-top: 20px;
}

.info_value .more-video a {
  background: #4f4f4f;
  font-family: OpenSans-Bold, sans-serif;
  color: white;
}

.info_value .more-video a:hover {
  background: #eb0a1e;
}

.info_value>a {
  font-size: 1.142rem;
  color: #4d4d4d;
  text-align: center;
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}

.info_value .thanh-fix a {
  font-size: 1.142rem;
  color: #4d4d4d;
  text-align: center;
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}

.marquee {
  position: relative;
  overflow: hidden;
  width: 140px;
  overflow: hidden;
  height: 25px;
}

.marquee div {
  animation: marquee 5s linear infinite;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 200%;
  height: 25px;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.p-80 {
  padding: 80px 0;
  background: #f5f5f5;
}

.agency {
  padding: 40px 30px;
  background: #f5f5f5;
}

.agency .list_agency {
  padding: 40px 30px;
  background: white;
  height: 640px;
  overflow: auto;
}

.agency .list_agency .title {
  margin-bottom: 40px;
  position: relative;
}

.agency .list_agency .title h3,
.agency .list_agency .title h2,
.agency .list_agency .title h1 {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1.714rem;
  color: #202020;
}

.agency .list_agency .title a,
.agency .list_agency .title h2 a {
  font-family: OpenSans-Regular, sans-serif;
  color: #444444;
  font-size: 14px;
}

.agency .list_agency .title:after {
  content: '';
  position: absolute;
  height: 100%;
  left: -29px;
  width: 4px;
  background: #ed1b2f;
  z-index: 2;
  top: 0;
}

.agency .list_agency .item {
  margin-bottom: 10px;
}

.agency .list_agency .item:hover i {
  color: #ed1b2f;
}

.agency .list_agency .item:hover a {
  color: #ed1b2f;
}

.agency .list_agency .item a {
  margin-bottom: 0;
  font-size: 1.142rem;
  color: #444444;
}

.agency .list_agency .item i {
  font-size: 1.142rem;
  width: 30px;
  margin-right: 5px;
}

.agency .list_agency .item.active a {
  color: #ed1b2f;
  transition: .3s all ease-in-out;
}

.agency .list_agency .item.active i {
  color: #ed1b2f;
  transition: .3s all ease-in-out;
}

.agency .list_agency .item_detail a {
  font-size: 1.142rem;
  color: #ed1b2f;
  font-family: OpenSans-Bold, sans-serif;
}

.agency .list_agency .item_detail i {
  font-size: 1.142rem;
  color: #ed1b2f;
  width: 18px;
  margin-right: 5px;
  margin-top: 5px;
}

.agency .list_agency .item_detail .item_sub {
  padding-left: 20px;
}

.agency .list_agency .item_detail .item_sub p {
  margin-bottom: 0;
  font-size: 1.142rem;
  color: #444444;
}

.agency .list_agency .item_detail .item_sub i {
  font-size: 1.142rem;
  margin-right: 5px;
  color: #dcdcdc;
  margin-top: 5px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43px;
  flex: 0 0 43px;
}

.agency .list_agency .item_detail .item_sub a {
  margin-bottom: 0;
  font-size: 1.142rem;
  color: #444444;
  font-family: OpenSans-Regular, sans-serif;
}

.agency .map .tiptip-content h3 {
  font-family: "Open Sans SemiBold", sans-serif;
  color: black;
  font-size: 1.428rem;
}

.agency .map .tiptip-content a {
  font-size: 1rem;
  color: #1b1e21;
  font-family: OpenSans-Regular, sans-serif;
}

.agency .map .tiptip-content a i {
  width: 20px;
  color: #dcdcdc;
}

.contact {
  background: #f5f5f5;
  padding: 50px 0;
}

.contact .contact-content {
  padding: 48px 150px;
  background: #fff;
  position: relative;
}

.contact .contact-content:after {
  content: '';
  position: absolute;
  top: 42px;
  left: 0px;
  background: #eb0a1e;
  width: 3px;
  height: 59px;
}

.contact .contact-content h3,
.contact .contact-content h1 {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 24px;
  color: #202020;
  padding-bottom: 24px;
}

.contact .contact-content .content {
  padding: 10px 0;
}

.contact .contact-content .content p {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 14px;
  color: #444444;
}

.contact .contact-content .content ul li {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 14px;
  color: #444444;
  line-height: 1.4;
  letter-spacing: 0.6px;
  padding-top: 5px;
}

.contact .contact-content .content ul li:first-child {
  padding-top: unset;
}

.contact .contact-content .content img {
  margin: 30px 0px;
  width: 100%;
  height: auto;
}

.contact .want a {
  text-align: center;
  background: #dedede;
  color: #2d2928;
  transition: 0.3s all;
}

.contact .want a:hover {
  background: #eb0a1e;
  color: #ffff;
}

.contact .want a.active {
  background: #eb0a1e;
  color: #ffff;
}

.compare-detail .media-car {
  padding: 50px 0;
}

.compare-detail .media-car .info-title {
  background: #f5f5f5;
  border-left: 7px solid #eb0a1e;
  margin-bottom: 20px;
  height: 132px;
}

.compare-detail .media-car .info-title .title {
  padding-left: 30px;
}

.compare-detail .media-car .info-title .title:after {
  width: 0;
}

.compare-detail .media-car .info-title .title h3 {
  font-family: OpenSans-Bold, sans-serif;
  color: #202020;
  font-size: 1.714rem;
}

.compare-detail .media-car .info-title .title p.price {
  background: transparent;
  font-size: 1.285rem;
  font-family: "Open Sans Light", sans-serif;
  color: #eb0a1e;
}

.compare-detail .media-car .info-title .title p.price span {
  font-family: OpenSans-Bold, sans-serif;
}

.compare-detail .media-car .info-title .title p.sale {
  font-size: 13px;
  color: #ee3846;
  padding: 7px 0;
  font-family: "Open Sans SemiBold", sans-serif;
}

.compare-car {
  padding: 50px 0;
}

.compare-car .image-compare ul li {
  float: left;
  list-style: none;
}

.compare-car .image-compare ul li .item-cp {
  margin-left: 115px;
}

.compare-car .image-compare ul li .item-cp .image {
  width: 203px;
  height: 106px;
}

.compare-car .image-compare ul li .item-cp h5 {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1.285rem;
  color: #202020;
  margin: 10px 0;
}

.compare-car .list-compare a {
  font-family: OpenSans-Regular, sans-serif;
  color: #262626;
  font-size: 15px;
  padding: 10px 24px;
  background: #eeeeee;
  margin-right: 6px;
}

.compare-car .list-compare a:last-child {
  margin-right: 0;
}

.compare-car .list-compare a.active {
  background: #ed1b2f;
  color: #fff;
}

.compare-car .list-compare ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}

.compare-car .list-compare ul.tabs li {
  font-family: OpenSans-Regular, sans-serif;
  color: #262626;
  font-size: 15px;
  padding: 10px 24px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  flex: 0 0 auto;
}

.compare-car .list-compare ul.tabs li.current {
  background: #ed1b2f;
  color: #fff;
}

.compare-car .table-compare {
  margin-top: 10px;
}

.compare-car .table-compare .tab-content {
  display: none;
}

.compare-car .table-compare .tab-content.current {
  display: inherit;
}

.compare-car .table-dark td,
.compare-car .table-dark th,
.compare-car .table-dark thead th {
  border-color: transparent;
  color: black;
}

.compare-car .table-dark td {
  text-align: center !important;
}

.compare-car .table-dark td:nth-child(2) {
  text-align: left !important;
}

.compare-car .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.compare-car .table-dark {
  color: #fff;
  background-color: #e0e0e0;
}

.compare-car a.tuvan {
  width: 85%;
  margin: auto;
}

.select-compare {
  color: #202020;
  font-family: OpenSans-Bold;
  font-size: 14px;
  display: block;
  padding: 10px 30px;
  box-shadow: 0 -1px 5px #dcdcdc;
  text-align: center;
}

.select-compare:hover {
  color: #EB0A1E;
}

.select-compare2 {
  color: #202020;
  font-family: OpenSans-Bold;
  font-size: 24px;
  display: block;
  padding: 10px 30px;
  text-align: center;
  margin-bottom: 55px;
}

.select-compare2-fix:after {
  content: url("../../dist/images/boxsadow1.png");
  position: absolute;
  bottom: 10px;
  transform: translate(-50%, -50%);
  left: 50%;
}

.aos-animate {
  position: absolute;
  top: 34%;
  right: 7%;
  width: 573px;
}

@media screen and (max-width: 1600px) {
  .aos-animate {
    width: 450px;
    right: 7%;
  }
}

.aos-animate img {
  -webkit-animation: aos-animate 60S infinite linear;
  animation: aos-animate 60S infinite linear;
}

@keyframes aos-animate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lcs_wrap {
  display: inline-block;
  direction: ltr;
  height: 28px;
  vertical-align: middle;
}

.lcs_wrap input {
  display: none;
}

.lcs_switch {
  display: inline-block;
  position: relative;
  width: 73px;
  height: 28px;
  border-radius: 30px;
  background: #ddd;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.lcs_cursor {
  display: inline-block;
  position: absolute;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}

.lcs_label {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 33px;
  top: 5px;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out .1s;
  -ms-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}

.lcs_label.lcs_label_on {
  left: -70px;
  z-index: 6;
}

.lcs_label.lcs_label_off {
  right: -70px;
  z-index: 5;
}

/* on */
.lcs_switch.lcs_on {
  background: #75b936;
  box-shadow: 0 0 2px #579022 inset;
}

.lcs_switch.lcs_on .lcs_cursor {
  left: 48px;
}

.lcs_switch.lcs_on .lcs_label_on {
  left: 10px;
  opacity: 1;
}

/* off */
.lcs_switch.lcs_off {
  background: #b2b2b2;
  box-shadow: 0px 0px 2px #a4a4a4 inset;
}

.lcs_switch.lcs_off .lcs_cursor {
  left: 3px;
}

.lcs_switch.lcs_off .lcs_label_off {
  right: 10px;
  opacity: 1;
}

/* disabled */
.lcs_switch.lcs_disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}

/*# sourceMappingURL=main.css.map */

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {}

span.input-group-addon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

/* error */

.check-security input.error:before {
  content: '';
  position: absolute;
  left: 36px;
  top: -3px;
  margin: 4px;
  width: 20px;
  height: 20px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid red;
}
.book-container .check-security label{
  padding-top:  10px;
}

.footer .form-group label.error,
.utility .form-group label.error {
  position: absolute;
  white-space: nowrap;
  bottom: -13px;
  left: 45px;
  margin-bottom: 0px;
  font-size: 11px;
  color: red;
}

.footer .detailpage__form-content label.error,
.utility .form-group .name label.error,
.utility .form-group .phone label.error {
  font-size: 11px;
  color: #eb0a1e;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 5px;
  line-height: 1.3;
  padding-left: 0;
}

.car-price .check-security input.error:before,
.car-sale .car-sale-widget .check-security input.error:before {
  left: -5px;
  top: -5px;
}

/* ket qua dinh gia xe */

.valuation{}

.valuation .valuation__container{}

.valuation .valuation__top{
  position: relative;
}

.valuation .valuation__top img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.valuation .valuation__top h5,
.valuation .valuation__top h1 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 68px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.valuation .valuation__content{
  background: #F5F5F5;
}

.valuation .valuation__results{
  height: fit-content;
  max-width: 1040px;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
  padding: 40px;
  transform: translateY(-10%);
}

.valuation .valuation__results-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.valuation .valuation__results-top--name,
.valuation .valuation__results-top h2 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.025em;
  color: #1A1A1A;
}

.valuation .valuation__results-top--back,
.valuation .valuation__results-top a {
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #EB0A1E;
  display: flex;
  align-items: center;
  gap: 10px;
}

.valuation .valuation__results-options {
  padding: 20px 0;
}

.valuation .valuation__results-item--img {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}

.valuation .valuation__results-item {
  background: #F5F5F5;
  border-radius: 4px;
  gap: 20px;
  padding: 10px 20px;
  margin-bottom: 6px;
}

.valuation .valuation__results-item--name {
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #1A1A1A;
  display: block;
  margin-bottom: 10px;
}

.valuation .valuation__results-item--type {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.025em;
  color: #84888B;
}

.valuation .valuation__results-imgs {
  position: relative;
  max-width: 240px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin: auto;
}

.valuation .valuation__results-imgs img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 280px;
  max-width: 280px;
}

.valuation .valuation__results-endows--content {
  padding-right: 30px;
}

.valuation .valuation__results-endows--title {
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0.025em;
  color: #000000;
  margin-bottom: 20px;
}

.valuation .valuation__results-endows--item {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #000000;
}

.valuation .valuation__results-bottom {
  padding-top: 20px;
}

.valuation .valuation__results-bottom p {
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #000;
}

.valuation .valuation__results-bottom p span {
  font-size: 50px;
  line-height: 68px;
  color: #EB0A1E;
}

.valuation .valuation__results-bottom .more a {
  padding: 12px 80px;
  text-transform: uppercase;
}
.g-recaptcha {
    display: flex;
    flex-direction: column;
}
.form-group.form-group-capcha{
    display: flex;
    flex-direction: column;
    padding-top:  8px;
}
.form-group .form-group.form-group-capcha label.form-capcha-error {
    position: inherit;
    top: auto;
}
.daterangepicker.ltr.single.opensright{
  display: none;
}

label.form-capcha-error {
    color: red;
    font-size: 11px;
}

.info-like label.form-capcha-error {
    color: red;
    font-size: 11px;
}

.top-menu .main-menu .menu-home ul li a.active{
        color: #ed1b2f;
    }
    .stellarnav > ul li.active > a:after {

        bottom: -7px;

    }

.form-group.form-group-capcha {
    padding-left: 40px;
}

.form-group.form-group-capcha .g-recaptcha {
    padding-bottom: 10px;
}

.login .widget-login form .form-group {
  padding-left:   0px;
}