﻿.section-recruitment {
    margin-top: 40px;
}
.search {
    width: 100%;
    padding: 20px;
    margin-top: 13px;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.section-detail {
    margin-top: 55px;
    padding: 0 200px;
}
.delete-filter {
    text-align:right;
}
.title-level {
    margin-top:32px;
}
.title-type {
    margin-top: 40px;
}
.item {
    white-space:pre-line;
}
.job-requi, 
.job-poli {
    padding-top: 30px;
}
.form-recruitment {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 20px;
}
.btn-submit-recruitment {
    background: var(--green-default);
    color:#fff;
}
.icon-filter {
    font-size:40px;
}
@media screen and (max-width:1024px) {
    .section-detail {
        margin-top: 12px;
        padding: 0px; 
    }
}