.form-popup-tuyendung.active.step2 .content-form-tuyendung {
    display: none;
}

/* .content-form-tuyendung {
    display: flex;
} */
svg.chevron-icon {
    display: none;
}

.box-filter-products-bycate .filter-label {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}

.box-filter-products-bycate .filter-header {
    margin-bottom: 10px;
}

/* .btn-ungtuyen {
    width: 20%;
    text-align: right;
} */

/* .content-form-tuyendung .py-4 {
    flex: 1;
} */
.form-popup-tuyendung.active .number-svg-2 {
    display: none;
}

.content-form-tuyendung ul li {
    list-style: disc;
    margin-left: 17px;
}

.box-filter-products-bycate .filter-checkbox-group {
    min-height: 297px;
    overflow-y: scroll;
    height: 297px;
}

.form-popup-tuyendung.active.step2 .step2-form-contacts {
    display: block;
}


.form-popup-tuyendung.active.step2 .number-svg-2 {
    display: block !important;
}

.box-main-about-member .section-title span {
    display: block;
}

.form-popup-tuyendung.active.step2 .number-svg {
    display: none;
}

.step2-form-contacts {
    display: none;
}

.box-form-dangky .form-grid {
    display: flex;
    gap: 15px 20px;
    flex-wrap: wrap;
}

.box-form-dangky .form-group {
    width: 48%;
    margin-bottom: 0px;
}

.box-form-dangky .form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.box-form-dangky .form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    background-color: #fff;
}

.box-form-dangky .form-input:focus {
    outline: none;
    border-color: #ef4444;
}

.box-form-dangky .form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #ef4444;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ef4444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.box-form-dangky .upload-area {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 5px 20px;
    text-align: center;
    background-color: #fafafa;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 125px;
}

.box-form-dangky .upload-area:hover {
    border-color: #ef4444;
    background-color: #fef2f2;
}

.box-form-dangky .upload-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 2px;
    opacity: 0.5;
}

.box-form-dangky .upload-text {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 8px;
}

.box-form-dangky .upload-subtitle {
    color: #9ca3af;
    font-size: 12px;
}

.box-form-dangky .textarea-large {
    width: 100%;
    min-height: 125px;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    resize: vertical;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

.box-form-dangky .textarea-large:focus {
    outline: none;
    border-color: #ef4444;
}

.box-form-dangky .full-width {
    grid-column: -1;
}

.box-form-dangky .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.box-form-dangky .btn-back {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.box-form-dangky .btn-back:hover {
    color: #374151;
}

.box-form-dangky .btn-submit {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ef4444;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.box-form-dangky .btn-submit:hover {
    background-color: #dc2626;
}

@media (max-width: 768px) {
    .box-filter-products-bycate .filter-grid {
        gap: 5px;
    }

    .box-form-dangky .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .box-form-dangky .form-actions {
        flex-direction: column;
        gap: 16px;
    }
}




.form-popup-tuyendung {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 50%;
}


.form-popup-tuyendung .box-form {
    width: 70%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 80vh;
    overflow-y: scroll;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    font-size: 16px;
}

.form-popup-tuyendung .box-form .center-svg-line {
    width: 139px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background: #fff;
    padding: 0px 20px;
}


.form-popup-tuyendung .overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000054;
    top: 0;
}

.form-popup-tuyendung {
    display: none;
}

.form-popup-tuyendung.active {
    display: block;
}

.hedding-form-tuyendung {
    display: flex;
    align-items: center;
    position: relative;
    height: 100px;
    margin-bottom: 60px;
}

.hedding-form-tuyendung .line-1 {
    width: 100%;
    border: 2px dashed #1aace3;
}

.mota-tuyendung {
    margin-bottom: 20px;
}

.mota-tuyendung .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.mota-tuyendung .info {
    display: grid;
    grid-template-columns: 45% auto;
    margin-top: 8px;
}

.mota-tuyendung .info .des {
    display: flex;
    gap: 10px;
}

.mota-tuyendung .info .value {
    font-weight: 700;
}

.center-svg-line span {
    color: #1aace3;
    width: max-content;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 20px;
}

.number-svg {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1aace3;
    font-size: 37px;
    font-weight: 800;
}

.close-form-tuyendung {
    text-align: right;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 9999999;
}

.btn-ungtuyen .ung-tuyen {
    height: fit-content;
    border-radius: .75rem;
    padding: 17px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25rem;
    background: #1aace3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.btn-ungtuyen {
    padding-top: 20px;
    display: flex;
    gap: 20px;
}

.btn-ungtuyen .share {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.tuyendung .hero-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
    height: 300px;
    position: relative;
    /* overflow: hidden;
	 */
}

.input-tuyendung {
    width: 25%;
    position: relative;
}

.input-tuyendung svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    left: 14px;
    color: #d1d5db;
}


.tuyendung .job-card:nth-child(1) {
    border-top: 1px dashed #1aace3;
}


.tuyendung .search-container {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 17px 30px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 1000px;
    z-index: 10;
    /* border: 2px solid #1aace3; */
}

.tuyendung .search-title {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.tuyendung .search-title .brand {
    color: #ff69b4;
    font-weight: 700;
}

.tuyendung .search-form {
    display: flex;
    gap: 15px;
    align-items: center;
}

.tuyendung .search-input {
    flex: 1;
    padding: 10px 20px;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    padding-left: 40px;
}

.tuyendung .search-input:focus {
    border-color: #1aace3;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.tuyendung .search-select {
    padding: 9px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    background: white;
    outline: none;
    cursor: pointer;
    min-width: 150px;
    transition: all 0.3s ease;
    width: 25%;
}

.tuyendung .search-select:focus {
    border-color: #1aace3;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.tuyendung .search-btn {
    background: #1aace3;
    color: white;
    border: none;
    padding: 11px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 25%;
}

.tuyendung .search-btn:hover {
    background: #c53030;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(229, 62, 62, 0.3);
}

.tuyendung .main-content {
    margin-top: 80px;
    padding: 40px 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.tuyendung .job-card {
    background: white;
    padding: 10px;
    transition: all 0.3s ease;
    border-bottom: 1px dashed #1aace3;
}

.tuyendung .job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #1aace317;
    border-top: 1px dashed #1aace3;
}

.tuyendung .job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.tuyendung .job-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.tuyendung .job-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tuyendung .job-tag {
    background: #1aace3;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}

.tuyendung .job-info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #718096;
    font-size: 14px;
    margin-bottom: 15px;
}

.tuyendung .job-location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1aace3;
}

.tuyendung .job-type {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1aace3;
}

.tuyendung .salary {
    font-size: 16px;
    font-weight: 700;
    color: #f00;
    text-align: right;
}

.tuyendung .salary-negotiable {
    color: #38a169;
}

.tuyendung .divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 13px 0;
}

