.pt-30 {
    padding-top: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.p-40 {
    padding: 40px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-25 {
    margin-top: 25px;
}

button.left {
    float: left;
    margin: 15px 15px 15px 0;
}

.low-case {
    text-transform: capitalize;
}

button.m-0 {
    margin: 0;
}

.but-gruop-wrp {
    margin-bottom: 0;
}

.lc_right .lcs_wrap {
    float: right;
}

.bg-gray {
    background: #eeeaea;
}

.tab-box .box-head {
    padding: 15px 0;
}

.main-title {
    font-size: 45px;
    color: #212121;
    font-weight: 100;
    line-height: 45px;
}

.note {
    font-size: 14px;
    color: rgba(67, 72, 73, 0.86);
    font-weight: 400;
}

.job-block {
    margin-top: 45px;
}

.job-block.mt-0 {
    margin-top: 0;
}

.job-block h3,
.job-block h4 {
    font-weight: 500;
}

.job-block h3 {
    color: #212121;
    font-size: 32px;
    line-height: 32px;
}

.job-block h4 {
    color: rgba(67, 72, 73, 1);
    font-size: 20px;
    line-height: 20px;
}

.job-block h5 {
    color: rgba(67, 72, 73, 0.56);
    font-size: 14px;
    font-weight: 400;
}

.requirement-list {
    margin: 0;
    padding: 0;
}

.requirement-list li {
    position: relative;
    color: rgba(67, 72, 73, 1);
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 25px;
}

.requirement-list li:not(:last-child) {
    margin-bottom: 20px;
}

.requirement-list li::before {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(67, 72, 73, 1);
    left: 0;
    top: 7px;
}

.qt-wrp:not(:last-child) {
    margin-bottom: 30px;
}

.answer:not(:last-child) {
    margin-bottom: 15px;
}

.answer span {
    font-size: 14px;
    line-height: 14px;
}

/* -------------------------------------
    Addvertisment
---------------------------------------*/

.h-100 {
    height: 100px;
}

.jobList {
    margin: 0;
    padding: 0;

}

.scroll-list-1,
.expand-list {
    max-height: 450px;
}

.expand-list .details {
    font-size: 16px;
}

.jobList li {
    list-style: none;
    width: 100%;
    float: left;
}

.jobList li:hover .details {
    color: #49b3cc;
}

.jobList li:not(:last-child) {
    margin-bottom: 30px;
}

.jobList label span {
    color: #434849;
}

.info-wrp {
    display: none;
}

.hunters-wrp {
    display: none;
}

.hunters:not(:last-child) {
    margin-bottom: 15px;
}

.addForm {
    display: none;
}

.ic_30 {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.ic_30-browser {
    height: 25px;
    background: url("../../images/system/icon/recruitment/30/ic_30_browser.png");
}
.img-wrp--up {
    overflow: hidden !important;
    width: 150px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.img-wrp--up img {
    width: 100%;
}
.check_text{
    position: relative;
    color: rgba(67, 72, 73, 1) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    list-style: none;
    width: 100%;
}
#criteria_edit h5:not(:last-child) {
    margin-bottom: 15px;
}

.img-widthsetup img{
    width: 100% !important;
}