.ServiceCategory {
        margin: 0 0 10px;
}
.ServiceCategory .Title {
        background: #0685d0 url(images/bar.png) no-repeat scroll right center;
        border-radius: 3px 3px 0 0;
        height: 30px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 10px;
        line-height: 30px;
        color: #ffffff;
        text-align: left;
}
.ServiceCategory ul {
        border: 1px solid #e0e0e0;
        list-style: outside none none;
        margin: 0;
        padding: 10px;
        overflow-y: auto;
}
.ServiceCategory ul::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
}
.ServiceCategory ul::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius:5px;
}
.ServiceCategory ul li {
        background: rgba(0, 0, 0, 0) url("images/icon.png") no-repeat scroll left center;
        padding: 5px 5px 5px 13px;
        margin: 0 !important;
}
.ServiceCategory ul li a {
        color: #212529;
        font-size: 13px;
        text-decoration: none;
}
.ServiceCategory ul li a:hover {
        color: #004f9c;
}
.ServiceCategory .Title span {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        background: url(https://storage-vnportal.vnpt.vn/pyn-ubnd/7645/banner/icon-cat.png) no-repeat 10px;
        background-position: left;
        background-size: auto;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 26px;
        line-height: 27px;
}
div.ServiceCategory .Content {
        padding: 0;
}
@media only screen and (max-width: 768px){
        .ServiceCategory .Content {
                padding: 0 !important;
        }
        div.ServiceCategory {
                padding: 0 15px;
                margin-bottom: 15px;
        }
        div.ServiceCategory .Content {
                padding: 0;
        }
        div.ServiceCategory .Title {
                height: 30px !important;
        }
        div.ServiceCategory {
                padding: 0 15px !important;
                margin-bottom: 15px;
        }
        div.ServiceCategory .Title {
                height: 30px !important;
        }
        div.ServiceCategory .Content {
                padding: 0;
        }
}
