/*
Theme Name: Web oto
Description: Web vw
Author: Truong Phong
Author URI: themewpgiare.com
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @font-face {
	font-family: "UTMHanzel";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/assets/font/UTMHanzel.woff") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "UTMBanque";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/assets/font/UTMBanque.woff") format("truetype");
	font-display: swap;
}
 */
@font-face {
	font-family: "UTMBanqueBold";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/assets/font/UTMBanqueBold.woff") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "Calibri";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/inc/fonts/calibri.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Calibri Italic";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/inc/fonts/calibrii.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Calibri Bold";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/inc/fonts/calibrib.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Calibri Bold Italic";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/inc/fonts/calibriz.ttf") format("truetype");
	font-display: swap;
}

/*** MENU ***/
/* .header-main .nav > li > a {
    font-family: "Calibri",sans-serif;
} */
/*** END MENU ***/
/* body {
	font-family: "Calibri", sans-serif
}

.nav>li>a {
	font-family: "Calibri", sans-serif;
} */

/* h1,
h2,
h3,
h4,
h5,
h6,
.tab a span,
.heading-font {
	font-family: "Calibri Bold", sans-serif;
	font-weight: normal;
} */
/*** HOME ***/
.tabCar h3 {
    font-weight: normal;
}
.tabCar .box-text p {
    color: #aeaeae;
	/* font-family: "Calibri", sans-serif; */
	font-size: 14px;
	text-transform: uppercase;
}
.box-blog-post .is-divider {
    background: transparent;
}
/*** SS CTA ***/
.ss-cta .icon-box {
    background: #bc202d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ss-cta .icon-box h3 {
	color: #fff;
}
.ss-cta .icon-box .icon-box-img {
	padding: 15px;
    background: #fd8304;
}
.ss-cta .icon-box .icon-box-img img {
	padding: 0;
}
/*** PRODUCT PAGE ***/
.menuScroll ul {
	text-align: center;
	margin-bottom: 0;
}
.menuScroll ul li {
	list-style: none;
	display: inline-block;
	width: 15%;
}
.menuScroll ul li a {
	/* font-family: "UTMBanque", sans-serif; */
	font-weight: bold;
	
}
.titleProductPage .section-title-normal {
	border: none !important;
}
.titleProductPage .section-title-normal span {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
	font-size: 60px;
}
.rowCar .box h3 {
    font-weight: normal;
}
.rowCar .box p {
	color: #aeaeae;
	font-family: "UTMHanzel", sans-serif;
	font-size: 14px;
}
.rowCar .box .box-text {
    min-height: 215px;
}
.titleRL b {
    background: transparent;
}
/*** FOOTER ***/
#footer .col {
    padding-bottom: 0;
}
#footer ul {
	list-style: none;
}
#footer ul li {
    margin-left: 0;
    border: 0;
}
#footer ul li a {
	font-size: 12px;
	padding: 0;
}
#footer .section-title-container {
	margin-bottom: 5px;
}
/*** FORM POPUP ***/
#bao-gia-uu-dai, #dang-ky-lai-thu {
	background: #f9f9f9;
}
#bao-gia-uu-dai .wpcf7-submit, #dang-ky-lai-thu .wpcf7-submit {
    background: #29487d;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
#bao-gia-uu-dai span.titleF, #dang-ky-lai-thu span.titleF {
    background: #ff0000;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
/*** END FORM POPUP ***/
/*** AUTO POPUP ***/
#popupUuDai .wpcf7-submit {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #5d1215;
}
#bao-gia-uu-dai .wpcf7-submit:before, #dang-ky-lai-thu .wpcf7-submit:before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        #fafafa 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}
/*** start hotline ***/
.hotlinefix {
  position: fixed;
  bottom: 35px;
  left: 42px;
  z-index: 99;
}

