﻿header {
}


.header-nav-room.nav-item {
    position: unset !important;
}

    .header-nav-room.nav-item .nav-drop {
        width: 100%;
        left: 0;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 7px;
        padding: 20px;
    }

        .header-nav-room.nav-item .nav-drop a:hover {
            color: var(--default-color-1) !important;
        }

        .header-nav-room.nav-item .nav-drop a {
            font-family: unset;
            font-weight: bold;
            /* letter-spacing: 2px; */
            font-size: 13px;
            white-space: unset;
            padding: 0 8px;
            border-radius: 10px;
            line-height: 145%;
            font-weight: 100;
            background-color: transparent !important;
            color: #333 !important;
        }

.header-banner .decor-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
}

.header-banner .decor-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    /* display: none; */
}

.header-banner-item {
    position: relative;
    /* height: 750px; */
}

    .header-banner-item::before {
        content: '';
        position: absolute;
        width: 100%;
    }

    .header-banner-item::after {
        content: '';
        position: absolute;
        width: 100%;
    }

.header-wrap-right {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header-nav-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 18px;
    height: 100%;
    position: relative;
}

.header.fix .header-container {
}

    .header.fix .header-container::before {
        backdrop-filter: blur(109px);
        opacity: 1;
    }

.header-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4.050000190734863px);
    pointer-events: none;
    transition: all linear .3s;
    display: none;
}

.header {
    width: 100%;
    position: relative;
    z-index: 99999999999999;
    transition: all linear .2s;
}

    .header.white {
        position: relative;
        background-color: var(--default-color-1);
        box-shadow: 0 0 10px 0 #3333337a;
    }

    .header.fix {
        position: fixed !important;
        background-color: #fff;
        box-shadow: 0 0 10px 0 #3333337a;
    }

    .header .grid.wide {
        position: relative;
        max-width: 1200px;
    }

.header-container {
    position: relative;
    z-index: 999999999999;
    width: 100%;
}

.header-logo {
    position: absolute;
    top: -33px;
}

    .header-logo img {
        width: 79px;
    }

.header-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.header-top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
    background-color: var(--default-color-1);
    padding: 4px 0;
    height: 33px;
}


.header-info {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

.header-info-item {
    display: flex;
    align-items: center;
    font-family: avertaSTD;
}



.header-info-icon i {
}

.header-info-item span {
    color: #fff;
}

.header-info-item.tel span {
    font-size: 16px;
    line-height: 150%;
}

    .header-info-item.tel span a {
        position: relative;
        margin: 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all linear .2s;
    }

        .header-info-item.tel span a::after {
            content: '';
            position: absolute;
            width: 0%;
            height: 1px;
            background-color: #333;
            border-radius: 3px;
            transition: all linear .2s;
            left: 0;
            top: calc(100% + 4px);
            display: none;
        }

        .header-info-item.tel span a:hover {
            color: var(--default-color-2);
        }

            .header-info-item.tel span a:hover::after {
                width: 100%;
                transition: 0.8s cubic-bezier(.3,1.6,.3,1);
            }

        .header-info-item.tel span a:last-child::before {
            width: 4px;
            height: 2px;
            content: '';
            position: absolute;
            background-color: var(--default-color-2);
            left: -8px;
            transform: translateY(2px);
            display: none;
        }

.header-info-item span {
    display: flex;
    align-items: center;
    transition: all linear .2s;
}

.header-info-item.tel {
    margin-right: 33px;
}

    .header-info-item.tel:hover span {
        opacity: 0.8;
    }

.header-info-icon {
    margin-right: 9px;
}

    .header-info-icon i {
    }


.header.fix .header-nav {
}

.header-nav {
    display: flex;
    align-items: center;
    transition: all ease .2s;
    position: relative;
    width: 100%;
    justify-content: center;
    background-color: #fff;
    height: 39px;
}

    .header-nav .nav-list {
        display: flex;
        align-items: center;
        position: absolute;
    }

        .header-nav .nav-list.left {
            left: 0;
        }

        .header-nav .nav-list.right {
            right: 0;
            padding-right: 20px;
        }

    .header-nav .nav-item {
        position: relative;
    }

        .header-nav .nav-item:nth-child(1) .nav-link {
            margin-left: 0;
            padding-left: 0;
        }

    .header-nav .nav-link {
        font-size: 15px;
        color: var(--default-color-1);
        padding: 10px 30px;
        transition: all linear .2s;
        position: relative;
        display: flex;
        align-items: center;
        margin: 0px 4px;
        border-radius: 10px;
        font-weight: 100;
        font-family: montM;
        text-transform: uppercase;
    }

.header-nav-top {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

    .header-nav-top .icon {
        margin-right: 5px;
    }

    .header-nav-top .item:nth-child(1) {
        margin-left: 0;
        padding-left: 0;
    }

    .header-nav-top .item {
        font-size: 12px;
        position: relative;
        display: flex;
        align-items: center;
        color: #fff;
        border-radius: 55px;
        padding: 0px 8px;
        line-height: 159.5%;
        transition: all linear .2s;
    }

        .header-nav-top .item:hover,
        .header-nav-top .item.active {
            text-decoration: underline;
        }

        .header-nav-top .item:last-child::before {
            display: none;
        }

        .header-nav-top .item::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 12px;
            background-color: #fff;
            opacity: .6;
            right: 0;
            transform: translateY(1px);
        }

.header-nav.ru .nav-link {
    font-size: 12px;
}

.header-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 22px;
    background: rgba(25, 67, 125, 0.30);
    right: 0;
    display: none;
}

