
.product-category .buy-button a {
    color: #fff;
}

.alphabet-nav {
    position: sticky;
    top: 56px;
    z-index: 100;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 40px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 7px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 9%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}
.alphabet-nav .nav-item {
    padding: 8px 12px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #555;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border: 1px solid #cdcdcd5e;
}
.alphabet-nav .nav-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    background: #1a9141;
    color: white;
}


.breadcrumb {
	padding: 5px 0px;
	list-style: none;
}

ul.breadcrumb li {
	display: inline;
	font-size: 16px;
}

/* ul.breadcrumb li+li:before {
	padding: 8px 5px;
	color: black;
	content: "/\00a0";
} */

ul.breadcrumb li a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

.list_tintuc {
	margin-top: 20px;
}

ul.breadcrumb li a:hover {
	color: #ff312e;
	text-decoration: underline;
}

.brackham-commont {
	background: #eee;
	position: relative;
}

.item-banner-pages img {
	width: 100%;
}

.contact-temp-body {
	background-color: white;
	padding: 0px 15px 0px 0px;
	border-radius: 10px;
}

.left-bot {
	text-align: center;
}

.ct-left,
.ct-right {
	margin-top: 15px;
	margin-bottom: 15px !important;
	color: #393939;
	font-size: 14px;
}

.ct-right h1 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #005693;
}

.ct-left.ct-right form {
	width: 64%;
	margin: 0 auto;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
}

.box-input-form {
	display: flex;
	gap: 0px 20px;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
}

.ct-left form textarea {
	font-size: 14px;
	color: #717173;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 10px;
	outline: 0;
}

.ct-left form button {
	font-size: 14px;
	color: #fff;
	background: #005693;
	border: none;
	height: 40px;
	width: 172px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	font-weight: 500;
	text-transform: uppercase;
}


.supplier {
	background: #FFF;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #DDD;
	padding: 15px;
}

.supplier .image {
	position: relative;
	overflow: hidden;
}

