/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
	--text-color: #3c3c3c;
}
body {
	line-height: 1.5rem;
	letter-spacing: -0.02rem;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
	margin-bottom: 1rem;
}
:where(p:last-of-type) {
	margin-bottom: 0 !important;
}
.widget {
	margin-bottom: 30px;
}
.button:not(.edit-block-button):not(add-button) {
	border-radius: 3px;
	padding: 1rem;
	min-height: unset;
	line-height: unset;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1rem;
}
.button:not(.edit-block-button):not(add-button).is-large {
	font-size: 1rem;
	padding: 16px 32px;
}
.button span {
	line-height: inherit;
}
.button.btn-wide {
	min-width: 12.5rem;
}
.button.is-outline {
	line-height: 1rem;
	border-width: 1px;
}
.cars-section {
	background: linear-gradient(
		0deg,
		#f7f9f9 0%,
		rgba(247, 249, 249, 0) 49.93%
	);
}
.cars-section {
	padding: 16px 0;
}
.header-wrapper {
	box-shadow: none !important;
	border: 1px solid #eee;
}
#battery-card-1 {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	overflow: hidden;
	background-attachment: scroll;
	position: relative;
	min-height: 400px;
}

.pin-tram-sac-section .card a {
	display: block;
	height: 100%;
}
.pin-tram-sac-section .card .card-content {
	padding: 30px;
}
.pin-tram-sac-section .col-left .card-content {
	background: linear-gradient(359deg, #000 0.54%, rgba(0, 0, 0, 0) 98.5%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: ease-in-out 0.5s;
	color: #fff;
}
.pin-tram-sac-section .card:hover .card-content {
	transform: translateY(0);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.owl-carousel .owl-nav button svg {
	display: block;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 10px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 10px;
}
.owl-carousel .owl-nav button:hover rect {
	fill-opacity: 1;
	fill: var(--fs-color-primary);
	transition: all 0.5s;
}
.owl-carousel .owl-nav button:hover path {
	fill: #fff;
	transition: all 0.5s;
}
.owl-carousel .owl-dots {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.owl-carousel .owl-dots button {
	background: #d8e1e2;
	opacity: 1;
	margin: 0 4px;
	cursor: pointer;
	width: 0.75rem;
	height: 0.75rem;
	min-height: unset;
	line-height: unset;
	border-radius: 50%;
}
.owl-carousel .owl-dots button.active {
	background: var(--fs-color-primary);
}

.banners-section .owl-carousel .owl-nav button.owl-prev {
	left: 15px;
}
.banners-section .owl-carousel .owl-nav button.owl-next {
	right: 15px;
}
.car-item .car-field-image {
	margin: 0.75rem 0;
}
.car-item .car-field-specs {
	padding-top: 0.75rem;
	border-top: 1px solid #d9e1e2;
}
.car-item .car-field-buttons .button {
	margin: 0;
}
.field-spec-item .field-spec-item-title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
}
.field-spec-item .field-spec-item-value {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
}
.car-field-specs .field-spec-item {
	padding-bottom: 0;
}
.car-item .car-field-buttons {
	display: flex;
	justify-content: center;
	gap: 1.875rem;
	margin-top: 1.5rem;
}

.banners-section .owl-carousel .owl-dots {
	position: absolute;
	bottom: 1.5rem;
}

.phu-kien-xe-section {
	padding-top: 72px;
	position: relative;
}
.header-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
.header-section h2 {
	margin: 0;
	font-weight: 600;
	font-size: 28px;
	color: var(--text-color);
}
.header-section a.view-all {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--fs-color-primary);
	flex-shrink: 0;
}

span.amount {
	color: var(--fs-color-primary);
	font-weight: 500;
}
.mf-products .product {
	padding: 0;
}
.product-card {
	transition: all 0.3s;
}
.product-card .product-thumb {
	background-color: #f7f9f9;
	padding: 1rem;
}
.product-card .product-thumb img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.product-card .product-content {
	padding: 0.5rem 1rem;
}
.product-card .product-title {
	margin: 0;
}
.product-card .product-title a,
.product_list_widget .product-title {
	color: var(--text-color);
	font-weight: 600;
}
.product-price .amount {
	color: var(--fs-color-primary);
	font-weight: 500;
}
.product-card .product-thumb img {
	transition: 0.3s;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.product-card:hover .product-thumb img {
	scale: 1.1;
	transition: 0.3s;
}
.product-card:hover {
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.mf-products .owl-item {
	padding: 4px;
}
.pin-tram-sac-section {
	padding: 6rem 0 0;
}

.card .field-title {
	font-size: 1.5rem;
	font-weight: 600;
}
.card .field-desc {
	font-size: 1rem;
	padding: 1rem 0 0 0;
}
.col-left .card-content .field-view-more {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.075rem;
	line-height: normal;
	text-transform: uppercase;
}
.card .field-view-more {
	padding: 1rem 0 0 0;
}
.card .field-view-more .button {
	margin: 0;
}
#battery-card-2 {
	background: #f7f9f9;
}
#battery-card-2 .card-content {
	color: var(--text-color);
}
#battery-card-2 .field-view-more {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--fs-color-primary);
}
#battery-card-2 .field-image {
	margin-top: 3rem;
}

