.cboth{
	clear:both;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.bsize{
	box-sizing:border-box;
}
.oflow{
	overflow:hidden;
}
.dnone{
	display:none;
}
.tf{
	text-transform: uppercase;
}
.white-space{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mark-content{
	transition: all ease-in-out .5s;
}
.header-bottom .container,
.logo{
	transition: all ease-in-ou .3s;
}

/* Mau do */
.post-title a:hover,
.post-meta a:hover,
.footer-nav ul li a:hover,
.footer-content a:hover,
.footer-item-nav ul li a:hover,
.block-breadcrumb a:hover,
.sidebar-item-nav ul li a:hover,
.pnf-item-morelink a:hover{
	color: var(--th-color-second);
}