/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Websites build by K-Tech
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        2024
 */



.sidebar-tour {
    position: sticky;
    top: 3rem;
    h3.text-center {
        background-color: var(--fs-color-primary);
        padding: 5px 15px;
        color:#fff;
    }
}

div#logo img {
    padding: .5rem;
}

.desc-txt a {
    color: #fff;
}

.desc-txt a:hover {
    color: var(--yellow);
}

/*
.sec-banner .col-inner {
    background: #00000029;
    padding: 2rem 0;
    border-radius: 1rem;
} */

:root {
    --height-img: 170px;
}


#wide-nav {
    .header-nav {
        /* .menu-color {
            &> a {
                color: var(--fs-color-secondary)!important;

                &:hover {
                    color: var(--fs-color-secondary)!important;
                }
            }
        } */
        &>.menu-item {
            &.mega-menu {


                a {
                    border-bottom: none;
                }



                &>.sub-menu {
                    display: flex;
                    flex-wrap: wrap;
                    height: max-content;
                    width: 100%;
                    padding: 15px !important;

                    &>.menu-item {
                        width: 20%;
                        height: auto;
                        display: block;
                        white-space: wrap;
                        color: #000 !important;
                        padding: 5px !important;

                        &:hover {
                            background-color: unset;

                            a {
                                color: #000 !important;
                            }

                            .sub-menu {
                                .menu-item {
                                    background-color: unset;
                                }
                            }
                        }

                    }
                }
            }
        }
    }
}

.sec-tour-k {
    .pagination {
        display: none !important;
    }
}

.list-tours .tours-item .detail .desc {
    text-align: left;
    display: none !important;
}

.custom-text-why {
    i {
        color: var(--fs-color-primary);
    }
}

.button-see {
    background-color: var(--fs-color-secondary) !important;
}

.sec-servies-k {
    .custom-img-box {
        .col-inner {
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            border-radius: 0.5rem;
            transition: all 0.3s ease;
            overflow: hidden;
            background: #fff;

            .box-image {
                padding: 30px;
            }

            .box-text {
                h4 {
                    color: var(--fs-color-primary);
                    font-weight: 600;
                }
            }

            &:hover {
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

            }
        }
    }
}

.button-sub {
    background-color: var(--fs-color-secondary) !important;
}

.sale-tour .postImg .price {
    background-color: var(--fs-color-secondary) !important;
}

.sec-why-k {
    .icon-box {
        h3 {
            font-size: 14px;
        }
    }
}

.sec-tab-about {

    .custom-tab-k {
        .nav {
            gap: 8px;

            .tab {
                font-size: 18px;
                font-weight: 600;
                border-radius: 25px;
                padding: 8px 16px;
                transition: all 0.3s ease;
                border: 1px solid transparent;

                a {
                    padding: 0;
                }

                &.active {
                    border: 1px solid var(--fs-color-primary);
                    color: var(--fs-color-primary);
                }
            }
        }

        .tab-panels {
            .custom-row-icon-box {
                margin-top: 30px;

                .large-3 {
                    .col-inner {
                        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                        border-radius: 0.5rem;
                        transition: all 0.3s ease;
                        overflow: hidden;
                        height: 100%;

                        .icon-box {
                            padding: 30px;

                            h3 {
                                color: #000;
                                font-weight: 600;
                            }
                        }
                    }
                }
            }

            .custom-row-text {
                margin-top: 30px;

                .large-6 {
                    .col-inner {
                        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                        border-radius: 0.5rem;
                        transition: all 0.3s ease;
                        overflow: hidden;
                        height: 100%;
                        padding: 30px;

                        h3 {
                            color: #000;
                        }
                    }
                }
            }
        }

    }

    .custom-row-vector {
        padding-top: 30px;
        background-image: url(https://www.ls-electric.com.vn/wp-content/uploads/2025/03/Vector-36.svg);
        background-position: top center;
        background-repeat: no-repeat;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fff;
            z-index: -1;
        }

        .pt {
            padding-top: 50px !important;
        }

        .col {
            p {
                padding-left: 5px;
                margin-bottom: 5px;
            }

            &.left {
                .col-inner {
                    /* background-color: red; */
                    padding: 30px 30px 0;
                    position: relative;

                    &::before {
                        content: '';
                        position: absolute;
                        top: 35px;
                        right: -9px;
                        width: 18px;
                        height: 18px;
                        border-radius: 50%;
                        border: 3px solid var(--fs-color-primary);
                        background: white;

                        @media screen and (max-width: 768px) {
                            display: none;
                        }
                    }

                    &::after {
                        content: '';
                        position: absolute;
                        top: 42px;
                        right: 7px;
                        width: 20px;
                        height: 2px;
                        background: #000;

                        /* display: none; */
                        @media screen and (max-width: 768px) {
                            display: none;
                        }
                    }
                }
            }

            &.right {
                .col-inner {
                    /* background-color: whitesmoke; */
                    padding: 30px 30px 0;

                    &::before {
                        content: '';
                        position: absolute;
                        top: 35px;
                        left: -9px;
                        width: 18px;
                        height: 18px;
                        border-radius: 50%;
                        border: 3px solid var(--fs-color-primary);
                        background: white;

                        @media screen and (max-width: 768px) {
                            display: none;
                        }
                    }

                    &::after {
                        content: '';
                        position: absolute;
                        top: 42px;
                        left: 7px;
                        width: 20px;
                        height: 2px;
                        background: #000;

                        /* display: none; */
                        @media screen and (max-width: 768px) {
                            display: none;
                        }
                    }
                }
            }
        }

        @media screen and (max-width:768px) {
            background-image: none;
        }
    }
}

