.py_30 {
            padding: 30px 0;
        }
        .breadcrumbs {
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 20px;
            white-space: nowrap;
        }
        .breadcrumbs li {
            font-size: 14px;
            display: inline;
            padding: 10px 0;
        }
        .breadcrumbs li a {
            font-size: 14px;
            position: relative;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .breadcrumbs li a:after {
            content: '';
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            transform: rotate(-45deg);
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            display: inline-block;
            width: 5px;
            height: 5px;
            margin: 0 6px 1px;
        }
        .category_page h1 {
            font-weight: 800;
            font-size: 2.2rem;
            line-height: 1.15;
            margin-bottom: 15px;
        }
        .blog_grid_style {
            transition: 0.5s all linear;
        }
        .blog_grid_style .image {
            position: relative;
            padding-top: 50%;
        }
        .blog_grid_style .image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .blog_grid_style .content {
            padding-top: 15px;
        }
        .blog_grid_style .content .title {
            font-size: 17px;
            font-weight: 600;
            margin-top: 10px;
            line-height: 1.4;
        }
        .blog_grid_style .content .title a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .blog_grid_style .content .date {
            position: relative;
            font-size: 13px;
            color: #000;
        }
        .blog_grid_style .content .date::before {
            content: "";
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z"/></svg>');
            width: 10px;
            height: 15px;
            display: inline-block;
            margin-right: 8px;
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
            opacity: .5;
        }
        .btn_loadmore {
            border: none;
            background: var(--primary-color);
            color: #fff;
            padding: 7px 15px;
            border-radius: 6px;
            font-weight: 600;
        }
        .btn_loadmore:hover, .btn_loadmore:focus {
            background: #000;
            color: #fff;
        }
        .post_with_sidebar {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .post_with_sidebar .column-1 {
            width: calc(100% - 320px);
            order: 1;
        }
        .post_with_sidebar .column-2 {
            order: 2;
        }
        .post_with_sidebar .column-3 {
            width: 100%;
            order: 3;
        }
        .latest_news {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: 1px solid #ddd;
            background: #eee;
        }
        .latest_news .image {
            width: 50%;
        }
        .latest_news .image img {
            height: 250px;
            width: 100%;
            object-fit: cover;
        }
        .latest_news .content {
            width: 50%;
            padding: 8px 25px;
        }
        .latest_news .content .title {
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 10px;
            line-height: 1.2;
        }
        .latest_news .content .title a {

        }
        .latest_news .content p {
            font-size: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .latest_news .content .readmore {
            font-size: 16px;
        }
        .sidebar_post_widget .widget_title {
            border-top: 1px solid #ddd;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            padding-top: 13px;
            position: relative;
        }
        .sidebar_post_widget .widget_title:before {
            content: "";
            position: absolute;
            top: -3px;
            left: 0;
            width: 80px;
            height: 5px;
            background: var(--primary-color);
        }
        .post_list {
            display: flex;
            margin-bottom: 15px;
        }
        .post_list .image {
            width: 30%;
        }
        .post_list .content {
            width: 70%;
            padding-left: 15px;
        }
        .post_list .content .title {
            font-size: 15px;
            color: #000;
            font-weight: 600;
            line-height: 1.4;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 7px;
        }
        .post_list .content .date {
            font-size: 12px;
        }
        .sticky_siderbar {
            position: sticky;
            top: 80px;
        }
        @media(min-width:992px){
            .mx-lg-2 {
                margin-left: -1rem;
                margin-right: -1rem;
            }
            .px-lg-2 {
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }
        @media (max-width: 991px) {
            .post_with_sidebar {
                flex-direction: column;
            }
            .post_with_sidebar .column-1 {
                width: 100%;
                order: 1;
            }
            .post_with_sidebar .column-3 {
                width: 100%;
                order: 2;
            }
            .post_with_sidebar .column-2 {
                width: 100%;
                order: 3;
            }
        }
        @media(max-width:767px){
            .latest_news {
                display: block;
            }
            .latest_news .image {
                width: 100%;
            }
            .latest_news .content {
                width: 100%;
                padding: 15px;
            }
            .latest_news .content .title {
                font-size: 22px;
            }
            .blog_grid_style .content .title a {
                -webkit-line-clamp: 3;
            }
        }