.mainmenuother {
    /* height:81px; */
    margin: 21px 0 0;
    height: 38px;
    /* overflow: hidden; */
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    padding-right: 32px;
}
.mainmenuother .mainmenuother-base {
    padding: 0;
    font-size: 0;
}
.mainmenuother .mainmenuother-base li {
    list-style: none;
    background:#404040;
    padding:0 7px;
    height:38px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; 
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.mainmenuother .mainmenuother-base a {
    color:#fff;
    display:block;
    font-size: 15px;
    text-decoration: none;
    padding:7px 5px 5px;
}
.mainmenuother .mainmenuother-base li a span.mt-text {
    position: relative;
    top:-5px;
}
.mainmenuother .mainmenuother-base li a i {
    font-size: 23px;
}
.mainmenuother .mainmenuother-base li a i+span.mt-text {
    padding-left: 3px;
}
.mainmenuother .mainmenuother-base li.dropping-wrap {
    width: 32px;
    padding: 0;
    position: absolute;
    right: 0;
    top:0;
}
.mainmenuother .mainmenuother-base li.dropping-wrap a {
    text-align: center;
}
.mainmenuother .mainmenuother-dropping a.mt-lang {
    font-weight: 700;
}
.mainmenuother .mainmenuother-base li.active {
    background-color:#868686;
}
.mainmenuother .mainmenuother-base li:hover {
    background-color:#ec1c24;
}
.mainmenuother .mainmenuother-base li.active a,
.mainmenuother .mainmenuother-base li a:hover {
    text-decoration: none;
    color:#fff;
}
.dropping-button.hide {
    
}

/* -----------  */
.mainmenuother-dropping-wrap {
    position: absolute;
    top:45px;
    right: 0;
    width: 315px;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; 
    z-index: 103;
}
.mainmenuother-dropping-wrap.hide {
    opacity: 0;
    visibility: hidden;
}
.mainmenuother-dropping {
    padding: 0;
    margin: 0;
}
.mainmenuother-dropping li {
    list-style: none;
    padding:0 7px;
    height:38px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; 
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    width: 100%;
    background: #f2f2f2;
}
.mainmenuother-dropping a {
    color:#404040;
    display:block;
    font-size: 15px;
    text-decoration: none;
    padding:9px 5px;
}
.mainmenuother-dropping li.no-icon a span.mt-text-wrap {
    padding: 5px 0 0 30px;
    display: inline-block;
}
.mainmenuother-dropping li a span.mt-text {
    position: relative;
    top:-5px;
}
.mainmenuother-dropping li a i {
    font-size: 22px;
}
.mainmenuother-dropping li a i+span.mt-text {
    padding-left: 3px;
}
.mainmenuother-dropping li.active,
.mainmenuother-dropping li:hover {
    background-color:#868686;
}
.mainmenuother-dropping li.active a,
.mainmenuother-dropping li a:hover {
    text-decoration: none;
    color:#fff;
}
.mainmenuother.hide-dropping .mainmenuother-base a.dropping-button {
    display:none;
    cursor:default;
}
.mainmenuother.hide-dropping .mainmenuother-base li.dropping-wrap {
    display:none;
}
@media screen and (max-width: 1024px) {
    .mainmenuother {
        width:25%;
    }
}
@media screen and (max-width: 940px) {
    .mainmenuother {
        width:13%;
    }
}