﻿.header-bottom-mobile {
    display: none;
    font-family: 'robotoM';
    font-size: 14px;
    line-height: 146%;
    position: absolute;
    left: 10px;
    color: #fff;
}

header {
    position: relative;
    background-color: #fff;
}

a.header-bottom-hotline.header-mail-h span {
    font-size: 14px;
    color: #3d4d65;
    font-family: 'MonR';
}
a.btn-send-resate:hover {
    background: #00B74F;
}
.header-top-time {
    opacity: 0;
    visibility: hidden;
}

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

.header-top {
    position: relative;
    z-index: 1;
    height: 46px;
}

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

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

    .header-bottom.fixed .header-bottom-left .logo {
        width: 163px !important;
        height: 48px !important;
        transform: translateY(0px) !important;
    }

        .header-bottom.fixed .header-bottom-left .logo canvas {
            width: 163px;
            height: 48px;
        }

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

.header-top .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-top-time i {
    color: #00004d;
    margin-right: 1px;
    font-size: 17px;
}

.header-top-time {
    font-size: 18px;
    text-transform: capitalize;
}

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

.header-top-time span {
}

.header-top .container .infor {
    position: absolute;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.header-top .infor .item.tel {
    padding-right: 0
}

.header-top-hotline {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: var(--default-color-1);
    padding: 0 13px;
    margin-left: 16px;
    transition: all linear .2s;
}

    .header-top-hotline:hover span::before {
        width: 100%;
        opacity: 1;
    }

    .header-top-hotline .icon {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #fff;
        font-size: 14px;
        color: var(--default-color-1);
        margin-right: 6px;
    }

        .header-top-hotline .icon i {
        }

    .header-top-hotline span {
        position: relative;
        font-family: beR;
        font-size: 15px;
        color: #fff;
    }

        .header-top-hotline span::before {
            content: '';
            width: 0;
            position: absolute;
            height: 1px;
            background-color: #fff;
            bottom: -1px;
            transition: all ease .3s;
        }

.header-top .infor .item.tl .icon {
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

.header-top .infor .item {
    position: relative;
    display: flex;
    align-items: baseline;
}

    .header-top .infor .item.tel::before {
        display: none;
    }

    .header-top .infor .item::before {
        content: '';
        width: 1px;
        position: absolute;
        height: 21px;
        background-color: #ffffff80;
        right: 0;
    }

    .header-top .infor .item span {
        font-size: 15px;
        color: #fff;
    }

    .header-top .infor .item.tel section {
        display: flex;
        font-size: 15px;
        color: #fff;
        font-family: robotoM;
        line-height: 138.7%;
    }

        .header-top .infor .item.tel section.sp {
            font-family: beLight;
        }

    .header-top .infor .item.tel a {
        margin-left: 5px;
        transition: all linear .2s;
        text-decoration: none;
        color: #fff;
    }

        .header-top .infor .item.tel a:hover {
            color: var(--default-color-1);
        }

.header-bottom {
    height: 55px;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

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

.header-bottom-left {
    display: flex;
    align-items: center;
    transition: all .3s;
    opacity: 1;
}

    .header-bottom-left .logo {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        width: 280px !important;
        height: 82px !important;
        border-radius: 50%;
        transform: translateY(-25px);
    }

        .header-bottom-left .logo img,
        .header-bottom-left .logo canvas {
            width: 280px;
            height: 82px;
        }

        .header-bottom-left .logo img {
            display: none !important;
        }

.header-bottom .container .logo {
    transform: scale(1) translateY(-22px);
    z-index: 2;
    transition: 0.8s cubic-bezier(.3,1.8,.3,1);
}

.header-bottom.fixed .container .logo {
    transform: scale(0.7) translateY(-2px);
}

.header-bottom .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin-right: 0;
}

    .header-bottom .list li {
        position: relative;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        cursor: pointer;
        height: 100%;
        user-select: none;
    }

        .header-bottom .list li:first-child a:first-child::after {
            opacity: 0;
        }

a.btn-send-resate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 37px;
    background: var(--default-color-1);
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'MonM';
    font-size: 14px;
    border-radius: 5px;
}

a.header-bottom-hotline.header-mail-h {
    margin-right: 8px;
    padding-right: 13px;
    outline: none;
    border: none;
}

    a.header-bottom-hotline.header-mail-h:after {
        content: "";
        position: absolute;
        background: #333;
        right: 0;
        top: 0;
        width: 1px;
        height: 18px;
        bottom: 0;
        margin: auto;
    }

.header-bottom .list li a {
    padding: 0 21px;
    transition: all linear .2s;
    color: var(--default-color-3);
    font-size: 16px;
    font-family: MonM;
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    text-transform: unset;
    justify-content: center;
    height: 100%;
    text-transform: uppercase;
}

    .header-bottom .list li a::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 15px;
        background-color: var(--default-color-2);
        left: 0;
    }

