/*Fonts*/
/*
	*Roboto*
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-display: swap;
}

/*General*/
:root {
  --main-color: #c80000;
  --secondary-color: #0b2f5e;
}

a:hover, a:focus{
	text-decoration: none !important;
	outline: none !important;
}
body, html{
	font-family: 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, 
	"Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
	font-weight: 400;
	font-size: 15px;
}
#primary, #secondary{
	margin: 60px 0;
}
#primary .table td, #primary .table th{
	padding: .5rem;
}
.text-primary-color{
	color: var(--main-color) !important;
}
.bg-primary-color{
	background-color: var(--main-color) !important;
}
.bg-secondary-color{
	background-color: var(--secondary-color) !important;
}
.shadow-hover:hover,
.shadow-hover:focus {
    box-shadow: 0 8px 10px 0px rgba(0,0,0,0.08),0 2px 10px 0px rgba(0,0,0,0.08),0 5px 5px -3px rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: 0 8px 10px 0px rgba(0,0,0,0.08),0 2px 10px 0px rgba(0,0,0,0.08),0 5px 5px -3px rgba(0,0,0,0.2) !important;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	cursor: pointer;
}
.category-title{
	font-weight: 600;
}
.single #primary .entry-content{
	margin: 0 0 1.5em;
}
.single #primary .entry-content table th,
.single #primary .entry-content table td {
    border: 1px solid #e1e1e1;
    padding: 6px 10px;
}
#secondary .widget-title{
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.02em;
	border-left: 5px solid var(--main-color);
	padding-left: 15px;
}
.widget{
	margin: 0 0 2em;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea{
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
}
.wpcf7-form > p{
	margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
    margin: 20px 0 0;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    color: #ec0000;
}
.wpcf7 .wpcf7-form p {
    margin-bottom: 5px;
}
.trol-popup-css .wpcf7-form .wpcf7-submit:focus,
.trol-touch-multi-connect .wpcf7 input:focus{
    opacity: 0.8;
    background: var(--main-color);
}
.grecaptcha-badge {
	visibility: hidden;
}

/*Heading Title*/
.heading-title{
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	margin: 30px 0px;
	text-align: center;
}
.heading-title:before, .heading-title:after{
	content: "";
	flex: 1;
	height: 0.8em;
	max-width: 14.2vw;
}
.heading-title:before{
	background-image: repeating-linear-gradient(120deg, transparent, transparent 12px, #c80000 12px, #c80000 24px);
	margin: 0 15px 0 0;
}
.heading-title:after{
	background-image: repeating-linear-gradient(120deg, transparent, transparent 12px, #000000 12px, #000000 24px);
	margin: 0 0 0 15px;
}


/**
** MODULES **
**/


/*Pagination*/
.pagination{
	margin: 0;
}
.pagination .page-item .page-link{
	color: #0375bd;
}
.pagination .page-item.active .page-link{
	background-color: #39475e;
	border-color: #39475e;
}


/*Widget Recent Post*/
.wrap-recent-post a{
	border: 1px solid #eeeeee;
}
.wrap-recent-post .post-title{
	font-size: 18px;
	color: #333333;
	padding: 20px;
	line-height: 1.4em;
}

/*Widget Product List Woocommerce*/
.product_list_widget{
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.product_list_widget .wrap-product-list{
	border: 1px solid #eeeeee;
	padding: 20px;
}

.product_list_widget .product-content .product-title{
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--secondary-color);
}
.product_list_widget .product-content .price{
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 2px;
}

/**
** --END MODULES **
**/

/*Header*/
#Header {
    position: sticky;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 900;
}

#Header .navbar .logo h1{
	line-height: 0;
	font-size: 0;
}
#Header .navbar .navbar-nav .nav-link{
	text-transform: uppercase;
	font-weight: 700;
	color: #393939;
	padding: 4px 20px;
	letter-spacing: 0.4px;
}
#Header .navbar .navbar-nav .active > .nav-link,
#Header .navbar .navbar-nav .nav-link:hover,
#Header .navbar .navbar-nav .dropdown:hover .nav-link{
	background-color: #39475e;
	color: #ffffff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

