* {
  touch-action: manipulation !important;
}

@font-face {
  font-family: ggfont;
  src: url("../font/GoogleSans-Regular.woff");
  font-weight: normal;
}

@font-face {
  font-family: ggfont;
  src: url("../font/GoogleSans-Medium.woff");
  font-weight: 500;
}

@font-face {
  font-family: ggfont;
  src: url("../font/GoogleSans-Bold.woff");
  font-weight: bold;
}

body {
  overflow-x: hidden;
  font-family: ggfont;
  font-size: 16px;
}

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

a i.fa,
button i.fa {
  margin: 0 5px;
}

h1 {
  font-weight: bolder;
}

main {
  margin-top: 52px;
}

.disabled {
  cursor: not-allowed;
}

.clickable {
  cursor: pointer;
}

.menu-large {
  position: static !important;
}

.menu-large .megamenu {
  padding: 20px;
  width: 100%;
  max-width: 1140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -1px;
}

.menu-large a.nav-link {
  padding: 7px !important;
  padding-left: 0 !important;
}

.img-responsive {
  width: 100%;
}

.hyundai-navbar-toggler {
  padding: 0 4px;
  display: inline-block;
  margin: 0;
}

.hyundai-navbar-toggler img {
  width: 36px;
  display: inline-block;
}

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

/*--*/

section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-header span {
  font-size: 28px;
  text-transform: uppercase;
}

.no-padding {
  padding: 0;
}

.map-product {
}

.map-product a.item {
  float: left;
  width: 20%;
  padding: 10px 5px;
  text-align: center;
  display: block;
  margin-top: 20px;
  position: relative;
}

.map-product a.item:hover {
  text-decoration: none;
}

.map-product a.item:hover img {
  opacity: 0.7;
}

.map-product a.item img {
  width: 100%;
  transition: 0.2s;
}

.map-product a.item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}

.map-product a.item span.price {
  font-size: 16px;
  color: #606060;
}

.map-product a.item .khuyenmai {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffffa6;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  border-radius: 4px;
  color: #f00;
}

.map-product a.item .khuyenmai img {
  width: 20px;
  margin-top: -4px;
}

/*--*/
.news {
}

.news .item {
  margin: 16px 0;
  padding: 5px;
  position: relative;
}
.news .item a {
  display: inline-block;
}
.news .item-margin {
  margin-bottom: 30px;
}

.news .item h4 {
  color: #333;
  font-size: 16px;
  margin-top: 12px;
  font-weight: bold;
  height: 40px;
}

.news .item .description {
  color: #888;
  font-size: 14px;
}

.news .item a:hover {
  text-decoration: none;
}

.news .item:hover {
  background: #f8f8f8;
}

.date-wrapper {
  color: #ffffff;
  text-align: center;
  margin: 0;
  border-bottom: 2px solid #e5e5e5;
  width: 32px;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.date-wrapper .date-m {
  padding: 2px;
  text-transform: uppercase;
  font-weight: 100;
  background: #003a70;
  font-size: 10px;
  line-height: 1;
  display: block;
}

.date-wrapper .date-d {
  font-size: 14px;
  line-height: 1;
  padding: 2px 0;
  background: #ffffff;
  color: #343331;
  display: block;
}

/*--*/

.why-us {
  background: #003a70;
  color: #fff;
}

.why-us .features {
  margin: 20px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

.why-us .features i {
  font-size: 36px;
  float: left;
}

.why-us .features h4 {
  font-size: 20px;
  font-weight: bold;
  margin-left: 60px;
  margin-bottom: 8px;
}

.why-us .features p {
  font-size: 16px;
  margin-left: 60px;
  color: #fff;
  opacity: 0.7;
}

.why-us .counters {
  padding-top: 40px;
}

.image-fade-slide {
  margin-bottom: 20px;
}

/*--*/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

/* ==================================================
    Header Styling
  ================================================== */

#header-info {
  background: #003a70;
  /* height: 36px; */
  padding: 4px 12px;
}

#header-info #logo {
  width: 250px;
  color: #fff;
  font-size: 20px;
}

#header-info #logo a {
  /* font-size: 36px; */
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#header-info #logo img {
  padding: 0;
  margin: 0;
  max-height: 20px;
}

