/*
Theme Name: Flatsome Child
Description: Child theme for Flatsome.
Template: flatsome
Version: 1.0.0
Text Domain: flatsome-child
*/

div#top-bar li.html.custom.html_topbar_right {
    font-size: 20px;
}
div#top-bar a.hotline-top i {
    padding-right: 6px;
}

div#masthead {
    /* background: #fff; */
}
div#masthead ul li.menu-item a.nav-top-link {
    padding: 0 10px;
    text-decoration: none;
}
/* Remove underline from main menu links */
.header-bottom-nav.nav > li > a,
.header-main-nav.nav > li > a,
.header-nav-main.nav > li > a,
.nav > li > a.nav-top-link {
    text-decoration: none;
}
main#main {
    /* background-color: #f7f9fb; */
}

/* css hiệu ứng khách hàng đặt xe */
.box_marquee_slider {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e4e4e4;
    background: #f5f5f5;
    font-size: 17px;
    display: inline-block;
    overflow: hidden;
    height: 340px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}
ul.box_datxe {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    animation: marquee-vertical var(--marquee-duration, 15s) linear infinite;
    will-change: transform;
}
.box_datxe>li {
    margin-left: 0px!important;
    margin-bottom: 0px;
    list-style: none;
    border-bottom: 1px dashed #737373;
    font-size: 14px;
    padding: 15px 15px;
    transition: background-color 0.5s;
    position: relative;
    width: 100%;
    float: left;
    overflow: visible!important;
}
.box_datxe>li:nth-child(odd) {
    background-color: #ffffff;
}
.box_datxe>li:nth-child(even) {
    background-color: #f6f6f6;
}
.box_datxe li span, .box_datxe li b {
	color: #18a5d3;
}
@keyframes marquee-vertical {
    0% { transform: translateY(0); }
    100% { transform: translateY(calc(-1 * var(--marquee-distance, 0px))); }
}

/* css section dịch vụ */

.box-dichvu .icon-box-img {
    margin-bottom: 8px;
}
.box-dichvu p {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}


