.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 do */
.block-item-morelink:hover,
.block-breadcrumb a:hover,
.sidebar-item-tax-content>ul>li a:hover,
.sb-post-item-title a:hover,
.archive-new-item-title a:hover,
.archive-new-item-morelink a:hover,
.single-meta a:hover,
.trending-item-title:hover,
.pro-item-bottom a:hover,
.header-bottom-right li a:hover,
.video-fea-item:hover .video-fea-item-title,
.news-col-item-title a:hover,
.ct-showroom-item-content a:hover,
.cart-checkout-breadcrumb a:hover,
.news-col-item-morelink a:hover,
.tax-nav-child-item:hover{
	color: var(--th-color-green);
}
.home-news-item-title a:hover,
.home-news-item-morelink a:hover{
    color: var(--th-color-green);
}
.footer-item-nav ul li a:hover,
.footer-item-content a:hover{
	color: var(--th-color-yellow);
}