.UIServiceCategory_camnang {
        margin-bottom: 0;
        background: #f0f0f0;
        padding-bottom: 50px;
        max-width: 100vw;
}
.UIServiceCategory_camnang .ServiceCategory{
        width: 1160px;
        margin: auto;
        padding: 15px;
        padding-left: 450px;
        background: url(images/chuyendoiso.svg);
        background-repeat: no-repeat;
        background-size: 350px;
        background-position: 50px;
        max-width: 100%;
}
div.UIServiceCategory_camnang .Content {
        padding: 0;
}
div.UIServiceCategory_camnang .Content a.CustomLink{
        font-family: "NotoSans", sans-serif !important;
        background-color: #007bff;
        border-color: #007bff;
        display: inline-block;
        padding: 10px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 100px;
        font-size: 16px;
        cursor: pointer;
        width: 100%;
        margin-top: 20px;
        color: transparent;
        position: relative;
        transition: 300ms;
}
div.UIServiceCategory_camnang .Content a.CustomLink:hover{
        background: #ff9a3d;
}
div.UIServiceCategory_camnang .Content a.CustomLink:before {
        content: "Xem Ä‘áº§y Ä‘á»§";
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
div.UIServiceCategory_camnang .Title {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
}
div.UIServiceCategory_camnang .Title:before{
        font-family: "NotoSans", sans-serif !important;
        content: "Hàng trăm câu hỏi chuyển đổi số thành công cho người dân, doanh nghiệp và cơ quan Nhà nước";
        font-weight: 600;
        font-size: 14px;
        order: 2;
        margin-bottom: 5px;
}
div.UIServiceCategory_camnang .Title:after{
        font-family: "NotoSans", sans-serif !important;
        content: "Trích dẫn từ nguồn: Cục Tin học hóa - Bộ Thông tin và Truyền thông";
        font-size: 14px;
        order: 2;
        margin-bottom: 5px;
}
div.UIServiceCategory_camnang .Title span {
        font-size: 24px;
        display: inline-block;
        line-height: 50px;
        /* border-bottom: 3px solid; */
        color: #0038b0;
        text-decoration: none;
        text-shadow: 0 1px 0 transparent;
        font-weight: 600;
        /* text-transform: uppercase; */
}
div.UIServiceCategory_camnang .Content ul li {
        margin: 0;
        gap: 15px;
        padding: 0;
        width: calc(100% / 2 - 8px);
}
div.UIServiceCategory_camnang .Content ul {
        display: flex !important;
        gap: 15px;
}
.UIServiceCategory_camnang .Content ul li a span {
        color: #212529;
        display: block;
        padding: 0;
        flex: 1;
}
.UIServiceCategory_camnang .border {
    border-width: 0 !important;
}
.UIServiceCategory_camnang .Content ul li a img {
        display: block;
        width: 195px;
        height: 195px;
        margin: auto;
        object-fit: contain;
        margin-bottom: 30px;
        display: none;
}
.UIServiceCategory_camnang .Content ul li a {
        text-align: left;
        text-decoration: none;
        padding: 15px;
        display: flex;
        background: #fff;
        border-radius: 100px;
        width: 100%;
        align-items: center;
        transition: 300ms;
}
.UIServiceCategory_camnang .Content ul li a:hover {
        background-color: #1c98ff;
}
.UIServiceCategory_camnang .Content ul li:hover span {
        color: #fff !important;
}
.UIServiceCategory_camnang .Content ul li a:before{
        content: '';
        display: inline-block;
        margin-right: 10px;
        width: 25px;
        height: 25px;
        background: url(images/dauhoi.png);
        background-repeat: no-repeat;
        margin-top: 0px;
        background-size: contain
}
@media only screen and (max-width: 1023px){
        .UIServiceCategory_camnang{
                padding: 0 5px;
        }
        .UIServiceCategory_camnang ul{
                column-count: 2 !important;
        }
        .UIServiceCategory_camnang ul li{
                margin-bottom: 30px !important;
        }
        .UIServiceCategory_camnang .ServiceCategory {
                max-width: 100%;
                width: 100%;
                padding: 10px;
                padding-bottom: 50px;
                padding-top: 400px;
                background-position: center 50px;
        }
        div.UIServiceCategory_camnang .Content ul li {
                min-width: 100%;
                margin: 5px 0 !important;
        }
        div.UIServiceCategory_camnang .Content ul{
                gap: 10px;
        }
}
@media only screen and (max-width: 450px){
 
        .UIServiceCategory_camnang ul{
                column-count: 1 !important;
        } 
}