ul {
    padding-left: 0 !important;
    margin-bottom: 0rem !important;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

#header .list_active_right>a.join-member {
    /* color: #fff !important; */
}

#content-main {
    padding-top: 25px;
}

#search_category {
    width: 100px;
}

.home-card .card-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.apply-info {
    background-color: #f4f4f4;
    border-left: 5px solid #269dd9;
    margin-top: 10px;
}

.jobs-card {
    position: relative;
    margin-bottom: 40px;
}

.flex {
    display: flex;
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.btn-sm {
    display: block;
    width: 100px;
    height: 38px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #006fff;
    flex: 0 0 auto;
}

.btn-default {
    background-color: #777777;
    color: #ffff !important;
}

.jobs-card .btn-prev {
    margin-left: 15px;
}

.jobs-card .btn-prev {
    background: url(../img/sub/left.png) center no-repeat;
    /* background: #fff; */
    border: 1px solid #e2e2e2;
    height: 28px;
    line-height: 25px;
    text-align: center;
    width: 28px;
    z-index: 12;
}

.jobs-card .btn-next {
    margin-left: 3px;
}

.jobs-card .btn-next {
    background: url(../img/sub/right.png) center no-repeat;
    /* background: #fff; */
    border: 1px solid #e2e2e2;
    height: 28px;
    line-height: 25px;
    text-align: center;
    width: 28px;
    z-index: 12;
}

.form-default .btn_form {
    padding: 10px 19px;
    background-color: #2b63f7;
    border-radius: 4px;
    color: #fff !important;
}

.jobs-card>ul {
    margin: 0 0 24px;
}

.home-card ul {
    display: flex;
    flex-wrap: wrap;
    height: 408px;
}

.home-card.jobs-card-row-5 .card-list {
    width: calc(20% + .5px);
}

.home-card.jobs-card-row-5 .card-list>div:hover::after {
    border-color: #2b63f7;
    border-width: 3px 2px 2px 1px;
}

.home-card .card-list {
    background: #fff;
    margin: 0 -1px -1px 0;
    padding: 12px;
    position: relative;
    width: calc(25% + .75px);
}

.home-card .card-list .card-link {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.home-card .card-list .card-logo {
    align-items: center;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-bottom: 8px;
}

.jobs-card .card-list .company {
    color: #4c7de0;
}

.home-card .card-list .company {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-card .card-list .desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    font-size: 14px;
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    line-height: 1.4;
}

.home-card .card-list>div:after {
    border: 1px solid #eee;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home-card .card-list img {
    display: inline-block;
    max-height: 42px !important;
    max-width: 106px !important;
}

.page-header {
    display: flex;
    justify-content: space-between;
}

.page-header .page-title {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    gap: 20px;
}

.employment-number {
    color: #4048a4;
}

.flex {
    display: flex;
    gap: 5px;
}

*,
:after,
:before {
    border: 0 solid #edf2f7;
    box-sizing: border-box;
}

.border {
    border-width: 1px;
}

.flex-col {
    flex-direction: column;
    gap: 15px;
}

.justify-between {
    justify-content: space-between;
}

.bg-container {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 15px 15px;
    border-radius: 7px;
}

#search_word_c {
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 44px;
    width: 368px;
    background: #fff url(../img/sub/loupe.png) no-repeat 98% center;
}


.speech-bubble {
    display: none;
    position: absolute;
    top: -44px !important;
    left: -200px !important;
    padding: 10px;
    min-width: 215px;
    /* width: unset !important; */
    background-color: #fff;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* đen mờ */
    z-index: 1;
}

.modal-dialog {
    top: 20%;
}

.modal-content {
    z-index: 10;
}

.modal {
    --bs-modal-width: 750px;
}

.modal-header {
    background: #c4e2f3;
    padding: 15px 30px;
}

.modal-body {
    padding: 15px 30px;
}

.modal .modal-content .line {
    border-top-width: 1px;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
}

.modal .modal-content .line .inner {
    background-color: #269dd9;
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 3.125rem;
}

.spe_new {
    position: relative;
}

.text-nothing {
    text-align: center;
    margin-top: 30px;
}

.cursor-pointer {
    cursor: pointer;
}



#delete_apply i.fa-rocket {
    width: 14px;
    height: 14px;
    background: url(../img/sub/rocket.png) no-repeat center;
    display: block;
}

