@media screen and (max-width: 1600px){
	.matchContainer .box-content .team-kiri{
		width: 40%;
	}
	.matchContainer .box-content .center-match{
		width: 20%;
	}
	.matchContainer .box-content .name-kiri{
		font-size: 28px;
	}
	.matchContainer .box-content .name-kanan{
		font-size: 28px;
	}
	.matchContainer .box-content .team-kanan{
		width: 40%;
	}
}

.matchContainer .box-content .team-kiri{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.65) 0,rgba(0,0,0,0.65) 54%,transparent 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,0.65) 0,rgba(0,0,0,0.65) 54%,transparent 100%);
	height: 400px;
	float: left;
    display: block;
}
.matchContainer .box-content .logo-kiri{
	width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 35px;
    margin-top: 80px;
    float: left;
    display: block;
    text-align: center;
}
.matchContainer .box-content .logo-kiri img{
	    width: 100px;
	    height: 120px;
}
.matchContainer .box-content .name-kiri{
	line-height: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    display: block;
    margin-top: 130px;
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.matchContainer .box-content .goal-kiri{
    float: left;
    display: block;
    margin-left: 171px;
    margin-top: -15px;
    clear: both;
}
.matchContainer .box-content .goal-kiri p{
    float: left;
    display: block;
    width: 100%;
}
.matchContainer .box-content .team-kanan{
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,0.65) 0,rgba(0,0,0,0.65) 54%,transparent 100%);
	background-image: linear-gradient(to left,rgba(0,0,0,0.65) 0,rgba(0,0,0,0.65) 54%,transparent 100%);
	height: 400px;
	    float: left;
    display: block;
}
.matchContainer .box-content .logo-kanan{
	width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 35px;
    margin-top: 80px;
    float: right;
    display: block;
    text-align: center;
}
.matchContainer .box-content .logo-kanan img{
	    width: 100px;
	    height: 120px;
}
.matchContainer .box-content .name-kanan{
	line-height: 40px;
    height: 40px;
    overflow: hidden;
    float: right;
    display: block;
    margin-top: 130px;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.matchContainer .box-content .goal-kanan{
    float: right;
    display: block;
    margin-right: 171px;
    margin-top: -15px;
    clear: both;
}
.matchContainer .box-content .goal-kanan p{
    float: right;
    display: block;
    width: 100%;
}
.matchContainer .box-content .center-match{
	background-color: rgba(0,0,0,0.5);
    text-align: center;
    
    height: 400px;
    float: left;
    display: block;
}

.matchContainer .box-content .center-match .inner{
	margin-left: 1em;
    margin-right: 1em;
}
.matchContainer .box-content .center-match .inner .status-match{
	width: 50%;
	background-color: #05A3C5;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 0px;
    font-size: 30px;
    position: relative;
    text-align: center;
}
.matchContainer .box-content .center-match .inner .status-match:before{
	content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -10px;
    margin-top: -13px;
    border: 10px solid transparent;
    border-left-width: 0;
    border-right-color: #05A3C5;
}
.matchContainer .box-content .center-match .inner .status-match:after{
	content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -10px;
    margin-top: -13px;
    border: 10px solid transparent;
    border-right-width: 0;
    border-left-color: #05A3C5;
}
.matchContainer .box-content .center-match .inner .hasil-match{
	width: 223px;
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 11px;
    height: 240px;
    background: #05A3C5;
    background-repeat: repeat-y;
    background-position: center center;
    position: relative;
}
.matchContainer .box-content .center-match .inner .hasil-match:before{
	content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -20px;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top-width: 0;
    border-bottom-color: #05A3C5;

}
.matchContainer .box-content .center-match .inner .hasil-match:after{
	content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    border: 20px solid transparent;
    border-bottom-width: 0;
    border-top-color: #05A3C5;
    
}
.matchContainer .box-content .center-match .inner .hasil-match .score-result{
	text-align: center;
	font-size: 69px;
    font-weight: bold;
    padding-top: 10px;
}
.matchContainer .box-content .center-match .inner .hasil-match .result-league img{
	width: 100px;
	width: 60px;
}
.matchContainer .box-content .center-match .inner .hasil-match .kickoff{
	margin-top: 18px;
    font-size: 14px;
    line-height: 18px;
}
.main-content .description-match{
	text-align: justify;
	padding: 15px 0px;
}
.main-content .image-match{
	width: 100%;
	min-height: 300px;
	margin-top: 10px;
}
.main-content .image-match img{
	width: 100%;
	height: 300px;

}
.main-content .title-art{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
@media(max-width: 1299px){
	.matchContainer .box-content .name-kiri{
		font-size: 24px;
	}
	.matchContainer .box-content .name-kanan{
		font-size: 24px;
	}
	.matchContainer .box-content .center-match .inner .hasil-match{
		width: 100%;
	}
	.matchContainer .box-content .logo-kiri{
		margin-left: 3%;
	}
	.matchContainer .box-content .logo-kanan{
		margin-right: 3%;
	}
}
@media(max-width: 1200px){
	.matchContainer .box-content .name-kiri{
		font-size: 20px;
	}
	.matchContainer .box-content .name-kanan{
		font-size: 20px;
	}
	.matchContainer .box-content .logo-kiri{
		width: 100px
		height:100px
	}
	.matchContainer .box-content .logo-kiri img{
		height: 100px;
		width: 80px;
	}
	.matchContainer .box-content .logo-kanan{
		width: 100px
		height:100px
	}
	.matchContainer .box-content .logo-kanan img{
		height: 100px;
		width: 80px;
	}
}
@media(max-width: 991px){
	.matchContainer .box-content .team-kiri{
		width:35%;
	}
	.matchContainer .box-content .team-kanan{
		width:35%;
	}
	.matchContainer .box-content .center-match{
		width:30%;
	}
	.matchContainer .box-content .name-kiri{
		font-size: 16px;
		margin-top: 30px;
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}
	.matchContainer .box-content .name-kanan{
		font-size: 16px;
		margin-top: 30px;
		width: 100%;
		margin-right: 0px;
		text-align: center;
	}
	.matchContainer .box-content .goal-kiri{
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
		text-align: center;
	}
	.matchContainer .box-content .goal-kanan{
		width: 100%;
		margin-right: 0px;
		margin-top: 20px;
		text-align: center;
	}
	.matchContainer .box-content .logo-kiri{
		width: 100%;
		height:80px;
		margin-left: 0px;
	}
	.matchContainer .box-content .logo-kiri img{
		height: 80px;
		width: 60px;
	}
	.matchContainer .box-content .logo-kanan{
		width: 100%;
		height:80px;
		margin-right: 0px;
	}
	.matchContainer .box-content .logo-kanan img{
		height: 80px;
		width: 60px;
	}
	.matchContainer .box-content .center-match .inner .hasil-match .score-result{
		font-size: 46px;
	}
	.matchContainer .box-content .center-match .inner .hasil-match{
		padding-top: 20px;
	}
}
@media(max-width: 680px){
	.matchContainer .box-content .team-kiri{
		height: 150px;
	}
	.matchContainer .box-content .team-kanan{
		height: 150px;
	}.matchContainer .box-content .center-match{
		height: 150px;
	}
	.matchContainer .box-content .logo-kiri{
		height: 40px;
		margin-top:10px;
	}
	.matchContainer .box-content .logo-kiri img{
		height: 40px;
		width: 30px;
	}
	.matchContainer .box-content .logo-kanan{
		height: 40px;
		margin-top:10px;
	}
	.matchContainer .box-content .logo-kanan img{
		height: 40px;
		width: 30px;
	}
	.matchContainer .box-content .name-kiri{
		font-size: 12px;
		margin-top: 5px;
	}
	.matchContainer .box-content .name-kanan{
		font-size: 12px;
		margin-top: 5px;
	}
	.matchContainer .box-content .goal-kiri{
		margin-top: 5px;
	}
	.matchContainer .box-content .goal-kanan{
		margin-top: 5px;
	}
	.matchContainer .box-content .goal-kanan p{
		font-size: 10px;
	}
	.matchContainer .box-content .goal-kiri p{
		font-size: 10px;
	}
	.matchContainer .box-content .center-match .inner{
		height: 150px;
	}
	.matchContainer .box-content .center-match .inner .status-match{
		font-size: 16px;
	}
	.matchContainer .box-content .center-match .inner .status-match:before{
	    content: "";
    	position: absolute;
    	z-index: 1;
   	 	top: 50%;
    	left: -7px;
	    margin-top: -10px;
	    border: 7px solid transparent;
	    border-left-width: 0;
	    border-right-color: #05A3C5;
	}
	.matchContainer .box-content .center-match .inner .status-match:after{
		content: "";
	    position: absolute;
	    z-index: 1;
	    top: 50%;
	    right: -7px;
	    margin-top: -10px;
	    border: 7px solid transparent;
	    border-right-width: 0;
	    border-left-color: #05A3C5;
	}
	.matchContainer .box-content .center-match .inner .hasil-match{
		margin-top: 10px;
		height: 108px;
		padding: 0px;
	}
	.matchContainer .box-content .center-match .inner .hasil-match:before{
		content: "";
	    position: absolute;
	    z-index: 1;
	    left: 50%;
	    top: -0px;
	    margin-left: -0px;
	    border: 0px solid transparent;
	    border-top-width: 0;
	    border-bottom-color: #05A3C5;
	}
	.matchContainer .box-content .center-match .inner .hasil-match:after{
		    content: "";
		    position: absolute;
		    z-index: 1;
		    left: 50%;
		    bottom: -0px;
		    margin-left: -0px;
		    border: 0px solid transparent;
		    border-bottom-width: 0;
		    border-top-color: #05A3C5;
	}
	.matchContainer .box-content .center-match .inner .hasil-match .score-result{
		font-size: 16px;
	}
	.matchContainer .box-content .center-match .inner .hasil-match .result-league img{
		width: 30px;
		height: 15px;
	}
	.matchContainer .box-content .center-match .inner .hasil-match .kickoff{
		margin-top: 3px;
		font-size: 10px;
	}
}
@media(max-width: 480px){
	.matchContainer .box-content .center-match .inner .hasil-match .score-result{
		font-size: 14px;
	}
	.matchContainer .box-content .center-match .inner .hasil-match .result-league img{
		width: 20px;
		height: 10px;
	}
	.matchContainer .box-content .center-match .inner .hasil-match .kickoff{
		margin-top: 0px;
		font-size: 8px;
	}
}

.video-slider{
  position: relative;
}
.video-slider .flexslider .flex-direction-nav a {
    display: block;
    width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 3;
    height: 80px;
    background:#fff;
    opacity: 0.5!important;
    color: #05A3C5;
    border: 3px solid #05A3C5;
    border-radius: 10px;
    

}

.video-slider .flexslider .flex-direction-nav a.flex-prev {
    text-align: right;
    
    margin-left: 50px;
}

.video-slider .flexslider .flex-direction-nav a.flex-next {
    text-align: left;
    margin-right: 50px;
}



.video-slider .flexslider .flex-direction-nav a:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.video-slider .flexslider .flex-direction-nav a.flex-prev:hover::before {
   -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
} 


.video-slider .flexslider .flex-direction-nav a.flex-next:hover::before {
  -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


 

.video-slider .flexslider .flex-direction-nav a:before {
  color: #05A3C5 !important;
  font-size: 40px;
  line-height: 2;
  width: 100%;
  text-align: center;

}

.video-slider .flexslider .flex-direction-nav a:hover::before {
  color: #05A3C5 !important;
}

.video-slider img.video-slider-img {
  width: 100%;
  height: 400px !important;
  object-fit:cover;
}
.flex-direction-nav a:before{

}
/* video slider content */

.video-slider .flexslider ul li .item-video{
  width: 100%;
  position: relative;
}
.video-slider .flexslider ul li .item-video img{
    display: block;
    width: 100%;
    max-width: 960px;
    margin: auto;
    height: auto;
}
.carousel-cover-left{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+0&0.97+57,0+82 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.97) 0%, rgba(0,0,0,0.97) 57%, rgba(0,0,0,0) 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.97) 0%,rgba(0,0,0,0.97) 57%,rgba(0,0,0,0) 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.97) 0%,rgba(0,0,0,0.97) 57%,rgba(0,0,0,0) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
.carousel-cover-right{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+0&0.97+57,0+82 */
background: -moz-linear-gradient(right,  rgba(0,0,0,0.97) 0%, rgba(0,0,0,0.97) 57%, rgba(0,0,0,0) 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(right,  rgba(0,0,0,0.97) 0%,rgba(0,0,0,0.97) 57%,rgba(0,0,0,0) 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left,  rgba(0,0,0,0.97) 0%,rgba(0,0,0,0.97) 57%,rgba(0,0,0,0) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.video-slider .flexslider ul li .item-video .image-slider{
  width: 100%;
  position: relative;
  display: block;
  
  padding: 0% 12%;
}
.video-slider .flexslider ul li .item-video .image-slider .image{
  background-position: top!important;
  background-size: cover!important;
  position: relative;
  display: block;
  width: 100%;
  height: 550px
}
.video-slider .flexslider ul li .item-video .title-description{
  position: absolute;
  top: 30px;
  left: 150px;
  width: 30%;
  min-height:50px;
  background-color: rgba(0,0,0,0.5);
  padding: 8px 0px;
  display: block;
}
.video-slider .flexslider ul li .item-video .image-slider .image .play-slider {
    position: absolute;
    text-align: center;
    top:40%;
    left: 43%;
    margin: auto;
    width: 90px;
    height: 85px;
    z-index: 9996;
    background: #fff;
     border-radius: 10px;
     opacity: 0.6;


}
.video-slider .flexslider ul li .item-video .image-slider .image .play-slider i{
  font-size: 46px;
  color: #05A3C5;
  margin-left: 5px;
  line-height: 1.8;


}
.video-slider .flexslider ul li .item-video .title-description b{
  color: #fff;
  font-size: 24px;
}
.video-slider .flexslider ul li .item-video .title-description span{
  color: #fff;
  font-size: 14px;
}
 .video-slider-footer{
  width: 100%;
  height: 36px;
  
  padding: 0% 15%;
  text-align: center;
  background: #ffcc3d;

  

}
.video-slider-footer .owl-pagination{
  
  height: 36px;
  width: 100%;
  padding: 0px 50px;
  text-align: center;
  margin: auto;
  background: #05A3C5;
}
.video-slider-footer .owl-pagination .flexslider ul li{

 display: inline-block!important; 
        *display: inline!important; 
        float: none!important;
}
.video-slider-footer .owl-pagination .flexslider ul li .owl-carousel{
    display: inline-block;
    
    width: 16px;
    height: 15px;
    margin: 10px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}
.video-slider-footer .owl-pagination .flexslider ul li.flex-active-slide > .owl-carousel{
  background:#ffcc3d;
  color: #fff;
}
.video-slider-footer .owl-pagination .flexslider ul{
  width: 100%!important;
}
.video-slider-footer .owl-pagination .flexslider ul li{
  margin: auto;
}
@media screen and (max-width: 1400px){
  .carousel-cover-left, .carousel-cover-right {
    width: 20%;
  }
}
@media screen and (max-width: 1550px){
  .carousel-cover-left, .carousel-cover-right {
    width: 23%;
  }
}
@media(max-width: 1299px){
  .video-slider .flexslider .flex-direction-nav a:before {
    color: #05A3C5 !important;
    font-size: 32px;
    line-height: 1.8;
    width: 100%;
    text-align: center;
  }
  .video-slider .flexslider .flex-direction-nav a {
    
    width: 60px;
    
    line-height: 2.5;
    height: 60px;
    border-radius: 10px;
    

  }

  .video-slider .flexslider .flex-direction-nav a.flex-prev {
      text-align: right;
      
      margin-left: 4%;
  }

  .video-slider .flexslider .flex-direction-nav a.flex-next {
      text-align: left;
      margin-right: 4%;
  }
  .video-slider .flexslider ul li .item-video .title-description b{
  font-size: 22px;
  }
 
}
@media(max-width: 991px){
 

  .video-slider .flexslider ul li .item-video .image-slider .image{
   
    height: 450px
  }
  .video-slider .flexslider ul li .item-video .title-description{
    left: 13%;
    width: 30%;
  }
  .video-slider .flexslider ul li .item-video .image-slider .image .play-slider {
      width: 70px;
      height: 65px;
  }
  .video-slider .flexslider ul li .item-video .image-slider .image .play-slider i{
    font-size: 36px;
  }
  .video-slider .flexslider ul li .item-video .title-description b{
    font-size: 18px;
  }
  .video-slider .flexslider ul li .item-video .title-description span{
    color: #fff;
    font-size: 12px;
  }
   .video-slider .flexslider .flex-direction-nav a.flex-prev {
      text-align: right;
      
      margin-left: 3%;
  }

  .video-slider .flexslider .flex-direction-nav a.flex-next {
      text-align: left;
      margin-right: 3%;
  }

}
@media(max-width: 680px){
   .video-slider .flexslider ul li .item-video .image-slider .image{
   
    height: 350px
  }
  .video-slider .flexslider ul li .item-video .title-description{
    left: 13%;
    width: 30%;
  }
  .video-slider .flexslider ul li .item-video .image-slider .image .play-slider {
      width: 50px;
      height: 45px;
  }
  .video-slider .flexslider ul li .item-video .image-slider .image .play-slider i{
    font-size: 26px;
  }
  .video-slider .flexslider ul li .item-video .title-description b{
    font-size: 14px;
  }
  .video-slider .flexslider ul li .item-video .title-description span{
    color: #fff;
    font-size: 10px;
  }
   .video-slider .flexslider .flex-direction-nav a.flex-prev {
      text-align: right;
      
      margin-left: 3%;
  }

  .video-slider .flexslider .flex-direction-nav a.flex-next {
      text-align: left;
      margin-right: 3%;
  }
  .video-slider .flexslider .flex-direction-nav a:before {
    color: #05A3C5 !important;
    font-size: 24px;
    line-height: 1.8;
    width: 100%;
    text-align: center;
  }
  .video-slider .flexslider .flex-direction-nav a {
    
    width: 45px;
    
    line-height: 2.5;
    height: 45px;
    border-radius: 10px;
    

  }
}
@media(max-width: 480px){
  .video-slider .flexslider ul li .item-video .image-slider .image{
   
    height: 300px
  }
  .video-slider .flexslider ul li .item-video .title-description{
    left: 13%;
    width: 30%;
  }
  .video-slider .flexslider ul li .item-video .image-slider .image .play-slider {
      width: 50px;
      height: 45px;
  }
  .video-slider .flexslider ul li .item-video .image-slider .image .play-slider i{
    font-size: 26px;
  }
  .video-slider .flexslider ul li .item-video .title-description b{
    font-size: 10px;
  }
  .video-slider .flexslider ul li .item-video .title-description span{
    color: #fff;
    font-size: 8px;
  }
   .video-slider .flexslider .flex-direction-nav a.flex-prev {
      text-align: right;
      margin-left: 2%;
  }

  .video-slider .flexslider .flex-direction-nav a.flex-next {
      text-align: left;
      margin-right: 2%;
  }
  .video-slider .flexslider .flex-direction-nav a:before {
    color: #05A3C5 !important;
    font-size: 20px;
    line-height: 1;
    width: 100%;
    text-align: center;
  }
  .video-slider .flexslider .flex-direction-nav a {
    
    width: 35px;
    padding: 0px;
    line-height: 2.2;
    height: 35px;
    border-radius: 8px;

  }

.video-slider .flexslider .flex-direction-nav a.flex-prev:hover::before {
   -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
} 


.video-slider .flexslider .flex-direction-nav a.flex-next:hover::before {
  -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
/* -------------------- */
/*Detail Video desain*/

.video-content{
	    position: relative;
    	z-index: 0!important;
    	width: 100%;
		position: relative;
		
		padding-top: 20px;

		background: rgb(76,76,76); 

	}
	.detail-video{
		margin: 0 auto;
    	width: 96%;
    	z-index: 999;
    	border: 10px solid #343434;
    	box-shadow: 0 0 10px #000;
    	-moz-box-shadow: 0 0 10px #000;
    	-webkit-box-shadow: 0 0 10px #000;
    	position: relative;

	}
	.detail-video .inner{
		width: 100%;
		margin: 0 auto;
    	width: 100%;
    	border: 10px solid #343434;
    	box-shadow: 0 0 10px #000;
    	-moz-box-shadow: 0 0 10px #000;
    	-webkit-box-shadow: 0 0 10px #000;
    	position: relative;
    	height: 563px;


	}
	.info-video{
		width: 100%;
		
		background: #05A3C5;
    	    
    	border-top: 3px solid #ffcc3d;
    	border-bottom: 3px solid #ffcc3d;	
    	margin-top: -45px;
    	
    	height: 120px
	}
	.info-video .back-triangle-left{
		display: inline-block;
		width: 25%;
		float: left;
		border: 0 solid #343434;
		border-left-width: 0px;
		border-right-width: 220px;
		border-top: 83px solid #05A3C5;
	}
	.info-video .back-triangle-right{
		display: inline-block;
		width: 25%;
		float: right;
		border: 0 solid #343434;
		border-right-width: 0px;
		border-left-width: 220px;
		border-top: 83px solid #05A3C5;

	}
	.info-video .description{
		width: 50%;
		height: 83px;
		background:#343434;
		float: left;
		
	}
	.detail-video .inner .prem-noauth{
		width: 100%;
		height: 100%;
		background: #fff;
		position: relative;
		
	}
	.detail-video .inner .prem-noauth .thumb-preview{
		   
	    background-size: cover!important;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	}
	.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
    	padding: 15px;
    	background: rgba(5, 163, 197, 0.9);
    
    
	}
	.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title{
		text-align: center;
		font-size: 46px;
		color: #fff;
		font-weight: bold;
		margin-top: 50px;
	}
	.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title2{
		text-align: center;
		font-size: 20px;
		color: #fff;
		margin-top: 50px;
		font-weight: bold;
		
	}

	.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button{
		margin-top: 50px;
		text-align: center;
		
	}
	.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button a button{
		font-size:26px;
	}
	.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .login-button{
		margin-top: 30px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		
	}
	.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .login-button a{
		color: #fff;
		font-size: 18px;
		text-decoration: underline;
	}
	/*responsive*/
	@media(max-width: 991px){
		.info-video .back-triangle-left{
		display: inline-block;
		width: 30%;
		float: left;
		border: 0 solid #343434;
		border-left-width: 0px;
		border-right-width: 200px;
		border-top: 83px solid #05A3C5;
		}
		.info-video .back-triangle-right{
			display: inline-block;
			width: 30%;
			float: right;
			border: 0 solid #343434;
			border-right-width: 0px;
			border-left-width: 200px;
			border-top: 83px solid #05A3C5;

		}
		.info-video .description{
			width: 40%;
			height: 83px;
			background:#343434;
			float: left;
			
		}
		.detail-video .inner{
			height: 400px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title{
			margin-top: 20px;
			font-size: 32px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title2{
			margin-top: 15px;
			font-size:16px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button{
			margin-top: 30px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button a button{
			font-size: 24px;
		}
	}
	@media(max-width: 680px){
		.info-video .back-triangle-left{
		display: inline-block;
		width: 35%;
		float: left;
		border: 0 solid #343434;
		border-left-width: 0px;
		border-right-width: 200px;
		border-top: 73px solid #05A3C5;
		}
		.info-video .back-triangle-right{
			display: inline-block;
			width: 35%;
			float: right;
			border: 0 solid #343434;
			border-right-width: 0px;
			border-left-width: 200px;
			border-top: 73px solid #05A3C5;

		}
		.info-video .description{
			width: 30%;
			height: 73px;
			background:#343434;
			float: left;
			
		}
		.detail-video .inner{
			height: 350px;
		}
		.info-video{
		
    	
    	height: 100px
		}
		.detail-video{
			width: 95%;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title{
			margin-top: 15px;
			font-size: 28px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title2{
			margin-top: 15px;
			font-size:14px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button{
			margin-top: 20px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button a button{
			font-size: 20px;
		}
	}
	@media(max-width: 576px){
		.info-video .back-triangle-left{
		display: inline-block;
		width: 40%;
		float: left;
		border: 0 solid #343434;
		border-left-width: 0px;
		border-right-width: 200px;
		border-top: 73px solid #05A3C5;
		}
		.info-video .back-triangle-right{
			display: inline-block;
			width: 40%;
			float: right;
			border: 0 solid #343434;
			border-right-width: 0px;
			border-left-width: 200px;
			border-top: 73px solid #05A3C5;

		}
		.info-video .description{
			width: 20%;
			height: 73px;
			background:#343434;
			float: left;
			
		}
		.detail-video{
			width: 90%;
		}
		.detail-video .inner{
			height: 300px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title{
			margin-top: 13px;
			font-size: 24px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title2{
			margin-top: 13px;
			font-size:12px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button{
			margin-top: 13px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button a button{
			font-size: 18px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .login-button{
			margin-top: 10px;
			font-size: 12px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .login-button a{
			font-size: 12px;

		}
	}
	@media(max-width: 540px){
		.detail-video .inner{
			height: 260px;
		}
	}
	@media(max-width: 504px){
		.info-video .back-triangle-left{
		display: inline-block;
		width: 45%;
		float: left;
		border: 0 solid #343434;
		border-left-width: 0px;
		border-right-width: 200px;
		border-top: 63px solid #05A3C5;
		}
		.info-video .back-triangle-right{
			display: inline-block;
			width: 45%;
			float: right;
			border: 0 solid #343434;
			border-right-width: 0px;
			border-left-width: 200px;
			border-top: 63px solid #05A3C5;

		}
		.info-video .description{
			width: 10%;
			height: 63px;
			background:#343434;
			float: left;
			
		}
		.info-video{
		
    	
    	height: 80px
		}
	}
	@media(max-width: 482px){
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title{
			margin-top: 5px;
			font-size: 18px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .title2{
			margin-top: 10px;
			font-size:10px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button{
			margin-top: 10px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .register-button a button{
			font-size: 14px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .login-button{
			margin-top: 8px;
			font-size: 10px;
		}
		.detail-video .inner .prem-noauth .thumb-preview .descrip-noauth .login-button a{
			font-size: 10px;

		}
	}
	@media(max-width: 449px){
		.info-video .back-triangle-left{
		display: inline-block;
		width: 47.5%;
		float: left;
		border: 0 solid #343434;
		border-left-width: 0px;
		border-right-width: 200px;
		border-top: 60px solid #05A3C5;
		}
		.info-video .back-triangle-right{
			display: inline-block;
			width: 47.5%;
			float: right;
			border: 0 solid #343434;
			border-right-width: 0px;
			border-left-width: 200px;
			border-top: 60px solid #05A3C5;

		}
		.info-video .description{
			width: 5%;
			height: 60px;
			background:#343434;
			float: left;
			
		}
		.info-video{
		
    	
    	height: 70px
		}
		.detail-video .inner{
			height: 220px;
		}
	}
	@media(max-width: 426px){
		.info-video .back-triangle-left{
		display: inline-block;
		width: 48%;
		float: left;
		border: 0 solid #343434;
		border-left-width: 0px;
		border-right-width: 200px;
		border-top: 55px solid #05A3C5;
		}
		.info-video .back-triangle-right{
			display: inline-block;
			width: 48%;
			float: right;
			border: 0 solid #343434;
			border-right-width: 0px;
			border-left-width: 200px;
			border-top: 55px solid #05A3C5;

		}
		.info-video .description{
			width: 4%;
			height: 55px;
			background:#343434;
			float: left;
			
		}
	}
	@media(max-width: 421px){
		.info-video .back-triangle-left{
		display: inline-block;
		width: 49%;
		float: left;
		border: 0 solid #343434;
		border-left-width: 0px;
		border-right-width: 180px;
		border-top: 55px solid #05A3C5;
		}
		.info-video .back-triangle-right{
			display: inline-block;
			width: 49%;
			float: right;
			border: 0 solid #343434;
			border-right-width: 0px;
			border-left-width: 180px;
			border-top: 55px solid #05A3C5;

		}
		.info-video .description{
			width: 2%;
			height: 55px;
			background:#343434;
			float: left;
			
		}
		.detail-video {
			width: 97%;
		}
		.detail-video .inner{
			height: 200px;
			
		}
	}