#header-info .social-nav {
  margin-top: 15px;
}

#header-info .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header-info .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  list-style-type: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  /* float: right; */
  display: inline-block;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  margin: 0;
  width: 100%;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 4px 12px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 300;
  opacity: 0.5;
  font-size: 16px;
  outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #ffffff;
  opacity: 1;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #199eb8;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

.navbar-toggler-menu {
  padding: 0 12px;
  font-size: 32px;
  line-height: 12px;
  border: none;
  background: transparent;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 89;
  /* margin: 2px 8px 0 0; */
  border: 0;
  background: none;
  line-height: 42px;
  font-size: 24px;
  height: 38px;
  display: none;
  transition: all 0.2s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 88px;
  padding-top: 18px;
  bottom: 0;
  z-index: 99998;
  background: #ffffff;
  left: -260px;
  width: 260px;
  height: 343px;
  overflow-y: auto;
  transition: 0.2s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #111;
  font-size: 16px;
  overflow: hidden;
  font-weight: bold;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #003a70;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199eb8;
}

#mobile-nav ul .menu-item-active {
  color: #199eb8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 99997;
  top: 91px;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--*/
.navbar {
  background-color: rgba(255, 255, 255, 0.91);
  padding: 5px 0;
  backdrop-filter: blur(5px);
}

.navbar-brand {
  display: inline-block;
  /* padding: 8px 0; */
  margin-right: 24px;
  font-size: 1.125rem;
  padding: 0;
}

.navbar-brand img {
  height: 40px;
  /* padding: 4px 0; */
}

.navbar .navbar-nav > .nav-item > .nav-link {
  font-weight: 500;
  padding: 8px 16px !important;
  color: #111;
  font-size: 16px;
}

.navbar .navbar-nav > .nav-item > .nav-link.active,
.navbar .navbar-nav > .nav-item > .nav-link:hover,
.navbar .navbar-nav > .nav-item > .nav-link:focus {
  background: #003a70;
  color: #fff;
}

.navbar .megamenu {
  padding: 30px !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar .menu-large h5 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: dotted 1px #555;
}

.navbar .menu-large ul {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.navbar .menu-large ul .nav-item {
  list-style-type: none;
  border-bottom: solid 1px #eee;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 0;
}

.navbar .menu-large ul .nav-item a {
  /* color: #999; */
  font-size: 0.738rem;
  display: block;
  padding: 0 !important;
}

.navbar .menu-large ul .nav-item a:hover {
  text-decoration: none;
}

.navbar .menu-large .banner {
  margin-bottom: 10px;
}

.navbar #basket-overview {
  padding: 0;
}

.navbar .navbar-btn {
  color: #fff;
  margin-right: 10px;
}

.navbar ul.menu-item-col4 {
  padding: 0;
  width: 100%;
}

.navbar ul.menu-item-col4 li {
  list-style: none;
  display: inline-block;
  text-align: center;
  float: left;
  margin: 10px 0;
  padding: 5px;
  width: 25%;
}

.navbar ul.menu-item-col4 li a {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.navbar ul.menu-item-col4 li a img {
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

.navbar ul.menu-item-col4 li a:hover img {
  opacity: 0.8;
}

.navbar .menu-item-col12 {
}

.navbar .menu-item-col12 li {
  list-style: none;
  display: flex;
  margin: 20px 0;
}

.navbar .menu-item-col12 li a {
  color: #333;
  font-weight: bold;
}

.navbar .menu-item-col12 li a img {
  float: left;
  width: 80px;
  margin-right: 10px;
  margin-top: -13px;
}

.navbar .menu-item-col12 li a:hover img {
  opacity: 0.8;
}

/*--*/

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

#footer {
  background: #000;
  padding: 40px 0;
  color: #fff;
}

#footer .footer-info {
  margin-bottom: 30px;
}

#footer .footer-info h3 {
}

#footer .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer h4 {
  font-size: 16px;
  font-weight: bold;
  /* color: #111; */
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-top: 20px;
}

#footer .footer-links {
  /* margin: 24px 0; */
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul i {
  padding-right: 8px;
}

#footer .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-links ul a {
  color: #dbdbdb;
  font-size: 16px;
}

#footer .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-contact {
}

