ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    margin-right: 20px;
}

.group-item {
    margin-bottom: auto;
    margin-top: auto;
    width: 100%;
}

.nav-item {
    font-size: 18px;
}

@media only screen and (max-width: 	1280px) {
    .header-user-manager{
        color: #ffffff!important;
        display: inline-block;
        width: 150px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 481px) {
    .header-user-res{
        color: #000000!important;
        display: inline-block;
        width: 130px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

.responsive-mobi{
    display: none;
}

@media only screen and (max-width: 991px) {
    .responsive-mobi{
        display: block;
    }
    .applicant-infor{
        display: none;
    }

    .footer-navigation li {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

    hr.solid {
        border-top: 1px solid #bbb;
        margin: 0;
    }

    .responsive-mobi button::after{
        color: white;
    }
}

@media only screen and (max-width: 1024px) {
    li {
        font-size: 16px !important;
    }
}