html.openmenu {
    overflow: hidden;
}
.name_menu{
    font-weight: normal;
    font-size: 13px;
}
.menu_mobile .icon_menu {
    width: 70px;
    height: 70px;
    background: #ed1b24;
    color: rgba(255, 255, 255, 1);
    text-align: Center;
    position: relative;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 19px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu_mobile .icon_menu:after {
    position: absolute;
    font-family: "fontawesome";
    content: '\f0c9';
    top: 7px;
    left: 0;
    font-size: 30px;
    line-height: 38px;
    width: 100%;
    text-align: center;
}
.menu_mobile .icon_menu:hover {
    background: #ff261a;
    cursor: pointer;
}
.menu_mobile.showmenu{
    position: static;
}
.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 99999;
}
.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;
    padding-left: 60px;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 101;
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
}
.menu_mobile .divmm .mmContent .mmSearch {
    padding: 10px;
    background-color: #d01820;
    position: relative;
    z-index: 1;
}
.menu_mobile .divmm .mmContent .mmSearch .input-group .form-control {
    height: 30px;
}
.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn {
    height: 30px;
    background: #dca73a;
    color: #ffffff;
    border-color: #dca73a;
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn span {
    color: #ffffff;
}
.menu_mobile .divmm .mmContent .mmTitle {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
    padding: 13px 10px 13px 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #FFF;
    text-align: Center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.menu_mobile .divmm .mmContent .mmTitle:after{
    position: absolute;
    font-family: "fontawesome";
    top: 10px;
    left: 15px;
    width: 35px;
    height: 26px;
    border-right: 1px solid #4dcbd5;
    color: #ffffff;
    font-weight: normal;
    font-size: 30px;
    line-height: 26px;
}
.menu_mobile .divmm .mmContent .mmMenu {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    color: #333333;
    pointer-events: auto;
}
.menu_mobile .divmm .mmContent .mmMenu ul {
    width: 100%;
    background: #ffffff;
}
.menu_mobile .divmm .mmContent .mmMenu > ul{
}
.menu_mobile .divmm .mmContent .mmMenu ul li {
    display: block;
    border-bottom: 1px solid #cccccc;
    position: relative;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu ul li a {
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 10px 11px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: bold;
    color: #000000;
}
.menu_mobile .divmm .mmContent .mmMenu ul li:active{
    background-color: #c11fd0;
}
.menu_mobile .divmm .mmContent .mmMenu ul li:active a{
    color: #fff;
}
.menu_mobile .divmm .mmContent .mmMenu ul li a span {
    position: relative;
    /* padding-left: 25px; */
}
.menu_mobile .divmm .mmContent .mmMenu ul li a span:before{
    font-family: FontAWesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub,
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub, .menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > a {
    color: #fff607;
    background: #00a6ee;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > a {
    color: #fff607;
    background: #00a6ee;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul {
    background: #f6f6f6;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li{
    border-bottom: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li:before{
    content:"\f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #ed1b24;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a {
    padding: 12px 10px 12px 35px;
    font-size: 15px;
    line-height: 23px;
    text-transform: none;
    position: relative;
    font-weight: normal;
    color: #000000;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a span{
    padding-left: 20px;
    position: relative;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a span:before{
    content:"\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: inherit;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a:hover{
    color:#dc291e;
    background-color: transparent;

}
.menu_mobile .divmm .mmContent .mmMenu ul li .m-sub{
    position: relative;
    padding-right: 45px;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
    cursor: pointer;
    border-left: solid 1px #cccccc;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 50%;
    top: 50%;
    font-size: 18px;
    line-height: 33px;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:before{
    display: none;
}


/*.menu_mobile .divmm .mmContent .mmMenu ul li:hover .button-submenu:before {
    color: #fff;
}*/
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:before {
    /* color: #000; */
}
.menu_mobile .divmm .mmContent .mmMenu ul li:hover .button-submenu.show:before {
    color: #ffffff;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:after{
    content: "\f0d7";
    color: #ed1b24;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show{
    background-position: -45px 50%;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family:"fontawesome";
    font-size: 25px;
    line-height: 33px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > .button-submenu:after{
    color:#0066b3;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:after {
}
.menu_mobile .divmm .mmContent .formsearch{
    height: 60px;
    background: #104872;
    padding: 10px 0;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 62px;
    right: 0;
    z-index: 1;
}
.menu_mobile .divmm .mmContent .formsearch .form-control{
    background: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.menu_mobile .divmm .mmContent .formsearch button.btn{
    width: 50px;
    height: 34px;
    background: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    position: relative;
}
.menu_mobile .divmm .mmContent .formsearch button.btn:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "fontawesome";
    content: '\f002';
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 25px;
}
.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: 46px;
    left: 300px;
    width: 60px;
    height: 70px;
    background: #ffffff;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    cursor: pointer;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
    opacity: 0;
    pointer-events: auto;
    text-align: Center;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    background-image: url('images/icon-close.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
}
.menu_mobile .divmm .mmContent .close-mmenu i {
    top:30%;
    left:50%;
    transform: translate(-50%,-50%);
    position: absolute;
    display: none;
}
.menu_mobile .divmm .mmContent .close-mmenu span{
    bottom: -18px;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    font-size: 13px;
}
.menu_mobile .divmm .mmContent .close-mmenu:hover {
    background: #000000;
    color:#fff607;
}
.menu_mobile .divmm .mmContent .mmMenu .titlemm {
    background: #00652e;
    color: #ffffff;
    text-transform: Uppercase;
    font-weight: bold;
    padding: 12px 0px 12px 30px;
}
/*.menu_mobile .divmm .mmContent .close-mmenu:after{*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*font-size: 30px;*/
/*line-height: 40px;*/
/*-webkit-transform:translate(-50%,-50%);*/
/*-moz-transform:translate(-50%,-50%);*/
/*-o-transform:translate(-50%,-50%);*/
/*-ms-transform:translate(-50%,-50%);*/
/*transform:translate(-50%,-50%);*/
/*color: #333333;*/
/*font-family: "fontawesome";*/
/*content: "\f00d";*/
/*}*/
.menu_mobile .divmm.show {
    visibility: visible;
}
.menu_mobile .divmm.show .mmContent {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.menu_mobile .divmm.show .mmContent .close-mmenu {
    left: 0;
    top: 0;
    opacity: 1;
}
.menu_mobile .divmm .divmmbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.menu_mobile .divmm.show .divmmbg {
    opacity: 1;
    visibility: visible;
}
/*==========================THÊM VÀO=================*/
.mmFormsearch {
    background: #fff;
    padding: 10px;
    position: relative;
}
.mmFormsearch input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    border: 1px solid;
    padding-left: 15px;
}
.mmFormsearch button {
    position: absolute;
    right: 10px;
    top: 50%;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#666666;
}
.mmFormsearch button:hover, .mmFormsearch button:active, .mmFormsearch button:focus{
    outline: 0;
    box-shadow: none;
    background:none;
}
.mmLanguage {
    float: right;
    width: 9%;
    height: 50px;
    border: solid 1px #e3e3e3;
    border-radius: 5px;
    text-align: center;
}
.mmLanguage a {
    display: block;
    padding-top: 8px;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}
.mmHotline span {
    display: block;
    font-size: 25px;
    line-height: 33px;
    color: #0b96f3;
}
.mmHotline {
    padding-left: 95px;
    position: relative;
    background: #fff;
    padding: 10px 15px 10px 113px;
}
.mmHotline:before {
    content: "\f095";
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    left: 15px;
    top: 20px;
    font-family: FontAwesome;
}
.mmHotline:after {
    content: "hotline:";
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    left: 40px;
    top: 20px;
}