html.openmenu{
    /*pointer-events: none;*/
    overflow: hidden !important;
    height: 100% !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*fixed IOS*/
html.openmenu body{
    height: 100% !important;
    position: relative;
    overflow: hidden !important;
    margin-top: 0 !important;
}
.mmMenu::-webkit-scrollbar-track{background-color:#f1f1f1}
.mmMenu::-webkit-scrollbar-thumb{background-color:#c1c1c1;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.mmMenu::-webkit-scrollbar{width:10px;background-color:#f1f1f1}
/*======================================================================*/
/*================================ICON==================================*/
/*======================================================================*/
.menu_mobile {
    position: static;
    overflow: hidden;
}
.menu_mobile.showmenu{
    position: static;
}
.menu_mobile .icon_menu{
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;     
}
.menu_mobile .icon_menu:before {
    position: absolute;
    display: block;
    top: 48%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #3f9bcd;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu_mobile .icon_menu .style_icon:before, .menu_mobile .icon_menu .style_icon:after, .menu_mobile .divmm .mmContent .close-mmenu:before, .menu_mobile .divmm .mmContent .close-mmenu:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #3f9bcd;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu_mobile .icon_menu .style_icon:before{
    top: 10px;
}
.menu_mobile .icon_menu .style_icon:after {
    top: 28px;
}
.menu_mobile.showmenu .icon_menu:before{
    display: none
}
.menu_mobile.showmenu .icon_menu .style_icon:before, .menu_mobile.showmenu .icon_menu .style_icon:after {
    height: 3px;
}
.menu_mobile.showmenu .icon_menu .style_icon::before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 20px;
}
.menu_mobile.showmenu .icon_menu .style_icon::after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 20px;
}
/*======================================================================*/
/*=============================CONTENT==================================*/
/*======================================================================*/
.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 5000;    
}
.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;    
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 6000;    
    -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: 420px;
    background-color: #FFFFFF
}
.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;
}
.mmMenu .list-tab {
    border-top: 1px solid #ebebeb;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
.mmMenu .list-tab > li {
    width: 50%;
    display: inline-block;
}
.mmMenu .list-tab > li > a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #888888;
    background-color: #f8f8f8; 
    border-bottom: 1px solid #ebebeb;
}
.mmMenu .list-tab > li ~ li > a {
    border-left: 1px solid #ebebeb;
}
.mmMenu .list-tab > li > a > span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}
.mmMenu .list-tab > li > a > span:before {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 35px;
    height: 16px;
    content: '';
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mmMenu .list-tab > li:first-child > a > span:before {
    background-image: url(../../images/icon/grey-icon-menu.png);
}
.mmMenu .list-tab > li:last-child > a > span:before {
    background-image: url(../../images/icon/square-icon.png);
}
.mmMenu .list-tab > li.active > a, .mmMenu .list-tab > li.active > a:focus {   
    background-color: #FFFFFF; 
    border-bottom-color: transparent;
}
/*======================================================================*/
/*======================MENU LOAI 1=====================================*/
/*======================================================================*/
.mmMenu {    
    pointer-events: auto;
    max-height: 100%;
    overflow-y: auto;
    position: relative;    
}
.mmMenu .tab-pane>ul>li{
    border-bottom:solid 1px #edede6;
    overflow: hidden;    
}
/*.mmMenu .tab-pane> ul > li:first-child>a:after {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 40px;    
    font-family: "Font Awesome 5 Free";font-weight: 900;
    content: '\f015';
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #777777
}*/
.mmMenu .tab-pane> ul > li:first-child:hover>a:after,.mmMenu .tab-pane> ul > li:first-child.active>a:after {
    color: #0076be
}
.mmMenu .tab-pane>ul>li:last-child{
    border-bottom:none;
}
.mmMenu li a {
    display: block;
    position: relative;    
    line-height: 24px;
    color: #555555;
}
.mmMenu .tab-pane>ul>li>a,
.mmMenu .m-sub>a {
    display: block;
    padding: 9px 10px;
}
.mmMenu #menu1>ul>li>a, .mmMenu #menu1 .m-sub>a {
    text-transform: uppercase;
}
.mmMenu #menu2>ul>li>a, .mmMenu #menu2>ul>li>.m-sub>a {
    font-size: 17px;
    padding-left: 45px!important;
}
.mmMenu .tab-pane>ul>li.v>a,
.mmMenu .tab-pane>ul>li.v>.m-sub>a{
    font-weight: bold;
}
.mmMenu .tab-pane>ul>li>span{
    position: relative;
}
.mmMenu .tab-pane>ul>li:hover>a,
.mmMenu .tab-pane>ul>li:hover>.m-sub>a,.mmMenu .tab-pane>ul>li.active>a{    
    background-color: #ffffff;
    color:#0076be;
}
.mmMenu .tab-pane>ul>li>.m-sub{
    position: relative;
}
.mmMenu .m-sub>.button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    /*border-left: solid 1px #edede6;*/
    cursor: pointer;
    line-height: 42px;
    color:#555555;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMenu .m-sub>.button-submenu:before{
    content: "\f054";
    font-family: "Font Awesome 5 Free";font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMenu .tab-pane>ul>li>.m-sub>.button-submenu.show:before{
    content: "\f078";
}
.mmMenu .tab-pane>ul>li>.m-sub.active>a,.mmMenu .tab-pane>ul>li>.m-sub.active>.button-submenu,.mmMenu ul ul>li>.m-sub.active>a,.mmMenu ul ul>li>.m-sub.active>.button-submenu{
    color: #0076be;    
}
.mmMenu #menu2>ul>li>.m-sub.active>a,.mmMenu #menu2>ul>li>.m-sub.active>.button-submenu,.mmMenu ul ul>li>.m-sub.active>a,.mmMenu ul ul>li>.m-sub.active>.button-submenu{
    font-weight: 700;
}
.mmMenu .tab-pane>ul>li>.m-sub.active>a,.mmMenu ul ul>li>.m-sub.active>a {
    background-color: #FFFFFF
}
.mmMenu #menu2 .ulNav li .icon {
    height: 34px
}
/*=====LEVEL 2=====*/
.mmMenu .tab-pane>ul>li>ul{
    position: relative;
    z-index: 1;     
}
.mmMenu .tab-pane>ul>li>ul>li>a,
.mmMenu .tab-pane>ul>li>ul>li>.m-sub>a {
    display: block;
    padding: 7px 15px;    
    position: relative;
    border-top: solid 1px rgba(0,0,0,0.05);    
    font-size: 14px;
}
.mmMenu #menu2>ul>li>ul>li>a,
.mmMenu #menu2>ul>li>ul>li>.m-sub>a {
    padding-left: 50px;
}
.mmMenu .tab-pane>ul>li>ul>li>a:before, .mmMenu .tab-pane>ul>li>ul>li>.m-sub>a:before {    
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 700;
    font-size: 14px;
    margin-right: 12px;
}
.mmMenu .tab-pane>ul>li>ul>li:hover>a,.mmMenu .tab-pane>ul>li>ul>li.active>a,
.mmMenu .tab-pane>ul>li>ul>li:hover>.m-sub>a,.mmMenu .tab-pane>ul>li>ul>li:hover>.m-sub>a {
    color: #0076be;
    font-weight: 700;
}
.mmMenu .tab-pane>ul>li>ul>li>ul {
    border-top: solid 1px rgba(0,0,0,0.05);
}
.mmMenu .m-sub{
    position: relative;
}
.mmMenu .tab-pane>ul>li>ul>li>.m-sub>.button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    /*border-left: solid 1px #e5e5e5;*/
    cursor: pointer;
    font-size: 26px;
    line-height: 34px;
    color:#555555;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMenu .tab-pane>ul>li>ul>li>.m-sub>.button-submenu.show:before{
    content: "\f078";
    color: #0076be;
}
/*====LEVEL 3====*/
.mmMenu .tab-pane>ul>li>ul>li>ul{
    position: relative;
    z-index: 1;
}
.mmMenu .tab-pane>ul>li>ul>li>ul>li>a,
.mmMenu .tab-pane>ul>li>ul>li>ul>li>.m-sub>a {
    display: block;
    padding: 8px 15px;
    padding-left: 65px;
    color: #555555;    
    position: relative;    
    border-bottom: solid 1px rgba(0,0,0,0.05);   
}
.mmMenu .tab-pane>ul>li>ul>li>ul>li>a:before,.mmMenu .tab-pane>ul>li>ul>li>ul>li>.m-sub>a:before {
    display: inline-block;  
    font-family: "Font Awesome 5 Free";font-weight: 900;
    content: '\f101';
    padding-right: 10px;    
}
.mmMenu .tab-pane>ul>li>ul>li>ul>li:hover>a,
.mmMenu .tab-pane>ul>li>ul>li>ul>li:hover>.m-sub>a {
    color:#0076be;
    font-weight: 400
}
.mmMenu .tab-pane>ul>li>ul>li>ul>li:last-child>a {
    border: none;
}
/*====LEVEL 4====*/
.mmMenu .tab-pane>ul>li>ul>li>ul>li>ul{
    position: relative;
    z-index: 1;
}
.mmMenu .tab-pane>ul>li>ul>li>ul>li>ul>li>a,
.mmMenu .tab-pane>ul>li>ul>li>ul>li>ul>li>.m-sub>a {
    display: block;
    padding: 8px 15px;
    padding-left: 70px;
    color: #555555;    
    position: relative;    
    border-bottom: solid 1px rgba(0,0,0,0.05);   
}
.mmMenu .tab-pane>ul>li>ul>li>ul>li>ul>li:last-child>a {
    border: none;
}
/*======================================================================*/
/*======================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 #edede6;
    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 #edede6;
}
.mmMenu .m-ab .m-ab-arrow a{
    display: block;
    padding: 14px 20px;
    text-transform: none;
    background: #000000;
    color:#ffffff;
    text-transform: uppercase;
}
.mmMenu .m-ab li {
    border-bottom: 1px solid #edede6;
}
.mmMenu .m-ab li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 15px 20px;;
    padding-left: 40px;
    position: relative;
    font-weight: normal;
}
.mmMenu .m-ab li a:before{
    position: absolute;
    font-family: "Font Awesome 5 Free";font-weight: 900;
    content: '\f0da';
    left:20px;
    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: 44px;
    height: 44px;
    border-left: 1px solid #edede6;
    cursor: pointer;
}
.mmMenu .m-ab li .button-submenu:before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";font-weight: 900;
    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;
    padding-right: 50px;
    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 #edede6;
    left: 0;
    right: 50px;
}
.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%);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/*======================================================================*/
/*===========================CLOSE MENU=================================*/
/*======================================================================*/
.menu_mobile .divmm .mmContent .close-mmenu {    
    position: absolute;    
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    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; 
}
.menu_mobile .divmm.show .mmContent .close-mmenu {
    opacity: 1;
}
.menu_mobile .divmm .mmContent .close-mmenu:before, .menu_mobile .divmm .mmContent .close-mmenu:after {
    width: 20px;
    top: 24px;
    left: 16px;    
    background: #222222;
}
.menu_mobile .divmm .mmContent .close-mmenu:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_mobile .divmm .mmContent .close-mmenu:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_mobile .divmm .mmContent .close-mmenu 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%);
    max-width: 28px;
    max-height: 28px;
}
/*======================================================================*/
/*===========================ADDON======================================*/
/*======================================================================*/
.mmMenu .tab-pane {
    padding: 40px 20px;
}
.mmMenu .ulNav {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.mmMenu .title {
    padding: 10px 0;
    color: #222222;
    font-weight: 700;
}
.mmSearch {
    position: relative;
    width: 100%;
    padding: 20px 15px 10px 15px;
    margin-bottom:10px;
    pointer-events: auto;
}
.mmSearch .boxSearch {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #ebebeb;
    overflow: hidden;
}
.mmSearch input {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    background: #FFFFFF;
    border: none;
    font-size: 16px;
    line-height: 24px;
}
.mmSearch button {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    padding: 0;
    top: 50%;
    width: 40px;   
    font-size: 17px;
    line-height: 29px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFFFFF;
}
.mmSearch button i {
    display: block;
    width: 100%;
    height: 20px;
    background: url(../../images/icon/search-icon.svg) center center/contain no-repeat;
}
.header-tools-mb {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ededed;
}
.header-tools-mb>div {
    width: 50%;
    padding: 0 15px;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
}
.header-tools-mb>div ~ div:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 1px;
    content: '';
    background-color: #e5e5e5;
}
.header-tools-mb>div .icon:before {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #0076be;
}
.header-tools-mb .icon .txt {
    display: inline-block;
}