/*
Theme Name: Approvn
Description: Web ô tô
Author: WebOto.vn
Author URI: https://weboto.vn/
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*** BUTTON CONTACT ***/
.btn-hotline a, .btn-baogia a {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	border-radius: 4px;
	font-size: 120%;
	line-height: normal;
	text-align: center;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.btn-hotline a {
	background-color: #fd6e1d !important;
}
.btn-baogia a {
	background-color: #288ad6 !important;
}
/*** END BUTTON CONTACT ***/
/*** BANG GIA ***/
.list-dong-xe ol li a {
    color: #115293;
    font-weight: bold;
}
.list-dong-xe ol li:hover a {
	color: #ff0000;
}
.list-dong-xe ol li, .uu-dai-chung ol li {
	font-size: 15px;
    counter-increment: my-awesome-counter;
    position: relative;
    display: block;
    padding-left: 30px;
	margin-left: 0;
}
.list-dong-xe ol li::before, .uu-dai-chung ol li::before {
    content: counter(my-awesome-counter);
    background: #0094da;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.row-uu-dai-chung {
	position: relative;
}
.row-uu-dai-chung .border-comet {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ffe387;
    z-index: 2;
    pointer-events: none;
}
.row-uu-dai-chung .border-comet img {
    mix-blend-mode: screen;
    position: absolute;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
    width: 15%;
}
.row-uu-dai-chung .border-comet img.comet-01 {
    -webkit-animation-name: cometBorderLeft;
   	animation-name: cometBorderLeft;
   	top: 0;
}
.row-uu-dai-chung .border-comet img.comet-02 {
   	-webkit-animation-name: cometBorderRight;
    animation-name: cometBorderRight;
    bottom: 0;
}
.row-uu-dai-chung .border-comet img.comet-03 {
    -webkit-animation-name: cometBorderBottom;
    animation-name: cometBorderBottom;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0;
}
.row-uu-dai-chung .border-comet img.comet-04 {
    -webkit-animation-name: cometBorderTop;
    animation-name: cometBorderTop;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    right: 0;
}
@-webkit-keyframes cometBorderLeft {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(650%) translateY(-50%);
	}
}
@keyframes cometBorderLeft {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(650%) translateY(-50%);
	}
}
@-webkit-keyframes cometBorderRight {
	0% {
		opacity: 0;
		transform: translateX(650%) translateY(50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(50%);
	}
}
@keyframes cometBorderRight {
	0% {
		opacity: 0;
		transform: translateX(650%) translateY(50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(50%);
	}
}
@-webkit-keyframes cometBorderBottom {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(650%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}
}
@keyframes cometBorderBottom {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(650%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}
}
@-webkit-keyframes cometBorderTop {
	0% {
		opacity: 0;
		transform: translateX(50%) translateY(-50%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(650%) rotate(90deg);
	}
}
@keyframes cometBorderTop {
	0% {
		opacity: 0;
		transform: translateX(50%) translateY(-50%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(650%) rotate(90deg);
	}
}
/*** END BANG GIA ***/
#form-popup {
    max-height: 450px;
    overflow: hidden;
    height: 450px;
}
.form-popup img {
	height: 450px;
}
.form-popup .col-2 .wpcf7-submit {
    margin: 0;
    display: block;
    width: 100%;
    border-bottom: 5px solid #020941;
}
#top-bar .hlc,
.hlt {
	font-weight: bold;
	font-size: 15px;
}

#top-bar .hlc, .hlc {
	color: #e90900 !important;
}

.form-call-back {
	position: absolute;
	width: 400px;
	top: 30px;
	right: 70px;
	background-size: 100% 100%;
	padding: 15px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
}

.form-call-back input {
	box-shadow: none;
	border-radius: 5px;
	font-weight: 400;
}

.form-call-back input[type='submit'] {
	border: 2px solid #fff;
	border-radius: 10px;
	margin-bottom: 0;
}

.txt-des {
	text-align: center;
}

.tt-line {
	border: 1px dashed #000000;
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 100%;
}

.box > .box-image:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s
}

@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}

@keyframes shine {
	100% {
		left: 125%
	}
}

.box > .box-image::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}

