section.recruitement {
    background-color: #fff;
}
.form-style {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 15px;
    border: 1px solid #707070;
    border-radius: 5px;
}
.form-style .form-title {
    padding: 14px 27px;
    background: #023894;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}
.form-style .form-content {
    padding: 17px 27px 50px;
}
.form-style .form-content .form-line {
    /* display: flex; */
    align-items: center;
    padding: 10px 0;
}
.form-style .form-content .form-line label.error {
    color: red;
}
.form-style .form-content .form-line .group-select {
    width: 100%;
    display: flex;
}
.form-style .form-content .form-line .group-select>select:first-child {
    margin-right: 10px;
}
.form-style .form-content .form-line .tag {
    max-width: 160px;
    display: block;
}
.form-style .form-content .form-line .imitate {
    width: 55%;
    display: block;
}
.form-style .form-content .form-line .tag>.required {
    color: red;
}
.form-style .form-content .form-line input {
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    max-height: 36px;
}
.form-style .form-content .form-line input.error {
    background-color: rgba(226, 33, 39, 0.1) !important;
    border: 1px solid #dc0d0d;
}
.form-style .form-content .form-line textarea {
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-height: 130px;
}
.form-style .form-content .form-line textarea.error {
    background-color: rgba(226, 33, 39, 0.1) !important;
    border: 1px solid #dc0d0d;
}
.form-style .has-upload-file input[type="file"] {
    display: none;
}
.form-style .has-upload-file .group-upload {
    display: flex;
}
.form-style .has-upload-file .drag-upload {
    background: #2F6AB1 url('../icons/icon-upload.svg') no-repeat 10%/12px auto;
    color: #FFF;
    max-width: 187px;
    height: 36px;
    text-align: center;
    max-height: 36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s ease;
}
.form-style .has-upload-file .drag-upload:hover {
    background-color: #004eac;
}
.form-style .has-upload-file .filename {
    border: 1px solid #9B9B9B;
    width: 100%;
    height: 36px;
    display: block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 20p;
    padding-left: 10px;
}
button.btn-submit {
    width: 100%;
    background: #2F6AB1;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    cursor: pointer;
    outline: 0;
    border: none;
    border-radius: 5px;
    transition: 0.4s ease;
}
button.btn-submit:hover {
    background: #004eac;
}
.group-select {}
.group-select .city-group {
    width: 100%;
}
.group-select .city-group select#city {
    width: 100%;
    padding: 5px;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    height: 36px;
}
.group-select .detail-group {
    width: 70%;
    margin-left: 10px;
}
.group-select .detail-group select#district {
    width: 100%;
    padding: 5px;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    height: 36px;
}
@media only screen and (max-width: 576px) {
    .form-style .form-content .form-line {
        display: block;
        padding: 10px;
    }
    .form-style .has-upload-file .filename {
        margin-bottom: 10px;
        border-radius: 5px;
        font-size: 12px;
    }
    .form-style .has-upload-file .drag-upload {
        border-radius: 5px;
    }
    .form-style .has-upload-file .drag-upload {
        padding-left: 17px;
        font-size: 10px;
        background-size: 10px;
        width: 45%;
        background-position: 6%;
    }
    .form-style .form-content .form-line .group-select {
        display: block;
    }
    .form-style .form-content .form-line .tag {
        width: 100%;
        max-width: unset;
    }
    .group-select .detail-group {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
/* POPUP SUCCESS */
.mask-modal-st {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 31, 0.3);
    z-index: 120;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}
.modal-st {
    border-radius: 3px;
    position: fixed;
    top: calc(50vh - 175px);
    left: calc(50vw - 295px);
    width: 580px;
    max-width: 580px;
    height: auto;
    background: #fff;
    z-index: 121;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s cubic-bezier(0.72, -0.27, 0.34, 1.88);
    transform: translateY(45px);
    overflow: auto;
    border: 5px solid #FCFD98;
    border-radius: 5px;
}
.modal-st .modal-content-st .modal-header-st {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 30px 12px;
}
.modal-st .modal-content-st .modal-header-st .modal-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #023894;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.modal-st .modal-content-st .modal-header-st .modal-title span {
    position: relative;
    z-index: 2;
}
.modal-st .modal-content-st .modal-body-st {
    color: #727272;
    padding: 12px 30px 37px;
}
.modal-st .modal-content-st .modal-body-st .block .tag {
    color: red;
}
.modal-st .modal-content-st .modal-body-st .block .tag.small {
    font-size: 15px;
}
.modal-st .modal-content-st .modal-body-st .block .tag.big {
    font-size: 18px;
}
.modal-st .modal-content-st .modal-body-st .block .tag.bold {
    font-weight: bold;
}
.active {
    visibility: visible;
    opacity: 1;
}
.active+.modal-st {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.close-modal-st {
    position: absolute;
    top: 0;
    font-size: 35px;
    right: 15px;
    width: 23px;
    height: 23px;
    background: transparent;
    color: #727272;
    cursor: pointer;
    border: 0;
}
@media only screen and (max-width: 768px) {
    .modal-st {
        left: 50px;
        right: 50px;
        width: unset;
    }
}
@media only screen and(max-width: 576px) {
    .modal-st {
        left: 20px;
        right: 20px;
    }
}
/* ADDITIONAL STYLE */
.text-center {
    text-align: center;
}
.d-none {
    display: none !important;
}