/*
Theme Name: Flastsome Child
Theme URI: https://example.com/
Description: Child theme for the Flatsome theme
Author: Your Name
Author URI: https://example.com/
Template: flatsome
Version: 1.0.0
*/

/* ====== 1. BIẾN & TỔNG QUAN ====== */
:root {
	--color: #4ca72e;
}

h2 {
	color: var(--color);
}

/* ====== 2. HEADER ====== */
.header-search{
	background: var(--color);
	padding: 1px 12px !important;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
}

.header-search i{
	color: #fff;
}
.header-inner .sub-menu.nav-dropdown{
	border:1px solid var(--color);
	border-radius:10px;
}
.header-inner .sub-menu.nav-dropdown li a{
	border-bottom:none;
	color:#000;
}
.header-inner .sub-menu.nav-dropdown li a:hover{
	color: var(--color);
}

/* ====== 3. HERO / BANNER (ANTAM & HERO-TAXI) ====== */
.hero-taxi{
	padding:54px 0;
	background: radial-gradient(900px 420px at 25% 30%, rgba(34,197,94,.14), rgba(34,197,94,0) 60%),
		linear-gradient(180deg, #F6FBF8 0%, #F3FAF6 100%);
}

.hero-inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 18px;
	align-items:center;
}

/* LEFT */
.hero-title{
	margin:0 0 14px;
	font-weight:900;
	letter-spacing:-.02em;
	line-height:1.02;
	font-size:56px;
	color:#0F172A;
}

.hero-title .is-green{
	color:#16A34A; /* xanh chữ "Nhanh/Chóng" */
}

.hero-desc{
	margin:0 0 26px;
	color:#475569;
	font-size:16px;
	line-height:1.7;
	max-width:560px;
}

/* BUTTONS */
.hero-actions{
	display:flex;
	gap:16px;
	flex-wrap:wrap;
}

.hero-actions .btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:52px;
	padding:0 22px;
	border-radius:12px;
	font-weight:800;
	font-size:14px;
	letter-spacing:.02em;
	text-decoration:none;
	transition:.2s ease;
	white-space:nowrap;
}

.hero-actions .btn-primary{
	background:#16A34A;
	color:#fff;
	box-shadow:0 12px 22px rgba(22,163,74,.25);
	border:1px solid rgba(22,163,74,.15);
}

.hero-actions .btn-primary:hover{
	filter:brightness(.96);
	transform:translateY(-1px);
}

.hero-actions .btn-outline{
	background:#fff;
	color:#0F172A;
	border:1px solid #E2E8F0;
	box-shadow:0 10px 20px rgba(15,23,42,.06);
}

.hero-actions .btn-outline:hover{
	background:#F8FAFC;
	transform:translateY(-1px);
}

/* RIGHT IMAGE */
.hero-right{
	display:flex;
	justify-content:flex-end;
}

.hero-img{
	width:100%;
	max-width:520px;
	height:auto;
	border-radius:18px;
	display:block;
	object-fit:cover;
	box-shadow:0 18px 35px rgba(2,6,23,.12);
}

