
.ServiceCategory {
    margin: 0 0 10px;
}

.UIServiceCategory_chuyende .ServiceCategory .Title {
    background-color: #0070bb;
    background-image: url(images/icon.png),url(images/tab-1.png);
    background-position: 3px -1px, right top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    padding: 0 0 0px 20px;
    text-transform: uppercase;
    line-height: 35px;
    text-align: left !important;
    padding-left: 40px;
}
.ServiceCategory ul {
    border: 1px solid #ddd;
    margin: 0;
    padding: 5px;
}
.UIServiceCategory_chuyende .ServiceCategory ul li {
    list-style: square;
    margin-left: 20px !important;
}
.ServiceCategory ul li a {
    color: #444444;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.ServiceCategory ul li a:hover {
    color: #cc0000;
}

.ServiceCategory ul li a span {
    flex-grow: 1;
    font-weight: normal;
    color: #444444;
}

.ServiceCategory ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ServiceCategory ul li a img[src=""] {
    position: relative;
    border: 1px solid #b9d5f2;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: none !important;
}

.ServiceCategory ul li a img[src=""]::after {
    content: 'IMG';
    width: 100%;
    height: 100%;
    background: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
  font-size: 10px;
}
