body.blog, body.blog .container.main-container, body.blog .main-container,
body.archive.category, body.archive.category  .main-container {
    background: rgb(250, 250, 250);
}
body.blog .main-container,
body.archive.category .main-container {
    padding-top: 0!important
}
.blog.wrap_latest_news {
    margin-bottom:0
}
.blog-filter-wrap {
    margin-bottom: 4rem;
    /* padding-top: 1rem; */
    border-bottom: 1px solid var(--menu-hover);
}
.blog-filter-wrap .blog-filter-link {
    color: var(--submenu-subtitle);
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem .25rem .75rem;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: all .5s
}
.blog-filter-wrap .blog-filter-link:not(:last-child) {
    margin-right: 1.25rem
}
.blog-filter-wrap .blog-filter-link.active, .blog-filter-wrap .blog-filter-link:hover {
    border-color: var(--brand);
    color: var(--brand);
}
.blog.wrap_latest_news > div {
    margin-bottom: 2rem
}
.js_more_blog.button {
    margin: 20px 0;
}

.blog-item {
    position: relative;
    display: block;
    color: var(--dark-gray);
    padding-bottom: 1rem;
    overflow: hidden;
    height: 100%;
}
.blog-item-img {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: .25rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
}
.blog-item-img:after {
    content: '';
    position: relative !important;
    height: 0 !important;
    display: block;
    width: 0;
    padding-top: 62.5%;
}
.blog-item-img img {
    position: absolute;
    z-index: -1;
    left: 0;
    height: 0;
    height: 100% !important;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    width: 100% !important;
    transition: transform .5s;
}
.blog-item:hover .blog-item-img img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.blog-item-cat {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0.25rem 0.625rem 0.25rem 0.25rem;
    align-items: center;
    border-radius: 16rem;
    border: 1px solid var(--stroke-default);
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    color: #414651;
    font-size: 0.75rem;
    font-weight: 500;
}
.ws-blog-cat {
    text-align: center;
    padding: 0.125rem 0.375rem;
    align-items: center;
    border-radius: 16rem;
    border: 1px solid var(--stroke-default);
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    margin-right: .5rem
}
.ws-blog-read-time {

}
.blog-item-title {
    color: var(--new_title);
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.5rem;
    margin: 1rem 0 .5rem;
}
.blog-item-info {
    height: 3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--light-text);
    margin-bottom: 1.5rem;
}

.blog_author_text .article_name {
    color: var(--new_title);
    font-weight: 500;
    line-height: 120%;
}
.blog_author_text .posted-on {
    font-weight: 400;
    color: var(--light-text);
}
/**/
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .js_more_blog.white-button {
        margin:50px 0
    }
}
@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 767px) {
    .js_more_blog.white-button {
        margin:30px 0
    }
    .blog-filter-select {
        margin: 0 0 2.5rem;
        border: 1px solid var(--stroke-default);
    }
}
