/*
Theme Name: xkld
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.box-thong-tin-tuyen-dung {
    margin-top: 32px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.box-thong-tin-tuyen-dung .td-title {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
    border-left: 5px solid #2563eb;
    padding-left: 14px;
}

.box-thong-tin-tuyen-dung .td-top {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.box-thong-tin-tuyen-dung .td-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.box-thong-tin-tuyen-dung .td-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.box-thong-tin-tuyen-dung .td-section {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
}

.box-thong-tin-tuyen-dung .td-section h4 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.box-thong-tin-tuyen-dung .td-item {
    padding: 10px 0;
    border-bottom: 1px dashed #d1d5db;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

.box-thong-tin-tuyen-dung .td-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.box-thong-tin-tuyen-dung .td-label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #6b7280;
}

.box-thong-tin-tuyen-dung .td-value {
    font-size: 15px;
    color: #111827;
    font-weight: 500;
}

@media (max-width: 849px) {
    .box-thong-tin-tuyen-dung {
        padding: 20px;
        border-radius: 12px;
    }

    .box-thong-tin-tuyen-dung .td-title {
        font-size: 24px;
    }

    .box-thong-tin-tuyen-dung .td-grid {
        grid-template-columns: 1fr;
    }
}