.block.news-article {
    padding: 0
}

article.cont {
    padding: 0
}

    article.cont .cat-name {
        background: #e10a1a;
        color: #fff;
        padding: 5px 20px;
        border-radius: 40px;
        float: right;
        font-size: 20px;
        display: block;
        margin-bottom: 20px;
        clear: both
    }

    article.cont .pre-title {
        float: right;
        width: 100%;
        padding: 0 15px;
        font-size: 16px
    }

    article.cont .pre-title {
        color: #f15d23
    }
        @media(min-width: 1200px) {
            article.cont .pre-title {
                font-size: 18px;
                font-weight: bold;
            }
        }

        article .cont h1 {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 32px;
    color: #1a5c8c;
}

article.cont{
    padding-top:0px !important;
}

@media(min-width: 1200px) {
    article .cont h1 {
        font-size: 30px;
        line-height: 46px;
    }
}

article.cont .author {
    float: right;
    position: relative;
    font-weight: bold;
    color: #2984cb
}

article.cont .article-author {
    float: right;
    width: 100%;
    padding: 5px 20px;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

    article.cont .article-author .img-cont {
        width: 64px;
        border-radius: 50%
    }

        article.cont .article-author .img-cont:after {
            padding-top: 100%
        }

    article.cont .article-author .name {
        width: calc(100% - 100px);
        float: right;
        font-weight: bold;
        line-height: 100px;
        padding-right: 30px
    }

article.cont .publish {
    float: right;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 15px;
    margin-bottom: 10px;
    padding: 8px 0px;
}

    article.cont .publish .item {
        line-height: 16px;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 20px;
        color: #666;
        float: left;
        margin-top: 4px;
    }

        article.cont .publish .item strong {
            color: #e10a1a
        }

article.cont figure.main-img {
    float: right;
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
    padding-bottom: 10px
}


    article.cont figure.main-img img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .34s ease-in-out
    }

    article.cont figure.main-img figcaption {
        /* bottom: 0; */
        width: 100%;
        font-size: 14px;
        z-index: 33;
        text-align: center;
        background: rgba(100,100,100,.1);
        padding: 6px;
        font-size: 16px;
        margin-top: 6px;
    }

article.cont figure.img-inline {
    width: 90%;
    margin: 10px 5%;
    text-align: center;
    position: relative;
    padding-bottom: 30px
}

    article.cont figure.img-inline img {
        display: inline-block;
        height: 100%;
        width: auto;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        transition: all .34s ease-in-out
    }

    article.cont figure.img-inline figcaption {
        width: 100%;
        font-size: 14px;
        z-index: 33;
        text-align: center;
        background: rgba(255,255,255,.6)
    }

.paragraph-list {
    float: right;
    width: 100%;
    line-height: 1.8
}

@media(min-width: 768px) {
    .paragraph-list {
        font-size: 18px;
        line-height: 1.9
    }
}

@media(min-width: 1400px) {
    .paragraph-list {
        font-size: 20px;
        line-height: 1.8
    }
}

.paragraph-list p {
    padding: 0 15px;
    text-align: justify;
    font-size: 17px;
    font-weight: 300;
}

@media(min-width: 768px) {
    .paragraph-list p {
        font-size: 18px;
        line-height: 1.9
    }
}

@media(min-width: 1400px) {
    .paragraph-list p {
        font-size: 20px;
        line-height: 1.8
    }
}

.paragraph-list .embed-wrap {
    width: 90%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 !important;
    background: #000;
    position: relative;
    float: right;
    margin-right: 5%;
    margin-bottom: 20px
}

    .paragraph-list .embed-wrap.twitter {
        background: #fff
    }

        .paragraph-list .embed-wrap.twitter .twitter-tweet {
            display: inline-block !important
        }

            .paragraph-list .embed-wrap.twitter .twitter-tweet iframe {
                width: 100% !important;
                max-width: 550px !important
            }

    .paragraph-list .embed-wrap.pdf {
        height: 80vh
    }

        .paragraph-list .embed-wrap.pdf iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0
        }

    .paragraph-list .embed-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .paragraph-list .embed-wrap .play-button {
        position: absolute;
        top: 42%;
        left: 46%;
        z-index: 3333;
        background: rgba(255,255,255,.7);
        width: 70px;
        height: 58px;
        fill: #d00000;
        border-radius: 18px;
        z-index: 22;
        cursor: pointer
    }

        .paragraph-list .embed-wrap .play-button .icon {
            width: 100%;
            height: auto
        }

.paragraph-list .embed-container {
    position: relative;
    padding: 0 !important;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    display: inline-block
}

    .paragraph-list .embed-container::after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.75%
    }

    .paragraph-list .embed-container iframe, .paragraph-list .embed-container object, .paragraph-list .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.paragraph-list iframe {
    max-width: 100%;
    -webkit-align-self: center;
    align-self: center
}

.paragraph-list a {
    color: #e10a1a
}

    .paragraph-list a:hover {
        text-decoration: underline
    }