#Header .navbar .navbar-nav .dropdown-menu{
	border-radius: 0;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	z-index: 1050;
}
#Header .navbar .navbar-nav .dropdown-menu .dropdown-item{
	color: #393939;
	padding: .6rem 1.5rem;
	border-bottom: 1px solid #eeeeee;
}
#Header .navbar .navbar-nav .dropdown-menu > li:last-child > .dropdown-item{
	border: none;
}
#Header .navbar .navbar-nav .dropdown-menu .dropdown-item:focus{
	background: #f8f9fa;
}
#Header .navbar .contact-info{
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	margin-right: 40px;
}
#Header .navbar .contact-info i{
	height: 40px;  
	width: 40px; 
	color: #ffffff;
	text-align: center;
	padding-top: 12px;
	vertical-align: middle;
}
#Header .navbar .contact-details{
	padding: 0 1em;
}
#Header .navbar .contact-details p{
	margin: 0;
	font-weight: 500;
}
#Header .navbar .fa-facebook-f,
#Header .navbar .fa-youtube{
	color: #ffffff;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 0.5rem 0;
}
#Header .navbar .fa-facebook-f{
	background: #395498;
}
#Header .navbar .fa-youtube{
	background: #f70000;
}
/*Footer*/
#Footer a, #Footer span{
	color: #1a2551;
}
#Footer h5{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 1rem;
}
#Footer .footer-info ul li{
	margin-bottom: 0.4rem;
	text-indent: -14px;
    margin-left: 28px;
}
#Footer .footer-info i{
	margin-right: 10px;
}
#Footer .footer-info a:hover{
	color: var(--main-color);
}

#Footer .footer-info .wpcf7-form .wpcf7-text,
#Footer .footer-info .wpcf7-form .wpcf7-textarea{
	background: rgb(57, 71, 94);
	color: #eeeeee;
	padding: 10px;
	border: none;
	border-radius: 0;
}
#Footer .footer-info .wpcf7-form .wpcf7-text:focus,
#Footer .footer-info .wpcf7-form .wpcf7-textarea:focus{
	background: rgba(57, 71, 94, 0.88);
	transition: all 0.2s;
}
#Footer .footer-info .wpcf7-form .wpcf7-submit{
	background: var(--main-color);
	color: #ffffff;
	border: 1px solid var(--main-color);
	border-radius: 0;
	padding: 0.65em 1em 0.65em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	width: 100%;
	max-width: 100%;
}
#Footer .footer-info .wpcf7-form .wpcf7-submit:hover{
	border: 1px solid var(--main-color);
	background: #ffffff;
	color: var(--main-color);
	transition: all 0.2s;
}
#Footer .footer-info .wpcf7-form span.wpcf7-not-valid-tip{
	color: #ec0000;
}
@media (max-width:768px) {
    #Footer .footer-copyright {
        display: block;
        position: relative;
    }
}
#Footer .footer-copyright, #Footer .footer-copyright .sep{
	color: #cccccc;
}
#Footer .footer-copyright a{
	color: #eeeeee;
}
#Footer .footer-copyright a:hover{
	text-decoration: underline !important;
}

/*404 Page*/
.error-404 .content-404 .page-title{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 3px;
}
.error-404 .content-404 .title-404{
	font-size: 250px;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: -40px;
	margin-left: -50px;
}
.error-404 .content-404 .title-404 > span {
    text-shadow: -8px 0px 0px #ffffff;
}
.error-404 .page-content .btn{
	font-size: 16px;
}

/**
** HOMEPAGE **
**/

/*Slider*/
.main-slider .carousel .carousel-control-next svg,
.main-slider .carousel .carousel-control-prev svg{
	background: var(--main-color);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	padding: 5px;
}

/*Car Grid*/
.car-grid .car-content{
	padding: 10px;
	margin: 5px 0;
	border-radius: 5px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.car-grid .car-content .car-thumbnail{
	width: 100%;
	height: 140px; /* force image's height */
	/* force image fit inside it's "box" */
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-ms-object-fit: contain;
	-o-object-fit: contain;
	object-fit: contain;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}
.car-grid .car-content:hover .car-thumbnail{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}
.car-grid .car-content .car-title{
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--secondary-color);
}
.car-grid .car-content .car-price{
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 2px;
}

/*Service Box*/
.service-box .box-content .box-title{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
}
.service-box .box-content .box-des{
	color: #1a2551;
}

