﻿

header {
    position: relative;
}

    header .grid.wide {
        max-width: 1288px;
    }


/*header top*/
.header-top .grid.wide {
    position: relative;
}

.header-top {
    height: 40px;
    position: relative;
    z-index: 1;
    background: var(--linear-default);
}

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

.header-top-time i {
    color: var(--default-color-4);
    margin-right: 2px;
    font-size: 15px;
}

.header-top-time {
    color: #fff;
    font-size: 14px;
    margin-right: 23px;
}

    .header-top-time span {
        font-size: 12px;
        line-height: 159.5%;
        color: #fff;
    }

.btn-menu-rs {
    font-size: 25px;
    color: var(--default-color-1);
}

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

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

.header-top .infor .item:nth-child(1) {
}

.header-top .infor .item.tel {
    background: linear-gradient(90deg, #BD963D 0%, #EAD089 48.5%, #BD963D 100%);
    border-radius: 55px;
}

.header-top .infor .item.tl .icon {
    background-color: #8A0403;
    font-size: 12px;
    margin-right: 5px;
    color: #00004d;
    font-size: 16px;
    width: 22.86px;
    height: 22.86px;
    border-radius: 50%;
}

.header-top .infor .item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px;
    padding-right: 11px;
    height: 25.83px;
}

    .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 {
        color: var(--default-color-5);
        display: flex;
        font-family: monSB;
        font-size: 12px;
        line-height: 159.5%;
    }

        .header-top .infor .item.tel section.sp a {
        }

    .header-top .infor .item.tel a {
        margin-left: 5px;
    }