.service-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 72px;
	height: 700px;
}
.service-section .container {
	height: 100%;
	display: flex;
	align-items: center;
}
.news-section {
	margin: 72px 0 0;
}

.mf-news .owl-item {
	padding: 4px;
}
.mf-news .post-item {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
}
.post-item .post-content {
	padding: 1rem;
}
.post-item .post-thumbnail img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.post-item .post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(--text-color);
	font-weight: 600;
	font-size: 18px;
}
.post-item .post-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 0.75rem;
}
.post-item .created-time {
	margin-top: 1rem;
	color: #979797;
	font-size: 0.75rem;
}

.header-main {
	padding-top: 16px;
	padding-bottom: 16px;
}
.header #logo img,
.header .stuck #logo img {
	max-height: 48px !important;
}
.header .nav > li > a {
	padding: 0;
}
.header .header-main .header-button > .button:not(.is-outline) {
	padding: 15px 24px;
	line-height: 15px;
}
.header .header-main .header-button > .button.primary:not(.is-outline) {
	background-color: var(--fs-color-primary) !important;
}
.header .header-main .header-button > .button.primary:not(.is-outline):hover {
	background-color: #fff !important;
	box-shadow: none !important;
}
.header .header-main .header-button > .button.primary:not(.is-outline):hover,
.header
	.header-main
	.header-button
	> .button.primary:not(.is-outline):hover
	span {
	color: var(--fs-color-primary) !important;
}
.header .stuck .header-main {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-contact-box .icon-box-img svg {
	padding: 0;
	display: block;
}
.footer-contact-box.icon-box-left .icon-box-img + .icon-box-text {
	padding-left: 0.75rem;
	line-height: 20px;
}
.footer-header {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5rem;
	color: var(--text-color);
	letter-spacing: -0.02rem;
	margin-bottom: 1rem;
}
.footer-logo .ux-logo-link {
	padding: 0 !important;
}

.footer-menu {
	gap: 10px;
}
.footer-menu .ux-menu-link__link {
	min-height: unset;
	padding: 0;
}
.footer-text {
	font-size: 14px;
	max-width: 500px;
}
.absolute-footer {
	display: none;
}

.vision .banner .item-list h2 {
	color: #ffffff;
}
.vision .banner .item-list p {
	color: #979797;
}
.vision .item-list h2 {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 16px;
}
.vision .item-list p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
.widget span.widget-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: var(--text-color);
	text-transform: uppercase;
}
.widget > ul > li li > a,
ul.menu > li li > a {
	font-size: inherit;
}
.widget .current-cat > a {
	color: var(--fs-color-primary);
	font-weight: 500;
}
.product-short-description {
	margin-top: 2rem;
}
.product_meta {
	margin-top: 1rem;
	font-size: 0.875rem;
}

