#body-home{
	background: #f1f1f1;
}
#page-home {
	overflow-x: hidden;
}

@keyframes parallax {
	to {
		transform: translateY(-600px)
	}
}

.google-image {
	margin-top: 10px;
}

.google-image img {
	max-width: 180px;
	border-radius: 5px;
}

.top-mv {
	padding: 80px 20px 0;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.top-mv::before {
	content: "";
	background-image: url(../images/zigzag-tight-blue.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	max-width: 800px;
	min-height: 1300px;
	animation: linear parallax;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.top-mv__container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 60px;
}

/* LEFT CONTENT */
.top-mv__content {
	flex: 1;
}

.top-mv__title {
	font-size: 56px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

.top-mv__subtitle {
	font-size: 22px;
	color: #4a4a68;
	margin-bottom: 32px;
}

.top-mv__highlight {
	color: #f57720;
	font-weight: 600;
}

/* FORM */
.search-form {
	margin-bottom: 20px;
}

.search-form__field {
	position: relative;
}

.search-form__icon {
	margin-right: 10px;
	font-size: 16px;
	position: absolute;
	left: 18px;
	top: 24px;
}

.search-form__input {
	border: none;
	outline: none;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	border: 2px solid #bdbdbd;
	border-radius: 36px;
	padding: 12px 25px;	
	background: #fcfcfc;
	color: #666;
}

.search-form__row {
	display: flex;
	gap: 12px;
	margin-top: 12px;
}

.search-form__row .search-form__field {
	flex: 1;
}

.search-form__button {
	width: 100%;
	padding: 16px;
	border-radius: 50px;
	border: none;
	background: #f57720;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 12px;
	text-transform: uppercase;
}

/* FOOTER INFO */
.top-mv__note {
	font-size: 14px;
	color: #7e78a7;
	margin-top: 10px;
}

.top-mv__stores {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.top-mv__stores img {
	height: 40px;
}

.top-mv__rating {
	margin-top: 12px;
	font-size: 12px;
	color: #7e78a7;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}



.view-rating {
	display: flex;
	align-items: center;

}


.view-rating__icon {
	width: 18px;
	height: 18px;
	display: flex;
}

.view-rating__icon svg {
	width: 100%;
	height: 100%;
}


.top-mv__rating span[itemprop="ratingValue"] {
	font-weight: 600;
	font-size: 14px;
	color: #4a4a68;
}


.view-rating__icon--inactive svg {
	fill: #e0e0e8;
}

.view-rating__icon--half svg {
	fill: url(#star-gradient);
}


.top-mv__image {
	flex: 1;
	text-align: right;
	line-height: 0;
}

.top-mv__image img {
	max-width: 100%;
	height: auto;
}




.slide-mv__img img {
	width: 100%;
}

.home-about {
	background: #FFF;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	z-index: 1;
}

.home-about .inner {
	background: #f1f1f1;
	padding: 64px 0;
	border-radius: 96px 96px 0 0;
}

.home-about__row {
	gap: 20px 0;
	position: relative;
	z-index: 1;
	padding: 10px 0;
}

.home-about__row:before {
	content: "";
	position: absolute;
	width: 87%;
	height: 100%;
	background: white;
	z-index: -1;
	top: 0;
	right: 0;
	border-radius: 24px;
}


.home-about .c-ttl__01 {

	margin-bottom: 0;
}

.home-about .c-ttl__01 p {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
}


.home-about__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	position: relative;
	z-index: 1;
	padding: 20px;
}


.home-about__divider {
	width: 125px;
	height: 2px;
	background-color: var(--color-main2);
	margin: 10px 0 20px 0;
}

.home-about__description {
	color: #333;
	line-height: 1.5;
	font-size: 16px;
}

.home-about__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}


.home-about__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.home-about__list-icon {
	width: 24px;
	height: 24px;
	color: #f57720;
	flex-shrink: 0;
	margin-top: 4px;
}

.home-about__list-icon svg,
.home-about__list-icon img {
	width: 24px;
	height: 24px;
}

.home-about__list-ct {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}

.home-about__list-ttl {
	margin: 0;
	font-size: 18px;
	color: #2d2a3d;
	font-weight: 400;
}

.home-about__list-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #5e5c6d;
}

.home-about__slide-img {
	line-height: 0;
	overflow: hidden;
	border-radius: 24px;
}

.home-about__slide-img img {
	aspect-ratio: 4/6;
}



.car-selection {
	text-align: center;
	padding: 30px 0;

}

.car-selection__heading {

	margin-bottom: 40px;
}

.car-selection__grid {
	gap: 20px 0;

}

.car-selection__image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	line-height: 0;
	display: block;
}

.car-selection__image-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 237 / 164;
}

.car-selection__label {
	display: block;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
}
.selection-available{
	padding: 50px 0;
}
.selection-available__ttl{
	text-align: center;
}
.available-row{
	gap: 40px 0;
}
.available-row__wrap{
	gap: 16px;
}
.available-row__img{
	width: 80px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
}
.available-row__img img{
	width: 100%;
	height: 100%;
}
.available-row__ttl{
	font-size: 16px;
	font-weight: 600;
}
.promo-banner {
  padding: 40px 0;
}

.promo-banner__block {
  background-color: #f57720;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 40px;
  color: white;
  gap: 40px;
  overflow: hidden;
}

.promo-banner__info {
  flex: 1;
}

.promo-banner__title {
  font-size: 40px;
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 600;
}

.promo-banner__text {
  font-size: 20px;
  margin-bottom: 30px;
}

.promo-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: white;
  color: #3182f5;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.promo-banner__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.promo-banner__media {
  flex: 1;
}

