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

/*************** ADD CUSTOM CSS HERE.   ***************/
p{
	margin-bottom: 5px; 
	padding-bottom: 0;
}
.star-rating span:before{
	color: #ffd052;
}
.is-divider{
	display: none;
}
.title {
	padding: 0;
	position: relative;
}
.title:before {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 1px;
	z-index: -1;
	left: 0;
	content: " ";
}
.title:after {
	clear: both;
}
.title {
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	width: auto;
	border: none;
}
.title:before, .title:after {
	width: 34px;
	transform: skew(-40deg, 0deg) translate(-50%, -50%);
	height: 6px;
	border-radius: 2px;
	left: 50%;
	bottom: -20px;
	z-index: 999;
	position: absolute;
	content: '';
}
.title:before{
	left: calc(50% - 0px);
	background: red;
}
.title:after{
	left: calc(50% - 36px);
	background: black;
}
.col-0{
	padding-bottom:0 !important;
	margin-bottom: 0 !important;
}
a.button.primary.open-popup-link.btn-dat-xe{
	margin: 0;
}
p.name.product-title.woocommerce-loop-product__title {
	font-weight: bold;
	text-transform: uppercase;
}
.absolute-footer{
	display: none;
}
/* ================ Header ================ */
.header .has-icon-bg .icon .icon-inner{
	background: transparent !important;
}
.header__image img{
	height: 80px !important;
	object-fit: cover;
}
/* ================ End Header ================ */

/* ================ HomePage - Trang chủ ================ */
.home__banner--cta{
	margin-top: -200px !important;
	position: absolute;
	left: 3%;
	z-index: 2;
	max-width: 94% !important;
}
/* Form */
input[type="date"]::before {
	content: "Chọn ngày thuê xe";
	color: #888;
	position: absolute;
	margin-left: 10px;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "";
}
form{
	margin-bottom: 0;
}
.form-groups input{
	margin-bottom: 0;
}
.wpcf7-response-output {
	margin-top: 5px !important;
	color: #fff;
	background: #333;
}
span.wpcf7-spinner{
	display: none;
}
.form-groups {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 0.65fr;
	gap: 10px;
	width: 100%;
}
.form-group.form-btn input {
	min-height: 50px;
	border: 2px solid #fff;
	border-radius: 5px 5px 0 0; 
	background: transparent;
} 
.form-group.form-input input {
	width: 100%;
	padding: 15px 20px;
	font-size: 20px; 
	color: #fff;
	border: none;
	border-radius: 5px 5px 0 0; 
	border-bottom: 2px solid red;
	background: linear-gradient(to right, 
		rgba(255, 255, 255, 0.2) 0%, 
		rgba(51, 51, 51, 0.7) 100% 
	);
	min-height: 48px;
}
.sc__cta .form-group.form-input input{
	background: linear-gradient(to right, rgb(252 251 251 / 20%) 0%, rgb(255 255 255 / 70%) 100%);
}
.form-group.form-input input::placeholder {
	color: #fff; 
	opacity: 1; 
}
.form-group.form-input input:focus {
	background: linear-gradient(to right, 
		rgba(255, 255, 255, 0.4) 0%, 
		rgba(51, 51, 51, 0.9) 100%
	);
	border-bottom: 2px solid #e53935; 
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); 
	outline: none;
	color: yellow;
}
.form-groups input.wpcf7-form-control.wpcf7-submit.has-spinner{
	width: 100%;
	margin-right: 0;
}
/* ================ End HomePage - Trang chủ ================ */
/* Bảng giá */
.pricing-section {
	margin: 30px auto;
	max-width: 800px;
	font-family: "Roboto", Arial, sans-serif;
}

.pricing-title {
	font-size: 22px;
	font-weight: 700;
	color: #222;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 8px;
}

.pricing-title::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #e60000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pricing-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #ddd;
}

.pricing-table td {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 1.6;
}

.pricing-table td:first-child {
	color: #222;
}

.pricing-table td:last-child {
	color: #e60000;
	font-weight: 600;
	text-align: right;
}

.pricing-table tr:hover {
	background-color: #f9f9f9;
}

@media (max-width: 600px) {
	.pricing-table td {
		display: block;
		text-align: left !important;
	}
	.pricing-table tr {
		border-bottom: 1px solid #ddd;
		margin-bottom: 8px;
		display: block;
	}
	.pricing-table td:last-child {
		color: #e60000;
		font-weight: bold;
		font-size: 17px;
	}
}
/* End bảng giá */
/* Trang chi tiết sản phẩm */
.product input{
	margin-bottom: 3px;
}
.product input.wpcf7-form-control.wpcf7-submit.has-spinner{
	width: 100%;
	margin: 10px 0;
}
/* End trang chi tiết sản phẩm  */
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@media only screen and (max-width: 541px){
	.col-icb .row-icb .col .col-inner{
		padding: 10px;
	}
	.col-icb .row-icb .col .col-inner p{
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: justify;
	}
	a.button.primary.open-popup-link.btn-dat-xe {
		font-size: 13px;
		width: 100%;
	}
	p.name.product-title.woocommerce-loop-product__title {
		height: 100% !important;
		font-size: 13px !important;
	}
	.col-icb .row-icb .icon-box.featured-box.icon-box-left.text-left {
		display: flex;
		flex-direction: column;
	}
	.col-icb .row-icb .icon-box-text.last-reset{
		padding-left: 0;
		margin-left: 0;
	}

	.home__banner--cta {
		margin-top: -70px !important;
		position: relative;
		left: 0;
		z-index: 2;
		max-width: 90% !important;
		background: rgba(0,0,0,0.7);
		padding: 20px 10px;
	}
	.form-groups {
		grid-template-columns: 1fr;
	}
}