.social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.social-icons .button.icon.circle,
.social-icons .button.icon.round {
	padding: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icons .button.icon {
	margin: 0;
}
.button i,
button i {
	top: -1px;
}
.image-tools .button.zoom-button {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.product-images,
.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
	border: 1px solid #eee;
	border-radius: 3px;
}
.product-info .social-icons {
	margin-top: 1.5rem;
}
#main {
	padding-bottom: 50px;
}
.catalog-product-text {
	padding: 0;
	margin-top: 1.5rem;
}
.searchform .button.icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.off-canvas .sidebar-menu {
	padding: 0;
}
.off-canvas:not(.off-canvas-center) li.html {
	padding: 15px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
	padding-left: 15px;
	font-size: 16px;
	color: var(--text-color);
}

.model-card {
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.model-card:hover {
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.model-thumb img {
	width: 100%;
}
.model-card .model-title {
	font-weight: 700;
	padding: 10px 15px;
}
.model-gallery.owl-carousel .owl-dots {
	position: absolute;
	bottom: 5%;
	margin: 0;
}
.model-gallery {
	margin-bottom: 2rem;
}
h1.model-title {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #eee;
}
.content-wrap {
	max-width: 1200px;
	margin-inline: auto;
}
.model-specs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	width: 100%;
}
.model-specs .field-spec-item {
	color: #3c3c3c;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: flex-start;
	width: 100%;
}
.model-specs .field-spec-item label {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.model-specs .field-spec-item span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
}
.model-spec-actions {
	display: flex;
	justify-content: center;
	padding-top: 2rem;
	margin-top: 1rem;
	gap: 20px;
	border-top: 1px solid #eee;
}
.model-spec-actions .button {
	margin: 0;
}
.model-gallery.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.model-gallery.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.page-wrapper {
	padding-bottom: 0;
}
.has-dropdown .icon-angle-down {
	top: 2px;
	margin-left: 4px;
}
.nav-dropdown-has-border .nav-dropdown {
	border: 1px solid #eee;
}
.nav-dropdown-has-shadow .nav-dropdown {
	box-shadow: none;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
	display: none;
}
.nav-dropdown-default {
	padding: 15px 10px;
}
.row.chinh-sach-thue-pin-area {
	padding: 40px;
	background: #f7f9f9;
	max-height: 700px;
	overflow: auto;
	overscroll-behavior: contain;
}
.chinh-sach-thue-pin-area table thead {
	background-color: #7a99ac;
	color: #fff;
}
.chinh-sach-thue-pin-area table th {
	text-transform: initial;
	border: none;
	font-weight: 500;
	line-height: 1.2;
}
.chinh-sach-thue-pin-area table td,
.chinh-sach-thue-pin-area table th {
	padding: 0.5em;
}
@media (max-width: 1200px) {
	.service-section {
		height: 65vh;
		min-height: 300px;
	}
}
@media (max-width: 991px) {
	.model-specs {
		gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 849px) {
	.car-field-specs {
		row-gap: 0.75rem;
	}
}
@media (max-width: 767px) {
	.model-specs {
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 549px) {
	.model-gallery.owl-carousel .owl-nav button svg {
		width: 40px;
		height: auto;
	}
	.car-item .car-field-specs {
		margin-top: 5rem;
	}
	.mf-cars.owl-carousel .owl-nav {
		position: absolute;
		top: 45%;
		display: flex;
		align-items: center;
		justify-content: center;
		left: 0;
		right: 0;
		gap: 20px;
	}
	.mf-cars.owl-carousel .owl-nav .owl-prev,
	.mf-cars.owl-carousel .owl-nav .owl-next {
		position: static;
		transform: none;
	}
	.field-spec-item .field-spec-item-title {
		font-size: 14px;
	}
	.field-spec-item .field-spec-item-value {
		font-size: 16px;
	}
	.header-section h2 {
		font-size: 24px;
	}
	.owl-carousel .owl-dots {
		margin-top: 1rem;
	}
	.pin-tram-sac-section,
	.phu-kien-xe-section {
		padding: 50px 0 0;
	}
	.news-section,
	.service-section {
		margin-top: 50px;
	}
	.service-section {
		height: 100%;
		background-image: none !important;
	}
	.service-section .container {
		padding-bottom: 15px;
	}
}
@media (max-width: 425px) {
	.model-specs {
		grid-template-columns: 1fr;
	}
	.model-specs .field-spec-item {
		gap: 4px;
	}
}
