.cboth{
	clear:both;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.bsize{
	box-sizing:border-box;
}
.oflow{
	overflow:hidden;
}
.dnone{
	display:none;
}
.tf{
	text-transform: uppercase;
}
.lp1{
	letter-spacing: 1px;
}
.white-space{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.thumb-full{
	overflow: hidden;
}
.thumb-full>img{
	width: 100% !important;
	height: auto !important;
	min-height: 100% !important;
}
.mark-content{
	transition: all ease-in-out .5s;
}

/* Mau xanh */
.sidebar-tax-item-head a:hover,
.sidebar-tax-item-title a:hover,
.footer-item-content-nav li a:hover,
.footer-social-item-title:hover,
.sidebar-app-item:hover .sidebar-app-item-title a,
.single-app-tax a:hover,
.app-related-item-title a:hover,
.home-cat-item:hover .home-cat-item-title,
.footer-nav li a:hover{
	 color: #32ac71;
}