#footer .footer-contact p {
  line-height: 25px;
  font-size: 16px;
}

#footer .footer-contact p.text-italic {
  font-style: italic;
}

#footer .footer-contact p img {
  width: 80px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}

/*--*/
#footer-fixed-wapper {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 9999;
  display: none;
}

#footer-fixed-wapper .box {
  background-image: linear-gradient(
    to right bottom,
    #124da6,
    #0076c6,
    #009bca,
    #00bcb8,
    #40d89d
  );
  padding: 4px;
  color: #fff;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}

#footer-fixed-wapper .box span.close {
  position: absolute;
  top: -13px;
  left: 0;
  font-size: 12px;
  background: #fff;
}

#footer-fixed-wapper .box span.close:hover {
  cursor: pointer;
}

#footer-fixed-wapper .box a {
  color: #fff;
  font-size: 18px;
}

/*--*/
#copyright {
  background: #333;
  color: #ccc;
  padding: 12px 0;
  font-size: 12px;
}

#copyright p {
  margin: 0;
}

.dropdown-menu {
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: 400;
  color: #212529;
}

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

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #4fbfa8;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
}

/*--*/

.social-links a {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
  transition: 0.3s;
}

.social-links a img {
  width: 36px;
}

/*--*/

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  text-align: center;
  right: 15px;
  bottom: 15px;
  transition: background 0.3s;
  z-index: 9999;
}

.back-to-top img {
  width: 100%;
}

.back-to-top img:hover {
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.2s;
}

.back-to-top:hover img.car-up-view {
  display: none;
}

.back-to-top img.car-light {
  display: none;
}

.back-to-top:hover img.car-light {
  display: block;
}

/*--*/
.nav-page-breadcrumb {
}
.nav-page-breadcrumb .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 4px 0;
}

.nav-page-breadcrumb ol li {
  display: inline;
}

.nav-page-breadcrumb ol li.active {
  color: #fff;
  opacity: 0.7;
}

.nav-page-breadcrumb ol li a {
  color: #ffffff;
  display: inline-block;
}

.scpage-header {
  padding: 40px 0 32px 0;
  background-color: #003a70;
  color: #fff;
  background-image: url("../img/car-bg.png");
  background-position: center right;
  background-size: cover;
}

.scpage-header h1 {
  font-size: 32px;
  text-shadow: 2px 2px #0000006b;
}

/*--*/
.price-table {
  /* font-size: 14px; */
  margin: 24px 0;
}

.price-table table thead tr th.image-car img {
  width: 100px;
}

/*--*/

.saler {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 10px;
}

.saler img {
  width: 100%;
  text-align: center;
}

.saler .details {
  background-image: linear-gradient(
    to right bottom,
    #124da6,
    #0076c6,
    #009bca,
    #00bcb8,
    #40d89d
  );
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

.saler h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.saler span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.saler .social {
  margin-top: 15px;
}

.saler .social a {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 5px 2px 5px;
  margin: 0 2px;
}

.saler .social a:hover {
  text-decoration: none;
  color: #0071bc;
  background: #fff;
}

.saler .social i {
  font-size: 16px;
  margin: 0 2px;
}

/*--*/
.installment {
}

.installment p {
  font-size: 18px;
}

.installment h4,
.right-title h4 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #0071bc;
  margin-top: 20px;
  margin-bottom: 20px;
}

.installment blockquote {
  background: #f5f5f5;
  padding: 16px;
  font-size: 14px;
  color: #242424;
}

.item-installment {
  font-size: 16px;
}

.item-installment ul {
  padding: 0;
}

.item-installment ul li {
  list-style: none;
  margin: 8px 0 8px 16px;
  position: relative;
}

.item-installment ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fdb30c;
  left: -12px;
  top: 8px;
}

/*--*/
.iwesform {
  font-family: "Lato", sans-serif;
}

.cf-field {
  position: relative;
}

.cf-field i {
  color: #424242;
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 14px;
}

.iwesform input,
.iwesform textarea {
  padding: 4px 50px 4px 15px;
  height: 35px;
  background-color: #f7f7f7;
  border: solid 1px #f7f7f7;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.iwesform textarea {
  padding: 15px;
  height: 200px !important;
  color: #333;
}

