html.openmenu {
    overflow: hidden;
}
.menu_mobile {
    float: right;
}
.menu_mobile .icon_menu {
    width: 70px;
    height: 70px;
    text-align: Center;
    position: relative;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #2d6400;
    border-left: solid 1px #cccccc;
}
.menu_mobile .icon_menu:after {
    position: absolute;
    font-family: "fontawesome";
    content: '\f0c9';
    top: 7px;
    left: 0;
    font-size: 35px;
    line-height: 43px;
    width: 100%;
    text-align: center;
}
.menu_mobile .icon_menu:hover {
    background: #2d6400;
    color:#ffffff;
    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: 50px;
    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;
    overflow-y: auto;
    max-width: 600px;
}
.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%;
    background-color: #ffffff;
    color: #333333;
    pointer-events: auto;
    border-bottom: solid 5px #2d6400;
}
.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 #e5e5e5;
    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: 20px;
    line-height: 28px;
    padding: 11px 10px 11px 25px;
    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-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.menu_mobile .divmm .mmContent .mmMenu ul li a:before{
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 5px;
    color:#2d6400;
    left: 10px;
}
.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,
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > a {
     color: #2d6400;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul {
    background: #dddddd;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li{
    border-bottom: none;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a {
    text-transform: none;
    position: relative;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 23px;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a:before{
    content:initial;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a:hover{
    color:#2d6400;
}
.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;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-left: solid 1px #e5e5e5;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 50%;
    top: 50%;
    font-size: 23px;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    color:#a7a3a2;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:before{
    content: "\f107";
}
.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: 20px;
    line-height: 36px;
    -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: 50px;
    height: 50px;
    background: #2d6400;
    -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: #ffffff;
}
.menu_mobile .divmm .mmContent .close-mmenu i {
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.menu_mobile .divmm .mmContent .close-mmenu:hover {
    background: #ffffff;
    color:#2d6400;
}
.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 {
    position: relative;
    width: 100%;
    padding: 5px;
    background: #dddddd;
}
.mmFormsearch input {
    height: 40px;
    width: 100%;
    border: none;
    padding-left: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
}
.mmFormsearch button {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
    padding: 0;
    top: 50%;
    font-size: 15px;
    line-height: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d70a5a;
}
.mmMember {
    background: #ffffff;
    padding: 10px 15px;
}
.mmgrid-mem {
    margin: 0 -5px;
}
.mmgrid-mem:after{
    content:"";
    display: block;
    clear: both;
}
.mmgrid-mem .col {
    width:50%;
    float:left;
    padding: 0 5px;
}
.mmMember a {
    background: #fcbe00;
    color: #4f2801;
    display: block;
    padding: 9px 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
.mmMember a:hover {
    color: #ffffff;
    background: #a05000;
}
.mmMember a span{
    padding-left: 20px;
    position: relative;
}
.mmMember a span:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    line-height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmHotline {
    background: #ffffff;
    padding: 0px 15px 10px 15px;
    border-bottom:solid 1px #e5e5e5;
}
.mmHotline .mmhot {
    background: #4f2801;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    padding: 7px 15px;
}
.mmHotline .mmhot .mmspan{
    padding-left: 25px;
    position: relative;
}
.mmHotline .mmhot .mmspan:before{
    content:"\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmHotline .mmhot .mmspan strong{
    color:#fcbe00;
}
