.container_post_new .first_map {
    display: flex;
    justify-content: center;
    background-color: #393FA8;
    background-size: cover;
    background-position: center;
}

.container_post_new .first_map .header_map {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.container_post_new .first_map .header_map .body_header {
    display: flex;
    width: 1200px;
    padding: 12px;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.50);
}

.container_post_new .first_map .header_map .body_header .input_search {
    display: flex;
    width: 576px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #2878aa;
    background: #769fcb;
    color: white;
    height: 47px;
}

.container_post_new .first_map .header_map .body_header .input_search::placeholder {
    color: white;
}

.container_post_new .first_map .header_map .body_header .select_btn {
    display: flex;
    width: 423px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #2878aa;
    background: #769fcb;
    height: 47px;
}

.container_post_new .first_map .header_map .body_header .select_btn div {
    color: white;
    background-color: #769fcb;
    border: #769fcb;
}

.container_post_new .first_map .header_map .body_header .select_btn span {
    color: white;
}

.container_post_new .first_map .header_map .body_header .search_btn {
    font-family: "Roboto";
    display: flex;
    width: 144px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    height: 47px;
    background: var(--Chnh, #3582cd);
}

.container_post_new .first_map .header_map .body {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.container_post_new .first_map .header_map .body .sp {
    color: #fff;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 263px;
    height: 28px;
}

.container_post_new .first_map .header_map .body .fp {
    color: #fff;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container_post_new .first_map .header_map .body .post_btn {
    color: white;
    background-color: #f39623;
    border-radius: 60px;
}

.container_post_new .second_map {
    background: #f0faff;
    display: flex;
    justify-content: center;
}

.container_post_new .second_map .content_map {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 1216px;
}

.container_post_new .second_map .content_map .fc_map {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
}

.container_post_new .second_map .content_map .fc_map .text {
    text-align: center;
    font-family: Roboto;
    padding: 20px;
    font-weight: bold;
    font-size: 28px;
    margin: 0px -16px;
    background: linear-gradient(to right, black 54%, #3582cd 46%);
    -webkit-background-clip: text;
    color: transparent;
}

.container_post_new .second_map .content_map .fc_map .f_item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
    align-self: stretch;
}

.container_post_new .second_map .content_map .fc_map .f_item .body_candidate {
    display: flex;
    width: 570px;
    padding: 10px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(204, 204, 204, 0.50);
}

.container_post_new .second_map .content_map .fc_map .f_item .body_candidate .avatar {
    margin-right: 6px;
}

.container_post_new .second_map .content_map .fc_map .f_item .body_candidate .last_line div {
    display: flex;
}

.container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_p {
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    padding-bottom: 8px;
    width: 100%;
    font-family: "Roboto";
    min-height: 27px;
    font-size: 1em;
}

.container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_div {
    font-family: "Roboto";
    display: flex;
    gap: 4px;
}

@media (max-width: 1100px) {
    .container_post_new .second_map .content_map .body_candidate {
        width: 428px;
    }

    .container_post_new .second_map .content_map .body_candidate .line_div {
        display: flex;
        flex-direction: column;
    }
}

.container_post_new .second_map .content_map .sc_map {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
}

.container_post_new .second_map .content_map .sc_map .text_second {
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #3582cd;
}

.container_post_new .second_map .content_map .sc_map .text_third {
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: black;
}

.container_post_new .second_map .content_map .sc_map .box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 43px;
    flex-wrap: wrap;
    align-self: stretch;
}

.container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
    border-bottom: 1px solid rgba(204, 204, 204, 0.50);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 570px;
}

.container_post_new .second_map .content_map .sc_map .box .body_candidate_second .title {
    font-family: "Roboto";
    display: flex;
    width: 570px;
    font-size: 28px;
    font-weight: bold;
    justify-content: center;
    padding: 10px 10px;
    background-color: #ffe3c9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content {
    display: flex;
    padding: 1%;
    background-color: white;
    border-bottom: 1px solid rgba(204, 204, 204, 0.50);
}

.container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .avatar {
    margin-right: 6px;
}

.container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line {
    font-family: "Roboto";
}

.container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line div {
    display: flex;
}

.container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .line_p {
    font-family: "Roboto";
    text-align: flex-start;
    font-weight: bold;
    padding-bottom: 8px;
}

@media (max-width: 1024px) {
    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        width: 895px;
    }
}