.hotlinefix .phone {
  width: 220px;
  background: #FFF;
  border-radius: 39px;
  left: -30px;
  top: -29px;
  position: absolute;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.hotlinefix .phone p {
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.hotlinefix .phone p a {
  font-style: inherit;
  color: #F00;
  text-shadow: none;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 66px;
  margin-left: 70px;
}

.circle-hotline {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #F00;
  -webkit-transition: height .25s ease, width .25s ease;
  transition: height .25s ease, width .25s ease;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  margin-top: 3px;
  margin-left: -3px;
}

.circle-hotline span {
  margin: 12px;
  display: inline-block;
  -webkit-animation: ring-anim 1s infinite ease-in-out;
  animation: ring-anim 1s infinite ease-in-out;
}

.circle-hotline img {
  width: 50px;
  max-width: 100%;
  height: auto;
}

.circle-hotline:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.circle-hotline:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.circle-hotline:before, .circle-hotline:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #F00;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes ring-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes ring-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
/*** end hotline ***/
/*** POPUP BÃO GIÃ ***/
.btn-popup-report-price {
	display: block;
	height: 50px;
	position: fixed;
	bottom: 10px;
	background: #b70100;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	z-index: 999999999;
	color: #fff;
	font-weight: 700;
	font-size: 125%;
	border-radius: 25px;
	padding: 5px;
	-moz-animation-duration: 500ms;
	-moz-animation-name: calllink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: 500ms;
	-webkit-animation-name: calllink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: 500ms;
	animation-name: calllink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}    
.btn-popup-report-price {
	right: 0;
	width: 220px;
}    
.btn-popup-report-price em {
	position: relative;
	color: #b70100;
	font-size: 30px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-right: 5px;
}    
.btn-popup-report-price em:before {
	position: absolute;
	top: 5px;
	left: 4px;
}




.back-to-top {
	bottom: 100px;
	background: #ac2b31 !important;
}
@keyframes calllink {
    0% {
        color: #eba11e;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #ebfa48;
    }
}
.back-to-top i {
    color: #fff !important;
}

.has-transparent #menu-toggle {
    color: white;
}
#menu-toggle {
    z-index: 99;
    background: transparent;
    font-size: 28px;
    font-weight: 100;
    border: none;
    min-height: 48px;
    max-height: 48px;
    line-height: 1;
    padding: 0;
    margin-top: -12px;
}
#menu-toggle span {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}
.has-transparent #menu-toggle {
    color: #fff;
}
.has-transparent .stuck #menu-toggle {
    color: #333;
}
div#logo {position: absolute;right: 300px;top: 30px;}
div#logo img {
    width: 60px !important;
    max-height: 60px !important;
    border-radius: 100%;
}
.stuck #logo img {
    background: white;
}
div#logo a {
    height: inherit;
    position: relative;
}
.has-transparent div#logo a:before,
.has-transparent div#logo a:after {
    background: white;
}
div#logo a:before,
div#logo a:after {
    content: '';
    width: 100vw;
    height: 2px;
    background: #333;
    position: absolute;
    top: 28px;
    left: -101vw;
    display: block;
}
div#logo a:after {
    right: -101vw;
    left: auto !important;
}
.stuck div#logo a:before,
.stuck div#logo a:after,
.has-transparent .stuck div#logo a:before,
.has-transparent .stuck div#logo a:after {
    display: none;
}
.header-logo-dark {
  display: none !important;
}
.stuck div#logo {
    top: 0;
    padding: 4px;
}
#menu-toggle {
    left: 100px;
    top: -12px;
}
.stuck #menu-toggle {
    color: #333;
}
body .header-logo-dark {
  display: inline !important;
}
/* Khi scroll xuống */
body.scrolled .header-logo-dark {
  display: none !important;
}
body.scrolled .header_logo {
  display: inline !important;
}

#slide-menu-wrapper {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #002b5b;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  color: white;
  flex-direction: row;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#slide-menu-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