.tuyendung .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.box-filter-products-bycate .filter-container {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    position: sticky;
    top: 20px;
    margin-bottom: 20px;
}

.box-filter-products-bycate .filter-header {
    text-align: center;
}

.box-filter-products-bycate .filter-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
}

.box-filter-products-bycate .filter-subtitle {
    color: #6b7280;
    font-size: 1.1rem;
    font-weight: 400;
}

.box-filter-products-bycate .filter-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 18px;
}

.box-filter-products-bycate .filter-group {
    background: white;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.box-filter-products-bycate .filter-group::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.box-filter-products-bycate .filter-group:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.box-filter-products-bycate .filter-group:hover::before {
    transform: scaleX(1);
}

.box-filter-products-bycate .filter-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.box-filter-products-bycate .filter-icon {
    width: 18px;
    height: 18px;
    opacity: 0.7;
}

.box-filter-products-bycate .filter-select,
.box-filter-products-bycate .filter-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    color: #374151;
}

.box-filter-products-bycate .filter-select:focus,
.box-filter-products-bycate .filter-input:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

.box-filter-products-bycate .filter-checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
}

.box-filter-products-bycate .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.box-filter-products-bycate .checkbox-item:hover {
    background: #f3f4f6;
}

.box-filter-products-bycate .checkbox-item input {
    width: 18px;
    height: 18px;
    accent-color: #667eea;
}

.box-filter-products-bycate .checkbox-item label {
    font-size: 13px;
    color: #4b5563;
    cursor: pointer;
    flex: 1;
}

.box-filter-products-bycate .price-range {
    display: flex;
    gap: 12px;
    align-items: center;
}

.box-filter-products-bycate .price-input {
    flex: 1;
}

.box-filter-products-bycate .price-separator {
    color: #9ca3af;
    font-weight: 500;
}

.box-filter-products-bycate .filter-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 16px;
}

.box-filter-products-bycate .btn {
    padding: 14px 32px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.box-filter-products-bycate .btn-primary {
    background: #1aace3;
    color: white;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.box-filter-products-bycate .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.box-filter-products-bycate .btn-secondary {
    background: white;
    color: #6b7280;
    border: 2px solid #e5e7eb;
}

.box-filter-products-bycate .btn-secondary:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    transform: translateY(-1px);
}

.box-filter-products-bycate .results-info {
    text-align: center;
    margin-top: 24px;
    padding: 16px;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-radius: 12px;
    border-left: 4px solid #0ea5e9;
}

.box-filter-products-bycate .results-count {
    font-weight: 600;
    color: #0369a1;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .box-filter-products-bycate .filter-container {
        padding: 15px;
        margin: 0px;
    }

    .box-filter-products-bycate .filter-title {
        font-size: 2rem;
    }

    .box-filter-products-bycate .filter-actions {
        flex-direction: column;
    }

    .box-filter-products-bycate .btn {
        width: 100%;
    }
}

