.tuyen_dung__list.loading:after {
    font-size: 30px;
}

.loading.tuyen_dung__list {
    position: relative;
}

.tuyen_dung__list.loading:before {
    display: block;
}

.tuyen_dung__list:before {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff87;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tuyen_dung__list:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f1ce';
    font-size: 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.pagination.d-none {
    display: none;
}