html.openmenu {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.menu_mobile{
    min-height: 1px;
}
/*======================BEGIN ICON======================*/
.menu_mobile .icon_menu {
    width: 60px;
    height: 70px;
    color: #ffffff;
    text-align: Center;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    background: #1670c5;
    cursor: pointer;
}
.menu_mobile .icon_menu:before {
    position: absolute;
    content: '';
    top: 15px;
    width: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    background: #ffffff;
}
.menu_mobile .icon_menu:after {
    position: absolute;
    content: '';
    top: 23px;
    width: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    background: #ffffff;
}
.menu_mobile .icon_menu:hover {
    background: #8a760e;
}
/*======================END ICON===========================*/
/*======================BEGIN CONTENT======================*/
.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 111;
}
.menu_mobile .divmm.show {
    visibility: visible;
}
.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;
    padding-right: 60px;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 50;
    -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;
    pointer-events: none;
}
.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 .divmmbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 49;
    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;
}
/*======================END CONTENT=======================*/
/*======================BEGIN CLOSE=======================*/
.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    cursor: pointer;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    pointer-events: auto;
    text-align: Center;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 40px;
}
.menu_mobile .divmm .mmContent .close-mmenu::before{
    content: '';
    position: absolute;
    top: 12px;
    left: 26px;
    width: 3px;
    height: 28px;
    background-color: #fff;
    transform: rotate(45deg);
}
.menu_mobile .divmm .mmContent .close-mmenu::after{
    content: '';
    position: absolute;
    top: 12px;
    left: 26px;
    width: 3px;
    height: 28px;
    background-color: #fff;
    transform: rotate(-45deg);
}
.menu_mobile .divmm .mmContent .close-mmenu:hover{
    background: #333333;
    color:#ffffff;
}
.menu_mobile .divmm .mmContent .close-mmenu i{
    position: absolute;
    left: 50%;
    top: 35%;
    font-size: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.menu_mobile .divmm.show .mmContent .close-mmenu {
    opacity: 1;
}
/*======================END CLOSE========================*/
/*======================BEGIN MENU=======================*/
/*============LEVEL 1===========*/
.mmMenu{
    pointer-events: auto;
    background: #ffffff;
}
.mmMenu>ul>li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
    overflow: hidden;
}
.mmMenu>ul>li.home > a{
    position: relative;
}
.mmMenu>ul>li.home > a::before{
    content: "\f015";
    font-family: fontAwesome;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.mmMenu>ul>li.home > a::after{
    content: '';
    position: absolute;
    right: 49px;
    height: 100%;
    top: 0;
}
.mmMenu>ul>li>a,.mmMenu>ul>li>.m-sub>a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.mmMenu>ul>li:hover>a,
.mmMenu>ul>li:hover>.m-sub>a{
    color:#e57939;
}
.mmMenu>ul>li>.m-sub{
    position: relative;
}
.mmMenu>ul>li>.m-sub>.button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 26px;
    line-height: 34px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mmMenu>ul>li:hover>.m-sub>.button-submenu{
    color:#e57939;
}
.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";
}
/*============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;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 15px;
    padding-left: 35px;
}
.mmMenu>ul>li>ul>li:hover>a,
.mmMenu>ul>li>ul>li:hover>.m-sub>a {
    color:#1670c5;
}
.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 rgba(0,0,0,0.1);
    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;
}
/*======================END MENU=========================*/
/*======================BEGIN ADDON======================*/
.mmtite{
    padding: 13px 20px;
    background-color: #1670c5;
    color: #fff;
    pointer-events: auto;
}
.mmtite, .mmtite h2{
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}
.mmphone{
    padding: 20px 20px 25px;
    background-color: #ffffff;
    pointer-events: auto;
}
.mmphone .hpphonehead{
    margin-left: 0
}
.mmphone .hpphonehead::before{
    display: none;
}
.mmscroll{
    max-height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto;
    pointer-events: auto;
}