
.tabnews_type5 a:hover {
    color: var(--color-primary) !important;
}

.tabnews_type5 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-color: #F0F0F0;
    z-index: 0;
}

    .tabnews_type5 .tabnews_main {
        display: flex;
    }

        .tabnews_type5 .tabnews_main .left {
            width: 9%;
            margin-right: 4%;
            margin-top: 20px;
        }

        .tabnews_type5 .tabnews_main .right {
            width: 87%;
        }

    .tabnews_type5 .nav .nav-link {
        font-size: 1.25rem;
        text-align: center;
        letter-spacing: 0.1em;
        color: #1F1F1F;
        margin-bottom: 18px;
        position: relative;
    }

        .tabnews_type5 .nav .nav-link.active {
            position: relative;
            background-color: transparent;
            color: #000;
            font-weight: 700;
        }

        .tabnews_type5 .nav .nav-link:hover,
        .tabnews_type5 .nav .nav-link:focus {
            font-weight: 700;
        }

        .tabnews_type5 .nav .nav-link.active span::after,
        .tabnews_type5 .nav .nav-link span:hover:after,
        .tabnews_type5 .nav .nav-link span:focus:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -12px;
            width: 100%;
            height: 1.5rem;
            background-color: #eacc0b;
            transform: translateY(-50%);
            z-index: -1;
        }


    .tabnews_type5 .wrap {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        background-color: white;

        overflow: hidden;
        position: relative;
        min-height: 574px;
    }


        .tabnews_type5 .wrap .wrap_left {
            width: 61%;
            border-right: .5px dashed rgba(31, 31, 31, 0.12);
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            /* justify-content: space-between; */
        }


    .tabnews_type5 .list-group-item {
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 0;
    }

        .tabnews_type5 .list-group-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 12%;
            width: 1px;
            height: 100%;
            background-color: #d7d7d7;
        }

        .tabnews_type5 .list-group-item:first-child {
            padding-top: 20px;
        }

        .tabnews_type5 .list-group-item:last-child {
            padding-bottom: 20px;
        }

        .tabnews_type5 .list-group-item .date {
            width: 12%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 13px 0;
            line-height: 1.2;
        }

            .tabnews_type5 .list-group-item .date::before {
                content: '';
                position: absolute;
                right: -3px;
                top: 50%;
                height: 62px;
                width: 5px;
                transform: translateY(-50%);
                background-color: #5E5E5E;
            }

            .tabnews_type5 .list-group-item .date .month {
                font-weight: 500;
                color: #5E5E5E;
            }

            .tabnews_type5 .list-group-item .date .day {
                font-weight: 700;
                font-size: 2.5rem;
                color: var(--color-primary);
            }

        .tabnews_type5 .list-group-item .info {
            width: 88%;
            padding: 0 35px;
            font-weight: 700;
            font-size: 1.25rem;
        }

            .tabnews_type5 .list-group-item .info .badge {
                margin-bottom: 8px;
                font-size: .875rem;
                font-weight: 500;
            }

            .tabnews_type5 .list-group-item .info a {
                color: #1F1F1F;
            }

    .tabnews_type5 .wrap .wrap_right {
        width: 39%;
        position: relative;
    }

    .tabnews_type5 .wrap .w-100 {
        width: 100%;
    }

    .tabnews_type5 .read_more {
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 1px;
        display: inline-block;
        text-decoration: none;
        color: #565656;
        transition: 0.5s;
        text-align: right;
        padding-top: 1rem;
        padding-right: 1rem;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

        .tabnews_type5 .read_more a {
            color: #565656;
            text-decoration: none;
        }

    .tabnews_type5 .wrap .wrap_right .card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        box-sizing: border-box;
        min-height: 62px;
        color: var(--color-primary);
    }



        .tabnews_type5 .wrap .wrap_right .card-title a {
            display: block;
            font-weight: 700;
            font-size: 1.25rem;
            line-height: 1.9375rem;
            color: #1F1F1F;
        }

    .tabnews_type5 .wrap .wrap_right .card-text {
        line-height: 1.5625rem;
        color: #1F1F1F;
        min-height: 56px;
    }

    .tabnews_type5 .wrap .wrap_right .card-footer {
        position: relative;
        bottom: 24px;
        left: 24px;
        padding: 0;
    }

        .tabnews_type5 .wrap .wrap_right .card-footer .badge {
            font-size: .875rem;
            line-height: 1.2;
            font-weight: 400;
            letter-spacing: 1px;
        }

    .tabnews_type5 .slick-btns {
        position: absolute;
        bottom: 18px;
        right: 24px;
    }

        .tabnews_type5 .slick-btns .btn {
            width: 40px;
            height: 40px;
            background-color: #979797;
            color: white;
        }

            .tabnews_type5 .slick-btns .btn:first-child {
                margin-right: 10px;
            }

            .tabnews_type5 .slick-btns .btn:focus {
                box-shadow: 0 0 0 5px var(--color-secondary);
            }



@media only screen and (max-width : 992px) {
    .tabnews_type5 .tabnews_main {
        flex-wrap: wrap;
    }

        .tabnews_type5 .tabnews_main .left {
            width: 100%;
            margin-right: 0;
            border-right: 0;
            border-radius: 0;
        }

    .tabnews_type5 .nav .nav-link {
        width: 50%;
    }

    .tabnews_type5 .tabnews_main .right {
        width: 100%;
        margin-top: 0;
    }

    .tabnews_type5 .wrap .wrap_left {
        width: 55%;
    }

    .tabnews_type5 .wrap .wrap_right {
        width: 44%;
    }

    .tabnews_type5 .list-group-item .date .day {
        font-size: 2rem;
    }
}

@media only screen and (max-width : 768px) {
    .tabnews_type5 .nav {
        margin-right: 0;
    }

    .tabnews_type5 .wrap .wrap_left {
        width: 100%;
        border-right: none;
        order: 1;
    }

    .tabnews_type5 .wrap .wrap_right {
        width: 100%;
        order: 2;
        border-top: 1px dotted black;
    }

        .tabnews_type5 .wrap .wrap_right .card-footer {
            position: static;
        }

    .tabnews_type5 .list-group-item .date .day {
        font-size: 1.75rem;
    }
}
