/* 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;
} */
/*======================================================================*/
/*================================ICON==================================*/
/*======================================================================*/
.menu_mobile{
    position: relative;
    overflow: hidden;
    max-width: 428px;
    margin: 0 auto;
}
.menu_mobile.showmenu{
    position: static;
}
.menu_mobile .icon_menu{
    position: relative;
    width: 30px;
    cursor: pointer;
    color: #00613d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 12px;
    /* line-height: 12px; */
    text-transform: uppercase;
}

.menu_mobile .icon_menu .style_icon{
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.menu_mobile.showmenu .icon_menu .style_icon{
    height: 0;
}
.menu_mobile.showmenu .icon_menu .style_icon:before{
    transform: rotate(130deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
}
.menu_mobile.showmenu .icon_menu .style_icon::after{
    transform: rotate(45deg);
    left: 0;
    top: 0;
    -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 {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #fff;
    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: -8px;
}
.menu_mobile .icon_menu .style_icon:after {
    top: 8px;
}
.menu_mobile .icon_desc .style_icon{
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background-color: #fff;
}
.menu_mobile .icon_desc .style_icon:before,
.menu_mobile .icon_desc .style_icon:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #fff;
    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_desc .style_icon:before{
    left: 8px;
}
.menu_mobile .icon_desc .style_icon:after {
    left: -5px;
}
/*======================================================================*/
/*=============================CONTENT==================================*/
/*======================================================================*/
.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 1111;
    max-width: 428px;
    /* margin: 0 auto; */
    transform: translateX(-50%);
}
.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: -2px;
    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: 300px;
    pointer-events: none;
    padding-left: 0px;
}
.menu_mobile .divmm .mmContent.no-over{
    overflow-y:hidden;
}
.menu_mobile .divmm .divmmbg {
    position: fixed;
    top: 0px;
    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;
    height: 100%;
    overflow: hidden;
    padding: 35% 0px 30px;
    position:relative;
    /* overflow: hidden; */
}
.mmMenu:after{
    content:'';
    background:url(../../img/bg_menu.png) no-repeat;
    position:absolute;
    top: 0px;
    right: 0px;
    width: 187px;
    height: 653px;
    /* border-radius: 100%; */
    z-index: 0;
    max-width: 400px;
    background-size: cover;
    opacity: 0.9;
}
.mmMenu::-webkit-scrollbar{
    width: 2px;
    background-color: #F5F5F5;
}
.mmMenu::-webkit-scrollbar-thumb{
    background-color: #000000;
}
.mmMenu .mmMain{
    /* overflow: hidden; */
    overflow-y: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.mmMenu>ul>li{
    overflow: hidden;
    position: relative;
    text-align: right;
}

.mmMenu>ul>li.fa-home::before{
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    color: #1a53a4;
}
.mmMenu>ul>li.current.fa-home::before{
    color: #0c598f;
}
.mmMenu>ul>li>a, .mmMenu>ul>li>.m-sub>a {
    display: block;
    padding: 10px 20px 35px 10px;
    font-size: 14px;
    line-height: 22px;
    /* text-transform: uppercase; */
    color: #555555;
}
.mmMenu>ul>li>a.home_page{
    position: relative;
}
.mmMenu>ul>li>a.home_page::after{
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: FontAwesome;
    content: "\f015";
    transform: translate(0, -50%);
}
.mmMenu>ul>li:hover>a,
.mmMenu>ul>li:hover>.m-sub>a, .mmMenu>ul>li.current>a{
    color: #0a4d72;
}
.mmMenu>ul>li>.m-sub{
    position: relative;
}
.mmMenu>ul>li>.m-sub>.button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    cursor: pointer;
    font-size: 12px;
    line-height: 13px;
    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: "\f067";
    font-family: fontAwesome;
    position: absolute;
    left: 51%;
    top: 53%;
    -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: "\f068";
    left: 52%;
    top: 56%;

}

/*=====LEVEL 2=====*/
.mmMenu>ul>li>ul{
    position: relative;
    z-index: 1;
    padding: 0 0 10px;
}
.mmMenu>ul>li>ul>li>a,
.mmMenu>ul>li>ul>li>.m-sub>a {
    display: block;
    padding: 8px 0px;
    padding-left: 20px;
    position: relative;
    font-size: 13px;
    color: #666666;
}
.mmMenu>ul>li>ul>li>a:before,
.mmMenu>ul>li>ul>li>.m-sub>a: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%);
    font-size: 15px;
    line-height: 23px;
    color: #666666;
}
.mmMenu>ul>li>ul>li:hover>a,
.mmMenu>ul>li>ul>li:hover>.m-sub>a {
    color:#fff;
}
.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 a{
    display: block;
    padding: 14px 20px;
    text-transform: none;
    background: #000000;
    color:#ffffff;
    text-transform: uppercase;
}
.mmMenu .m-ab li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mmMenu .m-ab li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 13px 20px;
    padding-left: 40px;
    position: relative;
    font-weight: normal;
}
.mmMenu .m-ab li a:before{
    position: absolute;
    font-family: fontawesome;
    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: 50px;
    height: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
    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;
    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 rgba(0,0,0,0.1);
    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%);
}

