label.choose-file {
    background-image: url(../image/news/down.png) !important;
    width: 38px;
    height: 38px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 12px;
}
.btn_bg_img_blue{
    margin-top: 18px;
}
div#description {
    background-color: #f2f4f1;
    border-radius: 25px;
    padding: 30px;
}
div#description > p{
    padding: 12px 0;
    border-bottom: 1px solid #d31145;
}
div#description > p:last-child{
    border-bottom: none;
}
div#description > p:first-child{
    padding-top: 0;
}
.success_application img{
    width: 60px;
}
.tuyen-dung .title h2{
   margin-top: 50px;
}
@media (max-width: 991px) {
    .recruit .accordion-header button {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .recruit img{
        width: 100%;
    }
    .recruit .box_album_cate{
        display: none;
    }
    .success_application p {
        font-size: 7vw;
    }

    .success_application p.gray_color {
        font-size: 18px;
        line-height: 21px;
    }

    .success_application p.mar_bot_30 {
        margin: 0 !important;
    }
    .recruit .accordion-header {
        position: relative;
    }
    .recruit .accordion-header button.accordion-button {
        font-size: 14px;
        padding: 0.75rem;
        line-height: 1.4;
        padding-right: 40px;
    }
    .recruit .accordion-button::after {
        right: 8px;
        top: 8px;
    }
    .recruit .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg) translateY(50%);
    }
    .recruit .accordion-button::after {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    div#description {
        padding: 15px 10px;
    }
    .bm .des ul, .bm .des ul li{
        padding: 0 !important;
        margin: 0 !important;
    }
    .bm .des * {
        margin: 0 !important;
        padding: 0 !important;
    }
}