.expert {
    background-color: #f5faff;
    padding-bottom: 40px;
}

.title-category {
    margin: 25px 0;
}

.title-category a {
    font-size: 20px;
    font-family: 'Merriweather', 'Inter', sans-serif;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.expert .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.expert .cards:not(:first-of-type) {
    margin-top: 24px;
}

.expert .card {
    flex-basis: 100%;
    margin-top: 0 !important;
    padding: 24px 0;
    border: none;
    border-radius: 8px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.expert .card:hover {
    box-shadow: rgb(48 107 0 / 15%) 1.95px 1.95px 2.6px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.expert .card .article-thumbnail {
    aspect-ratio: 1;
    background-color: #fff;
    margin-bottom: 16px;
    width: 210px;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
}

.expert .card img {
    border-radius: 50%;
    position: static;
}

.article-thumbnail img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.expert .card .card-body {
    text-align: center;
    padding: 16px 12px 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expert .card .title {
    font-size: 15px;
    line-height: 1.6;
}

.expert .card .title p:first-of-type {
    font-size: 16px;
}

.expert .card .title p {
    margin-bottom: 5px;
}

.expert .card .title p:last-of-type {
    margin-bottom: 0;
}

.expert .card .position {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.expert .MaNhung-0 .title_catparent {
    margin-bottom: 40px !important;
}

.MaNhung-0 .title_catparent h4 {
    text-align: center;
    width: 100%;
    padding: 0;
}

.MaNhung-0 .title_catparent h4 a {
    display: inline-block;
}

.MaNhung-0 .widget-title-name {
    font-size: 32px;
    text-transform: initial;
    color: var(--Text-brand-primary);
}

.table-sky {
    border: 1px solid var(--Text-brand-secondary);
    border-radius: 10px;
}

.table-sky thead th {
    background-color: var(--Text-brand-primary);
    color: #ffffff;
    font-weight: 600;
    border: 1px solid var(--Text-brand-secondary);
    min-width: 75px;
    white-space: nowrap;
}

.table-sky tr td:nth-child(2) {
     min-width: 150px;
}

.table-sky tr td:nth-child(3) {
    min-width: 200px;
}

.table-sky tr td:nth-child(4) {
    min-width: 150px;
}

.table-sky .group-btc td {
    background-color: #f3fdd8;
    color: #018100;
    font-weight: 600;
    border: 1px solid var(--Text-brand-secondary);
    /* min-width: 120px; */
}

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

@media (min-width: 768px) {
    .expert .card {
        flex-basis: calc((100% - 24px) / 2);
    }

    .title-category {
        margin: 25px 0;
    }

    .title-category a {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .expert .card {
        flex-basis: calc((100% - 24px * 2) / 3);
    }
}

@media (min-width: 1024px) {
    .title-category {
        margin: 30px 0;
    }

    .title-category a {
        font-size: 28px;
    }

    .expert .cards:not(:first-of-type) {
        margin-top: 36px;
    }

}

@media (min-width: 1200px) {
    .title-category {
        margin: 35px 0;
    }

    .expert {
        padding-bottom: 60px;
    }

    .expert .card {
        flex-basis: calc((100% - 24px * 3) / 4);
    }

    .expert .title-category {
        margin-bottom: 40px;
    }

    .expert .card .position p {
        margin-bottom: 12px;
    }
}

@media (min-width: 1400px) {
    .title-category a {
        font-size: 32px;
    }

    .title-category {
        margin: 40px 0;
    }
}
