.ServiceCategory {
    margin: 50px 0;
}
.UIServiceCategory_chuyende .ServiceCategory {
    margin: 40px 0;
}
.UIServiceCategory_chuyende .ServiceCategory .Title:before {
    content: "\f0c9";
    color: #fff;
    font-family: 'FontAwesome';
    margin-right: 8px;
    DISPLAY: NONE;
}
.UIServiceCategory_chuyende .ServiceCategory .Title {
    margin: 0;
    border-top: 2px solid #DA251C;
    padding: 20px 0;
}
.UIServiceCategory_chuyende .ServiceCategory ul {
      list-style: outside none none;
    margin: 0;
}
.UIServiceCategory_chuyende .ServiceCategory ul li {
   align-items: center;
   padding: 15px 16px;
   background: #ffffff;
   border-top: 1px solid #EEEEEE;
   border-bottom: 1px solid #C3D0E0;
   margin-bottom: 20px;
}
.UIServiceCategory_chuyende .ServiceCategory ul li a {
    color: #424242;
    font-size: 14px;
    font-family: arial;
    padding: 0;
    display: inline-flex;
    align-items: center;
}
.UIServiceCategory_chuyende .ServiceCategory ul li a:hover {
    color: #fff;
}
.UIServiceCategory_chuyende .ServiceCategory ul li:hover{
background-color: #f5f5f5;
        cursor: pointer;
}
.UIServiceCategory_chuyende .ServiceCategory ul li:hover a span{
color: #ed0e18;
}
.UIServiceCategory_chuyende .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_chuyende .ServiceCategory ul li img{
        display: block !important;
}
.UIServiceCategory_chuyende .ServiceCategory ul li a img {
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
}
.UIServiceCategory_chuyende .ServiceCategory .Title span {
   text-transform: uppercase;
    white-space: nowrap;
    font-size: 17px;
    font-family: 'Merriweather';
    color: #031739;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    line-height: unset;
    background: url(images/hoaphuongicon.png) no-repeat top 10px left;
    padding: 10px 0 10px 35px;
}
@media only screen and (max-width: 768px) {
    .UIServiceCategory_chuyende .ServiceCategory ul {
        display: flex !important;
    }
}