/* .page-template-tuyen-dung #wrapper,
.page-template-tuyen-dung main {
    background: #fafafa !important;
} */
.tuyendung {
    padding-top: 90px;
    display: flex;
    gap: 28px;
}
.menu-vitri {
    padding: 36px 8px 79px 16px;
    border-radius: 8px;
    background: #fff;
    height: max-content;
    position: sticky;
    top: 150px;
}
.menu-vitri-title {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.menu-vitri-title svg {
    width: 37px;
    height: 37px;
}
.menu-vitri-title p {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.menu-vitri .widget_danh_muc_tuyen_dung ul {
    display: flex;
    width: 281px;
    flex-direction: column;
    align-items: start;
    gap: 24px;
}
.menu-vitri .widget_danh_muc_tuyen_dung ul li {
    border: none !important;
    padding: 0px 0 0 8px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    width: 100%;
}
.menu-vitri .widget_danh_muc_tuyen_dung ul li a {
    padding: 0;
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 400;
}
.menu-vitri .widget_danh_muc_tuyen_dung ul li.active {
    border-radius: 10px;
    background: #ecfff0;
    min-height: 44px;
}
.menu-vitri .widget_danh_muc_tuyen_dung ul li.active a {
    color: #008c1f;
    font-size: 20px;
    font-weight: 600;
}
.tuyendung-wapper {
    border-radius: 10px;
    background: #fff;
    flex: 1 0 0;
    padding: 32px 0;
}
.tuyendung-list-title {
    padding: 0 32px;
    margin-bottom: 32px;
}
.tuyendung-list-title p {
    color: #c62026;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tuyendung-list-title strong {
    color: #1e1e1e;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.archive-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tuyendung-item {
    display: block;
    width: 100%;
    border-bottom: 0.5px solid #d8d8d8;
    background: #fff;
    padding: 12px 32px;
    min-height: 203px;
}
.tuyendung-list-tag {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.tuyendung-item-tag {
    display: flex;
    padding: 6px 22px 6px 15px;
    align-items: center;
    border-radius: 7px;
    background: #fffaf7;
    color: #926000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tuyendung-item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.tuyendung-left-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.tuyendung-left-han,
.tuyendung-left-location,
.tuyendung-left-salary {
    display: flex;
    gap: 12px;
    align-items: center;
}
.tuyendung-left-han {
    margin-top: 12px;
}
.tuyendung-left-salary {
    margin-bottom: 12px;
}
.tuyendung-salary-line {
    width: 19px;
    height: 19px;
    background-image: url(./images/g1707.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.tuyendung-left-han p,
.tuyendung-left-location p,
.tuyendung-left-salary p {
    margin-bottom: 0;
    color: #3e3e3e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tuyendung-location-line {
    width: 19px;
    height: 19px;
    background-image: url(./images/proicons_location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.tuyendung-han-line {
    width: 23px;
    height: 23px;
    background-image: url(./images/mdi_calendar-today-outline.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.tuyendung-item-right p {
    color: #3e3e3e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.tuyendung-right-btn {
    padding: 11px 45px 10px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 0.5px solid #9e9e9e;
}
.tuyendung-wapper .pagination {
    margin-bottom: 0;
}

.singletd-wapper {
    margin-top: 85px;
    display: flex;
    gap: 32px;
}
.singletd-left {
    width: 66.66%;
}
.singletd-relate,
.singletd-content {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(12, 27, 44, 0.12);
    padding: 24px 32px 27px 36px;
}
.singletd-infor .btn-primary {
    cursor: pointer;
    margin-bottom: 30px;
}
.singletd-content .btn-primary {
    cursor: pointer;
}
.singletd-content-title {
    color: #1b1b1b;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 16px;
}
.singletd-content-line {
    width: 100%;
    height: 0.5px;
    background: #cdcdcd;
    margin-bottom: 36px;
}
.singletd-content-text {
    color: #0f0f0f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.singletd-content-text h5,
.singletd-content-text h4,
.singletd-content-text h3 {
    color: #0f0f0f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 156.25% */
}
.singletd-content-text h2 {
    color: #181818;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-top: 28px;
}
.singletd-content-text img {
    display: block;
    margin: 40px auto;
}
.singletd-content-text ol,
.singletd-content-text ul {
    padding-left: 20px;
}
.singletd-content-text ol ul,
.singletd-content-text ol ol,
.singletd-content-text ul ol,
.singletd-content-text ul ul {
    margin: 12px 0 12px 16px;
}
.singletd-content-btn {
    cursor: pointer;
    display: flex;
    width: 100%;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffb406 0%, #e97f00 100%);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.38; /* 138.889% */
}
.singletd-infor {
    height: max-content;
    position: sticky;
    top: 150px;
    flex: 1 0 0;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(12, 27, 44, 0.12);
}
.singletd-infor-title {
    color: #1b1b1b;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 36px;
}
.singletd-infor .singletd-content-btn {
    margin-bottom: 30px;
}
.singletd-relate {
    margin-top: 36px;
    padding: 24px 0 27px 0;
}
.singletd-relate .singletd-content-title {
    padding: 0 28px 0 36px;
}
.singletd-relate .singletd-content-line {
    margin-left: 36px;
    margin-right: 32px;
    width: auto;
}
.modal-form {
    display: none;
    position: fixed !important;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #f3f3f3;
    padding: 34px 32px;
    width: 458px;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
}
.modal-form.open {
    display: block;
}
.modal-form-title {
    color: #c62026;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px !important;
}
.modal-form-input {
    margin-bottom: 28px;
}
.modal-form-input label {
    color: #2b2b2b;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 9px;
}
.modal-form-input input {
    margin-bottom: 0;
    display: flex;
    height: 49px;
    padding: 15px 18px 16px 18px !important;
    align-items: center;
    flex-shrink: 0;
    color: #595959;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 10px !important;
    border: 0.6px solid #5c5c5c !important;
    background: #f9f9f9 !important;
}
.modal-form-file {
    position: relative;
}
.modal-form-file .modal-label {
    color: #2b2b2b;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal-form-file input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}
.modal-label-stye {
    padding: 12px 0;
    border-radius: 10px;
    border: 0.8px dashed #e97f00;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.modal-label-stye-title {
    color: #2b2b2b;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px !important;
}
.modal-label-stye svg {
    width: 34px;
    height: 34px;
    margin-bottom: 15px;
}
.modal-label-stye-desc {
    color: #2b2b2b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.modal-form-submit {
    position: relative;
    margin: 0 auto;
    width: max-content;
    margin-top: 28px;
}
.btn-submit {
    border: none !important;
    width: max-content;
    margin-bottom: 0;
    display: flex;
    padding: 8px 108px 9px 108px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(90deg, #019444 0%, #00c158 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    font-size: 18px;
}
.wpcf7-spinner {
    z-index: 10;
    position: absolute;
    top: 7px;
    right: 10px;
    border: 2px solid #ccc;
    border-top-color: #0073aa; /* mÃ u chá»§ Ä‘áº¡o */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg) !important;
    }
}
.overlay-contact-td {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
}
.overlay-contact-td.open {
    display: block;
}
.input-hidden {
    display: none;
}
.form-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #28a745;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transform: translateY(20px);
    z-index: 9999;
}
.form-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.wpcf7-response-output {
    display: none;
}
.tuyendung-item-left {
    flex: 1 0 0;
}
@media screen and (max-width: 849px) {
    .tuyendung {
        flex-direction: column;
    }
    .menu-vitri {
        position: static;
    }
    .menu-vitri .widget_danh_muc_tuyen_dung ul {
        width: 100%;
    }
    .tuyendung-item-box {
        flex-direction: column;
        align-items: start;
    }
    .singletd-wapper {
        flex-direction: column-reverse;
        margin-top: 60px;
    }
    .singletd-infor {
        position: unset;
    }
    .singletd-left {
        width: 100%;
    }
    .singletd-relate,
    .singletd-content {
        padding: 16px;
    }
    .singletd-relate .singletd-content-title {
        padding: 0;
        font-size: 24px;
    }
    .tuyendung-item {
        padding: 16px;
    }
    .singletd-relate .singletd-content-line {
        margin-left: 0;
        margin-right: 0;
    }
    .modal-form {
        width: calc(100% - 32px);
        padding: 16px;
    }
    .modal-form-input,
    .modal-form-title {
        margin-bottom: 16px !important;
    }
}
