.container-news-detail {
	background: #ecedf1;
}
#news-detail .header-title {
	color: #f76a3f;
	font-size: 1.5rem;
}
#news-detail .event-date {
	color: #f76a3f;
	font-weight: bold;
}
#news-detail .header-preview-text {
	color: #344a6f;
}
#news-detail .margin-top {
	margin-top: 1rem;
	/*background: pink;*/
}
#news-detail .border-social-share-col-md {
	max-width: 46px;
	border-bottom-color: #f76a3f!important;
	border-bottom-width: 3px!important;
}
#news-detail .border-social-share-col-sm {
	border-right-color: #f76a3f!important;
	border-right-width: 3px!important;
	height: 36px;
}
#news-detail .social-share {
	font-size: 28px;
	color: #3a3c4b;
	vertical-align: middle;
}
#news-detail .calendar {
	font-size: 28px;
	color: #f76a3f;
	vertical-align: middle;
}
#news-detail .create-date {
	margin-left: 8px;
	font-size: 0.875rem;
}
#news-detail .picture-preview-container {
	width: auto;
	-ms-flex: none;
	flex: none;
}

#news-detail .picture-preview img {
	cursor: pointer;
}
#news-detail .detail-picture {
	width: 100%;
}
#news-detail .detail-picture img {
	width: 100%;
	margin-bottom: 15px;
}
#news-detail .picture-preview div {
	border: 6px solid #f76a3f;
	z-index: 100;
	width: 77px;
	height: 45px;
	position: absolute;
	top: 0;
}

#news-detail .frame {
	display: none;
}

#news-detail .frame-hover {
	display: none;
	cursor: pointer;
}

#news-detail .row-pictures{
}
#news-detail .tags-row{
	padding-bottom: 63px;
}
#tags-container div {
	border: 2px solid #7d7d89;


	display: inline-block;
	margin-right: 9px;
	padding-left: 10px;
	padding-right: 10px;
	color: #7d7d89;
}
#tags-container .title-tag {
	text-transform: uppercase;
	color: white;
	background-color: #f76a3f;
	border-color: #f76a3f;
}

#tags-container .tag {

}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.chat-container {
    height: 100%;
}
.chat-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.chat-container #chatbro {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
}