.newspage-section-box{
    background: #000000;
    position: relative;
    padding: 90px 0;
    width: 100vw;
    margin-left: calc((-100vw + 1128px) / 2 );
}
.newspage-section-box:before{
    content: "";
    background-image: url('../../../assets/images/dottsgrid.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 100%;
    height: 100%;
    display: block;
    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%;
    padding-left: calc((100vw - 1128px) / 2);
}

.slider-controls .slick-arrow.slick-prev-news {
    margin-right: 20px;
}
.newspage-section-box .news-page-list .slick-track{
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.newspage-section-box .slick-list{
    width: calc(100% + 22px);
    overflow: visible;
}

.newspage-section-box .title-news-home{
    position: absolute;
    top: 90px;
    z-index: 0;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 220px;
    line-height: 220px;
    color: #212121;
}
.right-filters{
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-filters .slider-all{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 500;
    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;
}
.right-filters .allfilters .filtes-title{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-right: 10px;
}
.right-filters .allfilters .filter{
    display: flex;

}
.right-filters .allfilters .filter {
    margin-bottom: 0;
}
.right-filters .allfilters .filter li{
    list-style: none;
    font-family: 'Bebas Neue';
    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 ;
}
.news-box {
    margin: 0 20px;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.news-box .image-box-news img{
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 400px;
    object-fit: cover;
}
.news-box .bottom-content{
    display: flex;
}
.news-box .date-icon{
    width: 32px;
}
.news-box .date-icon i,
.news-box .date-icon svg{
    color: #fff;
    margin-right: 15px;
    font-size: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.news-box .post-date{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #fff;
    margin-top: 28px;
}
.news-box .post-date span{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #746A6A;
    margin-right: 10px;
}
.news-box .bottom-content .text-container{
    width: calc(100% - 32px);
    height: 230px;
    box-sizing: border-box;
    padding: 30px;
    margin-top: -60px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 1;
}
.news-box .bottom-content .text-container h3{
    margin-bottom: 0;
    font-size: 23px;
    line-height: 25px;
}
.news-box .bottom-content .text-container h3 a{
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #FFFFFF;
    text-transform: none
}
.news-box .bottom-content .text-container p{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}
.news-box.news .bottom-content .text-container{
    background: #E34A44;
}
.news-box.twitter .bottom-content .text-container{
    background: #53869F;
}
.news-box.instagram .bottom-content .text-container{
    background: #D8567E;
}

.news-box .image-box-news{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.news-box .image-box-news:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E34A44 ;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-box:hover .image-box-news:before{
    opacity: 0.8;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-box.news .image-box-news:before{
    background-color: #E34A44 ;
}
.news-box.twitter .image-box-news:before{
    background-color:  #53869F;
}
.news-box.instagram .image-box-news:before{
    background-color:  #D8567E;
}
@media only screen and (max-width: 1250px) {
    .newspage-section-box{
        margin-left: -5vw;
    }
}
@media only screen and (max-width: 1024px) {

    .newspage-section-box .title-news-home{
        font-size: 65px;
        line-height: 56px;
        max-width: 70%;
    }
    .slider-controls{
        flex-direction: column;
    }
    .slider-controls .slick-arrow{
        margin-bottom: 20px;
    }
    .slider-controls .slick-arrow.slick-prev {
        margin-right: 0px;
    }
    .right-filters .allfilters,
    .right-filters .slider-all{
        width: 100%;
        text-align: left;
    }

    .newspage-section-box .news-page-list{
        padding-left: 0;
    }
    .newspage-section-box .slick-list {
        width: 100%;
    }
    .newspage-section-box .news-page-list .slick-track{
        align-items: flex-start;
    }

}