:root {
    --color-title: #505a78;
}

/* #about .carousel-item {
    height: 576px;
} */

#about .article-custom:first-of-type a{
    color: #fff;
}

#about .article-custom .heading {
    width: 50%;
    padding: 1rem 2rem;
    position: static;
    transform: translateY(-50%);
    z-index: 1;
}


#about .article-custom:first-of-type {
    background-color: var(--blue);
    color: white;
}

.article-custom#thanh-vien {
    background-color: var(--gray);
    color: black;
}

.article-custom#thanh-vien .heading, .article-custom#dieu-hanh .heading {
    width: 100%;
    margin: auto;
    max-width: 750px;
    justify-content: center;
}

.article-custom#dieu-hanh {
    background-color: var(--gray);
    color: black;
}

.thanh-vien-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    font-weight: bold;
}

.thanh-vien-item .img-frame {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: auto;
}

.thanh-vien-item .name {
    font-size: var(--fontsize-h6);
}

.thanh-vien-item .title p {
    color: var(--color-title);
}

.thanh-vien-item p {
    font-size: var(--fontsize-text-small);
}

#about .award-wrap {
    max-width: 1200px;
}

#about .award-list .img-frame {
    width: 80%;
    margin: auto;
}

#about .award-list .text {
    font-size: var(--fontsize-text-small);
}

@media (min-width: 1700px) {
    #about .article-custom .heading {
        padding: 2rem 3rem;
    }
}
@media (max-width: 1399.98px){
    .article-custom#thanh-vien .heading, .article-custom#dieu-hanh .heading{
        max-width: unset;
    }
}
@media (max-width: 991px){
    #about .article-custom .heading{
        padding: 0.5rem 1rem;
    }
}
