.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 */
.main-nav-inner>ul>li>a:hover,
.tour-col-item-title a:hover,
.car-col-item-title a:hover,
.home-news-item-title a:hover,
.footer-item-nav ul li a:hover,
.block-breadcrumb a:hover,
.tour-list-item-title a:hover,
.tour-list-item-tax a:hover,
.archive-new-item-title a:hover,
.sb-post-item-title a:hover,
.sidebar-tour-attr-item-info a:hover{
	color: var(--th-color-orange);
}