.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: 38px;
    border-bottom: 2px solid  #00a51c;
    /*  margin-top: 1.2rem; */
    margin-bottom: 1rem;
}
.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;
}
.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:hover {
    color: #fff;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li:hover{
background-color: #f5f5f5;
        cursor: pointer;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul li:hover a span{
color: #00a51c;
}
.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;
}
.UIServiceCategory_doanhnghiep .ServiceCategory .Title span {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 9px 1rem;
    background:  #00a51c;
    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;
    }
}