.supplier .image:hover img {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.supplier h3 {
	text-align: center;
	color: #5f7aec;
	font-size: 15px;
}

.supplier h3 a {
	color: #333;
}

.title-template-news {
	margin: 10px 0 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	color: #fff;
	padding: 0;
	border-bottom: solid 2px #FF312E;
}

.title-template-news>* {
	background: #FF312E;
	padding: 8px 20px;
	display: inline-block;
	color: white;
	border-radius: 10px 10px 0px 0px;
}

.list-news {
	padding-top: 5px;
}

.content-page ul li {
	list-style: disc !important;
	margin-left: 0px;
}

.products-card>a {
	position: relative;
	overflow: hidden;
}
.link-speed {
	padding-top: 40px;
}
.link-speed .c-title__xl{
	
}
.link-speed__grid {}

.link-speed__grid>.row {
	gap: 20px 0;
}

.link-contact {
	text-align: center;
	height: 100%;
	padding: 20px;
	padding: 20px 10px 20px 10px;
	box-shadow: 0px 0px 10px 2px rgb(175 175 175 / 50%);
	border-radius: 10px;
}
.link-contact--style2{
    box-shadow: 0px 0px 1px 1px #ff000030;
	background: linear-gradient(135deg, #f43f5e, #f97316);
	color: white;
}
.link-contact__icon img {
	width: 30px;
}
.link-contact--style2 .link-contact__ttl{
	margin-bottom: 10px;
	color: white;
}
.link-contact__ttl {font-size: 24px;color: #1a9141;margin-bottom: 5px;}
.link-contact--style2 .btn-common01{
	color: var(--color-main);
	background: white;
	font-weight: 700;
}
.link-contact--style2 .link-contact__decs{
	font-size: 20px;
}
.link-contact__decs:not(:last-child) {
	margin-bottom: 20px;
}
.btn-common01 {
	background: var(--color-main);
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.btn-common01:hover {
	background: var(--color-main2);
	color: white;
}

.content-page,
.noi_dung_in,
.desc2 {
	text-align: justify;
	line-height: 1.4;
}

.content-page h1,
.noi_dung_in h1,
.desc2 h1 {
	font-size: 26px;
}

.content-page h2,
.noi_dung_in h2,
.desc2 h2 {
	font-size: 22px;
}

.content-page h3,
.noi_dung_in h3,
.desc2 h3 {
	font-size: 18px;
}

.content-page h4,
.noi_dung_in h4,
.desc2 h4 {
	font-size: 16px;
}

.content-page h5,
.noi_dung_in h5,
.desc2 h5 {
	font-size: 13px;
}

.content-page h6,
.noi_dung_in h6,
.desc2 h6 {
	font-size: 11px;
}

.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6,
.noi_dung_in h1,
.noi_dung_in h2,
.noi_dung_in h3,
.noi_dung_in h4,
.noi_dung_in h5,
.noi_dung_in h6,
.desc2 h1,
.desc2 h2,
.desc2 h3,
.desc2 h4,
.desc2 h5,
.desc2 h6 {
	font-weight: 700;
}

.content-page h1:not(:last-child),
.content-page h2:not(:last-child),
.content-page h3:not(:last-child),
.content-page h4:not(:last-child),
.content-page h5:not(:last-child),
.content-page h6:not(:last-child),
.noi_dung_in h1:not(:last-child),
.noi_dung_in h2:not(:last-child),
.noi_dung_in h3:not(:last-child),
.noi_dung_in h4:not(:last-child),
.noi_dung_in h5:not(:last-child),
.noi_dung_in h6:not(:last-child),
.desc2 h1:not(:last-child),
.desc2 h2:not(:last-child),
.desc2 h3:not(:last-child),
.desc2 h4:not(:last-child),
.desc2 h5:not(:last-child),
.desc2 h6:not(:last-child) {
	margin-bottom: 15px;
}

.content-page em,
.noi_dung_in em,
.desc2 em {
	display: block;
}


.content-page ol,
.noi_dung_in ol,
.desc2 ul,
.desc2 ol {
	margin-left: 18px;
}

.content-page ol li,
.noi_dung_in ol li,
.desc2 ol li {
	list-style: decimal;
	position: relative;
}

.content-page ul li,
.noi_dung_in ul li,
.desc2 ul li {
	list-style: disc;
}

.content-page ul:not(:last-child),
.content-page ol:not(:last-child),
.content-page li:not(:last-child),
.content-page div:not(:last-child),
.content-page p:not(:last-child),
.noi_dung_in ul:not(:last-child),
.noi_dung_in ol:not(:last-child),
.noi_dung_in li:not(:last-child),
.noi_dung_in div:not(:last-child),
.noi_dung_in p:not(:last-child),
.desc2 ul:not(:last-child),
.desc2 ol:not(:last-child),
.desc2 li:not(:last-child),
.desc2 div:not(:last-child),
.desc2 p:not(:last-child) {
	/* margin-bottom: 10px; */
}

.content-page p:last-child,
.noi_dung_in p:last-child,
.desc2 p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.content-page table,
.noi_dung_in table,
.desc2 table {
	width: 100%;
	
}

.content-page table:last-child,
.content-page table tr:last-child,
.content-page table tr td:last-child,
.content-page table tbody:last-child,
.noi_dung_in table:last-child,
.noi_dung_in table tr:last-child,
.noi_dung_in table tr td:last-child,
.noi_dung_in table tbody:last-child,
.desc2 table:last-child,
.desc2 table tr:last-child,
.desc2 table tr td:last-child,
.desc2 table tbody:last-child {
	margin-bottom: 0;
}











.popup-form-datxe .demo-button {
	background: linear-gradient(45deg, #ff6b6b, #ee5a52);
	color: white;
	border: none;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(238, 90, 82, 0.3);
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.popup-form-datxe .demo-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(238, 90, 82, 0.4);
}
.popup-form-datxe .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.popup-form-datxe .overlay.active {
	opacity: 1;
	visibility: visible;
}
.popup-form-datxe .popup {
	background: white;
	/* padding: 30px 40px; */
	border-radius: 20px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
	max-width: 560px;
	width: 90%;
	position: relative;
	transform: scale(0.7) translateY(50px);
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	z-index: 999;
	/* max-height: 90vh; */
    /* overflow-y: scroll; */
}
.popup-form-datxe .overlay.active .popup {
	transform: scale(1) translateY(0);
}
.popup-form-datxe .close-btn {
	position: absolute;
	top: 10px;
	right: 5px;
	background: none;
	border: none;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 2;
	margin-top: 0;
}
.popup-form-datxe .close-btn:hover {
	background: #f5f5f5;
	color: #333;
}
.popup-form-datxe .popup-header {
	text-align: center;
	margin-bottom: 30px;
}
.popup-form-datxe .popup-header h2 {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.popup-form-datxe .popup-header p {
	color: #666;
	font-size: 16px;
}
.popup-form-datxe .form-group {
	margin-bottom: 20px;
}
.popup-form-datxe .form-group label {
	display: block;
	margin-bottom: 8px;
	color: #333;
	font-weight: 600;
	font-size: 14px;
}
.popup-form-datxe .form-group input {
	width: 100%;
	/* padding: 10px; */
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	font-size: 16px;
	transition: all 0.3s ease;
	background: #fafbfc;
	height: 40px;
}
.popup-form-datxe .form-group input:focus {
	outline: none;
	border-color: #667eea;
	background: white;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.popup-form-datxe .zalo-note {
	background: #1a9141;
	color: white;
	padding: 15px;
	border-radius: 10px;
	font-size: 14px;
	box-shadow: 0 5px 15px #1a91414a;
	margin-bottom: 15px;
}
.popup-form-datxe .zalo-note strong {
	display: block;
	margin-bottom: 5px;
}
.popup-form-datxe .submit-btn {
	width: 100%;
	background: #1a9141;
	color: white;
	border: none;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.popup-form-datxe .submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}
.popup-form-datxe .submit-btn:disabled {
	background: #ccc;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}
.popup-form-datxe .success-message {
	display: none;
	text-align: center;
	padding: 30px;
}
.popup-form-datxe .success-message.show {
	display: block;
}
.popup-form-datxe .success-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(45deg, #00c851, #007e33);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 40px;
	color: white;
	animation: bounceIn 0.6s ease;
}
@keyframes bounceIn {
	0% {
		transform: scale(0);
   }
	50% {
		transform: scale(1.1);
   }
	100% {
		transform: scale(1);
   }
}
.popup-form-datxe .success-message h3 {
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
}
.popup-form-datxe .success-message p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
	border-left: 4px solid #00c851;
}
.popup-form-datxe .hotline {
	color: #007e33;
	font-weight: bold;
	font-size: 18px;
}
.popup-form-datxe .loading {
	display: none;
	text-align: center;
	padding: 20px;
}
.popup-form-datxe .spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #667eea;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0 auto 15px;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
   }
	100% {
		transform: rotate(360deg);
   }
}











.page-register-content .form-container {
	background: white;
	border-radius: 12px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	width: 100%;
	position: relative;
	/* margin: 20px auto; */
}
.page-register-content .form-header {
	background: #1a9141;
	color: white;
	padding: 30px 20px;
	text-align: center;
}
.page-register-content .form-header h1 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}
.page-register-content .form-header p {
	font-size: 14px;
	opacity: 0.9;
}
.page-register-content .tabs {
	display: flex;
	background: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
}
.page-register-content .tab {
	flex: 1;
	padding: 15px 20px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #6c757d;
	transition: all 0.3s ease;
	position: relative;
}
.page-register-content .tab.active {
	color: #1a9141;
	background: white;
}
.page-register-content .tab.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #1a9141;
}
.page-register-content .tab-content {
	padding: 25px 25px 0px 25px;
}
.page-register-content .form-group {
	margin-bottom: 20px;
}
.page-register-content .form-group label {
	display: block;
	font-weight: 500;
	color: #333;
	margin-bottom: 8px;
	font-size: 14px;
}
.page-register-content .required {
	color: #dc3545;
}
.page-register-content .input-group {
	position: relative;
}
.page-register-content .input-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #6c757d;
	font-size: 16px;
}
.page-register-content .form-input {
	width: 100%;
	padding: 12px 15px 12px 40px;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.3s ease;
	outline: none;
}
.page-register-content .form-input:focus {
	border-color: #1a9141;
	box-shadow: 0 0 0 3px rgba(54, 185, 204, 0.1);
}
.page-register-content .form-input::placeholder {
	color: #adb5bd;
}
.page-register-content .password-toggle {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #6c757d;
	font-size: 16px;
}
.page-register-content .submit-btn {
	width: 100%;
	padding: 12px;
	background: #1a9141;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.3s ease;
	margin-bottom: 20px;
}
.page-register-content .submit-btn:hover {
	background: #2a9fb0;
}
.page-register-content .form-links {
	text-align: center;
	font-size: 14px;
	color: #6c757d;
}
.page-register-content .form-links a {
	color: #1a9141;
	text-decoration: none;
	font-weight: 500;
}
.page-register-content .form-links a:hover {
	text-decoration: underline;
}
.page-register-content .hidden {
	display: none;
}
.page-register-content .driver-fields {
	display: none;
}
.page-register-content .driver-fields.active {
	display: block;
}

@media (max-width: 480px) {
	.popup-form-datxe .popup {
		margin: 10px;
   }
	.popup-form-datxe .popup-header h2 {
		font-size: 24px;
   }
}

@media (max-width: 992px) {

	.content-page table,
	.content-page table tr,
	.content-page table tr td,
	.content-page table tbody,
	.noi_dung_in table,
	.noi_dung_in table tr,
	.noi_dung_in table tr td,
	.noi_dung_in table tbody,
	.desc2 table,
	.desc2 table tr,
	.desc2 table tr td,
	.desc2 table tbody {
		/* display: block; */
		/* width: 100% !important; */
		/* padding: 0 !important; */
	}

	.content-page table:not(:last-child),
	.content-page table tr:not(:last-child),
	.content-page table tr td:not(:last-child),
	.content-page table tbody:not(:last-child),
	.noi_dung_in table:not(:last-child),
	.noi_dung_in table tr:not(:last-child),
	.noi_dung_in table tr td:not(:last-child),
	.noi_dung_in table tbody:not(:last-child),
	.desc2 table:not(:last-child),
	.desc2 table tr:not(:last-child),
	.desc2 table tr td:not(:last-child),
	.desc2 table tbody:not(:last-child) {
		margin-bottom: 10px;
	}
}

.content-page table tr td,
.noi_dung_in table tr td,
.desc2 table tr td {
	margin-bottom: 0;
}

.content-page #toc-list li,
.noi_dung_in #toc-list li,
.desc2 #toc-list li {
	list-style: none;
}

.content-page img,
.noi_dung_in img,
.desc2 img {
	max-width: 100%;
	display: inline-block;
}

.btn:focus,
.btn:focus-visible,
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
	outline: none;
}

