.news-category {
    flex-wrap: nowrap;
    overflow: auto;
    height: 75px;
}

.news-category .nav-link {
    padding: 0 20px;
    margin: 0 20px;
}

.news-category .nav-link.active {
    color: #01a9b4;
    font-weight: 500;
    position: relative;
}

.news-category .nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #01a9b4;
    bottom: -10px;
    left: 0;
}

.latest-news {
    padding: 36px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}

.latest-news::after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 50%);
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.latest-news-body {
    padding: 0 60px;
    position: relative;
    z-index: 3;
}

.title-latest-news {
    margin: 60px 0 30px;
}

.side-news-event {
    background-color: #01a9b4;
    padding: 18px 16px 2px;
    border-radius: 20px;
}

.box-thumb-detail-news {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.show-post-event img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .latest-news-body {
        padding: 0 30px;
    }

    .side-news-event {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .latest-news {
        padding: 24px 0;
    }

    .title-latest-news {
        margin: 40px 0 20px;
    }

    .box-thumb-detail-news {
        height: 260px;
    }
}

@media screen and (max-width: 445px) {
    .box-thumb-detail-news {
        height: 200px;
    }
}
