﻿header {
}

.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 a:hover span {
        color: var(--default-color-2);
    }

.header-asking:hover {
    background: #1f1917;
}

.header-asking-mb:hover {
    background: #1f1917;
}

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

.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-1);
    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-2);
}

.header-bottom .nav-drop {
    top: 100%;
    overflow: hidden;
    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;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header-top {
    height: 79px;
    display: none;
    background: #1f1917;
}

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

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

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

.header-bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 1px;
    z-index: 5;
    width: 105px !important;
    height: 97.84px !important;
    transform: translateY(2px);
}

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

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

.header-top-left .text {
}

li.decor-logo-header {
    margin: 0 55px;
}

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

.header-top-left .text strong {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 24px;
}

    .header-top-left .text strong img {
        margin-right: 6px;
    }

    .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-hotline {
    margin-right: 12px;
}

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

    .header-hotline a {
        display: flex;
        align-items: center;
        width: fit-content;
        transition: all linear .2s;
        margin-left: 16px;
    }

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

        .header-hotline span strong {
            font-weight: 100;
            font-size: 14px;
            font-family: 'Taviraj-Medium';
            color: #fff !important;
        }

    .header-hotline a .icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

        .header-hotline a .icon img {
        }

    .header-hotline a span {
        color: #fff;
        display: block;
        font-size: 18px;
        font-family: 'Taviraj-Medium';
        flex-direction: column;
        display: flex;
    }

.header-search {
}

.header-search-options {
    display: flex;
    align-items: center;
    height: 18px;
    opacity: 0;
    position: relative;
    display: none;
}

    .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: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 {
        font-family: 'sfl';
        font-size: 15px;
        color: #fff;
        display: block;
        margin-left: 6px;
        transition: all linear .2s;
    }

.header-bottom-search {
    display: flex;
    align-items: center;
    position: relative;
    width: 276px;
    height: 45.76px;
    border-radius: 55px;
    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: 15px;
        font-family: 'SFL';
        color: #8E8E8E;
        font-size: 14px;
        padding-right: 42px;
        font-family: NotoL;
    }

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

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

.header-bottom {
    height: 92px;
    position: relative;
    z-index: 4;
    background: #fff;
    transform: translateY(0);
}

    .header-bottom.fixed {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        background: #fff;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        transform: translateY(6px);
        transition: transform .5s ease, top .5s ease;
    }

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

        .header-bottom .text h3 {
            margin: 0;
            color: #d26e4b;
            font-family: SFUFuturaRegular;
            font-size: 50px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.header-bottom .nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-bottom .nav-item .nav-link {
        transition: all ease .2s;
        margin: 0 19px;
        padding: 0 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #1F1917;
        font-family: 'Montserrat-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 121%;
        text-transform: uppercase;
    }

        .header-bottom .nav-item .nav-link svg {
            position: relative;
            top: -4px;
        }

        .header-bottom .nav-item .nav-link::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 100%;
            width: 1px;
            height: 10px;
            background: 0 0;
            transition: all .5s ease;
        }

    .header-bottom .nav-item:hover .nav-link::before {
        bottom: 0;
        background: var(--default-color-2);
    }

    .header-bottom .nav-item .nav-link::after {
        content: '';
        position: absolute;
        left: 100%;
        bottom: 0;
        width: 10px;
        height: 1px;
        background: 0 0;
        transition: all .5s ease;
    }

    .header-bottom .nav-item:hover .nav-link::after {
        left: 0;
        background: var(--default-color-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%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    min-width: 100%;
}

.header-bottom .drop-item a {
    font-size: 15px;
    padding: .7em 30px .7em 20px;
    white-space: nowrap;
    color: #2c2c2c;
    font-family: 'Montserrat-Regular';
    position: relative;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

    .header-bottom .drop-item a::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background-color: var(--default-color-1);
        left: -12px;
        transition: all ease .3s;
    }

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

    .header-bottom .drop-item a:hover::before {
        left: 6px;
    }

    .header-bottom .drop-item a:hover span {
        color: var(--default-color-1);
        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-1);
            text-transform: uppercase;
            font-family: robotoconb;
            margin-top: 2px;
        }

.header-asking, .header-asking-mb {
    display: flex;
    align-items: center;
    padding: 8px 18px;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    background: #93B925;
}

    .header-asking img, .header-asking-mb img {
        margin-left: 4px;
    }

    .header-asking span, .header-asking-mb span {
        margin-left: 6px;
        position: relative;
        color: #FFF;
        font-family: 'Montserrat-Medium';
        font-size: 16px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 500;
        line-height: normal;
    }

    .header-asking:hover span, .header-asking-mb:hover span {
        color: var(--default-color-2);
    }

        .header-asking:hover span::before, .header-asking-mb:hover span::before {
            width: 100%;
        }

    .header-asking span::before, .header-asking-mb span::before {
        content: '';
        position: absolute;
        top: 100%;
        width: 0%;
        height: 1px;
        border-radius: 55px;
        background-color: var(--default-color-2);
        transition: all ease .2s;
    }

