/*
Theme Name: vinfast
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
	font-family: "Mulish", serif !important;
	font-optical-sizing: auto;
	/* font-weight: 400; */
}
.header-full-width{
	border-bottom: 1px solid #ededed;
}
.header-wrapper .header-main{
	max-width: 1366px;
	margin: auto;
}
.nav-left{
	justify-content: center;
}
footer section{
	padding-top: 50px;
}
.section-title-normal, .section-title-normal span{
	border: none;
    /* line-height: 1; */
	/* margin-bottom: 0; */
}
footer .section-title-normal, footer .section-title-normal span{
	font-size: 20px;
	font-weight: 700 !important;
}
footer .text p{
	font-size: 16px;
    font-weight: 700;
}
footer .info-cty a{
	font-size: 14px;
}
footer .footer-title{
	font-weight: 600;
}
footer .footer-menu{
	line-height: 1;
}
footer .footer-menu a span.ux-menu-link__text{
	font-weight: 600;
}
footer .footer-hotline{
	margin-bottom: 30px;
}
footer .footer-hotline a{
	color: #1464F4;
}
footer .footer-hotline a span.ux-menu-link__text{
	font-weight: 700;
}
.section-title b{
	height: 0;
}
.container.section-title-container{
    margin: 0;
}
.page h2,.page h3,.page h4{
	color: #1F2125;
	font-weight: 500;
	line-height: 1;
}
/* .page h2{ */
	/* font-size: 42px; */
	/* font-weight: 400 !important; */
/* } */
/* .page h3{ */
	/* font-size: 32px; */
	/* font-weight: 400 !important; */
/* } */
/* .page h4{ */
	/* font-size: 28px; */
	/* font-weight: 400 !important; */
/* } */
/* .page h5{ */
	/* font-size: 22px; */
	/* font-weight: 700 !important; */
/* } */
/* a.button{ */
	/* font-weight: 400 !important; */
	/* border-radius: 4px; */
