.wp-recruitment-container {
    width: 100%;
}
.wp-recruitment-info {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    /* background-color: yellow; */
}
.recruitment-title {
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: center;
}
.recruitment-info {
    width: 100%;
    
    /* background-color: aqua; */
}
.recruit-banner {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.recruit-banner img {
    width: 100%;
}
.title-position {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
}

.wp-job-desc {
    width: 100%;
    margin-top: 20px;
}
.job-desc-item {
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 25px;
    margin: 5px 0px;

    background-color: #f1f1f1;
}
.job-title {
    width: 97%;
    background-color: #f1f1f1;
    padding: 15px 0;
    border-radius: 25px;
    /* font-weight: bold;
    color: #002f87; */
    cursor: pointer;
    /* background-color: aqua; */

    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.job-title-inside {
    width: 95%;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: yellow; */
}
.job-detail-desc {
    width: 100%;
    border-top: 1px solid lightgray;
    display: none;
    /* display: block; */
    
}
.job-detail-desc-inside {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}

.wp-job-btn-control {
    width: 100%;
    margin: 20px 0px;
}
.btnApply {
    width: 30%;
    margin: 0 auto;
    padding: 10px;
    
    text-align: center;
}
.btnApply input {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;

    /* background-color: #069347; */
    background-color: #3eb747;
    color: white;
    border: 1px solid #3eb747;
    border-radius: 5px;

    cursor: pointer;
    
}
.btnApply input:hover {
    background-color: white;
    color: #3eb747;
    border: 1px solid #3eb747;

    border-radius: 5px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* form apply */
.wp-form-apply {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    /* padding-top: 200px; */
    z-index: 888;
    
    background-color: rgba(128, 128, 128, 0.5);

    display: none;
}
.form-apply {
    width: 600px;
    /* margin: 0 auto; */
    border-color: 1px solid gray;
    background-color: #f8f8f8;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.form-apply-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0px;
    color: white;
    background-color: #3eb747;
    position: relative;
}
.form-apply-title img {
    width: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.form-apply-detail {
    width: 100%;
    padding: 20px 0px;
    /* background-color: yellow; */
}
.form-apply-row {
    width: 100%;
    /* height: 30px; */
    margin-bottom: 15px;
    display: flex;
    /* line-height: 30px; */
    padding: 3px 0;
    /* background-color: yellow; */
}
.form-apply-left {
    width: 30%;
    display: flex;
    
    align-items: center;
    /* background-color: aqua; */
}
.form-apply-left-inside {
    width: 90%;
    text-align: right;
    /* background-color: yellow; */
}
.form-apply-right {
    width: 70%;
    /* background-color: yellow; */
}
.form-apply-right input {
    width: 90%;
    height: 25px;
}
.form-apply-right select {
    width: 90%;
    height: 30px;
}
.wp-app-gender {
    width: 90%;
    display: flex;
    
}
.wp-gender-item {
    /* float: left; */
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.wp-gender-item span {
    float: left;
    margin-right: 7px;
}

.wp-btn-send {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    /* background-color: aqua; */
}
.wp-btn-send input {
    width: 120px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #3eb747;
    border: none;
    cursor: pointer;
}

.custom-file {
    display: inline-block;
    padding: 8px 16px;
    background-color: gray;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
  }
  .custom-file:hover {
    background-color: gray;
  }
  #fileName {
    font-style: italic;
    color: #333;
  }

  .errorApplyJob {
    color: red;
    font-style: italic;
    font-size: 14px;
  }


@media screen and (max-width: 768px) {
    .wp-recruitment-info {
        width: 90%;
    }

    .montserratFont18_bb {
        font-size: 16px;
    }
    .job-detail-desc-inside {
        font-size: 16px;
    }
}