.iwesform button {
  height: 36px;
  background: #003a70;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  padding: 0 20px;
  border: none;
}

.iwesform button:hover {
  background: #0064a7;
}

.iwesform label {
  font-size: 12px;
  text-transform: uppercase;
}

/*--*/
.background-wrapper {
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
}

.background-building {
  background-image: url(../img/building-city.jpg);
}

.background-roadmoutain {
  background-image: url(../img/road-moutain.jpg);
}

.background-mountain {
  background-image: url(../img/mountain.jpg);
}

.background-building {
  background-image: url(../img/building-city.jpg);
}

.cover-caption {
  margin: 16px 0;
  background: #ffffff85;
  padding: 20px;
  /* border-radius: 12px; */
  backdrop-filter: blur(10px);
  /* border: 2px solid #f5f5f5; */
}

.cover-caption h1 {
  font-size: 32px;
  font-weight: bold;
}

.cover-caption button {
  border-radius: 0;
  margin: 4px 8px;
}

.cover-image img {
  /* margin-top: 30px; */
}

/*--*/
#header-info {
  position: relative;
}

/*--*/
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-dark-bg {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  backdrop-filter: blur(4px);
}

.modal-contact p {
  line-height: 20px;
  font-size: 16px;
}

.modal-contact p.text-italic {
  font-style: italic;
}

.modal-contact p img {
  width: 80px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}

.modal-header {
  color: #fff;
  background-image: linear-gradient(
    to right bottom,
    #124da6,
    #0076c6,
    #009bca,
    #00bcb8,
    #40d89d
  );
  border-radius: 0;
}

/*--*/
.post-content {
  /* margin: 30px 0; */
}

.post-content h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.post-content .description {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold;
}

.post-content .content,
.post-content .content img {
  max-width: 100%;
  font-size: 18px;
  margin: 16px 0;
}

/*--*/

.result-free {
  margin: 20px 0;
  font-size: 14px;
}

