.home-banner {
    position: relative;
    height: 470px;
    border-radius: 20px;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    font-size: clamp(28px, 4vw, 48px);
}

.banner-content p {
    font-size: 16px;
    opacity: 0.95;
}

.home-carousel-wrap {
    position: relative;
}


#home-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.benefit-title {
    font-weight: 800;
    line-height: 1.3;
}

.benefit-title .text-primary {
    color: #7c3aed;
}

.benefit-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #ede9fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(124, 58, 237, 0.15);
}

.benefit-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.benefit-image-wrapper img {
    border-radius: 24px;

    min-height: 600px;
    object-fit: cover;
}


/* Logo đối tác */
.partner-logos {
    border: 1px solid #CACED9;
    border-radius: 8px;
    padding: 16px;
}

.logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}



.partner-logo:hover {
    cursor: pointer;
    opacity: 1;
    transform: translateY(-2px);
}


/* Blog */
.blog-card .summary-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.5;
    max-height: calc(1.5em * 3);
}

.card {
    border-color: #CACED9 !important;
}

.card .badge {
    font-size: .75rem;
}

.blog-card {
    width: 400px;
    min-height: 481px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.blog-card img {
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}

.blog-card .card-img-top {
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.cus-img-blog {
    padding: 8px;
}

.blog-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-card .summary-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.5;
    max-height: calc(1.3em * 3);
}


.course-card {
    width: 400px;
    /* height: 481px !important; */
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.course-card img {
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.cus-img-course {
    padding: 8px;
}

.course-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-card .title-course-limit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
    min-height: calc(1.5em * 2);
}

/* CTA */
.cta-container {
    background-color: #3949AB;
    color: #ffffff;
    border-radius: 16px;
}

/* Tiêu đề */
.cta-title {
    max-width: 680px;
}

.cta-buttons {
    width: 100%;
    margin-left: 0 !important;
}



/* Employee Highlight */
.peek-slider {
    overflow: hidden;
}

.slider-inner {
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    gap: 30px;
}

.recruiter-card {
    width: calc(100% - 150px - 30px);
    max-width: 1100px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid #CACED9;
}

.recruiter-avatar {
    width: 400px !important;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

.slider-controls {
    justify-content: flex-start;
}

.slider-btn {
    position: unset;
    width: 45px;
    height: 45px;
    border: 1px solid #f44336;
    color: #f44336 !important;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    top: unset;
    transform: unset;
}

.slider-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(244, 67, 54, 0.25) !important;
}

.dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f8b8a3;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.dots .dot.active {
    background: #f44336;
    transform: scale(1.2);
}


/* FAQ */

.faq-title-v4 {
    color: #4b6cb7;
}

.faq-button {
    background: #fff !important;
    color: #101116 !important;
    padding: 1.2rem 1rem;
    font-weight: 700;
    font-size: 24px;
    border: none;
    box-shadow: none !important;
}

.accordion-body {
    color: #4B4F5C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}



/* FeedBack */
.rating-emoji-wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: visible;
    padding-bottom: 10px;
    justify-content: flex-end;
}

.rating-emoji-option {
    cursor: pointer;
    text-align: center;
    width: 144px;
    height: 173px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}

.rating-emoji-option img {
    width: 128px;
    height: 128px;
    opacity: 0.6;
    transition: .2s ease;
}

.rating-emoji-option.active img,
.rating-emoji-option:hover img {
    opacity: 1;
    transform: scale(1.08);
}

.rating-label {
    font-size: 14px;
    margin-top: 6px;
    display: block;
    text-align: center;
    font-weight: 500;
}

.set-color-feedback {
    color: #3F51B5;
}

/* GUIDE */
.step-number {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
}

.posting-guide-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.cus-img-guide img {
    border-radius: 24px;
}

.bg-custom {
    background-color: #EDEFF9;
    color: #3949AB;
}


/* Job auto */
.cus-button-job {
    width: 121px;
}

.job-card-v1 {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all 0.3s;
    border-radius: 16px;

    min-height: 481px !important;
    max-width: none !important;
    flex: 0 0 400px !important;
}

.job-card-v1:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-5px);
}

.job-card-img-v1 {
    height: 250px;
    border-radius: 16px;
    object-fit: cover;
}

.badge-tag-primary {
    background-color: #4CAF50 !important;
    color: #fff !important;
    font-size: 0.75rem;
}

.badge-tag-secondary {
    background-color: #f0f0f0 !important;
    color: #6c757d !important;
    font-size: 0.75rem;
}

