.UIServiceCategory_dangnhap .Content li {
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 35px;
        margin: 0;
        padding: 0;
        width: unset;
}
.UIServiceCategory_dangnhap  .Content li a {
        display: flex;
        align-items: center;
        background: linear-gradient(to right, #0C5ADB, #0C5ADB);
        border-radius: 20px;
        transition: opacity 0.3s linear;
        padding: 6px 16px;
        justify-content: center;
        white-space: nowrap;
}
.UIServiceCategory_dangnhap  .Content li a span{
        font-family: "Google Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px; 
        color: #FFFFFF;
        font-feature-settings: 'salt' on;
        
}
.UIServiceCategory_dangnhap .Content ul{
        display: flex !important;
        justify-content: flex-end;
        min-height: 80px;
        flex-wrap: wrap;
        align-items: center;
}
.UIServiceCategory_dangnhap .Content li a:hover{
        background: linear-gradient(to right, #3783fe, #0C5ADB);
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_dangnhap .Content ul {
                min-height: unset;
        }
        .UIServiceCategory_dangnhap {
             
        }
        .UIServiceCategory_dangnhap div.ServiceCategory {
                padding: 0;
        }
        .UIServiceCategory_dangnhap  .Content li a span{
                font-size: 0px;
                display: flex;
        }
         .UIServiceCategory_dangnhap  .Content li a span:after{
                 content: "Tư vấn";
                 font-size: 16px;
         }
         .UIServiceCategory_dangnhap  .Content li a span:before{
                 content: '\f1d8';
                 font-family: 'Font Awesome 5 Pro';
                 font-size: 16px;
                 padding-right: 5px;
         }
}