.sec-field-about {
    .large-4 {
        .box {
            .box-text-inner {
                padding-left: 45px;

                h3 {
                    font-size: 20px;
                    color: var(--fs-color-primary);
                    font-weight: 600;
                    margin-bottom: 15px;
                }
            }

        }
    }
}

.sec-staff-about {
    .custom-row-staff {
        .large-4 {
            .col-inner {
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
                border-radius: 0.5rem;
                transition: all 0.3s ease;
                overflow: hidden;
                height: 100%;

                .box {
                    position: relative;

                    .box-text {

                        /* position: relative; */
                        .content-hover {
                            position: absolute;
                            top: 50%;
                            left: 0;
                            right: 0;
                            background: rgba(0, 0, 0, 0.6);
                            color: #fff;
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            align-items: center;
                            opacity: 0;
                            transition: all 0.5s ease;

                            p {
                                font-size: 14px;
                                text-align: center;
                                padding: 0 10px;
                            }
                        }
                    }

                    &:hover {
                        .box-text .content-hover {
                            top: -100%;
                            opacity: 1;
                        }
                    }
                }
            }
        }
    }
}



.wpcf7-spinner {
    display: none;
}

.custom-col-border {
    .col-inner {
        background: #fff;
        box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
        border-radius: 16px;
        padding: 15px 20px;
        overflow: hidden;
        height: 100%;

        p {
            margin-bottom: 0;
        }
    }
}