.btn:active,
button:active,
a:active {
	outline: none;
}

.btn:active:focus,
button:active:focus,
a:active:focus {
	outline: none;
}















.box-booking .ctnr .box-form-booking {
	max-width: 800px;
	margin: 0 auto;
	background: white;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.box-booking .header {
	background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
	color: white;
	padding: 30px;
	text-align: center;
}
.box-booking .header h1 {
	font-size: 2.2rem;
	margin-bottom: 10px;
	font-weight: 700;
}
.box-booking .header p {
	font-size: 13px;
	opacity: 0.9;
}
.box-booking .form-container {
	padding: 18px;
}
.box-booking .form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 0px 20px;
}
.box-booking .form-group {
	margin-bottom: 19px;
}
.box-booking .form-group.full-width {
	grid-column: -1;
}
.box-booking label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333;
	font-size: 15px;
}
.box-booking .required::after {
	content: " *";
	color: #e74c3c;
}
.box-booking input[type="text"], .box-booking input[type="tel"], .box-booking input[type="date"], .box-booking select, .box-booking textarea {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid #e1e8ed;
	border-radius: 12px;
	font-size: 13px;
	transition: all 0.3s ease;
	background: #fafbfc;
}
.box-booking input[type="text"]:focus, .box-booking input[type="tel"]:focus, .box-booking input[type="date"]:focus, .box-booking select:focus, .box-booking textarea:focus {
	outline: none;
	border-color: #4caf50;
	background: white;
	box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}