@media (max-width: 768px) {
    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        width: 657px;
    }
}

.container_post_new .second_map .pagi_first {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.container_post_new .box_blog {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}

.container_post_new .box_blog .blog {
    width: 65%;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.25);
    border-radius: 12px;
}

.container_post_new .box_blog .table_blog {
    width: 30%;
}

@media (min-width: 375px) and (max-width: 413.5px) {
    .container_post_new .first_map .header_map {
        width: 390px;
    }

    .container_post_new .first_map .header_map .form_search_job {
        display: none;
    }

    .container_post_new .first_map .header_map .body_header {
        width: 346px;
        display: flex;
        flex-direction: column;
        font-size: 22px;
        flex-direction: column;
    }

    .container_post_new .first_map .header_map .body_header .input_search {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body_header .input_search::placeholder {
        color: white;
    }

    .container_post_new .first_map .header_map .body_header .select_btn {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body_header .search_btn {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body {
        width: 390px;
    }

    .container_post_new .first_map .header_map .body .fp {
        text-align: center;
        width: 390px;
        font-size: 20px;
    }

    .container_post_new .second_map {
        background: #f0faff;
        display: flex;
        justify-content: center;
    }

    .container_post_new .second_map .content_map {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        width: 377px;
    }

    .container_post_new .second_map .content_map .fc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .text {
        text-align: center;
        padding: 20px;
        font-weight: bold;
        font-size: 20px;
        margin: 0px -16px;
        background: linear-gradient(to right, black 54%, #3582cd 46%);
        -webkit-background-clip: text;
        color: transparent;
    }

    .container_post_new .second_map .content_map .fc_map .f_item {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate {
        display: flex;
        width: 377px;
        padding: 10px;
        border-radius: 8px;
        background-color: white;
        border: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_p {
        display: flex;
        justify-content: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_div {
        display: flex;
    }

    .container_post_new .second_map .content_map .sc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .sc_map .text_second {
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .container_post_new .second_map .content_map .sc_map .text_third {
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        color: black;
    }

    .container_post_new .second_map .content_map .sc_map .box {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        width: 377px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .title {
        display: flex;
        font-size: 18px;
        font-weight: bold;
        justify-content: center;
        padding: 10px 1%;
        background-color: #ffe3c9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content_wrapper {
        height: 390px;
        background-color: #fff;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content {
        display: flex;
        padding: 1%;
        background-color: white;
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_online {
        padding-top: 8px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .line_p {
        text-align: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .container_post_new .second_map .pagi_first {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .container_post_new .box_blog {
        width: 382px;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .container_post_new .box_blog .blog {
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.25);
        border-radius: 12px;
    }

    .container_post_new .box_blog .table_blog {
        width: 100%;
    }
}

@media (min-width: 414px) and (max-width: 767.5px) {
    .container_post_new .first_map .header_map {
        width: 390px;
    }

    .container_post_new .first_map .header_map .form_search_job {
        display: none;
    }

    .container_post_new .first_map .header_map .body_header {
        width: 346px;
        display: flex;
        flex-direction: column;
        font-size: 22px;
        flex-direction: column;
    }

    .container_post_new .first_map .header_map .body_header .input_search {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body_header .input_search::placeholder {
        color: white;
    }

    .container_post_new .first_map .header_map .body_header .select_btn {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body_header .search_btn {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body {
        width: 390px;
    }

    .container_post_new .first_map .header_map .body .fp {
        text-align: center;
        width: 390px;
        font-size: 20px;
    }

    .container_post_new .second_map {
        background: #f0faff;
        display: flex;
        justify-content: center;
    }

    .container_post_new .second_map .content_map {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        width: 377px;
    }

    .container_post_new .second_map .content_map .fc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .text {
        text-align: center;
        padding: 20px;
        font-weight: bold;
        font-size: 20px;
        margin: 0px -16px;
        background: linear-gradient(to right, black 54%, #3582cd 46%);
        -webkit-background-clip: text;
        color: transparent;
    }

    .container_post_new .second_map .content_map .fc_map .f_item {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate {
        display: flex;
        width: 377px;
        padding: 10px;
        border-radius: 8px;
        background-color: white;
        border: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .last_line {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_p {
        display: flex;
        justify-content: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_div {
        display: flex;
    }

    .container_post_new .second_map .content_map .sc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .sc_map .text_second {
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .container_post_new .second_map .content_map .sc_map .text_third {
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        color: black;
    }

    .container_post_new .second_map .content_map .sc_map .box {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        width: 377px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content_wrapper {
        background-color: #fff;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .title {
        display: flex;
        font-size: 18px;
        font-weight: bold;
        justify-content: center;
        padding: 10px 1%;
        background-color: #ffe3c9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content {
        display: flex;
        padding: 1%;
        background-color: white;
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .line_p {
        text-align: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .container_post_new .second_map .pagi_first {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .container_post_new .box_blog {
        width: 382px;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .container_post_new .box_blog .blog {
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.25);
        border-radius: 12px;
    }

    .container_post_new .box_blog .table_blog {
        width: 100%;
    }

    .container_post_new .banner-top-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container_post_new .banner-top-mobile .box-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 32px;
        gap: 16px;
        transform: translateY(-10px);
    }

    .container_post_new .banner-top-mobile .box-container .title {
        color: #f8971c;
        text-align: center;
        font-family: Roboto;
        font-size: 26px;
        font-style: normal;
        font-weight: 800;
        line-height: 145%;
    }

    .container_post_new .banner-top-mobile .box-container .title:hover {
        color: #f8971c;
    }

    .container_post_new .banner-top-mobile .box-container .title_bot,
    .container_post_new .banner-top-mobile .box-container span {
        color: #fff;
        font-family: Roboto;
        font-size: 26px;
        font-style: normal;
        font-weight: 800;
        line-height: 145%;
    }

    .container_post_new .banner-top-mobile .box-container .title_bot:hover,
    .container_post_new .banner-top-mobile .box-container span:hover {
        color: #fff;
    }

    .container_post_new .banner-top-mobile .box-container .des {
        color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        text-align: center;
        white-space: nowrap;
    }

    .container_post_new .banner-top-mobile .box-container .search_text {
        display: flex;
        height: 48px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 30px;
        background: #fff;
        box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 16px;
    }

    .container_post_new .banner-top-mobile .box-container .search_text input {
        flex: 1 0 0;
        border: none;
        outline: none;
        color: #999;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .container_post_new .banner-top-mobile .box-container .search_select {
        display: flex;
        height: 48px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 30px;
        background: #fff;
        box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 16px;
    }

    .container_post_new .banner-top-mobile .box-container .search_select span {
        border: none;
        color: #333;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .container_post_new .banner-top-mobile .box-container .search_select>span {
        flex: 1 0 0;
        border: none;
    }

    .container_post_new .banner-top-mobile .box-container .button_search {
        display: flex;
        height: 48px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 30px;
        background: #f8971c;
        width: 100%;
    }

    .container_post_new .banner-top-mobile .box-container .button_search p {
        color: #fff;
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .container_post_new .banner-top-mobile .box-container .box_keyword {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

    .container_post_new .banner-top-mobile .box-container .box_keyword .key {
        color: #fff;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .container_post_new .banner-top-mobile .box-container .box_keyword .list_keyword {
        display: flex;
        width: 251px;
        align-items: center;
        align-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .container_post_new .banner-top-mobile .box-container .box_keyword .list_keyword .keyword {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 30px;
        padding: 6px 12px;
        border: 1px solid #fff;
    }

    .container_post_new .banner-top-mobile .box-container .box_keyword .list_keyword .keyword p {
        color: #fff;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (min-width: 768px) and (max-width: 1023.5px) {
    .container_post_new .first_map .header_map .body_header {
        width: 700px;
        display: flex;
        font-size: 22px;
        flex-direction: column;
    }

    .container_post_new .first_map .header_map .body_header .input_search {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body_header .input_search::placeholder {
        color: white;
    }

    .container_post_new .first_map .header_map .body_header .select_btn {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body_header .search_btn {
        width: 100%;
    }

    .container_post_new .first_map .header_map .body {
        width: 769px;
    }

    .container_post_new .first_map .header_map .body .fp {
        text-align: center;
        width: 717px;
        font-size: 24px;
    }

    .container_post_new .second_map {
        background: #f0faff;
        display: flex;
        justify-content: center;
    }

    .container_post_new .second_map .content_map {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        width: 768px;
    }

    .container_post_new .second_map .content_map .fc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .text {
        text-align: center;
        padding: 20px;
        font-weight: bold;
        font-size: 20px;
        margin: 0px -16px;
        background: linear-gradient(to right, black 54%, #3582cd 46%);
        -webkit-background-clip: text;
        color: transparent;
    }

    .container_post_new .second_map .content_map .fc_map .f_item {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate {
        display: flex;
        width: 690px;
        padding: 10px;
        border-radius: 8px;
        background-color: white;
        border: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_p {
        display: flex;
        justify-content: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_div {
        display: flex;
    }

    .container_post_new .second_map .content_map .sc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .sc_map .text_second {
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .container_post_new .second_map .content_map .sc_map .text_third {
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        color: black;
    }

    .container_post_new .second_map .content_map .sc_map .box {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        width: 690px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content_wrapper {
        height: 339px;
        background-color: #fff;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .title {
        display: flex;
        font-size: 28px;
        font-weight: bold;
        justify-content: center;
        padding: 10px 1%;
        background-color: #ffe3c9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content {
        display: flex;
        padding: 1%;
        background-color: white;
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .line_p {
        text-align: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .container_post_new .second_map .pagi_first {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .container_post_new .box_blog {
        width: 703px;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .container_post_new .box_blog .blog {
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.25);
        border-radius: 12px;
    }

    .container_post_new .box_blog .table_blog {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1365.5px) {
    .container_post_new .first_map {
        display: flex;
        justify-content: center;
        background-color: #393FA8;
        background-size: cover;
        background-position: center;
    }

    .container_post_new .first_map .header_map {
        padding: 20px 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .container_post_new .first_map .header_map .body_header {
        display: flex;
        flex-direction: row;
        width: 960px;
        padding: 12px;
        align-items: center;
        gap: 16px;
        border-radius: 4px;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.50);
    }

    .container_post_new .first_map .header_map .body_header .input_search {
        display: flex;
        width: 384px;
        padding: 10px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 4px;
        border: 1px solid #2878aa;
        background: #769fcb;
        color: white;
        height: 47px;
    }

    .container_post_new .first_map .header_map .body_header .input_search::placeholder {
        color: white;
    }

    .container_post_new .first_map .header_map .body_header .select_btn {
        display: flex;
        width: 384px;
        padding: 10px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border-radius: 4px;
        border: 1px solid #2878aa;
        background: #769fcb;
        height: 47px;
    }

    .container_post_new .first_map .header_map .body_header .select_btn div {
        color: white;
        background-color: #769fcb;
        border: #769fcb;
    }

    .container_post_new .first_map .header_map .body_header .select_btn span {
        color: white;
    }

    .container_post_new .first_map .header_map .body_header .search_btn {
        font-family: "Roboto";
        display: flex;
        width: 144px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 4px;
        height: 47px;
        background: var(--Chnh, #3582cd);
    }

    .container_post_new .first_map .header_map .body {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 985px;
    }

    .container_post_new .first_map .header_map .body .sp {
        color: #fff;
        font-family: "Roboto";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 263px;
        height: 28px;
    }

    .container_post_new .first_map .header_map .body .fp {
        color: #fff;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .container_post_new .first_map .header_map .body .post_btn {
        color: white;
        background-color: #f39623;
        border-radius: 60px;
    }

    .container_post_new .second_map {
        background: #f0faff;
        display: flex;
        justify-content: center;
    }

    .container_post_new .second_map .content_map {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        width: 1216px;
    }

    .container_post_new .second_map .content_map .fc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .text {
        text-align: center;
        padding: 20px;
        font-weight: bold;
        font-size: 28px;
        margin: 0px -16px;
        background: linear-gradient(to right, black 54%, #3582cd 46%);
        -webkit-background-clip: text;
        color: transparent;
    }

    .container_post_new .second_map .content_map .fc_map .f_item {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate {
        display: flex;
        width: 400px;
        padding: 10px;
        border-radius: 8px;
        background-color: white;
        border: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_p {
        display: flex;
        justify-content: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_div {
        display: flex;
        flex-direction: column;
    }

    .container_post_new .second_map .content_map .sc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .sc_map .text_second {
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .container_post_new .second_map .content_map .sc_map .text_third {
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        color: black;
    }

    .container_post_new .second_map .content_map .sc_map .box {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        width: 830px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content_wrapper {
        height: 348px;
        background-color: #fff;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .title {
        display: flex;
        font-size: 28px;
        font-weight: bold;
        justify-content: center;
        padding: 10px 1%;
        background-color: #ffe3c9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content {
        display: flex;
        padding: 1%;
        background-color: white;
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .line_p {
        text-align: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .container_post_new .second_map .pagi_first {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .container_post_new .box_blog {
        width: 846px;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .container_post_new .box_blog .blog {
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.25);
        border-radius: 12px;
    }

    .container_post_new .box_blog .table_blog {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .container_post_new .first_map {
        display: flex;
        justify-content: center;
        background-color: #393FA8;
        background-size: cover;
        background-position: center;
    }

    .container_post_new .first_map .header_map {
        padding: 20px 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .container_post_new .first_map .header_map .body_header {
        display: flex;
        width: 1200px;
        padding: 12px;
        align-items: center;
        gap: 16px;
        border-radius: 4px;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.50);
    }

    .container_post_new .first_map .header_map .body_header .input_search {
        display: flex;
        width: 576px;
        padding: 10px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 4px;
        border: 1px solid #2878aa;
        background: #769fcb;
        color: white;
        height: 47px;
    }

    .container_post_new .first_map .header_map .body_header .input_search::placeholder {
        color: white;
    }

    .container_post_new .first_map .header_map .body_header .select_btn {
        display: flex;
        width: 423px;
        padding: 10px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border-radius: 4px;
        border: 1px solid #2878aa;
        background: #769fcb;
        height: 47px;
    }

    .container_post_new .first_map .header_map .body_header .select_btn div {
        color: white;
        background-color: #769fcb;
        border: #769fcb;
    }

    .container_post_new .first_map .header_map .body_header .select_btn span {
        color: white;
    }

    .container_post_new .first_map .header_map .body_header .search_btn {
        font-family: "Roboto";
        display: flex;
        width: 144px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 4px;
        height: 47px;
        background: var(--Chnh, #3582cd);
    }

    .container_post_new .first_map .header_map .body {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }

    .container_post_new .first_map .header_map .body .sp {
        color: #fff;
        font-family: "Roboto";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 263px;
        height: 28px;
    }

    .container_post_new .first_map .header_map .body .fp {
        color: #fff;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .container_post_new .first_map .header_map .body .post_btn {
        color: white;
        background-color: #f39623;
        border-radius: 60px;
    }

    .container_post_new .second_map {
        background: #f0faff;
        display: flex;
        justify-content: center;
    }

    .container_post_new .second_map .content_map {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        width: 1216px;
    }

    .container_post_new .second_map .content_map .fc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .fc_map .text {
        text-align: center;
        font-family: Roboto;
        padding: 20px;
        font-weight: bold;
        font-size: 28px;
        margin: 0px -16px;
        background: linear-gradient(to right, black 54%, #3582cd 46%);
        -webkit-background-clip: text;
        color: transparent;
    }

    .container_post_new .second_map .content_map .fc_map .f_item {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate {
        display: flex;
        width: 570px;
        padding: 10px;
        border-radius: 8px;
        background-color: white;
        border: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_p {
        display: flex;
        justify-content: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
        width: 100%;
        font-family: "Roboto";
    }

    .container_post_new .second_map .content_map .fc_map .f_item .body_candidate .line_div {
        font-family: "Roboto";
        display: flex;
        gap: 4px;
        justify-content: space-between;
        align-items: center;
    }

    .container_post_new .second_map .content_map .sc_map {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
    }

    .container_post_new .second_map .content_map .sc_map .text_second {
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        color: #3582cd;
    }

    .container_post_new .second_map .content_map .sc_map .text_third {
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        color: black;
    }

    .container_post_new .second_map .content_map .sc_map .box {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 43px;
        flex-wrap: wrap;
        align-self: stretch;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        width: 570px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content_wrapper {
        background-color: #fff;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .title {
        font-family: "Roboto";
        display: flex;
        font-size: 28px;
        font-weight: bold;
        justify-content: center;
        padding: 10px 10px;
        background-color: #ffe3c9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content {
        display: flex;
        padding: 1%;
        background-color: white;
        border-bottom: 1px solid rgba(204, 204, 204, 0.50);
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .avatar {
        margin-right: 6px;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line {
        font-family: "Roboto";
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .last_line div {
        display: flex;
    }

    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second .content .line_p {
        font-family: "Roboto";
        text-align: flex-start;
        font-weight: bold;
        padding-bottom: 8px;
    }

    .container_post_new .second_map .pagi_first {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
}

@media (min-width: 1366px) and (max-width: 1100px) {
    .container_post_new .second_map .content_map .body_candidate {
        width: 428px;
    }

    .container_post_new .second_map .content_map .body_candidate .line_div {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1366px) and (max-width: 1024px) {
    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        width: 895px;
    }
}

@media (min-width: 1366px) and (max-width: 768px) {
    .container_post_new .second_map .content_map .sc_map .box .body_candidate_second {
        width: 657px;
    }
}

@media (min-width: 375px) and (max-width: 413.5px) {
    .content_wrapper {
        height: auto !important;
    }

    .content_wrapper .content {
        padding: 12px !important;
    }

    .content_wrapper .input_search {
        width: 100%;
    }
}

.banner-top-mobile {
    display: none;
}

@media screen and (max-width: 680px) {
    .banner-top-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-top-mobile .box-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 32px;
        gap: 16px;
        transform: translateY(-10px);
    }

    .banner-top-mobile .box-container .title {
        color: #f8971c;
        text-align: center;
        font-family: Roboto;
        font-size: 26px;
        font-style: normal;
        font-weight: 800;
        line-height: 145%;
    }

    .banner-top-mobile .box-container .title:hover {
        color: #f8971c;
    }

    .banner-top-mobile .box-container .title_bot,
    .banner-top-mobile .box-container span {
        color: #fff;
        font-family: Roboto;
        font-size: 26px;
        font-style: normal;
        font-weight: 800;
        line-height: 145%;
    }

    .banner-top-mobile .box-container .title_bot:hover,
    .banner-top-mobile .box-container span:hover {
        color: #fff;
    }

    .banner-top-mobile .box-container .des {
        color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        text-align: center;
        white-space: nowrap;
    }

    .banner-top-mobile .box-container .search_text {
        display: flex;
        height: 48px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 30px;
        background: #fff;
        box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 16px;
    }

    .banner-top-mobile .box-container .search_text input {
        flex: 1 0 0;
        border: none;
        outline: none;
        color: #999;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .banner-top-mobile .box-container .search_select {
        display: flex;
        height: 48px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 30px;
        background: #fff;
        box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 16px;
    }

    .banner-top-mobile .box-container .search_select span {
        border: none;
        color: #333;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .banner-top-mobile .box-container .search_select>span {
        flex: 1 0 0;
        border: none;
    }

    .banner-top-mobile .box-container .button_search {
        display: flex;
        height: 48px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 30px;
        background: #f8971c;
        width: 100%;
    }

    .banner-top-mobile .box-container .button_search p {
        color: #fff;
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .banner-top-mobile .box-container .box_keyword {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

    .banner-top-mobile .box-container .box_keyword .key {
        color: #fff;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .banner-top-mobile .box-container .box_keyword .list_keyword {
        display: flex;
        width: 251px;
        align-items: center;
        align-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .banner-top-mobile .box-container .box_keyword .list_keyword .keyword {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 30px;
        padding: 6px 12px;
        border: 1px solid #fff;
    }

    .banner-top-mobile .box-container .box_keyword .list_keyword .keyword p {
        color: #fff;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media screen and (max-width: 440px) {
    .box-container {
        margin: 32px 22px !important;
    }

    .box-container .all_job_filtered {
        position: absolute;
        top: 50px;
        width: 100%;
        background: white;
        border-radius: 12px;
        z-index: 1000;
        padding: 10px;
        visibility: hidden;
    }

    .box-container .all_job_filtered p {
        height: 30px;
        font-size: 13px;
        line-height: 15px;
        color: #888;
        margin-top: 4px;
    }

    .box-container .all_job_filtered ul {
        list-style: none;
        height: 120px;
        overflow-y: scroll;
    }

    .box-container .all_job_filtered ul li {
        font-size: 14px;
        color: #4f4f4f;
        line-height: 1.428571429;
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .box-container .all_job_filtered .job_have_close_mobile {
        font-size: 32px;
        color: gray;
        z-index: 1000;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 0;
    }
}

.post_btn {
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #d9d9d9;
}
.body_candidate{
    gap: 10px;
}
.container_post_new .second_map .content_map .sc_map .box .body_candidate_second .title {
    width: auto;
}
.more_candi{
    border: none;
    background: #f89518;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}