.btn-custom-secondary-v1 {
    background-color: #ffeded !important;
    color: #ff5e5e !important;
    border: 1px solid #ff5e5e !important;
    padding: 0.5rem 1.2rem;
}

.btn-custom-secondary-v1:hover {
    background-color: #ff5e5e !important;
    color: #fff !important;
}

.job-summary-v1 {
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Product */
.job-info {
    display: flex;
    gap: 10px;
}

.job-info .info-box {
    flex: 1;
    min-width: 0;
}

.set-width-promo {
    width: 20px !important;
}

.product-latest-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-carousel .owl-prev {
    left: 10px;
}

.product-carousel .owl-next {
    right: 10px;
}

.product-carousel .owl-nav i {
    font-size: 22px;
}

.product-location-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.set-salary-text {
    color: #FB471F;
}

.product-title-fixed-lines {
    min-height: calc(1em * 2);
    line-height: 1.5;
    display: -webkit- box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 1rem !important;
}

.product-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.product-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FFEDE9 !important;
    border: 1px solid #FC8469;
    border-radius: 50%;
    display: block;
    opacity: .8;
}

.product-carousel .owl-dot.active span {
    background: #FC8469 !important;
    opacity: 1;
}

.product-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-latest-carousel .owl-prev {
    left: 10px;
}

.product-latest-carousel .owl-next {
    right: 10px;
}

.product-latest-carousel .owl-nav i {
    font-size: 22px;
}

.product-location-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.set-salary-text {
    color: #FB471F;
}

.product-title-fixed-lines {
    min-height: calc(1em * 2);
    line-height: 1.5;
    display: -webkit- box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 1rem !important;
}

.product-latest-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.product-latest-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FFEDE9 !important;
    border: 1px solid #FC8469;
    border-radius: 50%;
    display: block;
    opacity: .8;
}

.product-latest-carousel .owl-dot.active span {
    background: #FC8469 !important;
    opacity: 1;
}

/* Product Auto */

.prod-card {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .3s;
    border-radius: 16px;
    min-height: 481px !important;
    max-width: none !important;
    flex: 0 0 400px !important;
}

.prod-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08) !important;
    transform: translateY(-5px);
}

.job-card-img-v1 {
    height: 250px;
    border-radius: 16px;
    object-fit: cover;
}

.badge-tag-primary {
    background: #4CAF50 !important;
    color: #fff !important;
    font-size: .75rem;
}

.badge-tag-secondary {
    background: #f0f0f0 !important;
    color: #6c757d !important;
    font-size: .75rem;
}

.btn-custom-secondary-v1 {
    background: #ffeded !important;
    color: #ff5e5e !important;
    border: 1px solid #ff5e5e !important;
    padding: .5rem 1.2rem;
}

.btn-custom-secondary-v1:hover {
    background: #ff5e5e !important;
    color: #fff !important;
}

.product-summary {
    line-height: 1.4;
    height: 5.2em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Product Latest */
.job-info {
    display: flex;
    gap: 10px;
}

.job-info .info-box {
    flex: 1;
    min-width: 0;
}

.set-width-promo {
    width: 20px !important;
}

.product-latest-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-latest-carousel .owl-prev {
    left: 10px;
}

.product-latest-carousel .owl-next {
    right: 10px;
}

.product-latest-carousel .owl-nav i {
    font-size: 22px;
}

.product-location-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.set-salary-text {
    color: #FB471F;
}

.product-title-fixed-lines {
    min-height: calc(1em * 2);
    line-height: 1.5;
    display: -webkit- box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 1rem !important;
}

.product-latest-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.product-latest-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FFEDE9 !important;
    border: 1px solid #FC8469;
    border-radius: 50%;
    display: block;
    opacity: .8;
}

.product-latest-carousel .owl-dot.active span {
    background: #FC8469 !important;
    opacity: 1;
}

.faq-button::after {
    background-image: url("../../img/plus-symbol.svg") !important;
    background-size: 1rem;
}

.faq-button:not(.collapsed)::after {
    background-image: url("../../img/x-symbol.svg") !important;
    background-size: 1rem;
}

.accordion-button::after {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 32px !important;
    height: 32px !important;

    border: 2px solid #d0d7e2;
    border-radius: 50%;
    background-color: #fff !important;
    background-image: url("../../img/plus-symbol.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;

    content: "";
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../img/x-symbol.svg") !important;
}

.clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    max-height: calc(1.5em * 6);
}

