﻿.cartNews {
    width: 100%;
    background-color: white;
    border-bottom: 1px solid rgb(238 227 227);
    padding: 10px 10px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 8px;
    transition: all 0.25s ease 0s;
}

.img_cart_news {
    background-color: white;
    border-radius: 12px;
    /* width: 60px;
    height: 60px; */
    /* padding: 5px 0 15px ; */
    flex: 0 0 75px;
}

/* Mặc định cho màn hình lớn */
.slick-track,
.eWlxPc,
.slick-list,
.slide-wrapper,
.slide,
.img-banner {
    height: 392px !important;
}

.kpjEED {
    width: 78px !important;
    height: 78px !important;
    flex: 0 0 68px !important;
}

.rDanO {
    height: auto !important;
}
.search-result-listJob{
    padding: 0px 10px;
}
@media (min-width: 1024px) {
    .table-vb .soHieu {
        width: 18% !important;
    }
}
/* Thiết bị màn hình trung bình (tablets, màn hình nhỏ hơn 1024px) */
@media (max-width: 1024px) {
    .table-vb .soHieu {
        width: 18% !important;
    }
    .slick-track,
    .slick-list,
    .slide-wrapper,
    .slide,
    .img-banner {
        height: 300px !important;
        /* Giảm chiều cao cho màn hình nhỏ hơn */
    }

    .kpjEED {
        width: 60px !important;
        height: 60px !important;
        flex: 0 0 80px !important;
    }
}

/* Thiết bị màn hình nhỏ (smartphones, màn hình nhỏ hơn 768px) */
@media (max-width: 768px) {
  
    .slick-track,
    .slick-list,
    .slide-wrapper,
    .slide,
    .img-banner {
        height: 220px !important;
        /* Tiếp tục giảm chiều cao cho điện thoại */
    }
    .bULKbz .search-result main{
        padding: 0px 10px !important;
    }
    .search-result-listJob{
        padding: 0px;
    }
    .row{
        margin: 0px  !important;
    }
    .eqwasiduoiqwe {
        padding: 0px;
        margin: 0px;
    }
    .elcenj{
        padding: 10px 0px !important;
    }
    .kpjEED {
        width: 50px !important;
        height: 50px !important;
        flex: 0 0 68px !important;
    }
}

/* Màn hình rất nhỏ (dưới 480px, điện thoại nhỏ) */
@media (max-width: 480px) {

    .slick-track,
    .slick-list,
    .slide-wrapper,
    .slide,
    .img-banner {
        height: 180px !important;
        /* Giảm thêm nữa cho màn hình rất nhỏ */
    }

    .kpjEED {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 70px !important;
    }

    .fWRsgC2 {
        font-size: 12px !important;
    }

    .kddnHH label {
        min-width: 200px !important;

    }
}

.cSeiVg {
    height: 20px;
    /* hoặc bất kỳ kích thước nào bạn mong muốn */
}

.sectionBlock_featured-company .section-title h2 {
    /* margin-top: 2rem !important; */
    color: #0c44ab;
}

.sectionBlock{
    padding-top: 16px;
    /* padding: 0 !important; */
}
.sectionBlock__link {
    color: #005aff !important;
}

.companyBlock2:last-child {
    margin-bottom: 10px;
}

.companyBlock2 {
    padding: 10px;

    border: 1px solid #eaeaf0;
    border-radius: 6px;
    text-align: center;
    transition: box-shadow .3s;
    background-color: #fff;
    min-width: 0;
}

.box_video {
    padding: 15px  0 0px 0;
}

.fWRsgC2 {
    width: 100%;
    min-width: 0px;
    flex-direction: column;
    gap: 4px;
}

.gioihanvb {
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gioihanvbTieuDe {
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}



.wqiroqwrp {
    color: gray;
}

.top_recommend:hover {
    background-color: rgb(243 251 255);
    box-shadow: 0px 0px 10px 1px #e0dfff;
    border: 1px solid #00e5ff;
}

.gioihanvbTieuDe a {
    color: black
}

.news-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
}