i.fa-bookmark {
    width: 15px;
    height: 18px;
    background: url(../img/sub/bookmark.png) no-repeat center;
    display: block;
    background-size: 15px 18px;
}

i.fa-bookmark-wish {
    width: 15px;
    height: 18px;
    background: url(../img/sub/bookmark_ed.png) no-repeat center;
    display: block;
    background-size: 15px 18px;
}

i.fa-bookmark1 {
    width: 18px;
    height: 18px;
    background: url(../img/sub/internet.png) no-repeat center;
    display: block;
    background-size: 18px 18px;
}

i.fa-bookmark2 {
    width: 18px;
    height: 18px;
    background: url(../img/sub/home.png) no-repeat center;
    display: block;
    background-size: 18px 18px;
}

.spe_flex i.fa-bookmark2:hover+.speech-bubble {
    display: block;
    z-index: 1;
    opacity: 1 !important;
}

i.fa-window-restore {
    width: 14px;
    height: 14px;
    background: url(../img/sub/window.png) no-repeat center;
    display: block;
    background-size: 14px 14px;
}

#delete_apply i:hover+.speech-bubble {
    display: block;
    opacity: 1 !important;
}

i.fa-window-restore:hover+.pop_news {
    display: block;
    opacity: 1 !important;
}

.pop_news {
    display: none;
    position: absolute;
    top: -40px !important;
    left: -210px !important;
    padding: 10px;
    width: unset !important;
    background-color: #fff;
}

.relative {
    position: relative;
}

.spe_flex {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.content_wrap {
    display: flex;
    gap: 15px;
}



.content_wrap .sidebar_wrap {
    width: 188px;
}

.content_wrap .content_right {
    width: calc(100% - 188px - 10px);
}

.content_wrap .sidebar_wrap .title {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 2px solid #252525;
    font-size: 20px;
    font-weight: 700;
}

.content_wrap .sidebar_wrap .tab_sidebar {
    display: flex;
}

.content_wrap .sidebar_wrap .tab_sidebar .tab {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #dbdbdb;
    border-bottom-color: #252525;
    line-height: 44px;
    font-size: 16px;
    font-weight: 700;
    color: #999999;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.content_wrap .sidebar_wrap .tab_sidebar .tab.active {
    border: 1px solid #252525;
    color: #252525;
    border-bottom: 0;
    z-index: 1;
}

.content_wrap .sidebar_wrap .list_loca {
    padding: 10px 0;
}

.content_wrap .sidebar_wrap .list_loca>li {
    position: relative;
}

.content_wrap .sidebar_wrap .list_loca>li>a {
    display: block;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #777;
}

.content_wrap .sidebar_wrap .list_loca>li>a.active {
    background-color: #2b63f7;
    color: #fff !important;
}

.content_wrap .sidebar_wrap .lever_2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 165px;
    max-height: 665px;
    overflow-y: scroll;
    background-color: #f3f4f8;
    padding-left: 16px;
    z-index: 1;
    display: none;
    transition: all 0.3s;
}

.content_wrap .sidebar_wrap .lever_2>li>a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #777 !important;
}

.content_wrap .sidebar_wrap .list_loca>li:hover .lever_2 {
    display: block;
    transition: all 0.3s;
}

.content_wrap .sidebar_wrap .list_loca>li:hover a {
    color: #fff;
}

.content_wrap .sidebar_wrap .list_loca>li:hover {
    /* background-color: #2b63f7; */
    background-color: #a5c4e3;
    color: #fff;
}

.content_wrap .sidebar_wrap .list_loca>li:hover .lever_2 a {
    color: #777;
}

.paging-box .pagination {
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: 20%;
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: #2b63f7;
}

.truncate {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
}

.fa-location-dot {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url('../img/sub/pin.png') no-repeat center;
    background-size: 14px 14px;
}

.fa-briefcase {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url('../img/sub/briefcase.png') no-repeat center;
    background-size: 14px 14px;
}