.result-free .item {
  margin: 10px 0;
  /* border: 1px solid #8fbcff; */
  padding: 10px 0;
  /*background: #e5e5e5;*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);*/
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.result-free .item .form-control {
  border: none;
  background: #f5f5f5;
  border-radius: 0 !important;
}

.iwesauto-accordion {
}

.iwesauto-accordion .card {
  text-align: center;
  border-radius: 0;
  border: none;
  margin: 10px 0;
}

.iwesauto-accordion .card-header {
  padding: 0;
  border: none;
  background: #e2f3ff;
}

.iwesauto-accordion .card-header a.card-link {
  padding: 10px;
  display: block;
  color: #111;
  border: none;
  font-weight: bold;
}

.iwesauto-accordion .card-body {
  padding: 10px 0;
}

.text-1row {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.text-2row {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.text-3row {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
/*--*/
.swiper-button-next img,
.swiper-button-prev img {
  width: 40px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.sticky-top {
  top: 60px;
  z-index: 998;
}
.sticky-top-90 {
  top: 90px;
}

.autoinfo-content img {
  max-width: 100%;
}

.btn {
  border-radius: 0;
}

.service-item {
  text-align: center;
  margin: 16px 0;
}
.service-item img {
  width: 60px;
}
.service-item h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0;
}
.service-item p {
  font-size: 12px;
  margin: 0;
}
.sc-gray {
  background: #f5f5f5;
}
.rotate5 {
  transform: rotate(5deg);
}
/*--*/
.autoinfo-head span {
  font-size: 36px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #0071bc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.autoinfo-content {
  text-align: center;
}
.autoinfo-content h2 {
  margin: 20px 0;
  font-size: 36px;
}
.autoinfo-content h3 {
  margin: 16px 0;
  font-size: 32px;
}
.autoinfo-content h4 {
  margin: 12px 0;
  font-size: 24px;
}
.autoinfo-content h5 {
  margin: 8px 0;
  font-size: 20px;
}
.autoinfo-content p {
  margin: 12px 0;
}
.autoinfo-content img {
  margin: 12px 0;
}
/*--*/
.phienban-item {
  display: flex;
}
.phienban-item img {
  /* width: 80px; */
  height: 60px;
  margin-right: 12px;
  display: inline-block;
}
.phienban-item h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
.phienban-item p {
  margin: 0;
  color: #c51414;
}
.table {
  color: #111;
}
.sc-testdriver {
  background: url("../img/laithu-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.sc-testdriver .text-center {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 8px;
}

.sc-testdriver .text-center h4 {
  margin-bottom: 16px;
}
/*--*/
/*--*/
/*--*/
/*--*/
/*--*/

/*-Responsive-*/
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px !important;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-nav > .nav-item > .nav-link {
    padding: 10px 15px !important;
  }

  .navbar .megamenu {
    padding: 15px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar .dropdown-menu {
    position: relative !important;
    border: none;
  }
  .navbar-collapse {
    height: 500px;
    overflow: scroll;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

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

  .map-product a.item .khuyenmai {
    right: 0;
    left: 0;
    margin: auto;
  }

  .map-product a.item {
    width: 49%;
  }

  .saler {
    margin-top: 0;
  }

  .price-table {
    font-size: 14px;
    margin: 20px 0;
  }

  .navbar .menu-large h5 {
    font-size: 0.9rem;
  }

  .cover-caption {
    /* margin-top: 50px; */
  }

  #header-info {
    /* height: 40px; */
  }

  #header-info #logo {
    /* margin: 14px 0 0 0; */
  }

  #header-info #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }

  #header-info #logo img {
    max-height: 30px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  .section-header {
    margin-bottom: 16px;
  }

  .section-header span {
    font-size: 24px;
  }

  .nav-page-breadcrumb .breadcrumb {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .scpage-header {
    padding: 24px 0 20px 0;
  }

  .autoinfo-content {
    text-align: center;
  }
  .autoinfo-content h2 {
    margin: 12px 0;
    font-size: 28px;
  }
  .autoinfo-content h3 {
    margin: 12px 0;
    font-size: 20px;
  }
  .autoinfo-content h4 {
    margin: 8px 0;
    font-size: 16px;
  }
  .autoinfo-content h5 {
    margin: 4px 0;
    font-size: 12px;
  }
  .autoinfo-content p {
    margin: 8px 0;
    font-size: 14px;
  }
  .autoinfo-content img {
    margin: 12px 0;
  }

  .autoinfo-head span {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #0071bc;
    margin: 16px 0;
  }

  /**/

  .saler {
    text-align: center;
    margin: 20px 0;
    display: flex;
    background-image: linear-gradient(
      to right bottom,
      #124da6,
      #0076c6,
      #009bca,
      #00bcb8,
      #40d89d
    );
  }

  .saler img {
    width: 100px;
    height: 100px;
    text-align: center;
  }

  .saler .details {
    background-image: none;
    color: #fff;
    padding: 8px;
    border-radius: 0 0 3px 3px;
  }

  .saler h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 16px;
  }

  .saler span {
    display: block;
    font-size: 14px;
    margin: 0;
  }

  .saler .social {
    margin-top: 15px;
  }

  .saler .social a {
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 12px 4px 12px;
    margin: 0 2px;
  }

  .saler .social a:hover {
    text-decoration: none;
    color: #0071bc;
    background: #fff;
  }

  .saler .social i {
    font-size: 16px;
    margin: 0 2px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    width: 128px;
    margin-left: 16px;
  }

  .home-banner-slide {
    margin-top: 50px;
  }

  section {
    padding: 24px 0;
  }

  .navbar .menu-item-col12 li {
    margin: 10px 0;
  }

  .back-to-top {
    width: 30px;
    right: 15px;
    bottom: 100px;
  }

  .background-wrapper {
    padding: 30px 0;
  }

  #footer-fixed-wapper {
    bottom: 0;
  }
  .scpage-header h1 {
    font-size: 24px;
  }
  .nav-page-breadcrumb {
    font-size: 12px;
  }
  .service-item {
    display: flex;
    text-align: left;
    margin: 8px 0;
  }
  .service-item p {
    display: none;
  }
  .service-item img {
    width: 30px;
    align-self: center;
    margin-right: 12px;
  }
  .service-item h2 {
    align-self: center;
    margin: 0;
    font-size: 14px;
  }
  .news .item .description {
    display: none;
  }
  .why-us .features h4 {
    font-size: 16px;
  }
  .why-us .features p {
    font-size: 14px;
  }
}

/*--*/