.header-bottom .mobile-text {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    color: var(--default-color-1);
    font-size: 22px;
    line-height: 150%;
    margin: 0;
    display: none;
}
/*header bottom*/
.header-bottom {
    height: 72px;
    z-index: 5;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
}

    .header-bottom.fixed {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 999999999999;
        box-shadow: 0 0 10px 0 #3333332b;
    }

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

        .header-bottom .container .logo {
            z-index: 2;
            transform: translateY(3px);
        }

            .header-bottom .container .logo img {
                width: 153px;
            }

    .header-bottom.fixed .container .logo {
        transform: translateY(35px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .header-bottom.fixed .container .logo canvas {
            height: 66px;
        }

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

        .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 a {
                padding: 0 calc(24px /2);
                transition: all linear .2s;
                color: #383838;
                font-size: 14px;
                display: flex;
                position: relative;
                align-items: center;
                font-family: monM;
                height: 100%;
                overflow: hidden;
                justify-content: center;
                font-weight: bold;
            }

                .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 .list li a.active {
                    background-color: rgb(0 0 0 / 10%);
                    color: var(--default-color-1);
                }


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

            .header-bottom .list li.btn-menu-rs {
                display: none;
                font-size: 22px;
            }

        .header-bottom .list .drop {
            position: absolute;
            top: calc(100% + 5px);
            left: 0;
            max-height: 0;
            z-index: 10;
            overflow: hidden;
            min-width: 100%;
            list-style: none;
            background-color: #fff;
            -webkit-transition: all ease-in .3s;
            -o-transition: all ease-in .3s;
            transition: all ease-in .3s;
            pointer-events: none;
        }

        .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 {
            padding: 5px 0;
            height: unset;
            max-height: 300px;
            pointer-events: all;
            -webkit-box-shadow: 0 0 8px 1px #00000078;
            box-shadow: 0 0 8px 1px #00000078;
        }

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

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

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


        .header-bottom .list .drop li {
            padding: 0;
        }

            .header-bottom .list .drop li a {
                white-space: nowrap;
                font-size: 14px;
                padding: 9px 12px;
                color: #333;
                font-weight: normal;
                -webkit-transition: all ease .2s;
                -o-transition: all ease .2s;
                transition: all ease .2s;
                text-align: left;
                display: block;
                text-transform: capitalize;
            }

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

.header-bottom-search {
    display: flex;
    align-items: center;
    margin-left: 13px;
    justify-content: center;
}


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

    .header-bottom-search::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 20px;
        bottom: -20px;
        display: none;
    }

    .header-bottom-search:hover .drops {
        opacity: 1;
        pointer-events: all;
    }

    .header-bottom-search .drops {
        position: absolute;
        top: 154%;
        right: 0;
        background-color: #fff;
        box-shadow: 0 0 10px 0 #3333334d;
        display: flex;
        align-items: center;
        height: 34px;
        border-radius: 5px;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .header-bottom-search a {
        padding: 0 8px !important;
        font-size: 15px !important;
        padding: 10px !important;
        background-color: #33333312;
    }

    .header-bottom-search input {
        height: 100%;
        background-color: transparent;
        outline: none;
        border: none;
        color: #333;
        font-size: 13px;
        padding: 0 10px;
        width: 145px;
    }

        .header-bottom-search input::placeholder {
        }

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



/*RS*/

@media(max-width:1265px) {
    .header-bottom .list li a {
        padding: 0 calc(28px / 2);
    }
}

@media(max-width:1248px) {
    .header-bottom .list li a {
        padding: 0 calc(24px / 2);
    }
}

@media(max-width:1207px) {
    .header-bottom .list li a {
        padding: 0 calc(22px / 2);
    }
}

@media(max-width:1187px) {
    .header-bottom .list li a {
        padding: 0 calc(20px / 2);
    }
}

@media(max-width:1167px) {
    .header-bottom .list li a {
        padding: 0 calc(16px / 2);
    }
}

@media(max-width:1148px) {
    .header-bottom .list li a {
        padding: 0 calc(20px / 2);
        font-size: 13px;
    }
}

@media(max-width: 1076px) {
    .header-bottom .list li a {
        padding: 0 calc(15px / 2);
    }
}

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none
    }

    .header-bottom .mobile-text {
        display: block;
        left: 174px;
    }

    .header-bottom .container {
    }

    .header-bottom .list li.hav {
        display: none !important;
    }

    .header-bottom .list li.btn-menu-rs {
        display: flex;
        font-size: 30px;
        color: #fff;
    }

    .header-bottom ul li {
        display: none;
    }

        .header-bottom ul li.btn-menu-rs {
            display: block;
        }

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

        .header-top .infor .item.tel {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

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

    .header-bottom ul li.btn-menu-rs {
        display: block;
    }

    .header-top .container {
        padding-right: 0;
    }

    .header-top-time {
        margin-right: 6px;
    }

        .header-top-time span {
            font-size: 11px;
        }

    .header-bottom {
        box-shadow: 0 0 10px 0 #33333329;
    }

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

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none
    }

    .header-bottom .container .logo canvas {
        height: 66px;
    }

    .header-bottom .container .logo {
        transform: translateY(0);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none
    }

    .header-top {
        /* display: none; */
    }

    .header-bottom .container .logo {
        transform: translateY(-32px) translateX(-13px);
        display: flex;
        align-items: center;
    }

    .header-bottom .mobile-text {
        font-size: 12px;
        left: 93px;
    }

    .header-bottom.fixed .container .logo {
        justify-content: unset;
        transform: translateY(8px) translateX(-12px);
    }

    .header-bottom .container .logo canvas {
        width: 75px;
    }

    .header-bottom.fixed .container .logo canvas {
        height: unset;
    }

    .header-bottom .container .logo img {
        /* display: none; */
        width: 100px;
        transform: translate(2px, 14px);
    }

    .header-top .infor .item.tel a {
        font-size: 13px;
    }

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

    .header-top .infor .item.tel span {
        font-size: 13px;
    }

    .header-bottom {
        height: 55px;
    }

    .header-top-time {
        display: none;
    }

    .header-top .container .infor {
        right: 10px;
    }
}
