body{transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;left: 0}
body.open-menu{position: relative;left: 80%;z-index: 1; overflow: hidden;transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;}
body.open-menu .overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    position: fixed;
    left: 0;
    top: 0;z-index: 8;
}
@media (max-width: 767.98px){
    body {
        padding-top: 50px;
    }
}

.header_m {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8
}

.header_m .logo {
    text-align: center
}

.header_m .logo a {
    display: inline-block
}

.header_m .logo a img {
    height: 50px
}

.nav_mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 14px 14px 15px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s
}

.nav_mobile span {
    position: relative;
    display: block;
    margin: 9px 0
}

.nav_mobile span,
.nav_mobile span:before {
    border-top: 3px solid #011f5f;
    width: 30px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s
}

.nav_mobile span:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0
}

.nav_mobile span:after {
    content: "";
    border-top: 3px solid #011f5f;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s
}

.nav_mobile.active {
    background: #fafafa
}

.nav_mobile.active span {
    border-top-color: transparent
}

.nav_mobile.active span:before {
    border-top-color: #e00;
    transform: rotate(45deg);
    top: -4px
}

.nav_mobile.active span:after {
    border-top-color: #e00;
    transform: rotate(-45deg);
    bottom: 1px
}

.search_btn {
    background: #fff;
    top: 9px;
    right: 9px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.search_btn,
.search_btn span {
    position: absolute;
    border-radius: 30px;
    -webkit-border-radius: 30px
}
.search_btn .lang-vina{margin-top: 3px;}
.search_btn .lang-vina a {border: 2px solid #011f5f}

.search_btn img {
    max-width: 100%;
    max-height: 100%
}
.menu_mobile {
    position: fixed;
    font-size: 13px;
    top: 0;
    left: 0;
    z-index: 9;
    width: 80%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    background: #fff;
    transform: translateX(-110%);
    overflow-y: scroll;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
}
.menu_mobile>p{background: #ff8d06;font-size: 15px;color: #fff;line-height: 44px;margin-bottom: 0;padding: 0 15px;cursor: pointer;text-transform: uppercase}
.menu_mobile>p span{    position: absolute;
    right: 15px;
    top: 14px;}
.menu_mobile>ul {
    padding: 0;
    margin: 0
}

.menu_mobile>ul>li {
    list-style: none;
    position: relative
}

.menu_mobile>ul>li strong {
    display: block;
    line-height: 44px;
    color: #000;
    text-transform: uppercase;
    padding: 2px 15px 0
}

.menu_mobile>ul>li>span {
    display: inherit;
    width: 30px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;font-size: 14px;text-align: right;padding-right: 15px;color: #000;line-height: 44px;
}


.menu_mobile>ul>li.active>span:after {
    border-color: #fff
}

.menu_mobile>ul>li a {
    display: block;
    color: #444;
    padding: 11px 15px 9px 15px;
    line-height: 24px;
    text-decoration: none
}

.menu_mobile>ul>li+li {
    border-top: 1px solid hsla(0, 0%, 78%, .2)
}

.menu_mobile.active {
    transform: translateY(0)
}

.list-child{display: none}
.list-child>li:first-child>a{color: red;font-weight: 600;}

.menu_mobile>ul>li>a>img{height: 24px;vertical-align: top}
.info_menu_m{    border-top: 5px solid hsla(0, 0%, 78%, .2)!important;}
.txt_red{color: red!important;}
.txt_green{color: green!important;}