.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;
	DISPLAY: NONE;
}
.UIServiceCategory_doanhnghiep .ServiceCategory ul {
      list-style: outside none none;
      margin: 0;
      padding-left: 5px;
}
.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 .item {
    display: block;
    background: url(/Images/Items/hoasen.png) #da251c no-repeat 15px center;
    height: 80px;
    padding-left: 5px;
    padding-right: 15px;
    vertical-align: middle;
    margin-bottom: 10px;
    overflow: hidden
}

.UIServiceCategory_doanhnghiep .ServiceCategory .item span {
    display: block;
    margin-top: 30px;
    margin-left: 90px;
    color: #fff568;
}

.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: #fff;
}
.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;
    display: none;
}
.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;
    }
}