
/*-----------------Paging-------------*/
span.not-data {
    display: block;
    color: #f00;
    font-size: 24px;
    padding: 24px;
    text-align: center;
    padding: 20px;
}
.link_page ul li
{ 
	display:inline-block
}
.link_page ul li a { color:#747373; font-size:13px}
.breadcrumb>li+li:before { color: #747373 !important; padding: 0 8px !important;}
@media(max-width:768px){.paging-bound{



	width:100% !important;



	text-align:center;



	margin-bottom:10px}}



.paging-bound {
    position: relative;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.paging-bound .page-item, .paging-bound .page-preview, .paging-bound .page-next {
    display: inline;
    color: #000;
    padding: 0px;
    line-height: 90px;
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #bbb1b1;
    margin-left: 5px;
    font-size: 18px;
}
.paging-bound .page-item.active {
    color: #fff !important;
    background-color: #891113;
}
.page-preview.disable, .page-next.disable {
    display: none;
}
/*Newsdetail*/
.news_detail .description iframe { width: 100%;
    height: 450px;}
.news_detail .article-title.title-head
{
	    padding: 0;
   margin: 0px 0 5px 0;
    font-size: 22px;
    font-family: 'roboto_c';
}
.news_detail .btn_view, .list-blogs .btn_view{     width: 40%;
    background: #E0E0DF;
    padding: 10px;
    margin: 15px auto;}
.news_detail .article-details { float: left;
    width: 82%;}
.list-blogs .btn_view { background:none; width:65%;}
@media(max-width:992px){.news_detail .article-details{ width:100%}}
@media(max-width:768px){.news_detail .btn_view, .list-blogs .btn_view, .news_detail .article-details{ width:100%} .news_detail .article-details, .news_detail .share{ float:inherit}}
.news_detail .post-time {
    padding: 5px 0;
    margin-bottom: 7px;
}
.post-time > span {
    color: #777777;
    font-size: 12px;
    margin-right: 30px;
}
.post-time > span i {
    color: #E6A52B;
}
.news_detail .brief, .news_detail .brief h1, .news_detail .brief h2, .news_detail .brief h3, .news_detail .brief p{
	margin:0;
	padding:0;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
    padding-top: 5px;
	font-family: 'roboto_c';
}
.news-detail .description, .news-detail .description p {
    line-height: 22px;
}
.newslist-content .description img {
    max-width: 100%;
    height: auto;
    margin: 5px 0;
}
.fs-11 {
    font-size: 11px!important;
}
.body-color-opacity50 {
    color: rgba(33,38,38,.5);
}
.social1 a.social1__item {
    color: rgba(33,38,38,.5)!important;
}
.social1__item:not(:last-child) {
    margin-right: 45px;
}
.social1__item {
    display: inline-block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.28571rem;
    font-weight: 700;
}
a .social1__icon {
    font-size: 30px;
}
/* news right*/
#newsright .block-category-other {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#newsright .list_category .block-category-other .small .thumb-wrap {
	width: 110px;
	position: relative;
	overflow: hidden;
	height: 75px;
	margin-right: 10px;
	float: left;
}
#newsright .thumb-wrap.not-media a img, .newscategory .post_media a img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
#newsright .thumb-wrap a.lazy-loaded, .newscategory .post_media a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: inherit !important;
}
.block-category-other .small .thumb-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.thumb-wrap.not-media a:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0 );
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.desc-wrap h3 {
    margin: 0;
}
.block-category-other .var-font-title {
    font-size: 15px;
    color: #000;
    line-height: 20px;
}
.category-preview-label 
{background: #891113;
}
.category-preview-label h2
{
	margin:0;
	padding:0;
	    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
	margin-bottom:15px;
}
/* newslist*/
.list-blogs .blog_item_smain {
    margin-bottom: 5px;
    overflow: hidden;
}
.list-blogs .blog-item {
    margin-bottom: 5px;
	    position: relative;
    z-index: 9;
}
.img1 {
    position: relative;
    overflow: hidden;
}
.img1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.img1 img {
    width: 100%;
    height: auto;
}
.img1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.img1:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.3);
}
.img1:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3);
}
.blog-item-name {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0px 0px;
}
.blog-item-name a {
	font-family: 'roboto_bc';
    font-size: 16px;
    color: #000;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    line-height: 20px;
}
.blog_item_smain .info_blog { margin-top:10px}
.blog-item-name a:hover
{
	color:#891113
}
.list-blogs .block-category-other
{
	padding:15px;
    overflow: hidden;
    position: relative;
    background: #E6E7E8;
	    width: auto;
    z-index: 1;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.list-blogs .block-category-other:before, .list-blogs .block-category-other:after
{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}
.list-blogs .block-category-other:before
{
	border-top: 1px solid #E19207;
    border-bottom: 1px solid #E19207;
    transform: scale(0,1);
}
.list-blogs .block-category-other:after
{
	    border-left: 1px solid #E19207;
    border-right: 1px solid #E19207;
    transform: scale(1,0);
}
.block-category-other:hover::before, .block-category-other:hover::after {
    transform: scale(1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.list-blogs .entry-header {
    z-index: 9;
    position: relative;
}
.list-blogs .entry-header .entry-title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.entry-header .entry-title a {
    display: block;
    clear: both;
    color: #363636;
    font-family: 'roboto_bc';
    font-size: 16px;
	-webkit-transition: .2s ease;
    transition: .2s ease;
	margin-bottom: 10px;
}
.entry-header .entry-title a:hover {
    color: #E19207;
}
