﻿header {
}

.header-top-left .text strong {
    color: var(--default-color-2);
    font-family: osB;
    font-size: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .header-top-left .text strong::before {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 0px var(--default-color-2);
        left: 0;
        z-index: 1;
    }

    .header-top-left .text strong::after {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 4px #fff;
        left: 0;
        z-index: 0;
    }

.header-hotline {
    margin-right: 12px;
}

    .header-hotline span strong {
        font-family: 'SFM';
        font-weight: 100;
    }

    .header-hotline a .icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 6px;
    }

.header-search-options .container {
    /* position: absolute; */
    display: flex;
    align-items: center;
    right: 0;
}

.header-search-options a {
    display: flex;
    align-items: center;
    padding: 0 11px;
    width: fit-content;
}

    .header-search-options a:first-child {
        padding-left: 0;
        position: relative;
    }

        .header-search-options a:first-child::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.30);
            right: 0;
        }

    .header-search-options a:last-child {
        padding-right: 0;
    }

    .header-search-options a:last-child {
        boder: none;
    }

.header-search-options img {
}

.header-search-options span {
    font-family: 'sfl';
    font-size: 15px;
    color: #fff;
    display: block;
    margin-left: 6px;
}

.header-bottom .grid.wide {
}

.btn-menu-rs {
    display: none;
}

