.UIServiceCategory_list2 .ServiceCategory {
        /* margin: 0 0 10px; */
        padding: 0;
        margin-bottom: 10px;
}
.UIServiceCategory_list2 .ServiceCategory .Title {
        width: 100%;
        margin-bottom: 0;
        /* display: none; */
        padding: 6px 13px !important;
    background-color: #1e73be;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-image: url(https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png);
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 14px;
    font-family: "NotoSans", sans-serif;

}
.UIServiceCategory_list2 .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;
        margin: 0;
        font-size: 0.90em;
}
.UIServiceCategory_list2 div.ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        padding: 0px 10px 10px 10px;
        display: flex !important;
        flex-direction: column;
        gap: 0;
    
               border: 1px solid #bcd8eb;
	border-top:0;
}
.UIServiceCategory_list2 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_list2 div.ServiceCategory ul li+li{
        
}
.UIServiceCategory_list2 .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_list2 div.ServiceCategory .Content ul li+li a{
       
}
.UIServiceCategory_list2 .ServiceCategory ul li a:hover {
        opacity: 0.8;
}
.UIServiceCategory_list2 div.ServiceCategory .Content{
        padding: 0;
}
.UIServiceCategory_list2 .ServiceCategory ul li img{
        display: none;
        width: 25px;
        height: 25px;
        position: relative;
}
div.UIServiceCategory_list2 .ServiceCategory ul li a img{
        display: none;
}
.UIServiceCategory_list2 .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_list2 .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_list2 .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_list2 div.ServiceCategory ul li .border{
        border: none !important;
        display: flex;
        align-items: center;
        gap: 10px;
}
.UIServiceCategory_list2 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_list2 div.ServiceCategory ul li:hover{
        /*background: #bd0605;
        border-color: transparent;*/
}
.UIServiceCategory_list2 div.ServiceCategory ul li:hover a span{
        /*color: #fff;*/
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_list2 div.ServiceCategory{
                padding: 0 10px;
        }
        .UIServiceCategory_list2 div.ServiceCategory ul{
                /*flex-direction: row;
                justify-content: flex-start;
                gap: 5px;
                white-space: nowrap;
                flex-wrap: nowrap;
                overflow: auto;*/
        }
}