.bc_content {
	font-family: 'Noto Sans' !important;
	padding-bottom: 25px;
	overflow-x: hidden;
}
.bc_content .nopading {
	padding: 0;
}
.bc_content.bc_singlepage,
.bc_content.bc_singlepage h1,
.bc_content.bc_singlepage h2,
.bc_content.bc_singlepage h3,
.bc_content.bc_singlepage h5,
.bc_content.bc_singlepage h6,
.bc_content.bc_singlepage p,
.bc_content.bc_singlepage a
{
	color: #202020;
}

.bc_content.bc_singlepage .content-inner > ul {
	list-style: none;
	margin: 25px 0;
	padding: 0 0 0 25px;
}
.bc_content.bc_singlepage .content-inner > ul li {
	padding-left: 50px;
	margin-bottom: 30px;
}
.bc_content.bc_singlepage .content-inner > ul li:before {
	display: inline-block;
	content: "";
	background: #FFA51E;
	height: 4px;
	width: 20px;
	margin-left: -50px;
	margin-right: 25px;
}

.bc_content.bc_singlepage .content-inner > table {
	margin: 15px 0;
}
.bc_content.bc_singlepage .content-inner > table tr {
	
}
.bc_content.bc_singlepage .content-inner > table tr td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px;
}


.bc_content .bc_col_left {
	position: relative;
}
.bc_content .bc_col_right {
	
}

.bc_content.bc_singlepage .bc_top_breadcrumb {
	margin-top: 5px;
}
.bc_content.bc_singlepage .bc_top_breadcrumb .bc_breadcrumb_container.bc_breadcrumbs {
	display: none;
}
.bc_breadcrumb_container.bc_breadcrumbs span,
.bc_breadcrumb_container.bc_breadcrumbs i {
	display: none;
}
.bc_breadcrumb_container.bc_breadcrumbs span.breadcrumb_last_link {
	display: inline-block;
	
}
.bc_breadcrumb_container.bc_breadcrumbs #breadcrumbs{
	display: inline-block;
}
.bc_breadcrumb_container.bc_breadcrumbs #breadcrumbs .breadcrumb_last_link a,
.bc_breadcrumb_container.bc_breadcrumbs {
	font-size: 18px;
	line-height: 28px;
	color: #202020;
	margin-top: 25px;
}



.bc_content .bc_block{
	margin-bottom: 40px;
}


.bc_content.bc_singlepage .bc_block.bc_block-ads.bc_block-ads_280x350{
	z-index: 5;
}


.bc_content .bc_block.bc_block-most_read{

}
.bc_content .bc_block.bc_block-most_read h4 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 10px;
}
.bc_content .bc_block.bc_block-most_read .bc_block_item{
	display: flex;
	border-bottom: 1px dotted;
	padding: 10px 0;
}
.bc_content .bc_block.bc_block-most_read .bc_block_item:first-of-type{
	border-top: 1px dotted;
}
.bc_content .bc_block.bc_block-most_read .bc_block_item .bc_block_item--column:first-of-type{
	display: flex;
	padding-right: 10px;
}
.bc_content .bc_block.bc_block-most_read .bc_block_item img{
	max-width: 45px;
	width: 45px;
}
.bc_content .bc_block.bc_block-most_read .bc_block_item .bc_block_item--title{
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	font-weight: 700;
	margin-top: -3px;
}
.bc_content .bc_block.bc_block-most_read .bc_block_item .bc_block_item--bottom_row{
	display: flex;
	margin-top: 5px;
}
.bc_content .bc_block.bc_block-most_read .bc_block_item .bc_block_item--bottom_row span{
	font-size: 11px;
	line-height: 14px;
	color: #AEAEAE;
	margin-right: 10px;
}
.bc_content .bc_block.bc_block-most_read .bc_block_item .bc_block_item--bottom_row span:last-of-type {
	margin-right: 0;
}




