.UIServiceCategory_menu {
        margin-bottom: 20px;
}
.UIServiceCategory_menu .Title {
        margin-bottom: 15px;
}
.UIServiceCategory_menu  .ServiceCategory .Title {
    background: rgba(0, 0, 0, 0) url("images/menutop.jpg") repeat scroll center center;
    border: 1px solid #0084d6;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font: bold 10pt/35px arial;
    height: 35px;
    padding-left: 15px;
    text-transform: none;
}
.UIServiceCategory_menu .Title span {
   color: #ffffff;
   font-size: 1rem;
   display: inline-block;
   text-decoration: none;
   /* background: #eeeeee; */
   position: relative;
   font-weight: 600;
   /* margin-bottom: 30px; */
   line-height: 35px;
}
.UIServiceCategory_menu .Title span:after {
   /* content: ""; */
   position: absolute;
   left: 0;
   bottom: -10px;
   /* border-top: 3px solid #F48220; */
   width: 68px;
}
div.UIServiceCategory_menu .Content {
        padding: 0;
}
.UIServiceCategory_menu .Content ul li {
        margin: 0;
        margin-bottom: 23px;
        position: relative;
}
.UIServiceCategory_menu .Content ul li:after{
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        transition: 300ms;
        position: absolute;
        top: 16px;
        right: 10px;
        font-size: 20px;
        font-weight: 600;
}
.UIServiceCategory_menu .Content ul li.toggle:after{
        transform: rotate(90deg);
}
.UIServiceCategory_menu .Content ul li a {
        display: flex;
        gap: 15px;
        align-items: center;
        text-decoration: none;
        border: 1px solid #2cb3f7;
        border-radius: 10px;
        min-height: 60px;
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: 5px center;
        transition: 300ms;
        padding-left: 10px;
}
.UIServiceCategory_menu .Content ul li a img {display: unset;width: 48px;border-radius: 50%;}
.UIServiceCategory_menu .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;
        padding-left: 5px;
}
.UIServiceCategory_menu .Content ul li:hover a{
        background-color: #2cb3f7;
}
.UIServiceCategory_menu .Content ul li:hover:after{
        color: #fff;
}
.UIServiceCategory_menu .Content ul li:hover span{
        color: #fff;
}
.UIServiceCategory_menu .article-detail {
        width: 100% !important;
        padding: 10px;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_menu{
                padding: 10px;
        }
        .UIServiceCategory_menu .Content ul li a span{
                line-height: 1.5;
                padding-right: 20px
        }
}