/*News List*/
.news-list .news-content .news-title{
	color: #111111;
	font-size: 20px;
}
.news-list .news-content:hover .news-title{
	color: var(--main-color);
}
.news-list .news-content .news-des{
	color: #333333;
}
.news-list .news-content .card-body{
	background: #fefefe;
}
.news-list .news-content .card-img-top {
    max-height: 250px;
    -webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

/**
** --END HOMEPAGE **
**/


/*Heading Shape Waves*/
.heading-waves{
	background-image: -webkit-linear-gradient(#000000 0%, #7a7a7a 100%);
	background-image: -moz-linear-gradient(#000000 0%, #7a7a7a 100%);
	background-image: linear-gradient(#000000 0%, #7a7a7a 100%);
	position: relative;
}
.inner-title{
	height: 45vh;
	width: 100%;
	position: relative;
	z-index: 1;
	color: #ffffff;
}
.inner-title h1{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 45px;
}
.bg-overlay{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.4;
	mix-blend-mode: luminosity;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.shape-bottom{
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.shape-waves {
	position: relative;
	width: 100%;
	height: 10vh;
	min-height: 60px;
	max-height: 150px;
}
/*Heading Divider*/
.heading-waves .inner-title .divider-transparent{
    width: 5%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(255,255,255), transparent);
}

.heading-waves .inner-title .divider-dot{
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
	border: 5px double rgb(255,255,255);
	border-radius: 50%;
}

/*Page Header*/
.page-header .jumbotron{
	background-color: #343a40;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	position: relative;
	z-index: 0;
}
.page-header .jumbotron:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(#000000 0%, #7a7a7a 100%);
	background-image: -o-linear-gradient(#000000 0%, #7a7a7a 100%);
	background-image: linear-gradient(#000000 0%, #7a7a7a 100%);
	opacity: 0.6;
	z-index: -1;
}

.page-header #crumbs .breadcrumb-item a{
	color: #ffffff;
}
.page-header #crumbs .breadcrumb-item.active,
.page-header #crumbs .breadcrumb-item + .breadcrumb-item::before{
	color: #cccccc;
}

/**
** CATEGORY PAGE **
**/
.post-list .post-content .post-title{
	color: #003366;
	font-size: 26px;
}
.post-list .post-content .post-des{
	color: #333333;
}
.post-list .post-content .post-link{
	color: #057eb9;
}
.post-list .post-content:hover .post-link{
	color: var(--main-color);
}

/**
** --END CATEGORY PAGE **
**/


/**
** PRICE LIST PAGE **
**/
.price-list .table tr td {
    vertical-align: middle;
}
.price-list .table .car-title{
	font-size: 1.2rem;
	font-weight: 900;
	text-transform: capitalize;
	letter-spacing: 0.05em;
}
.price-list .table .table-price{
	white-space: nowrap;
}
.price-list .table img {
    width: 250px;
}
/**
** --END PRICE LIST PAGE **
**/


/**
** TEST DRIVE PAGE **
**/

.test-drive-page h2{
	color: var(--secondary-color);
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	border-left: 5px solid var(--main-color);
	padding-left: 15px;
}
.test-drive-page img{
	margin-bottom: 15px;
}
.test-drive-page p{
	margin-bottom: 0.4em;
	font-size: 16px;
}
.test-drive-page .wpcf7-form label > span{
	color: #ec0000;
}
.test-drive-page .wpcf7-form .wpcf7-text,
.test-drive-page .wpcf7-form .wpcf7-textarea,
.test-drive-page .wpcf7-form .wpcf7-select {
    width: 100%;
    min-height: 45px;
	background: #f8f8f8;
	color: #666666;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.test-drive-page .wpcf7-form .wpcf7-text:focus,
.test-drive-page .wpcf7-form .wpcf7-textarea:focus{
	border-color: #666666;
	transition: all 0.2s;
}
.test-drive-page .wpcf7-form .wpcf7-submit{
	background: var(--main-color);
	color: #ffffff;
	border: 1px solid var(--main-color);
	border-radius: 0;
	padding: 0.65em 1em 0.65em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	width: 100%;
	max-width: 100%;
}
.test-drive-page .wpcf7-form .wpcf7-submit:hover{
	border: 1px solid var(--main-color);
	background: #ffffff;
	color: var(--main-color);
	transition: all 0.2s;
}

/**
** --END TEST DRIVE PAGE **
**/



/**
** SINGLE PRODUCT **
**/
.single-product #primary, .single-product #secondary{
	margin: 20px 0;
}
.single-product #primary table {
    margin-top: 20px;
}
.single-product #primary table td, .single-product #primary table th{
    padding: .5rem;
    border: 1px solid #e1e1e1;
}
.single-product .product-title{
	font-size: 28px;
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 10px;
	margin-top: 5px;
}
.single-product .product-price{
	font-size: 18px;
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: 10px;
}
.single-product #secondary hr{
	margin-bottom: 1.2em;
	margin-top: 0;
}
.single-product .product .woocommerce-breadcrumb{
	margin-bottom: 0px;
}
.single-product .product .woocommerce-product-gallery .flex-viewport{
	height: auto !important;
}
.single-product ul.flex-direction-nav {
	margin: 0;
	padding: 0px;
	list-style: none;
}
.single-product .flex-direction-nav li.flex-nav-prev,
.single-product .flex-direction-nav li.flex-nav-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-product .flex-direction-nav li.flex-nav-prev {
	left: 0;
}
.single-product .flex-direction-nav li.flex-nav-next {
	right: 0;
}
.single-product .flex-direction-nav a.flex-next,
.single-product .flex-direction-nav a.flex-prev {
	visibility: hidden;
	font-size: 0;
}
.single-product .flex-direction-nav a.flex-next:before,
.single-product .flex-direction-nav a.flex-prev:before{
	visibility: visible;
	font-family: 'Font Awesome 5 Free';
	font-size: 25px;
	font-weight: bold;
}
.single-product .flex-direction-nav a.flex-next:before{
	content: '\f054';
	margin-right: 10px;
}
.single-product .flex-direction-nav a.flex-prev:before {
	content: '\f053';
	margin-left: 10px;
}
.single-product .pswp__bg{
	background: #cccccc;
}
.single-product button.pswp__button--arrow--left:hover,
.single-product button.pswp__button--arrow--right:hover,
.single-product button.pswp__button--arrow--left,
.single-product button.pswp__button--arrow--right{
	background: rgba(0, 0, 0, 0.3) !important;
	width: 50px;
}
.single-product .pswp__caption{
	display: none;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs{
	display: none !important;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image a{
	display: block;
	text-align: center;
}

/*Khuyến mãi*/
.single-product .product .promotion-wrap{
    margin-top: 20px;
	border: 2px dashed var(--main-color);
	font-size: 16px;
	font-weight: 500;
}
.single-product .product .promotion-wrap p{
	margin: 0;
}



/*Nội dung*/
.single-product #tab-content{
	background: var(--secondary-color);
}
.single-product #tab-content .nav-link{
	border-radius: 0;
	color: #ffffff;
	opacity: 0.8;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.single-product #tab-content .nav-link:last-child{
	border: none;
}
.single-product #tab-content .nav-link:hover{
	background: rgba(255, 255, 255, 0.05);
	opacity: 1;
}
.single-product #tab-content .nav-link.active{
	opacity: 1;
	border-bottom: 3px solid var(--main-color);
	background: rgba(255, 255, 255, 0.05);
}
.single-product .content-fancybox .content-heading{
	display: block;
	color: var(--secondary-color);
	padding: 5px 15px;
	margin-bottom: 20px;
	border-left: 5px solid var(--main-color);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.single-product .product .related ul.products{
	width: 100%;
}
.single-product .product .related > h2,
.single-product .product .upsells > h2{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 15px;
	border-left: 5px solid var(--main-color);
	padding-left: 15px;
}
.single-product .product .upsells .products li:last-child{
	margin-right: 0;
}
.single-product .product .related .woocommerce-loop-product__link,
.single-product .product .upsells .woocommerce-loop-product__link{
	display: block;
	text-align: center;
}
.single-product .product .related .woocommerce-loop-product__link img,
.single-product .product .upsells .woocommerce-loop-product__link img{
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	margin: auto;
}
.single-product .product .related .woocommerce-loop-product__link:hover img,
.single-product .product .upsells .woocommerce-loop-product__link:hover img{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}
.single-product .product .related .woocommerce-loop-product__link .woocommerce-loop-product__title,
.single-product .product .upsells .woocommerce-loop-product__link .woocommerce-loop-product__title{
	margin-top: 15px;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--secondary-color);
}
.single-product .product .related .woocommerce-loop-product__link .price,
.single-product .product .upsells .woocommerce-loop-product__link .price{
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--main-color);
}
/**
** --END SINGLE PRODUCT **
**/


