footer.tk23-footer{
	background-color: #fff;
	border-top: 1px solid #ebebeb;
	padding-top: 55px;
}

footer.tk23-footer p{
	margin-bottom: 0;
}

.tk23-footer-imag{
   margin-bottom: 20px;
}

.tk23-footer-imag img{
	width: 100%;
  height: auto;
  max-width: 250px;
}


footer.tk23-footer h5, footer.tk23-footer h5 a{
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: 600;
	color:#222222;
}

footer.tk23-footer h5{
	margin-bottom: 25px;
}

footer.tk23-footer .tk23-fhd-bold h5{
	margin-bottom: 12px;
}

footer.tk23-footer .tk23-fhd-bold h5:last-child{
	margin-bottom: 0;
}

footer.tk23-footer .tk23-footer-widget ul li{
	margin-bottom: 10px;
}

footer.tk23-footer .tk23-footer-widget ul li:last-child{
	margin-bottom: 0;
}

footer.tk23-footer .tk23-footer-widget p{
	margin-bottom: 10px;
}

footer.tk23-footer .tk23-Fwidget1 p{ 
   font-size: 14px;
   line-height: 22px;
   color:#565656;	
   font-weight: 400;
   margin-bottom: 22px;
   padding-bottom: 0;
}

footer.tk23-footer .tk23-Fwidget1 p:last-child{
	margin-bottom:0;
}

footer.tk23-footer .tk23-fhd-bold{
  margin-top: 28px;
}


footer.tk23-footer a, footer.tk23-footer ul.tk23-ft-lang li span{
	color:#565656;
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	transition: all 0.4s ease-in-out;
}

footer.tk23-footer a:hover{
	color: #ff6600;
}

footer.tk23-footer .tk23-ft-butn1{
	margin-top: 36px;
}

footer.tk23-footer .tk23-ft-butn1 a{
	background-color: #ff6600;
    padding: 11px 26px;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

footer.tk23-footer .tk23-ft-butn1 a:hover{
	background-color: #ee670c;
	color: #fff;
}

footer.tk23-footer .tk23-ft-social{
	margin-top: 45px;
	display: flex;
	align-items: center;
}

footer.tk23-footer .tk23-ft-social h6{
	margin-right: 10px;
}

footer.tk23-footer .tk23-ft-social ul li{
	display: inline-block;
    text-align: center;
    cursor: pointer;
   	margin-right: 5px;
    margin-bottom: 0;
} 

footer.tk23-footer .tk23-ft-social ul li a{
	font-size: 13px;
    display: block;
    color: #fff;
    padding: 6px 5px;
    width: 25px;
    height: 25px;
    background-color: #666666;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

footer.tk23-footer .tk23-ft-social ul li a:hover{
	background-color: #ff6600;
}

footer.tk23-footer .tk23-ft-nav{
	margin-top: 54px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding-top: 25px;
    padding-bottom: 30px;
}

footer.tk23-footer .tk23-ft-nav ul li{
	display: inline-block;
	margin-right: 24px;
	position: relative;
}

footer.tk23-footer .tk23-ft-nav ul li:last-child{
	margin-right: 0;
}

footer.tk23-footer .tk23-ft-nav ul li:after {
	content: '';
    width: 1px;
    height: 14px;
    background-color: #8f8f8f;
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer.tk23-footer .tk23-ft-nav ul li:last-child:after{
	display: none;
}

footer.tk23-footer .tk23-ft-nav ul li span, footer .tk23-ft-nav ul li a{
	line-height: 35px;
}

footer.tk23-footer ul.tk23-ft-lang1 li:first-child:after{
	display: none;
}

footer.tk23-footer ul.tk23-ft-lang1 li:first-child{
	margin-right: 10px;
}


footer.tk23-footer .tk23-ft-policy li{
	display: inline-block;
}

footer.tk23-footer .tk23-ft-policy {
    max-width: 600px;
    margin: 30px auto 0;
}

footer.tk23-footer .tk23-ft-policy-img{
		width: 180px;
		display: inline-block;
		vertical-align: middle;
}

footer.tk23-footer .tk23-ft-policy-img img{
	width: 164px;
	height: 65px;
}

footer.tk23-footer .tk23-ft-policy-mn-content{
		display: inline-block;
		width: calc(99% - 180px);
		vertical-align: middle;
}

footer.tk23-footer .tk23-ft-policy-content{
    margin-bottom: 10px;
}



footer.tk23-footer .tk23-ft-policy-content li{
	position: relative;
	margin-right: 15px;
}

footer.tk23-footer .tk23-ft-policy-content li:last-child{
	margin-right: 0;
}

footer.tk23-footer .tk23-ft-policy-content li:after{
	content: '';
    width: 5px;
    height: 1px;
    background-color: #8f8f8f;
    position: absolute;
    right: -11px;
    top: 1px;
    bottom: 0;
    margin: auto;
}

footer.tk23-footer .tk23-ft-policy-content li:last-child:after{
	display: none;
}

@media screen and (max-width: 1399px){
	footer.tk23-footer .tk23-ft-social{
		display: block;
	}
	footer.tk23-footer .tk23-ft-social h6{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 991px){
	.tk23-footer-imag img {
    max-width: 200px;
	}
	footer.tk23-footer{
		text-align: center;
	}

	footer.tk23-footer .tk23-Fwidget1 p:last-child{
		margin-bottom: 20px;
	}
	footer.tk23-footer .tk23-ft-butn1 a{
		padding: 9px 14px;
	}
	
	footer.tk23-footer .tk23-ft-social ul li a{
		width: 24px;
    	height: 24px;
	}
	footer.tk23-footer h5{
		margin-top: 20px;
	}
	.tk23-footer-widget3, .tk23-footer-widget4{
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px){
	footer.tk23-footer{
		text-align: center;
		margin-bottom: 30px;
		padding-top: 18px;
	}
	.tk23-footer-imag{
		margin-bottom: 15px;
	}

	.tk23-footer-widget1, .tk23-footer-widget2{
		margin-top: 30px;
	}

	footer.tk23-footer .tk23-Fwidget1 p:last-child{
		margin-bottom: 0;
	}

	footer.tk23-footer .tk23-ft-nav ul li a {
    	line-height: 25px;
	}

	footer .tk23-ft-social{
		justify-content: center;
	}

	footer.tk23-footer .tk23-ft-policy img {
    	width: auto;
    	margin-bottom: 10px;
	}
	footer.tk23-footer .tk23-ft-policy-content a{
		line-height: 25px;
	}
	
	footer.tk23-footer .tk23-ft-nav{
		margin-top: 35px;
		padding-top: 25px;
    	padding-bottom: 25px;
	}

	footer.tk23-footer .tk23-Fwidget1 p{
		margin-bottom: 2px;
	}
	footer.tk23-footer .tk23-ft-policy-img, footer.tk23-footer .tk23-ft-policy-mn-content{
		width: 100%;
		display: block;
	}
	footer.tk23-footer .tk23-ft-policy{
		max-width: 100%;
		padding-top: 0;
	}
}