.UIServiceCategory_dichvu .ServiceCategory {
        margin: 0 0 10px;
        margin-bottom: 50px;
}
.UIServiceCategory_dichvu .ServiceCategory .Title {
        font-size: 36px;
        font-weight: 700;
        color: #167a4c;
        margin-bottom: 50px;
        position: relative;
        padding-top: 15px;
        text-align: center;
        margin-top: 50px;
}
.UIServiceCategory_dichvu .ServiceCategory .Title:before {
        content: '';
        width: 50px;
        height: 4px;
        background: #76b043;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
}
.UIServiceCategory_dichvu .ServiceCategory ul {
        /* border: 1px solid #ddd; */
        /* border-radius: 0 0 5px 5px; */
        list-style: none;
        margin: 0;
        padding: 0;
        /* background:#F0F0F0; */
        display: flex !important;
        flex-wrap: wrap;
        /* column-count: 2 !important; */
        /* box-shadow: 0 0 15px -3px rgb(0 0 0 / 50%); */
        gap: 50px;
        justify-content: space-between;
        counter-reset: dichvuidx;
}
.UIServiceCategory_dichvu .ServiceCategory ul li {
        background: rgba(0, 0, 0, 0) url("Images/i.gif") no-repeat scroll left center;
        display: flex;
        position: relative;
        border: 1px solid #fff;
        border-radius: 0 50% 0 50%;
        height: 300px;
        width: 300px;
        padding: 0;
        /* margin: 0 auto 25px auto; */
        box-shadow: 0 0 15px -3px rgb(0 0 0 / 50%);
        transition: .3s all linear;
        overflow: hidden;
        padding-left: 0;
        counter-increment: dichvuidx;
}
.UIServiceCategory_dichvu .ServiceCategory ul li a {
        color: #167a4c;
        font-size: 14px;
        /* display: flex; */
        display: inline-block;
        /* height: 250px; */
        overflow: hidden;
        width: 100%;
        align-items: center;
        text-align: left;
}
.ServiceCategory ul li a:hover {
        color: #004f9c;
}
.UIServiceCategory_dichvu .ServiceCategory ul li a img{
        display: block;
        width: calc(100% / 2);
        height: 100%;
        object-fit: cover;
        float: left;
        margin-right: 20px;
        filter: brightness(0.8);
        opacity: 0.8;
        transition: 300ms;
}
div.ServiceCategory .Content {
        padding: 0;
}
div.ServiceCategory ul li {
        margin: 0;
        padding: 0;
}
.UIServiceCategory_dichvu .ServiceCategory ul li:nth-child(1) a img, .UIServiceCategory_dichvu .ServiceCategory ul li:nth-child(2) a img, .UIServiceCategory_dichvu .ServiceCategory ul li:nth-child(5) a img, .UIServiceCategory_dichvu .ServiceCategory ul li:nth-child(6) a img{
        /* float: right; */
        /* margin: 0; */
        /* margin-left: 20px; */
}
.UIServiceCategory_dichvu div.ServiceCategory ul li a .article-title {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
        color: #3C3D41;
        padding: 0;
        padding-bottom: 0;
        padding-top: 50px;
        text-align: left;
        padding-right: 35px;
}
.UIServiceCategory_dichvu div.ServiceCategory ul li a .article-title:before {
        content: "0" counter(dichvuidx);
        /* position: absolute; */
        left: 15px;
        top: 12px;
        letter-spacing: 2px;
        color: #006938;
        font-size: 24px;
        font-weight: 700;
        display: block;
        margin-bottom: 10px;
}
.UIServiceCategory_dichvu div.ServiceCategory ul li a .summary {
        display: block;
        margin-bottom: 20px;
        font-weight: normal;
        /* text-transform: uppercase; */
        color: #3C3D41;
        padding: 0;
        padding-top: 0;
        font-size: 14px;
        color: #666B6F;
        padding-right: 35px;
}
.UIServiceCategory_dichvu .ServiceCategory ul li:nth-child(1) img{
        /* float: right; */
        /* margin: 0; */
}
.UIServiceCategory_dichvu .ServiceCategory ul li:after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        /* transform: translate(-50%); */
        background: url(images/icon-arrow-sector.png) center center no-repeat;
        background-size: 100%;
        height: 15px;
        width: 22px;
        z-index: 2;
        transform: rotate(-180deg) translate(50%);
}
.UIServiceCategory_dichvu .ServiceCategory ul li:hover{
        border: 1px solid #167a4c;
}
.UIServiceCategory_dichvu .ServiceCategory ul li:hover img{
        opacity: 1;
        filter: brightness(1);
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_dichvu .ServiceCategory ul {
                justify-content: center;
        }
        .UIServiceCategory_dichvu .ServiceCategory {
                padding: 0 20px;
        }
        .UIServiceCategory_dichvu .ServiceCategory ul li {
                width: 100%;
                height: 65vw;
                max-width: 300px;
                max-height: 300px;
        }
        .UIServiceCategory_dichvu .ServiceCategory .Title {
                margin-bottom: 50px !important;
        }
}