/* } */
.button.is-outline{
	border: 1px solid;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.service-bg{
	background-image: url(img/service-bg.webp);
	background-position: center right;
    background-size: cover;
	padding: 80px 0 !important;
}
@media screen and (max-width: 1025px){
    
}
@media screen and (max-width: 849px){
    .medium-logo-left .flex-left{
        flex: 4 1 0;
    }
    .medium-logo-left .flex-left .nav-left{
        justify-content: center;
    }
}
@media screen and (max-width: 768px){
	.header-button{
		display: none;
	}
	.service-bg{
		background-position: -275px 0px;
		padding: 30px 0 !important;
	}
}
.row{
	
}
.video-banner, .video-banner p{
	margin: 0 !important;
	padding: 0 !important;
}
.slide-product{
	background: #F7F9F9;
}
.slide-product .item{
	padding: 30px;
	background: #fff;
}
.slide-product .item .item-img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.slide-product .item .item-title h3{
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}
.slide-product .item .item-slogan p{
	color: #8A8A8A;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
.slide-product .item .item-info{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 5px 0 10px 0;
}
.slide-product .item .item-info p{
	color: #686868;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
}
.slide-product .item .item-info h5{
	color: #3C3C3C;
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
}
.slide-product .item .item-price p{
	color: #1F2125;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0;
}
.slide-product .item .item-details a{
	display: block;
	color: #1464F4;
	font-size: 14px;
	font-weight: 600;
	padding: 15px;
	border: 1px solid #1464F4;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
}
.slide-product .item .item-details a:hover{
	color: #fff;
	background: #1464F4;
}
.owl-carousel .owl-nav.disabled{
	display: block !important;
}
.slide-product .owl-nav{
	position: absolute;
    top: 40%;
    width: 100%;
}
.slide-product .owl-nav button{
	position: absolute;
}
.slide-product .owl-nav button i{
    font-size: 30px;
	padding: 0 5px;
}
.slide-product .owl-nav button.owl-prev{
    left: -20px;
}
.slide-product .owl-nav button.owl-next{
    right: -20px;
}

.bg-about .section-bg-overlay{
	background-image: linear-gradient(180deg, #FFFFFF00 13%, #1F2125 93%);
}
.bg-about .section-content.relative{
	position: absolute !important;
	bottom: 50px;
}
.bg-about h4 span{
	font-weight: 700;
}

.form-dk-flex{
	display: flex;
}
.form-dk-n .form-dk-flex{
	gap: 35px;
	justify-content: space-between;
}
.form-dk input:not([type='checkbox']), .form-dk select{
	height: 45px;
	box-shadow: none;
	border-radius: 3px;
	border-color: #69727d;
}
.form-dk select{
	height: 44px;
}
.form-dk.form-dk-n>p{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.form-dk .title-datdv{
	font-weight: 700;
}
.form-dk label{
	margin: 15px 0 10px 0;
}
.form-dk img{
	width: 28px;
    position: relative;
    top: -4px;
    margin-right: 10px;
}
.form-dk .wpcf7-checkbox .wpcf7-list-item{
	display: block;
}
.form-dk .wpcf7-list-item label{
	margin: 0;
}
.form-dk .wpcf7-list-item input[type=checkbox]{
	margin-bottom: 10px;
}
table{
	border-collapse: collapse;
}
table.thongso-vf3 tr td:first-child{
	font-weight: 500;
}
table.thongso-vf3 tr td{
	font-size: 18px;
	padding: 10px;
	border: 1px solid #d9e1e2;
}
.form-dk-d .form-dk-flex{
	gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
}
.form-dk.form-dk-d p input.wpcf7-submit{
	width: 100%;
	color: #fff;
	background: #ABABAB;
}
.form-dk.form-dk-d input.wpcf7-submit.btn-xanh{
	background: #1464F4;
}
.submit-datdv input.wpcf7-submit{
	width: 100%;
	color: #fff;
	background: #403838;
	margin-top: 20px;
}
.submit-datdv input.wpcf7-submit:hover{
	width: 100%;
	color: #fff;
	background: #1464F4;
}
.vf-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #D9E1E2;
}
.vf-info .box{
	flex: 1 1 200px;
	text-align: center;
	padding: 16px 0;
	max-height: 85px;
}
.vf5-info .box:not(:last-child){
	border-right: 2px solid #8A8A8A;
}
.vf-info .box p{
	font-size: 14px;
}
.vf-info .box p{
	margin: 0;
	font-size: 14px;
}
.vf-info .box h5{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
}
.vf-info .box a{
	width: auto;
	color: #fff;
	padding: 6px 25px;
	border-radius: 3px;
	background: #1464F4; 
}
table.thongso-vf p{
	font-size: 30px;
	margin-bottom: 35px;
}
table.thongso-vf tr th p,
table.thongso-vf tr td{
	text-align: center;
	font-weight: 500;
}
table.thongso-vf tr td:first-child{
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}
table.thongso-vf tr td{
	font-size: 18px;
	padding: 25px;
	border-bottom: 1px solid #d9e1e2;
}

.small-vf5 img, .small-vf8 img, .small-vf9 img{
	width: 48px;
	height: 48px;
	margin: 5px 10px;
	display: inline-block;
}
.small-vf8 img, .small-vf9 img{
	width: 40px;
	height: 40px;
}
.color-vf8, .color-vf9{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.color-vf8 .small-vf8, .color-vf9 .small-vf9{
	display: flex;
	flex-direction: column;
}

#noithat-vf8 .row, #noithat-vf8 .row .gallery-col{
	margin: 0;
	padding: 5px;
}
#enter-id-here.lightbox-content{
	padding: 0 !important;
}
#enter-id-here .mfp-close{
	color: #fff;
}
.form-dk.popup-baogia select, .form-dk.popup-baogia input{
	height: 39px;
	border-radius: 3px;
}
.form-dk.popup-baogia select{
	height: 38px;
}
.form-dk.popup-baogia p:last-child{
	text-align: center;
}
.form-dk.popup-baogia p:last-child .wpcf7-submit{
	margin: 0;
    width: 100%;
}

@media (max-width: 1024px){
	.color-vf8, .color-vf9{
		flex-direction: column;
		flex-wrap: wrap;
	}
	.color-vf8 .small-vf8, .color-vf9 .small-vf9{
		flex-direction: row;
		justify-content: center;
	}
	.small-vf5 img, .small-vf8 img, .small-vf9 img{
		width: 40px;
		height: 40px;
		margin: 5px;
	}
}
@media (max-width: 768px){
	.small-vf5 img, .small-vf8 img, .small-vf9 img{
		width: 30px;
		height: 30px;
		margin: 3px;
	}
}
.sub-title.border-left-blue{
	margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-left: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    border-left: 4px solid #0d42bd;
}
.nav-tabs+.tab-panels{
	border: none;
	padding: 0;
}
.nav.nav-vertical li{
	margin: 5px 0;
}
@media (max-width:767px){
	.nav.nav-vertical li{
		margin: 0;
	}
}

.form-dk-laithu .form-dk-flex p:nth-child(2){
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.form-dk-laithu .form-dk-flex p:nth-child(2) span{
	width: 50%;
}

.bang-gia-thuepin table{
	border-collapse: collapse;
}
.bang-gia-thuepin table td, .bang-gia-thuepin table th{
	text-align: center;
	text-transform: none;
	border: 1px solid #666;
}
.bang-gia-thuepin table th{
	color: #fff;
	font-size: 14px;
}
.bang-gia-thuepin table thead{
	background: #7a99ac;
}
.quyhoach-tramsac .col-inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    gap: 20px;
}
@media (max-width: 1024px){
	.quyhoach-tramsac .col-inner .img{
		width: calc(100%/6 - 100px);
	}
}
@media (max-width: 768px){
	.quyhoach-tramsac .col-inner .img{
		width: calc(100%/3 - 40px);
	}
}
@media (max-width: 450px){
	.quyhoach-tramsac .col-inner .img{
		width: calc(100%/2 - 20px);
	}
}

.accordion{
	margin: 20px 0;
}
.accordion .accordion-title{
	border-radius: 3px;
	border: 1px solid #d8d8f6;
}
.accordion .accordion-title.active{
	color: #fff;
	background: #1464F4;
}
.accordion .accordion-inner{
	border: 1px solid #1464F4;
}

.box-baoduong .col-inner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.box-baoduong .col-inner .box{
	width: 200px;
	margin: 0;
	cursor: pointer;
	background: #f7f9f9;
}
.box-baoduong .col-inner .box:hover{
	background: #1464F41A;
}

.form-dk.popup-baogia input[type=radio]{
	height: auto;
}

li#tab-dÒng-xe-gia-ĐÌnh, li#tab-dÒng-xe-dỊch-vỤ{
	margin: 10px 25px;
}
li#tab-dÒng-xe-gia-ĐÌnh.active a span, li#tab-dÒng-xe-dỊch-vỤ.active a span{
	color: #1464F4;
	font-weight: bold;
}
.logo-minio-green{
	position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}
