div.UIServiceCategory_dichvutructuyen .Content {
        padding: 0;
}
.UIServiceCategory_dichvutructuyen .Title {
        padding: 40px;
        background: #0b60a414;
        max-width: 290px;
        display: flex;
        flex-direction: column;
        text-align: right;
}
.UIServiceCategory_dichvutructuyen .Title:after{
        content: "\f060";
        color: #dd303f;
        font-size: 60px !important;
        transition: all 300ms;
        font-family: 'FontAwesome' !important;
}
.UIServiceCategory_dichvutructuyen .Title:hover:after{
        transform: translateX(-20px);
}
.UIServiceCategory_dichvutructuyen .Title span {
        font-size: 30px;
        text-transform: uppercase;
        color: #0165b1;
        display: inline-block;
        text-align: right;
        font-weight: 600;
}
.UIServiceCategory_dichvutructuyen .ServiceCategory {
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
}
.UIServiceCategory_dichvutructuyen {
        margin-bottom: 50px;
}
.UIServiceCategory_dichvutructuyen .border {
        border: none !important;
}
div.UIServiceCategory_dichvutructuyen .ServiceCategory li {
        margin: 0;
        width: calc(100% / 3 - 14px);
        /* padding: 40px 40px; */
        /* box-shadow: 2px 3px 6px 0 rgb(0 0 0 / 13%); */
        cursor: pointer;
        transition: all 300ms;
        text-decoration: none;
        min-height: 180px;
        background: #fafafa;
}
div.UIServiceCategory_dichvutructuyen li span {
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        color: #0267af;
        display: block;
        text-transform: uppercase;
        padding: 40px;
        padding-top: 0;
}
div.UIServiceCategory_dichvutructuyen ul.nav {
        display: flex !important;
        gap: 20px;
        flex-wrap: wrap;
}
div.UIServiceCategory_dichvutructuyen .Content {
        flex: 1;
}
div.UIServiceCategory_dichvutructuyen .ServiceCategory li:hover {
        transform: translateY(-10px);
        box-shadow: 2px 3px 6px 0 rgb(0 0 0 / 13%);
}
div.UIServiceCategory_dichvutructuyen .ServiceCategory ul li img {
        width: 100%;
        height: 150px;
        /* border-radius: 50%; */
        overflow: hidden;
        margin-bottom: 20px;
        object-fit: cover;
        display: inline-block;
}
div.UIServiceCategory_dichvutructuyen .border {
        text-align: center;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_dichvutructuyen{
                max-width: 100vw;
        }
        .UIServiceCategory_dichvutructuyen .ServiceCategory{
                padding: 0 10px;
                flex-direction: column;
        }
        .UIServiceCategory_dichvutructuyen .Title{
                min-width: 100%;
                background: #fff;
        }
        div.UIServiceCategory_dichvutructuyen .ServiceCategory li{
                width: calc(100% / 2 - 10px);
                padding: 0;
        }
        div.UIServiceCategory_dichvutructuyen li span{
                padding: 40px 20px;
                padding-top: 0;
        }
        .UIServiceCategory_dichvutructuyen .Title span{
                text-align: center;
        }
        .UIServiceCategory_dichvutructuyen .Title:after{
                display: none;
        }
}
