﻿/*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% + 10px);
	width: -webkit-calc(100% + 10px);
	width: -o-calc(100% + 10px);
	width: calc(100% + 10px);
	margin:0 0 0 -5px;
	padding: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:15px;
}
.util-theme-default .util-page span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius:50%;
	background-color: #bdbdbd;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin:5px 3px;
}
.util-theme-default .util-page {
	display: inline-block;
	cursor: pointer;
	zoom: 1;
	*display: inline;
}
.util-theme-default  .util-page.active-page span {
	background-color: #ff8a00;
}
.util-theme-default  .util-page:hover span {
	background-color: #ff8a00;
}
.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: 30px;
    margin: 0;
    margin-top:-22px;
    padding: 0;
    background-color: rgba(0,0,0,0);
    font-size: 30px;
	font-weight: bold;
    color: #a7a6a6;
    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:#a7a6a6;
}
.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 2px 3px -2px rgba(0, 0, 0, 0.5);
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
	overflow:hidden;
	}
.hot-view .item .thumb {
    display: block;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
	}
.hot-view .item .thumb img{
	display:block;
	width: 100%;
	border:none;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
	overflow:hidden;
	}
.hot-view .item .thumb div {
    display:inline-block;
	background-color: #ff891e;
    color: white;
	top: 25px;
	right:0;
    padding: 5px 10px;
    position: absolute;
	text-align:right;
}
.hot-view .item .thumb p {margin:0;padding:0;font:400 13px/20px Roboto;color:#fff;text-align:right;}
.hot-view .item .thumb span {display:block;margin:0;padding:3px 0;font:450 16px/20px Roboto;color:#fff;text-align:right;}

.hot-view .item .info {position:relative;padding:10px 15px;}
.hot-view .item h2{height:44px;overflow:hidden;margin:3px 0 5px;padding:0;font:450 14px/22px Roboto;color:#005baa;text-transform:uppercase;text-align:left}
.hot-view .item h2 a{font:450 14px/22px Roboto;color:#005baa}
.hot-view .item h2 a:hover{color:#d14c1d;}
.hot-view .item p{margin:2px 0;padding:0;font:400 14px/22px Roboto;color:#444;text-align:left}

.hot-view .item:hover .thumb img{transform: scale(1.2);}

/* 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:#5ac168;}	

.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%;}

.dtview .item{margin:0 10px;
    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: 95%;
	border:none;
	}

/* END PRO LIST */

/* Y KIEN */
.ykien-view {width:100%;overflow:hidden;}

.ykien-view .item{width:100%;display:block;padding:10px 5px;margin:0;list-style-type:none;}
.ykien-view .item .thumb{width:80px;height:80px;display:block;margin:25px auto 15px;
	border:#f2f2f2 5px solid;
	overflow:hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
.ykien-view .item .thumb img{width:100%;height:100%;display:block;border:none;}

.ykien-view .item div.desc{background:#fff;position:relative;margin:0;padding:10px 15px;font:400 14px/20px Roboto;color:#3d3838;text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#cccacd 1px solid;
	}
.ykien-view .item div.desc div.indesc{height:125px;overflow:hidden;margin:0;padding:0;font:400 15px/25px Roboto;color:#555;}
.ykien-view .item div.desc div.arrow {
	display: block;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 10px);;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAAHaoq71AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU9JREFUeNpiuHv3rvV/KGAA4a9fv4LZAAHEABO9d+/ef0awCAMDiGAECCCwMpAoDHz79g2sBaYKAwAEEMPPnz//owMGKIYDoFMkwYJAhgBUAO4UmEQSjA0QQDCBjv94wPPnz1FNAOFnz56hKPr37x/IqmoUk5ExULIEpOjx48f/0eUAAgglIHCBHz9+gGzQBOt48eIFXsVAhU3IHlT9/v07LoX/MdwMFGxAV/j06VMUd6N7Dq7wy5cvIFM5cSoG4SdPnsCCrBAjNNAF0GMNGQMEGEwy+9GjR////v37n1zw58+f/w8fPgS5KB6b/6Z++PCBZEPfvXsHMnAKXu8BFUSDbAa5gBD4/fv3/wcPHoAMDSIq3KAWTH779i1OQ9+8eQMycCIu/TgNhhruef/+/f+/fv2CGwhig8SAci749OI1GMmC3levXv0HYSC7hxg9AMbpvGCGEsu8AAAAAElFTkSuQmCC);
	width: 20px;
	height: 12px;
}

.ykien-view .item .info{display:block;padding:0;text-align:center}
.ykien-view .item .info div {margin:0;padding:3px 0;font:450 14px/20px Roboto;color:#444;}
.ykien-view .item .info p{margin:0;padding:0;font:400 14px/20px Roboto;color:#444;}

@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);*/
		}

	.util-theme-default .util-prev, .util-theme-default .util-next {width:20px;}
	.util-theme-default .util-next {
		right:0;
	}
	.util-theme-default .util-prev {
		left:0;
	}
[class^="icon-"]:before, [class*=" icon-"]:before {
    width: 20px !important;
}
	.pro-list .item {margin:0 10px 0 0;}
		
}