<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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;
}

.paview {width:100%;overflow:hidden;}
.paview .item{width:100%;display:block;padding:10px 6%;margin:0;list-style-type:none;}
.paview .item div {
    display: block;
	padding:20px 0;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
	}
.paview .item div img{
	display:inline-block;
	height:50px;
	border:none;
	}
	
/* SAN PHAM DA XEM */
.hotpview {width:100%;overflow:hidden;}
.hotpview .item{width:100%;display:block;padding:10px 15px;margin:0;list-style-type:none;}
.hotpview .item .inbox {background:#fff;width:100%;padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	}
.hotpview .item .thumb {background:#fff;
    display: block;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
	}
.hotpview .item .thumb a {position:relative;width:100%;display:block;overflow:hidden;}
.hotpview .item .thumb img{
	display:block;
	width: 100%;
	border:none;
    -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;
	}
.hotpview .item .info {position:relative;padding:5px 15px;background:#fff;}
.hotpview .item h2{margin:10px 0;padding:0;text-align:center}
.hotpview .item h2 a{font:450 20px/25px Roboto;color:#555}
.hotpview .item h2 a:hover{color:#222;}
.hotpview .item p{position:relative;margin:0;padding:10px 0;font:400 14px/25px Roboto;color:#666;text-align:justify;}
.hotpview .item p{max-height:88px;overflow:hidden;margin:5px 0 10px;padding:0;font:400 14px/22px Roboto;color:#444;text-align:justify;}

.hotpview .item h3{margin:3px 0;padding:0;border-top:#e0e6ed 1px solid;font:450 16px/26px Roboto;color:#444;text-align:center}

.hotpview .item ul{width:100%;padding:20px 0 10px;margin:20px 0 0;border-top:#e0e6ed 1px solid;list-style:none;}
.hotpview .item ul li{display:block;width:100%;position:relative;background:none;margin:0;padding:0 0 0 28px;list-style:none;vertical-align:top;
	font:400 14px/28px Roboto;
	color:#444;
	text-align:left;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}
.hotpview .item ul li::before {position:absolute;top:4px;left:0;
    content: '';
    background: url('/images/global/icon-cam.png') no-repeat;
	background-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.hotpview .item:hover ul li{box-shadow:none;transform: scale(1);}

/* 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;
	
	}
.pro-view .item .thumb {
    display: block;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
	}
.pro-view .item .thumb a {position:relative;width:100%;display:block;overflow:hidden;}
.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:center}
.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 Roboto;color:#666;text-align:center;}
.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);}

/* TIN TUC */
.news-view {width:100%;overflow:hidden;}

.news-view .item{width:100%;display:block;padding:10px 15px;margin:0;list-style-type:none;}
.news-view .item .thumb{width:100%;display:inline-block;vertical-align:top;}
.news-view .item .thumb a {position:relative;width:100%;display:block;overflow:hidden;}
.news-view .item .thumb img{width:100%;display:block;border:none;
	border:#fff 1px solid;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.news-view .item .info{width:100%;display:inline-block;vertical-align:top;padding:10px 15px;border:#fff 1px solid;border-top:none;
	background:#fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.news-view .item .info div {margin:0;padding:0;}
.news-view .item .info div a{display:block;max-height:48px;overflow:hidden;margin:0;font:450 16px/24px Roboto;color:#3d3838;}
.news-view .item .info div a:hover{color:#ca521e;}

.news-view .item .info p.desc{height:72px;overflow:hidden;margin:5px 0;padding:0;font:400 15px/24px Roboto;color:#3d3838;}
.news-view .item .info p.updated{margin:0;padding:12px 0 8px;font:400 13px/13px Roboto;color:#9b9a9a;}
.news-view .item .info p.updated i{padding-right:5px;}
.news-view .item .info p.updated a{font:400 13px/13px Roboto;color:#332d2d;}
.news-view .item .info p.updated a:hover{color:#fff;}

/* O TIN TUC */
.onews-view {width:100%;overflow:hidden;}

.onews-view .item{width:100%;display:block;padding:10px 6% 0 0;margin:0;list-style-type:none;}
.onews-view .item .thumb{width:100%;display:inline-block;vertical-align:top;}
.onews-view .item .thumb a {position:relative;width:100%;display:block;overflow:hidden;}
.onews-view .item .thumb img{width:100%;display:block;border:none;}
.onews-view .item .info{width:100%;display:inline-block;vertical-align:top;padding:10px 0 0;border:#fff 0px solid;border-top:none;}
.onews-view .item .info div {margin:0;padding:0;}
.onews-view .item .info div a{display:block;max-height:48px;overflow:hidden;margin:0;font:450 16px/24px Roboto;color:#3d3838;}
.onews-view .item .info div a:hover{color:#ff9c00;}

.onews-view .item .info p.desc{height:72px;overflow:hidden;margin:5px 0;padding:0;font:400 15px/24px Roboto;color:#3d3838;}
.onews-view .item .info p.updated{margin:0;padding:12px 0 8px;font:400 13px/13px Roboto;color:#9b9a9a;}
.onews-view .item .info p.updated i{padding-right:5px;}
.onews-view .item .info p.updated a{font:400 13px/13px Roboto;color:#332d2d;}
.onews-view .item .info p.updated a:hover{color:#fff;}

/* 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:100px;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 a {position:relative;width:100%;display:block;overflow:hidden;}
.ykien-view .item .thumb img{width:100%;display:block;border:none;}

.ykien-view .item div.desc{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;}

/* Y KIEN RIGHT*/
.ykien-right {width:100%;overflow:hidden;}

.ykien-right .item{width:100%;display:block;padding:0;margin:0;list-style-type:none;}
.ykien-right .item .thumb{width:100px;display:block;margin:25px auto 15px;
	border:#f2f2f2 5px solid;
	overflow:hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
.ykien-right .item .thumb a {position:relative;width:100%;display:block;overflow:hidden;}
.ykien-right .item .thumb img{width:100%;display:block;border:none;}

.ykien-right .item div.desc{position:relative;margin:0;padding:10px 15px;font:400 14px/20px Roboto;color:#3d3838;text-align:center;
	border:#cccacd 1px solid;
	}
.ykien-right .item div.desc div.indesc{height:175px;overflow:hidden;margin:0;padding:0;font:400 15px/25px Roboto;color:#555;}
.ykien-right .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-right .item .info{display:block;padding:0;text-align:center}
.ykien-right .item .info div {margin:0;padding:3px 0;font:450 14px/20px Roboto;color:#444;}
.ykien-right .item .info p{margin:0;padding:0;font:400 14px/20px Roboto;color:#444;}

/* 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;
	
	}
.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:block;
	max-width: 100%;
	height:50px;
	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;
	
	}
.hot-view .item .thumb {
    display: block;
	position:relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
	}
.hot-view .item .thumb a {position:relative;width:100%;display:block;overflow:hidden;}
.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 Roboto;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;}
		
}</pre></body></html>