.menu{
    margin-bottom: 100px;
    width: 240px;
    position: relative;
    top: -80px;
}
.menu-p{
    margin: 0px;
    line-height: 80px;
    text-align: center;
    background: rgba(47, 48, 58,0.5);
    font-size: 28px;
    color: white;

}
.menu-ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background: #F8F8F8;
    height: 100%;
}
.menu-ul li{
    line-height: 60px;
    padding-left: 55px;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer;
}
.menu-ul li:hover{
    color: #D8131B !important;
}
.current{
    font-weight:bold !important;
    color: #D8131B !important;
}