@media screen and (max-width: 850px) {
    .content_wrap .sidebar_wrap {
        display: none;
    }

    .content_wrap .content_right {
        width: 100%;
    }

    .home-card.jobs-card-row-5 .card-list {
        width: calc(50% + 0.0192rem);
    }

    .page-header {
        display: flex;
        flex-direction: column;
    }

    .form-select-sm {
        padding-top: .25rem;
        padding-bottom: .25rem;
        padding-left: .5rem;
        font-size: .875rem;
        border-radius: var(--bs-border-radius-sm);
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="button"],
    input[type="tel"] {
        border: 1px solid #dcdcdc;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.3846rem;
        height: 2.5385rem;
        width: 14.1538rem;
        background: url(../img/sub/loupe.png) no-repeat 98% center;
        background-size: 1.45rem;
    }

    .bg-container {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        padding: 0.5rem 0.5rem !important;
        border-radius: 0.2692rem;
    }

    .flex-col {
        flex-direction: column;
        gap: 0.2rem;
    }

    .px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .py-3 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important;
    }

    .justify-between {
        justify-content: space-between;
    }

    .text-xs {
        font-size: 0.82rem;
    }

    .justify-end {
        justify-content: flex-end;
    }

    .items-center {
        align-items: center;
    }

    .truncate {
        display: flex;
        align-items: center;
        gap: 0.0769rem;
        max-width: 16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .left_new {
        max-width: 16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .spe_new p:last-of-type {
        margin-bottom: 0.15rem;
        font-size: 0.85rem;
    }

    .truncate a {
        font-size: 1rem;
    }

    .truncate a:last-of-type {

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1rem;
    }

    .truncate.career a,
    .truncate.location a {
        font-size: 0.85rem;
    }

    .truncate.location {
        max-width: 10rem;
    }

    .truncate.location a {
        width: calc(100% - 1rem);
        max-width: unset;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .truncate.career a {
        max-width: 5rem;
    }

    .truncate.location a:last-of-type {
        overflow: unset;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .paging-box .pagination {
        display: flex;
        gap: 1.3462rem;
        justify-content: center;
        margin-top: 1.9231rem;
        margin-bottom: 1.5385rem !important;
        margin-left: 5%;
    }

    .home-card .card-list .company {
        font-size: 0.8846rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-card .card-list .desc {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        display: -webkit-box;
        font-size: 0.9231rem;
        height: 1.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0.1923rem;
        line-height: 1.4;
    }

    .home-card .card-list .card-logo {
        align-items: center;
        display: flex;
        height: 2.6154rem;
        justify-content: center;
        margin-bottom: 0.3077rem;
    }

    #delete_apply i.fa-rocket {
        width: 1rem;
        height: 1rem;
        background: url(../img/sub/rocket.png) no-repeat center;
        background-size: 1rem 1rem;
        display: block;
    }

    i.fa-bookmark {
        width: 1rem;
        height: 1rem;
        background: url(../img/sub/bookmark.png) no-repeat center;
        display: block;
        background-size: 1rem 1rem;
    }

    i.fa-bookmark1 {
        width: 1rem;
        height: 1rem;
        background: url(../img/sub/internet.png) no-repeat center;
        display: block;
        background-size: 1rem 1rem;
    }

    i.fa-bookmark2 {
        width: 1rem;
        height: 1rem;
        background: url(../img/sub/home.png) no-repeat center;
        display: block;
        background-size: 1rem 1rem;
    }

    i.fa-window-restore {
        width: 1rem;
        height: 1rem;
        background: url(../img/sub/window.png) no-repeat center;
        display: block;
        background-size: 1rem 1rem;
    }

    .fa-location-dot {
        content: "";
        display: block;
        width: 1rem;
        height: 1rem;
        background: url(../img/sub/pin.png) no-repeat center;
        background-size: 1rem 1rem;
    }

    .fa-briefcase {
        content: "";
        display: block;
        width: 1rem;
        height: 1rem;
        background: url(../img/sub/briefcase.png) no-repeat center;
        background-size: 1rem 1rem;
    }

    a {
        color: inherit !important;
        text-decoration: none !important;
        font-size: 0.85rem;
    }

    .speech-bubble {
        display: none;
        position: absolute;
        top: -1.5385rem !important;
        left: -6.9231rem !important;
        padding: 0.3846rem;
        width: unset !important;
        background-color: #fff;
    }

    .flex {
        gap: 0.4rem;
    }

    .form-submit-event {
        flex-wrap: wrap;
    }

    #search_category {
        width: 5.769rem;
    }

    #search_word_c {
        border: 1px solid #dcdcdc;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        height: 2.2rem;
        width: 19.5rem;
        background: #fff url(../img/sub/loupe.png) no-repeat 98% center;
        background-size: 0.923rem 0.923rem;
    }

    .form-default .btn_form {
        padding: 0.385rem 0.731rem;
        background-color: #2b63f7;
        border-radius: 0.154rem;
        color: #fff !important;
    }
}