.newspage-section-box{
    position: relative;
    padding: 90px 0;
}
.wrapper-news{
    width: 1360px;
    margin: 0 auto;
}
.newspage-section-box:before{
    content: "";
    display: block;
    background: url("../../../assets/images/left-overlay.svg");
    background-size: cover;
    position: absolute;
    left: 5vw;
    top: 20vh;
    width: 39vw;
    height: 37.6vw;
    z-index: 0;
    position: absolute;
}
.width-sidebar .newspage-section-box{
    width: 100vw;
    margin-left: -20vw;
}
.newspage-section-box .news-page-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px
}


.newspage-section-box .news-page-list .slick-track{
    display: flex;
    width: 100%;
    align-items: flex-end;
}



.newspage-section-box .title-news-home{
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}
.newspage-section-box .title-news-home:before{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #BC1E21;
    margin-bottom: 15px;
}
.right-filters{
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-filters .slider-all{

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25em;
    color: #FFFFFF!important;
    margin-bottom: 20px;
}
.right-filters .slider-all:hover{
    opacity: 0.5;
}
.right-filters .allfilters{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
    flex-direction: column;
    align-items: flex-end;
}
.right-filters .allfilters .filtes-title{

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.right-filters .allfilters .filter{
    display: flex;

}
.right-filters .allfilters .filter {
    margin-bottom: 0;
}
.right-filters .allfilters .filter li{
    list-style: none;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #534D4D;
    position: relative;
    background: none;
    padding-left: 0px;
    margin-left: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.right-filters .allfilters .filter li.active,
.right-filters .allfilters .filter li:hover{
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.right-filters .allfilters .filter li:after{
    content: '';
    background: #fff;
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.right-filters .allfilters .filter li.active:after,
.right-filters .allfilters .filter li:hover:after{
    width: 100%;
}
.slider-controls {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
}
.slider-controls .slick-arrow{
    display: inline-block;
    background: #1E1D1D;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    border: none;
    z-index: 1
}
.slider-controls .slick-arrow.slick-prev{
    margin-right: 20px;
}
.slider-controls .slick-arrow:hover{
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    background: #53869F;
}
.slider-controls .slick-arrow i,
.slider-controls .slick-arrow svg{
    color:#fff;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}

.slider-controls .slick-arrow:hover{
    background: #53869F;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.newspage-section-box .news-box {
    margin: 0 2% 40px;
    width: 29%;
    height: 365px;
    float: left;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    position: relative;
}

.newspage-section-box .news-box .image-box-news{
    height: 365px;
}
.news-box::before {

    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #BC1E21;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.newspage-section-box .news-box:hover:before{
    opacity: 0.85;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.newspage-section-box .news-box .icon{
    position: absolute;
    right: 5%;
    top: 30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #BC1E21;
    color: #fff;
    z-index: 2;
    opacity: 0.85;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.newspage-section-box .news-box.twitter .icon{
    background: #1E83BC;
}
.newspage-section-box .news-box.instagram .icon{
    background: #A41D8E;
}
.newspage-section-box .news-box.facebook .icon{
    background: #1E44CB;
}
.newspage-section-box .news-box:hover .icon{
    background: #fff;
    color: #BC1E21;
}
.newspage-section-box .news-box i:before,
.newspage-section-box .news-box svg:before,
.newspage-section-box .news-box i,
.newspage-section-box .news-box svg{
    font-size: 14px;
    margin: 0 auto;
}

.newspage-section-box .news-box .twitter-x{
    width: 14px;
    height: 13px;
    display: block;
    background-color: #ffffff;
    -webkit-mask: url(../../../assets/images/twitter-x.svg) no-repeat center;
    mask: url(../../../assets/images/twitter-x.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.5s ease;
}

.newspage-section-box .news-box:hover .twitter-x{
    background-color: #BC1E21;
}
.newspage-section-box .image-box-news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.newspage-section-box .bottom-content{
    position: absolute;
    bottom:30px;
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    left: 0;
    z-index: 2;
}
.newspage-section-box .bottom-content h3{

    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: none;
    margin-bottom: 0;
}
.newspage-section-box .news-box .bottom-content .article-title{

    font-weight: 600;
    font-size:18px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}


.grid__col-sizer{
    width: 22%;
}

.grid__gutter-sizer {
    width: 2%;
}


.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}
.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}
.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}
.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
    left: 3em;
}
.load-more-button span{
    color: #fff;
}
@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}
@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}
.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.infinite-scroll-nav{
    display: none;
}
.load-more-box{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.load-more{
    cursor: pointer;
}
.top-filters{
    display: flex;
}
.cat-filters{
    display: none;
}
.cat-filters.active{
    display: flex;
    margin-top: 10px;
}

@media only screen and (max-width: 1400px) {
    .wrapper-news {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5vw;
    }
    .newspage-section-box .title-news-home{
        font-size: 15vw;
        line-height: 17vw;
        left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .newspage-section-box .title-news-home{
        position: relative;
        top: 0;
    }
    .newspage-section-box .news-box{
        margin: 0 0% 20px;
        width: 100%
    }
    .right-filters{
        display: none;
    }
    .newspage-section-box .news-page-list{
        margin-top: 30px;
    }
}