.UIServiceCategory_Content .ServiceCategory {
        margin: 0 0 15px;
}
.UIServiceCategory_Content .ServiceCategory .Title {
        height: 42px;
        text-align: left;
        background: #0071a6;
        padding: 0;
        display: flex;
        align-items: center;
        width: 100%;
}
.UIServiceCategory_Content .ServiceCategory .Title span{
        color: #ffffff;
        padding: 0;
        text-transform: uppercase;
        font-weight: bold;
        background: url(https://storage-vnportal.vnpt.vn/hgg-sogddt/9108/Icon/icon-site.png);
        background-repeat: no-repeat;
        background-position: 10px -12px;
        padding-left: 45px;
}
.UIServiceCategory_Content .ServiceCategory ul {
        border: none;
        list-style: outside none none;
        margin: 0;
        padding: 5px 10px;
        border-top: 0;
        padding-top: 5px;
        position: relative;
}
.UIServiceCategory_Content .ServiceCategory ul.nav>li {
        padding: 0;
        border-bottom: none;
        background-repeat: no-repeat;
        background-image: url(/themes/hagiangedu/images/icon-listnew.png);
        background-position: left 17px;
        padding-left: 10px;
        margin: 0;
        padding-right: 10px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
}
.UIServiceCategory_Content .ServiceCategory ul li a{
        text-decoration: none;
        display: inline-block;
        width: 100%;
}
.UIServiceCategory_Content .ServiceCategory ul li a span.article-title {
        text-transform: none!important;
        width: 100%;
        display: flex;
        color: #004f80;
        font-size: 14px;
        align-items: center;
        padding-left: 0;
        padding-top: 10px;
        text-decoration: none;
        line-height: 1.6;
        font-weight: normal;
        padding-bottom: 10px;
}
.UIServiceCategory_Content .ServiceCategory ul li+li>a {
        border-top: 1px dotted #73a0bc;
}
.UIServiceCategory_Content .ServiceCategory ul li a p.summary{
        font-size: 13px;
        color: #333;
        margin: 0;
}
.UIServiceCategory_Content .ServiceCategory ul li a:hover {
        color: #004f9c;
}
.UIServiceCategory_Content .ServiceCategory div.Content{
        padding: 0;
        background: #e1edf3;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_Content  div.ServiceCategory .Title {
                height: 42px !important;
        }
        .UIServiceCategory_Content div.ServiceCategory {
                padding: 0 10px !important;
                margin-bottom: 10px;
        }
        .UIServiceCategory_Content .ServiceCategory ul li a span.article-title {
                text-align: left;
                font-size: 13px;
        }
}
