.bodyNtdUyTin {
    background: #fafaff;
    width: 100%;
}
.boxBanner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        180deg,
        #F3F4FA 0%,
        #EAEBF8 45%,
        #DFE2F5 100%
    );
}
.contentBanner {
    width: 1170px;
    margin: auto;
    max-width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.bn_title {
    color: #4c5bd4;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
}
.bn_content {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #474747;
}
.bn_dangtin {
    border-radius: 30px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 24px;
    line-height: 30px;
    border: 1px solid #4C5BD4;
    background: linear-gradient(90deg, #2230a3 0%, #5b6be7 100%);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
}
.bn_dangtin:hover {
    transform: scale(1.04);
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.bannerLeft {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}
.bannerRight {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgBanner {
    width: 100%;
    max-height: 370px;
}
.boxContainMain {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contentMain {
    width: 1170px;
    margin: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
}
.boxListUv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.title_h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #4C5BD4;
    line-height: 34px;
    text-transform: uppercase;
    font-family: Roboto-Medium, sans-serif;
}
.listUv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.item_uv {
    width: calc(50% - 5px);
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    outline: #dfdfdf solid 1px;
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.a_avtuv {
    cursor: pointer;
    position: relative;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_avtuv {
    width: 95px;
    height: 95px;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid #4c5bd4;
}
.box_time_on {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #76B51B;
    border-radius: 24px;
    border: 2px solid #fff;
}
.box_time_off {
    position: absolute;
    padding: 4px 8px;
    right: 0;
    bottom: 5px;
    background: #f4fce9;
    border-radius: 24px;
    font-size: 12px;
    line-height: 15px;
    color: #76b51b;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.icon_tiaset_uv {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0;
}
.box_avtuv {
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.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('/assets/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;
}
.btnLikeUv {
    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_btnuv .btnLikeUv.saved {
    background: #4C5BD4;
    color: #FFF;
}
.btnLikeUv:hover {
    transform: scale(1.04);
    background: rgba(76, 91, 212, 0.08);
}
.box_infouv {
    width: calc(100% - 230px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.job_uv {
    cursor: pointer;
    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 {
    cursor: pointer;
    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;
    row-gap: 5px;
    align-items: center;
    column-gap: 10px;
}
.infouv {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    line-height: 19px;
}
.infouv.infouv_time {
    width: 100%;
}
.infouv.infouv_city {
    width: calc(50% - 5px);
}
.infouv.infouv_kn {
    width: calc(50% - 5px);
}
.txt_infouv {
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.btnLoadmoreNew, 
.btnLoadmoreUv {
    background: linear-gradient(90deg, #ff685a, #ff7149 29.89%, #ff8426 55.21%, #ff9606);
    border-radius: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    margin: auto;
    cursor: pointer;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.btnLoadmoreNew:hover, 
.btnLoadmoreUv:hover {
    transform: scale(1.04);
    background: linear-gradient(270deg, #ff685a, #ff7149 29.89%, #ff8426 55.21%, #ff9606);
}
.boxListNew, 
.boxBlogFooter {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.boxBlogFooter .footer_blog_container, 
.boxBlogFooter .footer_blog_box_bottom_cate {
    padding: 0 !important;
    margin: 0 !important;
}
.title_h1 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #4C5BD4;
    line-height: 38px;
    text-transform: uppercase;
    font-family: Roboto-Medium, sans-serif;
}
.txtSapo {
    color: #474747;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
}
.titleListNew {
    width: 100%;
    border-left: 5px solid #ffbc3b;
    color: #4c5bd4;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
}
.listNew {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.listNew .item_vl {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    width: calc(100% / 3 - 10px);
    outline: #dfdfdf solid 1px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #0000001a;
}
.listNew .item_vl .content_vl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.listNew .box_left_vl {
    width: 65px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.listNew .item_vl .logo_user_th {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #4c5bd4;
}
.listNew .boxTiaSet {
    border: 3px solid #4c5bd4 !important;
}
.listNew .boxAnhSao {
    border: 3px solid #fea738 !important;
}
.listNew .boxTiaSet.boxAnhSao {
    border: 2px solid transparent !important;
    background: linear-gradient(269.18deg, #fea738 0.73%, #4c5bd4 99.35%) border-box;
}
.listNew .item_vl .box_left_vl img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    object-fit: contain;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.listNew .item_vl .box_left_vl .icon_tiaset_new {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    border-radius: unset;
    min-width: unset;
    max-width: unset;
    max-height: 100%;
    vertical-align: middle;
    object-fit: contain;
}
.listNew .userOffline {
    position: absolute;
    padding: 1px 5px;
    right: 0;
    bottom: 5px;
    background: #f4fce9;
    border-radius: 24px;
    font-weight: unset;
    font-size: 10px;
    line-height: 14px;
    color: #76b51b;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.listNew .userOnline {
    width: 15px;
    height: 15px;
    background: rgb(118, 181, 27);
    border: 2px solid rgb(255, 255, 255);
    bottom: 5px;
    right: 0;
    position: absolute;
    padding: 1px 5px;
    border-radius: 24px;
    font-weight: unset;
    font-size: 10px;
    line-height: 14px;
    color: #76b51b;
}
.listNew .box_right_vl {
    width: calc(100% - 75px);
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
}
.listNew .box_title_new {
    width: 100%;
}
.listNew .tit_vip {
    width: 100%;
    color: #4c5bd4;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-transform: capitalize;
}
.listNew .name_com {
    width: 100%;
    color: #6f6f6f;
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.item_uv:hover, 
.listNew .item_vl:hover {
    outline: #4c5bd4 solid 1px;
    transform: scale(1.02);
    z-index: 1;
}
.listNew .boxContentNewBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-width: 0;
    flex-wrap: nowrap;
    overflow: hidden;
}
.listNew .item_catenew {
    margin: 0;
    border-radius: 20px;
    background: #edeff0;
    padding: 4px 10px;
    color: #474747;
    font-size: 14px;
    line-height: 17px;
    display: block;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    flex: 0 1 auto; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
    .bannerRight {
        display: none;
    }
    .bannerLeft {
        width: 100%;
        padding: 30px 0;
    }
    .listNew .item_vl {
        width: calc(100% / 2 - 8px);
    }
    .item_uv {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .listNew .item_vl {
        width: 100%;
    }
    .bn_title {
        font-size: 32px;
        line-height: 39px;
    }
    .bn_content {
        font-size: 22px;
        line-height: 28px;
    }
    .title_h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .title_h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .titleListNew {
        font-size: 22px;
        line-height: 28px;
    }
}
@media screen and (max-width: 540px) {
    .bn_title {
        font-size: 28px;
        line-height: 35px;
    }
    .titleListNew, 
    .bn_content {
        font-size: 20px;
        line-height: 26px;
    }
    .title_h2, 
    .bn_dangtin {
        font-size: 22px;
        line-height: 28px;
    }
    .title_h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .box_infouv_detail {
        flex-direction: column;
    }
    .box_infouv_detail .infouv {
        width: 100% !important;
    }
    .box_btnuv {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .box_infouv {
        width: calc(100% - 70px - 15px);
    }
    .box_avtuv {
        width: 70px;
    }
    .a_avtuv, .img_avtuv {
        width: 70px;
        height: 70px;
    }
    .box_time_on {
        width: 15px;
        height: 15px;
    }
    .box_time_off {
        padding: 2px 6px;
        font-size: 10px;
        line-height: 14px;
    }
}