.topnavbar{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0;
    padding: 10px 5px;
    background:#fff;
}

.topleftnav{
    display:flex;
    justify-content: space-evenly;
    margin:0;
}

.topleftnav div{
    margin-right: 5px;   
}

.langdiv p{
    margin: 0;
    border: 1px solid #9fbba9;
    border-radius: 5px;
    padding: 6px;
    background: #fff;
    transition: .3s all ease-in-out;
}

/*.langdiv p:hover{*/
/*    color:#fff;*/
/*    background: #0a702d;*/
/*    transition: .3s all ease-in-out;*/
/*}*/

.langdiv p a{
    color: #0a702d;
    text-decoration:none;
    transition: .3s all ease-in-out;
}

.langdiv p a:hover{
    color: #f00;
    transition: .3s all ease-in-out;
}

.hotline{
    display:flex;
    align-items:center;
    font-weight: 700;
}

.hotline i{
    color: #ef4747;
    margin: 0 5px;
}

.topmiddlenav{
    display:flex;
    justify-content: center;
    margin:0;
}

.topmiddlenav img{
    width: 30%;
    height: auto;
}

.toprightnav{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    margin:0;
}

.toprightnav a{
    margin:0;
    text-decoration:none;
    cursor: pointer;
    font-weight: 500;
}

.toprightnav a, .toprightnav a:active, .toprightnav a:visited{
    color: #000;
}

.toprightnav a:hover{
    color: #f00;
}

/*@media only screen and (max-width: 800px) {*/
/*    .topmiddlenav img{*/
/*        width: 50%;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .topmiddlenav img{*/
/*        width: 70%;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 450px) {*/
/*    .topmiddlenav img{*/
/*        width: 98%;*/
/*    }*/
/*}*/

@media only screen and (max-width: 640px) {
    
    .topnavbar{
        font-size: 11px;
    }
    
}