.nav_language{display: flex;color: #163561;justify-content: center;align-items: center; width: auto;position: relative;height: 100%;}
.nav_language .langu_tip{cursor: pointer;width: auto;}
.language_earth{background: url("../img/langu_earth.png")no-repeat center;width: 24px;height: 24px;margin-right: 4px;}
.langu_select1{width: 6px;height: 5px;background: url(../img/index_new/select_down.png)no-repeat center;background-size: cover;display: inline-block;}
.langu_select2{display: none;width: 6px;height: 5px;background: url(../img/index_new/selected_dwon.png)no-repeat center;background-size: cover;}
.nav_language .langu_tip .li_language{position: absolute;width: 180px; padding: 5px;background-color: #ffffff;box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 8%);border-radius: 6px;left: 50%;top: 58px;display: none;}
.nav_language .langu_tip .li_language::before{content: "";width: 0px;height: 0px;border: 10px solid;border-left-color: transparent;border-right-color: transparent;border-top-color: transparent;border-bottom-color: #fff;position: absolute;top: -18px;left: 50%;transform: translateX(-50%);}
.nav_language .langu_tip .li_language .lang_click{display: flex;height: 35px;align-items: center;padding:5px 15px;box-sizing: content-box;text-decoration: none;}
.nav_language .langu_tip .li_language .lang_click:hover{background-color: #F5F7FD;}
.nav_language .langu_tip .li_language .lang_click img{margin-right: 20px;width: 24px;height: 17px;}
.nav_language .langu_tip.vi{width: 78px;}
.nav_language .langu_tip.id{width: 73px;}