/**
** RELATED POST **
**/
.related-post.news-list .related-title{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 15px;
	border-left: 5px solid var(--main-color);
	padding-left: 15px;
}
/**
** --END SINGLE PRODUCT **
**/


/**
** CONTACT PAGE **
**/
.contact-page .cty-name{
	font-size: 22px;
}
.contact-page .contact-list ul > li{
	margin-bottom: 10px;
	font-size: 18px;
	text-indent: -14px;
	margin-left: 28px;
}
.contact-page .contact-list ul > li i{
	margin-right: 10px;
}
.contact-page .contact-list ul > li a{
	color: #212529;
	font-weight: 500;
	word-break: break-all;
}
.contact-page .wpcf7-form .wpcf7-text,
.contact-page .wpcf7-form .wpcf7-textarea{
	background: #f8f8f8;
	color: #666666;
	padding: 10px;
	border: 1px solid #f8f8f8;
	border-radius: 0;
}
.contact-page .wpcf7-form .wpcf7-text:focus,
.contact-page .wpcf7-form .wpcf7-textarea:focus{
	border-color: #cccccc;
	transition: all 0.2s;
}
.contact-page .wpcf7-form .wpcf7-submit{
	background: var(--main-color);
	color: #ffffff;
	border: 1px solid var(--main-color);
	border-radius: 0;
	padding: 0.65em 1em 0.65em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	width: 100%;
	max-width: 100%;
}
.contact-page .wpcf7-form .wpcf7-submit:hover{
	border: 1px solid var(--main-color);
	background: #ffffff;
	color: var(--main-color);
	transition: all 0.2s;
}
/**
** --END CONTACT PAGE **
**/


