
body{

    position: relative;
    height: auto !important;
}

.filter-item {
    margin: 0 25px;
    font-size: 13px;
    padding-bottom: 40px;
}


.filter-item span.label{
    margin-right: 10px;
    text-transform: uppercase;
}


.filter-item img{
    vertical-align: sub;
    margin: 0 8px;
}

.filter-item .ui.selection.dropdown{
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #000 solid;
    margin-right: 15px;
    min-width: auto;
    padding-bottom: 5px;
}

.filter-item .ui.dropdown:not(.button) > .default.text{
    color: #2A54A2;
}

.news-wrapper{
    margin-bottom: 50px;
}

.news{
    padding: 30px 40px;
    display: block;
    border-bottom: 1px #4E4E4E solid;
}
.news:last-child{
    border-bottom: 0;
}

.news > .flex{
    flex-wrap: nowrap;
    align-items: stretch;
}

.news > .flex > .image{
    width: 35%;
    flex-grow: 1;
}
.news > .flex > .content{
    flex-grow: 4;
}

.news > .flex > .content .date,
.news > .flex > .content .type{
    color: #70CDDD;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
}

.news > .flex > .content .description{
    margin-top: 25px;
    font-size: 14px;
    max-width: 500px;
    flex-grow: 2;
}

.news > .flex > .read-more{
    position: relative;
    width: 150px;
    flex-grow: 1;
}
.news > .flex > .read-more img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.news > .flex > div:nth-child(2){
    padding: 0 30px;
}


.back-link{
    color:#2A54A1 ;
}

.back-link img{
    margin-right: 8px;
    height: 9px;
}

.career-sharer span{
    margin: 0 10px;
    padding-bottom: 5px;
    vertical-align: middle;
}
.career-sharer a{
    margin: 0 10px;
    padding: 10px;
}

.article-time{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.article-time span{
    margin-right: 35px;
}

.article-content{
    font-size: 14px;
    padding: 30px 0;
}


.article-featured-image{
    width: 100%;
}

.article-footer{
    margin-bottom: 80px;
}

.swiper-pagination.progress{
    left: 10px;
    right: auto !important;
    width: 2px !important;
    background: rgba(255,255,255,0.8);
}

.swiper-pagination.progress .swiper-pagination-bullet{
    transform: translateX(-50%);
    opacity: 0;
}

.swiper-pagination.progress .swiper-pagination-bullet-active{
    border: 1px #F05A26 solid;
    opacity: 1;
    background: #F05A26;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #F05A26 !important;
    width: 2px!important;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {

    height: 70% !important;
    left: 73px !important;
    top: 15px !important;
}

.featured-news-wrapper{
    position: relative;
    display: flex;
    z-index: 1;
    padding-left: 120px;
    padding-bottom: 50px;
    box-sizing: border-box;
    color: #fff;
    align-items: flex-end;
    justify-content: stretch;
    height: 100%;
}



.featured-news-wrapper .content .date,
.featured-news-wrapper .content .type{
    color: #70CDDD;
    font-weight: bold;
    line-height: 21px;
    font-size: 15px;
}

.featured-news-wrapper .content .description{
    font-size: 21px;
    padding: 18px 0;
}

.featured-news-wrapper .read-more a{
    padding: 5px 20px;
    border: 1px #fff solid;
    display: inline-block;
    margin-top: 15px;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}

.swiper-button-prev{
    top: auto !important;
    right: auto !important;
    bottom: 0 !important;
    left: 140px !important;
}


.swiper-button-next{
    top: auto !important;
    right: auto !important;
    bottom: 0 !important;
    left: 200px !important;
}

.featured-news{
    padding: 0 67px;
    width: 100%;
    box-sizing: border-box;
}

.featured-news-wrapper,
.swiper-pagination.progress{
    transform: skew(24deg);
}


.featured-news-wrapper{
    background-position:center ;
    background-size: cover;
    /*transform: skew(24deg);*/
}

.featured-news-wrapper .inner{
    position: relative;
    z-index: 1;
    transform: skew(-24deg);
}
.featured-news-wrapper:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.news-details-img {
    width: 100%;
    height: 650px;
}

.news-details-title {
    color: #4D4E4E; font-family: Poppins; font-weight: 800; font-size: 48px; padding-top: 20px; line-height: 1.2;
}

@media (max-width: 1024px) {
    .news-details-img {
        width: 100%;
        height: 300px;
    }

    .news-details-title {
        color: #4D4E4E; font-family: Poppins; font-weight: 800; font-size: 24px; padding-top: 20px; line-height: 1.5;
    }

    .news-details-btn {
        flex-direction: column;
    }

    
    .news-details-btn  > div:first-child{
        margin-bottom: 15px;;   
    }

}