.top_menu{
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 88px;
    background-color: white;
    border-bottom: 2px solid #28A7E1;
}
/*.top_menu:hover{*/
/*    background-color: white!important;*/
/*    border-bottom: 2px solid #28a6e0!important;*/
/*}*/
/*.top_menu:hover .logo{*/
/*    display: none!important;*/
/*}*/
/*.top_menu:hover .logo2{*/
/*    display: block!important;*/
/*}*/
/*.top_menu:hover .navbar-nav>li>a{*/
/*    color:#000000!important;*/
/*}*/
/*.top_menu:hover .navbar-nav>li.active{*/
/*    border-bottom:2px solid #006f9e!important;*/
/*}*/
/*.top_menu:hover .navbar-nav>.search1{*/
/*    display: none!important;*/
/*}*/
/*.top_menu:hover .navbar-nav>.search2{*/
/*    display: block!important;*/
/*}*/
/*.top_menu:hover .dropdown-menu{*/
/*    box-shadow:0 6px 12px rgb(0 0 0 / 18%);*/
/*    !*background-color:white!important;*!*/
/*}*/
/*.top_menu:hover .dropdown-menu>li>a{*/
/*    color: #000000;*/
/*    !*border-bottom: 1px solid #E9E9E9!important;*!*/
/*}*/
#menu{
    /*margin: 0 auto;*/
    width: 1230px;
    height: 86px;
    display: flex;
    align-items: center;
    border-bottom: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}
.logo{
    height: 86px;
    line-height: 86px;
    text-align: right;
    display: none;
}
.logo2{
    height: 86px;
    line-height: 86px;
    text-align: right;
}
.logo img{
    height: 48px;
    margin-top: 5px;
}
.logo2 img{
    height: 48px;
    margin-top: 5px;
}

.navbar{
    width: 100%;
    background: none;
    border: none;
    height: 86px;
    margin-bottom: 0;
    /*padding-left: 3vw;*/
}
.container{
    /*height: 5vw;*/
    /*line-height: 5vw;*/
    padding: 0;
    margin: 0 auto;
}
.navbar-nav{
    border: 0;
}
/*.nav>li:hover{*/
/*    background: none;*/
/*}*/
/*.nav-tabs>li:hover{*/
/*    background: none;*/
/*}*/