/*Responsive*/
/* Dành cho điện thoại */
@media (max-width: 480px) {
	#Header .navbar.border-bottom{
		border: none !important;
	}
	#Header .navbar .contact-info-mobile{
		font-size: 16px;
	}
	.heading-waves .inner-title .divider-transparent{
		width: 20%;
	}
	.error-404 .content-404 .title-404{
		font-size: 220px;
	}
	.price-list .table .car-title{
		font-size: 1em;
		text-transform: capitalize;
	}
	.single-product #tab-content .nav-link{
	    padding: 0.2rem 1rem;
	    font-size: 14px;
	}
	#primary .table td, #primary .table th{
		font-size: 14px;
	}
	.heading-title{
		font-size: 20px;
	}
	.car-grid .mobile-column .car-content .car-thumbnail{
		height: 100px;
	}
	.car-grid .mobile-column .car-content .car-title{
		font-size: 1.05rem;
	}
	.car-grid .mobile-column .car-content .car-price{
		font-size: 0.8rem;
		letter-spacing: 1px;
		margin-bottom: 0;
	}
}

/* Dành cho máy tính bảng */
@media (min-width: 481px) and (max-width: 1024px) {
	.heading-waves .inner-title .divider-transparent{
		width: 10%;
	}
	.price-list .table .car-title{
		font-size: 1.2em;
		text-transform: capitalize;
	}
	.related-post.news-list .card-columns {
	    column-count: 3;
	}
}

/* Dành cho máy tính bảng ngang */
@media (min-width: 769px) and (max-width: 1024px) {

}

/* Mobile & Tablet */
@media (max-width: 1199px) {
	#secondary{
		margin-top: 0;
	}
	#Header .navbar .navbar-nav .nav-link{
		letter-spacing: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #eeeeee;
	}
	#Header .navbar .navbar-nav .dropdown-menu .dropdown-item{
		padding: .5rem 2.5rem;
	}
	.navbar .navbar-toggler:active, .navbar-toggler:focus {
		outline: 0;
	}
	.navbar.navbar-light .navbar-toggler{
		color: #333333;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		padding: 0.5rem;
	}
	.navbar .navbar-toggler .icon-bar {
		display: block;
		width: 20px;
		height: 2px;
		margin: 4px 0 4px 0;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
	}
	.navbar .navbar-toggler .icon-bar {
		background: #333333;
	}
	.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform-origin: 0% 100%;
		-webkit-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
	}
	.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform-origin: 15% 50%;
		-webkit-transform-origin: 15% 50%;
		-moz-transform-origin: 15% 50%;
	}
	.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
	}
	.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
	}
	.post-list .post-content .post-title{
		font-size: 20px;
	}
	.trol-sroll-bar {
	    display: -ms-flexbox;
        display: -webkit-box;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        overflow-x: scroll;
	}
}


/*Dành cho Desktop*/
@media (min-width: 1025px) {
	#Header .navbar .navbar-nav .dropdown:hover > .dropdown-menu{
		display: block;
	}
	.related-post.news-list .card-columns {
	    column-count: 3;
	}
	.single-product .content-fancybox .content-heading,
	.single-product .content-fancybox h3{
	    font-size: 20px;
	}
	.single-product .product .promotion-wrap {
	    font-size: 18px;
	}
}