﻿.dat-lich-button {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #ff512f, #f9d423);
    border: none;
    border-radius: 999px;
    padding: 8px 20px 8px 6px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

    .dat-lich-button .circle {
        width: 24px;
        height: 24px;
        background: white;
        border-radius: 50%;
        margin-right: 7px;
        transition: transform 0.8s ease-in-out;
    }
.circle svg{
    width: 16px;
    height: 23px;
}
    .dat-lich-button.clicked .circle {
        transform: translateX(150px); /* chỉnh tùy chiều dài nút */
    }

    .dat-lich-button.clicked {
        transition: background 0.5s ease;
        background: linear-gradient(180deg, #0AE8EA 0%, #0046ED 100%);
    }


.header {
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}

    .header.fix .header-top-h {
        display: none;
    }

    .header.fix .header-bottom-h {
        padding: 16px 0;
        background: #43a7ae21;
        margin-top: 0;
        height: 85px;
        background: url(../../../Design/img/KigiResort/hea.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        width: 100%;
    }

.header-top-h {
    width: 100%;
    height: 83px;
    overflow: hidden;
    position: relative;
}

    .header-top-h:before {
        content: "";
        background: url(../../../Design/img/KigiResort/headertop.png) no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60%;
        pointer-events: unset;
    }

.responsive-img {
    width: 100%;
    height: 100%;
    object-fit: fill; /* hoặc: contain / cover tùy yêu cầu */
    display: block;
}

.header-top-h .grid.wide {
}

.ajsd {
    position: relative;
    z-index: 1;
}

.header-topxasf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    /* margin-top: -44px; */
}

.header-adres {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 29%;
}

.shedas-ic svg {
}

.sheadera-asd {
    color: #FFF;
    font-family: MonSb;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.688%; /* 19.416px */
}

.header-hotlines {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FFF;
    font-family: 'MonSb';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.aduas {
}

.header-0hsa {
}

.header-right {
}

.header-nav-top {
    display: flex;
}

.header-bottom-h {
    height: 50px;
    position: relative;
    z-index: 2;
    /* transform: translateY(-47px); */
    margin-top: -34px;
    /* display: none; */
}

    .header-bottom-h .grid.wide {
    }

.header-bottom-container {
    height: 50px;
}

.header-bt {
}

.header.fix .header-logo-side-h:before {
    display: none
}

.header-logo-side-h:before {
    content: "";
    width: 150%;
    height: 100%;
    background: url(../../../Design/img/KigiResort/headertop1.png) no-repeat;
    position: absolute;
    left: -32px;
    top: 45px;
}

.header-logo-side-h img {
    position: relative
}

.header.fix .header-logo-side-h {
    margin-top: -15px;
    margin-left: 2px;
    width: 100%;
}

    .header.fix .header-logo-side-h img {
        width: 100%;
        position: relative;
    }

        .header.fix .header-logo-side-h img:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 110%;
            background: red;
            top: 0;
            right: 0;
        }

.header-logo-side-h {
    position: relative;
    margin-top: -47px;
}

.header-bt-left {
    display: flex;
    justify-content: space-between;
}

.nav-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    transition: background 0.4s ease;
}

    .nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: #ffc300c4;
        transform: skewX(-20deg);
        transition: left 0.7s ease-in-out;
        z-index: 2;
    }

    .nav-link:hover::before {
        left: 130%;
    }

    .nav-link:hover {
        /* background: linear-gradient(90deg, #0072ff, #00c6ff); */
    }
.nav-left-header-menu .hav.nav-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 110%;
    bottom: -24px;
    z-index: 6;
    left: 0;
}
.nav-link {
    color: var(--default-color-1);
    font-family: MonM;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.nav-left-header-menu .nav-item:first-child {
    padding-left: 0
}
.nav-left-header-menu .nav-item:first-child::before,.nav-right-header-menu .nav-item:last-child::before{
    display:none
}
.header.fix .nav-right-header-menu .nav-item:before{
    right: -4px;
}
.nav-right-header-menu .nav-item:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 78%;
    right: 0;
    background: var(--default-color-1);
}
.nav-left-header-menu .nav-item:first-child, .nav-right-header-menu .nav-item:first-child {
    border-left: none !important;
}

.nav-right-header-menu .nav-item:last-child {
    border-left: none !important;
    padding-right: 0;
    z-index: 0;
}

