.menuMobile {
    font-family: arial;
    transition: all 0.9s;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    overflow-y: scroll;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 280px;
    background: #af2633;
    z-index: 100;
    margin-right: -280px;
    padding: 5px 10px 5px 5px;
}

.menuMobile ul {
    padding-top: 0px;
    background: #fff;
}

.menuMobile ul li a,
.menuMobile ul li b {
    font-weight: normal;
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #e1e1e1;
}

.menuMobile .boxAside .xem_them_tin {
    margin: 0px !important
}

.menuMobile ul li.active a {
    background: #dc3545 !important;
    color: #fff;
}

.menuMobile ul li a img {
    width: 110px;
}

.menuLogo a {
    text-align: center;
}

#wrap {
    position: absolute;
}

.bgMenuShow {
    box-shadow: 0 0 7px #333;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0;
}

.open {
    top: 0;
    bottom: 0;
    position: fixed !important;
}

.btnMenuMobile {
    padding: 5px;
    border: 1px solid #ccc;
    width: 47px;
    font-size: 24px;
    text-align: center;
    border-radius: 4px;
    background: #ccc;
    color: #fff;
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5000;
}

.arrowPageUp {
    display: block;
    z-index: 9999999;
    position: fixed;
    bottom: 80px;
    right: 20px;
    opacity: .6;
    transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
}