/*UtilCarousel Base Style*/
.util-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.util-carousel .util-wrapper-holder {
	overflow: hidden;
	position: relative;
	
	width: -moz-calc(100%);
	width: -webkit-calc(100%);
	width: -o-calc(100%);
	width: calc(100%);

	padding:15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.util-carousel .util-wrapper {
	*zoom: 1;
	position: relative;
	display: none;
}
.util-carousel .util-wrapper:before, .util-carousel .util-wrapper:after {
	display: table;
	content: "";
	line-height: 0;
}
.util-carousel .util-wrapper:after {
	clear: both;
}
.util-carousel .util-item {
	float: left;
	margin:0 !important;
}
.dragging, .dragging * {
	cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), move;
}

/*UtilCarousel Defualt Theme*/
.util-theme-default .util-pagination {
	text-align: center;
	margin-top:0;
}
.util-theme-default .util-page span {
	display: block;
	width: 30px;
	height: 8px;
	border-radius:4px;
	background-color: #444;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 5px;
}
.util-theme-default .util-page {
	display: inline-block;
	cursor: pointer;
	zoom: 1;
	*display: inline;
}
.util-theme-default  .util-page.active-page span {
	background-color: #ed2027;
}
.util-theme-default  .util-page:hover span {
	background-color: #ed2027;
}
.util-theme-default .util-navigation {
	text-align: center;
}

.util-theme-default .util-prev, .util-theme-default .util-next {
	position: absolute;
    top: 50%;
    line-height: 36px;
    width: 36px;
    margin: 0;
    margin-top: -18px;
    padding: 0;
    background-color: rgba(0,0,0,0);
    font-size: 30px;
	font-weight: bold;
    color: #f00;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.util-theme-default .util-prev:hover, .util-theme-default .util-next:hover {
	background-color:rgba(0,0,0,0);
	color: #222;
}
.util-theme-default .util-disable, .util-theme-default .util-disable:hover {

}
.util-theme-default .util-next {
	right: 0;
}
.util-theme-default .util-prev {
	left: 0;
}

/* SAN PHAM DA XEM */
.hot-view {width:100%;overflow:hidden;}

