.nav-header {
    font-size: 13px;
    font-weight: 700;
}

.headermainpage {
    font-weight: 700;
    font-size: 40px;
}

header {
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: 1s all ease;
}

.hide-header .searchbox.open::after {
    display: none;
}

header.hide-header {
    top: -110px;
}

.main-container {
    padding-top: 60px;
}

.searchbox .container {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.searchbox .container .searchcontainer {
    max-width: 810px;
    margin: 0 auto;
    position: relative;
}

.searchbox .form-controls {
    max-width: 810px;
    margin: 0 auto;
    border: 0;
    width: 100%;
    background: #f4f4f4;
    height: 60px;
    padding: 15px 20px;
}

.searchbox .icon {
    position: absolute;
    right: 10px;
    top: 11px;
}

.searchbox .closesearchbox {
    position: absolute;
    right: 5px;
    top: 19px;
}

.searchbox.open {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    display: none;
}

.nav.text-right li a:hover {
    background: transparent;
    color: #105cb7;
}

.nav.text-right li a:hiver i {
    color: #105cb7;
}

@media(max-width:991px) {
    header .col-md-2 {
        width: 50%;
    }
    header .col-md-7 {
        width: 0%;
        position: static;
        padding: 0;
        flex: 0 0 53.33333%;
    }
    header .col-md-3 {
        width: 50%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    header .col-md-7 ul.nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        background: #fff;
        border-top: 1px solid #efefef;
        max-height: calc(100vh - 82px);
        overflow: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
    }
    header .col-md-7 ul.nav .nav-item {
        width: 100%;
    }
    .searchbox .icon {
        left: 15px;
        right: auto;
    }
    .searchbox .closesearchbox {
        right: 35px;
    }
    .searchbox .form-controls {
        padding-left: 45px;
    }
    .searchbox {
        padding: 10px 0;
    }
    .mobile-nav {
        display: block;
        position: absolute;
        top: 20px;
        left: 15px;
    }
    .logo {
        margin-left: 30px;
        display: inline-block;
    }
    .logo img {
        height: 29px;
    }
    header .col-md-7 ul.nav .dropdown-toggle::after {
        float: right;
        margin-right: 10px;
    }
    .nav .nav-item .dropdown-menu {
        position: relative !important;
        transform: none !important;
        width: 100%;
        box-shadow: none;
        border: 0;
    }
    .archi-navList-wrapper>.archi-navList>.archi-navList-item>.archi-navList-wrapper {
        display: block !important;
    }
    .archi-navList {
        display: block !important;
    }
    header .col-md-7 ul.nav .nav-item.show .dropdown-toggle::after {
        transform: rotate(-135deg);
    }
    header .col-md-7 ul.nav.open {
        opacity: 1;
        visibility: visible;
    }
    .mobile-nav.active i:before {
        content: "\f00d";
    }
}

@media(max-width:767px) {
    header .col-md-7 {
        flex: none;
    }
    header .col-md-3 {
        flex: none;
        max-width: none;
        width: 60%;
    }
    header .col-md-2 {
        width: 40%;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
        border-color: transparent;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ff5e00;
    }
    .navbar-brand>img {
        width: 120px;
    }
    .navbar-right li a.link-join {
        background: #fff!important;
        border-color: #fff!important;
        color: #333;
    }
    header {
        padding: 0 !important;
    }
    .main-container {
        padding-top: 75px;
    }
}