.single_job {
    padding-top: 30px;
    padding-bottom: 30px;
}
.content_job .featured-imagebox {
    display: flex;
    border: 1px solid #ebebeb;
    background-color: #f7f7f7;
    border-radius: 6px;
}
.content_job .thumbnail {
    width: 25%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.content_job .thumbnail img {
    transform: scale(1.0);
    transition: var(--time-hover);
}
.content_job .thumbnail img:hover {
    cursor: pointer;
    transform: scale(1.07);
    transition: var(--time-hover);
}
.featured-imagebox .content {
    width: 75%;
    border-left: 1px solid #ebebeb;
    padding: 15px 20px;
}
.content_job .featured-imagebox .title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.content_job .title .comp {
    margin-bottom: 0;
}
.content_job .name {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.content_job .name:hover {
    color: var(--cl-main);
}
.content_job .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_job .bottom .item {
    display: flex;
    align-items: center;
}
.content_job .bottom .data {
    margin-right: 15px;
    font-size: 14px;
}
.content_job .bottom .data:last-child {
    margin-right: 0;
}
.content_job .bottom .data i {
    color: var(--cl-main);
}
.content_job .type_job {
    font-size: 13px;
    background-color: var(--cl-sub);
    border-radius: 4px;
    padding: 5px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.overview-box {
    margin-top: 30px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}
.overview-box .title {
    padding: 15px 30px;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
}
.overview-box .title h2 {
    font-size: 24px !important;
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--cl-main);
    font-family: "Inter", sans-serif;
    line-height: normal;
}
.overview-box .content {
    padding: 20px 30px;
    line-height: 26px;
}
.overview-box .content ul {
    margin: 0;
    padding-left: 20px;
}
.overview-box .content ul li {
    margin-bottom: 5px;
    position: relative;
}
.overview-box .content ul li:last-child,
.overview-box .content p:last-child {
    margin-bottom: 0;
}
.job_requirements .content ul {
    list-style-type: none;
}
.job_requirements .content ul li {
    padding-left: 5px;
}
.job_requirements .content ul li:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: -20px;
    font-family: "Font Awesome 5 Free";
    color: var(--cl-sub);
    font-weight: 900;
    font-size: 12px;
}
/* Sidebar */
.sidebar_job-inf, .sidebar-right {
    padding: 15px;
    background-color: #f7f7f7;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}
.sidebar_job-inf .job_widget, .sidebar-right .list_sidebar_news,
.sidebar-right .sidebar_jobhot {
    padding: 0 20px 30px;
    border: 0;
    border-radius: 6px;
    background-color: #fff;
}
.sidebar_job-inf .job_widget .title, .sidebar-right .list_sidebar_news .title_sidebar,
.sidebar_jobhot .title_sidebar {
    padding: 16px 0px;
    font-size: 22px !important;
    line-height: 22px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.sidebar_job-inf .job_widget .title i, .sidebar-right .list_sidebar_news .title_sidebar i,
.sidebar_jobhot .title_sidebar img {
    margin-right: 12px;
}
/* .sidebar_job-inf .job_widget .title:after {
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 1;
    left: 0px;
    width: 2px;
    height: 100%;
    background-color: var(--cl-sub);
} */
.job_widget {
    margin-bottom: 30px;
}
.job_widget ul {
    margin-top: 0;
}
.job_widget .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.job_widget .item:last-child, .job_widget:last-child {
    margin-bottom: 0;
}
.job_widget .item i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--cl-main);
    border-radius: 50%;
}
.job_widget .item .item_element {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.job_widget .item .item_element span:first-child {
    font-size: 14px;
    font-weight: 400;
    color: var(--main_txt);
}
.job_widget .item .item_element span,
.job_widget .item_location .location span.taxonomy-term {
    font-weight: 700;
    color: #212f3f;
    font-size: 16px;
}
.job_widget .item_location {
    display: flex;
    flex-wrap: wrap;
}
.job_widget .item_location .location .comma {
    padding-right: 5px;
}
/* End Sidebar */
/* Sidebar form */
.job_widget input {
    width: 100%;
    border-radius: 3px;
    padding: 11px 15px;
    color: #919191;
    border: 0;
    background-color: #f7f7f7;
    margin-top: 5px;
}
.job_widget input:focus {
    color: #000000;
}
.job_widget input[type="submit"] {
    cursor: pointer;
    background-color: var(--cl-sub);
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}
.job_widget input[type="submit"]:hover {
    background-color: var(--cl-sub-hover);
}
.job_widget .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}
.job_widget label {
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}
.job_widget label b {
    color: red;
}
/* sidebar form */
@media (max-width: 640px){
    .content_job .featured-imagebox {
        flex-direction: column;
    }
    .content_job .thumbnail {
        width: 40%;
    }
    .featured-imagebox .content {
        width: 100%;
        padding-top: 0;
    }
    .overview-box .title {
        padding: 15px;
    }
    .overview-box .content {
        padding: 20px 15px;
    }
    .col-4.sidebar_job {
        margin-top: 30px;
    }
}