.antam {
	background: radial-gradient(900px 420px at 25% 30%, rgba(34, 197, 94, .14), rgba(34, 197, 94, 0) 60%), linear-gradient(180deg, #F6FBF8 0%, #F3FAF6 100%);
}

.antam .is-green {
	color: var(--color);
}

.antam .hero-title {
	font-size: 45px;
}

/* ====== 4. FORM ĐẶT XE (DATXE-CARD) ====== */
.datxe-card{
	background:#fff;
	border-radius:18px;
	box-shadow:0 10px 30px rgba(0,0,0,.08);
	padding:22px 22px;
}

.datxe-grid {
	display:grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap:18px;
	align-items:end;
}

.datxe-grid > label{
	display:block;
	margin:0;
	font-size:14px;
	font-weight:600;
	color:#111827;
}

.datxe-grid .wpcf7-form-control-wrap{
	display:block;
	margin-top:8px;
}

.datxe-grid input[type="text"],
.datxe-grid input[type="tel"],
.datxe-grid input[type="date"],
.datxe-grid input[type="time"],
.datxe-grid select{
	width:100%;
	height:46px;
	border:1px solid #E5E7EB;
	border-radius:8px;
	padding:0 14px;
	font-size:14px;
	color:#111827;
	background:#fff;
	outline:none;
	box-shadow:none;
}

.datxe-grid input::placeholder{
	color:#9CA3AF;
}

.datxe-grid input:focus,
.datxe-grid select:focus{
	border-color:#60A5FA;
	box-shadow:0 0 0 4px rgba(59,130,246,.12);
}

.datxe-grid select{
	appearance:none;
	background-image:
		linear-gradient(45deg, transparent 50%, #6B7280 50%),
		linear-gradient(135deg, #6B7280 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 19px,
		calc(100% - 12px) 19px;
	background-size:6px 6px, 6px 6px;
	background-repeat:no-repeat;
	padding-right:36px;
}

.datxe-grid .btn-dat-xe,
.datxe-grid input[type="submit"]{
	width:100%;
	height:52px;
	border:none;
	border-radius:26px;
	background: var(--color);
	color:#fff;
	font-weight:700;
	letter-spacing:.5px;
	text-transform:uppercase;
	cursor:pointer;
	box-shadow:0 10px 20px rgba(6,166,232,.25);
}

.datxe-grid .btn-dat-xe:hover,
.datxe-grid input[type="submit"]:hover{
	filter:brightness(.96);
	transform:translateY(-1px);
}

.datxe-grid input[type="submit"]{
	grid-column:4 / 5;
}

/* ====== Thông báo lỗi CF7 gọn gàng (tuỳ chọn) ====== */
.datxe-grid .wpcf7-not-valid-tip{
	margin-top:6px;
	font-size:12px;
}

/* ====== 5. DỊCH VỤ (CARD GIỐNG ẢNH) ====== */
.chungtoi{
	padding-bottom:0px !important;
}
.chungtoi col{
	padding-bottom:0px !important;
}
.dichvu img,
.chungtoi img,
.lancan img {
	border-radius: 10px;
}

.dichvu .text-left,
.chungtoi .text-left,
.lancan .text-left {
	padding: 18px;
	padding-bottom:20px;
}
.dichvu .col{
	padding-bottom:0px;
}

.dichvu .contact,
.chungtoi .contact,
.lancan .contact {
	border-top: 1px solid #d7d7d7;
	margin: 20px 0;
	text-transform: uppercase; 
	display:flex;
	flex-direction:column;
	gap:6px;
}

.dichvu .col-inner {
	border-radius: 10px;
}

.dichvu .box-blog-post.has-hover{
	/* 	position:absolute; */
}

.dichvu .blog-post-inner .contact{
	text-align: center;
	margin-bottom: 5px;
	border-top:0px;
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-top: 10px;
}

.dichvu .blog-post-inner .contact span{
	color:#000;
	margin-bottom:10px;
}

.dichvu .blog-post-inner .contact .phone-btn{
	background: var(--color);
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	padding: 7px 12px;
}

.dichvu .box-blog-post.has-hover .box-text.text-left {
	bottom: 55px; 
}

.dichvu .post-item {
	margin-bottom: -45px;
	padding-bottom:0px !important;
}

.dichvu .blog-post-inner{
	box-shadow: 0 2px 9px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius:12px;
	padding:10px;
}

.dichvu .col-inner:hover {
	transform: translateY(-10px); /* Nhích lên trên 10px, bạn có thể chỉnh thành -5px nếu muốn ít hơn */
	border-radius:10px;
	overflow:hidden;
	z-index: 9; /* Đảm bảo cái đang chọn hiện lên trên cùng */
}

/* 3. (Tùy chọn) Thêm đổ bóng đậm hơn khi hover để tạo cảm giác nổi hẳn lên */
.dichvu .col-inner:hover .blog-post-inner {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.dichvu .blog-post-inner .contact .phone-btn:hover {
	filter: brightness(150%); /* Làm tối đi một chút để phân biệt */
	color:#000;
}

.dichvu .blog-post-inner .post-title {
	text-align: center;
	font-size:22px;
	color:var(--color);
}
.dichvu .blog-post-inner .post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;      /* số dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dichvu .blog-post-inner .from_the_blog_excerpt,
.dichvu .blog-post-inner .is-divider
{
	display:none;
}

/* ====== 6. GIỚI THIỆU & CHÚNG TÔI ====== */
.gioithieu h2 {
	font-size: 42px;
	line-height: 40px;
}

.gioithieu h4 {
	font-weight: 700;
	color: var(--color);
}

.gioithieu img {
	border-radius: 10px;
}

.chungtoi .flickity-prev-next-button{
	opacity: 1;
}

.chungtoi .flickity-button-icon{
	color:var(--color);
}

.chungtoi .is-selected{
	margin-top:5px;
}

.chungtoi .post-item .col-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #FFF;
	padding: 20px;
	margin: 0 10px;
	border-radius: 20px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	transition: 0.3s ease-in;
}

.chungtoi .flickity-slider .box-image  .image-zoom{
	overflow:hidden;
	border-radius:10px;
}

.chungtoi .contact {
	border-top:0px;
	transition: all 0.4s ease; 
	text-align: center;
	align-items: center;
}

.chungtoi .from_the_blog_excerpt{
	text-align:center;
}

.chungtoi .text-left{
	padding:15px;
}

.chungtoi .contact span {
	border-top:none;
	display: block;
	color: #000;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 1.1em;
}

.chungtoi .is-divider{
	display:none;
}

.chungtoi .post-title{
	font-size: 20px;
	text-align: center;
	color: var(--color);
	margin-bottom: 13px;
}

.chungtoi .blog-post-inner .contact .phone-btn {
	width:70%;
	gap: 10px;
	background-color: var(--color);
	color: #fff ;
	padding: 10px 25px;
	border-radius: 50px; 
	font-weight: bold;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	transition: 0.3s;
	border: none;
	font-size: 16px;
}

.chungtoi .blog-post-inner .contact .phone-btn:hover {
	filter: brightness(150%); /* Làm tối đi một chút để phân biệt */
	color:#000;
}

/* ====== 7. ĐỐI TÁC (PARTNER) ====== */
.partner  .logo-slider-container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	text-align: center;
}

.partner  .logo-item{
	width:250px;
	height:150px;
	margin: 0 15px;   
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.partner .logo-track{
	display: flex;
	width: max-content;
	align-items: center;
	animation: scroll-logos 20s linear infinite;
}

.partner .logo-item img {
	max-width: 95%;
	max-height: 90%;      
	object-fit: contain;  
	transition: 0.1s;     
}

.partner .logo-slider{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
}

@keyframes scroll-logos {
	0% {
		transform: translateX(0); 
	}
	100% {
		transform: translateX(-50%); 
	}
}

/* ====== 8. ĐÁNH GIÁ KHÁCH HÀNG (KHACHHANG) ====== */
.khachhang .flickity-button-icon{
	color:var(--color);
}

.khachhang h2{
	color:#fff;
	margin-bottom:30px;
	font-size:25px;
}

.khachhang .col {
	display: flex;
}

/* Cấu hình cho khối nội dung bên trong */
.khachhang .col-inner {
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	flex: 1;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
	margin-bottom: 20px; 
}

.khachhang .testimonial-text {
	flex-grow: 1;
}

.khachhang .col-inner h3{
	margin-bottom:0px;
}

.khachhang .col-inner .icon-box-text{
	padding-left:20px;
}

/* ====== 9. TIN TỨC (NEW-HOME-PAGE & NEWS) ====== */

.New-Home-Page .post-item .col-inner{
	background: #fff;
	padding: 2px 10px 2px 10px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);	
}

.New-Home-Page .post-item .col-inner:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 55%);
	cursor:pointer;
}

