.UIServiceCategory_tintuc .ServiceCategory {
        margin: 0 0 10px;
        padding: 10px 0;
}
p.summary {
        text-align: center;
        margin-top: 10px;
        color: #dc3545;
        font-size: 23px;
}
.UIServiceCategory_tintuc .ServiceCategory .Title {
        background: #fff;
        border-radius: 5px 0 0;
        color: #fff;
        font: bold 9pt/24px arial;
        height: 24px;
        padding: 0 6px;
        text-transform: uppercase;
        white-space: nowrap;
        display: none;
}
.UIServiceCategory_tintuc .ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        background: #ffffff;
}
.UIServiceCategory_tintuc .ServiceCategory ul li:hover {
        background: #2f945d;
}
.UIServiceCategory_tintuc .ServiceCategory ul li:hover a{
        color: #fff;
}
.UIServiceCategory_tintuc .ServiceCategory ul li {
        background: #ffffff;
        padding: 10px 15px 10px 30px;
        margin: 0 0 10px 0 !important;
        border-radius: 10px;
        cursor: pointer;
        box-shadow: none;
        transition: all 1s;
}
.UIServiceCategory_tintuc .ServiceCategory ul li a {
        color: #2f945d;
        font: bold 14px arial;
        text-transform: uppercase;
}
.UIServiceCategory_tintuc .ServiceCategory ul li img{
        display:block !important;
        padding-left: 0;
        height: 60px;
        margin: auto;
}
.UIServiceCategory_tintuc .ServiceCategory ul li a .border{
        border: none !important;
        text-align: center;
}
.UIServiceCategory_tintuc .ServiceCategory ul li a .border .article-title{
        margin-top: 10px;
        display: block;
        font-size: 20px;
        font-family: sans-serif;
        font-weight: bold;
}
@media only screen and (max-width: 768px){
        .ServiceCategory ul li {
                padding: 0px !important;
        }
}
