.news_type1 {
    padding-bottom: 50px;
    padding-top: 70px;
    background: linear-gradient(0deg, #FFFFFF 0%, #F1F4FF 65%, #F1FAFF 100%);
    position:relative;
}

    .news_type1::after {
        content: '';
        position: absolute;
        background-image: url(../../../../../img/bgImage5.png);
        background-size: 12%;
        background-repeat: no-repeat;
        background-position: left bottom;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index:-1;
    }


    .news_type1 .width-auto {
        width: auto;
    }

    .news_type1 h3, .news_type1 h2 {
        margin-bottom: 20px;
        font-size: 1.8rem;
        text-align: start;
        font-weight: 500;
    }

        .news_type1 .tabnews_main select {
            background-color: #F5F5F5;
            border: 1px solid #E1E1E1;
            border-radius: 50px;
            width: 180px;
        }

        .news_type1 .tabnews_main .wrap ul {
            margin-bottom: 0;
        }

            .news_type1 .tabnews_main .wrap ul li {
                /*background-color:#fff;*/
                border-bottom: 1px dotted #BABABA;
                padding-top: 25px;
                padding-right: 30px;
                padding-bottom: 25px;
            }

                .news_type1 .tabnews_main .wrap ul li:last-child {
                    border-bottom: 0;
                }

                .news_type1 .tabnews_main .wrap ul li a:hover h4 {
                    color: var(--color-primary);
                }

                .news_type1 .tabnews_main .wrap ul li h4 {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #565656;
                    font-weight: 600;
                    margin-bottom: 0.75rem;
                    line-height: 1.4;
                }

                .news_type1 .tabnews_main .wrap ul li p {
                    color: #565656;
                    letter-spacing: 0.1rem;
                    margin-bottom: 0;
                    width: 100%;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    box-sizing: border-box;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

        .news_type1 .tabnews_main .wrap .badge {
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 400;
            font-size: 0.8rem;
            letter-spacing: 1px;
            width: 100%;
        }

        .news_type1 .tabnews_main .wrap .date {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .news_type1 .tabnews_main .wrap .date .day {
                font-weight: 700;
                font-size: 2.8rem;
                line-height: 1;
                color: var(--color-primary);
                font-family: Roboto, sans-serif;
            }

            .news_type1 .tabnews_main .wrap .date .month {
                font-weight: 500;
                color: #5E5E5E;
                font-family: Roboto, sans-serif;
            }

        .news_type1 .tabnews_main .read_more {
            transition: 0.5s;
        }

    .news_type1 .read_more_box {
        text-align: center;
/*        padding-right:25px;*/
    }

    .news_type1 .tabnews_main .read_more i {
        padding-left: 10px;
    }

    .news_type1 .tabnews_main .read_more:hover {
        color: var(--color-primary);
    }

    .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);
        }

@media (max-width: 768px) {
    .news_type1 .tabnews_main .wrap ul li {
        padding-right: 0;
    }
}

@media (max-width: 480px) {

    .news_type1 {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .news_type1  h2{
        margin-bottom:10px;
    }

    .news_type1 .read_more_box {
        text-align: center !important;
    }

    .news_type1 h3, .news_type1 h2 {
        text-align: center;
    }
}
