:root {
    --Text-invert: #ffffff;
    --Text-brand-primary: #0a59ab;
    --Text-brand-secondary: #f1592b;
    --Text-primary: #101010;
    --Text-secondary: #606060;
}

.title-category {
    margin: 20px 0;
}

.title-category a {
    font-size: 20px;
    font-family: 'Merriweather', 'Inter', sans-serif;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.sponsor {
    padding: 40px 0;
}

.sponsor .sponsor-item {
    margin: 0 0 40px 0;
}

.sponsor .sponsor-item .right-adver-portal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sponsor .sponsor-item .right-adver-portal .col-md-12 {
    flex-basis: calc((100% - 20px * 2) / 3);
}

.sponsor .sponsor-item .title-category {
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.sponsor .sponsor-item .title-category a {
    font-size: 20px;
    font-family: 'Merriweather', 'Inter', sans-serif;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.sponsor .sponsor-item img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.sponsor .sponsor-item .right-adver-portal span,
.sponsor .sponsor-item .right-adver-portal a {
    display: block;
    overflow: hidden;
    max-width: 120px;
    margin: 0 auto;
}

/* Table sky blue */
.table-sky {
    border: 1px solid #0a59ab;
    border-radius: 10px;
}

.table-sky thead th {
    background-color: #0a59ab;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #0a59ab;
    min-width: 120px;
}

.table-sky thead th:last-of-type {
    min-width: 250px;
}

.table-sky tbody td {
    border: 1px solid #0a59ab;
    vertical-align: top;
}

.table-sky tbody tr td:nth-child(2) {
    text-align: right;
}

/* Stripe nhẹ */
.table-sky.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5fcff;
}

/* Hover */
.table-sky tbody tr:hover {
    background-color: #e7f9fc;
}

/* Cột gói tài trợ nổi bật */
.table-sky td.package {
    font-weight: 600;
    white-space: nowrap;
}

table {
    margin: 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .sponsor .sponsor-item .right-adver-portal .col-md-12 {
        flex-basis: calc((100% - 20px * 3) / 4);
    }

    .title-category {
        margin: 25px 0;
    }

    .title-category a {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1024px) {
    .title-category a {
        font-size: 28px;
    }

    .sponsor .sponsor-item .title-category a {
        font-size: 28px;
    }

    .sponsor .sponsor-item {
        margin-bottom: 50px;
    }

    .sponsor .sponsor-item .right-adver-portal .col-md-12 {
        flex-basis: calc((100% - 20px * 4) / 5);
    }

    .title-category {
        margin: 30px 0;
    }
}

@media (min-width: 1200px) {
    .title-category {
        margin: 35px 0;
    }
}

@media (min-width: 1400px) {
    .title-category {
        margin: 40px 0;
    }

    .title-category a {
        font-size: 32px;
    }

    .sponsor .sponsor-item {
        margin-bottom: 60px;
    }
}