.bc_content .bc_block.bc_block-subscribe{
	padding: 15px;
	border: 1px solid #85C808;
	box-sizing: border-box;
}
.bc_content .bc_block.bc_block-subscribe .bc_block__content{
	font-size: 16px;
	line-height: 26px;
	padding-left: 90px;
	padding-bottom: 25px;
	background-image: url(assets/images/handphone.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-top: 10px;
}
.bc_content .bc_block.bc_block-subscribe .bc_block__content span{
	color: #85C808;
}
.bc_content .bc_block.bc_block-subscribe .bc_block__button{
	width: 100%;
	display: inline-block;
	padding: 15px 0;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #85C808;
}


.bc_content .bc_block.bc_block-subscribe-newsletter{
	padding: 15px;
	padding-top: 20px;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	position: relative;
}
.bc_content .bc_block.bc_block-subscribe-newsletter h4{
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	display: inline-block;
	background: #ffffff;
	color: #000000;
	position: absolute;
	margin: 0;
	top: -10px;
	padding: 0 5px;
	left: 10px;
}
.bc_content .bc_block.bc_block-subscribe-newsletter .bc_block__content {
	padding-bottom: 15px;
	line-height: 18px;
}
.bc_content .bc_block.bc_block-subscribe-newsletter .bc_block__field {
	margin-bottom: 10px;
}
.bc_content .bc_block.bc_block-subscribe-newsletter .bc_block__button{
	width: 100%;
	display: inline-block;
	padding: 15px 0;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #202020;
}





.bc_content .bc_block.bc_block-ads iframe{
	max-width: 100%;
}
.bc_content .bc_block.bc_block-ads.bc_block-ads_300x1180{
	margin-left: -15px;
	margin-right: -15px;
}



.bc_content .bc_block.bc_block-share {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bc_content .bc_block.bc_block-share .share-link {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: rgba(51, 51, 51, 0.3);
	font-size: 20px;
	margin-bottom: 15px;
}
.bc_content .bc_block.bc_block-share .share-link.only-text {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 20px;
	width: auto;
	height: 42px;
}
.bc_content .bc_block.bc_block-share {
	display: none;
}
.bc_content .bc_col_left1 .bc_block.bc_block-share {
	display: flex;
}



.bc_content .bc_block.bc_block-coin-in-article {
	background: #fff;
	z-index: 5;
	width: 100%;
}
.bc_content .bc_block.bc_block-coin-in-article h4 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.bc_content .bc_block.bc_block-coin-in-article .bc_block_item {
	margin-top: 20px;
	padding-left: 15px;
	border-left: 2px solid #EAEAEA;
}
.bc_content .bc_block.bc_block-coin-in-article .bc_block_item .bc_block_item-row.df {
	justify-content: space-between;
	display: flex;
}
.bc_content .bc_block.bc_block-coin-in-article .bc_block_item .bc_block_item-row-price-persent.p_up {
	color: #34C700;
}
.bc_content .bc_block.bc_block-coin-in-article .bc_block_item .bc_block_item-row-price-persent.p_down {
	color: #FF0000;
}
.bc_content .bc_block.bc_block-coin-in-article .bc_block_item .bc_block_item-row img {
	width: 100%;
}


.bc_content .bc_block_inner.bc_block_inner-read_more {
	margin: 10px 0;
}
.bc_content .bc_block_inner.bc_block_inner-read_more h4{
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
.bc_content .bc_block_inner.bc_block_inner-read_more .bc_block_items{
	padding: 25px 0;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
}
.bc_content .bc_block_inner.bc_block_inner-read_more .bc_block_item{
	display: flex;
	margin-bottom: 15px;
}
.bc_content .bc_block_inner.bc_block_inner-read_more .bc_block_item:last-of-type {
	margin-bottom: 0;
}
.bc_content .bc_block_inner.bc_block_inner-read_more .bc_block_item--column{}
.bc_content .bc_block_inner.bc_block_inner-read_more .bc_block_item--column:first-of-type{
	width: 60px;
	min-width: 60px;
	align-self: center;
	overflow: hidden;
	white-space: nowrap;
}
.bc_content .bc_block_inner.bc_block_inner-read_more img{
	width: 45px;
	margin-right: 15px;
}
.bc_content .bc_block_inner.bc_block_inner-read_more .bc_block_item--title{
	border-bottom: 1px dotted;
}




.bc_content.bc_singlepage .bc_header_wrapper {
	margin-bottom: 20px;
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_title{
	font-size: 43px;
	line-height: 120%;
	padding: 0;
	margin: 10px 0 25px 0;
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta {
	display: flex;
	margin-bottom: 10px;
	line-height: 29px;
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .post_meta_delim{
	padding: 0 23px;
	font-size: 12px;
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .post_meta_delim:last-of-type{
	display: none;
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .jeg_meta_author{
	
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .jeg_meta_author .meta_text{
	display: none;
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .jeg_meta_author img {
	margin: 0;
	width: 29px;
	padding: 2px;
	border: 1px solid rgba(51, 51, 51, 0.15);
	margin-right: 10px;
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .jeg_meta_author a{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px dotted;
	padding-bottom: 5px;
}
.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .jeg_meta_date{
	
}




.bc_content.bc_singlepage .bc_top_subtitle_list{
	margin-bottom: 30px;
}
.bc_content.bc_singlepage .bc_top_subtitle_list ul li:first-of-type{
	border-top: 1px dashed;
}
.bc_content.bc_singlepage .bc_top_subtitle_list ul li{
	border-bottom: 1px dashed;
	padding: 10px 0 10px 40px;
	font-size: 14px;
	line-height: 120%;
	position: relative;
}
.bc_content.bc_singlepage .bc_top_subtitle_list ul li:before {
	content: ".";
	font-size: 60px;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	left: 12px;
	top: calc(50% - 30px);
}



.bc_content.bc_singlepage .bc_post_images {
	margin: 0 0 30px 0;
}
.bc_content.bc_singlepage .bc_post_images .img_author{
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: rgba(32, 32, 32, 0.5);
	margin-top: 5px;
	display: inline-block;
}
.bc_content.bc_singlepage .bc_post_images .jeg_featured.featured_image {
	margin: 0;
}


.bc_content.bc_singlepage .content-inner a {
	text-decoration: underline !important;
	text-underline-position: under;
	color: #FFA51E;
	background: none;
}
.bc_content.bc_singlepage .content-inner h2 {
	font-weight: bold;
	font-size: 25px;
}
.bc_content.bc_singlepage .content-inner .intro-text p {
	color: #333333;
	font-weight: 700;
}



.bc_content.bc_singlepage .article-disclosure {
	border: none;
	margin: 40px 0;
	padding: 0;
}
.bc_content.bc_singlepage .article-disclosure .heading {
	cursor: pointer;
	display: inherit;
	font-size: 18px;
	line-height: 25px;
	color: rgba(51, 51, 51, 0.3);
	font-weight: normal;
	text-transform: none;
	margin-bottom: 10px;
}
.bc_content.bc_singlepage .article-disclosure .heading span{
	cursor: pointer;
	display: inline;
	font-size: 18px;
	line-height: 25px;
	color: rgba(51, 51, 51, 0.3);
	font-style: normal;
	border-bottom: 1px dotted;
}
.bc_content.bc_singlepage .article-disclosure .heading span.js-rl {
	display: none;
}
.bc_content.bc_singlepage .article-disclosure .ds-conteiner{}

.bc_content.bc_singlepage .bc_up_block{
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding: 30px 0;
	margin-bottom: 40px;
	margin-right: -15px;
	margin-left: -15px;
	align-items: center;
	display: flex;
}
.bc_content.bc_singlepage .bc_up_block .bc_up_block-left{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	line-height: 120%;
}
.bc_content.bc_singlepage .bc_up_block .bc_up_block-right{
	padding-left: 35px;
}
.bc_content.bc_singlepage .bc_up_block .bc_up_block--title{
	font-size: 22px;
	line-height: 120%;
	font-weight: 700;
}
.bc_content.bc_singlepage .bc_up_block .bc_up_block--bottom_row{}
.bc_content.bc_singlepage .bc_up_block .bc_up_block--bottom_row span,
.bc_content.bc_singlepage .bc_up_block .bc_up_block--bottom_row span a {
	font-size: 12px;
	line-height: 17px;
	color: #AEAEAE;
	margin-right: 20px;
}
.bc_content.bc_singlepage .bc_up_block .bc_up_block--bottom_row span:last-of-type {
	margin-right: 0;
}






.bc_content.bc_singlepage .bc_table_of_content {
	margin-bottom: 35px;
}
.bc_content.bc_singlepage .bc_table_of_content .bc_table_of_content--header{
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	border-bottom: 1px dashed;
	padding-bottom: 10px;
	cursor: pointer;
}
.bc_content.bc_singlepage .bc_table_of_content .bc_table_of_content--header:after {
	content: '';
	display: block;
	clear: both;
}
.bc_content.bc_singlepage .bc_table_of_content .bc_table_of_content--header div:first-of-type{
	float: left;
	padding-left: 30px;
	background: url('assets/images/list.svg') no-repeat left center;
}
.bc_content.bc_singlepage .bc_table_of_content .bc_table_of_content--header div:last-of-type{
	float: right;
	padding-right: 25px;
	background: url('assets/images/arr_bott.svg') no-repeat right center;
	min-height: 18px;
}
.bc_content.bc_singlepage .bc_table_of_content ul {
	margin-left: 0;
	padding: 25px 0 10px 22px;
	border-bottom: 1px dashed #202020;
	display: none;
	width: 100%;
}
.bc_content.bc_singlepage .bc_table_of_content ul li{
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 120%;
}

.bc_content.bc_singlepage .bc_table_of_content .bc_table_of_content--header .cls-text{
	display: none;
}
.bc_content.bc_singlepage .bc_table_of_content .bc_table_of_content--header .open-text{
	display: inline-block;
}
.bc_content.bc_singlepage .bc_table_of_content.opened .bc_table_of_content--header .cls-text{
	display: inline-block;
}
.bc_content.bc_singlepage .bc_table_of_content.opened .bc_table_of_content--header .open-text{
	display: none;
}
.bc_content.bc_singlepage .bc_table_of_content.opened .bc_table_of_content--header div:last-of-type{
	background: url('assets/images/arr_top.svg') no-repeat right center;
}




.bc_content.bc_singlepage .bc_regulations_news {
	margin-right: -15px;
	margin-left: -15px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--header{
	padding-top: 50px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--header .bc_regulations_news--header-text{
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 120%;
	background: #fff;
	float: left;
	margin-top: -32px;
	padding-right: 20px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--header .hline{
	border-bottom: 1px dotted;
	height: 0.1em;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--content{
	margin-top: 15px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item{
	margin-top: 25px;
	max-height: 247px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item img{
	margin-bottom: 15px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item a{
	margin-bottom: 5px;
	display: inline-block;
	max-height: 210px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item a span{
	display: inline-block;
	width: 100%;
	height: 140px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item h3{
	font-size: 18px !important;
	line-height: 120%;
	margin: 0;
	display: inline-block;
	height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item .bc_regulations_news--item-brow{
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px dotted;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item .bc_regulations_news--item-brow span{
	font-size: 12px;
	line-height: 140%;
	color: #AEAEAE;
	margin-right: 20px;
}
.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item .bc_regulations_news--item-brow span:last-of-type{
	margin-right: 0;
}




.bc_content.bc_singlepage .bc_top_news_block{
	width: 100%;
	height: 50px;
	background: black;
	margin-top: -1px;
	position: relative;
	z-index: 8;
	display: none;
}
.bc_content.bc_singlepage .bc_top_news_block.b-main {
	display: flex;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_block_text{
	width: 80px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 7px 15px;
	display: none;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_block_content{
	width: 100%;
	padding: 10px 0;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	padding-right: 30px;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_arrows{
	width: 80px;
	display: flex;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding: 15px;
	justify-content: space-between;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_arrows .bc_arrow{
	background-image: url(assets/images/arr-l.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 20px;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_arrows .bc_arrow.ar-l{

}
.bc_content.bc_singlepage .bc_top_news_block .bc_arrows .bc_arrow.ar-r{
	transform: rotate(180deg);
}
.bc_content.bc_singlepage .bc_top_news_block .bc_arrows .bc_arrow.disabled {
	opacity: 0.3;
	cursor: default;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_one_item{
	width: calc(100% / 4);
	overflow-y: hidden;
	padding-left: 20px;
	max-height: 28px;
	display: none;
	margin-bottom: 15px;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_one_item a{
	display: flex;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_one_item span{
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_one_item img{
	width: 45px;
	height: 30px;
	margin: 0 10px;
}
.bc_content.bc_singlepage .bc_top_news_block .bc_one_item:nth-child(1),
.bc_content.bc_singlepage .bc_top_news_block .bc_one_item:nth-child(2),
.bc_content.bc_singlepage .bc_top_news_block .bc_one_item:nth-child(3),
.bc_content.bc_singlepage .bc_top_news_block .bc_one_item:nth-child(4)
{
	display: block;
}



.bc_content.bc_singlepage .jeg_review_wrap {
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	margin-top: 50px;
	padding-top: 40px;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_review_subtitle{
	font-weight: normal;
	font-size: 20px !important;
	text-transform: uppercase;
	line-height: 32px;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_review_title{
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 35px;
}
.bc_content.bc_singlepage .jeg_review_wrap .review_score {
	border: 2px solid #FFA51E;
	color: #FFA51E;
	padding: 0 15px;
	margin-right: 25px;
	margin-top: 7px;
	background: none;
	white-space: nowrap;
}
.bc_content.bc_singlepage .jeg_review_wrap .review_score .score_text {
	display: none;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail {
	margin-bottom: 30px;
	background: none;
	display: table;
	width: 100%;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail .conspros {
	padding: 0;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail .conspros:first-child {
	border-right: none;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail .conspros h3{
	font-size: 20px !important;
	line-height: 32px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 30px;
	margin-right: 30px;
	border-right: 1px dashed;
}

.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail .conspros:last-of-type ul{
	border-right: none;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail li {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail li>i {
	top: 3px;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail li>i.jegicon-check {
	color: #FFA51E;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewscore {
	padding: 0;
	border: 0;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewscore h3{
	font-size: 20px !important;
	line-height: 32px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewscore ul li {
	margin-bottom: 15px;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewscore ul li strong {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #111111;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewscore .reviewscore {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #111111;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewbars .jeg_reviewbar_wrap {
	margin-top: 5px;
}
.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewbars .barbg:after {
	display: none;
}




.bc_content.bc_singlepage .bc_block_inner.bc_block_inner-foot_notes {
	display: inline-block;
	width: 160px;
	position: absolute;
	left: -165px;
}
.bc_content.bc_singlepage .bc_block_inner.bc_block_inner-foot_notes a img {
	width: 160px;
}
.bc_content.bc_singlepage .bc_block_inner.bc_block_inner-foot_notes a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	text-decoration-line: underline !important;
}



.bc_content.bc_singlepage blockquote {
	position: relative;
	padding-left: 75px;
	margin-top: 40px;
}
.bc_content.bc_singlepage blockquote,
.bc_content.bc_singlepage blockquote p {
	color: #333333;
	font-size: 14px;
	line-height: 180%;
}
.bc_content.bc_singlepage blockquote:before {
	content: '';
	display: inline-block;
	position: absolute;
	background-image: url(assets/images/quote.svg);
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: contain;
	height: 100%;
	width: 40px;
	left: 0;
}


.bc_content.bc_singlepage .bc_post_tags {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bc_content.bc_singlepage .bc_post_tags a{
	font-size: 16px;
	line-height: 140%;
	display: inline-block;
	white-space: nowrap;
	margin-top: 10px;
}
.bc_content.bc_singlepage .bc_post_tags a:last-of-type {
	margin-right: 0;
}
.bc_content.bc_singlepage .bc_post_tags a:before {
	content: '#';
}
.bc_content.bc_singlepage .bc_top_breadcrumb .bc_post_tags{
	justify-content: left;
}
.bc_content.bc_singlepage .bc_top_breadcrumb .bc_post_tags a{
	margin-right: 10px;
}

/* Sponsored article block START */
.sponsored_content_label {
	background-color: rgba(32, 32, 32, 0.05);
	background-image: url('assets/images/sponsored-label.svg');
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #202020;
	padding: 7px 25px 7px 45px;
	margin-bottom: 20px;
	position: relative;
}
.sponsored_content_label:after {
	content: '';
	display:block;
	clear:both;
}
.sponsored_content_label strong{
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	margin-right: 15px;
}
.sponsored_content_label p{
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	margin: 0;
	display: inline-block;
}
.sponsored_content_label p.for-mobile{
	display: none;
	float: right;
}
.sponsored_content_label p a{
	text-decoration: underline !important;
	text-underline-position: under;
}
.sponsored_content_label a.close-label{
	float: right;
	font-size: 28px;
	position: absolute;
	right: 10px;
	top: calc(50% - 13px);
}
.sponsored_content_label a.close-label:hover {
	text-decoration: none !important;
}
/* Sponsored article block END */

@media (max-width: 991px) {
	.bc_content .bc_block.bc_block-coin-in-article {
		display: none;
	}
}

@media (max-width: 979px) {
	.bc_content.bc_singlepage .bc_top_news_block .bc_one_item {
		width: calc(100% / 3);
	}
	.bc_content.bc_singlepage .bc_top_news_block .bc_one_item:nth-child(4) {
		display: none;
	}
}

@media (max-width: 600px) {
	/* Sponsored article block START */
	.sponsored_content_label a.close-label {
		display: none;
	}
	.sponsored_content_label p {
		display: none;
	}
	.sponsored_content_label p.for-mobile{
		display: inline-block;
	}
	/* Sponsored article block END */
}

@media (max-width: 767px) {
	.bc_content.bc_singlepage .bc_col_left1,
	.bc_content .bc_col_right {
		display: none;
	}
	.bc_content.bc_singlepage .bc_top_news_block .bc_one_item {
		width: calc(100% / 2);
	}
	.bc_content.bc_singlepage .bc_top_news_block .bc_one_item:nth-child(3) {
		display: none;
	}
	.bc_content .bc_col_right {
		display: none;
	}
	.bc_content .bc_block.bc_block-share {
		display: flex;
	}
}

@media (max-width: 480px) {
	.bc_content.bc_singlepage .bc_top_news_block,
	.bc_content.bc_singlepage .bc_top_news_block.b-main{
		display: none;
	}
	.bc_content.bc_singlepage .bc_top_news_block .bc_one_item {
		width: 100%;
	}
	.bc_content.bc_singlepage .bc_top_news_block .bc_one_item:nth-child(2) {
		display: none;
	}

	.bc_breadcrumb_container.bc_breadcrumbs {
		margin-top: 0;
	}
	.bc_content.bc_singlepage .bc_top_breadcrumb .bc_breadcrumb_container.bc_breadcrumbs {
		display: inline-block;
	}
	.bc_content.bc_singlepage .bc_top_breadcrumb .bc_post_tags {
		display: none;
	}
	
	.bc_content.bc_singlepage .bc_header_wrapper .bc_post_title {
		font-size: 32px;
		overflow: unset;
		white-space: normal;
	}
	.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .jeg_meta_author img {
		display: none;
	}
	.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta {
		flex-wrap: wrap;
	}
	.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .post_meta_delim{
		display: none;
	}
	.bc_content.bc_singlepage .bc_header_wrapper .bc_post_meta .jeg_meta_author a {
		padding-bottom: 0;
	}


	.bc_content.bc_singlepage .bc_table_of_content {
		margin-bottom: 25px;
	}
	.bc_content.bc_singlepage .bc_table_of_content ul li {
		margin-bottom: 10px;
	}
	.bc_content.bc_singlepage .bc_table_of_content .bc_table_of_content--header .cls-text{
		display: none !important;
	}
	.bc_content.bc_singlepage .bc_table_of_content .bc_table_of_content--header .open-text{
		display: none !important;
	}
	.bc_content.bc_singlepage .bc_table_of_content ul {
		padding: 15px 0 5px 22px;
	}


	.bc_content .list-st-1 {
		padding: 0;
	}
	.bc_content .list-st-1 li {
		margin-bottom: 20px;
	}

	.bc_content .bc_block_inner.bc_block_inner-read_more .bc_block_item--column:first-of-type {
		display: none;
	}
	.bc_content .bc_block_inner.bc_block_inner-read_more .bc_block_items {
		padding: 20px 0;
	}
	

	.bc_content.bc_singlepage .bc_up_block .bc_up_block-left {
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 15px;
		text-align: left;
	}
	.bc_content.bc_singlepage .bc_up_block {
		padding: 25px 0;
		display: inline-block;
	}
	.bc_content.bc_singlepage .bc_up_block .bc_up_block-right {
		padding-left: 15px;
		font-size: 18px;
		line-height: 120%;
	}
	.bc_content.bc_singlepage .bc_up_block .bc_up_block--title {
		font-size: 18px;
		line-height: 120%;
	}
	.bc_content.bc_singlepage .bc_up_block .bc_up_block--bottom_row {
		margin-top: 10px;
	}


	.bc_content.bc_singlepage .bc_regulations_news {
		margin-top: 40px;
		margin-right: 0;
		margin-left: 0;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--header .bc_regulations_news--header-text {
		font-size: 20px;
		line-height: 120%;
		float: none;
		margin-top: 0;
		padding-right: 0;
		background: none;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--header {
		padding-top: 0;
		
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--header .hline {
		display: none;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item h3 {
		font-size: 13px !important;
		height: 31px;
		width: 100%;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item img {
		width: 45px;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item a {
		display: flex;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item:first-of-type a {
		border-top: 1px dotted;
		padding-top: 10px;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item a span {
		height: auto;
		width: auto;
		margin-right: 10px;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item .bc_regulations_news--item-brow {
		padding-bottom: 15px;
		padding-left: 55px;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item {
		margin-top: 15px;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item .bc_regulations_news--item-brow span {
		font-size: 10px;
	}
	.bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--item .bc_regulations_news--item-brow span:first-of-type:before {
		content: "#";
		display: inline-block;
	}


	.bc_content.bc_singlepage .bc_post_images .img_author {
		font-size: 12px;
		line-height: 160%;
		text-align: center;
		width: 100%;
	}


	.bc_content.bc_singlepage  .bc_block.bc_block-ads.bc_block-ads_300x1180{
		margin-left: 0;
		margin-right: 0;
	}

	
	.bc_content .bc_col_left1 .bc_block.bc_block-share {
		display: none;
	}
	.bc_content .bc_block.bc_block-share .share-link {
		margin-right: 0;
	}

	.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail ul {
		border-right: none;
		margin-right: 0;
	}
	.bc_content.bc_singlepage .jeg_review_wrap .review_score {
		margin-right: 15px;
	}
	.bc_content.bc_singlepage .jeg_review_wrap .jeg_review_title {
		margin-bottom: 25px;
	}
	.bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewdetail .conspros:first-child {
		border: none;
		margin-bottom: 20px;
	}


	.bc_content.bc_singlepage .bc_block_inner.bc_block_inner-foot_notes {
		display: flex;
		width: 100%;
		position: inherit;
		left: 0;
		margin: 20px 0;
		align-items: center;
	}
	.bc_content.bc_singlepage .bc_block_inner.bc_block_inner-foot_notes a{
		display: inline-block;
	}
	.bc_content.bc_singlepage .bc_block_inner.bc_block_inner-foot_notes a:first-of-type {
		margin-right: 15px;
		min-width: 100px;
	}
	.bc_content.bc_singlepage .bc_block_inner.bc_block_inner-foot_notes a img {
		width: 100px;
	}

	.bc_content.bc_singlepage blockquote {
		padding-left: 0;
		margin-top: 15px;
		padding-top: 40px;
	}
	.bc_content.bc_singlepage blockquote:before {
		width: 100%;
		height: 25px;
		top: 0;
		background-size: contain;
		background-position: center;
	}
	
	.bc_content.bc_singlepage .content-inner > table tr td {
		padding: 10px 5px;
	}
}

.jnews-dark-mode .bc_content.bc_singlepage,
.jnews-dark-mode .bc_content.bc_singlepage h1,
.jnews-dark-mode .bc_content.bc_singlepage h2,
.jnews-dark-mode .bc_content.bc_singlepage h3, 
.jnews-dark-mode .bc_content.bc_singlepage h5,
.jnews-dark-mode .bc_content.bc_singlepage h6,
.jnews-dark-mode .bc_content.bc_singlepage p,
.jnews-dark-mode .bc_content.bc_singlepage a {
	color: var(--j-link-txt-color);
}
.jnews-dark-mode .bc_content.bc_singlepage .content-inner .intro-text p {
	color: var(--j-txt-color);
}
.jnews-dark-mode .bc_content .bc_block.bc_block-share .share-link {
	color: var(--j-txt-color);
	border: 1px solid var(--j-txt-color);
}
.jnews-dark-mode .bc_content .bc_block.bc_block-subscribe-newsletter h4,
.jnews-dark-mode .bc_content.bc_singlepage .bc_regulations_news .bc_regulations_news--header .bc_regulations_news--header-text {
	background-color: var(--j-bg-color);
}
.jnews-dark-mode .bc_content.bc_singlepage .article-disclosure .heading,
.jnews-dark-mode .bc_content.bc_singlepage .article-disclosure .heading span,
.jnews-dark-mode .bc_content.bc_singlepage .bc_up_block .bc_up_block-left {
	color: var(--j-txt-color);
}

.jnews-dark-mode .bc_breadcrumb_container.bc_breadcrumbs #breadcrumbs .breadcrumb_last_link a,
.jnews-dark-mode .bc_breadcrumb_container.bc_breadcrumbs {
	color: var(--j-txt-color) !important;
}
.jnews-dark-mode .bc_content.bc_singlepage .jeg_reviewdetail,
.jnews-dark-mode .bc_content.bc_singlepage .jeg_reviewdetail .conspros{
	background-color: var(--j-bg-color) !important;
}
.jnews-dark-mode .bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewscore ul li strong,
.jnews-dark-mode .bc_content.bc_singlepage .jeg_review_wrap .jeg_reviewscore .reviewscore {
	color: var(--j-txt-color);
}

.jnews-dark-mode .bc_content.bc_singlepage .bc_block.bc_block-coin-in-article {
	background-color: var(--j-bg-color);
}
.jnews-dark-mode .bc_content.bc_singlepage .bc_block.bc_block-coin-in-article .bc_block_item {
	border-left: 2px solid var(--j-border-color);
}

.jnews-dark-mode .bc_content.bc_singlepage .bc_post_images .img_author {
	color: var(--j-txt-color);
}
.jnews-dark-mode .bc_content.bc_singlepage .content-inner > table tr td {
	border-bottom: 1px solid var(--j-border-color);
}

/* Sponsored article block START */
.jnews-dark-mode .sponsored_content_label {
	background-color: var(--j-darkgrey-bg-color);
	background-image: url('assets/images/sponsored-label-dark.svg');
}
.jnews-dark-mode .sponsored_content_label strong,
.jnews-dark-mode .sponsored_content_label p {
	color: var(--j-link-txt-color);
}
.jnews-dark-mode .sponsored_content_label p a{
	color: #FFA51E !important;
}
/* Sponsored article block END */