.form-check-label {
        vertical-align: middle;
        font-weight: 500;
        text-transform: none !important;
        letter-spacing: 1px;
        color: #1b252e;
        margin-bottom: 0px;
        cursor: pointer;
        line-height: 18px;
    }

    .align-items-end {
        align-items: flex-end !important;
    }

    .job-title {
        font-family: 'Manrope', sans-serif;

        font-size: 18px;
        color: rgb(2, 68, 48);
    }

    .job-title a {
        font-family: 'Manrope', sans-serif;

        font-size: 20px;
        color: #024430;

    }

    .job-title a:hover {
        font-family: 'Manrope', sans-serif;

        font-size: 20px;
        color: #06d6a0;

    }

    .job_detail_content {
        border-width: 0; 
        background-color: #ecf1f2; 
        border-bottom-left-radius: 8px; 
        border-bottom-right-radius: 8px;
        padding: 10px 20px;
        margin-top:10px;
    }

    .career-box-banner {
        background: none;
    }

    .career-box-banner div {
        /* background: url(<?= url::base() ?>uploads/banner/bg-banner.png); */
        display: flex;
    }

    .recruitment-item .job-title {
        font-size: 20px;
        text-align: left !important;
        line-height: 1.3 !important;
    }

    .text-pace-light-blue {
        color: #024430 !important;
    }

    #load_job_post {
        padding-top: 20px;
    }

    .job-short-wrapper {
        display: flex; 
        justify-content: space-between; 
        width: 100%;
        margin-top: 10px;
    }

    .job-short .h4,
    .job-short p {
        margin-bottom: 8px !important;
    }

    @media only screen and (max-width: 767px) {
        #load_job_post {
            padding-top: 10px;
        }
        
        .job-short-wrapper {
            flex-direction: column;
            margin-top: 15px;
        }

        .btn-destail-job {
            width: 125px;
        }
    }

    .btn-prevent-hover {
        padding: 15px 24px;
        color: #ffe7bb;
        background: #024430;
        border-radius: 4px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
    }

.general-job-banner-bg { left: 50%; position: absolute; transform: translateX(-50%) translateY(-50px); z-index: -1; }
.general-job-heading-row { display: flex; justify-content: space-between; width: 100%; }
.general-job-heading-title { padding-top: 17px; }
.general-job-page-title { color: rgb(2, 68, 48); }
.general-job-upload-btn, .general-job-detail-btn { height: 50px; }
.general-job-short-text { flex: 1; font-size: 16px; }
.general-job-hidden { display: none; }
