/* 
 * 	Core Owl Carousel CSS File
 *	v1.18
 */

/* 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%;
	    padding: 0 40px;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-carousel .owl-item .item{
	text-align: center;
}
.san-pham-ct .owl-item h4{
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 6px;
}
.san-pham-ct .owl-item p{
    font-weight: bold;
}

.owl-controlls .owl-page{
    cursor: pointer;
    margin: 0;
}

.owl-controlls .owl-buttons div{
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 30px;
    background: #f79320;
    position: relative;
    border: solid 1px #f79320;
    float: left;
}

.owl-controlls .owl-buttons .owl-prev{
	    margin-right: 15px;
	}
	
.owl-buttons{display: inline-block}
.owl-controlls {
	-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 */

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

#logo_link .owl-buttons{
	display: none;
}

.owl-theme .owl-controlls{
	margin-top: 10px;
	text-align: center;
	display: initial;
}

.tin-tiuc-hom .owl-controlls .owl-pagination{
    display: inline-block;
	width: 100%;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-prev {
	position: relative;
}

.owl-theme .owl-buttons .owl-prev:after,
.owl-theme .owl-buttons .owl-next:after{
    background: url(../img/icon-pre.svg) no-repeat;
    content: "";
    width: 10px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: 9px;
}

.owl-theme .owl-buttons .owl-next:after {
	background: url(../img/icon-next.svg) no-repeat;
}

#slider_tin_tuc .owl-controlls .owl-buttons div,
#slider_tin_tuc_ct_img  .owl-controlls .owl-buttons div{
	position: absolute;
	top: 30%;
	width: 15px;
	height: 31px;
}

#slider_tin_tuc_ct_img  .owl-controlls .owl-buttons div{
	top: 50%;
	margin-top: -15px;
}

#slider_tin_tuc .owl-controlls .owl-buttons .owl-prev,
#slider_tin_tuc_ct_img .owl-controlls .owl-buttons .owl-prev{
	left: -4%;
	background: url(../img/icon-prev-1.png) no-repeat;
}
#slider_tin_tuc .owl-controlls .owl-buttons .owl-next,
#slider_tin_tuc_ct_img .owl-controlls .owl-buttons .owl-next{
	right: -4%;
	 background: url(../img/icon-next-1.png) no-repeat;
}

#slider_tin_tuc .owl-theme{
	cursor: pointer;
	float: left;
	margin: 0 7px;
	position: absolute;
	top: 30%;
}

.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controlls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #fff;
}

.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{
	background: #fff;
}

.owl-pagination{
	margin-top: 20px;
	}

/* If PaginationNumbers is true */

.owl-theme .owl-controlls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



