/*
Theme Name: AZ9s.Com
Description: AZ9s Team
Author: UX Themes
Template: flatsome
Version: 3.10
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
     --main-color: #001e50;
     --pri-color: #00b0f0;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;900&display=swap');
/*Header*/
.logo-left .logo {
    margin-right: 0;
}
h2.lg-home a {
    color: white;
}
h2.lg-home {
    margin-bottom: 0;
    color: white;
}
.col-padding-bt{
	padding-bottom: 0 !important;
}
div#masthead {
    background: var(--main-color);
}
.header-wrapper {
    border-bottom: 2px solid var(--pri-color);
}
.tab-panels p{
	text-align:justify !important;
}
.hotline-bar {
    width: 180px;
}
.testimonial-meta.pt-half {
    color: white;
}
ul#menu-menu-footer-cac-dong-xe li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #363636;
    padding-bottom: 10px;
	text-transform: uppercase;
}
ul#menu-menu-footer-cac-dong-xe li:last-child {
    border-bottom: none;
}
/*Trang chủ*/
.product-small a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}
.st_dongxe .col-inner {
    border-radius: 4px;
}
.product-small span.woocommerce-Price-amount.amount,.custom-product-page .related span.woocommerce-Price-amount.amount {
    color: var(--pri-color);
    font-size: 22px;
}
.pd-desc-new ul.features {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 0;
}
.pd-desc-new ul.features li {
    list-style: none;
    margin: 0 !important;
    padding: 3px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    color: black;
}
.pd-desc-new ul.features span {
    margin-left: 20px;
}
.group-3 {
    border: 2px solid #001e50;
    background: #f5fdff;
    padding: 10px;
    border-radius: 4px;
}
.group-3 span.lstitle-new {
    border-bottom: 1px solid;
}
ul.features-cn {
    margin-top: 10px;
    margin-bottom: 0;
}
.features-cn li {
    list-style: square;
    color: #333;
    margin-bottom: 5px;
    transition: all 0.5s;
}
.features-cn li:hover {
    color: var(--pri-color);
}
.product-small span.price {
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
}
.views_pd a.button{
    border-radius: 4px;
    padding: 2px 20px;
}
/*Font icon*/
.product-small i.ic{
    margin-right: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.ctn-desc-new i.ic{
    margin-right: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.features li span {
    margin-left: 20px;
}
.t-label span {
    margin-left: 20px;
    font-weight: bold;
}
i.ic.ic-car {
    background: url(/wp-content/uploads/2023/06/front-car.png);
    background-repeat: no-repeat;
    background-size: 16px;
}
i.ic.ic-chair {
    background: url(/wp-content/uploads/2023/06/car-seat.png);
	background-repeat: no-repeat;
    background-size: 16px;   
}
i.ic.ic-diesel {
    background: url(/wp-content/uploads/2023/06/gas-tank.png);
	background-repeat: no-repeat;
    background-size: 16px;  
}
i.ic.ic-car-6 {
    background: url(/wp-content/uploads/2023/06/steering-wheel.png);
	background-repeat: no-repeat;
    background-size: 16px;
}
i.ic.ic-trans {
    background: url(/wp-content/uploads/2023/06/gear-shift.png);
	background-repeat: no-repeat;
    background-size: 16px;
}
i.ic.ic-car-1 {
    background: url(/wp-content/uploads/2023/06/car-engine.png);
	background-repeat: no-repeat;
    background-size: 16px;
}
i.ic.ic-car-2 {
    background: url(/wp-content/uploads/2023/06/fuel.png);
	background-repeat: no-repeat;
    background-size: 16px;
}
i.ic.ic-car-3 {
    background: url(/wp-content/uploads/2023/06/fuel.png);
	background-repeat: no-repeat;
    background-size: 16px;
}
i.ic.ic-car-4 {
    background: url(/wp-content/uploads/2023/06/racing.png);
	background-repeat: no-repeat;
    background-size: 16px;
}
i.ic.ic-car-5 {
    background: url(/wp-content/uploads/2023/06/car.png);
	background-repeat: no-repeat;
    background-size: 16px;
}
/*Post*/
.st_post .box-text{
    background: white;
    padding: 10px;
}
.st_post img{
    border-radius: 4px 4px 0 0;
}
.st_post .badge .badge-inner:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0px;
    border-top: 4px solid var(--pri-color);
    border-left: 7px solid transparent;
}
.st_post .badge .badge-inner {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 2px 25px 5px 0;
}
.st_post .badge.post-date {
    top: 4%;
}
.st_post .col-inner {
    border-radius: 4px;
}
.st_post .col-inner img {
    border-radius: 4px 4px 0 0;
}
h5.post-title.is-large.uppercase {
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--main-color);
    height: 39px;
}
p.from_the_blog_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}
/*Form*/
div#form_contact {
    padding: 30px !important;
    border-radius: 8px;
}
h2.title-form {
    color: var(--main-color);
}
.form-thong-tin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_group_2 {
    width: 49%;
}
.form_group{
    width: 100%;
}
.form-thong-tin label {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 30px;
}
.form-thong-tin .wpcf7-list-item label{
    margin-bottom: 0;
}
.form-thong-tin input.wpcf7-text,.form-thong-tin select.wpcf7-select  ,.form-thong-tin textarea.wpcf7-textarea {
    border: 1px solid black;
    border-radius: 4px;
    height: 50px;
    margin: 0;
    padding: 0.75rem;
    background-color: #f4f4f4;
    font-size: 18px;
    margin-top: 5px;
}
.form-thong-tin input.wpcf7-text:focus,.form-thong-tin select.wpcf7-select:focus,.form-thong-tin textarea.wpcf7-textarea:focus {
    background: #fff;
}
.form-thong-tin input.wpcf7-submit {
    border-radius: 99px;
    box-shadow: 0 1.25rem 1rem #5b5b5ba1;
    transition: all 0.5s;
    margin-top: 10px;
}
.form-thong-tin input.wpcf7-submit:hover {
    background: var(--main-color);
    transform: scale(1.025);
}
.form_gui_tn .form_group_2 {
    text-align: left;
}
.form_gui_tn .form_group label {
    line-height: 0;
	text-align:left;
}
.form_gui_tn .col-inner.text-center {
    height: 100%;
}

