.ServiceCategory {
        margin: 0 0 10px;
}
.ServiceCategory .Title:before {
        content: "\f0c9";
        color: #f3f7fb;
        font-family: 'FontAwesome';
        margin-right: 8px;
        DISPLAY: NONE;
}
.ServiceCategory .Title {
        height: 41px;
        /* border-bottom: 2px solid  #0d5844; */
        margin-top: 1.2rem;
        /* margin-bottom: 1rem; */
}
.ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
}
.ServiceCategory ul li {
        padding: 4px 0;
        background: none;
        border-bottom: solid 1px #ccc;
}
.ServiceCategory ul li a {
        color: #3e3e3e;
        font-size: 15px;
        font-family: arial;
        font-weight: 500;
        display: flex;
        /* margin: 0 8px; */
        padding: 6.8px 0px;
}
.ServiceCategory ul li a:hover {
        color: #f3f7fb;
}
.ServiceCategory ul li a:hover{
        /* background-color: #0d5844; */cursor: pointer;
}
.ServiceCategory ul li:hover a span {
        color: #ea3535;
}
.ServiceCategory ul li:hover a span::before {
        color: #ea3535 !important;
        z-index: 99999999;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.ServiceCategory ul li img{
        display: block !important;
}
.ServiceCategory ul li a img {
        width: 30px;
        height: 30px;
        margin: 0 12px;
        display: none !important;
}
.ServiceCategory .Title span {
        color: #f90000;
        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;
}
