.col-lg-3 .ServiceCategory {
    margin: 0 0 10px;
}
.col-lg-3 .ServiceCategory .Title:before {
    content: "\f0c9";
    color: #fff;
    font-family: 'FontAwesome';
    margin-right: 8px;
    DISPLAY: NONE;
}
.col-lg-3 .ServiceCategory .Title {
    height: 41px;
    /* border-bottom: 2px solid  #ed0e18; */
    margin-top: 1.2rem;
    /* margin-bottom: 1rem; */
}
.col-lg-3 .ServiceCategory ul {
      list-style: outside none none;
    margin: 0;
}
.col-lg-3 .ServiceCategory ul li {
   padding: 4px 0;
   background: none;
   border-bottom: solid 1px #ccc;
}
.col-lg-3 .ServiceCategory ul li a {
    color: #3e3e3e;
    font-size: 15px;
    font-family: arial;
    font-weight: 500;
    display: flex;
    /* margin: 0 8px; */
    padding: 6.8px 0px;
}
.col-lg-3 .ServiceCategory ul li a:hover {
    color: #fff;
}
.col-lg-3 .ServiceCategory ul li a:hover{/* background-color: #ed0e18; */cursor: pointer;}
.col-lg-3 .ServiceCategory ul li:hover a span {color: #ea3535;}
.col-lg-3 .ServiceCategory ul li:hover a span::before {color: #ea3535 !important;z-index: 99999999;}
.col-lg-3 .ServiceCategory ul li:nth-child(1) a span::before {
    color: #0050c7;
    margin-right: 8px;
    font-size: 20px;
    line-height: 24px;
    width: 16px;
    vertical-align: middle;
    z-index: 999999;
    content: "\f57e";
    font-family: 'Font Awesome 5 Pro' !important;
}
.col-lg-3 .ServiceCategory ul li:nth-child(2) a span::before {
    color: #0050c7;
    margin-right: 8px;
    font-size: 20px;
    line-height: 24px;
    width: 16px;
    vertical-align: middle;
    z-index: 999999;
    content: "\f1ea";
    font-family: 'Font Awesome 5 Pro' !important;
}
.col-lg-3 .ServiceCategory ul li:nth-child(3) a span::before {
    color: #0050c7;
    margin-right: 8px;
    font-size: 20px;
    line-height: 24px;
    width: 16px;
    vertical-align: middle;
    z-index: 999999;
    content: "\f680";
    font-family: 'Font Awesome 5 Pro' !important;
}
.col-lg-3 .ServiceCategory ul li:nth-child(4) a span::before {
    color: #0050c7;
    margin-right: 8px;
    font-size: 20px;
    line-height: 24px;
    width: 16px;
    vertical-align: middle;
    z-index: 999999;
    content: "\f007";
    font-family: 'Font Awesome 5 Pro' !important;
}
.col-lg-3 .ServiceCategory ul li:nth-child(5) a span::before {
    color: #0050c7;
    margin-right: 8px;
    font-size: 20px;
    line-height: 24px;
    width: 16px;
    vertical-align: middle;
    z-index: 999999;
    content: "\f849";
    font-family: 'Font Awesome 5 Pro' !important;
}
.col-lg-3 .ServiceCategory ul li:nth-child(6) a span::before {
    color: #0050c7;
    margin-right: 8px;
    font-size: 20px;
    line-height: 24px;
    width: 16px;
    vertical-align: middle;
    z-index: 999999;
    content: "\f851";
    font-family: 'Font Awesome 5 Pro' !important;
}
.col-lg-3 .ServiceCategory ul li img{
        display: block !important;
}
.col-lg-3 .ServiceCategory ul li a img {
    width: 30px;
    height: 30px;
    margin: 0 12px;
        display: none !important;
}
.col-lg-3 .ServiceCategory .Title span {
    color: #00a51c;
    background: #fff url(images/line-hoaphuong.png) no-repeat 10px;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px 10px 35px;
}
.Content .nav span.article-title {
    padding: 0 8px;
}