.header-bottom .list li:last-child a {
    padding-right: 0;
}

.header-bottom .list li a::before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: var(--default-color-1);
    transition: all linear .2s;
}

.header-bottom .list li a:hover::before {
    bottom: 0;
}

.header-bottom .list li a.active::before {
    bottom: 0;
}

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

.header-bottom .list li a.active {
    background-color: rgb(0 0 0 / 10%);
    color: var(--default-color-1);
}

.header-bottom .list li a:hover {
    background-color: #fff;
    color: var(--default-color-1);
}

.btn-menu-rs svg {
    width: 30px;
    height: auto;
}

.header-bottom .btn-menu-rs {
    border-radius: 5px;
    margin-right: 20px;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--default-color-1);
}

.header-bottom .list .drop {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    z-index: 10;
    overflow: hidden;
    max-height: max-content;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    overflow-y: auto;
    list-style: none;
    background-color: #fff;
    pointer-events: none;
    transition: .5s;
    border-radius: 12px;
}

.header-bottom .list li.hav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .header-bottom .list li.hav:hover::before {
        display: block;
    }

    .header-bottom .list li.hav::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 8px;
        top: calc(100%);
        display: none;
        overflow-y: overlay;
    }

.header-bottom .list li:hover .drop {
    height: unset;
    pointer-events: all;
    -webkit-box-shadow: 0 0 8px 1px #00000078;
    box-shadow: 0 0 8px 1px #00000078;
    opacity: 1;
    visibility: visible;
}

    .header-bottom .list li:hover .drop::-webkit-scrollbar {
        width: 7px;
    }

    .header-bottom .list li:hover .drop::-webkit-scrollbar-track {
        background: transparent;
    }

    .header-bottom .list li:hover .drop::-webkit-scrollbar-thumb {
        background: #888;
    }

.header-bottom .list .drop li {
}

.header-bottom .drop-item a {
    margin: 0 !important;
    padding: 12px 20px !important;
}

.header-bottom .list .drop li a::after {
    opacity: 0;
}

.header-bottom .list .drop li:first-child a {
    border-top: unset;
}

.header-bottom .list .drop li a {
    white-space: nowrap;
    font-size: 14px;
    padding: 7px 12px;
    color: #333;
    font-weight: normal;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    text-align: unset;
    display: block;
    border-top: 1px solid #d5d5d5;
}

    .header-bottom .list .drop li a:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

.header-bottom-search {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 8px;
    position: relative;
}

    .header-bottom-search::after {
        content: '';
        position: absolute;
        width: 130px;
        height: 41px;
        top: 11px;
        right: 0;
        display: none;
    }

    .header-bottom-search:hover::after {
        display: block;
    }

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

    .header-bottom-search .search-drop {
        background-color: #ffff;
        display: flex;
        z-index: 3;
        flex-direction: row;
        height: 43px;
        transition: 0.8s cubic-bezier(.3,2,.3,1);
        border-radius: 35px;
        padding: 0 19px;
        position: absolute;
        top: 131%;
        right: 0;
        box-shadow: 0 0 10px 0 #3333336b;
        transform: translateY(22px);
        opacity: 0;
        pointer-events: none;
        width: 229px;
    }

    .header-bottom-search a {
        font-size: 16px;
        color: var(--default-color-1);
        margin-right: 6px;
    }

    .header-bottom-search input {
        height: 100%;
        background-color: transparent;
        outline: none;
        border: none;
        color: var(--default-color-1);
        font-size: 14px;
        width: 93px;
    }

        .header-bottom-search input::placeholder {
            color: var(--default-color-1);
        }

.list-menu-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-img-text {
    margin-left: 3px;
}

a.header-bottom-hotline.header-mail-h .icon {
    position: unset;
}

.header-bottom-hotline .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1px;
}

.header-top-container .infor {
    display: flex;
    align-items: center;
}

.header-bottom-hotline span {
    flex: 1;
    font-family: 'MonB';
    display: block;
    font-size: 18px;
    margin-left: 4px;
}

.header-bottom-hotline {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--default-color-1);
    position: relative;
    font-weight: normal;
    padding: 3px 0;
    padding-left: 5px;
    padding-right: 8px;
    font-family: 'MonSB';
    margin-right: 20px;
}

    .header-bottom-hotline::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 21px;
        background-color: #c5c6c9;
        left: 0;
        display: none;
    }

    .header-bottom-hotline img {
    }

