.b-district__menu-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    line-height: 65px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    transition: all 100ms linear;
    font-weight: 300;
    
}

.b-district__menu-wrap a {
    color: #333;
    padding: 0 5px;
    font-size: 14px;
    height: 65px;
    margin: 0 10px;
}

.b-district__menu-wrap span {
    margin-right: 30px;
}

.b-district__menu-wrap a:hover {
    color: #b7171c;
}

.b-district__menu-act {
    border-bottom: 5px solid #DE2A1B !important; 
}

.b-district__menu-act {
    color: #DE2A1B !important;
    font-weight: 700;
}

