.tv-shd-onair {background-color: #000; color: #fff; margin-bottom: 10px; position: relative;}
.tv-shd-next {background-color: #000; color: #fff; margin-bottom: 10px;}
.tv-shd-next .tv-shd-boxs {max-height: 200px; overflow-y: scroll;}
.tv-shd-onair-box {position: absolute; bottom: 5px; right: 5px; padding: 5px 10px; font-size: 14px; display: inline-block; background-color: red; border-radius: 5px;}

.tv-shd-next .tv-shd-next-title {font-weight: bold; padding: 5px;} 
.tv-shd-box {padding: 5px;}

.tv-shd-onair .tv-shd-title {font-weight: bold;} 

.tv-shd-btn .btn {margin-bottom: 10px;}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.tv-info-live {padding-top: 15px; padding-bottom: 15px;}
.tv-info-newvdo { padding-top: 15px; padding-bottom: 15px;}
.tv-info-hotvdo { padding-top: 15px; padding-bottom: 15px;}
.tv-info-title {text-align: center; margin-bottom: 15px; font-weight: bold; font-size: 28px; }



.tv-info-left {padding: 15px; background-color: #000; color: #fff;}
.tv-info-tv {margin-bottom: 15px;}
.tv-info-list {}

#tvList {margin-right : -15px; margin-left: -15px;}
#tvList .tvBox {padding-right: 15px; padding-left: 15px;}
#tvList .tvBox .detail-title a {color: #fff;}