.share-bottom {
    float: right;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.keywords {
    float: right;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding: 18px 15px 0px 15px;
}

    .keywords .name {
        float: right;
        width: 100%;
        text-align: right;
        margin-right: 15px
    }

    .keywords ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .keywords ul li {
            list-style: none;
            display: inline
        }

    .keywords a {
        display: inline-block;
        background: transparent;
        border: 1px solid #000;
        margin: 5px;
        padding: 8px 15px 10px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: bold;
    }

        .keywords a:hover {
            background: #f4f4f4;
            border: 1px solid #e10a1a
        }

.related a {
    font-size: 17px;
    font-weight: bold;
    color: #1a5c8c;
}


.related-inline {
    float: right;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-bottom: 20px
}

    .related-inline .item-li {
        padding: 5px;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
    }

        .related-inline .item-li .img-cont:after {
            padding-top: 56.25%
        }

        .related-inline .item-li .txt-cont h3 {
            height: 70px
        }

@media(min-width: 768px) {
    .related-inline .item-li {
        margin-bottom: 0
    }
}

.photo {
    float: right;
    width: 100%;
    margin-bottom: 20px
}

    .photo #primary-slider .item-card {
        margin-bottom: 0
    }

        .photo #primary-slider .item-card .img-cont img {
            text-align: center;
            position: relative;
            top: auto;
            left: auto;
            display: inline-block;
            width: auto;
            max-width: 100%;
            max-height: 500px;
            right: auto;
            bottom: auto
        }

@media(min-width: 768px) {
    .photo #primary-slider .item-card {
        position: relative
    }

        .photo #primary-slider .item-card .txt-cont h3 {
            font-size: 14px;
            line-height: 24px;
            height: auto;
            max-height: 24px
        }
}

.photo #secondary-slider {
    padding: 20px 0;
    background: #e10a1a
}

    .photo #secondary-slider .splide__slide.is-active {
        border: 0 !important
    }

    .photo #secondary-slider .item-card {
        margin: 0
    }

        .photo #secondary-slider .item-card .img-cont:after {
            padding-top: 100px
        }

.voteform {
    float: right;
    width: 100%;
    text-align: right
}

    .voteform .formq {
        float: right;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        text-align: right;
        margin-bottom: 15px;
        border-bottom: 1px solid #dcdcdc;
        padding: 15px;
        line-height: 26px
    }

    .voteform .opt {
        float: right;
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold
    }

        .voteform .opt p {
            margin: 0;
            text-align: right;
            direction: rtl;
            font-size: 16px;
            padding-bottom: 6px;
            padding-right: 10px;
            text-shadow: 0 1px 0 rgba(0,0,0,.15)
        }

        .voteform .opt .progress {
            height: 8px;
            margin-bottom: 6px;
            overflow: hidden;
            background-color: #f5f5f5;
            border-radius: 0;
            box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
        }

            .voteform .opt .progress .progress-bar {
                float: right;
                width: 0%;
                height: 100%;
                font-size: 14px;
                line-height: 22px;
                color: #fff;
                text-align: center;
                background-color: #e10a1a;
                box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
                transition: width .6s ease
            }

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        padding-right: 20px;
        padding-left: initial
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        margin-right: -20px;
        margin-left: auto
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.topread-col {
    background: #f4f4f4
}

@media(min-width: 1200px) {
    .topread-col .row.col-2 {
        grid-template-columns: 100% !important
    }
}

.topread-col .item-li .img-cont {
    float: left
}

.post-share {
    border-radius: 20px
}

.news-post .social {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.post-share a, .post-share .mobile-native {
    width: 40px !important;
    height: 40px !important;
    line-height: 28px !important
}

.post-share .sharetitle, .post-share .mobile-native {
    display: inline-block;
    border: 1px solid #a52239;
    border-radius: 30px;
    line-height: 28px;
    height: 32px;
    width: auto !important;
    font-weight: bold;
    color: #a52239;
    fill: #a52239;
    margin: 5px;
    padding: 0 5px
}

.post-share a .icon {
    width: 28px !important;
    height: 28px !important;
    fill: #444;
}

.post-share a:hover{
    background:none !important;
}

.post-share a:hover .icon{
    fill:#000;
}

.post-share .sharetitle {
    display: none
}

@media(min-width: 768px) {
    .post-share .sharetitle {
        display: inline-block
    }
}

.news-post .post-tags {
    border-top: 2px solid #dcdcdc;
    border-radius: 4px;
    padding: 5px
}

    .news-post .post-tags .name {
        float: right;
        width: 100%;
        line-height: 18px;
        font-weight: bold
    }

    .news-post .post-tags a {
        font-size: 14px;
        border-radius: 30px;
        padding: 2px 5px;
        background: #fff
    }

.news-post .post-share {
    width: auto;
    background: #fff
}

.share-inline {
    float: right;
    width: 100%;
    text-align: center
}

    .share-inline .post-share {
        float: none;
        display: inline-block
    }

.ratio {
    position: relative;
    overflow: hidden
}

    .ratio:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%
    }

    .ratio img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0;
    margin-bottom: 10px
}

.rtl .breadcrumb-item + .breadcrumb-item, [dir=rtl] .breadcrumb-item + .breadcrumb-item {
    padding-right: .5rem;
    padding-left: 0;
    color: #6c757d;
    content: "/"
}

    .rtl .breadcrumb-item + .breadcrumb-item::before, [dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0;
        padding-left: .5rem
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

/*# sourceMappingURL=article.css.map */
.publish svg.icon {
    margin-left: 5px;
}