/* form */

.form .section__form .form__container {
    padding-top: 14px;
}

.form .section__form .form__top--input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form .section__form .form__top--button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form .section__form .form__top--select select {
    font-size: 14px;
}

/* care */

.section__care {
    padding: 100px 0;
}

.section__care .care__content {
    position: relative;
}

.section__care .care__item {
    text-align: center;
}

.section__care .care__group {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 16px 0;
}

.section__care .care__item .care__title {
    font-size: 35px;
    color: #006991;
    line-height: 53px;
    font-weight: 400;
}

.section__care .care__item .care__subtitle {
    font-size: 24px;
    color: #0090a1;
    line-height: 38px;
    font-weight: 400;
}

.section__care .care__item .care__desc {
    font-size: 20px;
    line-height: 30px;
    color: #929497;
    font-weight: 400;
}

/* career */

.mb-36 {
    margin-bottom: 36px;
}

.w-90 {
    width: 90%;
    box-shadow: 0px 5px 5px #e7eaf0;
    border-radius: 10px;
    background-color: #f7f7f7;
}

.section__career {
    padding: 60px 0 80px;
}

.section__career .tag__container {
    margin-bottom: 60px;
}

.section__career .tag {
    background-color: var(--third-color);
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 10px 0;
}

.section__career .tag .tag__text {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 20px;
}

.section__career .checkbox__container {
    background-color: #f7f7f7;
    padding: 14px 18px;
}

.section__career .checkbox__container label {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    color: #929497;
    padding: 5px 30px 5px 0;
}

.section__career .checkbox__container .checkbox__group:not(:last-child) label {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.checkbox__label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    width: fit-content;
    padding-left: 35px;
    margin-bottom: 0;
    font-size: 14px;
}

.form__options--group {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-container {
    display: flex;
    gap: 40px;
}

.filter-title img {
    height: auto;
    width: auto;
}

.filter-title span {
    font-size: 18px;
    color: #009bab;
    font-weight: 600;
}

.filter-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Hide the browser's default checkbox */
.checkbox__label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* right: 0; */
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 3px solid var(--secondary-color);
    border-radius: 50%;

    left: 0;
}

/* On mouse-over, add a grey background color */
.checkbox__label:hover input ~ .checkmark {
    background-color: #a2dadd;
}

/* When the checkbox is checked, add a blue background */
.checkbox__label input:checked ~ .checkmark {
    background-color: #a2dadd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox__label input:checked ~ .checkmark:after {
    display: none;
}

/* Style the checkmark/indicator */
.checkbox__label .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section__career .career__list {
    padding: 20px;
    background-color: #f7f7f7;
}

.section__career .career__item {
    padding: 20px 30px;
    box-shadow: 0px 5px 5px #00000021;
    border: 2px solid #ffffff;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.section__career .career__item--center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 10px;
}

.section__career .career__item--options ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.section__career .career__item .career__item--title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    color: #006991;
}

.section__career .career__item--options img {
    height: 19px;
    width: auto;
    object-fit: cover;
}

.career__item--bottom img {
    width: 28px;
    height: auto;
    object-fit: cover;
}

.section__career .career__item--seemore {
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 20px;
    line-height: 30px;
    color: #006991;
    font-weight: 400;
    transition: all 0.3s linear;
}

.section__career .career__item--seemore:hover {
    transform: scale(1.01);
    transition: all 0.3s linear;
}

.section__career .news__pagination {
    background-color: #f7f7f7;
    padding: 20px 20px 40px;
}

.dropdown__list {
    font-size: 18px;
    line-height: 30px;
    color: #929497;
    display: flex;
    gap: 15px;
}

.dropdown__list .dropdown__head {
    position: relative;
    padding: 10px 15px 10px 40px;
}

.dropdown__list .dropdown__item {
    padding: 10px 15px 10px 40px;
    cursor: pointer;
    overflow: hidden;
}

.dropdown__list .dropdown__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown__content {
    height: 0;
}

.dropdown__list li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

/* .dropdown--filter {
    width: 20px;
    height: auto;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
} */

.dropdown__ite {
    position: relative;
}

.dropdown__item img {
    width: 18px;
    height: auto;
}

