.bodyJobAppli {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box_breadcrumb {
    background: #eaebef !important;
}

.box_breadcrumb .content_breadcrumb {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
}

.box_breadcrumb .link_breadcrumb, 
.box_breadcrumb .txt_breadcrumb {
    color: #043379 !important;
}

.boxContainHome, .box_news {
    margin-top: 20px;
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.box_hoso {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tt_danh_muc {
    font-size: 24px;
    line-height: 30px;
    color: #043379;
    text-align: center;
    font-family: Roboto-Medium;
}

.box_item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px dashed #000;
    padding-bottom: 50px;
}

.box_item .item {
    width: calc((100% - 20px) / 2);
    display: flex;
    gap: 20px;
}

.box_item .item .hsxv_img {
    width: 30%;
    text-align: center;
}

.item .ir {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item .h3 {
    display: flex;
    justify-content: start;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #ff9408;
    font-family: 'Roboto-Medium';
}

.box_item .ef p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #474747;
    text-align: justify;
}

.box_nganh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.tt_danh_muc {
    text-align: center;
    font-size: 28px;
}

.box_ir {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}

.box_nganh .box_ir a {
    border-radius: 15px;
    background: #ffedd8;
    color: #fd1616;
    display: inline-block;
    font-size: 17px;
    line-height: 34px;
    width: calc((100% - (23px * 3))/4);
    text-align: center;
    height: 36px;
    vertical-align: middle;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    border: 1px dashed #fd1616;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box_nganh a:hover {
    background: #fd1616;
    color: #fff;
}

.box_slogan {
    padding: 60px 0;
    margin: 60px 0;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.box_slogan .text_h2_slogan {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #ff9408;
}

.box_slogan .content_slogan {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #515151;
}

.box_news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.listBlog {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.item_blog {
    width: calc(100% / 4 - 12px);
    box-shadow: 0px 0px 10px 0px #0000001a;
    visibility: visible;
    animation-delay: 0.4s;
    transition: 0.5s all ease;
}

.box_news .box_top_blog {
    position: relative;
    height: 150px;
}
.box_news .link_blog {
    display: block;
    color: #4C5BD4;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    height: 100%;
}
.box_news .create_blog {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #4C5BD4 !important;
    background-color: #ffffff;
    position: absolute;
    bottom: -10px;
    left: 0;
    padding: 5px 10px;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.box_news .boxlst_content_blog {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #9b9b9b;
    background: #FFF;
}
.box_news .item_blog .avt_blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_news .title_blog {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.box_news .box_info_blog {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.box_news .a_link_blog {
    color: #4C5BD4;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}
.box_news .item_blog .a_link_blog img {
    width: 12px;
    height: 12px;
    object-fit: unset;
}
.box_news .item_blog:hover {
    transform: translate(0, -10px);
}
.box_news .item_blog:hover .create_blog {
    bottom: -1px;
    opacity: 1;
}
.box_news .item_blog:hover .link_blog, 
.box_news .item_blog:hover .a_title_blog {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .box_nganh .box_ir a {
        width: calc((100% - (23px * 2)) / 3);
    }

    .item_blog {
        width: calc(100% / 2 - 8px);
    }
}

@media screen and (max-width: 600px) {
    .box_item {
        width: 100%;
        flex-direction: column;
    }

    .box_item .item {
        width: 100%;
    }

    .tt_danh_muc {
        font-size: 24px;
    }

    .box_nganh .box_ir a {
        width: calc((100% - 23px) / 2);
        font-size: 15px;
    }

    .item_blog {
        width: 100%;
    }
}
