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

/*************** ADD CUSTOM CSS HERE.   ***************/

ul.header-nav.header-nav-main.nav.nav-left {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.ux-menu-icon {
    transition: filter 0.3s ease-in-out;
}

.menu-item:hover .ux-menu-icon,
.menu-item.current-menu-item .ux-menu-icon {
    filter: invert(65%) sepia(36%) saturate(507%) hue-rotate(72deg) brightness(92%) contrast(90%);
}


.svg-cong-footer path.ux-shape-fill {
    fill: #fff;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
}

.section-footer span.ux-menu-link__text {
    color: #000;
    font-size: 15px;
    line-height: 1.7;
}

.text.svg-cong-footer {
    background: rgb(246, 249, 252);
}

.text.svg-cong-footer svg {
    margin-bottom: -7px;
}

.absolute-footer {
    border-top: 1px solid rgb(236, 236, 236);
}

.absolute-footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.copyright-footer {
    color: #000;
}

.col-social .img-inner {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-social .img-inner:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px;
    cursor: pointer;
}

.col-social .img-inner img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    object-fit: cover;
}


.svg-home-first svg {
    height: 242px;
    width: 100%;
    fill: #fff;
}

.svg-home-first {
    margin-top: -241px;
    position: relative;
      z-index: 0;
}

.icon-box-check .icon-inner {
    position: relative;
    /* cần để pseudo-element định vị tuyệt đối */
}

.icon-box-check .icon-inner::before {
    content: "";
    position: absolute;
    height: 83%;
    width: 27px;
    top: 1px;
    left: -3px;
    z-index: -1;
    background-color: rgba(31, 27, 116, 0.3);
    border-radius: 50%;
    animation: ripple-wave 1.2s linear infinite;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}



@keyframes ripple-wave {

    0% {
        opacity: .8;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}



.row-4-count-up {
    padding: 20px 0px 0px;
    border-top: 1px dotted #e6e6e6;
    border-bottom: 1px dotted #e6e6e6;
}

.col-4-transfer-1 {
    position: relative;
    z-index: 0;
    overflow: visible;
}

.col-4-transfer-1::after {
    content: "";
    position: absolute;
    top: 35%;
    right: -25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375 375'%3E%3Cg fill='%2357ba53'%3E%3Cpath d='M187.17 45.77c78.11 0 142.02 63.49 142.02 141.61 0 78.11-63.91 141.6-142.02 141.6-78.11 0-141.6-63.49-141.6-141.6 0-78.12 63.49-141.61 141.6-141.61m0-25.06c-91.9 0-166.66 74.36-166.66 166.67 0 92.31 74.76 166.67 166.66 166.67s167.08-74.36 167.08-166.67c0-92.31-75.2-166.67-167.08-166.67z'/%3E%3Cpath d='M187.17 93.39c51.8 0 94 42.19 94 94 0 51.8-42.2 94-94 94s-93.57-42.2-93.57-94c0-51.81 41.77-94 93.57-94'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    z-index: 999;
    animation: ripple-wave 1s linear infinite;
    transition: all 0.5s ease-in-out;
}

.col-4-transfer-2 {
    position: relative;
    z-index: 0;
    overflow: visible;
}

.col-4-transfer-2::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375 375'%3E%3Cg fill='%2357ba53'%3E%3Cpath d='M187.17 45.77c78.11 0 142.02 63.49 142.02 141.61 0 78.11-63.91 141.6-142.02 141.6-78.11 0-141.6-63.49-141.6-141.6 0-78.12 63.49-141.61 141.6-141.61m0-25.06c-91.9 0-166.66 74.36-166.66 166.67 0 92.31 74.76 166.67 166.66 166.67s167.08-74.36 167.08-166.67c0-92.31-75.2-166.67-167.08-166.67z'/%3E%3Cpath d='M187.17 93.39c51.8 0 94 42.19 94 94 0 51.8-42.2 94-94 94s-93.57-42.2-93.57-94c0-51.81 41.77-94 93.57-94'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    z-index: 999;
    animation: ripple-wave 1s linear infinite;
    transition: all 0.5s ease-in-out;
}

.row-4-order img {
    max-width: 6em;
    z-index: 99;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 0.2em;
    border-right: 0.2em solid #4f0092;
    position: relative;
}

.row-4-order .icon-box-text.last-reset {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: translateX(-31px);
    padding-left: 2.8em;
    border-radius: 1em;
    background: rgb(255, 255, 255);
    border-right: 0.2em solid #4f0092;
    position: relative;
    z-index: 0;
    top: -7px;
    padding-top: 8px;
}


.svg-second-home svg {
    transform: translateX(0%) rotateX(180deg);
    fill: #fff;
    margin-top: -31px;
    position: relative;
    z-index: 999;
}

.section-transfer {
    position: relative;
    z-index: 0;
}

