.UIServiceCategory_Red .ServiceCategory .nav {
    list-style: none;
    display: flex;
    /* justify-content: space-evenly; */
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(images/r-center.png);
    background-size: 100%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    margin: 0;
}

.UIServiceCategory_Red .ServiceCategory .nav li {
    padding: 10px 5px;
}

.UIServiceCategory_Red .ServiceCategory .nav li.icon{
    display: none;
}

.UIServiceCategory_Red .ServiceCategory .nav li a:nth-child(1){
    
}

.UIServiceCategory_Red .ServiceCategory .nav li a.active:before{
    width: 15px;
    display: inline-block;
    content: "\f005";
    margin-right: 5px;
    font: normal normal normal 13px/1 FontAwesome;
    color: #e82120;
}

.UIServiceCategory_Red .ServiceCategory .nav li a.active {
    font-size: 12px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #212121;
}

.UIServiceCategory_Red .ServiceCategory .nav li+li{
    /* border-left: 1px solid #e70000; */
    border-top: 1px dashed #e4e4e4;
}

.UIServiceCategory_Red .Title{
    background: url(images/r-logo.png) no-repeat 5px 0px, url(images/r-tab.png);
    color: #ffffff;
    font: bold 13px/40px arial;
    height: 40px;
    text-align: left;
    padding-left: 50px;
    display: block;
    border-radius: 8px;
    position: relative;
    margin-left: 15px;
    margin-right: 18px;
}

.UIServiceCategory_Red .Title:before{
    content: '';
    width: 30px;
    height: 100%;
    display: inline-block;
    background: url(images/r-left.png) no-repeat;
    position: absolute;
    left: -15px;
}

.UIServiceCategory_Red .Title:after{
    content: '';
    width: 30px;
    height: 100%;
    display: inline-block;
    background: url(images/r-right.png) no-repeat;
    position: absolute;
    right: -23px;
}

.UIServiceCategory_Red:after {
    content: '';
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/r-bottom.png) no-repeat;
    background-size: contain;
}

.UIServiceCategory_Red {
    padding-bottom: 35px;
    margin-bottom: 10px;
    position: relative;
}