.benefit-title {
    font-weight: 800;
    line-height: 1.3;
    color: #4c1d95;
}

.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 {
    border-radius: 24px;
    overflow: hidden;
}

.benefit-image {
    transition: transform 0.4s ease;
}

.benefit-image-wrapper:hover .benefit-image {
    transform: scale(1.05);
}

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

.partner-logo {
    height: 42px;
    opacity: 0.85;
    transition: all 0.3s ease;
}

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

@media (max-width: 992px) {
    .benefit-title {
        font-size: 2rem;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

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

/* Blog */
.blog-card .summary-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.card img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

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

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

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

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

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

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

/* 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);
}

@media (max-width: 992px) {
    .recruiter-card {
        width: calc(100% - 80px - 30px);
    }
}

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

/* FAQ */

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

.faq-button {
    background: #fff !important;
    color: #222 !important;
    padding: 1.2rem 1rem;
    font-size: 1.1rem;
    border: none;
    box-shadow: none !important;
}




/* 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;
}

@media (max-width: 576px) {
    .rating-emoji-option {
        width: 105px;
        height: 140px;
    }

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

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

@media (max-width: 1299px) {
    .rating-emoji-option {
        width: 105px;
        height: 140px;
    }

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

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

/* 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;
}

@media (max-width: 576px) {
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

/* Job auto */

.job-card-v1 {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all 0.3s;
    border-radius: 16px;
    width: 400px !important;
    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: 211px;
    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;
    height: 5.2em;
    display: -webkit-box;
    -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;
    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: 211px;
    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;
}