.ServiceCategory img[src="https://storage-vnportal.vnpt.vn/gov-tnn/1/images/faviconkhcn-5.png"] {
    content: url("https://storage-vnportal.vnpt.vn/gov-tnn/themes/maubinhyen/namdinhpost/uiservicecategory/images/quoc-huy2.png");
}

.UIServiceCategory_chuyenmuc_kh .ServiceCategory {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;   
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory .Content {
       border: 1px solid  #5473e424;
        max-height: 700px;
       overflow-y: auto;
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory .Title {
    padding: 8px 13px;
    background-color: #1e73be;
    text-transform: uppercase;
    background-image: url(https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory .Title span{
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        padding-left: 0;
        margin-top: 2px;
        text-align: left;
        /* text-shadow: 0px 1px 1px #888; */
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        padding: 10px;
        text-align: right;
        display: flex !important;
        justify-content: flex-start;
        gap: 10px;
}
.UIServiceCategory_chuyenmuc_kh div.ServiceCategory ul li {
        width: 100%;
        text-align: center;
        border-radius: 5px;
        min-height: 40px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        background: #fff;
        padding: 0;
}
.UIServiceCategory_chuyenmuc_kh div.ServiceCategory ul li:after{
        /*
        content: '';
        width: 92%;
        height: 90%;
        background: linear-gradient(45deg, #FFC107, #FF5722);
        position: absolute;
        border-radius: 5px;
        z-index: -1;
        transform: rotate(-1deg);
        left: 6px;
        */
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory ul li a {
        color: #1565C0;
        text-shadow: none;
        font-style: italic;
        font-weight: 600;
        flex: 1;
        padding: 5px 10px;
        display: block;
        background: #fff;
        border: 1px solid #1976d26e;
        border-radius: 5px;
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory ul li a img{
        display: block;
        width: 40px;
        height: 40px;
        background: #ffffff;
        object-fit: contain;
        background-size: contain;
        position: relative;
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory ul li a p{
        display:none;
}


.UIServiceCategory_chuyenmuc_kh .ServiceCategory ul li a img[src=""]:after{
          width: 40px;
          height: 40px;
          background: url(images/quoc-huy2.png) no-repeat center #fff;
          background-size: contain;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          /* z-index: auto; */
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory ul li a span{
        font-size: 16px;
        text-transform: uppercase;
        flex: 1;
        text-align: center;
}
.UIServiceCategory_chuyenmuc_kh .ServiceCategory ul li a>.border{
        border: none !important;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_chuyenmuc_kh  .ServiceCategory ul{
                flex-wrap: nowrap;
                white-space: nowrap;
                overflow: auto;
                justify-content: start;
        }
}
