﻿=header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}




.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-top-right {
    display: flex;
    align-items: center;
}

    .header-top-right .item {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 12px;
    }

        .header-top-right .item:last-child {
            padding-right: 0;
        }

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

        .header-top-right .item::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 12px;
            background-color: #fff;
            opacity: 0.4;
            right: 0;
        }

        .header-top-right .item .icon {
            margin-right: 4px;
        }

        .header-top-right .item img {
        }

        .header-top-right .item span {
            color: #fff;
            font-size: 13px;
            font-family: barR;
            line-height: 150%;
        }

        .header-top-right .item strong {
            font-family: baiB;
            font-weight: 100;
        }


.header-top-hotline {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-family: baiR;
}

    .header-top-hotline a:first-child {
        margin-left: 4px;
    }

    .header-top-hotline a {
        margin: 0 8px;
        position: relative;
        display: flex;
        align-items: center;
    }

        .header-top-hotline a:hover {
            text-decoration: underline;
        }

        .header-top-hotline a:first-child::before {
            content: '-';
            color: #fff;
            position: absolute;
            left: calc(100% + 5px);
            font-size: 18px;
        }


.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: 150%;
    transition: all linear .2s;
    /* text-transform: capitalize; */
}



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

.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 {
    position: relative;
    z-index: 5;
}

.header-top {
    height: 34px;
    background: var(--gradient-1);
}

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

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

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

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

.header-bottom-logo {
    position: absolute !important;
    z-index: 5;
    top: -2px;
    left: -2px;
}

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

    .header-bottom-logo img,
    .header-bottom-logo canvas {
        width: 275px;
    }

.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-search .icon {
}

.header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
    height: 100%;
    margin-left: 12px;
    margin-right: 14px;
}

    .header-search::before {
        content: '';
        position: absolute;
        width: 100px;
        height: 25px;
        right: 0;
        bottom: 0;
        display: none;
    }

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

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

.header-bottom-search {
    display: flex;
    align-items: center;
    position: absolute;
    min-width: 100%;
    height: 35px;
    right: 0;
    top: 81%;
    background-color: #fff;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 3px 9px 0px rgba(23, 53, 98, 0.25);
    border: 1px solid #05338073;
    overflow: hidden;
    transition: all ease-in-out .3s;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
}

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

    .header-bottom-search
    a {
        position: absolute;
        height: 100%;
        width: 40px;
        background-color: var(--default-color-1);
        right: 0;
    }

        .header-bottom-search a img {
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(2deg) brightness(103%) contrast(102%);
        }


.header-bottom {
    height: 71px;
    background-color: #fff;
}

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

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


        .header-bottom .text
        h3 {
            margin: 0;
            font-family: sfm;
            font-weight: 100;
            font-size: 18px;
            color: #2c2c2c;
            text-transform: uppercase;
        }

        .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-container {
    display: flex;
    position: unset !important;
    justify-content: end;
    justify-content: flex-end;
    align-items: center;
}

.header-bottom .list {
    display: flex;
    align-items: center;
    height: 100%;
    /* justify-content: space-between; */
    position: relative;
    z-index: 5;
}

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

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

    .header-bottom .nav-item .nav-link:hover {
        background: var(--gradient-2);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .header-bottom .nav-item .nav-link {
        font-family: baiM;
        font-size: 17px;
        border-radius: 5px;
        transition: all ease .2s;
        padding: 9px calc(40px / 2);
        text-transform: capitalize;
        background: linear-gradient(180deg, #1744C6 0%, #001D72 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.header-bottom.fix .nav-item .nav-link {
    padding: 9px calc(40px / 2);
}

.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 12px;
    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;
        overflow: 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-1);
        transform: translateX(5px);
    }

.header-banner {
    position: relative;
}

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

ul.nav-drop3.rs {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0px;
    padding-right: 10px;
    width: max-content;
    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;
}

.header-banner .decor {
    position: absolute;
    right: 70px;
    bottom: 0;
    z-index: 2;
}

.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;
    }

.header-language::before {
    content: '';
}

.header-language {
    display: flex;
    align-items: center;
    border-radius: 55px;
    height: 31px;
    padding: 0 4px;
    margin-left: -5px;
    background: #fff;
    justify-content: center;
    position: relative;
    border: 1px solid #001D72;
}

    .header-language .item {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 6px;
    }

        .header-language .item::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 12px;
            background: var(--gradient-1);
            right: 0;
        }

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

        .header-language .item img {
            margin-right: 4px;
        }

        .header-language .item .text.active {
            text-decoration: underline;
            font-family: baiM;
            background: linear-gradient(180deg, #1744C6 0%, #001D72 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .header-language .item .text:hover {
        }

        .header-language .item .text {
            font-size: 12px;
            display: block;
            line-height: 159.5%;
            background: linear-gradient(180deg, #1744C6 0%, #001D72 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .header-language .item:hover .text {
            text-decoration: underline;
        }
/*RS*/
@media(max-width:1023px) {
    .header-hotline {
        /* display: none; */
        margin: 0;
    }

    .header-language {
        background: #fff;
        box-shadow: 0 0 10px 0 #33333312;
    }

        .header-language::before {
            display: none;
        }

    .header-banner .decor {
        display: none;
    }

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

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

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

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

        .header-top-right .item:last-child {
            display: flex;
        }

    .header-bottom .text.mobile {
        display: none !important;
    }
}

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

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

@media(max-width:739px) {
    .header-bottom .text h3 {
        font-size: 12px;
    }

    .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-hotline a {
        margin: 0;
    }

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

    .header-bottom-logo img, .header-bottom-logo canvas {
        width: 200px;
    }

    .header-search {
        display: none;
    }

    .header-language {
        position: relative;
        z-index: 9;
        margin-right: 8px;
    }

    .header-bottom-logo {
        width: fit-content !important;
        height: fit-content !important;
    }

    .header-bottom-logors {
        position: absolute !important;
        left: 10px;
        top: 4px;
    }

        .header-bottom-logors img {
            width: 140px;
        }
}
