﻿.banner {
    height: 687px;
    align-self: stretch;
    background: var(--base-white, #fff);
}
.container-fluid{
    padding:0;
}
.banner-image {
    height: 740px;
    flex-shrink: 0;
    background: url('../../images/thumbs/banner_home_vnvc.webp') lightgray 50% / cover no-repeat;
}

.banner-group {
    max-width: 1488px;
    padding: 0 24px;
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}

.title-one {
    color: var(--TA-dark-blue, #003CAA);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    /* 28.8px */
}

.title-two {
    color: #FFBA18;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    letter-spacing: -0.96px;
    /* 57.6px */
}

.title-three {
    color: var(--slate-500, #64748B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    /* 27px */
    max-width: 40%;
}
/* ------------------------thanh tìm kiếm ---------------------------------------- */
#home_container .home__search {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 24px;
}

.home__search-inner {
    display: flex;
    padding: 32px 40px;
    align-items: flex-start;
    gap: var(--Gap-6, 24px);
    border-radius: 16px;
    border: 1px solid var(--blue-200, #bfdbfe);
    background: var(--base-white, #fff);
    box-shadow: 0px 20px 25px -5px rgba(94, 163, 255, 0.1), 0px 10px 10px -5px rgba(173, 204, 248, 0.04);
}

.home__search-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 775px;
}

.home__search-icon,
.home__search-input {
    display: flex;
    align-items: center;
    border-radius: var(--Round, 7px);
    border: 1px solid #dfe5ef;
    background: #fff;
}

.home__search-icon {
    height: 43px;
    padding: 10px 6px 9px 12px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home__search-input {
    width: 100%;
    height: 43px;
    padding: 0px 0px 0px 6px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.newjob-btn, .home__search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--blue-800, #1e40af);
    color: var(--base-white, #fff);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.newjob-btn {
    padding: 11px 24px;
}

.home__search-btn a {
    color: var(--base-white, #fff);
    padding: 11px 24px;
}

.home__search-btn:hover {
    background: #1D4ED8;
}

.newjob-btn_text:hover {
    color: var(--base-white, #fff);
}

.newjob {
    padding: 60px 0;
}

.newjob-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    line-height: 1.5em; /* Đặt chiều cao dòng để đảm bảo hiển thị đúng 2 dòng */
    text-overflow: ellipsis;
}

.newjob-title {
    color: var(--slate-900, #0f172a);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    /* 120% */
    text-align: center;
    margin-bottom: 8px;
}
.newjob-btn__wrap
{
    display: flex;
}
.newjob-btn__tinhthanh {
    margin: auto;
    display: flex;
    padding: 8px;
    align-items: flex-start;
    border-radius: 8px;
    background: #F8FAFC;
}

.btn-tinhthanh {
    display: flex;
    padding: 8px var(--Gap-4, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.newjob__btn-active {
    display: flex;
    padding: 8px var(--Gap-4, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--slate-200, #E2E8F0);
    background: #FFF;
    /* shadow/md */
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.newjob-text {
    color: var(--slate-600, #475569);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-align: center;
    padding: 0 1.5rem;
}

.newjob__grid {
    padding: 1.5rem;
    display: grid;
    max-width: 1440px;
    margin: auto;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));

    @media (max-width: 600px) {
        padding: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}

.newjob__group {
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    display: flex;
    position: relative;
    padding: 1rem;
    border-radius: 0.5rem;
    gap: 1rem;
    border: 1px solid var(--slate-200, #e2e8f0);
    transition: box-shadow 300ms;

    @media (max-width: 800px) {
        padding: 0.75rem;
    }
}

    .newjob__group:hover {
        box-shadow: 0px 10px 15px -3px rgba(30, 64, 175, 0.1), 0px 4px 6px -2px rgba(30, 64, 175, 0.05);
    }

.newjob__group-img {
    border-radius: 0.25rem;
    overflow: hidden;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
}

    .newjob__group-img img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.newjob__group-stack {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.newjob__group a {
    text-decoration: none;
}

.newjob__group-title {
    margin: 0;
    height:48px;
    padding-bottom: 8px;
    position: relative;
}

.newjob__tooltip {
    position: absolute;
    display: none;
    flex-direction: column;
    padding-top: 1rem;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 440px;
    background: white;
    border: 1px solid #93c5fd;
    z-index: 5;
    border-radius: 0.5rem;
    box-shadow: 0px 2.5px 2.2px rgba(0, 0, 0, 0.02), 0px 6px 5.3px rgba(0, 0, 0, 0.028), 0px 11.3px 10px rgba(0, 0, 0, 0.035), 0px 20.1px 17.9px rgba(0, 0, 0, 0.042), 0px 37.6px 33.4px rgba(0, 0, 0, 0.05), 0px 90px 80px rgba(0, 0, 0, 0.07);
}
.chip-wrap {
    display: flex;
    gap: 0.5rem;
    padding: 0 16px 10px;
    flex-wrap: wrap;
}
.newjob__tooltip-title {
    color: var(--slate-600, #475569);
    font-size: 14px;
    align-items: center;
    display: flex;
    margin: 0;
    padding-left:16px;
    gap: 0.5rem;
    border-radius: 40px;
    text-wrap: pretty;
}
.newjob__tooltip-chip {
    border-radius: 1624px;
    background: var(--slate-50, #F8FAFC);
    color: var(--slate-600, #475569);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-items: center;
    display: flex;
    margin: 0;
    gap:0.5rem;
    padding: 4px 12px 4px 8px;
    text-wrap: pretty;
}

@media (min-width:1025px) {
    .newjob__group-title:hover .newjob__tooltip {
        display: flex;

        @media (max-width: 600px) {
            display: none;
        }
    }
}


.newjob__tooltip-content {
    height: 300px;
    padding: 0 1rem;
    overflow-y: auto;
}

.newjob__tooltip-footer {
    padding: 1rem;
    display: flex;
    gap: 1rem;
}

    .newjob__tooltip-footer .btn-ungtuyen,
    .newjob__tooltip-footer .btn-xemchitiet {
        padding: 0.5rem 1rem;
        border: 1px solid #003caa;
        display: block;
        color: #003caa;
        border-radius: 0.25rem;
        transition: all 300ms;
        text-align: center;
    }

        .newjob__tooltip-footer .btn-ungtuyen:hover {
            border: 1px solid #1d4ed8;
            color: #1d4ed8;
        }

    .newjob__tooltip-footer .btn-xemchitiet {
        background: #003caa;
        color: white;
        flex-grow: 1;
    }

        .newjob__tooltip-footer .btn-xemchitiet:hover {
            border: 1px solid #1d4ed8;
            background: #1d4ed8;
        }

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-left: 0px solid #a9b4bc2b;
}

::-webkit-scrollbar-thumb {
    background-color: #a9b4bc48;
    border-radius: 15px;
}

    ::-webkit-scrollbar-thumb:hover,
    ::-webkit-scrollbar-thumb:active {
        background-color: #a9b4bc70 !important;
    }

::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 10px !important;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #93c5fd;
    border-width: 5px;
    margin-left: -5px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #93c5fd;
    border-width: 6px;
    margin-left: -6px;
}

.newjob__group-title a
 {
    margin: 0;
    color: var(--blue-800, #1e40af);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem; 
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newjob__group-detail {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0;
    color: var(--slate-600, #475569);
}

.newjob__group-detail-item {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    gap: 0.5rem;
}

    .newjob__group-detail-item svg {
        color: var(--slate-400, #94a3b8);
        flex-shrink: 0;
    }


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

.newjob-btn_text {
    color: var(--base-white, #fff);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
}


.hospitalsys {
    align-self: stretch;
    background: var(--base-white, #fff);
}

.hospitalsys-image {
    flex-shrink: 0;
    background: url("/themes/VNVC/images/thumbs/background_vnvc.webp") 50% / cover no-repeat;
    padding:60px 24px;
}

.hospitalsys-title {
    padding-top: 60px;
    color: var(--slate-900, #0f172a);
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    /* 120% */
}

.hospitalsys-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--slate-600, #475569);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.hospitalsys-text__inner {
    max-width: 1190px;
    margin-bottom: 0;
}

.hospitalsys-group {
    display: grid;
    margin: auto;
    gap: 24px;
    max-width: 1392px;
    max-height: 504px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "hinh1 hinh1 hinh1 hinh2 hinh2 hinh2 hinh2 hinh2 hinh5 hinh5 hinh5 hinh5"
        "hinh3 hinh3 hinh3 hinh3 hinh3 hinh4 hinh4 hinh4 hinh5 hinh5 hinh5 hinh5";
    padding-bottom: 60px;
}

.hospitalsys-group__img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid #FFF;
    width: 100%;
}

.hospitalsys-img__one {
    grid-area: hinh1;
}

.hospitalsys-img__two {
    grid-area: hinh2;
}

.hospitalsys-img__three {
    grid-area: hinh3;
}

.hospitalsys-img__four {
    grid-area: hinh4;
}

.hospitalsys-img__five {
    grid-area: hinh5;
}


.recruitment {
    margin: 60px 0;
}

.recruitment-title {
    color: var(--slate-900, #0f172a);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    /* 120% */
}

.recruitment-text {
    color: var(--slate-600, #475569);
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.recruitment-inline {
    margin-top: 48px;
    margin-bottom: 40px;
    display: flex;
    max-width: 1440px;
    padding: 0px var(--Gap-6, 24px);
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px var(--Gap-6, 24px);
    align-self: stretch;
    flex-wrap: nowrap;
}

.recruitment__card {
    display: flex;
    padding: var(--Gap-4, 16px) var(--Gap-6, 24px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Gap-4, 16px);
    flex: 1 0 0;
}

.recruitment__card-icon {
    width: 96px;
    height: 96px;
    background: #fff;
}

.recruitment__card-text {
    display: flex;
    padding: 8px var(--Gap-4, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid var(--orange-200, #fed7aa);
    background: var(--orange-50, #fff7ed);
    color: var(--orange-600, #ea580c);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

.recruitment__card-title {
    color: var(--slate-900, #0f172a);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

.recruitment__card-desc {
    color: var(--slate-400, #94a3b8);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.recruitment-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-xemchitiet {
    display: flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid var(--blue-600, #2563eb);
    color: var(--blue-700, #1d4ed8);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
    background: none;
}

    .btn-xemchitiet:hover {
        border: 1px solid var(--blue-600, #2563EB);
        background: var(--blue-50, #EFF6FF);
    }


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


/*--------------------------------responsive mobile----------------------------------------*/


@media (min-width: 576px) and (max-width: 767.98px) {
    .title-one {
        display: none;
    }
}
.font-fix span, .font-fix p, .font-fix {
    font-family: Inter !important;
}