#menu-sidebar {
  width: 60px;
  background: #002b5b;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 66px 10px;
  color: white;
  z-index: 2;
}
.menu-close {
  font-size: 18px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
.slide-menu-panel {
  flex: 1;
  background: white;
  color: black;
  padding: 60px 20px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  position: absolute;
  top: 0;
  left: 60px;
  width: calc(100vw - 60px);
  height: 100vh;
  overflow-y: auto;
}
.slide-menu-panel.main-panel {
  background: #002b5b;
  color: white;
  display: flex;
}
.slide-menu-panel.is-active {
  transform: translateX(0);
  z-index: 1;
}
.menu-info-more {
  border-left: 1px solid #ccc;
  padding: 40px;
}
.menu-links ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  font-weight: normal;
  font-size: 14px;
}
.menu-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  flex-basis: 60%;
}
.menu-list li {
  margin: 16px 0;
  position: relative;
  width: fit-content;
}
.menu-list a,
.menu-list button {
  color: inherit;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  width: 100%;
  text-transform: none;
  padding: 0;
  line-height: 1;
  min-height: auto;
}
.menu-list button {
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu-list .arrow {
  float: right;
  font-size: 36px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
}
button.go-back {
    padding: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.menu-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.menu-info-more .menu-links a {
    color: white;
}
.menu-info-more h6 {
    font-size: 18px;
    color: white;
    margin-bottom: 16px;
}

.home_ss2 h2 {
    font-size: 56px;
    margin-bottom: 0;
}
a.button {
    font-weight: 400;
}
.home_ss2 .col {
    padding-bottom: 0;
}
.home_ss2 {
    border-bottom: 1px solid #ddd;
}
.home_ss2 .row {
    align-items: center;
}
.home_ss2 .button {
    margin-bottom: 0;
}
.home_ss3 h2 {
    font-size: 56px;
    margin-bottom: 0;
    border-left: 2px solid #ddd;
    padding-left: 80px;
}
h4._sub-title {
    font-size: 16px;
    margin-bottom: 0;
}
h2._title {
    font-size: 28px;
}
a.button.is-underline {
    font-size: 16px;
    text-transform: none;
    padding: 0;
}
a.button.is-underline::before {
    width: 100%;
    left: 0;
    bottom: 6px;
    height: 1px;
    opacity: .7;
}
.home_ss7 h4,.home_ss8 h4 {
    font-size: 28px;
    margin-bottom: 8px;
}
.home_ss7 p,.home_ss8 p {
    font-size: 16px;
}
.home_ss8 .row {
    align-items: center;
}
.home_ss9 h2 {
    font-size: 56px;
}
.home_ss10 .text-box-content h2 {
    font-size: 24px;
}
.home_ss10 .text-box-content a.button span {
    font-size: 14px;
}
.ltx h2 {
    font-size: 36px;
    margin-bottom: 12px;
}
.your-like h2 {
    font-size: 36px;
    margin-bottom: 24px;
}
.your-like h3 {
    font-size: 24px;
}
.your-like a.button.primary.is-underline {
    margin: 0;
}
.phongvt-buttom-wrapper h2 {
    font-size: 36px;
}
.single_product_ss1 {
    align-items: start;
}
.single_product_ss1 .section-content {
    padding-top: 200px;
}
.single_product_ss1 h1 {
    font-size: 56px;
    margin-bottom: 24px !important;
}
.single_product_ss1 .page-title {
    padding-top: 0 !important;
}
.single_product_ss1 .page-title .page-title-inner {
    padding-top: 0;
}
.single_product_ss2 h2 {
    font-size: 48px;
    position: absolute;
    left: 100px;
    top: 30px;
    text-align: left;
}
.single_product_ss2 .ss_menu {
    margin: 0;
    display: flex;
}
.single_product_ss2 .ss_menu li {
    list-style: none;
    margin-bottom: 0;
}
.single_product_ss2 li a {
    color: #333;
}
.single_product_ss2 .ss_menu .col {
    padding-bottom: 0;
}
.single_product_ss2 .ss_menu .col a.button {
    margin-bottom: 0;
}
.single_product_ss2 .ss_menu {
    align-items: center;
}
ul.ct_tskt {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.ct_tskt li {
    list-style: none;
    flex-basis: 16.67%;
    font-weight: 600;
}
ul.ct_tskt li span {
    font-weight: 400;
    display: block;
}
ul.ct_tskt li p {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
}
ul.ct_tskt li p span {
    font-size: 18px;
    font-weight: 400;
}
.home_ss9 a.button {
    margin-bottom: 0;
}
.single_product_ss2 .button-custom {
    position: relative;
    width: 100%;
    height: 44px;
    border: 0;
}
.single_product_ss2 .button-custom:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    display: flex;
    position: absolute;
    top: 22px;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.single_product_ss2 .button-custom span {
    width: fit-content;
    border: 2px solid;
    padding: 8px 24px;
    border-radius: 25px;
    background: white;
    position: relative;
    width: 160px;
    display: block;
    margin: 0 auto;
}
.single_product_ss2 .button-custom span:before {
    content: '';
    width: 180px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: -1;
    margin-left: -13px;
}
.single_product_ss2 .button-custom:hover {
    background: none;
}
.single_product_ss2 .button-custom:hover span {
    background: #00285c;
    border-color: #00285c;
}
.single_product_ss3 h2 {
    font-size: 32px;
    margin-bottom: 40px;
}
.single_product_ss5 .accordion {}
.single_product_ss5 .accordion .accordion-item:first-child .accordion-title {
    border: 0;
}
.single_product_ss5 .accordion .accordion-title {
    font-size: 16px;
}
.white {
    color: #333 !important;
}
.single_product_bnin4 .col-inner {
    width: 700px;
    margin-left: 0 !important;
    margin-right: auto;
}
.single_product_bnin4 p {
    font-size: 20px;
    margin-bottom: 16px;
}
.single_product_bnin4 h2 {
    font-size: 56px;
}
.single_product_ss9 h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.single_product_ss9 p {
    font-size: 16px;
    margin-bottom: 20px;
}
.single_product_ss9 a.button {
    margin-top: 0;
}
.single_product_ss10 h2 {
    font-size: 56px;
}
.single_product_ss10 a.button {
    margin-bottom: 4px;
}
.single_product_ss10 .col {
    padding-bottom: 0;
}
.single_product_ss11 h2 {
    font-size: 36px;
}
.single_product_bnin4 {
    background-attachment: fixed;
}
.tdl h2 {
    font-size: 56px;
}
.single_product_ss1 .section-content,
.single_product_bnin4 .section-content {
  position: relative;
  z-index: 1;
}
.single_product_ss1 .section-bg,
.single_product_bnin4 .section-bg {
  background-color: transparent !important;
  background-attachment: fixed;
}
.product-list .overlay {
    background: none;
}
.product-list h2 {
    text-shadow: none;
}
.product-list .col .box-image {
    border-radius: 12px
}
.product-list .col:first-child .box-image {
    background: rgb(209, 209, 209);
}
.product-list .col:last-child .box-image {
    background: rgb(119, 9, 18);
}
.product-list .col:nth-child(2) .box-image {
    background: rgb(185, 189, 192);
}
.product-list .col:nth-child(3) .box-image {
    background: rgb(119, 9, 18);
}
.product-list .col:nth-child(4) .box-image {
    background: rgb(241, 229, 214);
}
.product-list .col:nth-child(5) .box-image {
    background: rgb(138, 133, 209);
}
/* popup.css */
#popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#popup-overlay.active {
  display: flex;
}
#popup-box {
  background: #fff;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.popup-header {
  padding: 20px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 2;
}
#popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
}
#popup-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
#popup-content {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
#popup-box select, #popup-box .vw-form-grid input {
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    box-shadow: none;
}
button.open-popup {
    border: 1px solid;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-top: 20px;
}
button.open-popup:hover {
    border-color: rgb(119, 9, 18);
    color: rgb(119, 9, 18);
}
.vw-form {
  margin: auto;
  font-family: Arial, sans-serif;
}
.vw-form-title {
  font-size: 18px;
  font-weight: 600;
}
.vw-form-row,
.vw-form-grid > div {
  margin-bottom: 16px;
  flex-basis: 50%;
}
.vw-form-grid {
  display: flex;
  gap: 20px;
}
.vw-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.vw-form-checkbox label,
.vw-form-radio label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.vw-form-radio h4 {
  margin: 20px 0 10px;
  font-weight: 600;
}
.vw-form-submit {
  margin-top: 30px;
  text-align: center;
}
.vw-form-submit button {
    background: rgb(119, 9, 18);
    color: white;
    padding: 14px 24px;
    border: none;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    line-height: 1;
}
.vw-form-checkbox label,.vw-form-radio label {
    font-weight: 400;
}
.xe-info {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.xe-info > * {
    width: 100%;
}
.xe-info h2 {
    font-size: 32px;
}
.xe-info p {
    font-size: 22px;
    margin-bottom: 0;
}
.single_product a.nut-dat-xe,.single_product em {
    border: 2px solid;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 2px 16px;
    border-radius: 25px;
}
.single_product_ss2 a.button {
    margin-bottom: 0;
    height: 40px;
}
.single_product_ss2 .row1 .col:last-child .col-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}
.chon-mau-xe {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 100%;
    box-sizing: border-box;
    background-clip: content-box;
    padding: 0px;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
    transition: border 0.3s ease;
}
.chon-mau-xe.active {
    border-color: rgb(119, 9, 18);
    box-shadow: 0 0 6px rgb(119, 9, 18);
}
.chon-mau {
    padding-top: 8px;
}
.chon-mau label {
    font-size: 20px;
    padding-bottom: 4px;
}
.dat-xe_ss1 {
    padding-bottom: 0 !important;
}
.dat-xe_ss1 .col {
    padding-bottom: 0;
}
#mauList img {
    display: none;
}
footer#footer li a {
    font-size: 16px;
}
.lt h2,.dh h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}
.lt form input,.lt form select {
    border-radius: 4px;
    box-shadow: none;
}
.contact1 h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact1 h3 {
    font-size: 22px;
    font-weight: 600;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	div#hidden-on-mobile {
		display: none;
	}
	.btn-popup-report-price {
		background: #2d96cd;
		width: 100%;
		border-radius: 0;
		bottom: 0;
		left: 0;
		height: 40px;
		text-align: center;
		padding: 0;
		font-size: 100%;
		line-height: 40px;
	}
	.btn-popup-report-price em {
		display: none;
	}
	.ss-cta .icon-box .icon-box-img {
		margin: 0;
		display: block;
		width: 100% !important;
	}
	.ss-cta .icon-box .icon-box-img img {
		padding: 0;
		width: 50%;
		display: flex;
		margin: 0 auto;
	}
	.ss-cta .icon-box .icon-box-text {
		padding-left: 0;
		text-align: center;
	}
    .home_ss2 h2,.home_ss9 h2,.your-like h2,.ltx h2,.single_product_ss10 h2 {
        font-size: 28px;
    }
    .home_ss3 h2 {
        font-size: 28px;
        padding-left: 16px;
    }
    .home_ss9 a.button {
        font-size: 13px;
    }
    .home_ss2 .col-inner.text-right {
        text-align: left;
        margin-top: 12px;
    }
    .header.transparent {
        position: unset;
    }
    div#logo img {
        width: 48px !important;
        height: 48px;
    }
    div#logo {
        position: unset;
    }
    img.header_logo.header-logo {
        display: block !important;
    }
    img.header-logo-dark {
        display: none !important;
    }
    .your-like {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .phongvt-buttom-wrapper {
        padding-bottom: 0;
    }
    .single_product_ss1 h1 {
        font-size: 32px;
        margin-bottom: 16px !important;
    }
    .single_product_ss1 .title-wrapper {
        text-align: left !important;
    }
    .single_product_ss1 .title-content.flex-col.flex-right.text-right.medium-text-center {
        display: none;
    }
    .single_product_ss1 {
        min-height: 290px !important;
        height: 290px;
    }
    .single_product_ss1 .section-bg {
        background-position: -226px -320px !important;
    }
    .single_product_ss1 .section-content {
        padding-top: 70px;
    }
    .single_product_ss1 .section-bg:before {
        content: '';
        background: #00000054;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .transparent img.header-logo-dark {
        display: none !important;
    }
    .single_product_ss2 .ss_menu {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }
    .single_product_ss2 .ss_menu li {
        margin: 0 !important;
    }
    .single_product_ss2 .img {
        width: 100% !important;
    }
    .single_product_ss2 h2 {
        position: unset;
        font-size: 28px;
        font-weight: 600;
        padding-top: 15px;
        text-align: center;
    }
    .single_product_ss2 .col.large-3 {
        padding-top: 15px;
    }
    .single_product_ss2 .row1 .col:last-child .col-inner {
        justify-content: center;
    }
    .single_product_ss3 .col-inner {
        text-align: center;
    }
    .single_product_bnin4 .col-inner {
        width: 100%;
    }
    ul.ct_tskt {
        flex-wrap: wrap;
        align-items: start;
        justify-content: start;
        width: 100%;
        gap: 8px;
    }
    ul.ct_tskt li {
        margin-left: 0;
        flex-basis: 47%;
        text-align: left;
    }
    ul.ct_tskt li {
        font-size: 14px;
    }
    .single_product_ss3 h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .single_product_bnin4 {
        min-height: 400px !important;
    }
    .single_product_bnin4 p {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .single_product_bnin4 h2 {
        font-size: 40px;
    }
    .single_product_bnin4 .section-bg:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: #0000005e;
    }
    .single_product_ss5 .accordion-item a {
        padding-right: 0;
    }
    div#logo a:before, div#logo a:after {display: none}
    .header-main {
        border-bottom: 1px solid #ddd;
    }
    .tdl h2 {
        font-size: 28px;
    }
    .tdl a.button {
        font-size: 13px;
    }
    .home_ss4, .home_ss5, .home_ss6, .home_ss7,.home_ss8 {
        padding: 0 !important;
    }
    .section .col {
        padding-bottom: 15px;
    }
    .home_ss10 {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }
    .contact1 h2 {
        font-size: 28px;
        padding-top: 30px;
    }
    .contact1 h3 {
        font-size: 18px;
    }
    .contact1,.contact3 {
        padding-bottom: 0 !important;
    }
    .contact3 a.button {
        margin-top: 0;
    }

}



