/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url(../img/news/page/banner.webp) no-repeat center center/ cover scroll;
    margin-top: 55px;
    height: calc(45vh - 144px);
}

.section-banner .center-item {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.section-banner .title-item {}


.section-banner .title-item h2 {
    font-size: 30px;
    font-family: 'BOLDNINE';
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: center;
}

.section-banner .title-item p {
    font-family: Lorin;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


@media (min-width: 992px) {
    .section-banner .title-item h2 {
        font-size: 40px;
    }

    .section-banner .title-item p {
        font-size: 16px;
    }

    .section-banner .center-item {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        background: url(../img/news/page/banner.webp) no-repeat center center/ cover scroll;
        height: calc(70vh - 94px);
        margin-top: 94px;
    }

    .section-banner .title-item h2 {
        font-size: 80px;
    }
}

/* --End banner--------------- */

/* --Start menu--------------- */
.section-menu {
    position: relative;
    z-index: 99;
    background: radial-gradient(circle at center, #6c419b, #3e1d64, #3f1b61);
}

.section-menu .category-link-item {
    text-align: center;
}

.section-menu .category-link-item .line-item {
    border: 1px solid #ffffff33;

}

.section-menu .category-link-item a {
    font-size: 14px;
    padding: 10px 0px;
    height: 100%;
    background: transparent;
    font-family: 'Metropolis-M';
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.section-menu .category-link-item a.active {
    background: #344655;
}

.section-menu .category-link-item a:hover {
    background: #ffffff11;
}

@media (min-width: 992px) {

    .section-menu .category-link-item a {
        padding: 20px 0px;
        font-size: 16px;
        border-top: none;
        border-bottom: none;
    }

    .section-menu .category-link-item a+a {
        border-left: none;
    }
}

/* --End menu--------------- */
/* --Start breadcrumb--------------- */
.section-breadcrumb .breadcrumb {
    /* justify-content: s; */
    margin: 10px 0;
    font-family: 'Metropolis-M';
    font-size: 14px;
}

    .section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #333;
    }

    .section-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #333;
        transition: all 0.2s ease-in-out;
    }

        .section-breadcrumb .breadcrumb .breadcrumb-item a:hover {
            color: #666;
        }

    .section-breadcrumb .breadcrumb .breadcrumb-item.active {
        color: #888;
        font-weight: bolder;
    }
/* --End breadcrumb--------------- */
/* --Start news--------------- */
.section-news {
    padding: 100px 0;
    position: relative;
}

.section-news .item {
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: block;
    height: 100%;
}


.section-news .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 110%;
    overflow: hidden;
}

.section-news .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    object-fit: contain;
}


.section-news .item .text-item {
    padding: 0px 5px;
    margin: 10px 0;
}

.section-news .item .text-item .tag {
    color: #fff;
    display: inline-block;
    font-family: 'Metropolis-M';
    background: #541b86;
    padding: 5px 20px;
    font-size: 15px;
}

.section-news .item .text-item .time {
    font-family: 'Metropolis-M';
    color: #5d5d5d;
    font-size: 14px;
}

.section-news .item .text-item h3 {
    font-size: 16px;
    color: #000;
    font-family: 'Metropolis-M';
    font-weight: bolder;
    padding-top: 10px;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-news .item .text-item p {
    font-size: 15px;
    color: #5d5d5d;
    font-family: 'Metropolis-M';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}

.section-news .item:hover .text-item h3 {
    color: #541b86;
}

.section-news .item:hover .pic-item img {
    transform: scale(1.05);
}

@media (min-width: 1200px) {
    .section-news .item .text-item h3 {
        font-size: 18px;
    }

    .section-news .item .text-item p {
        font-size: 16px;
    }

    .section-news .item .text-item {
        padding: 10px 15px;
    }
}

/* --End news--------------- */
/* --Start content--------------- */
.section-news-content {
    padding: 60px 0;
}

@media (min-width: 1200px) {
    .section-news-content {
        padding: 100px 0;
    }
}

.section-news-content .text-item h2 {
    font-size: 18px;
    color: #5d5d5d;
    font-family: 'Metropolis-M';
    line-height: 2;
    margin-bottom: 0;
}

.section-news-content .creator-item {
    border-top: 1px solid #ccc;
    padding-top: 60px;
}

.section-news-content .creator-item .creator-icon-item .title {
    margin-left: 10px;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
}

.section-news-content .creator-item .creator-icon-item a {
    color: #212529;
    font-weight: bolder;
    /*margin-left: 20px;*/
    transition: all 0.2s ease-in-out;
}

.section-news-content .creator-item .creator-icon-item a:hover .title {
    color: #333;
}

.section-news-content .creator-item .pic-item {
    position: relative;
    width: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-news-content .creator-item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-news-content .creator-item .creator-icon-item a {
    position: relative;
}

.section-news-content .creator-item .creator-icon-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    transition: all 0.2s ease-in-out;
}

.section-news-content .creator-item .creator-icon-item img:nth-of-type(2) {
    visibility: hidden;
    opacity: 0;
}

.section-news-content .creator-item .creator-icon-item img:nth-of-type(1) {
    visibility: visible;
    opacity: 1;
}

.section-news-content .creator-item .creator-icon-item a:hover {
    color: #333;
}

.section-news-content .creator-item .creator-icon-item a:hover img:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
}

.section-news-content .creator-item .creator-icon-item a:hover img:nth-of-type(1) {
    visibility: hidden;
    opacity: 0;
}

.section-news-content .creator-item .text-item {
    padding: 10px 0;
}

.section-news-content .creator-item .text-item .content {
    padding: 15px 0;
}

.section-news .pagination .page-item .page-link {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #323232;
    transition: all 0.2s ease-in-out;
}


.section-news .pagination .page-item.active .page-link {
    background: #541b86 !important;
    border-color: #541b86;
    color: #fff;
}

.section-news .pagination li + li {
    margin-left: 15px;
}
/* --End content--------------- */