.UIServiceCategory_chuyenkhoa .ServiceCategory {
        margin: 0;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory .Title {
        width: 100%;
        float: left;
        display: flex;
        height: 51px;
        justify-content: center;
        background: #fff;
        border-radius: 0;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory .Title #scccacchuyenkhoa{
        width: 310px;
        text-align: center;
        margin: auto;
        font-weight: bold;
        font-size: 25px;
        color: white;
        padding: 0 30px;
        background-color: #0076b7;
        border-radius: 5px;
        padding-top: 20px;
        text-transform: uppercase;
        margin-top: 10px;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory .Content{
        background-color: #0076b7;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory ul {
        border-radius: 0 0 5px 5px;
        list-style: outside none none;
        margin: 0;
        padding: 5px;
        background: #0076b7;
        border: none;
        padding: 50px;
        width: 1160px;
        margin: auto;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory ul li {
        background: #0076b7 url("images/icon_khoali.png") no-repeat left center;
        padding: 6px 10px;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory ul li a {
        color: #fff;
        font-size: 15px !important;
        font-weight: bold;
        width: 100%;
        display: block;
        text-align: left;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory ul li a span{
        font-size:15px;
        font-weight:normal;
        color: #fff;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory ul li a:hover {
        text-decoration: none;
        margin-left: 5px;
        transition: 0.5s;
}
.UIServiceCategory_chuyenkhoa .ServiceCategory ul li:hover {
        background-position: 5px 13px;
        transition: 0.5s;
}