.header-nav .nav-link:hover {
    color: var(--default-color-2);
}
/* bảng giá popup*/
/* CSS cho popup */
/* CSS cho popup */
/* CSS cho popup */
/* CSS cho popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Hiển thị popup khi được target */
.popup:target {
    display: flex;
}

.popup-overlay {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: transparent;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    max-width: auto;
    max-height: 900;
    overflow: auto;
    pointer-events: none;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    text-decoration: none;
    font-size: 20px;
    pointer-events: auto;
}

.close:hover {
    color: #000;
}

#image-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.popup img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
  /* bảng giá popup- end */

.header-nav .nav-item:first-child .nav-link:hover {
}

.header-nav .nav-drop {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #00000029;
    padding: 4px 0;
    opacity: 0;
    pointer-events: none;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    /* border-radius: 10px; */
    overflow: hidden;
    z-index: 3;
}

.header-nav .nav-item:hover .nav-drop {
    pointer-events: all;
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
}

.header-nav .nav-drop-item {
}

.header-nav .nav-drop-link {
    color: #333;
    transition: all linear .2s;
    padding: 8px 16px;
    white-space: nowrap;
    font-size: 15px;
}

    .header-nav .nav-drop-link:hover {
        color: #fff;
        background-color: var(--default-color-1);
    }

.header-search {
    position: relative;
    color: #454243;
    font-size: 18px;
    cursor: pointer;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 17px;
}

    .header-search:hover::before {
        display: block;
    }

    .header-search::before {
        content: '';
        position: absolute;
        width: 100px;
        height: 20px;
        z-index: 3;
        top: 100%;
        display: none;
    }

    .header-search:hover::before {
        display: block;
    }


    .header-search .search-drop {
        height: 35px;
        position: absolute;
        right: 0;
        top: 147%;
        display: flex;
        align-items: center;
        background-color: #fff;
        box-shadow: 0 0 6px 0 #00000042;
        border-radius: 3px;
        transform: translateY(15px);
        opacity: 0;
        pointer-events: none;
        transition: 0.6s cubic-bezier(.3,2,.3,1);
    }

    .header-search:hover .search-drop {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .header-search .search-drop input {
        border: none;
        outline: none;
        background: transparent;
        height: 100%;
        padding: 0 10px;
    }

        .header-search .search-drop input::placeholder {
            font-size: 13px;
        }

    .header-search .search-drop a {
        height: 100%;
        width: 38px;
        background-color: var(--default-color-1);
        color: #fff;
        font-size: 12px;
    }

.header-top-btn {
    font-size: 12px;
    color: #fff;
    background-color: var(--default-color-2);
    padding: 0 11px;
    transition: all linear .2s;
    font-family: montSB;
    border-radius: 55px;
    =: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding-bottom: 6px;
    padding-top: 6px;
    height: 25px;
}

    .header-top-btn:hover {
        background-color: var(--default-color-3);
        color: #fff;
    }

    .header-top-btn:hover {
    }



.btn-menu-rs {
    color: var(--default-color-1);
    font-size: 24px;
    margin: 0 25px;
    display: none !important;
}

.header-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#google_translate_element {
}

    #google_translate_element .goog-te-gadget-simple {
        display: flex;
        align-items: center;
    }

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex;
    align-items: center;
}