.header-top-left {
}

.header-bottom-search .search-icon {
    width: 40px;
    height: 40px;
    border: 2px solid var(--default-color-1);
    border-radius: 50%;
    cursor: pointer;
    color: var(--default-color-1);
    font-size: 14px;
    transition: all linear .2s;
}

.header-bottom-search:hover .search-icon {
    color: #fff;
    background-color: var(--default-color-1);
}

/*RS*/
@media(max-width:1023px) {
    .header-top-time {
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .header-bottom-mobile {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

        .header-bottom-mobile strong {
            color: var(--default-color-1);
            font-weight: 100;
            font-family: robotoB;
            font-size: 18px;
        }

    .header-bottom.fixed .header-bottom-mobile {
        opacity: 1;
        right: 61px;
        left: auto;
        font-family: 'MonSB';
        color: #dc2321;
        text-transform: uppercase;
        display: none;
    }

    .header-top .container .infor {
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
    }

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

    .list-menu-wrap {
        display: none;
    }

    .btn-menu-rs {
        display: flex !important;
    }

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

    .header-bottom-right {
    }

        .header-bottom-right:first-child {
            display: none;
        }

    .header-bottom .btn-menu-rs {
        margin: 0;
    }

    .header-top-container .infor {
        position: absolute;
        right: 0;
    }

    a.btn-send-resate {
        display: none;
    }

    .header-bottom-left .logo img {
        position: relative;
        z-index: 2;
        display: block !important;
    }

    .header-bottom.fixed {
        background-color: var(--default-color-2);
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-bottom-hotline {
        display: none;
    }

    .header-top-left {
        opacity: 0;
    }

    .header-bottom-left .logo {
        width: 100px !important;
        height: 100px !important;
        transform: translateY(-25px);
    }

        .header-bottom-left .logo img {
            width: 80px;
            height: auto;
        }
}

@media(max-width:739px) {
    .header-top .infor .item:nth-child(1) {
    }

    .header-top .infor .item.tel {
        position: absolute;
        right: 0;
        max-width: 78%;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .header-top .infor .item.tel section {
            font-size: 12px;
        }

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

    .header-top {
        height: 40px;
    }

    .header-bottom {
        height: 45px;
    }

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

    .header-bottom .container {
        padding: 0 10px;
    }

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

    .header-bottom .container .logo {
        transform: scale(0.6) translateY(0px) translateX(-51px);
        display: flex;
        align-items: center;
    }

        .header-bottom .container .logo::before {
            content: 'Vinaland';
            position: absolute;
            left: 120%;
            font-size: 35px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            opacity: 0;
            transform: translateY(15px);
            transition: 0.6s cubic-bezier(.3,2.5,.3,1);
        }

    .header-bottom.fixed .container .logo::before {
        opacity: 1;
        transform: translateY(0);
    }

    .header-bottom.fixed .container .logo {
        transform: scale(0.56) translateY(0px) translateX(-69px);
    }

    .header-img-text {
        display: none;
    }

    .header-top-hotline {
        position: absolute;
        right: 0;
    }

    .header-bottom.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    a.btn-send-resate.mobile.none {
        display: flex !important;
        background: var(--default-color-1);
        border-radius: 50px;
        cursor: pointer;
        align-items: center;
        margin-right: 10px;
        width: 160px;
        height: 40px;
        font-size: 14px;
        font-family: 'MonM';
    }

    .header-bottom.fixed a.btn-send-resate.mobile.none {
    }

    .header-bottom.fixed .btn-menu-rs {
        color: #fff;
    }

    .header-bottom.fixed .header-bottom-search .search-icon {
        border: 2px solid #fff;
        color: #fff;
    }

    .header-bottom.fixed .header-bottom-search:hover .search-icon {
        background-color: #fff;
        color: var(--default-color-1);
    }

    .header-bottom-left .logo {
        width: 145px !important;
        height: 100% !important;
        transform: translate(-8px, 1px) !important;
    }

    .header-top-time {
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        font-size: 16px;
        line-height: normal;
        width: 100%;
        text-align: right;
        font-family: 'MonSB';
        color: #dc2321;
        text-transform: uppercase;
        height: 100%;
    }

    .header-bottom-left .logo img {
        width: 100%;
        height: 100%;
    }

    .header-bottom.fixed .header-bottom-left .logo {
        width: 151px !important;
        height: auto !important;
        transform: translate(-5px, -1px) !important;
    }
}