.New-Home-Page .blog-post-inner .post-title a{
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.New-Home-Page .col.left .box-blog-post  .box-image{
	width:35% ;
}

.New-Home-Page .col.left .contact{
	display:none;
}

.New-Home-Page .col.left .blog-post-inner{
	display:flex;
	flex-direction:column;
}

.New-Home-Page .col.left .is-divider{
	display:none;
}

.New-Home-Page .col.left .post-meta{
	order:1;
	color:var(--color);
}
.New-Home-Page .col.main .contact{
	margin:20px;
}

.New-Home-Page .col.left .post-title{
	order:2;
}
.New-Home-Page .col.left .post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 1;      /* số dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.New-Home-Page .col.main .post-title{
	margin-bottom:15px;
}
.New-Home-Page .col.left .from_the_blog_excerpt {
	order:3;
	display: -webkit-box;
	-webkit-line-clamp: 2;      /* số dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.New-Home-Page .col .post-title {
	color:#000;

}

/* --------- News Archive Page ----------- */
.News .ux-relay__load-more-button {
	background-color: var(--color);
	border-color: var(--color);
	color: #ffffff;
	border-radius: 10px;
	padding: 5px 50px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s;
}

.News .page-title{
	font-size:24px;
	margin-bottom:25px;
}

.News .ux-relay__result-count,
.News .contact,
.News  .is-divider
{
	display:none;
}

.News .post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ====== Bài viết ====== */
.article-inner {
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	padding:15px;
}
.article-inner p, .article-inner span{
	color: #000;
}
.article-inner:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
	transform: translateY(-3px);
}

