.bg-inner {
    padding-top: 0;
}
.job-detail-container {
    padding: 50px 0;
}
.job-more {
    color: var(--Light-Primary-50);
    margin-bottom: 50px;
    display: block;
    font-weight: 500;
    cursor: pointer;
}
.job-more:hover {
    color: var(--Light-Primary-20);
}
.job-detail_header {
    color: #fff;
    padding: 24px 40px;
    margin-bottom: var(--sp-24);
    box-shadow: var(--shadow);
    position: relative;
    border-radius: 24px;
    background: linear-gradient(269deg, #0071e3 -2.12%, #1235ae 104.06%);
}
.job-detail_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: var(--sp-24);
    line-height: 46px;
}
.job-detail_badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: var(--sp-12);
    list-style: none;
    padding: 0;
}
.job-detail_badges li {
    display: inline-block;
    border-radius: 100px;
    padding: 4px 16px;
    margin-right: 12px;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid var(--Light_mode-Gray_Scale-100);
    background: rgba(243, 245, 251, 0.12);
}
.job-detail_badges li.active {
    border-radius: 100px;
    border: 2px solid rgba(235, 41, 19, 0.3);
    background: linear-gradient(180deg, #ff7f7e 0%, #eb2813 100%);
    color: #fff;
}

.job-detail_info {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    font-size: var(--fs-14);
    margin-top: var(--sp-12);
    border-top: 1px solid #ffffff38;
    margin-top: 24px;
    padding-top: 24px;
}

.card-section {
    padding: 40px;
    margin-bottom: var(--sp-24);
    border-radius: 24px;
    border: 1px solid var(--Light-Primary-50);
    background: #fff;
}
.job-detail_desc {
    color: #000;
}
.section-title {
    font-size: var(--fs-26);
    font-weight: 700;
    color: var(--Light-Primary-20);
    margin-bottom: var(--sp-16);
}

.job-detail_stats {
    margin: var(--sp-32) 0;
}
.job-detail_stats_mobile {
    display: none;
}
.stat {
    padding: 16px;
    text-align: center;
    border: 1px solid var(--Light_mode-Gray_Scale-50);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
    border-radius: 16px;
    background: #f5f7ff;
}
.stat-icon {
    margin-bottom: 6px;
}
.stat-title {
    color: var(--Light-Primary-20);
    font-weight: 600;
}
.stat-value {
    font-size: var(--fs-16);
    font-weight: 400;
    color: var(--Light-Primary-20);
    margin-top: 4px;
}
.job-detail_desc {
    margin-top: var(--sp-24);
}
.job-detail_subtitle {
    font-size: var(--fs-20);
    color: var(--Light-Primary-20);
    font-weight: 600;
    margin: 32px 0 16px 0;
}

.job-detail_desc ul li {
    color: #37374f;
    margin-bottom: 6px;
    font-size: var(--fs-14);
}

.job-detail_share {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.job-detail_share a {
    color: var(--Light-Primary-20);
    background: var(--section-bg);
    border-radius: 100px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
    border: 1px solid var(--Light_mode-Gray_Scale-50);
}
.job-detail_share a:hover {
    background: var(--Light-Third-50);
    color: #fff;
}
.company-card {
    padding: 24px;
}
.company-card .company-name {
    display: flex;
    gap: 16px;
    margin-bottom: var(--sp-16);
}
.company-card .company-name > div:last-child {
    width: 80%;
}
.company-card .company-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 45px;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e9eaec;
}
.company-card .company-title {
    font-size: var(--fs-16);
    font-weight: 700;
    color: var(--Light-Primary-20);
    margin-bottom: var(--sp-8);
}
.company-card .company-loc {
    color: var(--Light_mode-Gray_Scale-40);
}
.company-card .company-desc {
    font-size: var(--fs-14);
    margin-bottom: var(--sp-12);
    color: var(--Light-Primary-20);
    font-weight: 300;
    margin-bottom: 32px;
}
.company-sticky {
    position: sticky;
    top: 10px;
}
.company-info {
    list-style: none;
    padding: 0;
    margin-bottom: var(--sp-12);
}
.company-info li {
    font-size: var(--fs-14);
    color: #37374f;
    margin-bottom: var(--sp-16);
    display: flex;
}
.company-info li span:first-child {
    width: 140px;
    display: inline-block;
}
.company-info li img {
    display: inline-block;
    cursor: pointer;
}
.company-info .company-recruit {
    font-size: var(--fs-14);
    color: #37374f;
    margin-top: var(--sp-8);
}
.btn-mail {
    margin-top: 8px;
    background: var(--Light-Primary-30);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 18px;
    font-weight: 600;
    transition: 0.2s;
}
.btn-mail:hover {
    background: var(--Light-Third-50);
    color: #fff;
}

.info-card .section-title {
    font-size: var(--fs-16);
    font-weight: 700;
    color: var(--Light-Primary-20);
    margin-bottom: var(--sp-8);
}
.info-list {
    list-style: none;
    padding: 0;
}
.info-list li {
    font-size: var(--fs-14);
    color: #37374f;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.info-list i {
    color: var(--Light-Primary-20);
    width: 20px;
}
.job-detail_other {
    margin-top: 80px;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .job-more {
        margin-bottom: 30px;
    }
    .job-detail_header {
        padding: 16px;
    }
    .job-detail_title {
        font-size: 24px;
        line-height: 32px;
    }
    .job-detail_info {
        margin-top: 16px;
        padding-top: 16px;
        gap: 20px;
    }
    .card-section {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .stat-icon img {
        width: 32px;
    }
    .stat-value,
    .stat-title {
        font-size: 14px;
    }
    .job-detail_info {
        background: #ffffff1f;
        padding: 12px;
        border-radius: 0 0 12px 12px;
    }
    .job-detail_title {
        font-size: 20px;
        line-height: 28px;
    }
    .job-detail_badges li {
        margin-right: 4px;
        font-size: 12px;
        padding: 4px 8px;
    }
    .job-detail_stats {
        display: none;
    }
    .job-detail_stats_mobile {
        display: flex;
    }
    .stat {
        height: 100%;
        justify-content: center;
        padding: 8px;
        border-radius: 6px;
    }
    .stat-title {
        font-weight: 300;
    }
    .stat-value {
        font-weight: 600;
        color: var(--Light-Primary-50);
    }
    .job-detail_other {
        margin-top: 20px;
    }
    .job-detail-container {
        padding: 30px 0 0;
    }
}
