body {
    background-color: white;
    margin: 0;
    padding: 0;
    width: 100%;
}

.job-header.color-2 {
    width: 100%;
    height: 450px;
    background-color: var(--color_2);
    display: flex;
    align-items: flex-end;
    margin-top: 0 !important;
    position: relative;
}
.content {
    font-size: 16px;
    line-height: 2;
}
.content ul {
    list-style: none;
    padding-left: 25px;
    margin: 20px;
}
.content ul li {
    position: relative;
}
.content ul li::before {
    content: "\2022";
    color: #7c7c7c;
    font-weight: bolder;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 50%;
    transform: translate(-20px, -50%);
}
.content > div {
    width: 80%;
    margin: 30px auto;
}
.content .job-header .description {
    width: 80%;
    margin: auto;
    /* margin-bottom: 50px; */
}
.content .job-header .description .with-line div {
    font-family: "'Poppins'";
    font-weight: 400;
}
.content .job-header .description .with-line .text {
    font-size: 20px !important;
}
.content .job-header .description .with-line .title {
    font-weight: 200;
    font-size: 20px;
}
.content .job-header .description .with-line .title::after {
    content: ":";
}
.content .job-header .description .with-line {
    display: flex;
    margin: 20px 0;
    flex-direction: column;
    border-left: 3px solid black;
    padding-left: 20px;
}
.content .job-header .description h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    font-family: "Poppins";
}
.content .summary {
    margin: 3rem auto;
}
.content .summary .summary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 80%; */
    text-align: justify;
    /* margin: auto; */
}
.hidden-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    width: 50%;
}
.hidden-form form > div {
    display: flex;
    width: 100%;
}
.hidden-form form .inputs {
    justify-content: space-between;
    font-size: 12px;
}
.hidden-form form .inputs div {
    width: 49%;
    position: relative;
}
.hidden-form form div input,
.hidden-form form div .file-input {
    height: 40px;
    border: 2px solid var(--text_color);
    border-radius: 5px;
    padding: 0 10px;
    width: calc(100% - 10px * 2);
    outline: none;
}
.file-input {
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn-file {
    background: gainsboro;
    padding: 2px 3px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2;
}
.hidden-form form .file-name {
    /* no wrap */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hidden-form form .input div {
    width: 100%;
    position: relative;
}
.hidden-form form .input.textarea > div > textarea {
    width: calc(100% - 10px * 2);
    border-radius: 5px;
    border: 2px solid var(--text_color);
    padding: 10px;
    outline: none;
}
.hidden-form form .input.textarea label {
    position: absolute;
    left: 10px;
    color: var(--text_color);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    pointer-events: none;
    padding: 0 2px;
    transform: translateY(-50%);
    background: #ffffff;
    line-height: 0.9;
}
.hidden-form form .submit > div {
    width: 100%;
}
.hidden-form form .submit > div > input {
    /* width: 100%; */
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: var(--color_5);
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: auto;
    padding: 0 20px;
}
/* .hidden-form form .submit>div>input disabled */
.hidden-form form .submit > div > input:disabled {
    background-color: #7c7c7c;
    cursor: not-allowed;
}
.hidden-form form div input + label {
    position: absolute;
    top: 50%;
    left: 10px;
    color: var(--text_color);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    pointer-events: none;
    padding: 0 2px;
    transform: translateY(-50%);
}
.hidden-form form div input:focus + label,
.hidden-form form div input:not(:placeholder-shown) + label {
    font-size: 12px;
    background-color: #ffffff;
    transform: translateY(-35px);
}
.hidden-form form div input::placeholder {
    color: transparent !important;
}
.hidden-form {
    display: none;
}
.hidden-form.active {
    display: block;
}

.show-from {
    height: 40px;
}
.show-from .show-from-btn {
    height: 100%;
}
.show-from .show-from-btn span.btn {
    height: 100%;
    border-radius: 5px;
    background-color: var(--color_4);
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: fit-content;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-none {
    display: none !important;
}

.sub__head {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-left: 140px;
    padding-top: 98px;
}

.sub__item a {
    color: #2f0052;
    font-size: 14px;
}

.breadcrumb {
    margin: 0 10%;
    margin-top: 40px;
}

.breadcrumb a {
    font-size: 13px;
    color: black;
}

.cr_li {
    margin-left: 20px;
}

.career {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.career .first {
    padding: 0 70px;
    flex: 1;
    flex-shrink: 0;
    background-color: #ffc400;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.career .first div {
    display: contents;
}
.career .last {
    flex: 1;
    flex-shrink: 0;
}

/* .career .first div, .career .last div{
    display: flex;
    justify-content: center;
    align-items: center;
} */
/*
.career .first div{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 30px;
} */

.career .first div h1 {
    font-size: 90px;
    font-family: "Poppins";
    color: white;
    font-weight: 600;
}

/* .career .first div span{
    background-color: blueviolet;
    padding: 7px;
    border-radius: 50%;
    margin-top: 50px;
    margin-left: 10px;
    font-size: 0;
} */

/* .career .last div{
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.career .first div{
    height: 450px;
}

.career .last div{
    height: 500px;
} */

.jobs {
    display: flex;
    width: 80%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.jobs h1 {
    font-size: 50px;
    padding: 50px 0;
    margin: 0;
    width: 100%;
    font-weight: 600;
    color: var(--text_color);
}

.jobs span {
    background-color: #ffa700;
    padding: 4px;
    font-size: 0;
    border-radius: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
}

.jobs div.row {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.jobs div.row div {
    border-left: 4px solid #ffa700;
    margin: 30px 0;
    padding: 0 15px;
    width: 450px;
}
.text {
    font-size: 18px;
    line-height: 1.6em;
    color: var(--text_color);
}
.jobs div.row div h5 {
    font-weight: 700;
    font-size: 22px;
    padding-top: 10px;
    color: rgb(0, 0, 0, 0.78);
}

.jobs div.row div h6 {
    padding-bottom: 15px;
    font-size: 13px;
    color: rgb(0, 0, 0, 0.6);
}

.jobs div.row div p {
    margin: 5px 0;
}

.jobs div.row div a {
    color: #ff7600;
    font-size: 12px;
}

.career .first div span.dot-4 {
    color: var(--color_4);
}
/* RESPONSIVE */
/* mobile screen under 426px */
@media screen and (max-width: 426px) {
    .sub-header {
        margin: 10px !important;
        position: absolute;
        z-index: 1;
    }
    .sub__item a {
        font-size: 10px;
    }
    .career {
        flex-direction: column;
        height: auto;
        transform: translateY(0);
        z-index: 0;
        gap: 0px;
    }
    .career .first {
        width: 100%;
        padding: 30px;
        justify-content: center;
        height: 300px;
    }
    .career .first div h1 {
        font-size: 30px;
        margin-left: 0;
    }
    .career .first div span {
        font-size: 50px;
    }
    .career .last {
        width: 100%;
        padding: 0;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .text {
        text-align: justify;
        font-size: 14px;
    }
    .jobs {
        width: 100%;
    }
    .jobs h1 {
        margin: auto;
        width: 90%;
        font-size: 28px;
        padding: 20px 0;
    }
    .jobs .job_header {
        width: 100%;
    }
    .jobs div.row {
        flex-direction: column;
        width: 90%;
        margin: auto;
    }
    .jobs div.row div {
        width: calc(100% - 2 * 15px);
    }
    .jobs div.row div h5 {
        font-size: 16px;
        padding: 0;
    }
    .jobs div.row div h6 {
        font-size: 11px;
    }
    .jobs div.row div p {
        font-size: 12px;
        text-align: justify;
    }
    .jobs div.row div a {
        font-size: 12px;
    }
    /* detail job page */
    .content .job-header .description h1 {
        font-size: 32px;
    }
    .dot {
        height: 8px;
        width: 8px;
    }
    .content .job-header .description .with-line {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
        justify-content: center;
        border-left: 0px solid black;
        flex-direction: row;
        gap: 10px;
        padding: 0;
    }
    .content .job-header .description .with-line .title,
    .content .job-header .description .with-line .text {
        font-size: 14px !important;
    }
    .content > div {
        width: 90%;
    }
    .content .summary .summary-content,
    .job-details-content-item-body {
        width: 100%;
        font-size: 12px;
    }
    .content ul li::before {
        width: 12px;
        height: 12px;
        font-size: 25px;
        top: 0;
        transform: translate(-20px, 5px);
    }
    .show-from .show-from-btn span.btn,
    .hidden-form form > div,
    .hidden-form form .submit > div > input,
    .hidden-form form div input + label,
    .hidden-form form .input.textarea label {
        font-size: 12px;
    }
    .hidden-form form .inputs {
        font-size: 10px;
    }
    .show-from,
    .hidden-form form .submit > div > input {
        height: 32px;
    }
    .hidden-form form {
        width: 100%;
    }
}
/* Tablet screen 426px - 850px */
@media screen and (min-width: 426px) and (max-width: 850px) {
    .sub-header {
        margin: 10px !important;
        position: absolute;
        z-index: 1;
    }
    .sub__item a {
        font-size: 12px;
    }
    .career {
        flex-direction: column;
        height: auto;
        transform: translateY(0);
        z-index: 0;
        gap: 0px;
    }
    .career .first {
        width: 100%;
        padding: 40px;
        justify-content: center;
        height: 300px;
    }
    .career .first div h1 {
        font-size: 40px;
        margin-left: 0;
    }
    .career .first div span {
        font-size: 50px;
    }
    .career .last {
        width: 100%;
        padding: 0;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .text {
        text-align: justify;
        font-size: 12px;
    }
    .jobs {
        width: 100%;
    }
    .jobs h1 {
        margin: auto;
        width: 90%;
        font-size: 28px;
        padding: 20px 0;
    }
    .jobs .job_header {
        width: 100%;
    }
    .jobs div.row {
        /* flex-direction: column; */
        width: 90%;
        margin: auto;
    }
    .jobs div.row div {
        width: calc(100% - 2 * 15px);
    }
    .jobs div.row div h5 {
        font-size: 16px;
        padding: 0;
    }
    .jobs div.row div h6 {
        font-size: 11px;
    }
    .jobs div.row div p {
        font-size: 12px;
        text-align: justify;
    }
    .jobs div.row div a {
        font-size: 12px;
    }
    /* detail job page */
    .content .job-header .description h1 {
        font-size: 48px;
    }
    .dot {
        height: 10px;
        width: 10px;
    }
    .content .job-header .description .with-line .title,
    .content .job-header .description .with-line .text {
        font-size: 18px !important;
    }
    .content > div {
        width: 80%;
    }
    .content .summary .summary-content,
    .job-details-content-item-body {
        width: 100%;
        font-size: 14px;
    }
    .content ul li::before {
        width: 12px;
        height: 12px;
        font-size: 25px;
        top: 0;
        transform: translate(-20px, 5px);
    }
    .show-from .show-from-btn span.btn,
    .hidden-form form > div,
    .hidden-form form .submit > div > input,
    .hidden-form form div input + label,
    .hidden-form form .input.textarea label {
        font-size: 14px;
    }
    .hidden-form form .inputs {
        font-size: 12px;
    }
    .show-from,
    .hidden-form form .submit > div > input {
        height: 36px;
    }
    .hidden-form form {
        width: 100%;
    }
}
/*  Desktop screen 850px - 1200px */
@media screen and (min-width: 850px) and (max-width: 1200px) {
    .sub-header {
        margin: 10px !important;
        position: absolute;
        z-index: 1;
    }
    .sub__item a {
        font-size: 12px;
    }
    .career {
        height: 300px;
        transform: translateY(0);
        z-index: 0;
        gap: 0px;
    }
    .career .first {
        height: 100%;
        padding: 0 70px;
        justify-content: center;
        width: 50%;
    }
    .career .first div h1 {
        font-size: 30px;
        margin-left: 0;
    }
    .career .first div span {
        font-size: 50px;
    }
    .career .last {
        width: 50%;
        padding: 0;
        /* align-content: flex-start;
        flex-wrap: wrap; */
    }
    .text {
        text-align: justify;
        font-size: 16px;
    }
    .jobs {
        width: 100%;
    }
    .jobs h1 {
        margin: auto;
        width: 80%;
        font-size: 34px;
        padding: 20px 0;
    }
    .jobs .job_header {
        width: 100%;
    }
    .jobs div.row {
        /* flex-direction: column; */
        width: 80%;
        margin: auto;
    }
    .jobs div.row div {
        width: calc(100% - 2 * 15px);
    }
    .jobs div.row div h5 {
        font-size: 16px;
        padding: 0;
    }
    .jobs div.row div h6 {
        font-size: 11px;
    }
    .jobs div.row div p {
        font-size: 12px;
        text-align: justify;
    }
    .jobs div.row div a {
        font-size: 12px;
    }
    /* detail job page */
    /*  nothing to change */
}
/* Desktop screen 1200px - 1500px */
/*  make the font size bigger */
.sub-header {
    width: 100%;
}
.sub__head {
    width: 80%;
    margin: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .sub-header {
        margin: 10px !important;
        position: absolute;
        z-index: 1;
    }
    .sub__item a {
        font-size: 16px;
    }
    .career {
        height: 500px;
        transform: translateY(0);
        z-index: 0;
        gap: 0px;
    }
    .career .first {
        height: 100%;
        padding: 0 70px;
        justify-content: center;
        width: 50%;
    }
    .career .first div h1 {
        font-size: 50px;
        margin-left: 0;
    }
    .career .first div span {
        font-size: 100px;
    }
    .career .last {
        width: 50%;
        padding: 0;
        /* align-content: flex-start;
        flex-wrap: wrap; */
    }
    .text {
        text-align: justify;
        font-size: 18px;
    }
    .jobs {
        width: 100%;
    }
    .jobs h1 {
        margin: auto;
        width: 80%;
        font-size: 38px;
        padding: 20px 0;
    }
    .jobs .job_header {
        width: 100%;
    }
    .jobs div.row {
        /* flex-direction: column; */
        width: 80%;
        margin: auto;
    }
    .jobs div.row div {
        width: calc(100% - 2 * 15px);
    }
    .jobs div.row div h5 {
        font-size: 20px;
        padding: 0;
    }
    .jobs div.row div h6 {
        font-size: 16px;
    }
    .jobs div.row div p {
        font-size: 14px;
        text-align: justify;
    }
    .jobs div.row div a {
        font-size: 14px;
    }
    /* detail job page */
    /*  make the font size bigger */
    .content .job-header .description h1 {
        font-size: 60px;
    }
    .dot {
        height: 15px;
        width: 15px;
    }
    .content .job-header .description .with-line .title,
    .content .job-header .description .with-line .text {
        font-size: 22px !important;
    }
    .content > div {
        width: 70%;
    }
    .content .summary .summary-content,
    .job-details-content-item-body {
        width: 100%;
        font-size: 14px;
    }
    .show-from .show-from-btn span.btn,
    .hidden-form form > div,
    .hidden-form form .submit > div > input,
    .hidden-form form div input + label,
    .hidden-form form .input.textarea label {
        font-size: 16px;
    }
    .hidden-form form div input,
    .hidden-form form div .file-input {
        height: 46px;
    }
    .hidden-form form .inputs {
        font-size: 14px;
    }
    .show-from,
    .hidden-form form .submit > div > input {
        height: 44px;
    }
    .job-details-content-item-header h2 {
        font-size: 26px;
    }
}
/* Desktop screen min width 1500px */
@media screen and (min-width: 1500px) {
    .sub-header {
        margin: 10px !important;
        position: absolute;
        z-index: 1;
    }
    .sub__item a {
        font-size: 18px;
    }
    .career {
        height: 500px;
        transform: translateY(0);
        z-index: 0;
        gap: 0px;
    }
    .career .first {
        height: 100%;
        padding: 0 70px;
        justify-content: center;
        width: 50%;
    }
    .career .first div h1 {
        font-size: 55px;
        margin-left: 0;
    }
    .career .first div span {
        font-size: 100px;
    }
    .career .last {
        width: 50%;
        padding: 0;
        /* align-content: flex-start;
        flex-wrap: wrap; */
    }
    .text {
        text-align: justify;
        font-size: 20px;
    }
    .jobs {
        width: 100%;
    }
    .jobs h1 {
        margin: auto;
        width: 80%;
        font-size: 40px;
        padding: 20px 0;
    }
    .jobs .job_header {
        width: 100%;
    }
    .jobs div.row {
        /* flex-direction: column; */
        width: 80%;
        margin: auto;
    }
    .jobs div.row div {
        width: calc(100% - 2 * 15px);
    }
    .jobs div.row div h5 {
        font-size: 22px;
        padding: 0;
    }
    .jobs div.row div h6 {
        font-size: 18px;
    }
    .jobs div.row div p {
        font-size: 16px;
        text-align: justify;
    }
    .jobs div.row div a {
        font-size: 16px;
    }
    /* detail job page */
    /*  make the font size bigger */
    .content .job-header .description h1 {
        font-size: 80px;
    }
    .dot {
        height: 18px;
        width: 18px;
    }
    .content .job-header .description .with-line .title,
    .content .job-header .description .with-line .text {
        font-size: 26px !important;
    }
    .content > div {
        width: 60%;
    }
    .content .summary .summary-content,
    .job-details-content-item-body {
        width: 100%;
        font-size: 26px;
    }
    .show-from .show-from-btn span.btn,
    .hidden-form form > div,
    .hidden-form form .submit > div > input,
    .hidden-form form div input + label,
    .hidden-form form .input.textarea label {
        font-size: 24px;
    }
    .hidden-form form div input,
    .hidden-form form div .file-input {
        height: 56px;
    }
    .hidden-form form .inputs {
        font-size: 16px;
    }
    .show-from,
    .hidden-form form .submit > div > input {
        height: 54px;
    }
    .job-details-content-item-header h2 {
        font-size: 44px;
    }
}
