.UIServiceCategory_list2{
margin-top:25px;
}
.UIServiceCategory_list2 .ServiceCategory {
        /* margin: 0 0 10px; */
        padding: 0;
        margin-top: 10px;
}
.UIServiceCategory_list2 .ServiceCategory .Title {
        margin-bottom: 10px;
}
.UIServiceCategory_list2 .ServiceCategory ul li:first-child {
        display: none;
}
.UIServiceCategory_list2 .ServiceCategory .Title span{
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 18px;
        font-family: 'Merriweather';
        color: #cc0212;
        font-weight: 700;
        display: inline-block;
        padding-left: revert-layer;
        position: relative;
        padding-left: 40px;
}
.UIServiceCategory_list2 .ServiceCategory .Title span:after{
        content: "\f002";
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        font-size: 10px;
        position: absolute;
        left: 0;
        color: #be2626;
        top: -4px;
        font-size: 25px;
}
.UIServiceCategory_list2 div.ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        display: flex !important;
        flex-direction: column;
        gap: 22px;
        /* padding-top: 10px; */
}
.UIServiceCategory_list2 div.ServiceCategory ul li {
        width: unset;
        margin: 0;
        background: linear-gradient(45deg, #fff5e5, transparent);
        display: flex;
        align-items: center;
        transition: 200ms;
        flex-grow: 1;
}
.UIServiceCategory_list2 div.ServiceCategory ul li+li{
        border-top: 1px solid #fef0dc;
}
.UIServiceCategory_list2 .ServiceCategory ul li a {
        font-size: 14px;
        font-weight: 600;
        padding: 20px;
        /* border-left: 1px solid #6c757d1f; */
        text-align: left;
        width: 100%;
}
.UIServiceCategory_list2 div.ServiceCategory .Content ul li+li a{
        padding: 20px;
}
.UIServiceCategory_list2 .ServiceCategory ul li a:hover {
        /* color: #004f9c; */
}
.UIServiceCategory_list2 div.ServiceCategory .Content{
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 0 10px 10px rgb(64 56 56 / 10%);
}
.UIServiceCategory_list2 .ServiceCategory ul li img{
        display: inline-block;
        width: 35px;
        height: 35px;
        position: relative;
}
div.UIServiceCategory_list2 .ServiceCategory ul li a img{
        display: inline-block;
        background: #feecd4;
        padding: 5px;
        border-radius: 4px;
}
.UIServiceCategory_list2 .ServiceCategory ul li img[src=""]{
        width: 15px;
        height: 15px;
        max-width: 15px;
        max-height: 15px;
        min-width: unset;
        min-height: unset;
        background: #fbe9e7 url(images/huyhieu.gif);
        background-size: contain;
}
.UIServiceCategory_list2 .ServiceCategory ul li img[src=""]::after {
        content: '';
        width: 100%;
        height: 100%;
        background: #fbe9e7 url(images/huyhieu.gif);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        color: #dc3545;
        font-size: 20px;
        background-size: contain;
}
.UIServiceCategory_list2 .ServiceCategory ul li img:not([src=""])::after {
        content: attr(src);
        width: 100%;
        height: 100%;
        background: white url(images/noimage.png);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        color: #dc3545;
        font-size: 20px;
}
.UIServiceCategory_list2 div.ServiceCategory ul li .border{
        border: none !important;
        display: flex;
        align-items: center;
        gap: 10px;
}
.UIServiceCategory_list2 div.ServiceCategory .Content ul li a span{
        line-height: 1.4;
        font-weight: 450;
        font-size: 16px;
        word-break: break-word;
        white-space: normal;
        color: #333;
}
.UIServiceCategory_list2 div.ServiceCategory ul li:hover{
        /* background: #bd0605; */
        border-color: transparent;
        background: linear-gradient(45deg, #fdca7b, transparent);
}
.UIServiceCategory_list2 div.ServiceCategory ul li:hover a span{
        /* color: #d72225; */
}
@media only screen and (max-width: 1024px){
        .UIServiceCategory_list2 div.ServiceCategory{
                padding: 0 10px;
        }
        .UIServiceCategory_list2 .ServiceCategory ul li:first-child {
                display: flex;
        }
        .UIServiceCategory_list2 div.ServiceCategory ul{
                flex-direction: row;
                justify-content: flex-start;
                gap: 5px;
                white-space: nowrap;
                flex-wrap: nowrap;
                overflow: auto;
                flex-wrap: wrap;
        }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
        .UIServiceCategory_list2 div.ServiceCategory ul li{
                width: calc(100%/3)
        }
        .UIServiceCategory_list2 div.ServiceCategory .Content{
                padding: 0;
                box-shadow:none;
        }
}
@media only screen and (max-width: 768px){
       .UIServiceCategory_list2 div.ServiceCategory .Content{
                padding: 0;
                box-shadow:none;
        }
        .UIServiceCategory_list2 .ServiceCategory .Title span{
                font-size: 14px!important;
        }
}