.sschung {
    padding-top: 70px !important;
    padding-bottom: 0 !important;
}
.section-content.relative {
    margin: 0 !important;
}

.row.row-small {
    width: 1320px !important;
    margin: 0 !important;
}
.sschungr1_col1 {
    padding: 24px 0 !important;
}
.sschungr1_col2 {
    padding-bottom: 0 !important;
    display: flex;
    align-items: flex-end;
}
.formtuyendung_single {
    border-radius: 12px;
    background: #FDFDFD;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    padding: 24px 48px;
}
.bstd-page,
.bstd-page * {
    box-sizing: border-box;
}
div#content {
    padding-bottom: 0 !important;
}

.bstd-page {
    --bstd-green: #104f3d;
    --bstd-green-dark: #0b3e30;
    --bstd-text: #242b28;
    --bstd-muted: #5d6763;
    --bstd-border: #e5e8e4;
    width: 100%;
    min-height: 60vh;
    padding: 42px 0 0 0;
    color: var(--bstd-text);
    background:
        radial-gradient(circle at 0 100%, rgba(218, 247, 211, .5), transparent 30%),
        #fffdf6;
    font-size: 15px;
    line-height: 1.75;
}

.bstd-container {
    width: 1320px;
    margin: 0 auto;
}

.bstd-article {
    width: 100%;
}

.bstd-title {
    margin: 0 0 25px;
    color: var(--bstd-green);
    font-size: clamp(21px, 2.1vw, 31px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

/*
|--------------------------------------------------------------------------
| Khối thông tin tuyển dụng
|--------------------------------------------------------------------------
*/

.bstd-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 64px;
    row-gap: 18px;
    margin-bottom: 38px;
    padding: 22px 26px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(229, 232, 228, .75);
    border-radius: 2px;
}

.bstd-summary__item {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 9px;
    color: var(--bstd-muted);
    font-size: 13px;
    line-height: 1.5;
}

.bstd-summary__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    color: var(--bstd-green);
}

.bstd-summary__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bstd-summary__label {
    color: var(--color-base, #313132);
    font-weight: 400;
    line-height: 1.3em;
}

.bstd-summary__value {
    color: var(--color-brand, #164535);
    font-weight: 400;
    line-height: 1.3em;
}

/*
|--------------------------------------------------------------------------
| Nội dung chính và ảnh
|--------------------------------------------------------------------------
*/

.bstd-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 385px);
    align-items: start;
    gap: 50px;
}

.bstd-main-grid--no-image {
    grid-template-columns: minmax(0, 1fr);
}

.bstd-content-column {
    min-width: 0;
}

.bstd-section {
    margin: 0 0 34px;
}

.bstd-section:last-child {
    margin-bottom: 0;
}

.bstd-section__title {
    margin: 0 0 15px;
    color: var(--color-black, #000);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
}

.bstd-prose {
    color: #3f4743;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.bstd-prose > :first-child {
    margin-top: 0;
}

.bstd-prose > :last-child {
    margin-bottom: 0;
}

.bstd-prose p {
    margin: 0 0 13px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.bstd-prose h1,
.bstd-prose h2,
.bstd-prose h3,
.bstd-prose h4,
.bstd-prose h5,
.bstd-prose h6 {
    margin: 22px 0 10px;
    color: #18201c;
    font-weight: 700;
    line-height: 1.45;
    text-transform: none;
}

.bstd-prose h2 {
    font-size: 18px;
}

.bstd-prose h3 {
    font-size: 16px;
}

.bstd-prose h4,
.bstd-prose h5,
.bstd-prose h6 {
    font-size: 15px;
}

.bstd-prose ul,
.bstd-prose ol {
    margin: 0 0 15px;
    padding-left: 21px;
}

.bstd-prose ul {
    list-style: disc;
}

.bstd-prose ol {
    list-style: decimal;
}

.bstd-prose li {
    margin: 0 0 8px;
    padding-left: 3px;
}

.bstd-prose li::marker {
    color: var(--bstd-green);
}

.bstd-prose strong,
.bstd-prose b {
    color: #1e2823;
    font-weight: 700;
}

.bstd-prose a {
    color: var(--bstd-green);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bstd-prose a:hover {
    color: var(--bstd-green-dark);
}

.bstd-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.bstd-prose blockquote {
    margin: 20px 0;
    padding: 12px 18px;
    color: #3f4b45;
    background: rgba(16, 79, 61, .055);
    border-left: 3px solid var(--bstd-green);
}

.bstd-featured {
    position: sticky;
    top: 105px;
    width: 100%;
    margin: 0;
}

.bstd-featured img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 2px;
}

/*
|--------------------------------------------------------------------------
| Yêu cầu công việc bên dưới
|--------------------------------------------------------------------------
*/

.bstd-requirement {
    margin-top: 34px;
}

.bstd-empty-text {
    margin: 0;
    color: #727b77;
    font-style: italic;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/
@media (max-width: 1024px) {
    .bstd-container {
        width: 100%;
    }
    .bstd-article {
        width: 100%;
        padding: 0 15px;
    }
    .bavor-career-form__header h2 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .sschung {
        padding-top: 30px !important;
    }
    .row.row-small {
        width: 100% !important;
    }
    .formtuyendung_single {
        padding: 24px 20px;
    }
    .bstd-page {
        padding: 34px 0 55px;
    }

    .bstd-main-grid {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 34px;
    }

    .bstd-summary {
        column-gap: 35px;
    }

    .bstd-featured {
        position: static;
    }
}

@media (max-width: 767px) {
    .bstd-page {
        padding: 26px 0 0 0;
    }

    .bstd-container {
        width: min(100% - 28px, 1240px);
    }

    .bstd-title {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .bstd-summary {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        margin-bottom: 28px;
        padding: 9px 16px;
        border-radius: 5px;
    }

    .bstd-summary__item {
        padding: 10px 0;
        border-bottom: 1px solid #edf0ed;
    }

    .bstd-summary__item:last-child {
        border-bottom: 0;
    }

    .bstd-main-grid,
    .bstd-main-grid--no-image {
        display: flex;
        flex-direction: column;
        gap: 27px;
    }

    .bstd-content-column,
    .bstd-featured {
        width: 100%;
    }

    .bstd-featured {
        order: 2;
    }

    .bstd-section {
        margin-bottom: 28px;
    }

    .bstd-section__title {
        margin-bottom: 12px;
        font-size: 17px;
    }

    .bstd-prose {
        font-size: 14px;
        line-height: 1.75;
    }

    .bstd-featured img {
        max-height: none;
    }

    .bstd-requirement {
        margin-top: 28px;
    }
}

@media (max-width: 420px) {
    .bstd-summary__item {
        align-items: flex-start;
    }

    .bstd-summary__icon {
        margin-top: 2px;
    }

    .bstd-summary__label,
    .bstd-summary__value {
        display: inline;
    }
}