/* CTO - Cap nhat css*/
.ServiceCategory {
        margin-bottom: 10px;
        padding: 5px;
        box-shadow: var(--box-category);
        border-radius: 4px;
}
.ServiceCategory .Title {
		height: 40px;
        width: 100%;
        margin-bottom: 10px;
        border-top: 3px solid var(--vblue);
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		position: relative;
        /* font-size: 14px;
        border-top: 3px solid #2A58A0;
		*/
}
.ServiceCategory .Title span {
		font-family: 'Merriweather';
        font-size: 15px;
		font-weight: 600;
        line-height: 40px;
        text-align: left;
        color: #031739;
		background-size: 20px;
		background-position-x: 5px;
		white-space: nowrap;
        position: relative;
		display: inline-block;
		/*text-transform: uppercase;
		font-family: Roboto;
        padding: 10px 0px;
		*/
}
.ServiceCategory .Title span:before {
        content: '';
        position: absolute;
        width: 120px;
        height: 1.5px;
        background-color: var(--color-primary);
        bottom: 5px;
        left: 2px;
}
.ServiceCategory .Content {
        padding: 0 !important;
        height: auto;
        max-height: 322px;
        overflow: hidden;
        overflow-y: auto;
}
.ServiceCategory ul li {
        padding: 6px 0;
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
}
.ServiceCategory ul li a {
        color: #444444;
        font-size: 15px;
        display: flex;
        align-items: flex-start;
        text-decoration: none;
}
.ServiceCategory ul li img {
        height: 15px;
        filter: invert(29%) sepia(87%) saturate(594%) hue-rotate(181deg) brightness(89%) contrast(100%);
}
.ServiceCategory .border {
        border: none !important;
}
/* CTO - Cap nhat css*/
.ServiceCategory ul li a span {
        font-family: 'Merriweather';
        flex-grow: 1;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        color: #FF3131;
        margin-left: 10px;
        font-weight:bold;
        /* 
        font-family: Roboto;
        position: relative;
        */
}
@media only screen and (max-width: 768px){
        .ServiceCategory {
                padding: var(--padding-res);
                margin-bottom: 20px;
        }
}