.navbar-container{
    background: #fd963a;
    height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    z-index: 90;
}
.nav-defalut-logo{
    align-self: center;
    flex: 1;
    display: flex;
    justify-content: center;
}
.navbar-container-logo {
    height: 38px;
    width: 160px;

}
.nav-left {
    position: relative;
    color: #fff;
    align-self: center;
    width: 150px;
    padding-left: 34px;
}
.img-nav-left{
    height: 34px;
    width: 36px;
}
.bg-text-nav-left{
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.nav-right {
    align-self: center;
    width: 150px;
}
.img-nav-right-search{
    width: 34px;
    height: 34px;
    margin-right: 36px;
}
.img-nav-right{
    width: 41px;
    height: 41px;
}
.navbar-menu{
    position: fixed;
    display: none;
    flex-direction: column;
    background-color: white;
    top: 70px;
    right: 15px;
    z-index: 91;
    padding: 0 0 19px 0;
}
.navbar-menu-chid{
    padding: 19px 20px 0 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-menu-chid>span{
    font-size: 22px;
    color: #000;
    margin-left: 9px;
}

.navbar-left-menu{
    position: fixed;
    display: none;
    background-color: white;
    height: 100%;
    width: 200px;
    top: 0;
    left: 0;
    z-index: 95;
    box-shadow: 0 0 20px 8px rgba(0,0,0,0.3);
}
.navbar-left-menu-close{
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 34px;
}
.navbar-left-menu>ul{
    text-align: center;

}
.navbar-left-menu>ul li{
    position: relative;
    padding: 15px 0;
    font-size: 22px;
    color: #000;

}
.navbar-left-menu>ul li:before{
    position: absolute;
    content: '';
    top: 0;
    left: 15px;
    right: 15px;
    width: 169px;
    height: 1px;
    background-color: #E8E8E8;
}
.navbar-left-menu>ul li:last-child:after{
    position: absolute;
    content: '';
    top: 64px;
    left: 15px;
    right: 15px;
    width: 169px;
    height: 1px;
    background-color: #E8E8E8;
}
.navbar-left-menu-news{
    background-color: #FFF1DB;
    display: flex;
    flex-direction: column;
    padding: 19px 0;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}
.navbar-left-menu-news-title{
    font-size: 16px;
    color: #000;
    margin-left: 9px;
}
.navbar-left-menu-news-line{
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    margin-left: -9px;
}
.navbar-left-menu-news-btn{
    margin-top: 10px;
}