/*
Theme Name: vinfast2
Description: Giao diện website bán xe ô tô điện VinFast
Author: Minh Web
Author URI: https://minhweb.com/
Template: flatsome
Version: 3.0
*/

/*************** HEADER.   ***************/
#top-bar {
    position: relative;
    background-image: url(/wp-content/themes/vinfast2/assets/img/bg-top-bar.png);
    background-repeat: no-repeat;
    background-position: top center;
}
#masthead .html_topbar_left img {
    display: inline-block;
    width: 300px;
    height: auto;
    margin: 0;
}
.mb0 > p {
    margin-bottom: 0;
}
#top-bar {
	position: relative;
}
#top-bar::before{
  content: "";
  position: absolute;
  background: #004DA9;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  width: 10%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#top-bar::after{
  content: "";
  position: absolute;
  background: #004DA9;
  clip-path: polygon(20% 1%, 100% 0, 100% 100%, 0% 100%);
  width: 10%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#header-contact i {
    color: #004DA9;
	font-size: 18px !important;
}
#header-contact a {
    color: #ffffff;
    font-size: 16px;
}
.nav-divided>li+li>a:after {
    border: none !important;
}
#top-bar .social-icons {
	font-size: 16px !important;
}

.txt-ctkm p {
    font-size: 22px;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 1px 3px 13px #000;
}

.br20 {
    border-radius: 20px;
    overflow: hidden;
}
@keyframes j {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(2);
		-webkit-transform: scale(2);
		opacity: 0
	}
}
.banner-video-button a i.icon-play {
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 80px;
}
.banner-video-button a.button {
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #d70c19;
    z-index: 2;
    margin: 0;
    border: none;
}
.banner-video-button a.button:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.banner-video-button a.button:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation-delay: 1s;
}
.banner-video-button a.button:after, .banner-video-button a.button:before {
    content: "";
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    width: 96px;
    height: 96px;
    background: rgba(215,12,25,.4);
    -webkit-animation-name: j;
    animation-name: j;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.blog-posts-home-1 .is-divider, .blog-posts-home-2 .is-divider {
    display: none;
}
.custom-product-page .section-title-normal span {
    margin-right: 0;
}
.gny {
    color: #ff0000;
}
.price .amount {
    color: #ff0000 !important;
    font-weight: normal;
}
.product-small .box-image:hover::after{
	top: 0;
    bottom: 0;
}
.product-small .box-image:hover::before{
	left: 0;
    right: 0;
}
.product-small .box-image::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #004DA9;
    border-bottom: solid 1px #004DA9;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.product-small .box-image::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #004DA9;
    border-right: solid 1px #004DA9;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}



.banner-xem-xe-tu-van-vien {
    background-image: url(/wp-content/themes/vinfast2/assets/img/bg-top-bar.png);
    background-repeat: no-repeat;
    background-position: center;
}
.banner-xem-xe-tu-van-vien .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.col-deal .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-xem-xe {
    position: relative;
    background-image: url(https://web422.weboto.vn/wp-content/uploads/2024/01/banner-xem-xe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.col-deal li {
    background: #000000;
    border-radius: 99px;
    padding: 5px 15px;
    border: 1px solid #ffffff;
    list-style: none;
    margin-left: 0 !important;
}


.banner-xem-xe:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.75);
}


.ss-news .post-item > .col-inner {
    border-radius: 15px !important;
    overflow: hidden;
    border-color: #004DA9;
}
.ss-news .post-item:hover .post-title {
	color: #000;
}
.ss-news .post-title {
	color: #004DA9;
}
.ss-quy-trinh .img {
    border-radius: 100%;
    overflow: hidden;
    z-index: 2;
    border-width: 15px;
    border-color: rgba(0,0,0,0.2);
    border-style: solid;
}
.ss-quy-trinh .promo02__marker {
    color: #004DA9;    
    position: absolute;
    top: -60px;
    left: 2px;
    z-index: 1;
    font-size: 400px;
    font-weight: 400;
    line-height: 1;
}
.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;
}
.ss-cta .col .col-inner {
    border-radius: 8px !important;
    overflow: hidden !important;
}