.product-carousel-auto .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.product-carousel-auto .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FFEDE9 !important;
    border: 1px solid #FC8469;
    border-radius: 50%;
    display: block;
    opacity: .8;
}

.product-carousel-auto .owl-dot.active span {
    background: #FC8469 !important;
    opacity: 1;
}


/* Course */
.course-related-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.course-related-carousel .owl-prev {
    left: -25px;
}

.course-related-carousel .owl-next {
    right: -20px;
}

.course-related-carousel .owl-nav i {
    font-size: 22px;
}

.course-related-carousel .owl-dots {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.course-related-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FFEDE9 !important;
    border: 1px solid #FC8469;
    border-radius: 50%;
    display: block;
    opacity: .8;
}

.course-related-carousel .owl-dot.active span {
    background: #FC8469 !important;
    opacity: 1;
}

/* overlay */
.ajax-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .6);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-wrap {
    background: #fff;
    padding: 14px 18px;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

/* skeleton */
.skeleton-img {
    height: 200px;
    background: #e9ecef;
    animation: pulse 1.5s infinite;
}

.skeleton-line {
    height: 14px;
    background: #e9ecef;
    margin-bottom: 10px;
    border-radius: 6px;
    animation: pulse 1.5s infinite;
}

.skeleton-line.w-50 {
    width: 50%;
}

.skeleton-line.w-75 {
    width: 75%;
}

.skeleton-line.w-80 {
    width: 80%;
}

.skeleton-line.w-100 {
    width: 100%;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 576px) {

    /* CTA */
    .cta-title {
        text-align: center;
        font-size: 1.6rem;
    }

    .cta-buttons {
        align-items: center;
    }

    .custom-btn,
    .tertiary-btn-bg {
        width: 100%;
        text-align: center;
    }

    .tertiary-btn-bg::after {
        content: "";
        display: block;
        width: 60%;

    }

    /* Rating emoji */
    .rating-emoji-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rating-emoji-option {
        width: 100%;
        height: auto;
    }

    .rating-emoji-option img {
        width: 66px;
        height: 66px;
    }

    .rating-label {
        font-size: 12px;
    }

    /* Step */
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .benefit-image-wrapper img {
        border-radius: 24px;
        min-height: 400px;
        object-fit: cover;
    }

    .benefit-image-wrapper {
        margin: 0rem 0;
    }

    .blog-card {
        width: 100%;
        min-height: auto;
    }

    .course-card {
        width: 100%;
        min-height: auto;
    }

    .custom-btn-primary {
        width: 100%;
        width: auto;
        padding: 6px 10px;
        font-size: 10px;
        gap: 4px;
    }

    .custom-btn-primary img {
        width: 14px;
        height: auto;
    }

    .course-related-carousel .owl-nav button {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    .recruiter-card {
        width: 100%;
    }


}

@media (min-width: 992px) {}

@media (max-width: 992px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin: 2px 8px;
    }

    .navbar-nav {
        flex: 0 0 auto;
    }

    /* Benefit */
    .benefit-title {
        font-size: 2rem;
    }

    .benefit-image-wrapper {
        margin: 1rem 0;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    /* CTA */
    .cta-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 32px 20px;
    }

    .cta-left {
        margin-bottom: 20px;
    }

    .cta-title {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .cta-right {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        width: 100%;
    }

    .custom-btn-primary-bg {
        width: auto;
        min-width: 220px;
        justify-content: center;
    }

    .tertiary-btn-bg {
        font-size: 14px;
        padding: 4px 0;
    }



    .custom-btn,
    .tertiary-btn-bg {
        text-align: center;
    }

    /* Recruiter */
    .recruiter-card {
        width: calc(100% - 80px - 30px);
    }
}

@media (max-width: 1280px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin: 2px 8px;
    }

    .custom-btn-primary {
        width: 100%;
        padding: 10px 16px;
        border-radius: 999px;
        font-size: 9px;
        font-weight: 600;
    }

    .cta-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-title {
        text-align: left;
    }

    .cta-buttons {
        width: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
    }
}

@media (max-width: 1299px) {

    .rating-emoji-option {
        width: 105px;
        height: 140px;
    }

    .rating-emoji-option img {
        width: 55px;
        height: 55px;
    }

    .rating-label {
        font-size: 12px;
    }
}

.accordion-body.faq-body-v4.text-justify {

    text-align: justify;
}