.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}

.idev_searchNoResults {
	color: #be0707;
	display: block;
	height: 20px;
}

.idev_searchLink {	
	display:block;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


iframe[data-id=''] {
display:none;}

a.button_intro[href='']{
display:none;}


.video-btn[data-src='']{
display:none;}

.wrap__article-detail-info:empty { 
    display: none;
}

.vp-asf-wrapper {
	display:none;
}

.wrap__article-detail-title h3 {
	text-align:justify !important;
}

.wrap__article-detail-content {
	text-align:justify !important;
}

.video-single {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-single::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-single iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

