.isEditable {
    position: relative;
    top: 0;
    left: 0;
}
.news__inner__box {
    padding: 31px 0;
    padding-bottom: 15px;
}
.news__inner__cats {
    display: flex;
    margin-bottom: 20px;
}
.news__inner__cats .news__inner__category {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    align-items: center;
    background-color: #E82727;
    border-radius: 2px;
    margin-right: 10px;
    color: #fff;
    font-family: firago;
    line-height: 1;
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
}
.news__inner__desc__box {
    display: flex;
}
.news__inner__desc {
    width: 70%;
    margin-right: 44px;
}
.news__inner__right__boxes {
    padding-left: 15%;
}
.news__inner__desc__title {
    font-size: 28px;
    color: #101010;
    font-family: 'firago Bold';
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
}
.news__inner__images_date {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news__inner__images_created,
.news__inner__images_read_time {
    font-size: 12px;
    color: #A0A0A0;
}
.news__inner__image {
    width: 100%;
    height: 455px;
}
.news__inner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__inner__images_created .time-split {
    background: #A0A0A0;
}
.today_news {
    border:none;
}
.news_date {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.news_title {
    font-size: 14px;
}
.today_news hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #BFBFBF;
}
.today_news_title {
    position: relative;
    font-size: 16px;
    font-family: 'firago';
    line-height: 1;
    color: #191919;
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
    margin-bottom: 15px;
    background: #F4F4F4;
    padding: 16px 20px;
    padding-left: 40px;
    border-top: 2px solid #F01414;
}
.today_news_title::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 12px;
    left: 18px;
    top: -2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #F01414;
}
.today_news_title::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 26px;
    top: -3px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-style: solid;
    border-width: 6px 0 6px 6.6px;
    border-color: transparent transparent transparent #F01414;
}
.popular_today, .today_news {
    padding-top: 0;
}
.news_title {
    font-family: HelveticaNeue;
}
.article-content ul {
    padding-left: 15px;
    list-style-type: none;
}
.article-content ul li {
    position: relative;
    font-size: 16px!important;
}
.article-content ul li::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    left: -15px;
    top: 10px;
    border-radius: 50%;
    border: 1px solid #aaa;
}
.news__inner__main__image {
    position: relative;
}
.news__inner__main__image__text {
    position: absolute;
    bottom: 25px;
    right: 15px;
    color: #fff;
    padding: 4px 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
.news__inner__main__image__author {
    text-align: right;
    font-family: 'firago';
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
}
/* Latest News Style */
.main__latest__news__list {
    margin-top: 50px;
    position: relative;
    width: 100%;
    border: 3px solid #676767;
    padding: 15px 13px 15px 16px;
}
.main__latest__news__list__title {
    position: absolute;
    top: -14px;
    font-size: 16px;
    left: 5px;
    padding: 4px 6px;
    background-color: #fff;
    color: #2c2c2c;
    font-family: 'firago', sans-serif;
    line-height: 1;
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
}
.main__latest__news__list__item {
    border-top: 1px dashed #CBCBCB;
    padding-top: 15px;
}
.main__latest__news__list__item.first__child {
    border-top: none;
    border-top 0;
}
.main__latest__news__list .main__latest__news__list__item:hover a,
.main__latest__news__list .main__latest__news__list__item:focus  a{
    color: #E82727;
}
/* Popular news list */
.main__popular__news__list {
    margin-top: 50px;
    position: relative;
    width: 100%;
    border: 3px solid #E82727;
    padding: 15px 13px 15px 16px;
}
.main__popular__news__list__title {
    position: absolute;
    top: -14px;
    font-size: 16px;
    left: 5px;
    padding: 4px 6px;
    background-color: #fff;
    color: #2c2c2c;
    font-family: 'firago', sans-serif;
    line-height: 1;
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
}
.main__popular__news__list__item {
    position: relative;
    border-top: 1px dashed #CBCBCB;
    padding-top: 15px;
    padding-left: 25px;
}
.main__popular__news__list__numbering {
    position: absolute;
    font-size: 24px;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    color: #E82727;
    top: 10px;
    left: 0;
}
.main__popular__news__list__item.first__child {
    border-top: none;
}
.main__popular__news__list .main__popular__news__list__item:hover a,
.main__popular__news__list .main__popular__news__list__item:focus  a{
    color: #E82727;
}

/* Popular News top slider */
.news__inner__slider {
    position: relative;
    width: 100%;
}
.news__inner__slider::before {
    position: absolute;
    content: '';
    top: -20px;
    right: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to left, transparent, transparent), radial-gradient(circle at 1px 1px, #C4C4C4 1px,transparent 1px, transparent 0) 0 0 / 7px 7px;
    opacity: 0.47;
    z-index: -1;
}
.news__inner__slider__box {
    margin-top: 24px;
    height: 72px;
    padding: 6px 0 6px 127px;
    background: #FFFFFF;
    box-shadow: 0 2px 6px #0000001A;
}
.news__inner__slider__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.news__inner__slider__item__image {
    width: 80px;
    height: 60px;
}
.news__inner__slider__item__image img {
    width: 80px!important;
    height: 60px;
    object-fit: cover;
}
.news__inner__slider__item__title {
    padding: 0 9px;
    color: #101010;
    line-height: 1.2;
    font-weight: bold;
    font-size: 14px;
}
.news__inner__slider__box .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 127px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news__inner__slider__box .owl-nav > .owl-prev,
.news__inner__slider__box .owl-nav > .owl-next {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    background-color: #fff!important;
    border-radius: 50%!important;
    border: 1px solid #DDDDDD!important;
}
.news__inner__slider__box .svg__slider_prev {
    width: 12.688px;
    height: 12.911px;
    background-image: url('../images/slider__arrow__dark.svg');
    background-size: cover;
}
.news__inner__slider__box .svg__slider_next {
    width: 12.688px;
    height: 12.911px;
    background-image: url('../images/slider__arrow__dark.svg');
    background-size: cover;
    transform: matrix(-1, 0, 0, -1, 0, 0);
}

@media (max-width: 767.98px) {
    .news__inner__slider__box {
        padding-left: 80px;
    }
    .news__inner__slider__box .owl-nav {
        width: 80px;
    }
    .news__inner__slider__box .owl-nav > .owl-prev,
    .news__inner__slider__box .owl-nav > .owl-next {
        height: 30px;
        width: 30px;
    }
    .news__inner__slider__item__title {
        font-size: 12px;
    }
    .news__inner__right__boxes {
        padding-left: 15px;
    }
    .main__latest__news__list {
        margin: 0;
    }
    .news__inner__desc__title {
        font-size: 16px;
    }
    .popular_today, .today_news {
        padding: 0;
    }
    .news__inner__socials {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        width: 100%;
    }
    .news__inner__socials .news-inner-info {
        width: 50%;
        padding: 0;
    }
    .news__inner__socials .news-inner-info .news_socials {
        margin-top: 0!important;
        margin-left: 0!important;
        display: block!important;
    }
    .news-inner-info .time_ago {
        margin: 8px;
    }
}