/*Banner  */
.flickity-page-dots .dot {
	background-color: #d9d9d9;
	border: 3px solid var(--main-color);
	border-radius: 0;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	margin: 0 10px;
}
.slider-nav-light .flickity-page-dots .dot {
	border-color: transparent;
}
.slider-nav-light .flickity-page-dots .dot.is-selected:before {
	content: "";
	display: block;
	background-color: #0000;
	border: 1px solid var(--pri-color);
	height: 16px;
	width: 16px;
	transform: translate3d(-6px, -6px, 24px);
}
.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot {
	opacity: 100%;
	width: 10px;
	height: 10px;
	border: 0;
	background-color: #716169;
}
.slider-nav-light .flickity-page-dots .dot.is-selected,li.dot.is-selected {
	background-color: var(--pri-color);
}
h3.line-1.wow.fadeInLeft {
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.line-2.wow.fadeInRight.animated {
	padding-bottom: 15px;
}
/* Giới thiệu */
.aboutus-head h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 120px;
    opacity: 0.2;
    color: white;
}

.aboutus-head h3 {
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 500;
	line-height: 40px;
}

.aboutus-head h3 span {
	font-weight: bold;
	font-size: 36px;
}
.aboutus-content {
	padding-top: 90px;
}
.aboutus-content  span.word1 {
	text-transform: uppercase;
	font-weight: 400;
	color: #bbbbbb;
	font-size: 26px;
}
.aboutus-content span.word2 {
    color: var(--pri-color);
    font-size: 28px;
    text-transform: uppercase;
}
.aboutus-content  span.word3 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	color: #bbbbbb;
	font-size: 13px;
}
.aboutus-content h3 {
	line-height: 1.2;
}
.aboutus-content h4.name {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ct-img .banner-bg.fill , .ct-img {
	border-radius: 8px;
}
.banner-content span.word1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.banner-content span.word2 {
	color: var(--main-color);
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	padding-bottom:20px;
}
.banner-content span.word3 {
	font-size: 12px;
	text-transform: uppercase;
}
.st-title span{
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}
.st-title span:after{
	content: "\22C6";
	font-size: 14px;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right:0;
}
.st-title span:before{
	content: "\22C6";
	font-size: 14px;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
}
h2.st-title {
	color: #ffffff;
	-webkit-box-shadow: inset 0 3px 0 0 rgb(235 235 235 / 20%), inset 0 -3px 0 0 rgb(235 235 235 / 20%);
	-moz-box-shadow: inset 0 3px 0 0 rgba(235, 235, 235, 0.2), inset 0 -3px 0 0 rgba(235, 235, 235, 0.2);
	box-shadow: inset 0 3px 0 0 rgb(235 235 235 / 20%), inset 0 -3px 0 0 rgb(235 235 235 / 20%);
	margin: 0 auto;
	z-index: 2;
	letter-spacing: 2px;
	line-height: 62px;
	padding: 0px 63px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	width: 400px;
	background: #14151b;
}
h2.st-title:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	background: #14151b;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border: 4px solid rgba(235, 235, 235, 0.2);
	-webkit-transform: rotate(45deg) skew(26deg, 26deg);
	-moz-transform: rotate(45deg) skew(26deg, 26deg);
	-ms-transform: rotate(45deg) skew(26deg, 26deg);
	-o-transform: rotate(45deg) skew(26deg, 26deg);
	transform: rotate(45deg) skew(26deg, 26deg);
	left: -63px;
}
h2.st-title:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	background: #14151b;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border: 4px solid rgba(235, 235, 235, 0.2);
	-webkit-transform: rotate(45deg) skew(26deg, 26deg);
	-moz-transform: rotate(45deg) skew(26deg, 26deg);
	-ms-transform: rotate(45deg) skew(26deg, 26deg);
	-o-transform: rotate(45deg) skew(26deg, 26deg);
	transform: rotate(45deg) skew(26deg, 26deg);
	right: -63px;
}
.home-st-head {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
.home-st-head::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 9px;
	width: 50%;
	border-bottom: 1px solid rgba(235, 235, 235, 0.2);
	border-top: 1px solid rgba(235, 235, 235, 0.2);
}
.home-st-head::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	width: 70%;
	background: rgba(235, 235, 235, 0.2);
}
.testimonial-text{
	position: relative;
	color: #bbbbbb;
	margin: 30px 0 20px;
	padding: 0 100px;
	min-height: 68px;
}
.testimonial-text:before{
	content: "";
	width: 55px;
	height: 45px;
	position: absolute;
	top: 0;
	display: block;
	background: url(/wp-content/uploads/2022/07/review_icon_left1.png) no-repeat;
	left: 0;
}
.testimonial-text:after{
	content: "";
	width: 55px;
	height: 45px;
	position: absolute;
	top: 0;
	display: block;
	background: url(/wp-content/uploads/2022/07/review_icon_right1.png) no-repeat;
	right: 0;
}
span.col-btn span i{
	width: 0.625em;
	color:white;
}
.collection-title {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}
.collection-desc {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.collection-content {
	font-size: 14px;
	margin-bottom: 20px;
}
span.col-btn {
	display: inline-block;
	color: #000;
	background: #fff;
	padding: 10px 50px 10px 30px;
	border-radius: 30px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-size: 16px;
}
span.col-btn span {
	position: absolute;
	z-index: 3;
	display: block;
	right: 2px;
	top: calc(50% - 20px);
	line-height: 44px;
	border-radius: 50%;
	background: var(--main-color);
	height: 40px;
	width: 40px;
}
span.col-btn:hover {
	background: var(--main-color);
	color: #fff;
	-webkit-box-shadow: 0 0 20px 5px var(--main-color);
	box-shadow: 0 0 20px 5px var(--main-color);
}
span.col-btn:hover span {
	background: #fff;
}
span.col-btn:hover span i{
	color:black;
}
.st_thongtin .col-inner {
	border: 2px dashed #c81516;
	padding: 40px 20px 20px;
	border-radius: 10px;
}
.st_thongtin h2.policy-title {
	font-size: 16px;
}
.st_thongtin h2.policy-title a:hover {
	color:red;
}
.ct_col p {
	font-size: 14px;
	color: gray;
}
.st_thongtin .icon {
	position: absolute;
	z-index: 2;
	right: -40px;
	top: calc(50% - 30px);
	width: 40px;
	height: 50px;
	overflow: hidden;
	background: #181b23;
}
.ct_post .box-vertical .box-text {
	direction: ltr;
	display: table-cell;
	vertical-align: top;
}
.ct_post .post-meta{
	text-transform:uppercase;
	color:red;
	font-size:18px;
	font-weight:bold;
}
.ct_post  button.button{
	border-radius: 30px;
}
.ct_post .box-blog-post .is-divider {
	height: 1px;
	max-width: 100%;
}
.ct_post .flickity-page-dots {
	bottom: -30px;
}
.ct_post .flickity-page-dots .dot.is-selected:before {
	content: "";
	display: block;
	border: 1px solid #f00;
	height: 16px;
	width: 16px;
	transform: translate3d(-3px, -3px, 24px);
}
.ct_post .flickity-page-dots .dot.is-selected {
	background-color: #f00
}
.st_dichvu .col-inner .col-inner{
	border-right: 1px solid #434343;
	padding: 30px 5px;
}
.st_dichvu .col-inner .col-inner:nth-child(1){
	border-left: 1px solid #434343;
}

.service-title {
	text-transform: uppercase;
	color: var(--pri-color);
	font-weight: bolder;
	font-size: 22px;
}
.service-desc {
	color: gray;
	font-size: 14px;
}
.service-content p a {
	color: var(--pri-color);
	margin-top: 10px;
}
.service-content p a:hover {
	color: #fff;
}
.newsletters-title1 {
	color: var(--pri-color);
	text-transform: uppercase;
}
.newsletters-title2 {
	margin-bottom: 15px;
}
.newsletters-title2 h2 {
	color: white;
	text-transform: uppercase;
	font-size: 22px;
}
.lh_lienhe .wpcf7 label {
    text-align: left;
}
.form_gui_tn .col-inner.text-center {
    border: 3px dashed;
    padding: 20px;
    border-radius: 8px;
}
.gt_content h4.title-menu {
color: var(--main-color);
font-size: 20px;
}
.none-style li {
list-style: none;
margin-left: 0 !important;
}
.form_gui_tn span.wpcf7-spinner {
    display: none;
}
.form_gui_tn input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 4px;
}
/* .ft_contact .form-flat {
display: inline-flex;
} */
.payment-icons.inline-block {
    display: none;
}
.ft_contact  input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	background: white;
	width: 700px;
	padding-left: 40px;
	height: 60px;
}
.ft_contact input.wpcf7-form-control.wpcf7-submit.button {
	padding: 0px 20px 2px;
	border-radius: 99%;
	background: #000000;
	position: absolute;
	right: 262px;
	top: 2px;
	font-size: 22px;
	font-family: cursive;
}
.ft_contact input.wpcf7-form-control.wpcf7-submit.button:hover {
	background: var(--main-color);
	color: white;
	box-shadow: 0 0 5px var(--main-color);
}
h3.ft-title {
    font-size: 16px;
    padding-bottom: 10px;
}
h3.ft-title:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
    position: relative;
    top: 30px;
}
.no-bullets li,.textwidget ul li,.ft_thongtin ul li{
	list-style:none;
	margin-left: 0 !important;
}
.ft_info .col-inner {
	border-left:1px solid gray;
	padding:0 10px
}
.ft_info .ct-no-line .col-inner {
	border-left:0;
	padding:0 10px
}
.ft_thongtin h4,.ft_thongtin i{
    color: var(--main-color);
}
a#top-link {
	background-image: url(/wp-content/uploads/2022/07/Frame-2.png);
	background-repeat: no-repeat;
	background-size: auto;
	border-color: #004b8e00;
	background-color: #004b8e00;
	min-width: 105px;
	min-height: 10.5em;
	z-index:1;
}
a#top-link:hover {
	background-image: url(/wp-content/uploads/2022/07/Frame-1.png);
	background-repeat: no-repeat;
	background-size: auto;
	border-color: #004b8e00;
	background-color: #004b8e00;
	min-width: 105px;
	min-height: 10.5em;
	position:absolute;
	z-index:2;
}
a#top-link i.icon-angle-up {
	display: none;
}
/* Css Menu 3 level */
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{padding: 0;}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500 border-bottom: 0;}
.nav-dropdown .nav-dropdown-col>ul li:hover{background:#fff}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:var(--main-color);}
.nav-dropdown-default>li:hover{background:#f2f7ff;}
.nav-dropdown-default>li>a{border-bottom:0 !important; color: black;}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
	margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul {
	border-top: 2px solid var(--main-color);
	border-radius: 4px;
	padding-top: 20px;
	margin-top: -40px;
	box-shadow: 2px 2px 5px #828282;
	display: none;
	position: absolute;
	left: 100%;
	z-index: 9;
	background: white;
	min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
	display:none;
}
.nav-dropdown-has-border .nav-dropdown {
	border-radius: 4px;
	border-top: 2px soild var(--main-color);
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
	border-bottom: 0;
}
.header-wrapper.stuck {
	height: 83px;
}
.nav-dropdown .menu-item>a:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
}
a.nav-top-link {
	padding: 32px 5px !important;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);align-items
}
a.nav-top-link:hover {
	background: var(--pri-color);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Css cate */
.blog-archive .col.post-item .col-inner{
	line-height: 1.5em;
	background: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 25%);
	overflow: hidden;
	height: 100%;
}
.blog-archive .col.post-item .col-inner:hover{
	box-shadow: 1px 2px 15px rgb(0 0 0 / 30%);
}

