.UIServiceCategory_list .ServiceCategory {
        /* margin: 0 0 10px; */
        padding: 0;
        margin-bottom: 10px;
}
.UIServiceCategory_list .ServiceCategory .Title {
        text-align:center;
        text-transform: uppercase;
        font-weight: 700;
        /* padding: 0px 10px; */
        color: var(--bg-blue-weight);
        display: inline-block;
        background: url(images/tag2.png) ;
        background-size:cover;
        /* padding-left: 35px; */
        width: 100%;
        margin-bottom: 0;
        /* display: none; */
}
.UIServiceCategory_list .ServiceCategory .Title span{
        display: inline-block;
        /* border-bottom: 1px solid; */
        text-transform: uppercase;
        display: block;
        line-height: 25px;
        font-weight: 700;
        font-family: tahoma;
        color: #fff;
        padding: 5px 10px;
        margin: 0;
        font-size: 0.90em;
}
.UIServiceCategory_list div.ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        padding: 0px 10px 10px 10px;
        display: flex !important;
        flex-direction: column;
        gap: 0;
        background:var(--background-blue);
               border-left: 1px solid var(--background-blue);
        border-right: 1px solid var(--background-blue);
        border-radius:5px;
}
.UIServiceCategory_list div.ServiceCategory ul li {
        /* background: url(images/arrow2.png) no-repeat 0px 18px; */
        width: unset;
        margin: 0;
        /* padding: 10px; */
        /* padding-left: 10px; */
        /* background: #FBE9E7; */
        /* padding-right: 10px; */
        display: flex;
        align-items: center;
        transition: 200ms;
        /*background: url(images/bg_left.gif) no-repeat top left;*/
        
        padding-right: 0;
        border-bottom: 1px dotted #a2aad3;
}
.UIServiceCategory_list div.ServiceCategory ul li+li{
        
}
.UIServiceCategory_list .ServiceCategory ul li a {
        color: var(--text-blue);
        font-size: 14px;
        font-weight: 600;
        margin: 8px 0px 2px 0px;
        text-align: left;
        width: 100%;
        background: url(images/dot3.png) no-repeat;
}
.UIServiceCategory_list div.ServiceCategory .Content ul li+li a{
       
}
.UIServiceCategory_list .ServiceCategory ul li a:hover {
        opacity: 0.8;
}
.UIServiceCategory_list div.ServiceCategory .Content{
        padding: 0;
}
.UIServiceCategory_list .ServiceCategory ul li img{
        display: none;
        width: 25px;
        height: 25px;
        position: relative;
}
div.UIServiceCategory_list .ServiceCategory ul li a img{
        display: none;
}
.UIServiceCategory_list .ServiceCategory ul li img[src=""]{
        width: 15px;
        height: 15px;
        max-width: 15px;
        max-height: 15px;
        min-width: unset;
        min-height: unset;
        /* background: #fbe9e7 url(images/huyhieu.gif); */
        background-size: contain;
        background: transparent;
        display: none;
}
.UIServiceCategory_list .ServiceCategory ul li img[src=""]::after {
        content: '';
        width: 100%;
        height: 100%;
        background: #fbe9e7 url(images/huyhieu.gif);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        color: #dc3545;
        font-size: 20px;
        background-size: contain;
        display: none;
}
.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;
}
.UIServiceCategory_list div.ServiceCategory .Content ul li a span{
        line-height: 1.4;
        font-weight: 450;
        font-size: 14px;
        color: var(--text-blue);
        padding-left: 10px;
}
.UIServiceCategory_list div.ServiceCategory ul li:hover{
        /*background: #bd0605;
        border-color: transparent;*/
}
.UIServiceCategory_list div.ServiceCategory ul li:hover a span{
        /*color: #fff;*/
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_list div.ServiceCategory{
                padding: 0 10px;
        }
        .UIServiceCategory_list div.ServiceCategory ul{
                /*flex-direction: row;
                justify-content: flex-start;
                gap: 5px;
                white-space: nowrap;
                flex-wrap: nowrap;
                overflow: auto;*/
        }
}