.box-filter-products-bycate .fade-in {
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .input-tuyendung {
        width: 100%;
    }

    .tuyendung .search-form {
        flex-direction: column;
    }

    .tuyendung .search-input,
    .tuyendung .search-select {
        width: 100%;
    }

    .tuyendung .job-header {
        flex-direction: column;
        gap: 15px;
    }

    .tuyendung .salary {
        text-align: left;
    }

    .tuyendung .job-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


.title_h1_detail {
    text-align: center;
    padding: 0 0 20px 0;
}

.title_h1_detail h1 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;

}

.content-page {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.wrap_background_aside {
    background: white;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.5;
}

/* .wrap_background_aside p {
	padding-bottom: 10px;
} */

.wrap_background_aside ul li {
    list-style: disc !important;
    margin-left: 16px;
}

.register-heading__brief h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: #1aace3;
}

.register-heading__brief p {
    font-size: 25px;
    color: #333;
}

@media (max-width: 1200px) {
    .box-form-dangky .form-group {
        width: 100%;
        margin-bottom: 0px;
    }

    .form-popup-tuyendung .box-form {
        width: 90%;
    }

    .section__abouts {
        padding: 100px 0 30px;
    }

    .title_h1_detail h1 {
        font-size: 30px;
    }

    .register-heading__brief h1 {
        font-size: 30px;
    }

    .register-heading__brief p {
        font-size: 18px;
    }
}

@media (max-width: 990px) {
    .form-popup-tuyendung .box-form {
        padding: 10px;
    }

    .tuyendung .search-btn {
        width: max-content;

    }

    .section__abouts {
        padding: 5px 0 30px;
    }

    .content-page {
        padding: 10px;
    }

    .wrap_background_aside {
        padding: 10px;
    }
}

/* Enhanced file upload styles */
.upload-container {
    position: relative;
}

.upload-area {
    cursor: pointer;
    transition: all 0.3s ease;
}

.uploaded-file {
    border: 2px solid #4CAF50;
    border-radius: 8px;
    padding: 12px;
    background-color: #f8f9fa;
    margin-top: 8px;
    position: relative;
}

.file-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-icon {
    width: 32px;
    height: 32px;
    color: #4CAF50;
    flex-shrink: 0;
}

.file-details {
    flex: 1;
}

.file-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    word-break: break-all;
}

.file-size {
    font-size: 12px;
    color: #666;
}