/*======================================================================*/
/*===========================CLOSE MENU=================================*/
/*======================================================================*/
.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: -50px;
    right: 10px;
    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;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding-top: 45px;
    z-index: 10;
}
.menu_mobile .divmm.show .mmContent .close-mmenu {
    top: 5px;
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.menu_mobile .divmm .mmContent .close-mmenu span{
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.menu_mobile .divmm .mmContent .close-mmenu span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}
.menu_mobile .divmm .mmContent .close-mmenu span::after{
    content: '';
    width: 25px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: rotate(-45deg);
}
.menu_mobile .divmm .mmContent .close-mmenu .close_menu{
    position: absolute;
    left: 10px;
    top: 21px;
    transform: rotate(48deg);
    width: 30px;
    height: 3px;
    background-color: #666666;
}
.menu_mobile .divmm .mmContent .close-mmenu .close_menu::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #666666;
    left: 0;
    top: 0;
    transform: rotate(82deg); 
}
/*======================================================================*/
/*===========================ADDON======================================*/
/*======================================================================*/
.mmMember {
    padding: 10px 20px;
    background: #222222;
    pointer-events: auto;
}
.mmMember .icon {
    padding-left: 50px;
    position: relative;
    cursor: pointer;
}
.mmMember .icon:before {
    content: "\f2bd";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    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: 36px;
    line-height: 44px;
    color:#999999;
}
.mmMember .icon .t1{
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
    color:#666666;
}
.mmMember .icon .t1:after{
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mmMember .icon .t2{
    font-size: 13px;
    line-height: 21px;
    color:#666666;
}
.mmMember .icon.ok:before{
    content: initial;
}
.mmMember .icon .img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left:0;
    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;
    margin-top: 15px;
    position: relative;
    display: none;
}
.mmMember .popup:before{
    content: "";
    position: absolute;
    left: 8px;
    z-index: 2;
    width: 0;
    height: 0;
    border-bottom: solid 10px #ffffff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    bottom: 100%;
}
.mmMember .listNot{
    padding: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.mmMember .listNot ul li{
    margin-bottom: 10px;
}
.mmMember .listNot ul li:last-child{
    margin-bottom: 0;
}
.mmMember .listNot ul li a {
    display: block;
    text-align: center;
    background: #f9a51c;
    text-transform: uppercase;
    padding: 8px 10px;
    color: #ffffff;
    border-radius: 5px;
    border: solid 1px #f9a51c;
}
.mmMember .listNot ul li a:hover{
    background: #b00404;
    border-color: #b00404;
}
.mmMember .listNot ul li a.v2{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.mmMember .listNot ul li a.v2:hover{
    background: #333333;
    color: #ffffff;
}
.mmMember .listSocial{
    padding: 15px;
}
.mmMember .listSocial .soc,
.mmMember .listSocial .txt{
    margin-bottom: 10px;
}
.mmMember .listSocial a{
    display: block;
    padding:9px 10px;
    position: relative;
    color:#ffffff;
    background: #666666;
    text-align: center;
    border-radius: 5px;
}
.mmMember .listSocial a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    z-index: 1;
    background: hsla(0, 0%, 0%, 0.15);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMember .listSocial a span{
    position: relative;
    z-index: 3;
    padding-left: 30px;
}
.mmMember .listSocial a span:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color:#ffffff;
    z-index: 2;
    top: 0;
    left: 0;
}
.mmMember .listSocial a:hover{
    color:#ffffff;
}
.mmMember .listSocial a:hover:after{
    right:0;
}
.mmMember .listSocial a.facebook{
    background: #3b5998;
}
.mmMember .listSocial a.google{
    background: #d34836;
}
.mmMember .user {
    padding: 15px 20px;
    border-bottom: solid 1px #e5e5e5;
}
.mmMember .user .name{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #51aa1b;
    margin-bottom: 5px;
}
.mmMember .user .stt{
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
    color:#999999;
}
.mmMember .list{
    padding: 20px;
}
.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: "\f111";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 8px;
    line-height: 8px;
    color: #51aa1b;
}
.mmMember .list ul li a span{
    font-weight: bold;
    color:#51aa1b;
}
.mmMember .logout a {
    display: block;
    text-align: center;
    background: #f2f2f2;
    text-transform: uppercase;
    padding: 9px 10px;
}
.mmMember .logout a:hover{
    color:#ffffff;
    background: #444444;
}
.mnLanguage {
    padding: 7px 20px;
    background-color: #222222;
    border-bottom: 1px solid #e5e5e5;
}
.mnLanguage ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mnLanguage ul li{
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 2px #e5e5e5;
}
.mnLanguage ul li a{
    color: #838383;
}
.mnLanguage ul li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.mnLanguage ul li a{
    display: block;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
}
.mnLanguage ul li.current a,
.mnLanguage ul li:hover a{
    color: #51aa1b;
}
.mmSearch {
    position: relative;
    width: 100%;
    padding: 20px 15px;
}
.mmSearch input {
    height: 40px;
    width: 100%;
    border: none;
    padding-left: 15px;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #e5e5e5;
}
.mmSearch button {
    position: absolute;
    right: 30px;
    background: none;
    border: none;
    padding: 0;
    top: 50%;
    font-size: 20px;
    line-height: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    columns: #999999;
}
.mmMenu .loginTvAll{
    margin-bottom: 15px;
}
.mmMenu .loginTvAll a{
    display: block;
    width: 100%;
    text-align: center;
}
.mmMenu .phoneHead a{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 9px 10px;
    background-color: #0a4d72;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    width: 100%;
    justify-content: center;
}
.mmMenu .phoneHead a .fa{
    margin-right: 5px;
    position: relative;
    top: 2px;
}
@media all and (max-width: 991px){
    .menu_mobile .divmm .mmContent {
        max-width: 400px;
    }
    
}

@media all and (max-width: 359px){
    .menu_mobile .icon_menu{
        width: 40px;
    }
}

.openmenu .menu_mobile .icon_menu{
    opacity: 0;
}