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 15px;
    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: 16px;
    padding: 10px;
    background: #f5f5f5;
    font-size: 17px;
    display: inline-block;
    overflow: hidden;
    height: 345px;
    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: #5bc641;
}
@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 #ff8a00;
    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;
	}
	
}
.icon-box.featured-box.icon-box-left.text-left {
    margin-bottom: 15px;
}
.nav>li>a>i+span {
    font-size: 16px;
}
.html .social-icons {
    font-size: 15px;
}
.titledatxe.col.large-12.col-padding {
    margin-bottom: 20px;
}
@media (min-width: 850px) {
    .row.row-large.row-divided > .large-9 {
        flex-basis: 60%;
        max-width: 60%;
    }
    .row.row-large.row-divided > .large-3 {
        flex-basis: 40%;
        max-width: 40%;
    }
}
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;
}
.nav-size-large>li>a {
    color: #ff9000;
}
.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 {
   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: 16px;
    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: 3.5px;
    background: var(--tb-border-bg);
    border-radius: 14px;
    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: 30px;
    list-style: none;
    margin: 0;
    padding-left: 6px;
}
.taxi-booking .tab-header li {
    background: transparent;
    border: none;
    padding: 8px 18px;
    border-radius: 22px;
    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: 136px;
    background: #0fa6ff;
    color: #fff;
    border-radius: 25px 0 0 25px;
    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 25px 25px 0;
    border-left: 0;
    padding-left: 20px;
}
.taxi-booking .tb-input {
    width: 100%;
    height: 46px;
    border: 2px solid #d6d6d6;
    border-radius: 25px;
    padding: 0 14px 0 46px;
    font-size: 16px;
    background: #fff;
    color: #333;
    margin-bottom: 0;
}
.taxi-booking input[type="datetime-local"].tb-input {
    cursor: pointer;
}
.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: 3px solid rgba(255, 255, 255, 0.3);
    background: var(--fs-color-primary, #4a2a88);
    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;
    min-height: 50px;
    padding: 12px 24px;
    background: var(--fs-color-primary, #4a2a88);
    color: #fff;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 9999px;
    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;
    }
}
/* Zalo + 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-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: 52px;
        height: 52px;
    }
    .contact-float-core {
        width: 34px;
        height: 34px;
    }
}

.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 #66c900;
}
.box-overlay .box-text {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .075), #0c48b1);
}
.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;
}
@media only screen and (max-width: 48em)
{
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
