.ServiceCategory .Title span {
        line-height: 15px;
        color: #ffffff;
        display: inline-block;
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
}
.ServiceCategory {
        margin-top: 15px;
        background: #fff;
}
.ServiceCategory .Title {
        font-weight: bold;
        text-align: left;
        padding:5px 15px;
        /* margin-bottom: 5px; */
        background: #d65a01;
        border-radius: 2px 2px 0 0;
}
.ServiceCategory .Content {
        padding-bottom: 10px;
        height: auto;
        max-height: 322px;
        overflow: hidden;
        overflow-y: auto;
        border: 1px solid #ececec;
}
.ServiceCategory ul {
        list-style: auto;
        padding-left: 15px;
        list-style-image: url(https://storage-vnportal.vnpt.vn/gov-hni/5929/Icon/arrow2.png);
        padding-bottom: 12px;
}
.ServiceCategory ul li {
        padding: 5px;
        width: 100%;
        /* margin-left: 0 !important; */
        padding-left: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
}
.ServiceCategory ul li a {
        color: #444444;
        font-size: 15px;
        display: flex;
        align-items: flex-start;
        text-decoration: none;
}
.ServiceCategory ul li img {
        max-width: 15px;
        display: none;
}
.ServiceCategory .border {
        border: none !important;
}
.ServiceCategory ul li a span {
        flex-grow: 1;
        font-style: normal;
        line-height: 21px;
        color: #383b3f;
        margin-left: 3px;
        padding-top: 0;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
}
