.blog_1 {
    padding: 0 10px;
    margin-top: 15px;
}

.blog_1 a {
    display: block;
    text-decoration: none;
}

.blog_1 a .blog_img {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 2px 7px 20px rgb(0 0 0 / 25%);
    flex: 0 0 60%;
    padding-bottom: 50%;
}

.blog_1 a .blog_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: unset;
    height: unset;
    max-width: 101%;
    min-height: 101%;
    min-width: 100%;
    z-index: 0;
}

.blog_content {
    padding: 10px 10px 40px;
}

h3.blog_title {
    font-size: 2.2rem;
    line-height: 3rem;
    padding-top: 40px;
    margin-bottom: 15px;
    color: #10275b;
    text-align: center;
    font-family: "LL Circular Pro Medium Web", "Cabin", sans-serif, "arial";
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 130px;
}

span.blog_meta {
    display: block;
    text-align: center;
}

span.blog_meta .blog_date {
    color: #9ca5ba;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: "LL Circular Pro Book Web", "Cabin", sans-serif, "arial";
    text-transform: none;
    text-align: center;
}

.blog_more {
    font-size: 2rem;
    padding-top: 30px;
    line-height: 2.7rem;
    color: #fa5767;
    -webkit-transition: all .3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition: all .3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    font-family: "LL Circular Pro Black Web", "Cabin", sans-serif, "arial";
    margin: auto 0 0;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_more span {
    display: inline-block;
}

.blog_more i {
    margin-left: 5px;
}

.blog_list .blog_1 a:hover {
    text-decoration: none !important;
}


.blog_1 a:hover .blog_img {
    box-shadow: 10px 5px 25px rgb(0 0 0 / 35%);
}

.blog_1 a:hover .blog_more {
    color: #b7404b;
}

.blog_cate_main {
    margin-top: 50px;

}

.blog_cate_main ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.blog_cate_main ul li {
    margin: 5px 7.5px;

}

.blog_cate_main ul li a {
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 15px;
    font-family: "LL Circular Pro Book Web", "Cabin", sans-serif, "arial";
    text-align: center;
    color: #82909d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #858585;
    font-weight: 500;
}

.blog_cate_main ul li a:hover {
    color: #ffffff;
    background: #008489;
    border: 1px solid #008489;
}

.blog_cate_main ul li a.active {
    color: #ffffff;
    background: #008489;
    border: 1px solid #008489;
}

.blog_list .row {
    display: flex;
    flex-wrap: wrap;
}

.first_article {
    padding: 0 50px;
}

.first_article a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 40px 0;
    text-decoration: none !important;
}

.first_article a .blog_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    padding-bottom: 30%;
    box-shadow: 5px 10px 15px rgb(0 0 0 / 40%);
    position: relative;
    overflow: hidden;
}

.first_article a .blog_img img {
    position: absolute;
    object-fit: cover;
    width: unset;
    height: unset;
    max-width: 101%;
    min-height: 101%;
    min-width: 100%;
}

.first_article a .blog_content {
    width: 40%;
    padding: 10px 10px 0px 100px;

}

.first_article a .blog_content h3 {
    padding-top: 0;
    text-align: left;
    min-height: unset;
}

.first_article a .blog_content .blog_meta_text {
    padding-top: 15px;
    font-size: 2rem;
    font-family: "LL Circular Pro Book Web", "Cabin", sans-serif, "arial";
    color: #10275b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.first_article span.blog_meta {
    text-align: left;
}

.first_article span.blog_meta .blog_date {
    text-align: left;
}

.first_article .blog_more {
    justify-content: flex-start;
}

.Pagination_center {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:991px) {
    .first_article a .blog_content {
        padding-left: 30px;
        width: 50%;
    }

    .first_article a .blog_img {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .blog_1 {
        padding: 0 15px;
        margin-top: 30px;
    }

    .blog_cate_main {
        overflow-x: auto;
        display: flex;
    }

    .blog_cate_main ul {

        flex-wrap: nowrap;
        /* overflow-x: auto; */
        width: auto;

        padding-bottom: 20px;
    }

    .blog_cate_main ul li a {
        padding: 5px 10px;
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .first_article a {
        flex-wrap: wrap;
    }

    .first_article a .blog_img {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding-bottom: 50%;
    }

    .first_article a .blog_img {
        width: 100%;
    }

    .first_article a .blog_img img {
        flex: 0 0 100%;
        width: 100%;

    }

    .first_article a .blog_content {
        padding: 10px 10px 40px;
        width: 100%;
    }

    .first_article a .blog_content h3 {
        padding-top: 40px;
        text-align: center;
    }

    .first_article span.blog_meta .blog_date {
        text-align: center;
    }

    .first_article a .blog_content .blog_meta_text {
        text-align: center;
    }

    .first_article .blog_more {
        justify-content: center;
    }

    .first_article a {
        margin-bottom: 0;
    }

    .first_article {
        padding: 0 15px;
    }
}