.ss-circle .section-content {
	background: -webkit-linear-gradient(left, #292929 50%, transparent 50%);
	background: linear-gradient(90deg, #292929 50%, transparent 50%);
}

.qode-elliptical-slide-svg-holder {
	position: absolute;
	height: 100%;
	left: -1px;
	top: 0;
}

.ss-circle h5 {
	height: 45px;
}

.img-circle img {
	border-radius: 50%;
}

.font-size-20 span {
	font-size: 20px;
}

.rev-bot .col {
	padding-bottom: 0;
	margin-bottom: 0;
}

.btn-red {
	background-color: #e11428 !important;
	height: 60px;
	line-height: 60px;
}

.btn-white span {
	color: #e90900;
}

.btn-white i:before {
	color: #e90900 !important;
}

.ss-car-row h3 {
	color: #e10012;
}

.ss-car .box-text {
	padding-left: 15px;
	padding-right: 15px;
}

.ss-tt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.ss-tt .box-text {
	position: absolute;
	top: 35%;
}

.ss-tt .box {
	border: 12px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.ss-tt .item-number {
	position: absolute;
	top: 22%;
	left: 88%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.txt-head {
	color: #e10012;
}

.ctTitle .section-title b {
    background: #00095b;
    opacity: 1;
}
.posts-vertical .is-divider {
	background: transparent;
}
.posts-vertical .post-item {
	
}
.posts-vertical .post-item .col-inner {
	border-radius: 11px;
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	overflow: hidden;
}

#footer ul li {
    font-size: 14px !important;
    background: url(/wp-content/themes/approvn/assets/img/bg-li-footer.png) no-repeat left 8px;
    display: block;
    padding-left: 15px;
    border: none;
    margin-left: 0;
}
/*** SINGLE PRODUCT ***/
h1.product-title {
    color: #e10012;
}
.price .amount {
    color: #ff0000;
}
table.model-car tr td {
    border: 1px solid #000000;
	padding: 0.5em !important;
}
.product-short-description {
    border: 2px dashed #ff0000;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}
.product-short-description ul li {
    margin-bottom: 0;
}
.custom-product-page .tabs {
    display: none;
}
/*car color*/
.swatch-images .main-image {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.swatch-images .main-image {
	with: 300px;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
	box-shadow: 0px 3px 3px #999;
}

.swatch-images .main-image img {
	width: 100%;
}

.swatch-images .list-thumbnail {
    margin: 20px 0 0 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swatch-images .list-thumbnail .label {
	float: left;
	background: none;
	color: #666;
	font-size: 1.2em;
}

.swatch-images .label {
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.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: 2px solid #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;
}
/*end car color*/
#sticky-nav {
    display: block;
    position: fixed;
    right: 0px;
    z-index: 997;
    top: 30%;
    transform: translateY(-50%);
}
#sticky-nav .sticky-item {
    background: #232323;
    overflow: hidden;
    border-bottom: 2px solid #161616;
    position: relative;
    display: block;
    width: 50px;
    margin: 0;
    outline-offset: -1px;
    -webkit-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    cursor: pointer;
    float: right;
    clear: both;
}
#sticky-nav .icon-sticky {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 50px;
}
#sticky-nav .icon-sticky img {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin: 10px;
    display: inline-block;
}
#sticky-nav .info-expanded {
    display: none;
    -webkit-transition: display .15s ease-in-out;
    transition: display .15s ease-in-out;
    color: #fff;
    font-size: 17px;
}
#sticky-nav .sticky-item:hover, #sticky-nav .sticky-item.active {
    width: 200px;
    background: #db2128;
    border-color: #961015;
}
#sticky-nav .sticky-item:hover .info-expanded, #sticky-nav .sticky-item.active .info-expanded {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0px;
    line-height: 50px;
    padding-left: 50px;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 48em) {
	#sticky-nav {
		display: none;
	}
	.btn-hotline {
		margin-bottom: 5px;
	}
	#banner-879737580 {
		height: 150px;
	}
	.nav-vertical>li>a {
		color: white !important;
	}
	.hd-mb {
		display: none;
	}
	.slider-home .row-small>.col {
		padding-bottom: 0 !important;
	}
	.ss-tt,
	.ss-car,
	.ss-safe {
		padding-bottom: 0 !important;
	}
	.ss-action a.button {
		margin-bottom: 0;
		font-size: 1em;
	}
	.ss-action a.button span {
		font-size: 14px;
	}
	.ss-action .col {
		padding-bottom: 15px;
	}
	p.txt-des {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 0;
	}
	.txt-head {
		display: block;
	}
	
	.posts-vertical .post-item {
		padding-bottom: 15px;
	}
	.posts-vertical .box-blog-post {
		display: flex;
		background: #EEEEEE;
		height: 90px;
		max-height: 90px;
		overflow: hidden;
	}
	.posts-vertical .is-divider {
		display: none;
	}
	.posts-vertical .post-item .box-image {
		width: 35%;
		display: inline-block;
	}
	.posts-vertical .post-item .image-cover {
		height: 90px;
	}
	.posts-vertical .post-item .box-text {
		width: 65%;
		display: inline-block;
		text-align: justify;
		padding: 5px;
	}
	
	nav.rank-math-breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.ss-circle .section-content {
		background-color: #292929;
	}
	.absolute-footer {
		height: 150px;
	}
	
	.dong-xe-mobile .box.box-vertical {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}