.remove-file {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ff4757;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.remove-file:hover {
    background: #ff3838;
    transform: scale(1.1);
}

.remove-file svg {
    width: 12px;
    height: 12px;
    color: white;
}

.upload-area.has-file {
    opacity: 0.5;
    pointer-events: none;
}

/* Success animation */
.uploaded-file {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Banner Section */
.box-main-about-member {
    /* Container */
    /* Tab Navigation */
    /* Tab Content */
    /* FAQ Section */
    /* Responsive */
}

.box-main-about-member .banner {
    width: 100%;
    height: 400px;
    background: #1aace3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.box-main-about-member .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><path d="M0,300 Q300,200 600,250 T1200,200 L1200,400 L0,400 Z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat center;
    background-size: cover;
}

.box-main-about-member .banner-content {
    position: relative;
    z-index: 2;
}

.box-main-about-member .banner h1 {
    font-size: 45px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.box-main-about-member .banner p {
    font-size: 2.2rem;
    opacity: 0.9;
}

.box-main-about-member .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.box-main-about-member .tab-container {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: -53px;
    position: relative;
    z-index: 10;
    border-radius: 12px;
    overflow: hidden;
}

.box-main-about-member .tab-nav {
    display: flex;
    /* background: #f8f9fa; */
    border-bottom: 2px solid #dee2e6;
    overflow-x: auto;
}

.box-main-about-member .tab-nav button {
    flex: 1;
    padding: 15px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 200px;
}

.box-main-about-member .tab-nav button:hover {
    background: #e9ecef;
    color: #495057;
}

.box-main-about-member .tab-nav button.active {
    background: #1188b4;
    color: white;
    border-bottom: 3px solid #1188b4;
}

.box-main-about-member .tab-content {
    display: none;
    padding: 40px;
    animation: fadeIn 0.5s ease-in;
}

.box-main-about-member .tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-main-about-member .section-title {
    font-size: 28px;
    color: #1aace3;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.box-main-about-member .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #1aace3;
}

.box-main-about-member .highlight-box {
    background: #1aace3;
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
    text-align: center;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.box-main-about-member .highlight-box h3 {
    font-size: 2.8rem;
    margin-bottom: 15px;
}

.box-main-about-member .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.box-main-about-member .feature-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #1aace3;
}

.box-main-about-member .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.box-main-about-member .feature-card h4 {
    color: #1aace3;
    font-size: 2.3rem;
    margin-bottom: 15px;
}

.box-main-about-member .feature-card ul {
    list-style: none;
    padding-left: 0;
}

.box-main-about-member .feature-card li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.box-main-about-member .feature-card li::before {
    content: '-';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.box-main-about-member .criteria-list {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
}

.box-main-about-member .criteria-list ul {
    list-style: none;
    padding: 0;
}

.box-main-about-member .criteria-list li {
    padding: 15px 0;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #dee2e6;
}

.box-main-about-member .criteria-list li:last-child {
    border-bottom: none;
}

.box-main-about-member .criteria-list li::before {
    content: '+';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.box-main-about-member .faq-section {
    background: white;
    padding: 60px 0;
    margin-top: 50px;
}

.box-main-about-member .faq-title {
    text-align: center;
    font-size: 3.5rem;
    color: #1aace3;
    margin-bottom: 50px;
}

.box-main-about-member .faq-item {
    background: #f8f9fa;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.box-main-about-member .faq-question {
    width: 100%;
    padding: 20px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    transition: all 0.3s ease;
}

.box-main-about-member .faq-question:hover {
    background: #e9ecef;
}

.box-main-about-member .faq-question.active {
    background: #667eea;
    color: white;
}

.box-main-about-member .faq-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.box-main-about-member .faq-question.active .faq-icon {
    transform: rotate(45deg);
}

.box-main-about-member .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: white;
}

.box-main-about-member .faq-answer.active {
    max-height: none;
}

.box-main-about-member .faq-answer-content {
    padding: 20px;
    color: #666;
    line-height: 1.8;
}

.images-loc {
    margin-top: 30px;
}

@media(max-width:990px) {
    .content-form-tuyendung {
        flex-direction: column;
    }

    .btn-ungtuyen {
        width: 100%;
        text-align: center;
    }

    svg.chevron-icon {
        display: block;
    }

    .box-filter-products-bycate .filter-label {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .filter-group.search-group .filter-content.active {
        padding: 10px 10px;
    }

    .filter-group.search-group .filter-content.active input {
        border-radius: 6px;
        border: 1px solid #e5e7eb;
    }

    .filter-content.active {
        max-height: 400px;
    }

    .filter-header.active {
        background-color: #e8f4fd;
    }

    .filter-header.active .chevron-icon {
        transform: rotate(180deg);
    }

    .filter-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
    }

    svg.chevron-icon {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
        color: #666;
        margin-bottom: 0px;
    }

    .box-filter-products-bycate .filter-header {
        margin-bottom: 0px;
    }

    .box-filter-products-bycate .filter-group {
        padding: unset;
    }

    .box-filter-products-bycate .filter-checkbox-group {
        padding: 10px 15px 15px;
    }

    .filter-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .box-filter-products-bycate .filter-label {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .box-main-about-member .banner h1 {
        font-size: 2rem;
    }

    .box-main-about-member .tab-nav {
        flex-direction: column;
    }

    .box-main-about-member .tab-nav button {
        min-width: auto;
    }

    .box-main-about-member .tab-content {
        padding: 20px;
    }

    .box-main-about-member .feature-grid {
        grid-template-columns: 1fr;
    }

    .box-main-about-member .section-title {
        font-size: 1.5rem;
    }
}

.tuyendung-detail .form-popup-tuyendung {
    display: block;
    position: relative;
    z-index: 9;
}

.tuyendung-detail .form-popup-tuyendung .box-form {
    position: relative;
    width: 100%;
    transform: translate(0, 0);
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 0;
    overflow: auto;
    border-radius: 0px;
    margin: 30px 0;
}

.tuyendung-detail .form-popup-tuyendung .number-svg-2 {
    display: none;
}

.tuyendung-detail .form-popup-tuyendung.step2 .step2-form-contacts {
    display: block;
}

.tuyendung-detail .form-popup-tuyendung.step2 .content-form-tuyendung {
    display: none;
}

.tuyendung-detail .form-popup-tuyendung.step2 .number-svg {
    display: none;
}

.tuyendung-detail .form-popup-tuyendung.step2 .number-svg-2 {
    display: block;
}

.overlay::after {
    background-color: black;
    opacity: .3;
}

.overlay::after,
.overlay-white::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