.promo-banner__image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.home-about__image .content-top {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* Responsive cho điện thoại */
@media (max-width: 992px) {


	/* .top-mv__image {
		text-align: center;
		margin-top: 40px;
	} */
	.top-mv{
		background: white;
		padding: 20px 0;
		border-radius: 0 0 30px 30px;
		margin-bottom: 20px;
	}
	.top-mv:before{
		display: none;
	}
	.top-mv__image{
		display: none;
	}

	.search-form__row {
		flex-direction: column;
	}
	.top-mv__title{
		margin-bottom: 10px;
	}
	.top-mv__subtitle{
		font-size: 20px;
	}

	.search-form__icon{
		top: 15px;
	}
	.search-form__button{
		padding: 12px 20px;
		border-radius: 52px;
		font-size: 18px;
	}

	.home-about {
		border-radius: 30px 30px 0 0;
	}

	.home-about .inner {
		background: #FFF;
		padding: 30px 0;
	}

	.home-about__row{
		padding: 0;
	}
	.home-about .js-slide .slick-list{
		margin: 0;
	}
	.home-about__content{
		padding: 0;
	}
	.home-about__list{
		gap: 20px;
	}
	.promo-banner__block{
		flex-direction: column;
		padding: 20px;
		text-align: center;
		gap: 25px;
	}
	.promo-banner__title{
		font-size: 32px;
	}
	.promo-banner__text{
		font-size: 18px;
	}
	.car-selection{
		padding-bottom: 0;
	}
	.promo-banner{
		padding: 0 0 20px;
	}
	.available-slider:not(:last-child){
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.home-about__image .content-top {
		display: none;
	}
}

@media (max-width: 768px) {
	.home-about__content .c-ttl__01,
	.home-about__content .home-about__description {
		display: none;
	}

	.promo-banner__title {
		font-size: 24px;
	}

	.promo-banner__text {
        font-size: 14px;
		margin-bottom: 20px;
    }

	.available-row__wrap {
		gap: 10px;
	}

	.selection-available {
		padding: 40px 0;
	}

	.top-mv__title {
		font-size: 30px;
	}

	.top-mv__subtitle {
		font-size: 16px;
	}

	.search-form__input {
		font-size: 14px;
		padding: 9px 25px;
	}
}

