.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 */
.block-item-head a:hover,
.app-full-item-title a:hover,
.post-title a:hover,
.home-tax-item:hover,
.footer-nav li a:hover,
.sidebar-tax-content ul li a:hover,
.block-breadcumb a:hover,
.home-cat-item:hover{
	 color: var(--th-color-main);
}