.coverage_news_small ul li .small_news .small_news_title.box_grid_cover {
	display: grid;
	grid-template-columns: auto 300px;
	grid-column-gap: 20px;	
	border-bottom: 1px solid #F4989A;
	padding-bottom: 15px;

}
.center_page{
	width:100%;
}
.fix_frame{
	width:100%;
	float:left;
}
.col_left_index{
	width:685px;
	float:left;
	overflow:hidden;
	padding-top: 10px;
}
.col_right_index{
	width:300px;
	float:right;
	overflow:hidden;
}
.col_coverage{
	width:100%;
	overflow:hidden;
	float:left;
	position:relative;
	margin-bottom:15px;
}
.col_coverage ul{
	list-style:none;
	margin:0;
	padding:0;
}
.col_coverage ul li .coverage_img{
	width:100%;
	height:390px;
	overflow:hidden;
	margin-bottom:10px;
}
.col_coverage ul li .coverage_img img{
	min-height:100%;
	width:100%;
}
.col_coverage ul li .box_height_fix{
	width:100%;
}
.col_coverage ul li .box_height_fix h2{
	font-size: 22px;
    font-family: "RobotoSlab-Bold";
    margin: 0;
    padding: 0 0 10px 0;
    clear: both;
}
.col_coverage ul li .box_height_fix h2 a{
	
}
.col_coverage .bx-prev,.col_coverage .bx-next{
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	top:190px;
	z-index:100;
	text-indent:-9999px;
}
.col_coverage .bx-prev{
	background: url(../images/mastercms_prev.png) left top no-repeat;
	left:10px;
}
.col_coverage .bx-next{
	background: url(../images/mastercms_next.png) right top no-repeat;
	right:10px;
}
.coverage_news_small{
	float:left;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.coverage_news_small ul{
	list-style:none;
	margin:0;
	padding:0;
	width:104%;
}
.coverage_news_small ul li {
    width: 300px;
   /* float: left;*/
    margin-left: 15px;
}
.coverage_news_small ul li:first-child {
  
}
.coverage_news_small ul li .small_news{
	float:left;
	width:100%;
	overflow:hidden;
}
.coverage_news_small ul li .small_news .small_news_img{
	width:100%;
	overflow:hidden;
    margin-bottom:10px;
}
.coverage_news_small ul li .small_news .small_news_img img{
	width:100%;
	min-height:100%;
}
.coverage_news_small ul li .small_news .small_news_title{
	font-size: 14px;
    font-family: "RobotoSlab-Bold"!important;
    margin: 0;
    padding: 0;
    line-height: 18px;
	width: 88%;
}
.box_ptvn_ct1{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.box_ptvn_ct1 .ct1_content{
	width:100%;
	float:left;
}
.ct1_left {
	width:350px;
	float:left;
}
.ct1_right{
	width:300px;
	float:right;
	margin-top: 5px;
}
.box-article-right .article {
	position: relative;
	padding-left: 7px
}
.box-article-right .article::before {
	    content: '';
    width: 5px;
    height: 5px;
    background-color: #3f4b95;
    position: absolute;
    top: 8px;
    left: 0px;
}


.ct1_left_img{
	width:100%;
	overflow:hidden;
	height:210px;
	margin-bottom:10px;
}
.ct1_left_img img{
	width:100%;
	min-height:100%;
}
.ct1_left h2{
	font-size: 18px;
    font-family: 'RobotoSlab-Bold' !important;
    margin: 0;
    padding: 0 0 8px 0;
    line-height: 1.3;
}
.ct1_right ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ct1_right ul li {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dotted #ccc;
}
.ct1_right ul li:first-child{
	padding-top:0;
	margin-top:0;
	border-top:0;
}
.ct1_right ul li a{
	font-family: 'RobotoSlab-Regular';
}
ul.ct1_content-2{
	margin:0;
	padding:0;
	list-style:none;
}
ul.ct1_content-2 li{
	float:left;
	width:335px;
	overflow:hidden;
	margin-left:15px;
}
ul.ct1_content-2 li:first-child{
	margin-left:0;
}
ul.ct1_content-2 li .small_news {
	width:100%;
}
ul.ct1_content-2 li .small_news .small_news_img{
	width:100%;
	height:210px;
	overflow:hidden;
	margin-bottom:10px;
}
ul.ct1_content-2 li .small_news .small_news_img img{
	width:100%;
	min-height:100%;
}
ul.ct1_content-2 li .small_news .small_news_title{
	font-size: 18px;
    font-family: 'RobotoSlab-Bold' !important;
    margin: 0;
    padding: 0 0 8px 0;
    line-height: 1.3;
}
.item_ct2{
	width:100%;
	overflow:hidden;
	float:left;
	margin-bottom:15px;
}
.item_ct2_news{
	width:100%;
	padding-bottom: 15px;
}
.scroll-status {
	display: none;
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}
.loader-ellips {
	font-size: 20px;
	position: relative;
	width: 4em;
	height: 1em;
	margin: 30px auto 0;
	
}
.loader-ellips__dot {
	 display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.item_ct2 .ct2_news_img{
	width:220px;
	float:left;
	margin-right:15px;
	height:145px;
	overflow:hidden;
}
.item_ct2 .ct2_news_img img{
	width:100%;
}
.item_ct2 .item_ct2_news h2{
	font-size: 18px;
    font-family: 'RobotoSlab-Bold' !important;
    margin: 0;
    padding: 0 0 8px 0;
    line-height: 1.3;
}
#barMnu ul.mnuMainBdy li a, #barMnu ul.mnuMainBdy li a:hover, #barMnu ul.mnuMainBdy li a.selected{
	padding:0 11px !important;
}
.box_ptvn_view{
	width:100%;
	overflow:hidden;
	float:left;
	margin-bottom:15px;
}
.__MB_NEWS_TAB {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}
.__MB_NEWS_TAB li{
	float:left;
}
.__MB_NEWS_TAB li a {
    display: block;
    font-family: "RobotoCondensed-Bold";
    height: 32px;
    line-height: 32px;
    background-color: #f1f1f1;
    padding: 0 10px;
    margin-right: 1px;
    text-transform: uppercase;
}
.__MB_NEWS_TAB li a.active {
    color: #fff;
    background-color: #3f4b95;
}
.__MB_CONTAINER_READ ul{
	list-style:none;
	margin:0;
	padding:0;
}
.__MB_CONTAINER_READ ul li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #ccc;
}
.__MB_CONTAINER_READ ul li:first-child{
	margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.__MB_CONTAINER_READ ul li i {
    background-color: #9ba2ce;
    color: #fff;
    font-style: normal;
    padding: 0 5px;
    border-radius: 3px;
}
.__MB_CONTAINER_READ ul li i span{
	
}
.__MB_CONTAINER_READ ul li a{
	font-family: 'RobotoSlab-Regular';
}
.box_sports{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:15px;
}
.box_sports .title_colright {
    height: 32px;
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    background-color: #098b43;
}
.box_sports .title_colright h3 {
    font-family: "RobotoCondensed-Bold";
    font-size: 15px;
    text-transform: uppercase;
   
    padding-left: 10px;
    height: 100%;
    line-height: 32px;
}
.box_sports .title_colright h3 a {
    color: #fff;
}
.ul_sports ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ul_sports ul li{
	width:100%;
	float:left;
	margin-top:10px;
}
.ul_sports ul li:first-child{
	margin-top:0;
}
.ul_sports ul li .sport_img {
    width: 298px;
    /*float: left;
	height: 65px;*/	
    margin-right: 10px;
    
    overflow: hidden;
}
.ul_sports ul li .sport_img img{
	width:100%;
	min-height:100%;
}
.ul_sports ul li .sport_title {
	font-family: 'RobotoSlab-Regular';
	font-weight: 700;
	font-size: 1.2em;
}
h3.tite{
	margin-bottom:5px;
}
.colLeftDtails{
	width:100% !important;
}