
.UIServiceCategory_default1 .ServiceCategory {
    margin: 0 0 10px;
    background: #fff;
        box-shadow: 0 4px 20px 0 #9d9d9d26;
}
.UIServiceCategory_default1 .ServiceCategory .Title {
    /*background: rgba(0, 0, 0, 0) url("https://www.phutho.gov.vn/Lists/CategoryNews/Attachments/347/tracuu.png") no-repeat scroll left bottom;*/
    border-radius: 5px 0 0;
    color: #bd1723;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    line-height: 52px;
    box-shadow: 0 4px 20px 0 #9d9d9d26;
}
.UIServiceCategory_default1 .ServiceCategory .Title {
position: relative;
}
.UIServiceCategory_default1 .ServiceCategory .Content {
        padding: 12px !important;
}

.UIServiceCategory_default1 .ServiceCategory .Title span{
    font-weight: 600;
    font-size: 18px;
}
.UIServiceCategory_default1 .ServiceCategory .Title span::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 32px;
  height: 31px;
  background-image: url('images/tracuu.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.UIServiceCategory_default1 .ServiceCategory .Title span::after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #4e4848;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 20px;
}
.UIServiceCategory_default1 .ServiceCategory ul {
    /* border: 1px solid #ddd; */
    /* border-radius: 0 0 5px 5px; */
    /* height: 185px; */
    list-style: outside none none;
    margin: 0;
    /* padding: 5px; */
}
 .UIServiceCategory_default1 .ServiceCategory ul li img {
        display: inline-block !important;
        width: 23px;
 }
.UIServiceCategory_default1 .ServiceCategory ul li {
    /* background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center; */
    /* padding: 7px 15px; */
    background-color: #f9f9f9;
    padding: 10px 12px 10px 12px;
    line-height: 1.5rem;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 12px;
    border-radius: 8px;
}
.UIServiceCategory_default1 .ServiceCategory ul li a {
    color: #1b1919;
    font-size: 15px;
    transition-duration: .3s;
}
.UIServiceCategory_default1 .ServiceCategory ul li a span{
padding-left: 10px;
}
.UIServiceCategory_default1 .ServiceCategory ul li a:hover {
    color: #ffba28;
}
