@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Open Sans", sans-serif;
}
.career-bold-text {
    color: rgb(185 28 28) !important;
}
.sub-title {
    text-align: center;
    padding: 20px 0px;
}
.side-nav a.nav-link {
    padding: 0 8px;
    text-decoration: none;
    color: #000;
}
.sub-title p {
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
}
#landing.career-section {
    width: 100%;
    background: url(../images/career/career-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
}

.preloader {
    z-index: 100000000;
}

#resume,
#interview,
#apply,
#offer,
#job {
    transition: 0.5s all;
    height: 100vh;
}

#job,
#resume,
#interview,
#apply,
#offer {
    z-index: 100000000;
}
.career-container {
    width: 80%;
    margin: auto;
}
.career-title-section {
    padding-top: 70px;
    padding-bottom: 100px;
}

.career-title-section h1 {
    color: #292929;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 66px;
    margin-bottom: 70px;
}
.career-title-section p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #696969;
    margin-bottom: 30px;
}
.btn-position {
    background: transparent;
    padding: 20px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #cc1521;
    border: 1px solid #cc1521;
}
.btn-position:hover {
    background-color: #cc1521;
    color: #fff;
}
a.btn-position:hover {
    text-decoration: none;
    color: #fff;
}
.career-section .button {
    z-index: 2;
}
button {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

/* open position */
.position-section {
    padding: 80px 0;
    display: block;
    position: relative;
}
.position-section::after {
    content: "";
    position: absolute;
    bottom: 70px;
    display: block;
    width: 100%;
    /*height: 200px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) -17.05%,
    rgba(236, 236, 236, 0.492565) 22.66%,
    #ffffff 81.96%
  );*/
    mix-blend-mode: lighten;
}
.position-section .position-title {
    color: #292929;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 66px;
    margin-bottom: 40px;
}
.category-content {
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding: 10px 11px 29px 9px;
    margin: 17px 0;
    min-height: 312px;
}
.btn-apply {
    background: transparent;
    padding: 1vh 2vh;
    font-style: normal;
    font-weight: 500;
    font-size: 2vh;
    line-height: 3vh;
    color: #cc1521;
    border: 1px solid #cc1521;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    border-left: 13px solid #cc1521;
    text-decoration: none !important;
    transition: all ease-in-out 0.3s;
}
.btn-apply:hover {
    background-color: #cc1521;
    color: #fff;
}
.category-list {
    padding-bottom: 30px;
}
.category-list ul li {
    display: inline-flex;
    padding: 0 15px;
}
.category-list ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: #696969;
    text-decoration: none;
}
.category-list ul li a:hover,
.category-list ul li a.active {
    color: #cc1521;
}
.category-location span {
    margin-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #696969;
}
.category-title {
    margin: 2px 0 3px;
}
.category-title h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 14px 2px;
    min-height: 85px;
}
/* gerenal section */
.general-section {
    background: #292929;
    width: 100%;
    padding: 100px 0;
}
.general-title h2 {
    color: #fff;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 66px;
    margin-bottom: 100px;
}
.general-form {
    width: 75%;
    margin: 0 auto;
}
.general-form-title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 20px;
    float: left;
}
.general-form .form-control {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 6px;
    color: #fff;
}
.general-form .form-control:focus {
    box-shadow: none;
}
.general-form .form-control::placeholder {
    color: #fff;
}
.general-form .form-group {
    margin-bottom: 64px;
}
.general-form .drag-file {
    margin-bottom: 20px;
}
.general-form .form-check-label {
    font-style: normal;
    font-weight: 500;
    font-size: 18.7px;
    line-height: 23px;
    color: #fff;
}
.general-form .form-check-label span {
    color: #cc1521;
}
.general-form .form-apply {
    text-align: center;
}
.general-form .form-apply .btn-apply {
    border-radius: 16px;
    background-color: #cc1521;
    color: #fff;
    border: 1px solid #cc1521;
}
.general-form .form-apply .btn-apply:hover {
    background-color: transparent;
    color: #cc1521;
}
/* image upload */
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    /*  height: 100%;*/
    top: 0;
    left: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
    background: #fff;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 2px dashed #fff;
    border-radius: 16px;
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    color: #696969;
    font-size: 20px;
    font-weight: 500;
}
.general-form .gform_confirmation_message {
    color: #fff;
    text-align: center;
}
@media screen and (min-width: 2000px) {
    .career-title-section h1,
    .general-title h2 {
        font-size: 96px;
        line-height: 120px;
        margin-bottom: 112px;
    }
    .position-section {
        padding-top: 180px;
    }
    .position-section .position-title {
        font-size: 102px;
        line-height: 120px;
    }
    .category-location span {
        font-size: 24px;
    }
    .category-title h4 {
        font-size: 36px;
        line-height: 42px;
    }
    .category-list ul li a {
        font-size: 33px;
    }
    .category-content {
        padding: 1vh;
    }
    .category-title {
        margin: 40px 0 6px;
        /*    height: 230px;*/
        height: 190px;
    }
    .general-section {
        padding: 300px 0;
    }
}