.navbar-nav>li>a{
    height: 86px;
    line-height: 86px;
    font-size: 18px;
    /*font-weight: bold;*/
    color: white;
    width: 110px;
    text-align: center;
}
.search1,.search2{
    height: 86px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
.search1{
    background-image: url("../static/img/search2.svg");
    display: none!important;
}
.search2{
}
.search2>.opensearch{
    width: 20px;
    height: 20px;
    margin-top: 33px;
    background-image: url("../static/img/search.svg")!important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.search2 .opensearch.show::after, .search2 .opensearch.show::before {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 3px;
    background: gray;
    content: '';
    transform: rotate(-45deg);
}
.search2 .opensearch.show::after {
    transform: rotate(45deg);
}
.search2 .opensearch.show{
    background: 0 0;
    position: relative;
}
.search2>.search-option{
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    color: #186AAB;
    margin-top: -13px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    right: -100px;
    width: 310px;
    z-index: 99999;
    top: 100px !important;
    background: rgb(255, 255, 255);
    padding: 5px;
}
.search-option, .search-option>input, .search_btn {
    box-sizing: content-box !important;
}
.search2>.showSearch{
    display: block;
}
.search-option input {
    color: rgb(68, 68, 68);
    float: left;
    padding-left: 8px;
    font-size: 14px;
    width: 245px;
    height: 43px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(20, 107, 191);
    border-image: initial;
    outline: none;
}

.search-option .search_btn {
    color: rgb(255, 255, 255);
    display: inline-block;
    float: left;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    background-color: rgb(20, 107, 191);
    background-blend-mode: multiply;
    background-image: url("../static/img/search2.svg");
    border: 1px solid rgb(20, 107, 191);
    padding: 4px 0px;
    width: 45px;
    border-radius: 0px 5px 5px 0px;
}



.nav>li>a{
    padding: 0px 10px;
}
.navbar-nav>li.active>a{
    border: 0;
    background: none;
    color: #000000;
}
.navbar-nav>li.active{
    border-bottom: 2px solid #28a6e0;
}
.navbar-nav>li.menuRed.active{
    border-bottom: 2px solid #C91818;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: none;
    border: 0;
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:focus, .navbar-default .navbar-nav>li.active>a:hover{
    background: none;
    border: 0;
    color: #000000;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    background: none!important;
    border: 0;
    color: #000000;
    font-weight: bold;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    color: #000000;
}
.dropdown.open>a .caret{
    /*border-top: none;*/
    /*border-bottom: 4px dashed;*/
    /*border: 0;*/
    transform:rotate(180deg);
    transition: all 0.5s ease 0s;
}
/*.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav > .active > a{*/
/*    color: white;*/
/*}*/
    /*.dropdown:hover>ul{*/
/*    display: block;*/
/*}*/
.dropdown-menu {
    background: none;
    border: 0;
    color: white;
    font-size: 18px;
    padding: 1px 0px 0 0;
    box-shadow:0 6px 12px rgb(0 0 0 / 18%);
    -webkit-box-shadow: none;
    animation: slide-down 0.5s ease-in;
    transform-origin: 50% 0;
    min-width: 110px;
}


@keyframes slide-down{
    0%{transform:scale(1,0);}
    100%{transform:scale(1,1);}
}
.dropdown-menu>li{
    padding-top: 1px;
    background: none;
}
.dropdown-menu>li>a{
    color: #000000;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    background: rgba(235,235,235,0.90);
    /*transition: all .3s ease;*/
    /*font-weight: bold;*/
    /*position: relative;*/
}
.menuRed>.dropdown-menu>li>a:hover,.menuRed>.dropdown-menu>li>a:focus{
    color: #C91818!important;
    background: rgba(255,255,255,0.95);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    color: #30a7e0!important;
    background: rgba(255,255,255,0.95);
}
/*.dropdown-menu>li a:after,.dropdown-menu>li a:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 0;*/
/*    height: 100%;*/
/*    background: white;*/
/*    z-index:-2;*/
/*    !*border-radius: 4px;*!*/
/*}*/
/*.dropdown-menu>li a:hover{*/
/*    z-index:1;*/
/*    background:transparent;*/
/*}*/
/*.dropdown-menu>li a:before {*/
/*    transition: .5s;*/
/*    background: #28a6e0;*/
/*    z-index:-1;*/
/*}*/
/*.dropdown-menu>li a:hover:after,.dropdown-menu>li a:hover:before {*/
/*    width: 100%;*/
/*}*/



.navbar-toggle{
    /*position: unset;*/
    position: absolute;
    top: 25%;
    right: 0;
    padding: 10px 20px;
}
.navbar-header{
    height: 86px;
    line-height: 86px;
}
.navbar-collapse{
    border: none;
    z-index: 99;
    /*margin-right: 5vw;*/
}
@media (max-width: 1600px) {
    .search2>.search-option{
        right: -30px;
    }
}
@media (max-width: 768px) {
    #menu{
        width: 100%;
    }
    .navbar-nav>li>a{
        font-size: 12px;
        height: 42px;
        line-height: 42px;
        color:#1c495f !important
    }
    .navbar-nav>li.active{
        border-bottom: 2px solid #28a6e0
    }
    .dropdown-menu>li>a{
        font-size: 12px;
        display: block;
    }
    .navbar-collapse{
        width: 220px;
        position: absolute;
        right: 0;
    }
    .container-fluid > .navbar-collapse{
        margin-right: unset;
    }
    .navbar-nav{
        background-color: white;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }
    .dropdown-menu{
        position: relative;
        float: none;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
    .dropdown-menu>li>a{
        color:#1c495f!important;
        border-bottom: 1px solid #E9E9E9;
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
        color:#1c495f;
    }
    /*.navbar-collapse.in{*/
    /*    max-height: calc(100vh - 120px);*/
    /*    overflow-y: auto;*/
    /*}*/
}
@media (min-width: 961px) and (max-width: 1098px ) {
    .navbar-nav{
        margin-right: 50px;
    }
    .navbar > .container-fluid .navbar-brand{
        margin-left: 50px;
    }
    .navbar-nav>li>a{
        font-size: 15px;
        width: 90px;
    }
    .dropdown-menu>li>a{
        font-size: 12px;
    }
    .dropdown-menu{
        min-width: 90px;
    }
}
/*@media (min-width: 960px) and (max-width: 960px ) {*/
/*    .navbar > .container-fluid .navbar-brand{*/
/*        margin-left: 100px;*/
/*    }*/
/*    .navbar-nav{*/
/*        margin-right: 100px!important;*/
/*    }*/
/*}*/
@media (min-width: 769px) and (max-width: 960px ) {
    .navbar-nav{
        margin-right: 120px;
    }
    .navbar-nav>li>a{
        font-size: 12px;
        width: 80px;
    }
    .dropdown-menu>li>a{
        font-size: 9px;
    }
    .dropdown-menu{
        min-width: 80px;
    }
    .navbar > .container-fluid .navbar-brand{
        margin-left: 100px;
    }
}
@media (min-width: 768px){
    .navbar-right .dropdown-menu{
        left: 0;
    }
}

