.news {
    padding-top: 0px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.content-news-banner {
    padding-top: 120px;
    padding-bottom: 0px;
    background-image: url("../img/index/500502371_banner.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
    /*height: 465px;*/
}

.content-news-banner .icons-media-container {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding-top: 135px;*/
}

.content-news-banner .icons-media-container .mbr-iconfont {
    font-size: 96px;
    color: #ffffff;
}

.content-news-banner .icons-media-container .icon-block {
    padding-bottom: 1rem;
}

.content-news-banner .mbr-text {
    color: #ffffff;
}

.content-news-banner .card {
    padding: 16px;
    margin: 0px;
}
.content-news-banner .card {
    padding-bottom:0;
}
.content-news-banner .card.active a{
    background: #ff6201;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.content-news-banner .card.active .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff6201;
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left: -10px;
}
.content-news-banner .card a:hover{
    background: #ff6201;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.content-news-banner .card a {
    font-size: 24px;
    color: #fff;
    display: block;
    padding: 16px;
}

.content-news-banner .card a:hover {
    text-decoration: none;

}

@media (min-width: 991px) and (max-width: 1200px) {
    .content-news-banner .card {
        padding: 0px;
         margin: 0;
    }
    .content-news-banner .card.active .arrow {
        top: 56px;
    }
}
@media (max-width: 991px) {
    .mbr-bold{
        font-weight: 400;
    }
    .content-news-banner .card {
        padding: 0;
        margin: 0;
    }
    .content-news-banner .card a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .content-news {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .content-news .pb-5{
        padding: 0;
        margin: 0;
        padding-bottom: 0px!important;
        font-size: 14px!important;
    }
    .content-news-banner .card.active .arrow {
        top: 45px;
    }
    .content-news-banner .card.active .arrow {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ff6201;
    }
}

.news .mbr-section-subtitle {
    color: #767676;
    font-weight: 400;
}

.news .mbr-content-text {
    color: #767676;
    margin-bottom: 0;
    margin-top: 12px;
}

.news .card {
    word-wrap: break-word;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.news .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.news .img-text {
    width: 64px;
    height: 64px;
    font-size: 32px;
    border: 2px solid #efefef;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .news .img-text {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .news .cards-block {
        border-top: 1px solid #efefef;
    }
}

.news .cards-block .card {
    border-bottom: 1px solid #efefef;
    border-radius: 0;
}

.news .cards-container {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    word-break: break-word;
}

@media (max-width: 767px) {
    .news .panel-item {
        flex-direction: column;
        align-items: center;
    }

    .news .panel-item .card-img {
        padding: 0;
        padding-bottom: 1rem;
    }
}

.content-news-banner .icons-media-container {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding-top: 135px;*/
}

.content-news-banner .icons-media-container .mbr-iconfont {
    font-size: 96px;
    color: #ffffff;
}

.content-news-banner .icons-media-container .icon-block {
    padding-bottom: 1rem;
}

.content-news-banner .mbr-text {
    color: #ffffff;
}



.news .justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.news .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.news-detail {
    margin-top: 74px;
    background: #F0F0F0;
    padding: 15px 0;
}

.news-detail .container {
    width: 90%;
}
.news-detail h1{
    font-size: 24px;
}
.news-detail .left-content img{
    max-width: 100%;
}
.news-detail .left-content,
.news-detail .right-content {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.news-detail .left-content {
    padding: 30px;
}

.news-detail .right-content {
    padding: 0px;
}
.news-detail .right-content ul{
    padding-left: 20px;
}
.news-detail .right-content ul li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.news-detail .right-content .panel {
    margin-bottom: 0px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: none;
}

.news-detail .right-content .panel .panel-body {
    padding: 15px;
    height: 175px;
}

.news-detail .right-content .panel .panel-heading {
    padding: 15px;
}

.news-detail .right-content .panel .panel-heading .panel-title a {
    float: right;
    font-size: 13px;
    color: #999;
}

.news-detail .right-content .panel-default > .panel-heading {
    background-color: #fff;
}

.news-detail .bl-artical-label {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-detail .previous{
    margin-top: 50px;padding: 5px 0
}
.news-detail .next{
    margin-bottom: 20px;padding: 5px 0
}
.news-detail .bl-artical{
    text-align: justify;
}
@media (max-width: 991px) {
    .news-detail {
        margin-top: 51px;
        padding: 0;
    }
    .news-detail .container{
        width: 100%;
    }
    .news-detail h1{
        font-size: 18px;
    }
    .news-detail .bl-container .row>div{
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-detail .left-content{
        margin-bottom: 20px;
        padding: 30px;
    }
    .news-detail .previous{
        margin-top: 20px;padding: 5px 0
    }
    .news-detail .next{
        margin-bottom: 10px;padding: 5px 0
    }
}