.page-banner{
    padding: 10em 0 6em 0;
}
.page-title {
    font-size: 40px;
}

@media screen and (max-width:767px) {
    .page-title {
        font-size: 28px;
    }
}

.td_box_1-item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    padding: 28px;
    height: 100%;
}

.td_box_1-item label {
    color: var(--Orange, #FF9F1C);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.td_box_1-item .desc {
    font-size: 14px;
    color: rgba(38, 38, 38, 0.80);
}

#search-tuyen-dung {
    display: flex;
    gap: 20px;
}

@media screen and (max-width:767px) {
    #search-tuyen-dung {
        flex-direction: column;
    }
}

#search-tuyen-dung .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#search-tuyen-dung .input {
    width: 100%;
}

#search-tuyen-dung input {
    width: 100%;
    height: 60px;
    border-radius: 42px;
    border: 1px solid rgba(51, 51, 51, 0.12);
    background: #FFF;
    padding-left: 60px;
}

#search-tuyen-dung button {
    flex-shrink: 0;
    border-radius: 32px;
    background: var(--Orange, #FF9F1C);
    box-shadow: 0 3.2px 16px 0 rgba(92, 18, 18, 0.20);
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
    border: none;
    min-width: 197px;
    height: 60px;
    color: #fff;
}

/*  */
.job-item {
    border-radius: 16px;
    background: #FAFAFA;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
}

.job-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 24px 0;
}

.job-button a {
    color: #0F75DC;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/*  */
.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.pagination-wrapper a {
    padding: 4px 14px;
    font-size: 14px;
    border-radius: 5px;
}

.pagination-wrapper a.active,
.pagination-wrapper a:hover {
    background-color: var(--Orange, #FF9F1C);
    color: #fff;

}

/*  */
.form-tuyen-dung label {
    margin-bottom: 12px;
}

.form-tuyen-dung input {
    border-radius: 39px;
    border: 1px solid rgba(5, 5, 5, 0.02);
    background: #F5F5F5;
    height: 48px;
    padding: 17px 27px;
    width: 100%;
}

.form-tuyen-dung input[type="file"] {
    height: auto;
}

.form-tuyen-dung input::placeholder {
    font-size: 14px;
}

.dinhkem-cv {
    border: 1px dashed #DFD8CB;
    text-align: center;
    padding: 29px 0;
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
}

.input-file {
    display: none;
}

.form-tuyen-dung .btn-submit {
    margin-left: auto;
    display: block;
    border-radius: 40px;
    border: none;
    box-shadow: 0 1px 12px 0 rgba(15, 90, 159, 0.16);
    width: 100%;
    color: #fff;
    height: 60px;
    position: relative;
    font-weight: 700;
    z-index: 1;
    background: var(--Blue, #0053EB);
}

/* .form-tuyen-dung .btn-submit::before {
    content: "";
    position: absolute;
    background: #9B1631;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.form-tuyen-dung .btn-submit::after {
    content: "";
    position: absolute;
    background-color: #630707;
    border-radius: 40px;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 2px;
    bottom: -2px;
    transition: transform 0.3s ease;
} */

.form-tuyen-dung .btn-submit span {
    position: relative;
    z-index: 2;
}

/*  */
#career-widget .post-item .title {
    text-decoration: none;
    color: var(--color-text);
    border-bottom: dashed 1px rgba(47, 27, 8, 0.40);
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 400;
}

#career-widget .latest-post-widget .post-item .title{
    font-weight: 400;
}