/* ====== 10. HOME CONTACT MOBILE ====== */
/* Container chính */
.Contact-Home-Page {
	text-align: center;
	padding: 15px;
	padding-bottom:0px;
	margin-bottom:30px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Dòng chứa icon và chữ hỗ trợ */
.Contact-Home-Page .support-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 5px;
}

/* Icon tai nghe */
.Contact-Home-Page .icon-headset {
	font-size: 20px;
}

/* Chữ "Hỗ trợ đặt xe..." */
.Contact-Home-Page .text-label {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

/* Số điện thoại */
.Contact-Home-Page .phone-link {
	display: inline-block;
	font-size: 38px;
	font-weight: 800; /* Làm đậm nhất có thể */
	color: #4ca72e;
	text-decoration: none;
	line-height: 1.2;
	transition: all 0.3s ease;
}

/* Hiệu ứng khi di chuột vào số điện thoại */
.Contact-Home-Page .phone-link:hover {
	transform: scale(1.05);
	opacity: 0.9;
}

/* ====== 11. BẢNG GIÁ XE ====== */
/* Tổng thể bảng */
.bang-gia-xe-q12 {
	margin-top:30px 0;
	border-collapse: separate; 
	border-spacing: 0;
	border-radius: 15px; 
	overflow: hidden; 
	border: 1px solid #c9e2ff; 
	margin-bottom: 20px;
}

/* Header (Dòng đầu tiên) */
.bang-gia-xe-q12 thead th {
	background-color: var(--color); /* Màu vàng giống ảnh */
	color: #ffffff; /* Chữ trắng */
	padding: 15px 10px;
	text-align: center;
	font-weight: bold;
	font-size:18px;
	text-transform: uppercase; /* Viết hoa chữ cái */
	border: 1px solid #ffffff33; /* Viền mờ giữa các ô header */
}

/* Các ô trong thân bảng */
.bang-gia-xe-q12 tbody td {
	padding: 12px 10px;
	text-align: center;
	border: 0.5px solid #c9e2ff; /* Viền xanh nhạt giữa các ô */
	color: #000;
	font-size: 12px;
}

.bang-gia-xe-q12 tbody td:first-child {
	font-weight: bold;
	color: #000;
}

/* Hiệu ứng khi di chuột qua hàng */
.bang-gia-xe-q12 tbody tr:hover {
	background-color: #f2f8ff;
}

/* ====== 12. FOOTER ====== */
.Footer-page {
	color:#000;
}
.Footer-page .has-hover.box-text-bottom{
	display:flex;
	margin-bottom:15px;
}
.Footer-page .has-hover.box-text-bottom .text-center{
	padding:0px;
	padding-right:50px;
	display: flex !important;
	align-items: center !important;
}
.Footer-page .has-hover.box-text-bottom .text h2{
	padding:10px;
	font-size:20px;
}
.Footer-page .ux-menu-link {
	color: #000;
	display: inline-block;
	transition: color 0.25s ease, transform 0.25s ease;
}

.Footer-page .ux-menu-link.menu-item:hover{
	color: var(--color) !important;
}

.Footer-page .ux-menu-link__linkflex{
	color:var(--color);
}

.Footer-page .ux-menu-link:hover {
	transform: translateX(4px);
}

.menu_lk .ux-menu-link:hover .ux-menu-link__link {
	color: var(--color) !important;
}

/* ========Lien he dat xe ============ */
.contact-form-page{
	background-color: #ffffff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	padding:15px;
}
.Contact-page .row .col-inner{
	padding: 20px;
	padding-top: 30px;
}
.datxe-contact-form .form-row{
	display: flex;
	justify-content: space-between;
}
.datxe-contact-form  .form-row .form-col{
	width: 45%;
}
.datxe-contact-form  .form-row .form-col span input, 
.datxe-contact-form  .form-full span textarea{
	border-radius: 10px;
	padding: 22px;
	margin-top: 10px;
	background-color: #f9fafb;
}
.datxe-contact-form  .form-full span select{
	margin-top: 10px;
	padding-left: 24px;
	height: 55px;
	border-radius: 10px;
	background-color: #f9fafb;
}
.Contact-page .form-submit-area input{
	background-color: var(--color);
	padding: 8px 20px 8px 20px;
	border-radius: 15px;
	margin-top: 20px;
}
.Contact-page .ct-info{
	background-color: #f7fff5;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	padding: 10px;
}
.Contact-page .contact-item{
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
}
.Contact-page .icon-box{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #e2e8f0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: var(--color);
	font-size: 18px;
	flex-shrink: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}
.Contact-page .contact-label{
	font-weight: 700;
	color: #1f2937;
	font-size: 16px;
	margin-bottom: 2px;
}
/* ======input====== */
.searchform .flex-col .ux-search-submit {
	background: var(--color);
}
.searchform .flex-row{
	border-radius: 10px;
	overflow: hidden;
}
.comments-area{
	display:none;
}
/* TABLET */
@media (max-width: 1024px){
	.hero-title{ font-size:44px; }
	.hero-inner{ grid-template-columns: 1fr; }
	.hero-right{ justify-content:flex-start; }
	.hero-img{ max-width:680px; }
	.datxe-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.datxe-grid input[type="submit"]{ grid-column:auto; }
}

/* MOBILE */
@media (max-width: 560px){
	/* General */
	.antam .image-cover{
		display:none;
	}
	.antam .hero-title,
	.gioithieu h2{
		font-size:38px;
	}
	.hero-taxi{
		padding:0px;
	}
	.hero-actions br, .hero-right{
		display:none;	
	}
	.chungtoi .col-inner .box-text.text-left{
		padding:5px;
	}
	.chungtoi .col-inner .from_the_blog_excerpt {
		display:none;
	}
	.chungtoi .post-item .col-inner{
		padding:10px;
	}
	.chungtoi .col-inner .contact span{
		display:none
	}
	.chungtoi .blog-post-inner .contact .phone-btn{
		min-width:140px;
		padding: 7px 9px;
	}
	/* Form Đặt Xe Mobile */
	.datxe-card{ padding:16px; border-radius:16px; }
	.datxe-grid{ grid-template-columns: 1fr; gap:14px; }
	.datxe-grid input[type="submit"]{ height:50px; border-radius:25px; }

	/* Dịch vụ Mobile */
	.dichvu .box-blog-post.has-hover .box-text.text-left {
		bottom: 80px; 
	}
	.dichvu .post-item {
		margin-bottom: -70px;
	}
	.dichvu .blog-post-inner {
		box-shadow: 0 2px 9px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
		background: #fff;
		border-radius: 12px;
		padding: 5px;
	}
	.dichvu .blog-post-inner .post-title {
		text-align: center;
		font-size: 16px;
		padding:5px 15px;
		color: var(--color);
	}
	.New-Home-Page .col.left .box-blog-post  .box-image{
		width:45% ;
	}

	.datxe-contact-form .form-row{
		display: block;
		align-items: flex-start;
		gap: 16px;
		margin-bottom: 24px;
	}
	.datxe-contact-form  .form-row .form-col span input, 
	.datxe-contact-form  .form-full span textarea,
	.datxe-contact-form .form-full span select{
		font-size:12px;
	}
	.Contact-page .row .col-inner{
		padding:10px;
	}
	.datxe-contact-form .form-row .form-col{
		width:100%;
	}
	.dichvu .blog-post-inner .contact .phone-btn {
		font-size: 12px;
		background: var(--color);
		color: #fff;
		font-weight: bold;
		border-radius: 20px;
		padding: 7px 14px;
	}
	.dichvu .blog-post-inner .contact {
		text-align: center;
		margin-bottom: 5px;
		border-top: 0px;
		display: flex;
		font-size: 12px;
		align-items: center;
		margin-top: 5px;
	}
	.dichvu .blog-post-inner .contact span {
		color: #000;
		/* 		margin-bottom: 5px; */
	}

	/* Đối tác Mobile */
	.partner  .logo-item{
		width:160px;
		height:120px;
		margin: 0 15px;   
		align-items: center;
		justify-content: center;
		border-radius: 8px;
	}

	/* Bảng giá Mobile */
	.bang-gia-xe-q12 {
		font-size: 12px;
	}
	.bang-gia-xe-q12 th, .bang-gia-xe-q12 td {
		padding: 8px 5px;
	}
	.banggia .col {
		padding:0px;
	}
	.bang-gia-xe-q12 tbody td{
		padding: 8px 6px;
		font-size:10px;
	}
	.bang-gia-xe-q12 thead th{
		padding: 12px 8px;
		font-size:14px;
	}

	/* Hero Taxi Mobile */
	.hero-taxi{ padding:34px 0; }
	.hero-title{ font-size:34px; }
	.hero-actions .btn{ width:100%; }
}