.box-booking select {
	cursor: pointer;
}
.box-booking textarea {
	resize: vertical;
	min-height: 100px;
	font-family: unset;
	font-size: 13px;
}
.box-booking .time-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.box-booking .price-display {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 12px;
	margin-top: 10px;
}
.box-booking .price-option {
	position: relative;
}
.box-booking .price-option input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.box-booking .price-option label {
	display: block;
	padding: 12px 16px;
	border: 2px solid #e1e8ed;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #fafbfc;
	font-weight: 500;
}
.box-booking .price-option input[type="radio"]:checked + label {
	border-color: #4caf50;
	background: #4caf50;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.box-booking .price-option label:hover {
	border-color: #4caf50;
	transform: translateY(-1px);
}
.box-booking .form-actions {
	margin-top: 15px;
	display: flex;
	gap: 20px;
	justify-content: center;
}
.box-booking .btn {
	padding: 16px 32px;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.box-booking .btn-primary {
	background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
	color: white;
	box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}
.box-booking .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}
.box-booking .btn-secondary {
	background: #6c757d;
	color: white;
}
.box-booking .btn-secondary:hover {
	background: #545b62;
	transform: translateY(-2px);
}
.box-booking .error {
	color: #e74c3c;
	font-size: 0.9rem;
	margin-top: 5px;
	display: none;
}
.box-booking .input-error {
	border-color: #e74c3c !important;
}
.box-booking .success-message {
	background: #d4edda;
	color: #155724;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 20px;
	border: 1px solid #c3e6cb;
	display: none;
}