.align-flex-start{
	align-items: flex-start;
}



.add-widget{
	position:fixed;
	bottom:6px;
	z-index:999999
}
.add-widget.widget-facebook{
	left:220px
}
.add-widget.widget-driver{
	left:170px
}
.add-widget.widget-quote{
	right: 50px;
}
.add-widget.widget-zalo{
	left: 50%;
    transform: translateX(-50%);
}
.add-widget.widget-phone{
	left: 50px;
}
.add-widget .widget-circle{
	position:relative;
	display:inline-block;
	width:44px;
	height:44px;
	background:#c4172c;
	border-radius:50%
}
.add-widget .widget-circle .fa-icon{
	position:absolute;
	left:7px;
	top:7px;
	width:30px;
	height:30px;
	background-size:30px;
	background-repeat:no-repeat
}
.add-widget.widget-facebook .widget-circle{
	background:rgba(0,197,255,1);
	background:linear-gradient(to bottom,rgba(0,197,255,1) 0,rgba(0,112,255,1) 100%)
}
.add-widget.widget-facebook .widget-circle .fa-icon{
	background-image:url('icon/icon-messenger.png')
}
.add-widget.widget-driver .widget-circle{
	background:rgba(245,183,74,1);
	background:linear-gradient(to bottom,rgba(245,183,74,1) 0,rgba(193,32,50,1) 100%)
}
.add-widget.widget-driver .widget-circle .fa-icon{
	background-image:url('icon/icon-driver.png')
}
.add-widget.widget-quote .widget-circle{
	background:rgba(244,147,147,1);
	background:linear-gradient(to bottom,rgba(244,147,147,1) 0,rgba(234,39,39,1) 100%)
}
.add-widget.widget-quote .widget-circle .fa-icon{
	background-image:url('icon/icon-quote.png')
}
.add-widget.widget-zalo .widget-circle{
	background:rgba(61,157,215,1);
	background:linear-gradient(to bottom,rgba(61,157,215,1) 0,rgba(32,124,229,1) 100%)
}
.add-widget.widget-zalo .widget-circle .fa-icon{
	background-image:url('icon/icon-zalo.png')
}
.add-widget.widget-phone .widget-circle .fa-icon{
	background-image:url('icon/icon-phone.png')
}
.add-widget.widget-phone .widget-circle{
	background:#e81616;
}
.add-widget.widget-phone .widget-circle .ping{
}
.add-widget.widget-phone .widget-circle .ping{
	display:inline-block;
	width:44px;
	height:44px;
	opacity:1;
	border:1px solid #e81616;
	background:rgba(221,21,21,.2);
	border-radius:100%;
	animation:sonar-anim 1.5s linear infinite
}
@-webkit-keyframes sonar-anim{
	0%{
		opacity:1;
		transform:scale(1)
	}
	100%{
		transform:scale(3);
		opacity:0
	}
}

.add-widget.widget-phone .widget-circle .fa-icon{
	position:absolute;
	left:7px;
	top:7px;
	color:#fff;
	font-size:24px;
	animation:ring-anim 1s infinite ease-in-out
}
@keyframes ring-anim{
	0%,50%,100%{
		transform:rotate(-5deg)
	}
	10%,30%,70%{
		transform:rotate(5deg)
	}
	20%,40%,80%{
		transform:rotate(0)
	}
}

@media (min-width: 768px){
	.add-widget.widget-facebook{
		left:10px;
		bottom:230px
	}
	.add-widget.widget-quote{
		left:10px;
		bottom:130px
	}
	.add-widget.widget-driver{
		left:10px;
		bottom:130px
	}
	.add-widget.widget-zalo{
		left:30px;
		bottom:80px
	}
	.add-widget.widget-phone{
		left:10px;
		bottom:20px
	}
}