.dichvu-gia>.col-inner h4 {
    background-image: linear-gradient(90deg,#0e70bb,#104282);
    text-align: center;
    padding: 6px 0;
    color: #ffff;
}
.dichvu-gia>.col-inner ul {
    padding: 20px;
}
.dichvu-gia>.col-inner ul li {
    color: #000;
}

/* css section tour */
.title-tour {
    text-align: center;
}
.title-tour h3 {
    font-size: 22px;
    color: #000;
}
.title-tour p {
    color: #000;
}
.box-tour {
    padding-bottom: 10px;
}
.box-tour .icon-box-img {
	overflow: hidden;
}
.box-tour .icon-box-img img {
    padding: 0;
}
.box-tour h4 {
    text-align: center;
    color: #12a8e1;
    font-size: 18px;
}
.box-tour p {
    color: #000;
    margin-bottom: 0;
    padding: 0 8px 0 12px;
	text-align: left;
}
.box-tour p strong {
    color: red;
}
.box-tour .icon-box-text::-webkit-scrollbar {
    width: 4px;
}
.box-tour .icon-box-text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #12a9e2;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}

/* css form (moved to dedicated block below) */
.taxi-booking .tb-alert {
    color: #e53935;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 6px;
    display: none;
}
.taxi-booking .tb-alert.is-visible {
    display: block;
}
.tb-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 9999;
}
.tb-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}
.tb-modal__dialog {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: min(520px, 92vw);
    position: relative;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.tb-modal__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--fs-color-primary, #4b2e83);
    margin-bottom: 8px;
}
.tb-modal__icon {
    font-size: 50px;
    color: #2eaf4b;
    margin-bottom: 2px;
}
.tb-modal__text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}
.tb-modal__actions {
    margin-top: 16px;
}
.tb-modal-ok {
    background: var(--fs-color-primary, #4b2e83);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 6px 24px;
    font-weight: 600;
    cursor: pointer;
}
.tb-modal-close {
    position: absolute;
    top: 10px;
    right: 0px;
    background: transparent;
    border: 0;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

/* css đội xe */
/* css section đánh giá */
/* .title-khachhang h2 {
    color: #5bc641;
    font-size: 38.5px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-shadow: rgb(0 0 0) 1px 1px 1px;
} */


/* css footer */
.footer-widgets.footer.footer-1 {
    /* background-image: linear-gradient(90deg,#0e70bb,#104282); */
    background-color: #292929;
}
.ct-foo p {
    font-size: 15px;
    line-height: 25px;
}
.ct-foo ul li {
    margin-left: 0;
    margin-bottom: 12px;
    line-height: 20px;
}
.ct-foo h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.ct-foo h4:after {content: '';
    position: absolute;
    left: 0;
    top: 35px;
    border: 1px solid var(--fs-color-primary);
    z-index: 1;
    width: 30%;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    background-image: linear-gradient(90deg,#0e70bb,#104282);
}
.copyright-footer {
    color: #fff;
}

@media (max-width: 549px) {
		
	/* 	css col tour */
	.col.col-tour {
		padding: 6px 5px;
	}
	.box-tour p {
		font-size: 15px;
	}
	
}
.nav>li>a>i+span {
    font-size: 16px;
}
.html .social-icons {
    font-size: 15px;
}
.titledatxe.col.large-12.col-padding {
    margin-bottom: 20px;
}

table tr:first-child {
	height: 58px;
    background-color: #32A5F2;
}
table tr:not(:first-child) {
    height: 50px;
}
table tr:not(:first-child):nth-child(even) {
    background-color: #fff;
}
table tr:not(:first-child):nth-child(odd) {
    background-color: #f6f6f6;
}
td, th {
    padding-left: 10px !important;
    font-size: 16px;
    color: black;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.bg-dich-vu img{
    overflow: hidden;
    border-radius: 16px;
}
.blog-archive .large-9,
/* .blog-single .large-9 {
	  flex-basis: 62%;
    max-width: 62%;
} */
textarea {
		border-radius: 8px;
    min-height: 65px;
}
.nav-tabs+.tab-panels {
		background: linear-gradient(#0e70bb, #104282);
    border: 1px solid rgba(0, 0, 0, .1);
		padding: 20px 20px 8px 20px;
}
.nav-tabs>li>a {
    background: transparent;
    border: 0;
    padding-left: 22px;
    padding-right: 22px;
    color: #ff9000;
}
.text-header-contact{
    padding-top: 5px;
}
.tab-header {
    display: flex;
    list-style: none;
    padding: 0;
}
.tab-header li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.tab-header li.active {
		border-bottom: 3px solid #007bff; 
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
input[type="datetime-local"] {
    width: 100%;
}
.col input {
    border-radius: 6px;
    height: 40px;
    padding-left: 30px;
}
input[type="checkbox"] {
    height: auto;
}
.wpcf7 p {
    color: #fff;
}
button {
    min-height: 40px;
    background-color: #ff9000;
    border-radius: 8px;
}
.nav>li.active>a{
	color: #ffffff;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.woocommerce-invalid input, input.wpcf7-not-valid {
    border: 2px solid #f35f5f;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a,
.header:not(.transparent) .header-main-nav.nav > li > a,
.header:not(.transparent) .header-nav-main.nav > li > a {
    border-radius: 12px;
}
/* Taxi booking form (custom) */
.form-hd{
    /* margin-top: -120px; */
}
/* blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0px !important;
} */
.taxi-booking {
    /* chỉnh màu + tốc độ viền chạy tại đây */
    --tb-border-color-1: #5bc641;
    --tb-border-color-2: #f99b1c;
    --tb-border-bg: #f5f5f5;
    --tb-border-speed: 3s;
    background: var(--tb-border-bg);
    border: 0;
    border-radius: 20px;
    padding: 25px;
    font-family: inherit;
    position: relative;
    overflow: hidden;
}
.taxi-booking::before {
    content: "";
    position: absolute;
    width: 220%;
    height: 220%;
    left: -60%;
    top: -60%;
    background: conic-gradient(
        from 0deg,
        var(--tb-border-color-1),
        var(--tb-border-color-2),
        var(--tb-border-color-1),
        var(--tb-border-color-2)
    );
    animation: tb-border-rotate var(--tb-border-speed) linear infinite;
    z-index: 0;
}
.taxi-booking::after {
    content: "";
    position: absolute;
    inset: 1.5px;
    background: #daf4fd;
    border-radius: 18px;
    z-index: 0;
}
.taxi-booking > * {
    position: relative;
    z-index: 1;
}
@keyframes tb-border-rotate {
    to {
        transform: rotate(360deg);
    }
}
.taxi-booking .tb-header {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.taxi-booking .tb-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--fs-color-primary, #4a2a88);
    letter-spacing: 1px;
}
.taxi-booking .tab-header {
    display: inline-flex;
    gap: 10px;
    background: #fff;
    padding: 6px;
    border-radius: 12px;
    list-style: none;
    margin: 0;
    padding-left: 6px;
}
.taxi-booking .tab-header li {
    background: transparent;
    border: none;
    padding: 8px 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    margin: 0;
    list-style: none;
}
.taxi-booking .tab-header li::before {
    display: none;
    content: none;
}
.taxi-booking .tab-header li.active {
    background: var(--fs-color-primary, #4a2a88);
    color: #fff;
}
.taxi-booking .tab-content {
    display: none;
}
.taxi-booking .tab-content.active {
    display: block;
}
.taxi-booking .tb-form {
    margin-top: 12px;
}
.taxi-booking .tb-group {
    margin: 12px 0;
}
.taxi-booking .tb-label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
}
.taxi-booking .tb-field {
    position: relative;
}
.taxi-booking .tb-swap-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
}
.taxi-booking .tb-group--swap {
    margin-top: 14px;
}
.taxi-booking .tb-swap-wrap--labelled .tb-swap-row {
    display: flex;
    align-items: stretch;
}
.taxi-booking .tb-swap-wrap--labelled .tb-swap-label {
    width: 150px;
    background: #0b7099;
    color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.taxi-booking .tb-swap-wrap--labelled .tb-swap-label i {
    font-size: 18px;
    line-height: 1;
}
.taxi-booking .tb-swap-wrap--labelled .tb-swap-input {
    flex: 1;
}
.taxi-booking .tb-swap-wrap--labelled .tb-swap-input .tb-input {
    height: 46px;
    border-radius: 0 10px 10px 0;
    border-left: 0;
    padding-left: 20px;
}
.taxi-booking .tb-input {
    width: 100%;
    height: 46px;
    border: 1px solid #18a5d3;
    border-radius: 10px;
    padding: 0 14px 0 46px;
    font-size: 16px;
    /* background: #fff; */
    color: #333;
    margin-bottom: 0;
}
.taxi-booking .tb-datetime.tb-input {
    cursor: pointer;
}
.flatpickr-calendar {
    z-index: 999999 !important;
}
.taxi-booking input,
.taxi-booking select,
.taxi-booking textarea {
    margin-bottom: 0;
}
.taxi-booking .tb-field--textarea .tb-input {
    min-height: 80px;
    padding: 12px 14px;
}
.taxi-booking .tb-icon {
    position: absolute;
    left: 10px;
    top: 22px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: var(--fs-color-primary, #4a2a88);
}
.taxi-booking .tb-icon--red {
    color: #e04656;
}
.taxi-booking .btn-click {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #354954;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 5;
}
.taxi-booking .tb-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.taxi-booking .tb-row--2 > .tb-group {
    flex: 1 1 220px;
}
.taxi-booking .tb-row--2 {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}
.taxi-booking .tb-row--2 > .tb-group {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.taxi-booking .tb-label {
    min-height: 24px;
}
.taxi-booking .tb-field {
    flex: 1;
}
.taxi-booking .tb-row--actions {
    justify-content: flex-start;
    gap: 25px;
}
.taxi-booking .tb-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #333;
}
.taxi-booking .tb-switch input {
    display: none;
}
.taxi-booking .tb-slider {
    width: 50px;
    height: 26px;
    background: #c9c9c9;
    border-radius: 20px;
    position: relative;
}
.taxi-booking .tb-slider::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: transform 0.2s ease;
}
.taxi-booking .tb-switch input:checked + .tb-slider::after {
    transform: translateX(24px);
}
.taxi-booking .tb-switch input:checked + .tb-slider {
    background: var(--fs-color-primary, #4a2a88);
}
.taxi-booking .tb-swap {
    background: var(--fs-color-primary, #4a2a88);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 700;
    cursor: pointer;
}
.taxi-booking .tb-footer {
    margin-top: 16px;
    text-align: center;
}
.taxi-booking .tb-submit
/* a.button.primary */
{
    position: relative;
    line-height: 1.2;
    padding: 10px 16px;
    background: var(--fs-color-primary, #4a2a88);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.taxi-booking .tb-submit::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -100px;
    opacity: 0.6;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    pointer-events: none;
}
.taxi-booking .tb-submit-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--fs-color-primary, #4a2a88);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.taxi-booking .tb-submit:hover {
    transform: scale(1.02);
    border-color: rgba(255, 255, 255, 0.6);
}
.taxi-booking .tb-submit:hover .tb-submit-icon {
    transform: translateX(4px);
}
.taxi-booking .tb-submit:hover::before {
    animation: tb-submit-shine 1.5s ease-out infinite;
}
@keyframes tb-submit-shine {
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
.button, button, fieldset, input, select, textarea {
    margin-bottom: 0px !important;
}
label.tb-switch {
    margin: 12px 0px;
}
.large-9 {
    flex-basis: 60%;
    max-width: 60%;
}
.large-3 {
    flex-basis: 40%;
    max-width: 40%;
}

@media (max-width: 768px) {
    .taxi-booking {
        max-width: 100%;
    }
    .taxi-booking .tb-swap-wrap--labelled .tb-swap-label {
        width: 116px;
        padding: 0 12px;
        font-size: 15px;
        gap: 8px;
    }
    .taxi-booking .tb-swap-wrap--labelled .tb-swap-label i {
        font-size: 16px;
    }
    .taxi-booking .tb-row--2 {
        grid-template-columns: 1fr;
    }
    .taxi-booking .tb-swap {
        width: 100%;
        text-align: center;
    }
}

/* Booking form layout (airport + long) */
.taxi-booking {
    --tb-label-bg: #18a5d3;
    --tb-label-width: 34%;
    --tb-field-height: 52px;
}
.taxi-booking .tab-header {
    gap: 10px;
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.taxi-booking .tab-header li {
    background:#fff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 17px;
}
.taxi-booking .tab-header li:last-child {
    background:#fff;
    border-right: 1px solid #d4d4d4;
}
.taxi-booking .tab-header li.active {
    background: var(--tb-label-bg);
}

.taxi-booking .tb-form--airport,
.taxi-booking .tb-form--long {
    margin: 14px auto 0;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.taxi-booking .tb-form--airport > *,
.taxi-booking .tb-form--long > * {
    width: 100%;
    margin: 0;
}
.taxi-booking .tb-form--airport .tb-group,
.taxi-booking .tb-form--long .tb-group,
.taxi-booking .tb-form--airport .tb-row,
.taxi-booking .tb-form--long .tb-row {
    margin: 0;
}
.taxi-booking .tb-form--airport .tb-group:not(.tb-group--swap),
.taxi-booking .tb-form--long .tb-group:not(.tb-group--swap) {
    display: flex;
    align-items: stretch;
    min-width: 0;
}
.taxi-booking .tb-form--airport .tb-group:not(.tb-group--swap) .tb-field,
.taxi-booking .tb-form--long .tb-group:not(.tb-group--swap) .tb-field {
    flex: 1;
    min-width: 0;
}

.taxi-booking .tb-form--airport .tb-swap-wrap,
.taxi-booking .tb-form--long .tb-swap-wrap {
    gap: 10px;
}
.taxi-booking .tb-form--airport .tb-swap-wrap--labelled .tb-swap-label,
.taxi-booking .tb-form--long .tb-swap-wrap--labelled .tb-swap-label {
    min-width: 150px;
    height: var(--tb-field-height);
    padding: 0 14px;
    background: #354954;
    border-radius: 12px 0 0 12px;
    gap: 10px;
    font-size: 16px;
}
.taxi-booking .tb-form--airport .tb-swap-wrap--labelled .tb-swap-label i,
.taxi-booking .tb-form--long .tb-swap-wrap--labelled .tb-swap-label i {
    color: #fff;
}
.taxi-booking .tb-form--airport .tb-swap-wrap--labelled .tb-swap-input .tb-input,
.taxi-booking .tb-form--long .tb-swap-wrap--labelled .tb-swap-input .tb-input {
    height: var(--tb-field-height);
    border-radius: 0 12px 12px 0;
    border-left: 0;
    padding: 0 16px;
}

.taxi-booking .tb-form--airport .tb-item--time .tb-label,
.taxi-booking .tb-form--long .tb-item--time .tb-label,
.taxi-booking .tb-form--airport .tb-item--vehicle .tb-label,
.taxi-booking .tb-form--long .tb-item--vehicle .tb-label {
    min-width: 150px;
    margin: 0;
    padding: 0 14px;
    background: var(--tb-label-bg);
    border-radius: 12px 0 0 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.taxi-booking .tb-form--airport .tb-item--time .tb-label i,
.taxi-booking .tb-form--long .tb-item--time .tb-label i,
.taxi-booking .tb-form--airport .tb-item--vehicle .tb-label i,
.taxi-booking .tb-form--long .tb-item--vehicle .tb-label i {
    color: #fff;
    font-size: 20px;
}
.taxi-booking .tb-form--airport .tb-item--time .tb-input,
.taxi-booking .tb-form--long .tb-item--time .tb-input,
.taxi-booking .tb-form--airport .tb-item--vehicle .tb-input,
.taxi-booking .tb-form--long .tb-item--vehicle .tb-input {
    height: var(--tb-field-height);
    border-radius: 0 12px 12px 0;
    border-left: 0;
    padding: 0 16px;
}

.taxi-booking .tb-form--airport .tb-item--actions,
.taxi-booking .tb-form--long .tb-item--actions {
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    padding: 2px 0;
}
.taxi-booking .tb-form--airport .tb-item--actions .tb-switch,
.taxi-booking .tb-form--long .tb-item--actions .tb-switch {
    margin: 0;
}

.taxi-booking .tb-form--airport .tb-item--fullname .tb-label,
.taxi-booking .tb-form--long .tb-item--fullname .tb-label,
.taxi-booking .tb-form--airport .tb-item--phone .tb-label,
.taxi-booking .tb-form--long .tb-item--phone .tb-label,
.taxi-booking .tb-form--airport .tb-item--message .tb-label,
.taxi-booking .tb-form--long .tb-item--message .tb-label {
    display: none !important;
}
.taxi-booking .tb-form--airport .tb-item--fullname .tb-input,
.taxi-booking .tb-form--long .tb-item--fullname .tb-input,
.taxi-booking .tb-form--airport .tb-item--phone .tb-input,
.taxi-booking .tb-form--long .tb-item--phone .tb-input,
.taxi-booking .tb-form--airport .tb-item--message .tb-input,
.taxi-booking .tb-form--long .tb-item--message .tb-input {
    height: var(--tb-field-height);
    min-height: var(--tb-field-height);
    border-radius: 12px;
    border: 1px solid #d6d6d6;
    padding: 0 16px 0 54px;
}
.taxi-booking .tb-form--airport .tb-item--fullname .tb-icon,
.taxi-booking .tb-form--long .tb-item--fullname .tb-icon,
.taxi-booking .tb-form--airport .tb-item--phone .tb-icon,
.taxi-booking .tb-form--long .tb-item--phone .tb-icon,
.taxi-booking .tb-form--airport .tb-item--message .tb-icon,
.taxi-booking .tb-form--long .tb-item--message .tb-icon {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #7b7d7e;
}
.taxi-booking .tb-form--airport .tb-footer,
.taxi-booking .tb-form--long .tb-footer {
    margin-top: 8px;
}

@media (max-width: 768px) {
    .taxi-booking {
        padding: 15px;
        --tb-field-height: 45px;
    }
    .taxi-booking .tb-form--airport,
    .taxi-booking .tb-form--long {
        max-width: none;
        margin-top: 12px;
        gap: 15px;
    }
    .taxi-booking .tab-header li {
        padding: 10px 16px;
        font-size: 16px;
    }
    .taxi-booking .tb-form--airport .tb-swap-wrap--labelled .tb-swap-label,
    .taxi-booking .tb-form--long .tb-swap-wrap--labelled .tb-swap-label,
    .taxi-booking .tb-form--airport .tb-item--time .tb-label,
    .taxi-booking .tb-form--long .tb-item--time .tb-label,
    .taxi-booking .tb-form--airport .tb-item--vehicle .tb-label,
    .taxi-booking .tb-form--long .tb-item--vehicle .tb-label {
        width: 34%;
        min-width: 124px;
        padding: 0 12px;
        font-size: 14px;
    }
    .taxi-booking .tb-form--airport .tb-item--actions,
    .taxi-booking .tb-form--long .tb-item--actions {
        gap: 16px;
        padding: 0;
    }
    .taxi-booking .tb-form--airport .tb-item--fullname .tb-input,
    .taxi-booking .tb-form--long .tb-item--fullname .tb-input,
    .taxi-booking .tb-form--airport .tb-item--phone .tb-input,
    .taxi-booking .tb-form--long .tb-item--phone .tb-input,
    .taxi-booking .tb-form--airport .tb-item--message .tb-input,
    .taxi-booking .tb-form--long .tb-item--message .tb-input {
        padding-left: 48px;
    }
    .taxi-booking .tb-form--airport .tb-item--fullname .tb-icon,
    .taxi-booking .tb-form--long .tb-item--fullname .tb-icon,
    .taxi-booking .tb-form--airport .tb-item--phone .tb-icon,
    .taxi-booking .tb-form--long .tb-item--phone .tb-icon,
    .taxi-booking .tb-form--airport .tb-item--message .tb-icon,
    .taxi-booking .tb-form--long .tb-item--message .tb-icon {
        left: 12px;
    }
}
/* Zalo + WhatsApp + Hotline floating buttons */
.contact-float-row {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999999;
    display: flex;
    align-items: center;
    gap: 2px;
}
.contact-float-item {
    --contact-color: #1182fc;
    --contact-fill: rgba(17, 130, 252, 0.35);
    --contact-core: #1182fc;
    position: relative;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    transition: transform 0.2s ease;
}
.contact-float-item:hover {
    transform: translateY(-2px);
}
.contact-float-item--phone {
    --contact-color: #ef5350;
    --contact-fill: rgba(239, 83, 80, 0.35);
    --contact-core: #e60808;
}
.contact-float-item--whatsapp {
    --contact-color: #25d366;
    --contact-fill: rgba(37, 211, 102, 0.35);
    --contact-core: #25d366;
}
.contact-float-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.contact-float-ring--outer {
    inset: 0;
    border: 2px solid var(--contact-color);
    opacity: 0.5;
    animation: contact-ring-outer 1.4s infinite ease-in-out;
}
.contact-float-ring--inner {
    inset: 6px;
    background: var(--contact-fill);
    animation: contact-ring-inner 1.9s infinite ease-in-out;
}
.contact-float-core {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--contact-core);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.45);
}
.contact-float-core img {
    width: 20px;
    height: 20px;
    max-width: 100%;
    object-fit: contain;
}
@keyframes contact-ring-outer {
    0% {
        transform: scale(0.86);
        opacity: 0.2;
    }
    60% {
        transform: scale(1);
        opacity: 0.55;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}
@keyframes contact-ring-inner {
    0% {
        transform: scale(0.92);
        opacity: 0.55;
    }
    50% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(0.92);
        opacity: 0.55;
    }
}
@media (max-width: 768px) {
    .contact-float-row {
        right: 14px;
        bottom: 69px;
        gap: 2px;
    }
    .contact-float-item {
        width: 46px;
        height: 46px;
    }
    .contact-float-core {
        width: 30px;
        height: 30px;
    }
    .contact-float-core img {
        width: 16px;
        height: 16px;
    }
}

.col-dat-xe .col{
    padding: 0 15px 25px;
}
.nav-dropdown{
    padding: 0px !important;
}
.nav-column li>a, .nav-dropdown>li>a {
    padding: 15px 20px !important;
}
.col-inner.text-center.box-shadow-1 {
    border-top: 3px solid var(--fs-color-primary);
}
.box-overlay .box-text {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .075), #000);
}
.bang-gia-noi-bai{
    border-radius: 20px;
    overflow: hidden;
}
.button span {
    font-size: 16px;
}
.box-text {
    border-radius: 0px 0px 16px 16px;
    padding-bottom: 10px !important;
}
.box-image {
    border-radius: 16px;
}
img.attachment-large.size-large.lazy-load-active {
    border-radius: 10px;
    overflow: hidden;
}
table.has-block.tooltipstered {
    overflow: hidden;
    border-radius: 16px !important;
}
.img-slider .col{
    padding: 0 15px 20px !important;
}
.is-small, .is-small.button {
    color: #17a5d4;
}