.header-banner {
    /* background-image: url(../../../Design/img/home-banner-bg.png); */
    /* background-size: cover; */
    position: relative;
}


/*RS*/
@media(max-width:1023px) {
    .header-info-item:first-child {
        display: none;
    }

    .header {
        position: relative;
        background-color: var(--default-color-1);
    }

        .header.fix {
            position: fixed;
        }

    .header-top {
        padding: 0 10px;
    }

    .header-info-item.tel span {
        font-size: 12px;
    }

    .header-info-item.tel {
        margin-left: 0;
    }

    .header-top-btn {
    }

    .header-nav .nav-list {
        display: none;
    }

    .btn-menu-rs {
        display: block !important;
        position: absolute;
        right: 12px;
        margin: 0;
    }

    .header-nav {
        justify-content: end;
        display: flex;
        justify-content: flex-end;
    }

    .header.fix .header-container {
        box-shadow: 0 0 10px 0 #3333333d;
    }

    .header-search {
        right: 58px;
    }


    .header-banner-item {
        height: auto;
    }
}

@media(min-width:740px) and (max-width:1023px) {

    .header-search {
        margin-right: 0;
    }
}

@media(max-width:739px) {
    .header-container {
        top: 0;
        left: 0;
        height: auto;
        padding: 0;
        padding-left: 0;
    }

    .header.fix {
        /* padding: 0 10px; */
    }

    .header-nav-top .item:nth-child(3) {
        margin-right: 0;
    }

    .header-wrap-right {
        padding: 0;
        align-items: end;
        align-items: flex-end;
        align-items: self-end;
    }

    .header {
        position: relative;
        width: 100%;
        top: 0;
        /* height: 88px; */
    }

    .header-logo img {
        width: 106px;
    }

    .header-info-item {
        display: none;
    }

    .header.df {
        background-color: var(--header-color);
        position: relative;
    }

        .header.df .header-container {
            background-color: transparent;
        }

    .header-top-btn {
        white-space: nowrap;
        font-size: 10px;
        =: #fff;
        display: none;
    }

    .btn-menu-rs {
        position: absolute;
        right: unset;
        font-size: 22px;
        right: 22px;
    }

    .header-top-btn .decor {
        white-space: nowrap;
        font-size: 10px;
        background-color: var(--default-color-2);
        color: #fff;
    }



    .header-search {
        position: relative;
        right: unset;
    }

    .header-logo {
        transform: translateY(-33px);
        position: absolute;
        left: 0;
        top: 0;
    }

    .header-top-container {
        padding-left: 0;
        width: 100%;
    }

    .header-nav {
        height: auto;
        padding: 5px 0;
    }

    .header-nav-right {
        justify-content: end;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .header-language-item span {
        font-size: 11px;
    }

    .header-nav-top {
        /* display: none; */
        position: absolute;
        right: 0;
    }

        .header-nav-top .item {
            margin: 0 2px !important;
            background-color: var(--default-color-1);
            color: #fff;
            padding: 5px 7px;
            font-size: 12px;
        }

    .header-info-item {
        display: flex;
        margin: 0 !important;
        display: none;
    }



    .header .grid.wide {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header-nav {
        padding: 0;
        margin-top: 8px;
        justify-content: end;
        height: 35px;
        margin-top: 0;
    }

    .header.fix .header-container::before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
