.ServiceCategory {
    margin: 50px 0;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory {
    margin: 10px 0;
    /* background-color: #fdf3e8; */
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory .Title:before {
    content: "\f0c9";
    color: #fff;
    font-family: 'FontAwesome';
    margin-right: 8px;
    DISPLAY: NONE;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory .Title {
    margin: 0px 0px 10px 9px;
    height: 32px;
    padding: 0px 20px;
    border-bottom: 32px solid #e50000;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    display: inline-block;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    background: transparent;
   DISPLAY: NONE;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory ul {
      list-style: outside none none;
      margin: 0;
      padding: 0px 10px;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory ul li {
   align-items: center;
   padding: 5px 10px;
   background: #ffffff;
   border-top: 1px solid #EEEEEE;
   border-bottom: 1px solid #C3D0E0;
   margin-bottom: 20px;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory ul li a {
    color: #424242;
    font-size: 14px;
    /* font-family: arial; */
    padding: 0;
    display: flex;
    align-items: center;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory ul li a:hover {
    color: #fff;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory ul li:hover{
    background-color: #fcffb5;
    cursor: pointer;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory ul li:hover a span{
color: #ed0e18;
}
.UIServiceCategory_ditichlsvhpage .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_ditichlsvhpage .ServiceCategory ul li img{
        display: block !important;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory ul li a img {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
}
.UIServiceCategory_ditichlsvhpage .ServiceCategory .Title span {
   text-transform: uppercase;
   white-space: nowrap;
   font-size: 16px;
   font-family: "Oswald";
   color: #fff;
   font-weight: 400;
   text-decoration: none;
   display: inline-block;
   line-height: unset;
   /* background: url(images/hoaphuongicon.png) no-repeat top 10px left; */
   /* padding: 10px 0 0px 9px; */
   margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    .UIServiceCategory_ditichlsvhpage .ServiceCategory ul {
        display: flex !important;
    }
}