.hot-view .item{margin:0 8px;
	background:#fff;
    box-shadow: 0 0 1px transparent;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
	overflow:hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.hot-view .item .thumb {
    display: block;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.hot-view .item .thumb img{
	display:block;
	width: 100%;
	border:none;
	}
.hot-view .item .thumb span {
    display:inline-block;
	background-color: #ec3e45;
    border-radius: 5px;
    color: white;
    font:700 10px/10px 'Roboto', sans-serif;
    left: 15px;
    padding: 4px 7px;
    position: absolute;
    top: 15px;
}
.hot-view .item .thumb span.qt {background:none;border-radius:0;left: 70px;padding:0;top: 10px;}

.hot-view .item .info {position:relative;padding:5px 10px;}
.hot-view .item h2{height:22px;overflow:hidden;margin:3px 0;padding:0;font:500 14px/22px 'Roboto', sans-serif;color:#666;text-align:left}
.hot-view .item h2 a{font:500 14px/22px 'Roboto', sans-serif;color:#666}
.hot-view .item h2 a:hover{color:#222;}

.hot-view .item p{position:relative;margin:0;padding:3px 0;font:400 13px/20px OpenSans;color:#666;text-align:left;}
.hot-view .item span.oprice{position:absolute;left:0;top:3px;font:400 14px/20px 'Roboto', sans-serif;color:#ef4248;text-decoration:line-through}
.hot-view .item span.price{font:900 16px/20px 'Roboto', sans-serif;color:#9c2330;}	

.hot-view .item div.lovebox{position:absolute;right:10px;bottom:5px;}	
.hot-view .item div.lovebox .love {display:inline-block;background: url('/images/global/cart2-icon.png') no-repeat;width:20px;height:20px;cursor: pointer;}
.hot-view .item div.lovebox .love:hover{background: url('/images/global/cart2-icon-hover.png') no-repeat;}
.hot-view .item div.lovebox .numcart {
    display:none;
	visibility: hidden;
    padding:0;
}

.hot-view .item:hover{box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);transform: scale(1.02);}

/* SAN PHAM DA XEM */
.pro-view {width:100%;overflow:hidden;}

.pro-view .item{margin:0 8px;
	background:#fff;
    box-shadow: 0 0 1px transparent;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
	overflow:hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.pro-view .item .thumb {
    display: block;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.pro-view .item .thumb img{
	display:block;
	width: 100%;
	border:none;
	}
.pro-view .item .thumb span {
    display:inline-block;
	background-color: #ec3e45;
    border-radius: 5px;
    color: white;
    font:700 10px/10px 'Roboto', sans-serif;
    left: 15px;
    padding: 4px 7px;
    position: absolute;
    top: 15px;
}
.pro-view .item .thumb span.qt {background:none;border-radius:0;left: 70px;padding:0;top: 10px;}

.pro-view .item .info {position:relative;padding:5px 10px;}
.pro-view .item h2{height:22px;overflow:hidden;margin:3px 0;padding:0;font:500 14px/22px 'Roboto', sans-serif;color:#666;text-align:left}
.pro-view .item h2 a{font:500 14px/22px 'Roboto', sans-serif;color:#666}
.pro-view .item h2 a:hover{color:#222;}

.pro-view .item p{position:relative;margin:0;padding:3px 0;font:400 13px/20px OpenSans;color:#666;text-align:left;}
.pro-view .item span.oprice{position:absolute;left:0;top:3px;font:400 14px/20px 'Roboto', sans-serif;color:#ef4248;text-decoration:line-through}
.pro-view .item span.price{font:900 16px/20px 'Roboto', sans-serif;color:#9c2330;}	

.pro-view .item div.lovebox{position:absolute;right:10px;bottom:5px;}	
.pro-view .item div.lovebox .love {display:inline-block;background: url('/images/global/cart2-icon.png') no-repeat;width:20px;height:20px;cursor: pointer;}
.pro-view .item div.lovebox .love:hover{background: url('/images/global/cart2-icon-hover.png') no-repeat;}
.pro-view .item div.lovebox .numcart {
    display:none;
	visibility: hidden;
    padding:0;
}

.pro-view .item:hover{box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);transform: scale(1.02);}

/* DOI TÁC */
.dtview {width:100%;overflow:hidden;}

.dtview .item{margin:0 8px;
    box-shadow: 0 0 1px transparent;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
	overflow:hidden;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.dtview .item .thumb {
    display: block;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.dtview .item .thumb img{
	display:block;
	width: 100%;
	border:none;
	}

/* TIN TUC */
.hot-view {width:100%;overflow:hidden;}

.hot-view .item{margin:0 8px;
	background:#fff;
    box-shadow: 0 0 1px transparent;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
	overflow:hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.hot-view .item .thumb {
    display: block;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.hot-view .item .thumb img{
	display:block;
	width: 100%;
	border:none;
	}
.hot-view .item .info {position:relative;padding:5px 10px;}
.hot-view .item h2{height:22px;overflow:hidden;margin:3px 0 5px;padding:0;font:500 14px/22px 'Roboto', sans-serif;color:#666;text-align:center}
.hot-view .item h2 a{font:500 14px/22px 'Roboto', sans-serif;color:#666}
.hot-view .item h2 a:hover{color:#222;}

.hot-view .item p{position:relative;margin:0;padding:3px 0;font:400 13px/20px OpenSans;color:#666;text-align:center;}

/* END PRO LIST */

@media (max-width:480px){

	.util-carousel .util-wrapper-holder {
		width: -moz-calc(100% + 10px);
		width: -webkit-calc(100% + 10px);
		width: -o-calc(100% + 10px);
		width: calc(100% + 10px);
		}

	.pro-list .item {margin:0 10px 0 0;}
		
}