.mt-4 {
    margin-top: 40px;
}

.hightlight {
    color: lime;
}

.item-tuyendung {
    background: #252525;
    color: #FFFFFF;
    margin-bottom: 25px;

    .image {
        width: 100%;
        aspect-ratio: 1/1;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .content {
        padding: 15px 5px;

        .title {
            font-weight: bold;
            color: #ffc107;
        }

        .ca span {
            color: orange;
        }

    }
}

.quyenloi-slide-item {
    padding: 0px 10px;
}