.header-bottom .nav-item:hover .drop-df {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.header-bottom .nav-item .drop-df {
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #33333370;
    transform: translateY(31px);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-df .grid.wide {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 12px;
    padding: 35px 20px;
}

.header-bottom .nav-item .drop-item-df {
    transform: translateY(22px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .nav-item .drop-link-df:hover {
    color: var(--default-color-2);
}

.header-bottom .nav-item:hover .drop-item-df {
    transform: translateY(0);
    opacity: 1;
}

.header-bottom .nav-item .drop-link-df {
    color: var(--default-color-4);
    font-family: 'SFM';
    font-size: 16px;
    line-height: 26px;
    transition: all linear .2s;
    /* text-transform: capitalize; */
}

.header-bottom .nav-item:hover .nav-link {
    color: var(--default-color-3);
}

.header-bottom .nav-drop {
    top: 100%;
    position: absolute;
    left: 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-top {
    background: #c51010;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    background-size: cover;
}

    .header-top .grid.wide {
        height: 100%;
    }

.header-top-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
    padding: 25px 0;
}

.header-top-left {
    display: flex;
    align-items: center;
    display: none;
}

.header-top-container:before {
    content: "";
    position: absolute;
    background-image: url("/Design/img/DangUyHamHiem/bg-header.png");
    background-repeat: no-repeat;
    background-position: center top;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.header-bottom-logo:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 233px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
}

.header-bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    position: relative;
}

    .header-bottom-logo img {
        position: relative;
    }

    .header-bottom-logo img,
    .header-bottom-logo canvas {
        object-fit: cover;
        object-position: center center;
    }

.WAddressHeader {
    color: #FFF4DD;
    font-family: HelveticaR;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-align: center;
}

.logo-decor-header-h {
    margin-left: 65px;
}

.WImgDecorNameHeader h2 {
    color: #fffc0e;
    font-family: VNMSansDisplayB;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.5%;
    letter-spacing: 0.95px;
    text-transform: uppercase;
    margin: 0;
}

.WImgDecorNameHeader h3 {
    color: #E0FB72;
    text-shadow: 0px 1px 4px rgba(2, 81, 49, 0.50);
    font-family: VNMSansStd;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin: 0;
}

.WImgDecorNameHeader {
    text-align: center;
}

.header-top-right .text {
}

.header-top-left .text {
    margin-left: 8px;
}

    .header-top-left .text h3 {
        margin: 0;
        font-family: sfm;
        font-weight: 100;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    .header-top-left .text strong {
        color: var(--default-color-2);
        font-family: osB;
        font-size: 23px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        font-weight: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 8px;
    }

        .header-top-left .text strong::before {
            content: attr(title);
            position: absolute;
            -webkit-text-stroke: 0px var(--default-color-2);
            left: 0;
            z-index: 1;
        }

        .header-top-left .text strong::after {
            content: attr(title);
            position: absolute;
            -webkit-text-stroke: 4px #fff;
            left: 0;
            z-index: 0;
        }

.header-top-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.header-hotline {
    margin-right: 12px;
}

    .header-hotline p {
        margin: 0;
        color: #D9EAF9;
        font-family: sfl;
        font-size: 14px;
        /* margin-bottom: 12px; */
    }

    .header-hotline a:hover {
    }

        .header-hotline a:hover span {
            color: #FBCF72;
        }

    .header-hotline a {
        display: flex;
        align-items: center;
        width: fit-content;
        /* padding: 10px 9px; */
        border-radius: 7px;
        /* margin-top: 12px; */
        transition: all linear .2s;
    }

    .header-hotline span {
        transition: all linear .2s;
    }

        .header-hotline span strong {
            font-family: 'SFM';
            font-weight: 100;
        }

    .header-hotline a .icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 6px;
    }

        .header-hotline a .icon img {
        }

    .header-hotline a span {
        color: #fff;
        display: block;
        font-size: 17px;
        font-family: sfSB;
    }

.WRHotlineHeader strong {
    color: #FFF;
    font-family: NotoSansM;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.WRHotlineHeader {
    margin-left: 7px;
}

.header-search {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-search-options {
    display: flex;
    align-items: center;
    position: relative;
}

    .header-search-options .container {
        /* position: absolute; */
        display: flex;
        align-items: center;
        right: 0;
    }

    .header-search-options a {
        display: flex;
        align-items: center;
        padding: 0 21px;
        width: fit-content;
    }

        .header-search-options a:hover span {
            color: var(--default-color-2);
        }

        .header-search-options a:first-child::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.30);
            right: 0;
        }

        .header-search-options a:last-child {
            padding-right: 0;
        }

        .header-search-options a:last-child {
            boder: none;
        }

    .header-search-options img {
    }

    .header-search-options span {
        display: block;
        margin-left: 6px;
        transition: all linear .2s;
        color: #FBCF72;
        font-family: NotoSansSB;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.header-bottom-search {
    display: flex;
    align-items: center;
    position: relative;
    width: 230px;
    z-index: 6;
    height: 40px;
    background-color: #fff;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 3px 9px 0px rgba(23, 53, 98, 0.25) inset;
}

    .header-bottom-search input {
        width: 100%;
        height: 100%;
        position: relative;
        border: none;
        background-color: transparent;
        outline: none;
        padding-left: 14px;
        font-family: 'SFL';
        color: #8E8E8E;
        font-size: 14px;
        padding-right: 42px;
    }

.WSearchBtnHeader span {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-family: 'InterSB';
    font-weight: 600;
    line-height: normal;
}

.WHeaderSearch.show {
    opacity: 1;
    visibility: visible;
}

.WSearchBtnHeader {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.WHeaderSearch {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -25px;
    right: 0;
}

.header-bottom-search a {
    position: absolute;
    right: 11px;
}

.header-bottom-search input::placeholder {
    font-style: italic;
}

.header-bottom {
    height: 51px;
    position: relative;
    z-index: 4;
    background: #c51010;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    border-top: 1px solid #fff;
}

    .header-bottom.fixed {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        box-shadow: 0 0 10px 0 #33333352;
    }

    .header-bottom .text {
        margin-left: 0;
    }

        .header-bottom .text h3 {
            margin: 0;
            font-size: 18px;
            color: #E0FB72;
            text-shadow: 0px 1px 4px rgba(2, 81, 49, 0.50);
            font-family: VNMSansStd;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            text-transform: capitalize;
        }

        .header-bottom .text strong {
            color: var(--default-color-2);
            font-family: osB;
            font-size: 23px;
            letter-spacing: 0.7px;
            text-transform: uppercase;
            font-weight: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 3px;
        }

            .header-bottom .text strong::before {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 0px var(--default-color-2);
                left: 0;
                z-index: 1;
            }

            .header-bottom .text strong::after {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 4px #fff;
                left: 0;
                z-index: 0;
            }

    .header-bottom .grid.wide {
    }

.header-bottom-container {
}

.header-bottom .list {
    display: flex;
    align-items: center;
    height: 100%;
}

.btn-menu-rs {
    display: none;
}

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

    .header-bottom .nav-item:first-child .nav-link {
        padding-left: 0;
    }

    .header-bottom .nav-item:last-child .nav-link {
        padding-right: 0;
    }

    .header-bottom .nav-item:before {
        content: "";
        position: absolute;
        background: #fffc0e;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 14px;
        margin: auto;
    }

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

    .header-bottom .nav-item .nav-link {
        color: #FFF5E1;
        font-family: InterSB;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        border-radius: 5px;
        transition: all ease .2s;
        padding: 15px 28px;
    }

.header-bottom .list li.nav-item .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -25px;
    left: 0;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    z-index: 2;
    margin: auto;
}

.header-bottom .list li.nav-item:hover .btn {
    color: #fffc0e;
}

.header-bottom .nav-item: hover .nav-link {
    background-color: var(--default-color-3);
    color: #fff;
}

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

.header-bottom .nav-drop {
    top: 100%;
    position: absolute;
    left: 0;
    border-radius: 6px;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
}

.header-bottom .drop-item a {
    font-size: 16px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #2c2c2c;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

    .header-bottom .drop-item a::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 84%;
        border-top-right-radius: 5px;
        background-color: var(--default-color-1);
        left: -4px;
        border-bottom-right-radius: 5px;
        transition: all ease .3s;
        visibility: hidden;
        opacity: 0;
    }

.header-bottom .drop-item > a > span {
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-item a:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.header-bottom .drop-item a:hover span {
    color: var(--default-color-4);
    transform: translateX(5px);
}

.header-banner-wrap {
    position: relative;
}

    .header-banner-wrap .content {
        flex-direction: column;
        position: absolute;
        bottom: 64px;
        left: 0;
        display: flex;
        justify-content: center;
        padding-left: 48px;
    }

        .header-banner-wrap .content img {
            position: absolute;
            left: 0;
        }

        .header-banner-wrap .content h3 {
            font-size: 28px;
            position: relative;
            z-index: 2;
            margin: 0;
            color: #fff;
            text-transform: uppercase;
            font-weight: 100;
        }

        .header-banner-wrap .content h4 {
            font-size: 30px;
            margin: 0;
            position: relative;
            color: var(--default-color-4);
            text-transform: uppercase;
            font-family: robotoconb;
            margin-top: 2px;
        }

ul.nav-drop3.rs {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
    left: 100%;
    position: absolute;
    margin: auto;
    display: block;
    visibility: hidden;
    -webkit-transform: translate(8%,-1px);
    -moz-transform: translate(8%,-1px);
    -ms-transform: translate(8%,-1px);
    -o-transform: translate(8%,-1px);
    transform: translate(8%,-1px);
    top: -1px;
}

li.drop-item.c3:hover ul.nav-drop3.rs {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%,-1px);
    -moz-transform: translate(0%,-1px);
    -ms-transform: translate(0%,-1px);
    -o-transform: translate(0%,-1px);
    transform: translate(0%,-1px);
    pointer-events: all;
}

li.drop-item.c3 {
    position: relative;
}
/*RS*/
@media(min-width:1024px) and (max-width:1230px) {
    .header-bottom .nav-item .nav-link {
        color: #FFF5E1;
        font-family: InterSB;
        font-size: 14px;
        padding: 9px 5px;
    }

    .header-bottom-search {
        right: 96px;
        width: 260px;
    }

    .WImgDecorNameHeader canvas {
        width: 100% !important;
    }

    .WImgDecorNameHeader img {
        width: 100% !important;
        display: none;
    }

    .WAddressHeader {
        font-size: 11px;
    }

    .WImgDecorNameHeader {
        width: 100% !important;
        height: auto !important;
    }

    .header-bottom .drop-item a {
        font-size: 13px;
    }
}

@media(max-width:1023px) {
    .header-hotline {
        /* display: none; */
        margin: 0;
    }

    .header-search {
        justify-content: center;
        flex: none;
        width: 23%;
    }

    .header-top-right .text {
        flex: 1 1 0;
    }

    .header-top-left .text {
        display: none;
    }

    .header-bottom-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

    .WAddressHeader.mobile-none {
        display: none;
    }

    .WAddressHeader.none {
        display: block !important;
    }

    .header-banner-wrap .content {
        display: none;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-hotline {
        margin-right: 15px;
    }
}

@media(max-width:739px) {
    .header-bottom .text h3 {
        font-size: 14px;
        font-family: NotoSansSB;
        line-height: normal;
    }

    .header-bottom .text strong {
        font-size: 14px;
        margin-top: 5px;
    }

    .header-bottom-search {
        width: 217px;
        margin-top: 8px;
        height: 35px;
    }

    .header-search-options,
    .header-hotline p {
        display: none;
    }

    .header-top .grid.wide {
        padding: 0;
    }

    .header-top-right {
        display: flex;
        height: 100%;
    }

    .header-top-container:before {
        width: 100%;
    }

    .header-top {
    }

    .logo-decor-header-h {
        margin: 0;
    }

        .logo-decor-header-h img {
            width: 68px;
            height: auto;
        }

    .header-bottom-logo {
        display: block;
        width: 21%;
        flex: none;
    }

    .header-top-container {
        padding: 7px 0;
    }

    .WImgDecorNameHeader h2 {
        display: none;
    }

    .WAddressHeader {
        font-size: 12px;
        padding: 0 10px;
    }

    .WImgDecorNameHeader h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'InterSB';
    }

    .header-bottom-logo:before {
        width: 68px;
        height: 45px;
    }

    .header-top-right .text {
    }

    .header-bottom-logo img {
        width: 66%;
        height: auto;
        margin: auto;
        border-radius: 20px;
    }

    .header-hotline a {
        margin: 0;
    }

        .header-hotline a span {
            font-size: 15px;
        }
}