/*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;
    -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: 10px;
}
.util-theme-default .util-page span {
	display: block;
	width: 22px;
	height: 22px;
	border-radius:0;
	background-color: #094f32;
	-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(255,255,255,0.5);
    font-size: 20px;
    color: #b2b2b4;
    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(255,255,255,1);
	color: #ff6000;
}
.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;
}

/* TIN TUC */
.news-view {width:100%;overflow:hidden;}

.news-view .item{width:100%;display:block;padding:0;margin:0;list-style-type:none;}
.news-view .item .thumb{width:100%;display:inline-block;vertical-align:top;}
.news-view .item .thumb img{width:100%;display:block;border:none;}
.news-view .item .info{width:100%;display:inline-block;vertical-align:top;padding:8px 12px;border:#ccc 1px solid;border-top:none;}
.news-view .item .info h2 {margin:0;padding:0;}
.news-view .item .info h2 a{display:block;max-height:40px;overflow:hidden;margin:0;font:450 15px/20px Roboto;color:#222;text-decoration:none}
.news-view .item .info h2 a:hover{color:#f00;}

.news-view .item .info p.desc{height:60px;overflow:hidden;margin:5px 0;padding:0;font:400 14px/20px OpenSans;color:#444;}
.news-view .item .info p.updated{margin:0;padding:8px 0 3px;font:400 13px/13px OpenSans;color:#444;}
.news-view .item .info p.updated i{padding-right:5px;}
.news-view .item .info p.updated a{font:400 13px/13px OpenSans;color:#444;}
.news-view .item .info p.updated a:hover{color:#222;}