section.room.bg--section-color .products-card-content h3:hover {
    color: #1a9141;
}
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 0px 10px;
}

.form-row .form-group {
    width: 49%;
}

.form-row .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    background: #fafbfc;
}

.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafbfc;
}

ul.desc-box-item-ngaydi li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

ul.desc-box-item-ngaydi li span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-right: 12px;
    min-width: 100px;
}
.banner-danhgia img {
    display: block;
}
.products-card-content a h3 {
    font-size: 15px;
    color: #333;
    min-height: 62px;
    cursor: default;
}

ul.desc-box-item-ngaydi {
    border: 1px solid #cdcdcd75;
    padding: 0px 10px;
    border-radius: 10px;
    background: #1a91410f;
    margin-bottom: 20px;
}

.products-card {
    margin-bottom: 20px;
}

.products-card {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.products-card-content {
	height: auto !important;

    padding: 0px 10px 10px;
}

.member-donkhach {
    background: #1a914121;
    border-radius: 10px;
    padding: 10px 10px 0px;
    margin-bottom: 10px;
}

.member-donkhach .title-item {
    padding: 10px;
    background: #1a9141;
    color: #fff;
    border-radius: 6px;
}


.danhgia-pages .rating-container {
	background: white;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 50%;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
.danhgia-pages .header {
	background: #1a9141;
	padding: 25px 20px;
	text-align: center;
	color: white;
}
.danhgia-pages .header h1 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.danhgia-pages .header p {
	opacity: 0.9;
	font-size: 14px;
}
.danhgia-pages .trip-info {
	padding: 25px 20px;
	border-bottom: 1px solid #f0f0f0;
}
.danhgia-pages .driver-card {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 15px;
	background: #f8f9ff;
	border-radius: 12px;
}
.danhgia-pages .driver-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #1a9141;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	margin-right: 15px;
}
.danhgia-pages .driver-info h3 {
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
}
.danhgia-pages .driver-info p {
	color: #666;
	font-size: 14px;
	margin-bottom: 2px;
}
.danhgia-pages .trip-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 15px;
}
.danhgia-pages .detail-item {
	text-align: center;
	padding: 12px;
	background: #f8f9ff;
	border-radius: 8px;
}
.danhgia-pages .detail-item .label {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.danhgia-pages .detail-item .value {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.danhgia-pages .rating-section {
	padding: 25px 20px 0px;
	text-align: center;
	display: flex;
	gap: 0px 20px;
}
.danhgia-pages .rating-section h2 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}
.danhgia-pages .star-rating {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 20px;
}
.danhgia-pages .star {
	font-size: 40px;
	color: #ddd;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}
.danhgia-pages .star:hover {
	transform: scale(1.2);
}
.danhgia-pages .star.active {
	color: #ffd700;
	animation: pulse 0.6s ease-in-out;
}

.danhgia-pages .form-control-static {
	font-size: 16px;
}
@keyframes pulse {
	0% {
		transform: scale(1);
   }
	50% {
		transform: scale(1.3);
   }
	100% {
		transform: scale(1);
   }
}
.danhgia-pages .criteria-rating {
	margin-bottom: 25px;
}
.danhgia-pages .criteria-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}
.danhgia-pages .criteria-item:last-child {
	border-bottom: none;
}
.danhgia-pages .criteria-label {
	font-size: 14px;
	color: #333;
}
.danhgia-pages .mini-stars {
	display: flex;
	gap: 3px;
}
.danhgia-pages .mini-star {
	font-size: 16px;
	color: #ddd;
	cursor: pointer;
	transition: color 0.2s ease;
}
.danhgia-pages .mini-star.active {
	color: #ffd700;
}
.danhgia-pages .comment-section {
	padding: 0 20px 25px;
}
.danhgia-pages .comment-section h3 {
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
}
.danhgia-pages .comment-input {
	width: 100%;
	padding: 15px;
	border: 2px solid #f0f0f0;
	border-radius: 12px;
	font-size: 14px;
	resize: vertical;
	min-height: 100px;
	transition: border-color 0.3s ease;
}
.danhgia-pages .comment-input:focus {
	outline: none;
	border-color: #4facfe;
}
.danhgia-pages .quick-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 15px 0;
}
.danhgia-pages .tag {
	padding: 6px 12px;
	background: #f0f0f0;
	border: none;
	border-radius: 20px;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.danhgia-pages .tag:hover {
	background: #4facfe;
	color: white;
}
.danhgia-pages .tag.active {
	background: #4facfe;
	color: white;
}
.danhgia-pages .actions {
	padding: 25px 20px;
	background: #f8f9ff;
}
.danhgia-pages .btn {
	width: 100%;
	padding: 15px;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 12px;
}
.danhgia-pages .btn-primary {
	background: #1a9141;
	color: white;
}
.danhgia-pages .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(79, 172, 254, 0.3);
}
.danhgia-pages .btn-secondary {
	background: white;
	color: #666;
	border: 2px solid #f0f0f0;
}
.danhgia-pages .btn-secondary:hover {
	border-color: #4facfe;
	color: #4facfe;
}
.danhgia-pages .rating-feedback {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #666;
}
.danhgia-pages .reward-info {
	background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
	padding: 15px;
	border-radius: 12px;
	text-align: center;
	margin-top: 15px;
}
.danhgia-pages .reward-info .icon {
	font-size: 24px;
	margin-bottom: 8px;
}
.danhgia-pages .reward-info p {
	font-size: 13px;
	color: #8b4513;
}
.danhgia-pages .ratings-list {
	max-height: 600px;
	overflow-y: auto;
		padding: 15px 15px 0px;
}
.danhgia-pages .rating-item {
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
	transition: background 0.3s ease;
	border-radius: 12px;
	margin-bottom: 15px;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.danhgia-pages .rating-item:hover {
	background: #f8f9ff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.danhgia-pages .rating-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}
.danhgia-pages .user-info {
	display: grid;
	grid-template-columns: 45px auto;
	align-items: center;
	gap: 12px;
}
.danhgia-pages .user-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: linear-gradient(45deg, #ff9a9e, #fecfef);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.danhgia-pages .user-details h4 {
	color: #333;
	font-size: 16px;
	margin-bottom: 3px;
}
.danhgia-pages .user-details .trip-info {
	font-size: 13px;
	color: #666;
	padding: unset;
	border-bottom: unset;
}
.danhgia-pages .rating-meta {
	text-align: right;
}
.danhgia-pages .rating-stars {
	display: flex;
	gap: 2px;
	justify-content: flex-end;
	margin-bottom: 5px;
}
.danhgia-pages .star {
	font-size: 16px;
	color: #ffd700;
}
.danhgia-pages .star.empty {
	color: #ddd;
}
.danhgia-pages .rating-date {
	font-size: 12px;
	color: #999;
}
.danhgia-pages .rating-content {
	margin-bottom: 15px;
}
.danhgia-pages .rating-text {
	color: #333;
	line-height: 1.6;
	font-size: 15px;
}
.danhgia-pages .rating-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
.danhgia-pages .tag {
	padding: 4px 10px;
	background: #e3f2fd;
	color: #1976d2;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
}
.danhgia-pages .tag.positive {
	background: #e8f5e8;
	color: #2e7d32;
}
.danhgia-pages .tag.negative {
	background: #ffebee;
	color: #d32f2f;
}
.danhgia-pages .criteria-breakdown {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 10px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}
.danhgia-pages .criteria-item {
	text-align: center;
}
.danhgia-pages .criteria-label {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}
.danhgia-pages .criteria-stars {
	display: flex;
	justify-content: center;
	gap: 1px;
}
.danhgia-pages .criteria-stars .star {
	font-size: 12px;
}
.danhgia-pages .load-more {
	padding: 20px;
	text-align: center;
}
.danhgia-pages .load-more-btn {
	padding: 12px 30px;
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	color: white;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: transform 0.3s ease;
}
.danhgia-pages .load-more-btn:hover {
	transform: translateY(-2px);
}
.danhgia-pages .empty-state {
	text-align: center;
	padding: 60px 20px;
	color: #666;
}
.danhgia-pages .empty-state .icon {
	font-size: 48px;
	margin-bottom: 20px;
	opacity: 0.5;
}
.danhgia-pages .response-section {
	margin-top: 15px;
	padding: 15px;
	background: #f8f9ff;
	border-radius: 8px;
	border-left: 4px solid #4facfe;
}
.danhgia-pages .response-header {
	font-size: 14px;
	font-weight: 600;
	color: #4facfe;
	margin-bottom: 8px;
}
.danhgia-pages .response-text {
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}









.silbar-filter .sidebar {
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 0 10px 10px 0;
	padding: 15px 16px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
}
.silbar-filter .sidebar h2 {
	color: #2d3748;
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 700;
	background: linear-gradient(135deg, #667eea, #764ba2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.silbar-filter .filter-group {
	margin-bottom: 18px;
	background: white;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.silbar-filter .filter-label {
	display: block;
	font-weight: 600;
	color: #4a5568;
	margin-bottom: 12px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.silbar-filter .filter-input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	font-size: 14px;
	transition: all 0.3s ease;
	background: #f8fafc;
	height: 45px;
}
.silbar-filter .filter-input:focus {
	outline: none;
	border-color: #667eea;
	background: white;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.silbar-filter .date-range {
}
.silbar-filter .vehicle-types {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 10px;
}
.silbar-filter .vehicle-type {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	background: #f1f5f9;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.silbar-filter .vehicle-type:hover {
	background: #e2e8f0;
	transform: scale(1.02);
}
.silbar-filter .vehicle-type.active {
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	border-color: #5a67d8;
}
.silbar-filter .vehicle-type input[type="checkbox"] {
	margin-right: 8px;
	accent-color: #667eea;
}
.silbar-filter .location-input {
	position: relative;
	margin-bottom: 10px;
}
.silbar-filter .location-input:last-child {
	margin-bottom: 0;
}
.silbar-filter .location-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	font-size: 16px;
	display: none;
}
/* .silbar-filter .location-input .filter-input {
	padding-left: 45px;
} */
.silbar-filter .apply-filters {
	width: 100%;
	padding: 12px;
	background: #1a9141;
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.silbar-filter .apply-filters:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}
.silbar-filter .reset-filters {
	width: 100%;
	padding: 12px;
	background: transparent;
	color: #6b7280;
	border: 2px solid #e5e7eb;
	border-radius: 10px;
	font-size: 14px;
	cursor: pointer;
	margin-top: 10px;
	transition: all 0.3s ease;
}
.silbar-filter .reset-filters:hover {
	background: #f3f4f6;
	border-color: #d1d5db;
}
.silbar-filter .filter-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f8fafc;
}
.box-post-bycate p {
    padding-bottom: 10px;
}
.box-post-bycate ul li {
	padding-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}


@media (max-width: 768px) {
	.popup-form-datxe .popup {
        margin: 10px;
        width: 90%;
        max-width: 100%;
    }
	
	.box-booking .ctnr {
		margin: 10px;
		border-radius: 15px;
   }
	.box-booking .header {
		padding: 20px;
   }
	.box-booking .header h1 {
		font-size: 1.8rem;
   }
	.box-booking .form-container {
		padding: 11px;
		}
	.box-booking .form-grid {
		grid-template-columns: 1fr;
		gap: 5px;
		}
	.box-booking .time-group {
		grid-template-columns: 1fr;
   }
	.box-booking .price-display {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		gap: 8px;
   }
	.box-booking .form-actions {
		flex-direction: column;
   }
	.box-booking .btn {
		padding: 14px 24px;
		font-size: 14px;
		}

	.danhgia-pages .rating-header {
		display: block;
	}

	.danhgia-pages .rating-meta {
		text-align: left	;
	}

	.danhgia-pages .rating-stars {
		justify-content: start;
	}
}
.box-booking .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}


.box-booking {
   padding: 20px 0px;
}
@media(max-width:1200px) {
	.box-products-list-main {
		padding: 2rem 0px 9rem;
	}
}

@media(max-width:990px) {.danhgia-pages .rating-container {
    max-width: 100%;
}


	.heading-title .count {
		display: none;
	}
	ul.breadcrumb li {
		display: inline;
		font-size: 13px;
	}
ul.breadcrumb li a {
    font-size: 13px;
}
	.content-page table tr td {
		width: 100% !important;
		display: block;
	}

	.ct-left.ct-right form {
		width: 100%;
	}

	.contact-temp-body {
		padding: unset;
	}
	.link-contact__icon img {
		width: 33px;
	}
}
@media(max-width:550px){
	ul.breadcrumb li {
}
.box-detail-sgc {
    padding-top: 0px;
}
ul.breadcrumb li:last-child {display: block;}
}