.section-dich-vu {
    position: relative;
    overflow: hidden;
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.canvas-bg {
    position: relative;
    overflow: hidden;
}

.section-bg-cham-tron .section-bg.fill {
    opacity: .2;
}

.box-blog-post a.button.primary.is-outline {
    border-radius: 5em;
    background: rgb(87, 186, 83);
    color: #fff;
    text-transform: none;
}

.box-blog-post p.cat-label {
    text-transform: none;
    color: rgb(87, 186, 83);
    font-weight: 700;
    font-size: 11px;
}


.col-blog .is-divider {
    position: relative;
}

.col-blog .is-divider::before {
    content: "";
    position: absolute;
    width: 4em;
    height: 3px;
    background: rgb(87, 186, 83);
    border-radius: 10em;
    top: -0.5px;
    left: 22%;
    transform: translateX(-50%);
}

.text-tin-moi p {
    position: relative;
    padding: 0 15px 0 20px;
    width: fit-content;
    justify-content: center;
    overflow: visible !important;
    border-radius: .2em !important;
    background: red;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border: unset;
    transition: 0s;
    -webkit-transform: skew(-8deg);
    -khtml-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    transform: skew(-8deg);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    font-size: 16px;
}

.text-tin-moi p::before {
    content: "";
    position: absolute;
    background: red;
    border: unset;
    right: -11px;
    width: 6px;
    height: 100%;
    border-radius: .5em;
}

h5.post-title.is-large {
    color: #000;
}

.box-blog-post .box-image {
    border-radius: 4px;
}


.tab-blog-new li.active a,
.tab-blog-new li a.active {
    color: #fff !important;
    background: linear-gradient(50deg, #105689, #005797);
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    justify-content: center;
    border-radius: .2em;
    border: unset;
    width: 100%;
    transition: 0s;
    -webkit-transform: skew(-8deg);
    -khtml-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    transform: skew(-8deg);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 6px 42px;
}


.tab-blog-new li a {
    color: #959595 !important;
    background: rgb(236, 236, 238);
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    justify-content: center;
    border-radius: .2em;
    border: unset;
    width: 100%;
    transition: 0s;
    -webkit-transform: skew(-8deg);
    -khtml-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    transform: skew(-8deg);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 6px 42px;
}

.tab-blog-new .nav li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    top: 4px;
    border-radius: 10em;
    z-index: 11;
    right: 4px;
}


.img-radius img {
    border-radius: 12px;
}









/* General styling for both forms */
.cf7-sb-container,
.cf7-dl-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 300px;
    font-family: Arial, sans-serif;
}

.cf7-sb-toggle,
.cf7-dl-toggle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cf7-sb-button,
.cf7-dl-button {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.cf7-sb-button {
    background: #007bff;
    color: #fff;
}

.cf7-dl-button {
    background: #6c757d;
    color: #fff;
}

.cf7-sb-fields,
.cf7-dl-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cf7-sb-airport,
.cf7-dl-airport,
.cf7-sb-pickup,
.cf7-dl-pickup,
.cf7-sb-dropoff,
.cf7-dl-dropoff,
.cf7-sb-datetime,
.cf7-dl-datetime {
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

.cf7-sb-airport,
.cf7-dl-airport {
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23333" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>') no-repeat right 8px center;
    background-size: 12px;
    padding-right: 25px;
}

.cf7-sb-type,
.cf7-dl-type {
    display: flex;
    gap: 15px;
}

.wpcf7-radio input[type="radio"] {
    margin-right: 5px;
}

.wpcf7-radio label {
    font-size: 14px;
    color: #333;
}

.wpcf7-submit {
    display: none;
    /* Hide the default submit button */
}

/* Active state for toggle buttons */
.cf7-sb-button:focus,
.cf7-dl-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
}

.cf7-dl-button:focus {
    box-shadow: 0 0 0 2px rgba(108, 117, 125, 0.5);
}

/* Placeholder styling */
.cf7-sb-pickup::placeholder,
.cf7-dl-pickup::placeholder,
.cf7-sb-dropoff::placeholder,
.cf7-dl-dropoff::placeholder,
.cf7-sb-datetime::placeholder,
.cf7-dl-datetime::placeholder {
    color: #6c757d;
    opacity: 1;
}

/* Icons styling (simulated with background) */
.cf7-sb-pickup,
.cf7-dl-pickup {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23333" viewBox="0 0 16 16"><path d="M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"/><path d="M8 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 10a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/></svg>') no-repeat left 8px center;
    padding-left: 30px;
}

.cf7-sb-dropoff,
.cf7-dl-dropoff {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23333" viewBox="0 0 16 16"><path d="M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"/><path d="M8 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 10a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/></svg>') no-repeat left 8px center;
    padding-left: 30px;
}

.cf7-sb-datetime,
.cf7-dl-datetime {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23333" viewBox="0 0 16 16"><path d="M8 0a1 1 0 0 1 1 1v1h-2V1a1 1 0 0 1 1-1zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3-6a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm-6 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zM7 1h2v2H7V1zm4 6h2v2h-2V7zm-6 0h2v2H5V7zm6 4h2v2h-2v-2zm-6 0h2v2H5v-2z"/></svg>') no-repeat left 8px center;
    padding-left: 30px;
}

/* Responsive adjustments */
@media (max-width: 480px) {

    .cf7-sb-container,
    .cf7-dl-container {
        width: 100%;
        padding: 10px;
    }

    .cf7-sb-button,
    .cf7-dl-button {
        padding: 6px 12px;
        font-size: 12px;
    }

    .cf7-sb-airport,
    .cf7-dl-airport,
    .cf7-sb-pickup,
    .cf7-dl-pickup,
    .cf7-sb-dropoff,
    .cf7-dl-dropoff,
    .cf7-sb-datetime,
    .cf7-dl-datetime {
        font-size: 12px;
        padding: 6px;
    }
}

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

.img-ok img {
    object-fit: contain;
}
.col-booking-home {
    position: relative;
    z-index: 999;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
i.icon-menu {
    color: #57ba53;
}
	
	input[type=checkbox], input[type=radio] {
     
        margin-bottom: 6px !important;
    }
	
	.book-btn {
    padding: 2px 24px !important;
  
}
	
	    .price-table-content {
        min-width: unset !important;
    }
	
	    .price-table-content th, .price-table-content td {
        padding: 6px 4px;
        font-size: 9px !important;
    }
	
	span.breadcrumb-text {
    line-height: 1.6 !important;
}
	
	.tab-blog-new li.active a, .tab-blog-new li a.active {
    padding: 6px 40px !important;
}
	
	.button.alt, .button.checkout, .checkout-button, .secondary {
    background-color: #57ba53 !important;
}

}