/* Careers Archive Styles */
.job-des {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 39px;
}

.location-apply {
    display: flex;
    justify-content: space-between;
    margin-bottom: 74px;
}

.careers-archive {
    padding: 60px 0;
}

.careers-archive .page-header {
    text-align: center;
    margin-bottom: 60px;
}

.careers-archive .page-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.careers-list {
    display: grid;
    gap: 40px;
}

.career-item {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
}

.career-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.career-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.engagement-type {
    background: #007cba;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.job-status {
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.job-status.status-active {
    background: #28a745;
    color: white;
}

.job-status.status-closed {
    background: #dc3545;
    color: white;
}

.job-location {
    background: #ffc107;
    color: #333;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.career-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 54px;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.career-title a {
    color: var(--primary-color);
    text-decoration: none;
}

.career-title a:hover {
    color: var(--primary-color);
}

.career-info {
    margin-bottom: 15px;
}

.career-info>div {
    margin-bottom: 5px;
    font-size: px;
}

.career-excerpt {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.6;
}

.career-actions .btn {
    display: inline-block;
    padding: 12px 24px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.career-actions .btn:hover {
    background: var(--primary-color);
}

/* Single Career Styles */
.single-career {
    padding: 50px 0;
}

.career-header {
    margin-bottom: 40px;
    text-align: center;
}

.career-meta-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.meta-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.meta-label {
    font-weight: 600;
    color: #666;
}


/* Career Header Styles */
.career-header {
    margin-bottom: 40px;
    text-align: left;
}

.career-location {
    padding-left: 13px;
    display: flex;
}

.location-info {
    display: flex;
    align-items: center;
    gap: 11px;
}

.location-icon {
    width: 38px;
    height: 38px;
}

.location-text {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

.career-apply-button {
    padding-right: 30px;
}

.btn-apply {
    /* background: #fff; */
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 12px 45px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0px;
}

.btn-apply:hover {
    background: var(--primary-color);
    color: #fff;
}

.career-quick-info {
    margin-bottom: 40px;
}

.quick-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.info-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.info-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.info-value {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.career-content {
    margin: 0 auto;
     max-width: 68%;
}

.career-featured-image {
    margin-bottom: 30px;
}

.career-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


.job-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
}

/* Company intro section */
.company-intro {}

.line-who {
    height: 1px;
    width: 84%;
    background: var(--primary-color);
    margin: 70px auto 67px;
}

.company-intro h4 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 18px;
}

.company-intro p {
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    text-align: justify;
    margin-top: 0;
    font-weight: 300;
}

.job-titles-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.job-titles-section .job-section-h {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 18px;
}

.job-titles-section p {
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    text-align: justify;
    margin-top: 0;
    letter-spacing: 1.2px;
    font-weight: 300;
    margin-bottom: 0;
}

.job-titles-section p strong {
    font-weight: 700;
}

.job-titles-section ol li {
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    text-align: justify;
    margin-top: 0;
    font-weight: 300;
}

.job-content {
    padding-bottom: 117px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 45px;
}

.job-content h4 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 18px;
}
.job-content h5{
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    text-align: justify;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 0;
}
.job-content p {
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    text-align: justify;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 0;
}

.job-content p strong {
    font-weight: 700;
}

.job-content ol,
.job-content ul {
    padding-left: 20px;
    margin: 0 0 45px 0;
}

.job-content ol li,
.job-content ul li {
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    text-align: justify;
    margin-top: 0;
    letter-spacing: 1.2px;
    font-weight: 300;
}


/* Reports To Styles - simplified */
.job-section ol {
    padding-left: 20px;
}

.career-apply {
     max-width: 68%;
    margin-left: auto;
    margin-right: auto;
}

.career-apply .apply-here {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}

.job-apply-form {
    padding-top: 40px;
}

.contact-form2.job-apply-form label {
    font-size: 20px;
}

.contact-info a {
    color: var(--primary-color);
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.career-navigation {
    text-align: center;
    margin-top: 40px;
}

.back-to-careers {
    display: inline-block;
    padding: 12px 24px;
    background: #f8f9fa;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.back-to-careers:hover {

}

.file-upload-wrap {
    position: relative;
}

.real-file-input {
    display: none;
    /* Ẩn input thật */
}

.custom-file-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border: 1px solid #000;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    transition: 0.2s;
    margin-top: 14px;
}
.custom-file-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.custom-file-btn p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.custom-file-btn:hover {

}

.contact-form2 textarea {
    height: 30px;
}

.contact-form2.job-apply-form .submit-row {
    /* justify-content: left; */
}

.contact-form2.job-apply-form input[type=submit] {
    /* font-size: 22px;
    font-weight: 200;
    line-height: 33px;
    padding: 12px 60px;
    color: #fff;
    background: #646967;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border: none;
    margin-top: -10px; */
}
.wpcf7-spinner{
    display: none;
}
.custom-file-btn .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('../images/attach_file.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.custom-file-btn:hover .icon {
    filter: invert(1);
}


.file-name {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #666;
    font-style: italic;
}
@media (max-width: 1024px) {
.career-content,
.career-apply {
    max-width: 90%;
}
}
/* Responsive */
@media (max-width: 991px){
.job-titles-section{
    flex-direction: column;
    gap: 40px;
}
}
@media (max-width: 767px) {
.location-apply{
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.career-location{
    padding-left: 0;
}
.career-title{
    font-size: 28px;
    line-height: 36px;
}
.job-des,
.career-apply .apply-here{
    font-size: 24px;
    line-height: 28px;
}
}

