/*
Theme Name: WebOto.vn
Theme URI: https://weboto.vn/
Description: Giao diện website ô tô VinFast
Author: Minh Web
Author URI: https://minhweb.com/
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.bg-text {
    background: #F5F5F5;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.image-border-bottom img {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.image-border {
    border-radius: 15px;
    overflow: hidden;
}


table tr td {
    border: 1px solid #ececec;
    padding: 10px !important;
}

.news-home .is-divider {
    display: none;
}
.stuck .header-main .nav > li > a {
    line-height: 50px;
}
.title-model {
	font-size: 16px;
}
.title-model:hover {
	color: #002c5f;
	padding-left: 5px;
	transition: 0.35s padding ease-out;
}
.price-model {
	color: #ed1c24;
	letter-spacing: -1px;
	font-weight: bold;
}
.ss-cta p {
    margin-bottom: 0;
}

.product-short-description {
    border: 1px solid #000;
	border-top: 2px solid #000;
    border-radius: 10px;
    padding: 10px;
}
.product-short-description ul li {
    margin-bottom: 0;
}
.kmc p {
    margin-bottom: 0px;
}
.kmc p strong {
    background: red;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
	margin-left: 15px;
}
.kmc ul {
    margin-bottom: 0;
    border: 2px solid #ff0000;
    border-radius: 7px;
    padding: 15px;
}
.kmc ul li {
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    position: relative;
}
.kmc ul li:last-child {
	margin-bottom: 0 !important;
}
.kmc ul li:before {
    background: url(/wp-content/themes/weboto-vn/assets/img/star.svg) left center no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
}
@keyframes change-color {
	0% {
		background: #e91111;
	}
	100% {
		background: #f5980e;
		box-shadow: 0 0 10px #fff;
	}
}
.ss-cta a.button {
    margin: 0 !important;
    display: inline-block;
	border-bottom: 5px solid #bb0e0e;
	animation: change-color 0.5s infinite;
}
.ss-cta a span {
	padding-left: 15px;
}
.ss-cta a span:before {
    content: "";
    background: url(/wp-content/themes/weboto-vn/assets/img/icon-phone.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center left;
    position: absolute;
    z-index: 9999;
    width: 36px;
    height: 38px;
    left: 0;
    top: 0;
}
/*** THANK YOU ***/
.rmLine span, .rmLine .section-title-normal {
    border: none;
}
.shadow-solution > .col-inner {
	position: relative;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 4px #00000040;
	border-radius: 20px;
	background-color: #ffffff;
}
.shadow-solution > .col-inner .img {
    border-radius: 9999px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 4px #00000040;
    width: 120px !important;
    height: 120px;
    padding: 20px;
    margin-top: -60px;
    background: #ffffff;
}
.shadow-solution input[type=text], .shadow-solution input[type="email"], .shadow-solution textarea {
    border-radius: 5px;
	margin-bottom: 0;
}
.bongmo .col-inner:before {
    content: "";
    opacity: .1;
    background-color: rgb(68 73 77 / 1);
    border-radius: 20px;
    width: calc(100% - 100px);
    height: 110%;
    display: block;
    z-index: -10;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
/*** END THANK YOU ***/
/*** BTN POPUP ***/
.btn-popup-report-price {
	display: block;
	height: 50px;
	position: fixed;
	bottom: 10px;
	background: #ac2b31;
	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: 15px;
	width: 220px;
}    
.btn-popup-report-price em {
	position: relative;
	color: #ac2b31;
	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;
}
.back-to-top i {
    color: #fff !important;
}
/*** FORM POPUP ***/
.boxzilla .row > .col {
    padding-bottom: 0;
}
.boxzilla .row > .col form {
	margin-bottom: 0;
}
.boxzilla .wpcf7-submit {
    display: block;
    margin: 0;
    width: 100%;
    border: none;
}
.boxzilla span.wpcf7-spinner {
    display: none;
}
#ycgl {
	background-color: transparent !important;
	box-shadow: none !important
	padding: 0 !important;
	background: transparent !important;
}
/*** AJAX ***/
.glb > .col-inner > .row {
    border-right: 1px dashed #000000;
}
.glb select, .tg select {
    background-color: #ffffff !important;
    border: 1px solid #e5e8eb;
    box-shadow: 0px 2px 2px rgba(0, 74, 113, 0.15) !important;
    border-radius: 8px;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    height: 45px;
}
#result-gia-lan-banh table, #result-tra-gop table {
    width: 100%;
    border-collapse: collapse;
}
#result-gia-lan-banh thead, #result-tra-gop thead {
    background: #2081e2;
    color: #fff;
}
#result-gia-lan-banh thead tr th, #result-tra-gop thead tr th {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-transform: none;
}
#result-gia-lan-banh th, #result-gia-lan-banh td, #result-tra-gop th, #result-tra-gop td {
    padding: 10px 20px;
    text-align: left;
    border-bottom: none;
}
#result-gia-lan-banh tbody tr:nth-child(2n), #result-tra-gop tbody tr:nth-child(2n) {
    background-color: #e4f2ff;
}
#lich-tra-no {
    display: block;
    overflow-x: auto;
	overflow-y: scroll;
    white-space: nowrap;
	height: 300px;
}
#lich-tra-no::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
#lich-tra-no::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
#lich-tra-no::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
/*** END AJAX ***/
/*** SIDEBAR ***/
.post-sidebar {
    padding-right: 0 !important;
}
.post-sidebar .widget-title, #shop-sidebar .widget-title {
    background: url(/wp-content/themes/weboto-vn/assets/img/title-widget.png) left top no-repeat;
    color: #ffffff;
    height: 95px;
    line-height: 80px;
    border-bottom: none;
    width: 100%;
    display: inline-block;
    background-size: cover;
    text-transform: uppercase;
    background-position: left center;
    text-shadow: 0 0 black;
    text-align: left;
	padding-left: 90px;
}
.post-sidebar .is-divider, .single .entry-header-text .is-divider {
	display: none;
}
.widget .current-cat>a {
	color: #1464f4;
}
/*** END SIDEBAR ***/
/*** ARCHIVE ***/
.archive .post-item .box {
	border-radius: 7px !important;
	overflow: hidden;
}
.archive .post-item .box-text {
    background: #f0f3f3;
}
.archive .is-divider {
    display: none;
}
/*** END ARCHIVE ***/
/*** SINGLE ***/
.single-product .product-section table tr td {
    border: 1px solid #ececec;
}

