@import "../../fonts/all.css";

.section-news:nth-child(even) {
    background: url('../../images/background/bg-category.webp') no-repeat bottom center;
    background-size: 100% 100%;
}

.section-news .cultrures-slide .owl-stage {
    display: flex;
    align-items: stretch;
}

.section-news .item {
    background-color: #fff;
    height: 100%;
}

.section-news .item .number {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    font-family: "UTM-AvoBold";
    text-align: center;
    background: url('../../../kaizen/images/home/bg-number.png') no-repeat center center;
    background-size: contain;
    padding: 1rem;
    width: max-content;
    margin: -2.5rem auto 0;
}

.section-news .item .title a {
    font-size: 25px;
    line-height: 1.3;
    color: #00285a;
    font-weight: bold;
    font-family: "SVN-AvoBold";
    text-align: center;
}

.section-news .item img {
    position: relative;
    z-index: 1;
    min-height: 18rem;
}

.section-news .item .text {
    position: relative;
    z-index: 2;
    padding: 0 1rem 1rem;
}

.cultrures-slide .owl-nav {
    position: unset;
}

.cultrures-slide .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cultrures-slide .owl-nav button.owl-prev {
    left: -3rem;
}

.cultrures-slide .owl-nav button.owl-next {
    right: -3rem;
}

.cultrures-slide .owl-nav button i {
    font-size: 2.5vw;
    font-weight: bolder;
    color: #00285a;
}

.text-justify {
    text-align: justify;
}

.w-max {
    width: max-content;
}

/* detail category */
#detail-category .breadcrumb{
    width: 75%;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #00285a;
}
.breadcrumb a {
    text-transform: uppercase;
}

#detail-category .box-news .new-content .image {
    flex-basis: 30%;
}

#detail-category .box-news .new-content .text {
    flex-basis: 67%;
}

#detail-category .box-news .new-content .title {
    font-size: 20px;
    text-transform: uppercase;
    color: #00285a;
    font-family: "SVN-AvoBold";
}

#detail-category .box-news .new-content .card-text {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    font-family: "Roboto-Regular";
}

.featured-news .title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Roboto-Bold";
    text-align: center;
    background-color: #00285a;
}

.featured-news .new .image {
    flex-basis: 30%;
}

.featured-news .new a {
    flex-basis: 66%;
}

.featured-news .new a .card-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #00285a;
    font-family: "SVN-Avo";
}

/* end */

/* tags */
.post-layout .list-of-tags .description {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    font-family: "Roboto-Regular";
}
/* end */
@media screen and (max-width:1024px) {
    .section-news .item .title a {
        font-size: 20px;
    }

    .section-news .item img {
        min-height: 13rem;
    }

    .cultrures-slide .owl-nav button.owl-prev {
        left: -2rem;
    }

    .cultrures-slide .owl-nav button.owl-next {
        right: -2rem;
    }

    .cultrures-slide .owl-nav button i {
        font-size: 3.5vw;
    }
}

@media screen and (max-width:991px) {
    .cultrures-slide .owl-nav button i {
        font-size: 5.5vw;
    }

    .cultrures-slide.owl-carousel .owl-item {
        padding: 1rem;
    }
}

@media screen and (max-width:575px) {
    .cultrures-slide .owl-nav button.owl-prev {
        left: 0rem;
    }

    .cultrures-slide .owl-nav button.owl-next {
        right: 0rem;
    }

    .cultrures-slide .owl-nav button i {
        font-size: 6.5vw;
    }

    .cultrures-slide.owl-carousel .owl-item {
        padding: 1.5rem;
    }
    .featured-news .new .image {
        flex-basis: auto;
    }
    
    .featured-news .new a {
        flex-basis: auto;
    }
    #detail-category .box-news .new-content .image {
        flex-basis: auto;
    }
    
    #detail-category .box-news .new-content .text {
        flex-basis: auto;
    }
    #detail-category nav>div{
        margin: auto;
        margin-bottom: 1.5rem;
    }
}