.dropdown__ite select,
.dropdown__ite input {
    background: transparent;
    border: 0;
    width: 159px;
    height: 35px;
    border-left: 2px solid var(--secondary-color);
    font-size: 14px;
    padding-left: 20px;
    color: #5d5d5d;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    outline: none;
}

.dropdown__ite img {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.dropdown__container {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* apply */

.section__apply {
    padding: 120px 0;
}

.section__apply .apply__back--img {
    width: 28px;
}

.section__apply .apply__back--img img {
    transform: rotate(180deg);
}

.section__apply .apply__back--link {
    gap: 20px;
}

.section__apply .apply__back--link span {
    color: #006991;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.section__apply .apply__options .apply__options--item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.section__apply .apply__options img {
    width: fit-content;
    height: fit-content;
}

.section__apply .apply__options .option-group--title,
.section__apply .apply__options .option-group--subtitle {
    font-size: 30px;
    line-height: 35px;
    color: #767575;
    font-weight: 400;
}

.section__apply .apply__options .option-group--subtitle {
    font-size: 15px;
    line-height: 1.2;
}

.section__apply .apply__options {
    padding: 20px 0;
}

.section__apply .apply__date {
    font-size: 22px;
    line-height: 32px;
    color: #c4bdbd;
    font-weight: 400;
}

.section__apply .apply__title {
    font-size: 60px;
    line-height: 45px;
    color: #006991;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section__apply .apply__header {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.section__apply .apply__content--title {
    font-size: 40px;
    line-height: 37px;
    color: #006991;
    font-weight: 500;
    margin-bottom: 10px;
}

.section__apply .apply__content--subtitle {
    font-size: 30px;
    line-height: 37px;
    color: #767575;
    font-weight: 400;
}

.section__apply .apply__content--subtitle:not(:first-child) {
    margin-top: 20px;
}

.section__apply .apply__content p {
    font-size: 25px;
    line-height: 40px;
    color: #929497;
    font-weight: 400;
    padding-left: 40px;
}

.section__apply .btn-apply {
    font-size: 40px;
    line-height: 35px;
    font-weight: 400;
    padding: 30px;
    width: 100%;

    background-color: #00749b;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #00749b;
    transition: all 0.3s linear;
}

.section__apply .btn-apply:hover {
    background-color: #fff;
    color: #00749b;
    transition: all 0.3s linear;
}

.section__apply .apply__content {
    padding-top: 30px;
}

/* popup */

.career__form {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 70%;
    /* padding: 40px 50px; */

    box-shadow: 10px 10px 10px #00000021;
    border: 2px solid #ffffff;
    border-radius: 20px;
    color: #989898;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.career__form.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}

.career__form .input-group {
    margin-bottom: 20px;
}
.career__form .input-group p {
    width: 100%;
}
.career__form .input-group label {
    color: #09799e;
    font-weight: 600;
    margin-bottom: 5px;
}

.career__form .input-group textarea,
.career__form .input-group input {
    width: 100%;
    padding: 12px 0 12px 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: 0;
    outline: none;
}

.career__form .input-group textarea {
    margin-top: 20px;
}

.career__form .input-group input::placeholder {
    color: #989898;
}

.career__form .career-submit {
    font-size: 25px;
    padding: 12px 50px;
    border: 0;
    background-color: #00749b;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.career__form .scrolling-career {
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.scrolling-career::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scrolling-career::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.scrolling-career::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.description .form__container {
    padding: 15px 45px 15px;
    /*    box-shadow: 0px 30px 40px #00405315;*/
    border-radius: 29px;
    transform: translateY(-33%);
    z-index: 2;
    position: relative;
    /*    background: #fff;*/
    /*    margin-bottom: 35px;*/
}

.description .content {
    margin-top: 18px;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    font-weight: 300;
}

/* list career */

.jobs {
    padding: 0px 0 120px;
}

.jobs .jobs__options {
    display: flex;
    align-items: self-start;
    gap: 12px;
}

.jobs .jobs__options li {
    max-width: 40%;
}

.jobs .jobs__options li img {
    height: 12px;
    width: auto;
}

.jobs .jobs__options li span {
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
}

.jobs .jobs-item {
    padding: 30px 25px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    /* box-shadow: 0px 5px 5px #E7EAF0; */
    border-radius: 9px;
    color: #5d5d5d;
    max-width: 330px;
    box-shadow: 0px 30px 40px #00405315;
}

.jobs .jobs-item .jobs__title {
    font-size: 20px;
    color: var(--third-color);
    font-weight: 600;
    min-height: 48px;
}

.jobs .jobs__list {
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 0;
}

.jobs .jobs__content {
    margin-top: 18px;
    font-size: 11px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.jobs .job-link {
    border: 0;
    background-color: var(--primary-color);
    border-radius: 18px;
    padding: 4px 30px 6px;
    transition: 0.3s linear all;
    color: #fff;
    font-size: 11px;
}

.jobs .job-link:hover {
    transform: scale(1.04);
    transition: all 0.3s linear;
}

.jobs .jobs__bottom {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jobs .jobs__bottom .date-created {
    font-size: 10px;
    font-weight: 300;
}

div.section__form .form__top--input-img {
    left: 18px;
}

@media screen and (max-width: 1200px) {
    .section__career .tag .tag__text {
        font-size: 25px;
        line-height: 35px;
    }

    .section__apply .apply__options .option-group--title {
        font-size: 25px;
    }

    .form__options--group {
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }

    .dropdown__ite select {
        width: 200px;
    }

    .jobs .jobs-item {
        max-width: 100%;
    }

    .jobs .jobs__list {
        padding-top: 50px;
        gap: 60px 20px;
    }
}

@media screen and (max-width: 991px) {
    .description .form__container {
        padding: 15px 0px 15px;
        border-radius: 29px;
        transform: translateY(-10%);
        z-index: 2;
        position: relative;
    }

    .section__care {
        padding: 60px 0 10px;
    }

    .section__care .care__group {
        position: relative;
    }

    .w-90 {
        width: 100%;
    }

    .section__career .career__list {
        margin-top: 30px;
    }

    .section__care .care__item {
        margin-bottom: 30px;
    }

    .section__apply .apply__options .option-group--title {
        font-size: 20px;
        line-height: 30px;
    }

    .section__apply .btn-apply {
        font-size: 30px;
        padding: 20px;
    }

    .jobs__list {
        padding-top: 150px;
    }

    .form__options--group {
        gap: 25px;
        margin-top: 25px;
    }

    .dropdown__container {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }

    .dropdown__ite {
        width: 48%;
        /* padding-bottom: 5px; */
        border-bottom: 1px solid var(--secondary-color);
    }

    .dropdown__list {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .section__form .form__top--button {
        width: 48px;
    }

    .dropdown__ite select {
        width: 100%;
        border-left: 0;
    }

    .jobs .jobs__list {
        padding-top: 0px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .section__career .career__item--center {
        flex-direction: column;
        align-items: self-start;
        gap: 10px;
    }
    .section__apply .apply__content p {
        font-size: 20px;
    }

    .section__apply {
        padding: 60px 0;
    }

    .section__apply .apply__title {
        font-size: 40px;
    }

    .career__form {
        width: 90%;
        padding: 30px 20px;
    }

    .dropdown__ite {
        padding-right: 30px;
    }

    .jobs__list {
        padding-top: 0;
        gap: 40px 0;
    }

    .jobs .jobs-item {
        max-width: 100%;
    }

    .dropdown__ite select {
        padding-left: 0;
    }
}

@media screen and (max-width: 576px) {
    .section__career .career__item--options ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .section__career .career__item .career__item--title {
        font-size: 25px;
    }

    .section__career .career__item--seemore {
        font-size: 16px;
    }

    .section__apply .apply__back--link span {
        font-size: 20px;
    }

    .section__apply .apply__content--title {
        font-size: 30px;
    }

    .section__apply .apply__content--subtitle {
        font-size: 22px;
    }

    .section__apply .apply__content p {
        font-size: 16px;
        padding-left: 0;
    }

    .career__form {
        width: 100%;
        padding: 20px 0px;
    }

    .dropdown__ite {
        width: 46%;
    }

    .radio-container {
        gap: 25px;
    }

    .jobs {
        padding: 0px 0 60px;
    }

    .jobs .jobs__list {
        padding-top: 0;
        gap: 30px 0;
        grid-template-columns: 1fr;
    }

    .description .content {
        text-align: center;
    }
}