@media screen and (max-width: 1200px) {
    .career-title-section h1,
    .general-title h2,
    .position-section .position-title {
        font-size: 56px;
    }
    .career-title-section p {
        margin-bottom: 50px;
        font-size: 20px;
    }
    #landing.career-section::after {
        height: 200px;
    }
    .category-list ul li {
        padding: 0 8px;
    }
    .category-list ul li a {
        font-size: 18px;
    }
    .category-content {
        margin: 20px 0;
    }
    .category-title {
        margin: 40px 0;
    }
    .category-title h4 {
        font-size: 28px;
        line-height: 37px;
    }
    .career-container {
        width: 90%;
    }
    .btn-position,
    .btn-apply {
        padding: 10px 40px;
        height: 55px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .general-form .form-control,
    .general-form-title {
        font-size: 20px;
    }
    .drag-text h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .general-form {
        width: 100%;
    }
    .sub-title p {
        font-size: 18px;
    }
    .sub-title {
        padding: 19px 0px;
    }
    .career-title-section h1,
    .position-section .position-title,
    .general-title h2 {
        font-size: 48px;
        line-height: 70px;
    }
    .category-content {
        padding: 30px;
    }
    .position-section {
        padding: 60px 0 50px;
    }
}
@media screen and (max-width: 767.59px) {
    .open-category .row {
        justify-content: center;
    }
}
@media screen and (max-width: 680px) {
    .career-title-section h1,
    .general-title h2,
    .position-section .position-title {
        font-size: 30px;
        line-height: 37px;
    }
    .category-title {
        margin: 30px 0;
    }
    .category-title h4 {
        font-size: 21px;
    }
    .img-map img {
        width: 18px;
    }
    .category-location span,
    .general-form .form-control,
    .general-form-title,
    .general-form .form-check-label {
        font-size: 18px;
    }
    .general-form .form-group {
        margin-bottom: 30px;
    }
    .btn-position,
    .btn-apply {
        font-size: 18px;
    }
    .drag-text h3 {
        font-size: 16px;
    }
    .image-upload-wrap {
        border-radius: 10px;
        padding: 15px 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .category-content {
        min-height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .category-content {
        min-height: 50px;
    }
    #landing.career-section {
        margin-top: 65px;
    }
    .position-section::after {
        content: "";
        bottom: 0px;
    }
    .sub-title {
        display: none;
    }
    .career-title-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .career-title-section h1,
    .general-title h2,
    .position-section .position-title {
        font-size: 32px;
        line-height: 50px;
    }
    .career-title-section p {
        margin-bottom: 30px;
        font-size: 18px;
        width: 60%;
    }
    .btn-position,
    .btn-apply,
    .category-location span,
    .general-form .form-control,
    .general-form-title,
    .general-form .form-check-label {
        font-size: 16px;
    }
    .general-title h2 {
        margin-bottom: 40px;
    }
    .img-map img {
        width: 16px;
    }
    .btn-position,
    .btn-apply {
        height: auto;
    }
    .category-title h4 {
        font-size: 20px;
        line-height: 120%;
    }
    .general-section {
        padding: 60px 0;
    }
    .category-content {
        padding: 30px;
        margin: 10px 0px;
    }
    .position-section .position-title {
        margin-bottom: 20px;
    }
    .category-list ul li a {
        font-size: 16px;
    }
    .category-list ul li {
        padding: 0 3px;
    }
    .category-list {
        padding-bottom: 10px;
    }
    .position-section {
        padding: 60px 0 5px;
    }
    .general-form .drag-file {
        margin-bottom: 15px;
    }
    .image-upload-wrap {
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    #landing.career-section::after {
        height: 90px;
    }
    .career-title-section h1,
    .general-title h2 {
        margin-bottom: 40px;
    }
    .career-title-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .category-content {
        padding: 20px;
    }
    .general-form form.row {
        margin: 0;
    }
    .category-title h4 {
        font-size: 28px;
    }
    .career-title-section h1,
    .general-title h2,
    .position-section .position-title {
        font-size: 28px;
    }
    .category-list ul li a {
        font-size: 14px;
    }
    .position-section {
        padding: 40px 0 5px;
    }
    .drag-text h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .side-nav a.nav-link {
        padding: 0.5rem;
    }
}

.half {
    width: 100% !important;
    float: left;
    /*    margin-right: 2%;*/
    margin-bottom: 15px;
}

.half input {
    width: 100%;
}
.file_upload {
    width: 100%;
    float: left;
    margin: 53px 0;
}
.full {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.full input {
    width: 98%;
}
.content_full {
    width: 100%;
}

.general-form .gform_fields input {
    padding: 11px;
    font-size: 21px;
    color: #fff;
    background: #f0f0f000;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
    margin-top: 15px;
    font-weight: 500;
}
.validation_message {
    color: red;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}
.gform_submission_error {
    color: #ea1111;
    font-size: 15px;
    background: #eec8c83b;
    padding: 13px;
}
.gfield_label {
    font-size: 24px;
    color: #fff;
    display: none;
    cursor: pointer;
}
.ginput_container_fileupload .gform_drop_area {
    color: #fff;
}
.ginput_container_fileupload .gfield_description {
    color: #fff;
}
.content_full .gfield_label {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #292929;
    margin-bottom: 20px;
}
.gform_footer #gform_submit_button_30 {
    margin-top: 40px;
    background: #cc1521;
    color: #fff;
    padding: 13px 47px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 21px;
    border: none;
}
.file_upload .ginput_container.ginput_container_fileupload {
    text-align: center;
    margin-top: 20px;
    border: 2px dashed #292929;
    border-radius: 16px;
    position: relative;
    background-color: #fff;
    padding: 7px 50px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file_upload .ginput_container.ginput_container_fileupload input {
    position: absolute;
    height: 144px;
    left: 0;
    top: -55px;
    padding: 0;
    margin: 0;
    z-index: 999;
}
.file_upload .ginput_container.ginput_container_fileupload span {
    padding: 0;
    margin: 0;
    top: 0;
}

.file_upload .large {
    margin: 0;
    margin-top: 0px;
    width: 100%;
    height: 9%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file_upload .gform_fileupload_rules {
    position: relative;
    top: -30px;
    color: #000;
}
.ginput_preview_list .ginput_preview {
    color: #fff;
}
#gfield_description_30_34 {
    color: #fff;
}
#field_30_16 {
    width: 100%;
    float: left;
}
.gform_title {
    display: none;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #1c1c1c;
}
.gfield_label {
    display: none;
}
.gfield_consent_label {
    color: #fff;
}


  

@media screen and (max-width: 768px) {
    .side-nav a.nav-link {
        padding: 0.5rem;
    }
}
