.header-wrapper[data-v-a4f3fa7d], .nav-max[data-v-a4f3fa7d] {
    width: 100%;
}

.nav-max[data-v-a4f3fa7d] {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav[data-v-a4f3fa7d], .nav-max[data-v-a4f3fa7d] {
    background: #035360;
}

.nav[data-v-a4f3fa7d] {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

.nav-logo[data-v-a4f3fa7d] {
    display: none;
}

.nav-logo a[data-v-a4f3fa7d] {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

.nav > ul[data-v-a4f3fa7d] {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav > ul > li > a[data-v-a4f3fa7d] {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 70px;
    padding: 0 20px;
    text-decoration: none;
    transition: all .3s ease;
}

    .nav > ul > li > a.router-link-active[data-v-a4f3fa7d], .nav > ul > li > a[data-v-a4f3fa7d]:hover {
        background: #ffffff26;
    }

.lang-switch[data-v-a4f3fa7d] {
    align-items: center;
    display: flex;
}

.lang-switch a[data-v-a4f3fa7d] {
    background: #fff;
    border-radius: 4px;
    color: #035360;
    font-weight: 600;
    line-height: normal !important;
    margin-left: 10px;
    padding: 8px 16px !important;
}

    .lang-switch a[data-v-a4f3fa7d]:hover {
        background: #e0f2f5;
    }

.top-box[data-v-a4f3fa7d] {
    overflow: hidden;
    width: 100%;
}

.top-box img[data-v-a4f3fa7d] {
    display: block;
    width: 100%;
}

.mobile-menu-btn[data-v-a4f3fa7d] {
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 100;
}

.mobile-menu-btn span[data-v-a4f3fa7d] {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    transition: all .3s;
    width: 100%;
}

@media screen and (max-width:768px) {
    .nav[data-v-a4f3fa7d] {
        height: auto;
        justify-content: space-between;
        min-height: 60px;
        padding: 15px;
    }

    .nav-logo[data-v-a4f3fa7d] {
        display: block;
    }

    .nav > ul[data-v-a4f3fa7d] {
        align-items: center;
        background: #035360;
        display: none;
        flex-direction: column;
        height: auto;
        left: 0;
        padding-top: 10px;
        position: absolute;
        top: 60px;
        width: 100%;
    }

    .nav.active > ul[data-v-a4f3fa7d] {
        display: flex;
    }

    .nav > ul > li[data-v-a4f3fa7d] {
        text-align: center;
        width: 100%;
    }

    .nav > ul > li > a[data-v-a4f3fa7d] {
        border-bottom: 1px solid hsla(0,0%,100%,.1);
        line-height: 45px;
    }

    .lang-switch[data-v-a4f3fa7d] {
        padding: 15px 0;
    }

    .lang-switch a[data-v-a4f3fa7d] {
        margin-left: 0;
    }

    .mobile-menu-btn[data-v-a4f3fa7d] {
        display: block;
        position: static;
        transform: none;
    }

    .mobile-menu-btn.active span[data-v-a4f3fa7d]:first-child {
        transform: rotate(45deg) translate(5px,5px);
    }

    .mobile-menu-btn.active span[data-v-a4f3fa7d]:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active span[data-v-a4f3fa7d]:nth-child(3) {
        transform: rotate(-45deg) translate(7px,-7px);
    }
}

.bot-max[data-v-0e822aee] {
    background: #035360;
    padding: 27px 15px 30px;
    text-align: center;
    width: 100%;
}

.centered-text p[data-v-0e822aee] {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.centered-text a[data-v-0e822aee] {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

    .centered-text a[data-v-0e822aee]:hover {
        text-decoration: underline;
    }

.kefu-box[data-v-23dc1c4e] {
    background: #fff;
    border-radius: 16px;
    bottom: 20px;
    box-shadow: 0 8px 32px #00000026;
    overflow: hidden;
    position: fixed;
    right: 20px;
    width: 200px;
    z-index: 9999;
}

.kefu-header[data-v-23dc1c4e] {
    align-items: center;
    background: #035360;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    padding: 16px 20px;
    text-align: center;
}

.kefu-icon[data-v-23dc1c4e] {
    font-size: 20px;
}

.kefu-content[data-v-23dc1c4e] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
}

.kefu-btn[data-v-23dc1c4e] {
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 2px 8px #00000026;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    transition: all .3s ease;
}

    .kefu-btn[data-v-23dc1c4e]:hover {
        box-shadow: 0 4px 12px #0003;
        transform: translateY(-2px);
    }

.kefu-btn-icon[data-v-23dc1c4e] {
    align-items: center;
    background: #fff3;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.kefu-btn-icon img[data-v-23dc1c4e] {
    height: 20px;
    width: 20px;
}

.kefu-btn-submit[data-v-23dc1c4e] {
    background: #237804;
}

    .kefu-btn-submit[data-v-23dc1c4e]:hover {
        background: #00913e;
    }

.kefu-btn-login[data-v-23dc1c4e] {
    background: #722ed1;
}

    .kefu-btn-login[data-v-23dc1c4e]:hover {
        background: #5b21b6;
    }

.kefu-btn-hotel[data-v-23dc1c4e] {
    background: #cf1322;
}

    .kefu-btn-hotel[data-v-23dc1c4e]:hover {
        background: #d46b08;
    }

@media(max-width:1024px) {
    .kefu-box[data-v-23dc1c4e] {
        display: none;
    }
}

.layout-wrapper[data-v-802cfaef] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.layout-main[data-v-802cfaef] {
    display: flex;
    flex: 1;
    flex-direction: column;
}
