.UIServiceCategory_List .ServiceCategory {
        /* margin: 0 0 10px; */
}
.UIServiceCategory_List .ServiceCategory .Title {
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 10px;
        color: var(--bg-blue-weight);
        display: inline-block;
        background: url(images/huyhieu.gif) no-repeat 0 5px;
        padding-left: 35px;
        width: 100%;
        margin-bottom: 0;
}
.UIServiceCategory_List .ServiceCategory .Title span{
        display: inline-block;
        border-bottom: 1px solid;
}
.UIServiceCategory_List div.ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        padding: 5px;
        display: flex !important;
        flex-direction: column;
}
.UIServiceCategory_List div.ServiceCategory ul li {
        /* background: url(images/arrow2.png) no-repeat 0px 18px; */
        width: unset;
        margin: 0;
        padding: 10px;
        padding-left: 0;
}
.UIServiceCategory_List div.ServiceCategory ul li+li{
        border-top: 1px dashed #ddd;
}
.UIServiceCategory_List .ServiceCategory ul li a {
        color: var(--bg-blue-weight);
        font-size: 15px;
        font-weight: 600;
}
.UIServiceCategory_List .ServiceCategory ul li a:hover {
        color: #004f9c;
}
.UIServiceCategory_List div.ServiceCategory .Content{
        padding: 0;
}
.UIServiceCategory_List .ServiceCategory ul li img{
        display: inline-block;
        width: 25px;
        height: 25px;
        position: relative;
}
.UIServiceCategory_List .ServiceCategory ul li img[src=""]{
        width: 5px;
        height: 5px;
        max-width: 5px;
        max-height: 5px;
        min-width: unset;
        min-height: unset;
}
.UIServiceCategory_List .ServiceCategory ul li img[src=""]::after {
        content: '';
        width: 100%;
        height: 100%;
        background: url(images/arrow2.png);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        color: #dc3545;
        font-size: 20px;
}
.UIServiceCategory_List .ServiceCategory ul li img:not([src=""])::after {
        content: attr(src);
        width: 100%;
        height: 100%;
        background: white url(images/noimage.png);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        color: #dc3545;
        font-size: 20px;
}
.UIServiceCategory_List div.ServiceCategory ul li .border{
        border: none !important;
        display: flex;
        align-items: center;
        gap: 10px;
}
