/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.blog-recruitment {
    padding-bottom: 50px;
}
.post-type-archive .box {
    position: relative;
}
.post-type-archive .badge-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    /* font-size: 14px; */
    width: 60px;
    height: 34px;
    background: #FFBA00;
    border-radius: 5px;
    z-index: 2;
}
.post-type-archive .box-image {
    border-radius: 0px 30px;
}
.post-type-archive .box-text .post-title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 24px;
    margin-bottom: 10px;
}
.post-type-archive .box-text .from_the_blog_excerpt {
    margin-top: 0;
    margin-bottom: 0;
    color: #222222;
}
.post-type-archive h1.section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #1F2D5A;
    margin-bottom: 0;
}
.post-type-archive h1.section-title b {
    background: transparent;
}
.blog-share a {
    margin-bottom: 0 !important;
}
.single .entry-content {
    padding-top: 10px;
}
.info-job ul {
    padding: 0;
    list-style-type: none;
}
.info-job ul li {
    margin-left: 0;
    margin-bottom: 19px;
    padding-left: 30px;
}
.info-job ul li.address {
    background: url('../img/icon-address.svg') left top 4px no-repeat;
    background-size: 18px;
}
.info-job ul li.time {
    background: url('../img/icon-time.svg') left top 4px no-repeat;
    background-size: 18px;
}
.info-job ul li.qty {
    background: url('../img/icon-qty.svg') left top 4px no-repeat;
    background-size: 18px;
}
.info-job ul li .tt {
    display: block;
    font-weight: bold;
    margin-bottom: 1px;
}
.blog-share {
    margin-bottom: 55px;
}
.form-cv {
    background: #F5F6F8;
    padding: 50px 60px 50px;
}
.form-cv .form-title {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #1F2D5A;
    margin-bottom: 28px;
}
.form-cv .wpcf7-form-control-wrap .wpcf7-form-control {
    height: 52px;
    box-shadow: none;
    border-color: #E1E1E1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.form-cv label {
    font-weight: normal;
}
.codedropz-upload-wrapper {
    background: #FFF;
}
.dnd-upload-counter,
.codedropz-upload-inner > span,
.codedropz-upload-inner h3 {
    display: none;
}
.codedropz-upload-container {
    padding: 40px;
}
.codedropz-btn-wrap {
    max-width: 122px;
    margin: 0 auto;
}
.codedropz-upload-inner h3,.codedropz-btn-wrap .cd-upload-btn {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    color: #333;
    line-height: 150%;
}
.codedropz-upload-handler {
    border: 1px dashed #E1E1E1;
    margin-bottom: 24px;
}
.form-cv {
    margin-bottom: 50px;
}
.form-cv .wpcf7-submit {
    width: 210px;
    border: 0;
    height: 49px;
    text-transform: uppercase;
    color: #FFF;
    background: #C10100;
    border-radius: 8px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.98px) {
  
}

@media only screen and (max-width: 699.98px) {

}

@media only screen and (max-width: 549.98px) {

}

@media only screen and (min-width: 550px) {
    
}

@media only screen and (min-width: 700px) {
    
}

@media only screen and (min-width: 850px) {
 
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}