  .news_type1 {
    position: relative;
    background-color: rgb(241, 241, 241);
    padding-top: 2rem;
    padding-bottom: 6rem;
    position: relative;
    bottom: 0;
    z-index: 0;
}
/*more read*/
.news_type1 .news_top a{
    color: var(--color-grey);
    font-weight: 500;
}
.news_type1 .news_top a:hover{
    color: var(--color-primary);
}

/*card*/


    .news_type1 .card {
        background-color: transparent;
        border: 0;
        flex-direction: row;
        cursor: pointer;
    }

.news_type1 .card .img_aria{
    position: relative;
}

.news_type1 .card .img_aria .img_tags{
    padding: 5px 10px;
    color: var(--color-primary);
    background-color: var(--color-secondary);
    border-radius: 5px 0 5px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.news_type1 .card-img-top {
    width: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

    .news_type1 .card .card-title {
        line-height: 1.7rem;
        color: var(--bs-body-color);
    }
    .news_type1 .card .card-text {
        color: var(--bs-body-color);
    }

    .news_type1 .card:hover .card-title {
        color: var(--color-primary);
        transition: all .5s;
    }

.news_type1 .card .card-body{
    padding: 0 0 0 15px;

}

    .news_type1 .read_more_box {
        text-align: end;
    }

.news_type1 .decorate_icon {
    position: relative;
    width: 44px;
    height: 10px;
    text-align: right;
    display: block;
    top: 3px;
    left: 15px;
}

    .news_type1 .decorate_icon::after {
        width: 44px;
        height: 2px;
        background: #1f1f1f;
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        right: 2px;
    }

    .news_type1 .decorate_icon::before {
        width: 8px;
        height: 2px;
        background: #1f1f1f;
        content: "";
        display: block;
        position: absolute;
        bottom: 3px;
        right: 2px;
        transform: rotate(38deg);
    }

    .news_type1 .line1-ellipsis {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

@media (max-width: 767.98px) {
    .news_type1 .card_base{
        padding: 0 20px;
    }
    .news_type1 .card{
        flex-direction: column;
    }

    .news_type1 .card-img-top {
        width: 100%;
    }

    .news_type1 .card .card-body{
        padding: 20px 0;

    }

}

@media (max-width: 480px ) {
    .news_type1 .read_more_box {
        text-align: center;
    }
}
/**************
RWD e.
***************/