.red{
	color: red!important;
}
.blue{
	color: blue!important;
}
.tk .btn_remove_filter{
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	background-color: #ff4d4d;
	border: 1px solid #e63939;
	color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	font-weight: bold;
}
	/** detail ( blog, product ) **/
.tk_detail img{
    cursor: zoom-in;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.tk_detail img:hover{
    opacity: 0.9;
    transform: scale( 1.01 );
}
	/** see more **/
.tk .tk-more{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: max-height 0.4s ease-in-out;
}
.tk .tk-more::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; 
    background: linear-gradient( to bottom, rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) 80% );
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 1;
}
.tk .tk-more.active::after{
    opacity: 0;
}
.tk .tk-btn-more{
    display: none; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient( to bottom, rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) 30% );
    padding: 20px 0 10px 0;
    z-index: 2;
}
.tk .tk-more.active .tk-btn-more{
    position: relative;
    background: transparent;
    padding-top: 15px;
}
.tk .tk-btn-more a{
    display: inline-block;
    padding: 8px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba( 0, 0, 0, 0.05 );
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}
.tk .tk-btn-more a:hover{
    color: #fff;
    background-color: #333;
    border-color: #333;
    box-shadow: 0 4px 12px rgba( 0, 0, 0, 0.15 );
    transform: translateY( -1px );
}
	/** css support **/
.tk .floating-support{
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 120px;
	font-size: 0;
	width: 20px;
}
.tk .floating-support__item{
	margin-bottom: 10px;
	-webkit-box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.2 );
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	white-space: nowrap;
	background: #fff;
	padding: 5px 10px 5px 10px;
	line-height: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 140px;
	-webkit-transform: translateX( -108px );
	transform: translateX( -108px );
	overflow: hidden;
	text-decoration: none!important;
}
.tk .floating-support__item__icon{
	width: 32px;
	height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.tk .floating-support__item__icon img{
	max-width: 100%;
}
.tk .floating-support__item__icon i{
	font-size: 28px;
	color: green;
}
.tk .floating-support__item__content{
	margin-left: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: calc( 100% - 37px );
	overflow: hidden;
}
.tk .floating-support__item__content p,
.tk .floating-support__item__content p b{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tk .floating-support__item__content p{
	font-size: 14px;
	color: #000;
	margin: 0;
}
.tk .floating-support__item__content span{
	margin-top: 5px;
	display: block;
	color: #8f8f8f;
	font-size: 12px;
}
.tk .floating-support__item:hover{
	background: #fffceb;
	-webkit-box-shadow: 0 10px 15px rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 10px 15px rgba( 0, 0, 0, 0.2 );
	-webkit-transform: translateX( -108px );
	transform: translateX( -108px );
	width: 140px;
}
.tk .floating-support__item:hover .floating-support__item__content{
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 1;
}
	/** css support mobile **/
.tk .support-bottom-bar{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	width: 100%;
	background: rgba( 255, 255, 255, 0.9 );
	backdrop-filter: blur( 6px );
	-webkit-backdrop-filter: blur( 6px );
	border-top: 1px solid rgba( 0, 0, 0, 0.08 );
	box-shadow: 0 -2px 10px rgba( 0, 0, 0, 0.08 );
}
.tk .support-bottom-bar a{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 6px;
	min-height: 52px;
	min-width: 0;
	text-decoration: none;
	color: #222;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}
.tk .support-bottom-bar__icon{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.tk .support-bottom-bar__icon svg{
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.tk .support-bottom-bar a span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}