/*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:0;
}
.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: 10px;
}
.util-theme-default .util-page span {
	display: block;
	width: 30px;
	height: 8px;
	border-radius:4px;
	background-color: #d6d6d6;
	-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: #ff7a59;
}
.util-theme-default  .util-page:hover span {
	background-color: #ff7a59;
}
.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: 20px;
    color: #b2b2b4;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.util-theme-default .util-prev:hover, .util-theme-default .util-next:hover {
	background-color:rgba(0,0,0,0);
}
.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;
}

/* NEWS */
.neview {width:100%;margin:0 auto;overflow:hidden;}
.neview .item{width:100%;display:block;padding:10px 10px;margin:0;list-style-type:none;}
.neview .item .thumb{position:relative;width:100%;display:inline-block;vertical-align:top;}
.neview .item .thumb img{width:100%;display:block;border:none;}
.neview .item .title {margin:0;padding:10px 0;font:450 13px/20px Roboto;color:#222;text-transform:uppercase;}
.neview .item .title a{font:450 13px/20px Roboto;color:#222;}
.neview .item:hover .title a{color:#ff7a59;}
.neview .item p {
    height: 60px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;	
	font:400 13px/20px Roboto;
	color:#222;
	}

/* DOI TAC */
.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;
	
	}
.dtview .item .thumb {
    display: block;
	background:#fff;
	padding:5px 10px;
	border:#f8f8f8 1px solid;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
	}
.dtview .item .thumb a {position:relative;width:100%;display:block;overflow:hidden;}
.dtview .item .thumb img{
	display:inline-block;
	max-width: 100%;
	height:50px;
	border:none;
	}
	
@media (max-width:1280px){
	
	.storeview{width:100%}
		
}

@media (max-width:900px){
	
	.hotpview .item h2 a{font:450 16px/22px Roboto;}
}

@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;}
		
}