.header-b-full {
    display: none;
}
.nav-right-header-menu .nav-item {
    padding: 0px 18px;
}
.nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 55%;
}
.nav-left-header-menu .nav-item:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 78%;
    left: 0;
    background: var(--default-color-1);
}
.nav-item {
    padding: 0px 43px;
    /* border-left: 1px solid #0046ED; */
    display: inline-block; /* hoặc block tùy theo layout */
    position: relative;
}

.lang {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}

    .lang a {
        text-decoration: none;
        color: #f9d423;
        font-weight: bold;
        padding: 0 0px 0 13px;
        display: inline-block;
        cursor: pointer;
    }

.lang-menu li {
}

.lang-menu {
    display: none;
    position: absolute;
    top: 0%;
    left: 60px;
    min-width: 80px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1020;
    border-radius: 19px;
}

    .lang-menu li a {
        display: block;
        padding: 10px 12px;
        color: #f9d423;
        position: relative;
        height: 100%;
        border-radius: 20px;
        width: 100%;
        text-align: center;
    }

        .lang-menu li a:hover {
            background-color: #f0f0f0;
        }

.ashd {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sakaslag-ics svg path {
    fill: #f9d423;
}

.sakaslag-ics svg {
    width: 30px;
    height: 30px
}
/* Ẩn mặc định */
.nav-drop {
    display: none;
    position: absolute;
    left: 0;
    top: 163%;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    min-width: 200px;
    z-index: 1000;
    border-radius: 5px;
}

/* Hiện khi hover vào .hav */
.hav:hover .nav-drop {
    display: block;
}

/* Đảm bảo .hav là relative để nav-drop định vị theo nó */
.hav {
    position: relative;
}

.header.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff; /* hoặc màu header của bạn */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
/* Style cho menu con */
.nav-drop-item {
    padding: 0;
}

.nav-drop-link {
    display: block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-family: 'MonM';
}

    .nav-drop-link:hover {
        background-color: #f0f0f0;
    }

@media (max-width:739px) {
    .header-logo-side-h:before, .nav-list {
        display: none
    }

    .header-bottom-container {
        height: 63px;
    }

    .header-bottom-h {
        height: 63px;
        background: url(../../../Design/img/KigiResort/hea.png) no-repeat center center;
        background-size: cover;
    }

    .logo-center {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .header-logo-side-h {
        margin-top: 2px;
        margin-left: -89px;
        display: flex;
        justify-content: right;
    }

    .kasdjkasd {
        display: block !important;
    }

    .header.fix .kasdjkasd {
        margin-top: -18px;
    }

    .kasdjkasd {
        font-family: PlaySB;
        margin: 0;
        text-align: center;
        font-size: 25.378px;
        font-style: normal;
        font-weight: 400;
        line-height: 128%;
        background: linear-gradient(180deg, #0AE8EA 0%, #0046ED 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: capitalize;
        margin-top: -5px;
    }

    .header-logo-side-h img {
        width: 50%;
    }

    .header-left {
        display: none
    }

    .lang-menu {
        bottom: -2px;
        left: -74px;
        top: unset;
    }

    .header.fix .header-logo-side-h {
        margin-left: -18px;
        margin-top: -7px;
        width: 28%;
    }

        .header.fix .header-logo-side-h img {
            width: 97%;
        }

    .header.fix .header-bottom-h {
        padding: 10px 0;
        height: 70px;
    }

    .header-bt-left {
        /* height: 68px; */
        ALIGN-ITEMS: CENTER;
        transform: translateY(-3px);
    }

    .item.btn-menu-rs.flex-center svg.menu-icon {
        width: 30px;
        height: 30px;
    }

    .item.btn-menu-rs.flex-center svg path {
        fill;
        /* fill: #f5bf0e; */
    }

    .header-nav {
    }

    .header-bottom-h .grid.wide {
        padding-right: 14px;
    }

    .btn-menu-rs {
        margin-right: -8px;
        border: 1px solid #FFC300;
        border-radius: 5px;
        background: #ffffff;
    }

    .header.fix .header-b-full {
        margin-top: -16px;
    }

    .header-b-full {
        display: block
    }

    .sheadera-asd {
        width: 79%;
        font-size: 12px;
    }

    .header-adres {
        justify-content: flex-start;
        width: 100%;
    }
}