@keyframes scroll-news {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.itpqowepowq div {
    opacity: 0; /* Ẩn ban đầu */
    transform: translateY(50px); /* Vị trí xuất phát từ dưới */
    animation: slideUp 0.8s ease-out forwards; /* Áp dụng animation */
  }
  
  /* Thêm delay lần lượt cho từng phần tử */
  .itpqowepowq div:nth-child(1) {
    animation-delay: 0s; /* Không delay */
  }
  .itpqowepowq div:nth-child(2) {
    animation-delay: 0.4s; /* Delay 0.3 giây */
  }
  .itpqowepowq div:nth-child(3) {
    animation-delay: 0.8s; /* Delay 0.6 giây */
  }
  .itpqowepowq div:nth-child(4) {
    animation-delay: 1.2s; /* Delay 0.9 giây */
  }
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
        /* Bắt đầu ở dưới */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* Kết thúc ở vị trí gốc */
    }
}
@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(-150px);
        /* Bắt đầu ở dưới */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        /* Kết thúc ở vị trí gốc */
    }
}
@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(150px);
        /* Bắt đầu ở dưới */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        /* Kết thúc ở vị trí gốc */
    }
}
.sc-dbd17037-4{
    opacity: 0; /* Ẩn ban đầu */
    transform: translateY(50px); /* Vị trí xuất phát từ dưới */
    animation: slideLeft 1s ease-out forwards; /* Áp dụng animation */
}
.swiper-slide{
    opacity: 0; /* Ẩn ban đầu */
    transform: translateY(50px); /* Vị trí xuất phát từ dưới */
    animation: slideRight 1s ease-out forwards; /* Áp dụng animation */
}
.container-roll {
    height: 392px;
    /* Điều chỉnh chiều cao */
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.news-container {
    animation: scroll-news 10s linear infinite;
}

@media (max-width: 928px) {
    .jDayMW {
        margin-bottom: 24px;
    }

}

.jDayMW {
    border-radius: 9px !important;
}

.companyBlock__name_custom {
    font-size: 11px;
    /* text-align: center; */
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    width: 100%;

    /* height: 35px; */

    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cardBlock__title_custom {


    margin: 8px 0;
    /* height: 66px; */

    font-size: 13px;
    /* text-align: center; */
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    width: 100%;

    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 34.67px;
}

.cardBlock__image {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.cardBlock {
    border-radius: 6px !important;

}

.hr-insider .cardBlock {
    margin: 0;
}

.sectionBlockCustom {
    padding: 18px 1rem;
    box-sizing: border-box;
}
.sectionBlock__title{
    margin-bottom: 2px;
}

.cwqyzt {
    margin-bottom: auto !important;
}






/* Dành riêng cho Firefox */
.news-container-roll {
    scrollbar-width: thin;
    /* Độ rộng thanh cuộn cho Firefox */
    scrollbar-color: #cdcaca white;
    /* Màu sắc của thanh cuộn và nền thanh cuộn cho Firefox */
}


.footer_content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0px;
}


.footer_content {
    display: flex;
    flex-wrap: wrap;
    /* Cho phép thẻ li xuống dòng khi hết chỗ */
    gap: 0px;
    margin-top: 1rem;

}

.footer__link-head {
    text-transform: uppercase;
    /* Biến tất cả văn bản thành chữ in hoa */
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px !important;
    width: 100%;
    /* Điều chỉnh chiều rộng nếu cần */
    font-weight: 900 !important;
}

.footer_content li {
    width: 100%;
    /* Chia đều 2 cột */
    margin-left: 10px;
}

.footer_content li> {
    width: 100%;
    /* Chia đều 2 cột */
    margin-left: 10px;
}

.vnw .footer__link li.footer__link-head {
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
}



.iframe,
.zbtn-clear,
.zbtn-info,
.zbtn-normal {
    display: none !important;
}

.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.footer__copyright .line {
    flex: 1;
    /* Đường gạch kéo dài hết chiều rộng */
    height: 1px;
    background-color: white;
    margin: 0 15px;
    /* Khoảng cách giữa nội dung và đường gạch */
}

.footer__copyright .text {
    white-space: nowrap;
    /* Giữ nội dung trên một dòng */
}

.tex_footer {
    color: white !important;
}

.sl_footer {
    color: white;
    font-weight: bold;
    font-size: 13px;
}

.zbtn-normal {
    display: none !important;
}

.vnw .footer {}

.fWRsgC2 {
    font-size: 13.5px;
}

.footer-p {
    white-space: unset;
}

@media (max-width: 768px) {

    /* Kích thước màn hình điện thoại */
    .sc-4c2346ee-3 {
        display: flex;
        flex-direction: column;
        /* Sắp xếp theo chiều dọc */
        align-items: flex-start;
        /* Canh lề trái */
    }

    .sc-4c2346ee-3 div {
        white-space: normal;
        /* Đảm bảo văn bản có thể xuống dòng */
        margin-left: 0;
        /* Đảm bảo không có lề bên trái */
    }

    .footer-p {
        white-space: unset;
    }
}

.control-label {
    font-weight: 600;
}

.btn-kn {
    position: absolute;
    width: 110px !important;
    height: 100%;
    right: 15px;
    margin-right: 1.2rem;
    display: initial !important;
    flex-direction: column;
    margin-top: -0.3rem;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    /* Đẩy hai phần tử sang hai đầu */
    align-items: center;
    /* Căn giữa theo chiều dọc */
}

.flex-container a {
    margin-left: auto;
    /* Đẩy thẻ <a> sang góc phải */
    text-decoration: none;
    /* Loại bỏ gạch chân nếu cần */
    color: inherit;
    /* Giữ nguyên màu chữ */
}

.back-button,
.validate-button-register {
    width: 150px !important;
}

@media (max-width: 430px) {
    .row-add {
        margin-top: -1rem;
    }
}

@media (max-width: 430px) {
    #TDKhacRow .row {
        display: flex;
        align-items: center;
        /* Đặt nội dung trong dòng ngang hàng */
    }

    #TDKhacRow .col-md-11,
    #TDKhacRow .col-sm-11,
    #TDKhacRow .col-xs-11 {
        flex: 1;
        /* Cho phép ô input chiếm phần lớn không gian */
    }

    #TDKhacRow .col-md-1,
    #TDKhacRow .col-sm-1,
    #TDKhacRow .col-xs-1 {
        flex: 0;
        /* Nút chỉ chiếm không gian cần thiết */
    }

    #TDKhacRow .btn {
        padding: 5px 10px;
        /* Điều chỉnh kích thước nút cho phù hợp */
    }
}

