.UIServiceCategory_doanhnghiep .ServiceCategory {
        margin: 0 0 10px;
}
.UIServiceCategory_doanhnghiep .ServiceCategory .Title:before {
        content: "\f0c9";
        color: #fff;
        font-family: 'FontAwesome';
        margin-right: 8px;
        DISPLAY: NONE;
}
.UIServiceCategory_doanhnghiep .ServiceCategory .Title {
        height: 41px;
        border-bottom: 2px solid  #ed0e18;
        /*  margin-top: 1.2rem; */
        margin-bottom: 1rem;
        background: none;
        border-top: none;
        border-right: none;
        padding: 0;
        border-left: none;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li {
        padding: 16px 0;
        background: none;
        border-bottom: solid 1px #ccc;
        width: 100%;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li a {
        color: #424242;
        font-size: 14px;
        font-family: arial;
        padding: 0 8px;
        display: flex;
        align-items: center;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li a .border{
        width:100%;
        border: none !important;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li a .article-title{
        margin-top: 30px;
        display: block;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li a:hover {
        color: #fff;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li:hover{
        background-color: #f5f5f5;
        cursor: pointer;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li:hover a span{
        color: #ed0e18;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li a span:before {
        content: "\f0c9";
        color: #e5080f;
        font-family: 'FontAwesome';
        margin-right: 8px;
        font-size: 8px;
        line-height: 22px;
        vertical-align: middle;
        display: none;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li img{
        display: block !important;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li a img {
        width: 80px;
        height: 80px;
        margin: 0 12px;
        float: left;
}
.UIServiceCategory_doanhnghiep .ServiceCategory .Title span {
        color: #FFF;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 9px 1rem;
        background:  #ed0e18;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        display: inline-block;
}
@media only screen and (max-width: 768px) {
        .UIServiceCategory_doanhnghiep .ServiceCategory ul {
                display: flex !important;
        }
}