.ss-cta .col:hover .col-inner {
	background: linear-gradient(247.66deg,#004DA9 0%,#fff 64.56%);
    z-index: 1;
}
.ss-cta .col:hover .icon-box-img {
    filter: brightness(0) invert(1);
}
.ss-cta .icon-box-text p {
	margin-bottom: 0;
}
/*** PAGE CONTACT ***/
.background-contact-form form {
    background: url(https://web422.weboto.vn/wp-content/uploads/2024/06/background-contact-form.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    margin: 0 auto;
}
.background-contact-form input.wpcf7-submit {
    background: url(https://web422.weboto.vn/wp-content/uploads/2024/06/button-dang-ky-ngay.png) no-repeat;
    height: 47px;
    width: 200px;
    background-size: cover;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    text-indent: -9999px;
    color: transparent;
	display: block;
}
.background-contact-form  select.wpcf7-select, .background-contact-form .wpcf7-text {
    border: none;
    border-radius: 5px !important;
}
.background-contact-form span.wpcf7-spinner {
    display: none;
}
/*** POPUP ***/
.phoneshowallcall:hover {
	color: #fff;
}
.phoneshowallcall {
    width: 210px;
    display: block;
    background: #004DA9;
    color: #fff;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
}
.phoneshowallcall strong {
    line-height: 40px;
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    margin: 5px;
    border-radius: 50%;
    background: #fff;
    color: #004DA9;
    font-size: 30px;
}
.phoneshowallcall span {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 14px;
    margin: 5px 10px 2px 5px;
    margin-left: 5px;
}
.phoneshowallcall b span {
    font-size: 20px;
}
.phoneshowallcall b {
    display: block;
    font-size: 20px;
    float: left;
}
.popup-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popup-info ul li {
    color: #5a5a5a;
    padding-left: 0;
    text-align: left;
    margin: 3px 0;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.popup-banner {
    padding: 5px 20px;
}
.gradient-heading-pop {
    font-weight: 600;
    line-height: auto;
    text-align: center;
    background: linear-gradient(45deg,#ff8a00,#e52e71,#044bea,#7a00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: gradient-text 8s ease infinite;
    border: dashed 1px #908787;
    padding: 10px;
    font-size: 15px;
}
.gradient-heading-pop p {
    margin: 0;
}
/*** END POPUP ***/
/*** BTN ***/
a.btn-dktv {
    background: linear-gradient(90deg, #DAB055 -2.48%, #F5D77F 40.72%, #F5D77F 84.51%, #B07515 112.71%);
    border-radius: 5rem;
    font-size: 1.3rem;
    color: #004DA9;
    animation: lantoa 1.5s ease-in-out infinite both;
    border: 0;
	font-weight: 500;
}
@-webkit-keyframes lantoa {
    0% {
        box-shadow: 0px 0px 0 0px #f5d77f;
    }
    100% {
        box-shadow: 0px 0px 0 20px rgb(206 173 81 / 0%);
    }
}
/*** SINGLE PRODUCT ***/
.product-short-description {
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff, #e6e6e6);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .15), -10px -10px 20px rgba(255, 255, 255, .7);
    transition: box-shadow .4s ease, transform .4s ease;
}
.product-short-description>ul>li {
    list-style: none;
}
.product-short-description>ul>li:before {
    background: url(/wp-content/uploads/2025/01/star.svg) left center no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
}




.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: #004DA9;
	margin-bottom: 0;
}
.item-model {
    border: 1px solid #004DA9;
    border-radius: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #ff0000;
}
.item-model:last-child {
	margin-bottom: 0;
}
/*** THANK YOU ***/
.rmLine b {
    background: transparent;
}
.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 ***/
/*** FOOTER ***/
.absolute-footer.dark {
    color: #ffffff;
}
.menu-footer-dong-xe .widget {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.menu-footer-dong-xe ul li a::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #979797;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
.menu-footer-dong-xe ul li a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.menu-footer-dong-xe ul li a:hover {
	color: #979797 !important;
}
.menu-footer-dong-xe ul li a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
    color: #ffffff !important;
	display: inline-block;
	position: relative;
}
.menu-footer-dong-xe ul li {
    border-top: none !important;
}
#footer {
    background: #252728;
}
#footer h4 {
    color: #fff;
	border: none;
	position: relative;
	z-index: 1;
}
#footer h4::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: #979797;
    bottom: 0;
    left: 0;
}
#footer h4::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 18px;
}
#footer h4 .section-title-main {
	margin: 0;
}
#footer .wpcf7-text, #footer .wpcf7-tel {
    border: 1px solid #004DA9 !important;
	border-radius: 8px;
	padding: 20px 10px !important;
	background: #E6F9FF !important;
	color: #333 !important;
	height: 45px;
}
#footer .wpcf7-submit {
    display: flex;    
    margin: 0 auto;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border: 0;
    border-radius: 5rem;
    font-size: 1.4rem;
    font-weight: 500;
	background: #004DA9;
	animation: lantoa 1.5s ease-in-out infinite both;	
}
#footer span.wpcf7-spinner {
    display: none;
}

#footer .wpcf7 form .wpcf7-response-output {
	color: #fff;
}

.absolute-footer {
    position: relative;
	z-index: 1;
	padding: 28px 0;
}
.absolute-footer::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #004DA9;
    width: 50%;
    height: 100%;
    clip-path: polygon(10% 1%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.ss-quy-trinh .flickity-viewport {
		overflow: visible !important;
	}
	.ss-quy-trinh .promo02__marker {
		font-size: 320px;
		top: -50px;
	}
	.flickity-page-dots .dot.is-selected {
		background-color: #ffc513;
		border-color: #ffffff;
	}
	.flickity-page-dots .dot {
		border-color: #ffffff;
		opacity: 1;
	}
	.slider-cam-ket .col-inner {
		border-radius: 20px;
		overflow: hidden;
		padding: 15px 15px 15px 15px;
	}
	.slider-cam-ket .flickity-page-dots {
		bottom: 0 !important;
	}
	.slider-cam-ket .flickity-page-dots .dot {
		border-color: #000;
		opacity: .5;
	}
	.ss-news p.from_the_blog_excerpt {
		display: none;
	}
	.ss-news .box-image {
		float: left;
		width: 35% !important;
		height: auto;
	}
	.ss-news .box-text {
		float: right;
		width: 65%;
		padding-bottom: 0;
		padding-top: 0;
	}
	.ss-news .blog-posts-home-1 > .post-item {
		padding-bottom: 0;
	}
}