.header-banner .grid.wide {
    position: absolute;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.header-banner {
    /* position: relative; */
}

    .header-banner .swiper {
        width: 100%;
        position: relative;
    }

    .header-banner .header-banner-container {
        position: absolute;
        right: 0;
        border-radius: 40px 0px;
        border: 3px solid var(--default-color-2);
        background: rgba(204, 2, 2, 0.85);
        backdrop-filter: blur(4px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        user-select: none;
        padding: 0 32px;
        pointer-events: all;
        display: none;
    }

        .header-banner .header-banner-container .img {
            width: 109px;
            margin-top: -53px;
        }

            .header-banner .header-banner-container .img img {
            }

        .header-banner .header-banner-container h3 {
            font-family: 'NotoDEB';
            font-weight: 100;
            font-size: 20px;
            color: #fff;
            margin: 0;
            margin-top: 15px;
            margin-bottom: 18px;
        }

        .header-banner .header-banner-container a:hover {
            background-color: #fff;
        }

            .header-banner .header-banner-container a:hover span {
                color: var(--default-color-1);
            }

        .header-banner .header-banner-container a {
            display: flex;
            align-items: center;
            background-color: var(--default-color-1);
            border-radius: 55px;
            padding: 9px 9px;
            pointer-events: all;
            transition: all linear .2s;
        }

        .header-banner .header-banner-container .icon {
            width: 27px;
            height: 27px;
            background-color: #fff;
            border-radius: 50%;
        }

        .header-banner .header-banner-container span {
            font-family: 'NotoB';
            font-size: 22px;
            color: #fff;
            display: block;
            margin-left: 8px;
            flex: 1;
        }

        .header-banner .header-banner-container h4 {
            margin: 0;
            font-family: 'NotoDEB';
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 100;
            margin-top: 12px;
        }

        .header-banner .header-banner-container p {
            margin: 0;
            font-family: 'NotoDB';
            font-size: 20px;
            color: #fff;
            text-transform: capitalize;
            margin-top: 12px;
            margin-bottom: 27px;
        }

.header-day {
    background-color: var(--default-color-1);
    height: 44px;
    display: none;
}

    .header-day .grid.wide {
        display: flex;
        align-items: center;
    }

    .header-day .timenav {
        width: fit-content;
        color: #fff;
        font-size: 14px;
        font-family: sf;
        position: relative;
        line-height: 21px;
        height: 24px;
        padding-right: 12px;
        display: flex;
        align-items: center;
    }

        .header-day .timenav::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background-color: #fff;
            right: 0;
            opacity: .7;
        }

.header-slide-news {
    overflow: hidden;
    margin-left: 12px;
    height: 19px;
}

    .header-slide-news .swiper {
        height: 100%;
    }

.header-news-item {
    color: #fff;
    font-size: 16px;
    font-family: sf;
}

    .header-news-item:hover {
        text-decoration: underline;
    }

.header-slide-news .swiper-slide {
    height: fit-content !important;
}

.header-bottom.fixed .header-bottom-container {
    padding-left: 0;
}

/*RS*/
@media(max-width:1200px) {
    .header-bottom .nav-item .nav-link {
        padding: 0 12px;
        font-size: 15px;
    }

    .header-asking span, .header-asking-mb span {
        font-size: 15px;
    }
}

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

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

    .p-container {
        overflow: unset !important;
    }

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

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

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

    .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: 20px;
    }

    .header-bottom .text {
        align-items: center;
    }

    .header-top-container {
    }

    .header-search {
        display: none;
    }

    .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-right {
        flex-direction: column;
        align-items: end;
        justify-content: space-between;
        align-items: flex-end;
        height: 100%;
        padding: 2px 0;
    }

    .header-hotline a {
        margin-top: 4px;
        margin-bottom: 3px;
    }

    .social-list.social-mobile .social a {
        width: 30px;
        height: 30px;
        margin: 0;
        margin-left: 5px;
    }

    .social-list.social-mobile {
        margin-top: 8px;
    }

    .header-hotline a .icon {
        top: -3px;
    }

        .header-hotline a .icon img {
            width: 20px;
        }

    .header-hotline a span {
        font-size: 14px;
        display: flex;
        flex-direction: unset;
    }

    .header-asking span, .header-asking-mb span {
        font-size: 12px;
    }

    .header-hotline span strong {
        font-size: 14px;
        line-height: normal;
        margin-right: 4px;
    }

    .header-asking, .header-asking-mb {
        padding: 6px 10px;
    }
}

@media(max-width:430px) {
    .header-bottom .text h3 {
    }
}