.newspage-section-box{
    margin-bottom: 40px;
}
.width-sidebar .newspage-section-box{
    width: 100vw;
    margin-left:-20vw;
}
.newspage-section-box .twitter-list,
.newspage-section-box .news-page-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.newspage-section-box .news-box{
    display: block;
    width: 48%;
}
.newspage-section-box select {
    border: none;
    padding: 4px 5px;
    float: right;
    width: 320px;
    height: auto;
    margin-bottom: 20px;

}
.news-page-box  .news-box.tweet-box{
    margin-block-end:20px;
}
.newspage-section-box .twitter-list .news-box .bottom-content .article-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
}
.news-page-box .bottom-content{
    position: absolute;
    bottom:30px;
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    left: 0;
    z-index: 2;
}
.slider-top-box .bottom-content h3{

    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: none;
    margin-bottom: 0;
}
.news-page-box .image-box-news{
    position: relative;
    height: 300px;
}
.news-page-box .image-box-news:after{
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    background: linear-gradient(180deg, #254D59 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: multiply;
    transform: rotate(-180deg);
    bottom: 0;
    left: 0;
}
.news-page-box .news-box:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1C4780;
    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;
}

.news-page-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;
}

.news-page-box .news-box {
    position: relative;
}
.news-page-box .news-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-page-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: #1C4780;
    color: #fff;
    z-index: 2;
    opacity: 0.85;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.news-page-box .news-box.twitter .icon{
    background: #1E83BC;
}
.news-page-box .news-box.instagram .icon{
    background: #A41D8E;
}
.news-page-box .news-box.facebook .icon{
    background: #1E44CB;
}
.news-page-box .news-box:hover .icon{
    background: #fff;
    color: #1C4780;
}


.news-page-box .bottom-content .article-title{

    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news-page-box .bottom-content .news-cateogory{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px
}




#tabs-all {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}
#tabs-all .filterby{
    font-weight: 600;
    font-size: 13px;
    line-height: 55px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}
#tabs-all label {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: background ease 0.3s;
    margin-bottom: 40px;
    margin: 0 10px 40px;

    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: #32598c;
    color: #fff;
    z-index: 2;
    opacity: 0.85;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
#tabs-all label:hover{
    background: #fff;
    color: #1C4780;
}
#tabs-all .tab {
    order: 9;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
}

#tabs-all input[type="radio"] {
    display: none;
}

#tabs-all input[type="radio"]:checked + label {
    background: #fff;
    color: #1C4780;
}

#tabs-all input[type="radio"]:checked + label + .tab {
    display: block;
}



.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;
}
@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;
}

.news-filters-box{
    display: flex;
    justify-content: flex-end;
    margin-top: -65px;
    position: relative;
    z-index: 99;
    align-items: center;
    margin-bottom: 40px;
}
#response_news,
#tab-posts,
.news-filters-box{
    width: 100%;
}

.customselect{
    margin-left: 20px;
}
.customselect select {
    background: transparent;
    border: 1px solid #1C4780;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 27px;
    color: #1C4780;
    -webkit-appearance:  button;
    appearance: button;
    outline: none;
    width: 100%;
    padding:  6px 40px 6px 20px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    text-transform: uppercase;

}
.customselect span{
    display: block;
}
.customselect span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background-color: #1C4780;
    pointer-events: none;
}
.customselect span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: url('../../../assets/images/arrow-select.svg') no-repeat center;
    pointer-events: none;
}

.customselect:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}
.custom-pagination{
    width: 100%;
    flex:0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.newspage-section-box .pagination-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.newspage-section-box .page-xofy{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1C4780;
    letter-spacing: 2px;
    margin: 0 40px;
}
.custom-pagination .pagination-arrow{
    background: #163660;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    width: 75px;
    height: 75px;
    color: #fff;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    outline: 0;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 8px;
}
.custom-pagination .pagination-arrow.active{
    opacity: 1;
}
.custom-pagination .prev-page svg,
.custom-pagination .next-page svg,
.custom-pagination .prev-page i,
.custom-pagination .next-page i{
    font-size: 20px;
    color: #9ADBF0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.custom-pagination .next-page:before,
.custom-pagination .prev-page:before{
    content: "";
    border: 2px solid #fff;
    display: block;
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -6px;
    top: -6px;
    opacity: 0;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.custom-pagination .next-page:hover:before,
.custom-pagination .prev-page:hover:before{
    opacity: 0.25;
}
.custom-pagination .prev-page:hover svg,
.custom-pagination .next-page:hover 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;
}
.loading{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1C4780;
    letter-spacing: 2px;
    margin: 0 40px;
}
.filterby{
    font-weight: 600;
    font-size: 13px;
    line-height: 55px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1C4780;
}
@media only screen and (max-width: 1080px) {
    .width-sidebar .newspage-section-box {

        margin-left: -5vw;
    }
    .width-sidebar .newspage-section-box .news-page-list{
        margin-left: -5vw;
    }
    .width-sidebar .main-wrapper .newspage-section-box .wrapper {
        width: 90%;
    }
}
@media only screen and (max-width: 800px) {
    .newspage-section-box .wrapper{
        padding: 0;
    }
    .twitter-acticle,
    .newspage-section-box .news-box{
        width: 100%;
    }
    .news-page-list .image-box-news{
        width: 100%;
        height: auto;
    }
    .news-page-list .image-box-news img{
        width: 100%;
        height: auto;
    }
}