.form-select {
    border-radius: 5px !important;
}

.col-content-right {

    justify-content: center !important;
}

@media (max-width: 991px) {
    .page-job-detail__header .btn-block-apply {
        width: 35% !important;

    }
}

.page-job-detail__header .btn-block-apply {
    display: initial !important;
}

@media (max-width: 1024px) {
    .page-job-detail__header .btn-apply {
        padding: 0.8rem 0.5rem !important;
    }

}

@media (max-width: 430px) {
    .gjATmy {
        margin-top: 1rem !important;
    }

    .job-title {
        text-align: center !important;
    }
}

.thoigian_lv {
    color: rgb(37, 37, 129);
    font-weight: 500;

    width: 85%;
}

.kinhnghiem {
    /* padding: 0.5rem 0rem; */

}

.icon_kn {
    color: rgb(66, 66, 145);
    position: absolute;
    left: -13px;
    top: 20%;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff;
    padding: 0 5px;
    font-weight: 900;
}

.border_kinhnghiem {
    border-left: 3px solid #e7d7d7;
    padding-left: 13px;
    position: relative;
    margin-top: -0.1rem !important;
}

.grid-logo-vnw {
    min-width: 0px !important;
}

.error {
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.register-box .form-group,
.register-box .vnw-login__social {
    margin-top: 15px !important;

}

.utiqowropq {
    background: rgb(14, 56, 124);
    background: linear-gradient(149deg, rgba(14, 56, 124, 1) 0%, rgba(8, 29, 62, 1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.xxqeqtrwrwqewq {
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
    /* border-radius: 20px; */
    border: 1px solid rgba(255, 255, 255, 0.01);
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(12.4px);
    backdrop-filter: blur(12.4px);
    /* margin: 0 40px 40px; */
    position: relative;
    margin: 10px 0px;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

*::-webkit-scrollbar-track {
    background: rgba(239, 239, 239, 0.195);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(0, 128, 255);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.419) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.605) 75%, transparent 75%, transparent);
    border-radius: 20px;
}

.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
    left: auto;
    right: 0;
}

.footer-widget .widget_title:after {
    right: 71px;
}

.elementor-size-default {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.eewqeqwwqeqwe {
    display: flex;
    background-color: #47b3ff;
    width: 80px;
    height: 5px;
    border-radius: 10px;
    font-weight: bold;
}

.elementor-element {
    margin-bottom: 10px;
}

.flex {
    display: flex;
}

.eewqeqwwqeqwe-1 {
    float: left;
    background-color: #47b3ff;
    width: 15px;
    border-radius: 10px;
    margin-left: 4px;
    height: 5px;
    font-weight: bold;
}

.eqwasiduoiqwe {
    margin: auto;
}

.containerx {
    height: 100%;
    min-height: 200px;
    margin: 5px 0px;
}

.cardx {
    text-decoration: none;
    position: relative;
    display: flex;
    height: 200px;
    max-height: 200px;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(32, 32, 36, 0.12);
    transition: all 0.35s ease;
    padding: 5px 8px;
}



.cardx::before {
    width: 0;
    opacity: 0;
    transition: opacity 0 ease, width 0 ease;
    transition-delay: 0.5s;
}

.jUNKlvx {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 100px;
    top: 0;
    transition: all .2s ease-out;
    width: 100%;
}

.cardx .contentx {
    margin-top: 5px;
    margin-bottom: 5px;
}

.cardx .logox {
    margin: 0 0 1em;
    transition: all 0.35s ease;
}

.containerx:hover .logox {
    display: none;
}

.cardx .h6x {
    color: #241616;
    font-weight: 600;
    padding: 0px 5px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;

}

.cardx .hover_contentx {
    overflow: hidden;
    max-height: 0;
    transform: translateY(1em);
    /* transition: all 0.55s ease; */
    padding: 0px 5px;

    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
}

.cardx .hover_contentx p {
    margin-bottom: 10px;
    color: #6E6E70;
    line-height: 1.4em;
}

* {
    text-decoration: none !important;
}

.containerx:hover {
    box-shadow: -1px 0px 13px 10px rgba(121, 186, 255, 0.179);
}

.containerx:hover::before {
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease, width 0.5s ease;
    transition-delay: 0;
}

.containerx:hover::after {
    width: 0;
    opacity: 0;
    transition: width 0 ease;
}

.containerx:hover .logox {
    margin-bottom: 0.5em;
}

.containerx:hover .hover_contentx {
    max-height: 10em;
    transform: none;
}
.jusJTg{
    margin-top: 8px;
}
.sc-eBHhsj:hover{
    box-shadow: 0px 0px 4px 0px #2a93fb99;
}
/* *{
    font-family: "Roboto", Sans-serif !important;
} */
.kPitZc{
    height: 60px;
}
.kVkLlk > a{
    font-size: 20px;
    color: rgb(0 47 168);
    word-break: break-word;
    cursor: pointer;
    font-weight: bold;
}
.kLqfwh{

}
.bWqVoo{
    display: none !important;
   
}
.elFNZD {
    margin: 0px  !important;
}
.icpokN a{
    -webkit-line-clamp: 2 !important;
    margin-right: 0px !important;
}
.fQiHEQ h2{
    margin-right: 0px  !important;
}
.kHLiwu{
    height: auto !important;
}

.iGyGUC a {
    color: gray !important;
    font-weight: 100!important;
 
}
.iGyGUC{
    text-align: right !important;
    margin-bottom: 0px!important;
    margin-top: 5px !important;
}
.utqwioweq .qweoiqiep{
    color: #000000de !important;
    position: relative;
    font-size: 14px;
    font-weight: 500 !important;
    width: fit-content;
    line-height: 22px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hvtebZ a {
    color: rgb(0, 0, 0)!important;
    font-weight: 600!important;
}
.time-uqitrop{
    color: gray;
}
.main-content{
    background-image: url(/Content/images/course_bg_1-2.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ytqwoipxz{
    font-size: 16px;
}
.bg-blue{
    color: white;
}
.w-100pt{
    width: 100%;
}
.me-1{
    margin-right: 5px;
}
.me-2{
    margin-right: 10px;
}
.table-vb th{
    
        background: #f6f6f6;
        padding: 12px !important;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #3b4e68;
        text-align: center !important;
    
}
.table-vb td{
    text-align: left 
}

.bULKbz .cusstom-search-result main {
    padding: 0px !important;
}
.main-cusstom{
    width: auto !important;
}
.list-custom{
    max-width: 100% !important
}
.jUNKlv {
    object-fit: cover !important; 
    display: block;
}
.cusstom-content {
    display: inline-block;
    font-size: 13px;
    color:rgb(90, 89, 89);
    margin: 0;  
}
.cusstom-icon {
    font-size: 12px;
    color:rgb(61, 61, 171)
}

.img-cusstom {
    width: 100%; /* Chiều rộng tối đa là 100% bố cục */
    height: auto; /* Duy trì tỷ lệ gốc của ảnh */
    object-fit: cover; /* Đảm bảo ảnh bao phủ toàn bộ bố cục, cắt phần thừa */
    border-radius: 8px; /* Tùy chọn, bo góc ảnh nếu cần */
}
.cusstom-car{
    height: 335px !important;
    max-height: 335px !important;
}
.cusstom-img{
    object-fit: cover; 
    height:150px !important
}

.title-section {
    margin-top: 0;
    position: relative;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
}
.title-section:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    height: 4px;
    background-color: #f1f1f1;
    width: 100%;
}
.title-section h2 {
    background: #fff;
    padding-right: 10px;
    z-index: 2;
    position: relative;
    font-size: 17px;
    display: inline-block;
    border-radius: 10px;
}
.title-section i{
    width: 34px;
    height: 34px;
    background:  #02528E;
    color: #fff;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 1px;
    font-size: 16px;
}


/* ----------------STYLE CHI TIẾT NLD------------------------- */

 .infoPicture {
    display: table-cell;
    width: 145px;
    position: relative;
    /* margin-top: 5px;
    margin-right: 10px; */
   
}

 .infoPicture>div {
    background-color: #f8f8f8;
    float: left;
    width: 145px;
    height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #7856f2;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  margin-bottom: 1rem;
}
/* 
.logo-wrapper{
    border-radius: 50% !important;
    height: 145px !important;
    width: 145px !important;
    border: 3px solid  #7856f2;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
/* ------------THE END---------------------- */
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.custom-tag-sussces {
    display: inline-flex;
    align-items: center;
    border-radius: 4px; /* Bo góc */
    background-color: #ccedbb; /* Màu nền */
    color: #399f4a !important; /* Màu chữ */
    padding: 0.5px 5px; /* Khoảng cách bên trong */
    font-size: 11px !important; /* Cỡ chữ */
    font-weight: 500; /* Độ đậm của chữ */
    border: 1px solid #5dad35; /* Viền */
    margin-left: 4px;
}
.custom-tag-warning {
    display: inline-flex;
    align-items: center;
    border-radius: 4px; /* Bo góc */
    background-color: #ffe1b7; /* Màu nền */
    color: #ff9009 !important; /* Màu chữ */
    padding: 0.5px 5px; /* Khoảng cách bên trong */
    font-size: 11px !important; /* Cỡ chữ */
    font-weight: 500; /* Độ đậm của chữ */
    border: 1px solid #ff9009; /* Viền */
    margin-left: 4px;
}
/* Đặt container là flexbox */
.status-container {
    display: flex;
    align-items: center; /* Căn giữa theo chiều dọc */
    gap: 5px; /* Khoảng cách giữa các phần tử */
}

/* Style từng item */
.status-item {
    font-size: 13px;
    display: inline-block;
}
/* 
.custom-avatar{
    border-radius: 50%;
    border: solid #7676d0;
    width: 100%;
} */
.custom-a{
    background: none !important;
    color: #363636 !important;
    font-weight: bold;
    padding: auto !important;
    border-radius: 5px;
    margin: auto !important;
    width: 100% !important;
    text-align: center;
}
.user-name{
    color: rgb(0, 0, 0) !important;
}

.table-vb h2{
    font-size: 16px !important;
    color: gray !important;
}
.table-vb td a{
    padding: 0.5rem !important;
}

.table-vb a {
    color:black !important;
    font-family: Inter, Arial, sans-serif !important;
}
.table-vb th {
    text-align: center;
    font-weight: 700;
    color:3b4e68 !important;
    background: #e0e0e0;
    font-family: Inter, Arial, sans-serif !important;
}
.table-vb a:hover {
    color: #3b4e68 !important;
}
.table-vb{
    background: #f6f6f6 !important;
    color: #3b4e68;
    border: rgb(168, 164, 164);
    border-radius: 5px;
    font-family: Inter, Arial, sans-serif !important;
}

.table-vb {
    background: #f6f6f6 !important;
    color: #3b4e68;
    border: 1px solid rgb(168, 164, 164); /* Thêm đường viền */
    border-radius: 5px;
    font-family: Inter, Arial, sans-serif !important;
    border-collapse: collapse; /* Đảm bảo các đường viền không bị trùng */
    width: 100%;
    font-size: 14px !important;
}

.table-vb th {
    background: #e0e0e0; /* Màu nền cho tiêu đề bảng */
    color: #3b4e68;
    padding: 10px;
    text-align: left;
   
}

.table-vb td {
    /* padding: 10px; */
    border: 1px solid rgb(168, 164, 164); /* Đường viền giữa các ô */
}
.table-vb .custom-th{
    text-align: left !important;
}
.table-vb tr:nth-child(odd) {
    background-color:  #f2f2f2; /* Màu nền cho dòng lẻ */
}

.table-vb tr:nth-child(even) {
    background-color: #ffffff; /* Màu nền cho dòng chẵn */
}
.navbar-top {
    /* padding: 5px 0 !important; */
    height: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #182641;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    /* justify-content: space-between; */
    padding: .5rem 1rem;
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-end;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    /* justify-content: space-between; */
}
.navbar-top .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    right: 0;
}
.nav {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0 !important;
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    /* margin-bottom: 1rem; */
}
@media (max-width: 990px) { /* Kích thước điện thoại */
    .navbar{
        display: none; /* Ẩn danh sách */
    }
}

@media (min-width: 989px) { /* Kích thước từ laptop trở lên */
    .navbar{
        display: flex; /* Hiển thị danh sách */
    }
}
@media (max-width: 430px) { /* Kích thước từ laptop trở lên */
    .modal-content{
        width: 41vh !important;
    }
}

.contact-link {
    border-radius: 50rem;
 background-color: rgb(242 242 242);
    padding:.7rem;
    /* background: none;
     */
     margin: 10px;
    color: black;
    display: block; /* Giúp toàn bộ thẻ a trở thành clickable */
    text-decoration: none; /* Loại bỏ gạch chân */
    /* border-bottom: 1px solid #e5e5e5; */
    transition: background-color 0.3s, color 0.3s;
    text-align: left !important;
}

.contact-link:hover {
    background-color: #d3d0d0; /* Hiệu ứng hover */
    color: #333;
}

.contact-link.no-border {
    border-bottom: none; /* Không có border-bottom cho liên kết cuối */
}

.custom-card{
    border-radius: 5px;
    background: white;
    height: 80px;
    padding: 2rem;
    text-align: center;
    border: 1px solid #dcd6d6;
    margin-top: 1rem;
}
.custom-jUNKlvx {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 100%;
    top: 0;
    transition: all .2s ease-out;
    width: 100%;
}
.cardx .custom-h6x {
    color: #241616;
    font-weight: 600;
    
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  
    overflow: hidden;
}

.search-vanban{
    margin: 0px;
    padding-bottom: 10px;
    border: 1px solid rgb(243, 242, 242);
    padding: 2rem;
    background: white;
    border-radius: 5px;
}
.table-vb {
    width: 100%;
    border-collapse: collapse;
}

.table-vb th, .table-vb td {
    padding: 8px;
    text-align: center;
    word-wrap: break-word; /* Đảm bảo nội dung không bị tràn */
}

div[style*="overflow-x"] {
    margin-bottom: 20px; /* Thêm khoảng cách bên dưới nếu cần */
    border: 1px solid #ddd; /* Viền xung quanh khu vực cuộn */
}
.cSeiVg {
    color: #555555 !important;
}
.file-pdf{
    display: block; 
    align-content: center;
    border-radius: 5px;
    color: #005594 !important;
    background: rgba(241, 243, 247, .5);
    width: fit-content;
}
.custom-van-ban-khac {
    color: #363636 !important;
   
}

.custom-van-ban-khac:hover {
    color: #005594 !important;
}

.cSrMpe {
    gap: 8px !important;
}
.fJWtuU {
    padding: 5px 6px !important;
}
.fwrrGK {
    padding: 9px !important;
}

.gdMmCM {
   
    margin-bottom: 9px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

.custom-fuMtbC {
    olor: #241616;
    /* padding: 0px 5px; */
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.custom-ekieI {

    color: #241616 ;
    font-weight: 600;
    /* padding: 0px 5px; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 3px;
    margin-top: 3px;
    overflow: hidden;
}
.fJWtuU {

    background-color: #fafafa !important;
    border-radius: 5px !important;
   
}
.fJWtuU:hover {

    background-color: #dfe9f5 !important;
}
.rDanO {
    border-radius: 7px !important;
}
.custom-ekieI a {
    color: #555;
}
.custom-fuMtbC a {
    color: #555;
}

.custom-title{
    /* border: 1px solid rgb(160, 193, 255);
    border-radius: 22px;
    background: rgb(146 180 245);
    padding: 5px;
    color: white; */
    border-bottom: 3px solid rgb(219 86 43);
    color: rgb(219 86 43);
    font-size: 16px;
    font-weight: 700;
    padding: 5px 5px 0 5px;
    text-align: left !important;
    /* background: #fff; */
    /* display: inline-block;
    z-index: 2 !important; */
    /* position: relative; */
}
.content-tinhot div{
    margin: 8px 5px 5px 5px;
    /* background: white; */
}
/* .custom-title:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    height: 4px;
    background-color: rgb(219 86 43);
    width: 100%;
    padding: 0 10px 0 10px;
} */
.content-tinhot .jUNKlv{
   width: 100%;
}
.content-tinhot .fJWtuU{
    border: 1px solid rgb(222, 222, 222)
 }

.dnHangDauContainer .featured-companies
{
   margin: 0 -0.75rem;
}
.dnHangDauContainer .section-title h2{
    margin-top: 0;
    /* padding-top: 0.75rem; */
    line-height: 1;
}
.dnHangDauContainer .companyBlock:last-child {
    margin-top: 0.8rem;
}
.dnHangDauSection .container{
    padding-left: 0;
    padding-right: 0;
}
.custom-title-hstv .sectionBlock__title {
    margin: 0 0 7px 0;

}
.title-gioithieu{
    margin-top: 2rem;
}
.title-gioithieu h2{
    font-size: 25px !important;
    color: #182641;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); */
    font-weight: 800;
}

.title-gioithieu span.cp_under_line{
  
    border: 1px solid #182641;
    width: 25%;
    font-weight: 800;
    height: 3px;
    background: #182641;
}
.custom-box-gioithieu .cp_story_item{
    border-radius: 15px;
    border: 0px solid #5f7cda;
    box-shadow: 0 0 10px rgb(110 133 255 / 50%);
}
.body-gioithieu{
    background-image: url(/Content/SVL/v2/_next/img/bg-gioithieu.jpg);
}

.custom-swiper-slide div{
    margin-bottom: 20px;
}
.custom-header .iZxRSX{
    padding: 20px 0 20px 0;
}
/* .custom-section .div-container{
    margin-bottom: -10px;
} */
/* .sectionBlock{
    padding: 0 0 20px 0;
} */

.cp_container_section .container-fluid{
    margin-left: -8px;
    margin-right: -8px;
    padding: 0;
}
.body-gioithieu .container{
   
    padding: 0;
}
.custom-section{
    margin-bottom: -10px;
}

 @media (min-width: 1300px) and (max-width: 1399px) {
    .custom-header .iZxRSX {
        padding: 20px 0 20px 0 !important;
    }
}
/*.sectionBlock__content{
    margin: 20px 0 0 0;
} */
.li-huongdan li{
    margin-bottom: 5px;
    margin-left: -0.5rem;
}
.huongdan{
    background: #fff;
    border-radius: 5px;
    margin: 1rem 0 0 0;
    border: 1px solid rgb(160, 193, 255);
}
.huongdan div{
    padding: 1rem;
}

.fullvideo  .myvideo {
    width: 100%;
    margin-bottom: 0.5rem;
}
.fullvideo .dimensions-38 {
    height: 150px ;
}
.benefits .dimensions-38{
    width: 100%;
    height: 380px;
}
.modal-footer{
    border-top: 0 !important;
}
.modal-header{
    border-bottom: 0 !important;
}

.custom-modal{
    margin-top: 28vh;
    padding: 2rem;
}

.register-box.grid.main {
    border: none; /* Loại bỏ đường viền nếu không cần thiết */
    border-radius: 20px; /* Vẫn giữ bo góc */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Thêm hiệu ứng đổ bóng */
    padding: 2rem 0.8rem !important;
}

.register strong {
    color: #0a0f4d ;
}
.register-box .vnw-title .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    color: #0a0f4d ;
}
.login input[type='button'] {
    background-color: #0a0f4d ;
}
.login input[type='submit'] {
    background-color: #0a0f4d ;
}

.login .form-control {
    width: -webkit-fill-available;
} 


@media (max-width: 430px) { /* Kích thước từ laptop trở lên */
    .cusstom-p{
        text-align: center !important;
    }
}
.custom-dAmaoS{
    padding: 0 10px 16px 0;
}
.vnwSideNav__topMenu{
    background: linear-gradient(15deg, #0c0f31 20%, #3276ff 100%) !important;
}
@media screen and (max-width: 650px) {
    .cGnTrT {
        padding: 16px !important;
    }
    .custom-dAmaoS{
        padding: 0 0 8px 0;
    }
}
.SearchBar-module_searchBar__MO_5k{
    padding: 0.5rem 0 !important;
}

.custom-HeadSearch .HeadSearch a {
    padding: 9px 5px 10px 5px;
}

.kpjEED img{
  
    object-fit: contain;
}

.iZxRSX .sectionBlock{
    padding: 0;
}
.iZxRSX{
    padding: 24px 0 20px 0 !important;
}

.custom-card .SearchBar-module_searchBar__MO_5k{
    padding: 16px !important;
}
.error-text {
    color: red !important;
   
}
.check-error{
    margin-right: 2rem;
}

.gRSjnP .was-validated input.form-control{
    border-color: #A2A6AC;
}
.gRSjnP .was-validated select.form-select{
    border-color: #A2A6AC;
}
.gRSjnP .was-validated textarea.form-control{
    border-color: #A2A6AC;
}
.gRSjnP .was-validated .form-check-input:valid~.form-check-label{
    color: #606468;
}
.gRSjnP .was-validated input.form-check-input{
    border-color: #A2A6AC;
}

.gRSjnP .was-validated .form-check .form-check-input:invalid~.form-check-label{
    color: #606468;

}

.gRSjnP .was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: none
}

.gRSjnP .was-validated .form-control:valid{
    background-image: none;
}

.was-validated .form-control:invalid{
    border-color: red !important;
    /* background-color: #f9c0c075;
    box-shadow: 2px 2px 4px #ea7070; */
}
/* Style cho loading spinner */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Nền mờ */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    background-color: hsl(201.75deg 76.68% 43.73%);
}


/* Viền đỏ khi có lỗi */
/* .error-border {
    border: 1px solid red !important;
} */
.tab-content .benefits table td{
    text-align: center;
    border: 1px solid #d5d5d5;
}
.tab-content table{
    width: 100% !important;
}
/* ============Thanh cuộn tin liên quan */
.job-list-container {
    overflow-y: auto; /* Thêm thanh cuộn dọc khi nội dung tràn */
    max-height: 500px; /* Chiều cao tối đa của container */
    padding-right: 10px; /* Tạo không gian cho thanh cuộn */
}

.job-list-container::-webkit-scrollbar {
    width: 8px; /* Độ rộng của thanh cuộn */
}

.job-list-container::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Màu nền của rãnh cuộn */
    border-radius: 4px;
}

.job-list-container::-webkit-scrollbar-thumb {
    background-color: #c1bebe; /* Màu của thanh cuộn */
    border-radius: 4px;
}

.job-list-container::-webkit-scrollbar-thumb:hover {
    background-color: #faf9f9; /* Màu của thanh cuộn khi hover */
}

.myvideo-container .video-js {
    height: 150px !important;
}

#loading {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1a87c5;
    justify-content: center;
    align-items: center;
    z-index: 99999;
  }
  
  #content {
    display: none; 
  }