body{
    font-family: "Roboto";
}
.banner{
    width: 100%;
    height: 561px;
    display: flex;
    justify-content: center;
    background: url('https://timviec365.vn/images/img_ntd_uy_tin/banner_ntd_uy_tin.png') no-repeat;
    background-position-y: bottom;
    background-position-x: calc(100% - 20px);
}
.bn_left{
    width: 47%;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bn_right{
    width: 50%;
    max-width: 660px;
}
.bn_title{
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
}

.bn_content{
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}
.bn_dangtin{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 18px 13px;
    width: fit-content;
    border: none;
    border-radius: 8px;
    background: #043379;
    color: #FFF;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    align-self: center;
    margin-top: 50px;
}
.container{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 10px;
}
.back{
    display: flex;
}
.back a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    padding: 13px;
    border-radius: 20px;
    background: #FFF;
    color: #000;
    box-shadow: 4px 4px 4px 0px #ccc;
}
.box_content{
    width: 100%;
    display: flex;
    gap: 35px;
    padding-left: 50px;
    padding-right: 35px;
}
.box_vl{
    width: 350px;
    height: fit-content;
    box-shadow: 1px 3px 9px 0px #ccc;
    border-radius: 20px;
    border-top-left-radius: 0;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.main_content{
    width: calc(100% - 385px);
    box-shadow: 1px 3px 9px 0px #ccc;
    border-radius: 20px;
    background: #FFF;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.main_content .title{
    font-size: 44px;
    line-height: 120%;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

.main_content .sapo{
    border-left: 10px solid #FA5555;
    padding: 10px 25px 10px 15px;
    color: #1B1B24;
    background: #EBEEFF;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    font-style: italic;
}
.main_content .content p, .main_content .content p span{
    font-size: 16px !important;
    line-height: 150% !important;
}
.main_content .content h2, .main_content .content h2 span{
    font-size: 28px !important;
    line-height: 130% !important;
}
.main_content .content h3, .main_content .content h3 span{
    font-size: 24px !important;
    line-height: 130% !important;
}
.main_content img{
    max-width: 100%;
    height: auto;
}
.vl_title{
    width: 100%;
    background: #EBEEFF;
    padding: 19px 9px 19px 20px;
    border-left: 10px solid #FA5555;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
}
.box_vl .list_vl{
    padding: 20px 10px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_vl{
    width: 100%;
    padding: 8px;
    border: 1px solid #E2E2E2;
    display: flex;
    gap: 8px;
    border-radius: 10px;
}
.item_vl .avatar{
    width: 70px;
    height: 70px;
    position: relative;
}
.item_vl .avatar .img_avatar{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_vl .avatar .box_online{
    background: #F4FCE9;
    border-radius: 24px;
    padding: 3px 7px;
    font-size: 9px;
    line-height: 11px;
    color: #76B51B;
    position: absolute;
    bottom: 0;
    right: 0;
}

.item_vl .des_vl{
    width: calc(100% - 78px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.item_vl .des_vl .new_title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    cursor: pointer;
}

.item_vl .des_vl .company_name{
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.item_vl .des_vl .info_new{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.item_vl .des_vl .info_new .item_info{
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #5F5C5C;
    margin-top: 5px;
}

.item_vl .des_vl .info_new .item_info.w50{
    width: 50%;
}

.item_vl .des_vl .info_new .item_info .icon{
    width: 16px;
    height: 16px;
}

.view_more_vl{
    display: flex;
    justify-content: center;
}

.view_more_vl a{
    background: #EBEEFF;
    border-radius: 15px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}

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

.box_ml .btn_ml{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #FFF;
    border: none;
    border-radius: 8px;
    box-shadow: 1px 3px 9px 0px #ccc;
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;

}

.box_ml .box_content_ml{
    background: #FFF;
    border-radius: 8px;
    box-shadow: 1px 3px 9px 0px #ccc;
    padding: 20px;
    width: fit-content;
    max-width: 100%;
}

.box_ml .box_content_ml .ct_content_ml{
    background: #F2F4FFD4;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.box_ml .box_content_ml .ct_content_ml .title_ml{
    text-align: center;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
}

.box_ml .box_content_ml .ct_content_ml .content_ml{
    /* max-height: 210px; */
    overflow: auto;
}

.toc-h2{
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    padding-bottom: 10px;
}
.toc-h2 a{
    color: #000;
}
.toc-h3{
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 10px;
    padding-left: 20px;
}
.toc-h3 a{
    color: #323334;
}

@media screen and (max-width: 1280px) {
    .box_content{
        flex-direction: column;
        padding-right: 50px;
    }
    .main_content,.box_vl{
        width: 100%;
    }
    .item_vl{
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 1199px) {
    .banner{
        background: linear-gradient(360deg, #EBEEFF 0%, #79A0E1 39.33%, #0652C2 100%);
    }
    .bn_right{
        display: none;
    }
    .bn_left{
        width: 100%;
    }
    .box_content{
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_content{
        padding: 40px;
    }
    .bn_title,.bn_content{
        color: #FFF;
    }
}

@media screen and (max-width: 414px) {
    .bn_title{
        font-size: 32px;
    }
    .bn_content{
        font-size: 22px;
    }
    .box_content{
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main_content{
        padding: 30px 10px;
    }
    .main_content .title{
        font-size: 24px;
    }
    .main_content .content p{
        font-size: 16px !important;
        line-height: 120% !important;
    }
    .item_vl{
        width: 100%;
    }
    .box_ml .box_content_ml .ct_content_ml .title_ml{
        font-size: 32px;
    }
    .toc-h2{
        font-size: 19px;
    }
    .toc-h3{
        font-size: 17px;
    }
    .main_content .sapo{
        font-size: 16px;
    }
    .box_ml .box_content_ml{
        padding: 0;
    }
}

.boxlist_uvnew {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.list_uvnew {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.item_uv {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 2 - 5px);
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 15px 10px;    
    justify-content: space-between;
    gap: 15px;
}
.img_avtuv {
    width: 95px;
    height: 95px;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid #4c5bd4;
}
.a_avtuv {
    position: relative;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon_tiaset_uv {
    border: unset !important;
    width: 31.806px !important;
    height: 36px !important;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0 !important;
}
.box_btnuv {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.uv_chat {
    position: relative;
    width: 105px;
    background: #959595;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    padding: 7px 10px 7px 30px;
    text-decoration: none;
    cursor: pointer;
}
.uv_chat.m_online {
    background: #5dc22d;
    color: #fff;
}
.uv_chat::before {
    content: '';
    background-image: url('/timviecejs/images/chat_icon/vl_chat_wt.png') !important;
    background-size: 100% 100%;
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 10px;
    top: 8px;
}
.box_save {
    width: 105px;
    text-align: center;
    background: #fff;
    border: 0.8px solid #4c5bd4;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    color: #4c5bd4;
    border-radius: 20px;
    padding: 7px 10px;
    text-decoration: none;
    cursor: pointer;
}
.box_save img {
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
}
.box_infouv {
    width: calc(100% - 230px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.job_uv {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
    color: #474747;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;   
}
.name_uv {
    font-weight: normal;
    float: left;
    font-size: 16px;
    line-height: 19px;
    color: #f88c00;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box_infouv_detail {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
.infouv {
    display: flex;
    align-items: center;
    gap: 5px;
}
.infouv.infouv_time {
    width: 100%;
}
.infouv.infouv_city {
    width: 50%;
}
.infouv.infouv_kn {
    width: 48%;
}
.box_time_off {
    position: absolute;
    padding: 1px 5px;
    right: 0px;
    top: 75%;
    background: #f4fce9;
    border-radius: 24px;
    font-weight: unset;
    font-size: 10px;
    line-height: 14px;
    color: #76b51b;
}
.box_time_off.online {
    width: 15px;
    height: 15px;
    background: #76b51b;
}
.txt_infouv {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box_loadmore {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_loadmore {
    border: 1px solid #4C5BD4;
    border-radius: 100px;
    width: 140px;
    height: 40px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #4C5BD4;
    gap: 10px;
}
.btn_loadmore:hover {
    background: #4C5BD4;
    color: #ffffff;
}
.level2 {
    border: 2px solid var(--G7, #ffd186) !important;
}
.level3 {
    border: 2px solid transparent !important;
    background: linear-gradient(139deg, #2143d6 13.63%, #dee6f9 52.2%, #9cb4ed 87.69%);
}
.boxlist_uvnew .title_h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #4C5BD4;
    line-height: 32px;
    text-transform: uppercase
}
.container_site {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1400px) {
    .container_site {
        max-width: 1350px;
    }
}
@media (min-width: 1600px) {
    .container_site {
        max-width: 1550px;
    }
}
@media screen and (max-width: 1024px) {
    .container_site {
        padding: 20px 25px 0;
    }
    .item_uv {
        width: 100%;
    }
    .boxlist_uvnew .title_h2 {
        font-size: 26px;
        line-height: 28px;
    }
}
@media screen and (max-width: 768px) {
    .container_site {
        padding: 20px 20px 0;
    }
}
@media screen and (max-width: 600px) {
    .a_avtuv, .img_avtuv {
        width: 60px;
        height: 60px;
    }
    .box_infouv {
        width: calc(100% - 75px);
    }
    .box_btnuv {
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
    }
    .icon_tiaset_uv {
        width: 20px !important;
        height: 20px !important;
    }
    .infouv {
        width: 100% !important;
    }
    .boxlist_uvnew .title_h2 {
        font-size: 23px;
        line-height: 25px;
    }
}
@media screen and (max-width: 480px) {
    .container_site {
        padding: 20px 15px 0;
    }
}
