.section-author-top {
    background-image: url(https://nhanhoa.com/templates/images/v2/domain/banner.jpg);
    min-height: 350px;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.author-detail {
    display: flex;
    flex-flow: column;
    gap: 20px;
    color: #fff;
}

.author-name {
    font-weight: bold;
    font-size: 50px;
}

.author-job {
    font-size: 18px;
    font-style: italic;
}

.author-desc {
    line-height: 1.6;
    font-size: 18px;
}
.author-avatar img{
    flex-shrink: 0;
    margin: 20px;
    height: calc(150px + 6vw);
    width: calc(150px + 6vw);
/*    border: calc(8px + 0.2vw) solid #fff;*/
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    
}
.author-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.author-avatar {
    flex-basis: 300px;
    display: flex;
}
ul.list-author-social {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 20px;
    margin-top: -15px;
}

ul.list-author-social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    background: #ffffff1c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

ul.list-author-social li a i {
    color: #fff;
    font-size: 18px;
    transition: all .3s ease;
}
.section-title .related-title {
    margin-bottom: 15px;
    font-size: 25px;
}
.section-title .related-title {
    margin-bottom: 15px;
    font-size: 25px;
}

ul.list-author-social li a:hover > i {
    color: var(--color-main);
}

ul.list-author-social li a:hover {
    background: #fff;
}
.section-list-article-page .item-article .inner-content .name a {
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
span.meta--author.meta--author-new {
    display: flex;align-items: center;
    font-size: 14px;
}

.meta a {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .3s ease;
}
.section-list-article-page .item-article .img{
    padding-top: 50%;
}
.meta a:hover {
    text-decoration: underline;
    color: var(--color-main);
}
a.author-list-inner {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    gap: 25px;
    padding: 15px;
    overflow: hidden;
    background: #fff;
}
.author-list-icon {
    max-width: 140px;
    overflow: hidden;
}

.author-list-text {
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    text-align: center;
    color: var(--color-text);
}


.author-list-name {
    font-size: 20px;
    font-weight: bold;
}

.author-list-link {
    margin-top: 20px;
    transition: all .3s ease;
    text-decoration: underline;
    color: var(--color-main);
}
.swiper_list_author{
    padding: 25px;
}
@media(max-width: 991px){
    .author-inner {
        flex-flow: column wrap;
        gap: 10px;
    }

    .author-name {
        font-size: 40px;
    }

    .section-author-top {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-wrap: wrap;
        width: 100%;
        flex-flow: column wrap;
    }

    .author-detail {
        gap: 10px;
    }

    .author-desc {
        font-size: 16px;
        line-height: 1.8;
    }
    .section-list-article-page.bg-light .item-article .inner-content {
        padding: 10px 10px 20px 10px;
    }
    .swiper_list_author{
        padding: 0;
    }
}