.sec-contact {
    .wpcf7-submit {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
}

.sec-ft {
    .follow-icons {
        margin-top: 15px;

        .icon {
            opacity: 1;
        }
    }

    .custom-menu {
        .ux-menu-link__link {
            color: #fff !important;

            &:hover {
                color: #fa8e11 !important;
            }
        }
    }

    .custom-menu-hotline {
        a {
            background-color: #0c5c99;
            padding: 5px 15px;
            display: flex;
            align-items: center;
            border-radius: 4px;
            overflow: hidden;
            color: #fff;

            &:hover {
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                color: #fff;

            }
        }
    }
}

.single {
    &.single-post {
        blockquote {
            padding: 20px 15px 0px 10px;
            margin: 8px 0;
            box-shadow: 0 0 8px rgb(0 0 0 / 15%);
            border: 1px solid #009eeb;
            border-radius: 10px;
            margin: 25px 0;
            font-style: unset;
            font-weight: normal;
            font-size: 16px !important;
            position: relative;

            &::before {
                content: "“";
                position: absolute;
                left: 10px;
                top: 0px;
                width: 30px;
                height: 30px;
                line-height: 1;
                font-family: Arial;
                font-size: 72px;
                color: #333;
                color: #009eeb;
                font-size: 55px;
                top: -12px;
                background: white;
                width: unset;
            }
        }
    }
}

.button-check .wpcf7-form-control {
    background-color: var(--fs-color-secondary) !important;
}

.quote {
    background-color: var(--fs-color-secondary) !important;

}

.check-info {
    position: relative;

    .total {
        align-items: center;
        span {
            font-size: 18px;
        }
        strong {
            color: red;
            font-size: 24px;
        }
    }
    .quote {

        position: absolute;
        top: 34px;
        left: 35px;
        z-index: 2;
    }

    .ds-tour {
        .item {
            .price-person {
                font-size: 16px !important;
                font-weight: 600 !important;
            }

            .imgH {
                height: 250px;
                display: block;
                overflow: hidden;
                border-radius: 8px;
                margin-bottom: 15px;
                object-position: center;

                img {
                    height: 100%;
                    width: 100%;
					object-fit:cover
                }
            }
        }
    }
}

.search-main-page {
    margin-bottom: 40px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
}

.search-main-page .search-form {
    margin-bottom: 0;
}

/* Tùy chỉnh input cho to và dễ nhìn hơn ở trang kết quả */
.search-main-page .search-field {
    background-color: #fff !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px;
    height:45px;
    padding-left: 20px !important;
}

.search-main-page .ux-search-submit {
    border-radius: 0 30px 30px 0 !important;
    height: 45px;
}

.sec-banner  {
    .searchform-wrapper {
        background-color: #f8f8f8;
        padding: 15px 20px;
        border-radius: 8px;
        overflow: hidden;
        color: #000;
        input {
            color: #000;
        }
    }
}

/* =============================================
   CAR TRANSFER - Archive
   ============================================= */
.sec-transfer-archive .transfer-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.sec-transfer-archive .transfer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.13);
}
.sec-transfer-archive .transfer-card__img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.sec-transfer-archive .transfer-card__body {
    padding: 18px 20px 22px;
}
.sec-transfer-archive .transfer-card__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}
.sec-transfer-archive .transfer-card__title a {
    color: #222;
    text-decoration: none;
}
.sec-transfer-archive .transfer-card__title a:hover { color: #0088cc; }
.sec-transfer-archive .transfer-card__duration {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
}
.sec-transfer-archive .transfer-card__price {
    font-size: 0.9rem;
    color: #0088cc;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.btn-book-now {
    display: block;
    width: 100%;
    text-align: center;
    background: #0088cc;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 9px 0;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
}
.btn-book-now:hover { background: #006faa; }

/* =============================================
   CAR TRANSFER - Single page
   ============================================= */
.transfer-route-header {
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    gap: 20px;
}
.transfer-route-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
}
.transfer-contact-note {
    max-width: 260px;
    font-size: 0.85rem;
    color: #555;
    border-left: 3px solid #0088cc;
    padding-left: 12px;
    line-height: 1.5;
    margin: 0;
}
.transfer-search-box {
    background: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.10);
    border: 1px solid #e5e5e5;
}
.ts-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f5f7fa;
    border-radius: 30px;
    padding: 8px 16px;
    min-width: 180px;
}
.ts-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.9rem;
    color: #333;
    width: 100%;
}
.ts-swap {
    font-size: 1.3rem;
    color: #0088cc;
    cursor: pointer;
    padding: 0 4px;
}
.ts-passenger-group {
    background: #f5f7fa;
    border-radius: 30px;
    padding: 6px 14px;
}
.ts-btn-count {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.ts-btn-count:hover { background: #0088cc; color: #fff; border-color: #0088cc; }
#ts-count { font-weight: 600; font-size: 1rem; min-width: 20px; text-align: center; }
.btn-search-route {
    background: #0088cc;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.btn-search-route:hover { background: #006faa; }
.car-type-card {
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.25s ease;
    cursor: pointer;
    height: 100%;
}
.car-type-card:hover,
.car-type-card.selected {
    border-color: #0088cc;
    box-shadow: 0 4px 16px rgba(0,136,204,0.15);
}
.car-type-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.car-type-info {
    padding: 14px 16px 18px;
}
.car-type-info strong {
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    color: #1a1a1a;
}
.car-feature {
    font-size: 0.82rem;
    color: #555;
    margin-bottom: 3px;
}
.car-price-tag {
    font-size: 0.9rem;
    color: #e53935;
    font-weight: 600;
    margin: 10px 0 14px;
}
.btn-book-car {
    display: block;
    text-align: center;
    background: #0088cc;
    color: #fff !important;
    border-radius: 6px;
    padding: 9px 0;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
}
.btn-book-car:hover { background: #006faa; }

/* =============================================
   CAR TRANSFER - Booking Form Page
   ============================================= */
.sec-book-car { background: #f5f7fa; }
.car-booking-form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.section-title-form {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 28px;
}
.car-booking-form-wrap .wpcf7-form label {
    font-size: 0.8rem;
    color: #888;
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
}
.car-booking-form-wrap .wpcf7-form input[type="text"],
.car-booking-form-wrap .wpcf7-form input[type="email"],
.car-booking-form-wrap .wpcf7-form input[type="tel"],
.car-booking-form-wrap .wpcf7-form input[type="number"],
.car-booking-form-wrap .wpcf7-form textarea {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 6px 2px;
    width: 100%;
    font-size: 0.95rem;
    color: #1a1a1a;
    background: transparent;
    outline: none;
    transition: border-color 0.2s;
}
.car-booking-form-wrap .wpcf7-form input:focus,
.car-booking-form-wrap .wpcf7-form textarea:focus {
    border-bottom-color: #0088cc;
}
.car-booking-form-wrap .wpcf7-form .wpcf7-submit {
    background: #f7941d;
    color: #fff;
    border: none;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.car-booking-form-wrap .wpcf7-form .wpcf7-submit:hover { background: #e6830a; }

/* Booking Summary Box */
.car-booking-summary {
    background: #f0f8ff;
    border: 1px solid #cce5f7;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 24px;
}
.cbs-route {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0088cc;
    margin-bottom: 12px;
}
.cbs-arrow { color: #888; font-size: 1.2rem; }
.cbs-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-bottom: 14px;
}
.cbs-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    color: #555;
}
.cbs-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #cce5f7;
    padding-top: 12px;
    font-size: 1rem;
    color: #333;
}
.cbs-price-row strong {
    font-size: 1.4rem;
    color: #e53935;
    font-weight: 700;
}








.list-transfer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    @media screen and (max-width:768px){
        grid-template-columns: repeat(2, 1fr);
        gap:10px;
    }
}

.list-transfer .item:hover .thumbnail img,
.list-transfer-slider .item:hover .thumbnail img{
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.list-transfer .item .thumbnail,
.list-transfer-slider .item .thumbnail{
    position: relative;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 14px;
}

.list-transfer .item .thumbnail img,
.list-transfer-slider .item .thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.list-transfer .item .content {
    padding: 15px 0;
}

.list-transfer .item .content .time,
.list-transfer-slider .item .content .time{
    color: #646464;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 5px 0;
}

.list-transfer .item .content .price,
.list-transfer-slider .item .content .price{
    font-weight: bold;
    color: var(--primary-color);
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0;
    border-top: 1px dashed rgba(195, 195, 195, 1);
    margin-top: 10px;
}

.list-transfer .item .content .button-see,
.list-transfer-slider .item .content .button-see{
    width: 100%;
    text-align: center;
    padding: 15px 0;
}




.single-transfer .title {
    font-size: 40px;
    font-weight: 800;
    color: #393147;
    flex: 1;
    margin: 0;
}

.single-transfer .dot-right {
    width: 384px;
    font-size: 19px;
    font-weight: 500;
    color: #756d83;
    position: relative;
    padding-left: 30px;

    @media only screen and (max-width: 768px) {
        padding-left: 15px;
        width: 100%;
    }
}

.single-transfer .dot-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
    background-size: contain;
}

.single-transfer .entry-content .transfer-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.single-transfer .entry-content .transfer-list .item {
    background: #f9f9fb;
    border-radius: 16px;
    overflow: hidden;
    padding: 15px;
}

.single-transfer .entry-content .transfer-list .item:hover .thumbnail img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.single-transfer .entry-content .transfer-list .item .thumbnail {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 14px;
}

.single-transfer .entry-content .transfer-list .item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.single-transfer .entry-content .transfer-list .item .content .title {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #e4deee;
    margin-bottom: 0;
}


.single-transfer .entry-content .transfer-list .item .content .desc {
    padding: 10px 0;
}

.single-transfer .entry-content .transfer-list .item .content .price {
    font-size: 16px;
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
}



.sec-transfer form .form-row-half {
    display: flex;
    gap: 20px;
}

.sec-transfer form .form-row-half > div {
    width: 100%;
}

.sec-transfer form .form-row-half > div input, .sec-transfer form input, .sec-transfer form textarea {
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}
@media(max-width:767px){
	.single-transfer .entry-content .transfer-list{
		grid-template-columns: repeat(1, 1fr);
	}
}