.header.fixed-header {
    position: fixed;
    background-color: #fff;
}

.personabar-visible .header.fixed-header {    
    width: calc(100% - 80px);
}

.header.fixed-header .menu-bar .header_top {
    display: none;
}

/* RESPONSIVE */
@media screen and (max-width: 1450px) {
    .menu-bar .header_bottom>ul>li>a {
        padding: 23px 5px;
    }
}

@media screen and (max-width: 1399px) {}

@media screen and (max-width: 1366px) {
    .menu-bar .header_bottom>ul>li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .menu-bar .header_bottom>ul>li>a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1117px) {
    .contra-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .contra-nav::after {
        display: none;
    }

    .header .contra-nav label {
        top: 0;
        left: auto;
        right: 3px;
    }
}

@media screen and (max-width: 991px) {
    .menu-bar .header_top .nav_top_option {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 8px;
    }

    .infoContent {
        display: none;
    }
}

@media screen and (max-width: 855px) {}

@media screen and (min-width: 768px) and (max-width: 1117px) {
    .btn-search {
        margin-right: 40px;
    }

    .header .contra-nav label {
        top: 19px;
    }

    .menu-bar .header_bottom>ul>li>a {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 767px) {

    .contra-nav,
    .menu-bar .header_bottom {
        display: block;
        min-height: 70px;
    }

    .header .contra-nav label {
        top: 21px;
    }

    .btn-search {
        position: absolute;
        right: 30px;
        top: 16px;
    }

    .menu-bar .header_bottom>ul>li>a {
        padding: 10px 5px;
    }

    .header_optional>.nav_header {
        border-bottom: none;
    }

    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contra-nav, .menu-bar .header_bottom {
        min-height: 70px;
    }

    .btn-search {
        top: 15px;
    }

    .header .contra-nav label {
        top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .nav-brand {
        max-width: 150px;
    }

    
    .btn-search {
        top: 7px;
    }

    .header .contra-nav label {
        top: 12px;
    }

    .contra-nav, .menu-bar .header_bottom {
        min-height: 60px;
    }
}