.single-product .product-section table tr td:first-child {
    padding-left: 5px;
}

nav.rank-math-breadcrumb {
    line-height: 50px;
    height: 50px;
}

.rpbt_shortcode img {
    aspect-ratio: 16/9;
	width: 100%;
}
.swatch-images .list-thumbnail {
	margin: 20px 0 0 0;
	display: flex;
    justify-content: center;
}
.swatch-images .list-thumbnail ul {
	margin: -4px;
	padding: 0;
	list-style: none;
	display: inline;
}
.swatch-images .list-thumbnail ul li {
	float: left;
	margin: 4px;
}
.swatch-images .list-thumbnail ul li .thumbnail {
	border-radius: 50%;
	padding: 1px;
	border: none;
}
.swatch-images .list-thumbnail ul li a.active span {
	border-width: 2px;
	border-style: solid;
	border-color: #ffab00;
}
.swatch-images .list-thumbnail ul li a span {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 2px solid #ccc;
}
.swatch-images .list-thumbnail ul li a.active span {
	border: 2px solid #ffab00;
}
.swatch-images .list-thumbnail ul li:hover a span {
    border: 3px solid #0f2c4e;
}
.item-model p {
    margin-bottom: 0;
}
.item-model h4 {
	color: #002c5f;
	margin-bottom: 0;
}
.item-model {
    border: 1px solid #002c5f;
    border-radius: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #ff0000;
}
.item-model:last-child {
	margin-bottom: 0;
}
/*** END SINGLE ***/
.ss-footer .row-top {
    padding: 43px 30px 59px;
    background-color: #a03a35 35%;
    background-image: -webkit-gradient(linear,left top,right top,from(#a03a35 35%),to(#000000));
    background-image: -webkit-linear-gradient(left,#a03a35 35%,#000000);
    background-image: -moz-linear-gradient(left,#a03a35 35%,#000000);
    background-image: -ms-linear-gradient(left,#a03a35 35%,#000000);
    background-image: -o-linear-gradient(left,#a03a35 35%,#000000);
    background-image: linear-gradient(left,#a03a35 35%,#000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a03a35 35%',endColorStr='#000000',gradientType='1');
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    -webkit-box-shadow: 0 0 16px rgb(27 2 52 / 34%);
    -khtml-box-shadow: 0 0 16px rgba(27,2,52,.34);
    -moz-box-shadow: 0 0 16px rgba(27,2,52,.34);
    -ms-box-shadow: 0 0 16px rgba(27,2,52,.34);
    -o-box-shadow: 0 0 16px rgba(27,2,52,.34);
    box-shadow: 0 0 16px rgb(27 2 52 / 34%);
    z-index: 1;
}
.ss-footer .row-top:before {
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/weboto-vn/assets/img/fr-newsletter-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    -webkit-border-radius: 28px;
    -khtml-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
}
.ss-footer .row-top:after {
    content: '';
    width: 230px;
    height: 330px;
    background-image: url(/wp-content/themes/weboto-vn/assets/img/fr-newsletter-girl-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.ss-footer .row-top h3 {
	font-size: 36px;
    text-shadow: 0 2px 2px rgba(1,43,152,.38);
    -webkit-text-shadow: 0 2px 2px rgba(1,43,152,.38);
	margin-bottom: 0;
}
.ss-footer .row-top p {
    margin-bottom: 0;
}
.ycgl-text {
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}
.ss-footer .row-top .tnp-email {
    font-size: 15px;
	font-weight: bold;
    color: #ff0000 !important;
    padding: 0 29px;
    height: 45px;
    border: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 40px rgba(5,41,140,.25);
    -khtml-box-shadow: 0 6px 40px rgba(5,41,140,.25);
    -moz-box-shadow: 0 6px 40px rgba(5,41,140,.25);
    -ms-box-shadow: 0 6px 40px rgba(5,41,140,.25);
    -o-box-shadow: 0 6px 40px rgba(5,41,140,.25);
    box-shadow: 0 6px 40px rgba(5,41,140,.25);
}
.ss-footer .row-top .tnp-email::placeholder {
	color: #ff0000 !important;
}
.ss-footer .row-top .tnp-button {
	border: none;
    font-size: 15px;
	height: 45px;
    line-height: normal;
    padding: 0 38px;
	margin-right: 0;
	display: inline-block;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
    background-image: -moz-linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
    background-image: -ms-linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
    background-image: -o-linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
    background-image: linear-gradient(90deg,#d8ff09 0%,#4ba116 50%,#d8ff09);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
    -webkit-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    -khtml-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    -moz-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    -ms-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    -o-box-shadow: 0 7px 16px rgba(12,12,12,.22);
    box-shadow: 0 7px 16px rgba(12,12,12,.22);
	background-size: 300%,1px;
    background-position: 0;
}
.ss-footer .row-top .tnp-button:hover {
	background-position: 100% !important;
}
.ss-footer .wpcf7-form .wpcf7-spinner {
    display: none !important;
}
.ss-footer .wpcf7-form {
	margin-bottom: 0;
}
.ss-footer .row-top .ct-newsletter-layer1 {
    background-image: url(/wp-content/themes/weboto-vn/assets/img/fr-newsletter-layer1.png);
    left: 25%;
    top: -30px;
    width: 100px;
    height: 33px;
    -webkit-animation: NewsletterAnimated1 10s infinite linear;
    -moz-animation: NewsletterAnimated1 10s infinite linear;
    -o-animation: NewsletterAnimated1 10s infinite linear;
    animation: NewsletterAnimated1 10s infinite linear;
}
.ss-footer .row-top .ct-newsletter-layer1, .ss-footer .row-top .ct-newsletter-layer2 {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.ss-footer .row-top .ct-newsletter-layer2 {
    background-image: url(/wp-content/themes/weboto-vn/assets/img/fr-newsletter-layer2.png);
    top: 32%;
    right: 14%;
    width: 74px;
    height: 24px;
    -webkit-animation: NewsletterAnimated1 15s infinite linear;
    -moz-animation: NewsletterAnimated1 15s infinite linear;
    -o-animation: NewsletterAnimated1 15s infinite linear;
    animation: NewsletterAnimated1 15s infinite linear;
}
@keyframes NewsletterAnimated1 {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(-40px);
	}
	50% {
		transform: translateX(0px);
	}
	75% {
		transform: translateX(40px);
	}
	100% {
		transform: translateX(0px);
	}
}
@keyframes NewsletterAnimated2 {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(40px);
	}
	50% {
		transform: translateX(0px);
	}
	75% {
    	transform: translateX(-40px);
	}
	100% {
		transform: translateX(0px);
	}
}
@-webkit-keyframes hue {
	from {
		-webkit-filter: hue-rotate(0deg);
	}
	to {
		-webkit-filter: hue-rotate(-360deg);
	}
}
#fnbg span.section-title-main, #fdklt span.section-title-main, #fkm span.section-title-main, #futtg span.section-title-main {
    color: #fff;
    text-transform: uppercase;
}
.rmLine b {
    background: transparent;
}
#fnbg .rmLine, #fdklt .rmLine, #fkm .rmLine, #futtg .rmLine {
    background: #000;
    height: 45px;
    line-height: 45px;
}
#fnbg .section-title, #fdklt .section-title, #fkm .section-title, #futtg .section-title {
	margin-bottom: 0;
}
#fnbg .wpcf7-submit, #fdklt .wpcf7-submit, #fkm .wpcf7-submit, #futtg .wpcf7-submit {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    background: #000;
}
@media only screen and (max-width: 48em) {
	.btn-popup-report-price em {
		display: none;
	}
	.btn-popup-report-price span.text {
		display: none;
	}
	.btn-popup-report-price {
		background: transparent;
		border-radius: 50%;
		bottom: 15px;
		right: 0 !important;
		width: 60px;
		height: 60px;
		background-image: url(/wp-content/themes/weboto-vn/assets/img/icon-nhan-bao-gia.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		line-height: normal;
		border: none;
	}
	.ss-footer .ml-half {
		margin-left: 0 !important;
	}
	.ss-footer .flex-row.form-flat .flex-col {
		padding-right: 0;
	}
}