.UIServiceCategory_nhiemvu {
        margin-bottom: 20px;
}
.UIServiceCategory_nhiemvu .Title {
        margin-bottom: 15px;
}
.UIServiceCategory_nhiemvu .Title span {
        font-family: "NotoSans", sans-serif !important;
        font-size: 18px;
        display: inline-block;
        line-height: 25px;
        border-bottom: 3px solid;
        color: #0038b0;
        text-decoration: none;
        text-shadow: 0 1px 0 transparent;
        font-weight: 600;
}
div.UIServiceCategory_nhiemvu .Content {
        padding: 0;
}
.UIServiceCategory_nhiemvu .Content ul li {
        margin: 0;
        margin-bottom: 15px;
        position: relative;
}
.UIServiceCategory_nhiemvu .Content ul li:after{
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        transition: 300ms;
        position: absolute;
        top: 16px;
        right: 30px;
        font-size: 20px;
        font-weight: 600;
}
.UIServiceCategory_nhiemvu .Content ul li.toggle:after{
        transform: rotate(90deg);
}
.UIServiceCategory_nhiemvu .Content ul li a {
        display: flex;
        gap: 15px;
        align-items: center;
        text-decoration: none;
        border: 1px solid #2cb3f7;
        border-radius: 100px;
        padding-left: 70px;
        background: url(images/chuyende_icon.png);
        min-height: 60px;
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: 5px center;
        transition: 300ms;
}
.UIServiceCategory_nhiemvu .Content ul li a img {
}
.UIServiceCategory_nhiemvu .Content ul li a span{
        border-radius: 10px 0 0;
        color: #212529;
        display: inline-block;
        padding: 0;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 50px;
        font-family: "NotoSans", sans-serif !important;
        font-size: 16px;
        border: none;
}
.UIServiceCategory_nhiemvu .Content ul li:hover a{
        background-color: #2cb3f7;
}
.UIServiceCategory_nhiemvu .Content ul li:hover:after{
        color: #fff;
}
.UIServiceCategory_nhiemvu .Content ul li:hover span{
        color: #fff;
}
.UIServiceCategory_nhiemvu .article-detail {
        width: 100% !important;
        padding: 10px;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_nhiemvu{
                padding: 10px;
        }
        .UIServiceCategory_nhiemvu .Content ul li a span{
                line-height: 1.5;
                padding-right: 20px
        }
}