.blog-archive .col.post-item .box-text{
	padding: 15px;
}
.blog-archive .post-item:nth-child(n + 3) .box-text h5{
	min-height: 41px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000;
}
/* Blog */
.blog-archive .post-item .col-inner{
	box-shadow: 0 1px 4px 0 rgb(102 98 98 / 40%);
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.blog-archive .col.post-item:nth-child(1) .image-cover:after,
.blog-archive .col.post-item:nth-child(2) .image-cover:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	background: linear-gradient(transparent, #181818);
	pointer-events: none;
	backface-visibility: hidden;
	transition: opacity .3s;
}
.blog-archive .col.post-item:nth-child(1) .image-cover,
.blog-archive .col.post-item:nth-child(2) .image-cover{
	padding-top: 65% !important;
}
.blog-archive .col.post-item:nth-child(1) .box-text,
.blog-archive .col.post-item:nth-child(2) .box-text {
	position: absolute;
	width: 100%;
	max-height: 100%;
	bottom: 0;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.blog-archive .col.post-item:nth-child(1),
.blog-archive .col.post-item:nth-child(2){
	max-width: 50%;
	flex-basis: 50%;
}
.blog-archive .col.post-item:nth-child(1) .box-text,
.blog-archive .col.post-item:nth-child(2) .box-text{
	padding: 1.5rem !important;
	color: #fff;
}
.blog-archive .col.post-item .box-text p.cat-label{
	color: #fff !important;
	opacity: 1;
	font-size: 12px;
	font-weight: bold;
}
.blog-archive .post-item .box-text h5{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}
.blog-archive .post-item:hover img{
	transform: scale(1.1);
}
.blog-archive .post-item:nth-child(n + 3) .box-text{
	padding: 1rem 1.25rem;
	border-top: 2px solid var(--main-color);
}
.blog-archive .post-item:nth-child(n + 3) .box-text p.cat-label{
	position: absolute;
	top: -14px;
	left: 1rem;
	font-weight: bold;
	font-size: 14px;
	background-color: var(--main-color);
	color: #fff;
	padding: .2rem 1rem;
	border-radius: 4rem;
	opacity: 1;
	text-transform: none;
}
.box-blog-post .is-divider{
	display: none;
}
/*Single product*/
.product-tabs.nav-line>li>a:before {
	content: " ";
	position: absolute;
	height: 0;
}

.is-divider.small {
    display: none;
}
.custom-product-page .product-price-container{
    background: var(--main-color);
        border-radius: 2px 2px 0 0 ;
    padding: 20px;
    text-align: center;
}
.custom-product-page p.price.product-page-price {
    margin-bottom: 0;
}
.custom-product-page span.woocommerce-Price-amount.amount {
    color: white;
    font-size: 24px;
}
.custom-product-page p.desc_vat {
    background: #00b0f0;
    padding: 0 10px;
    color: white;
    text-align: center;
    border-radius: 0 0 2px 2px;
}

.detail-hotline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn__custom {
    border: 1px solid;
    padding: 7px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    transition: all 1s;
    width: 100%;
}
.btn__custom2,.btn__custom3{
    width: 49%;
}
.fa-comments-dollar:before{

}
a.btn__custom.btn__custom2{
    background: #fff;
    color: var(--main-color);
}
a.btn__custom.btn__custom3 {
    background: var(--pri-color);
    color: white;
}
a.btn__custom.btn__yc {
    background: linear-gradient(to right, #001e50 0%,#098ab9 100%);
    color: white;
}
.product-single-ct .woocommerce-tabs .tab-panels {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
}

.info-car--desc .group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.info-car--desc .lstitle-new {
	color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-right: 5px;
}
.info-car--desc .ctn-desc-new {
    width: 100%%;
}
.info-car--desc .ctn-desc-new .accessories li, .info-car--desc .ctn-desc-new .features li, .info-car--desc .ctn-desc-new .required li {
    width: 50%;
    margin-bottom: 0;
    position: relative;
    list-style: none;
    margin-left: 0;
}

.info-car--desc .ctn-desc-new .accessories, .info-car--desc .ctn-desc-new .features, .info-car--desc .ctn-desc-new .required {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.block_catalog ul.list-btn {
    display: flex;
}
.block_catalog .list-btn li {
    margin: 0 !important;
    list-style: none;
}
.tab-panels h3,.tab-panels h2{
	color: var(--main-color);
}
a.button-rd {
    border: 2px solid;
    padding: 8px 20px;
    border-radius: 99px;
    margin-right: 20px;
}
a.button-rd i {
    margin-right: 5px;
}

li.description_tab.active {
	background: var(--main-color);
	border: 2px solid var(--main-color);
	border-radius: 4px;
}
li.description_tab.active a {
	color: white;
	font-weight: bolder;
	font-size: 14px;
}
li.description_tab {
	border-radius: 4px;
	padding: 0px 20px;
	border: 2px solid #ebebeb;
}

li.description_tab a{
	color: black;
	font-weight: bolder;
	font-size: 14px;
}
h1.entry-title {
    color: var(--main-color);
    font-size: 30px;
}
/*Relate Post CSS*/
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33.33%;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan{margin-top:20px}
.bai-viet-lien-quan h2{font-size:20px; }
.bai-viet-lien-quan ul{width:100%; margin-bottom:0; display:inline-block; clear:both }.bai-viet-lien-quan ul li .box-image img {
    height: 230px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan ul li h3 {
    height: 45px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    margin-top: 7px;
    line-height: 22px;
}
.bai-viet-lien-quan h2 span {
    display: inline-block;
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 10px;
    margin-bottom: -2px;
    text-transform: uppercase;
}
.bai-viet-lien-quan h2 {
    border-bottom: 2px solid var(--pri-color);
}
.entry-content.single-page {
    border-top: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(0 30 80), rgb(0 30 80), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
}
.entry-divider.is-divider.small {
    display: none;
}
.blog-archive{
	padding-top: 0px;
}
.blog-archive .archive-page-header {
	padding: 125px 40px;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span.last, .rank-math-breadcrumb span.separator {
    color: var(--main-color);
}
.rank-math-breadcrumb a:hover {
	color: var(--pri-color);
}
.archive-page-header h1.page-title.is-large.uppercase {
	color: white;
	font-size: 24px;
}
.blog-wrapper  .row.row-large {
	padding-top: 30px;
}
.page-title-inner, .archive-page-header, header.entry-header.text-center {
    height: 300px;
    padding: 30px 40px;
    background-image: url(/wp-content/uploads/2023/06/bg-vw.jpg)!important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 30px;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
	color: white;
}
.breadcrumbs a {
	color: rgb(255 0 0);
	font-weight: normal;
}
.flex-col.flex-grow.medium-text-center {
	padding-left: 50px;
}
.product-page-title h1.product-title.product_title.entry-title {
	padding: 0 20px;
}
p.price.product-page-price ,span.price{
	color: var(--main-color); !important;
}
.shop-page-title.featured-title .title-bg {
	display:none;
}
button.buy_now_button, button.single_add_to_cart_button{
	outline: 0;
	padding: 0px 20px;
	background: #efefef !important;
	color: #8c939d;
	border-radius: 30px;
}

button.single_add_to_cart_button:hover,button.buy_now_button:hover{
	outline: 0;
	padding: 0px 20px;
	background: #f00 !important;
	color: #fff;
	border-radius: 30px;
}

.product-title , .product-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.related-post .box-text.text-center {
	height: 115px;
}
.related-post h5.post-title.is-large {
	color: #004b8e;
	font-size: 14px;
	min-height: 54px;
}
.related-post h7 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: red;
}
a.primary.is-small.mb-0.button.product_type_variable.add_to_cart_button.is-flat {
	padding: 3px 40px;
	border-radius: 99px;
	background: #efefef;
	color: #8c939d;
}
a.primary.is-small.mb-0.button.product_type_variable.add_to_cart_button.is-flat:before {
	content: "\f217";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 16px;
}
a.primary.is-small.mb-0.button.product_type_variable.add_to_cart_button.is-flat:hover {
	background: var(--main-color) ;
	color: #fff;
}
.shop-container a.primary.is-small.mb-0.button.product_type_variable.add_to_cart_button.is-flat {
	margin-right: 0;
	margin-left: 0;
}
.add-to-cart-button {
	text-align: center;
	padding-bottom: 10px;
}
.shop-container .product-small .col-inner {
	border: 2px solid #ebebeb;
	border-radius: 8px;
}
.shop-container .box-text.box-text-products,.st_khuyenmai .box-text.text-left,
.st_Sanpham  .box-text.text-left{
	padding: 10px 20px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	margin-bottom: 10px;
}


.product-small .box-image{
	border-radius: 8px 8px 0 0;
}
.product-small .col-inner ,.st_khuyenmai .col-inner .col-inner,.st_Sanpham .col-inner .col-inner{
	border: 2px solid #262626;
	border-radius: 8px;
}
h3.product-section-title {
    text-align: center;
    position: relative;
    display: block;
    vertical-align: top;
    padding: 10px 30px;
    border: 4px solid;
    width: 380px;
    color: var(--main-color);
}
.section-desc{color:white;}
h3.product-section-title:before{
	content: "\22C6";
	font-size: 14px;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 12px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
h3.product-section-title:after{
	content: "\22C6";
	font-size: 14px;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-section ,.product-section div.row{
	padding-top: 30px;
}
#shop-sidebar {
	padding: 15px;
	border: 2px solid #d9d9d9;
	border-radius: 8px;
}
#shop-sidebar .is-divider {
	height: 2px;
	display: block;
	background-color: rgb(255 0 0);
	margin: 1em 0 1em;
	width: 100%;
	max-width: 100%;
}
ul.menu>li+li, .widget>ul>li+li {
	border-top: 0 !important;
}
.st_Sanpham .tab.has-icon::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #888888;
	position: absolute;
	left: -23.5px;
	top: 20px;
	transform: rotate(45deg);
}

.st_Sanpham .tab.has-icon a span {
	padding-right: 35px;
	font-weight: 100;
}
.st_Sanpham li.tab.has-icon.active  a span {
	color:red;
}
@media only screen and (max-width: 48em){
	.blog-archive .col.post-item:nth-child(1), .blog-archive .col.post-item:nth-child(2) {
		flex-basis: 100%;
		max-width: 100%;
	}
}
/* End*/
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	/*  Menu mobile  */
.off-canvas-left .mfp-content {
        width: 100%;
        top: 70px;
        background: transparent !important;
        box-shadow: none;
    }
    .mobile-sidebar {
        background: #fff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 17px;
        color: var(--main-color);
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li li.menu-item-has-children>a {
        color: var(--main-color) !important;
    }
    .mobile-nav .header-button .button.is-outline {
        border-color: var(--main-color) !important;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active{
        background-color: rgb(255 255 255 / 5%) !important;
    }
    .mfp-content .toggle {
        color: #000;
    }
    .icon-menu:before {
        content: "\f550";
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        margin-right: 5px;
        color: white;
    }
    .icon-menu:after {
         content: "Menu";
         font-weight: bold;
         color: #fff;
         font-family: 'Muli';
    }
    .header-main .nav > li > a > i {
        font-size: 18px;
        color: #fff;
        background: var(--main-color);
        border-radius: 4px;
        padding: 5px;
    }
      .bai-viet-lien-quan ul li {
    width: 100%;
}
    .nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}
.sidebar-menu .menu-item i.icon-angle-down:before {
    position: absolute;
    content: "+";
    top: -15px;
    left: -15px;
    font-family: Arial;
    transition: .3s transform;
    width: 32px;
    height: 32px;
    line-height: 31px;
    color: #fff;
    background: var(--main-color);
    border-radius: 4px;
}
.sidebar-menu .menu-item.active i.icon-angle-down:before {
    content: "-";
    top: -15px;
    left: -19px;
    line-height: 28px;
}
	.line-2.wow.fadeInRight.animated {
		display: none;
	}
	.aboutus-head h2 {
		font-size: 80px;
	}
	.aboutus-head h3 {
		top: 20px;
		font-size: 20px;
		line-height: 28px;
	}
	.aboutus-head h3 span {
		font-size: 22px;
	}
	.aboutus-head {
		padding-bottom: 20px;
	}	
	.aboutus-content {
		padding-top: 45px;
	}
	.aboutus-content span.word1 {
		font-size: 18px;
	}
	.aboutus-content span.word2 {
		font-size: 24px;
	}
	.aboutus-content span.word3 {
		font-size: 12px;
	}
	h2.st-title {
		padding: 0px 45px;
		width: 352px;
	}
	a.primary.is-small.mb-0.button.product_type_variable.add_to_cart_button.is-flat {
		padding: 3px 6px;
	}
	.testimonial-text {
		margin: 0;
		padding: 0;
	}
	.testimonial-text:after,.testimonial-text:before  {
		visibility: hidden;
	}
/*	.tabbed-content ul li a{
		background: #3d3b3b;
		padding: 8px 10px;
		color: #8e8e8e;
		font-size: 14px;
		border-radius: 6px;
	}	
	.tabbed-content ul li a:hover{
		background: var(--main-color) ;
		color: #fff;
	}*/
	.tabbed-content ul li {
		padding-bottom: 10px;
	}
	.st_Sanpham .tab.has-icon::before{
		display:none;
	}
	.st_Sanpham .tab.has-icon a span {
		padding-right: 0;
	}
	.st_Sanpham li.tab.has-icon a span {
		font-weight: bold;
	}
	.collection-desc {
		font-size: 18px;
	}
	.collection-content {
		display: none;
	}
	span.col-btn {
		padding: 5px 40px 5px 20px;
		font-size: 14px;
	}
	span.col-btn span {
		top: calc(50% - 16px);
		line-height: 35px;
		height: 31px;
		width: 31px;
	}
	.st_thongtin .ct_row .col{
		padding: 0 35px 30px;
	}
	.st_dichvu .col-inner .col-inner{
		border: 1px solid #434343;
	}
	ol.flickity-page-dots {
		bottom: -15px;
	}
	.ft_contact input.wpcf7-form-control.wpcf7-submit.button {
		right: 3px;
	}
	.ft_info .col-inner {
		border-left: 0;
	}
		.flex-col.flex-grow.medium-text-center {
    padding-left: 0;
}
	.category-filtering.category-filter-row.show-for-medium {
    display: none;
}
	h1.entry-title {
    font-size: 24px;
}
	.entry-content p{text-align:justify;}
}
@media (min-width: 768px) and (max-width: 1024px){
	.banner-content span.word2 {
		font-size: 17px;
	}
	.banner-content span.word1 {
		font-size: 14px;
		font-weight: 100;
	}
	.collection-desc {
		font-size: 24px;
	}
	.collection-content {
		display: none;
	}
	.st_thongtin .icon-box-text.last-reset {
		padding-right: 0;
	}
	.st_dichvu .col-inner .col-inner {
		border: 1px solid #434343;
	}
	.ft_contact input.wpcf7-form-control.wpcf7-submit.button {
		right: 48px;
	}
	.ft_info .col-inner {
		border-left: 0;
	}
	.no-bullets li a{
		font-size: 14px;
	}
	.ft_info .row .col{
		padding:0;
	}

	

}


.group.info-uudai ul{
	list-style: none;
}
.group.info-uudai ul li
{
  position: relative;
  list-style: none;
}
.group.info-uudai ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 12px;
  top: 4px;
  left: -22px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 3px solid green;
  border-bottom: 3px solid green;
  position: absolute;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}