html.openmenu{
    overflow: hidden !important;
    position: relative;
    pointer-events: none;
    height: 100% !important;
    margin-top: 0 !important;
    overflow-y: hidden !important;
}
/*fixed IOS*/
html.openmenu body{
    height: 100% !important;
    position: relative;
    overflow: hidden !important;
    margin-top: 0 !important;
}
/*======================================================================*/
/*================================ICON==================================*/
/*======================================================================*/
.menu_mobile{
    position: relative;
    margin-right: 30px;
}
.menu_mobile.showmenu{
    position: static;
}
.menu_mobile .icon {
    width: 50px;
    text-align: center;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    color: #ffffff;
    padding-top: 50px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.menu_mobile .icon:before,
.menu_mobile .icon:after {
    content: "";
    width: 35px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: transform 0.2s linear, top 0.2s linear 0.3s;
    -o-transition: transform 0.2s linear, top 0.2s linear 0.3s;
    transition: transform 0.2s linear, top 0.2s linear 0.3s;
}
.menu_mobile.showmenu .icon:before,
.menu_mobile.showmenu .icon:after{
    -webkit-transition: transform 0.2s linear 0.3s, top 0.2s linear;
    -o-transition: transform 0.2s linear 0.3s, top 0.2s linear;
    transition: transform 0.2s linear 0.3s, top 0.2s linear;
}
.menu_mobile .icon:before{
    top: 5px;
}
.menu_mobile .icon:after {
    top: 30px;
}
.menu_mobile.showmenu .icon:before{
    top: 30%;
    -webkit-transform:translateX(-50%) rotate(45deg);
    -ms-transform:translateX(-50%)  rotate(45deg);
    -o-transform:translateX(-50%)  rotate(45deg);
    transform:translateX(-50%)  rotate(45deg);
}
.menu_mobile.showmenu .icon:after {
    top: 30%;
    -webkit-transform:translateX(-50%)  rotate(-45deg);
    -ms-transform:translateX(-50%)  rotate(-45deg);
    -o-transform:translateX(-50%)  rotate(-45deg);
    transform:translateX(-50%)  rotate(-45deg);
}
.menu_mobile .icon .style_icon{
    content: "";
    width: 35px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_mobile.showmenu .icon .style_icon{
    opacity: 0;
    visibility: hidden;
}
/*======================================================================*/
/*=============================CONTENT==================================*/
/*======================================================================*/
.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 50;
}
.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;
    padding-left: 50px;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 60;
    -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: 320px;
    pointer-events: none;
    background: #ffffff;
    overflow: hidden;
}
.menu_mobile .divmm .mmContent.no-over{
    overflow-y:hidden;
}
.menu_mobile .divmm .divmmbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 51;
    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;
    pointer-events: auto;
}
.menu_mobile .divmm.show .divmmbg {
    opacity: 1;
    visibility: visible;
}
/*======================================================================*/
/*======================MENU LOAI 1=====================================*/
/*======================================================================*/
.mmMenu {
    pointer-events: auto;
    max-height: 100%;
    overflow-y: auto;
    padding: 0px 0px 5px;
}
.mmMenu>ul>li{
    overflow: hidden;
}
.mmMenu>ul>li:last-child{
    border-bottom:none;
}
.mmMenu>ul>li>a,
.mmMenu>ul>li>.m-sub>a {
    display: block;
    padding: 9px 25px;
    font-size: 13px;
    color: #333333;
}
.mmMenu>ul.mmMain.v2>li>a,
.mmMenu>ul.mmMain.v2>li>.m-sub>a{
    font-weight: bold;
}
.mmMenu>ul>li:hover>a,
.mmMenu>ul>li:hover>.m-sub>a{
    background: #eaeded;
}
.mmMenu>ul>li.pms>a{
    color:#f08804;
}
.mmMenu>ul>li.pms>a span{
    position: relative;
}
.mmMenu>ul>li.pms>a span i {
    font-size: 10px;
    line-height: 10px;
    background: #f08804;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: -7px;
    left: 100%;
    padding: 2px 4px;
    font-weight: normal;
    font-style: normal;
}
.mmMenu>ul>li>.m-sub{
    position: relative;
}
.mmMenu>ul>li>.m-sub>.button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    color:#666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMenu>ul>li>.m-sub>.button-submenu:before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mmMenu>ul>li>.m-sub>.button-submenu.show:before{
    content: "\f107";
}
.mmMenu>ul>li:hover>.m-sub>.button-submenu{
}
/*=====LEVEL 2=====*/
.mmMenu>ul>li>ul{
    position: relative;
    z-index: 1;
    background: #f5f5f5;
}
.mmMenu>ul>li>ul>li>a,
.mmMenu>ul>li>ul>li>.m-sub>a {
    display: block;
    padding: 14px 15px;
    padding-left: 35px;
}
.mmMenu>ul>li>ul>li:hover>a,
.mmMenu>ul>li>ul>li:hover>.m-sub>a {
    color:#da251c;
}
.mmMenu>ul>li>ul>li{
    border-top:solid 1px #e5e5e5;
}
.mmMenu>ul>li>ul>li>.m-sub{
    position: relative;
}
.mmMenu>ul>li>ul>li>.m-sub>.button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: solid 1px #e5e5e5;
    cursor: pointer;
    font-size: 26px;
    line-height: 34px;
    color:#666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMenu>ul>li>ul>li>.m-sub>.button-submenu:before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mmMenu>ul>li>ul>li>.m-sub>.button-submenu.show:before{
    content: "\f107";
}
/*====LEVEL 3====*/
.mmMenu>ul>li>ul>li>ul{
    position: relative;
    z-index: 1;
    background: #e5e5e5;
}
.mmMenu>ul>li>ul>li>ul>li>a,
.mmMenu>ul>li>ul>li>ul>li>.m-sub>a {
    display: block;
    padding: 14px 15px;
    padding-left: 35px;
}
.mmMenu>ul>li>ul>li>ul>li:hover>a,
.mmMenu>ul>li>ul>li>ul>li:hover>.m-sub>a {
    color:#da251c;
}
/*======================================================================*/
/*======================MENU LOAI 2=====================================*/
/*======================================================================*/
.menu_mobile.menu_2 .mmMenu ul.mmMain li ul{
    display: none;
}
.mmMenu .m-ab {
    position: fixed;
    top: 0;
    left: 50px;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 61;
    overflow-y: auto;
    -webkit-transition: opacity 0.5s ease , visibility 0.5s ease , transform 0.5s ease;
    -moz-transition: opacity 0.5s ease , visibility 0.5s ease , transform 0.5s ease;
    -o-transition: opacity 0.5s ease , visibility 0.5s ease , transform 0.5s ease;
    transition: opacity 0.5s ease , visibility 0.5s ease , transform 0.5s ease;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    border-left: 1px solid rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
}
.mmMenu .m-ab.active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.mmMenu .m-ab .m-ab-title a{
    display: block;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.mmMenu .m-ab .m-ab-title {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mmMenu .m-ab .m-ab-arrow{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mmMenu .m-ab .m-ab-arrow a{
    display: block;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.mmMenu .m-ab .m-ab-arrow a span{
    padding-left: 20px;
    position: relative;
}
.mmMenu .m-ab .m-ab-arrow a span:before{
    content: "\f060";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMenu .m-ab li {
}
.mmMenu .m-ab li a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    padding: 10px 20px;
    padding-left: 30px;
    position: relative;
    font-weight: normal;
}
.mmMenu .m-ab li a:before{
    position: absolute;
    font-family: fontawesome;
    content: '\f0da';
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMenu .m-ab li:hover a{
    color:#ff0000;
}
.mmMenu .m-ab li .m-sub{
    position: relative;
}
.mmMenu .m-ab li .button-submenu{
    position: absolute;
    right:0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.mmMenu .m-ab li .button-submenu:before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mmMenu .m-ab ul ul{
    display: none;
}
/*======================================================================*/
/*===========================MENU SHOW LEFT=============================*/
/*======================================================================*/
.menu_mobile.show_left .divmm .mmContent {
    padding-left: 0;
    margin: 0 auto 0 0;
    direction: rtl;
    -webkit-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}
.menu_mobile.show_left .divmm .mmContent .mmMenu .m-ab {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    border-right: 1px solid rgba(0,0,0,0.1);
    left: 0;
    right: 0;
}
.menu_mobile.show_left .divmm.show .mmContent .close-mmenu,
.menu_mobile.show_left .divmm .mmContent .close-mmenu{
    left: auto;
    right: 0;
}
.menu_mobile.show_left .divmm .mmContent .mmMenu .m-ab.active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.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;
}
/*======================================================================*/
/*===========================CLOSE MENU=================================*/
/*======================================================================*/
.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    color: #333333;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
    pointer-events: auto;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
.menu_mobile .divmm .mmContent .close-mmenu i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*======================================================================*/
/*===========================ADDON======================================*/
/*======================================================================*/
.mmMember{
    background: #f5f5f5;
    direction: ltr;
}
.mmMember .listNot{
    position: relative;
    padding: 18px 10px;
    padding-left: 55px;
}
.mmMember .listNot:before{
    content: "";
    background: url('images/i-user.png') no-repeat center;
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.mmMember .listNot ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.mmMember .listNot ul li{
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 1px rgba(0,0,0,0.15);
}
.mmMember .listNot ul li a{
    font-size:14px;
    line-height: 24px;
}
.mmMember .listNot ul li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
/*==============================*/
.mmMember .icon_m {
    padding: 19px 20px;
    padding-left: 55px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.mmMember .icon_m:after {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMember .icon_m .img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMember .icon .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
.mmMember.active .popup{
    display: block;
}
.mmMember .popup{
    background: #ffffff;
    position: relative;
    display: none;
}
.mmMember .popup:before{
    content: "";
    position: absolute;
    left: 20px;
    z-index: 2;
    width: 0;
    height: 0;
    border-bottom: solid 6px #ffffff;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    bottom: 100%;
}
.mmMember .user {
    padding: 10px 11px;
    border-bottom: solid 1px #e5e5e5;
}
.mmMember .user .name{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color:#df2025;
    margin-bottom: 5px;
}
.mmMember .user .stt{
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
    color:#999999;
}
.mmMember .list{
    padding: 10px;
}
.mmMember .list ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.mmMember .list ul li:last-child{
    margin-bottom: 0;
}
.mmMember .list ul li:before{
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #dedede;
}
.mmMember .list ul li a span{
    font-weight: bold;
    color:#e40000;
}
.mmMember .logout a {
    display: block;
    text-align: center;
    background: #333333;
    text-transform: uppercase;
    padding: 9px 10px;
    color: #ffffff;
}
.mmMember .logout a:hover{
    background: #df2025;
}


@media all and (max-width: 767px){
    .menu_mobile{
        margin-right: 10px;
    }
    .menu_mobile .icon{
        padding-top: 30px;
        width: 30px;
        font-size: 9px;
        line-height: 15px;
    }
    .menu_mobile .icon:before, .menu_mobile .icon:after{
        width: 20px;
        height: 2px;
    }
    .menu_mobile .icon .style_icon{
        width: 20px;
        height: 2px;
    }
    .menu_mobile .icon:before{
        top: 3px;
    }
    .menu_mobile .icon .style_icon{
        top: 11px;
    }
    .menu_mobile .icon:after{
        top: 19px;
    }
}