.red{
	color: red!important;
}
.w16{
	width: 16px!important;
}
.mr-3{
	margin-right: 3px!important;
}
.mr-5{
	margin-right: 5px!important;
}
.tk #tab-visa .row .tk-col img{
	width: 30px;
	margin: 0 auto;
}
.tk #tab-visa .row .tk-col{
	border: 1px solid #B4C4D9;
	border-radius: 5px;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.tk #tab-visa .row .tk-col a{
	color: var( --main-color );
	padding-left: 5px;
}
.tk #tab-visa .row .tk-col:hover{
	background: var( --main-color );
	cursor: pointer;
}
.tk #tab-visa .row .tk-col:hover a{
	color: white;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.tk .main-footer .widget-title{
	max-width: none;
}
.tk .main-footer .widget-title:before{
	width: 50%;
}
.tk .main-footer .links-widget{
	margin-top: -20px;
}
.tk .tk-detail p{
	padding-bottom: 5px;
	margin-bottom: 0;
}
.tk .tk-detail ul{
	padding-left: 20px;
}
.tk .tk-detail ul, .tk .tk-detail li{
	list-style: initial;
}
.tk .tk-map{
	padding-bottom: 0;
}
.tk .floating-support{
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 190px;
	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;
}
.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;
}
@media( max-width: 1519px ){
	.tk .floating-support__item{
		-webkit-transform: translateX( 0px );
		transform: translateX( 0px );
		width: 60px;
		padding: 14px 15px 14px 15px;
	}
	.tk .floating-support__item__content{
		opacity: 0;
	}
}
@media( max-width: 767px ){
	.tk .floating-support__item{
		right: -10px;
		padding: 10px 15px 10px 10px;
		width: 150px;
		border-radius: 50px 0 0 50px;
	}
}
@media ( max-width: 575.98px ){
	.tk #tab-visa .row .tk-col a{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		max-width: 100%;
	}
}
@media ( min-width: 768px ){
	.tk .news-block-two .inner-box{
		display: flex;
		flex-wrap: wrap;
	}
	.tk .news-block-two .inner-box .image-box, .tk .news-block-two .inner-box .content-box{
		flex: 1 1 50%;
	}
	.tk .news-block-two .inner-box .image-box img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
}
@media ( min-width:1200px ){
	.tk .banner-style-two .content-box h2{
		font-size: 60px;
		line-height: 70px;
	}
	.tk .sec-title h2{
		font-size: 30px;
		line-height: 40px;
	}
	.tk .countries-style-three .title-inner .sec-title{
		max-width: inherit!important;
	}
}