#show-sft,
#hide-sft {
	float: right;
	font-size: 14px;
	margin: 0;
	text-align: right;
	cursor: pointer;
}
#show-sft,
.active-sft #hide-sft {
	display: flex;
}
#hide-sft,
.active-sft #show-sft {
	display: none;
}
/**/
.ft_mxh a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 20px;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	border-radius: 100%;
	background-color: #fff;
	color: #2FB7C5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.footer-box form::after {
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	width: 18px;
	height: 10px;
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	font-weight: 900;
	color: #fff;
}
.footer-box form{
	position: relative;
}
.footer-box .wpcf7-form-control.wpcf7-text{
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.50);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	padding: 8px 0;
}
.footer-box .wpcf7-form-control.wpcf7-text::placeholder{
	color: #fff;
}
.footer-box .wpcf7-form-control.wpcf7-text:hover::placeholder{
	color: #fff;
}
.footer-box .wpcf7-form-control.wpcf7-submit{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	padding-right: 25px;
}
/**/
.footer-bottom{
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}
@media only screen and (max-width: 991px) {
	.footer-box h3{
		font-size: 18px;
		margin-bottom: 15px;
		line-height: normal;
	}
	.inner-footer {
		font-size: 14px;
	}
	.full-footer {
		padding: 40px 0 0;
	}
	.footer-box-2 {
		padding: 0;
	}
	.footer-box .menu li {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.footer-box > h3 {
		font-size: 16px;
	}
	.ft-wrap{
		flex-wrap: wrap;
	}
	.footer-box{
		margin-bottom: 20px;
	}
	.footer-box-1 {
		width: 100%;
	}
	.footer-box-2,
	.footer-box-3,
	.footer-box-4 {
		width: 33.333%;
	}
}
@media only screen and (max-width: 900px) {
	.siteft-logo {
		max-height: 70px;
		margin-bottom: 20px;
	}
	.footer-box p {
		margin: 0 0 10px 0;
	}
}
@media only screen and (max-width: 800px) {
	.full-footer .ft_bg {
		width: 50%;
	}
	.inner-footer .col-mb{
		width: 50%;
	}
	.full-footer .inner-footer .col-ft1{
		width: 100%;
	}
	.ft_mxh {
		margin-bottom: 20px;
	}
	.image-ft {
		margin-bottom: 20px;
	}
	.image-ft img{
		max-width: 80px;
	}
}
@media only screen and (max-width: 768px) {
	.footer-box-3 {
		clear: both;
	}
	.footer-bottom {
		padding: 5px 0;
	}
	.footer-box h2 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.ft_logo img {
		max-width: 150px;
		margin-bottom: 20px !important;
	}
	.footer-box-1 .ft-tt .line {
		margin-bottom: 14px;
	}

}
@media only screen and (max-width: 600px) {
	.full-footer .lineSlide {
		top: -5px;
	}
	.full-footer .col-mb{
		width: 100%;
	}
	.siteft-logo{
		max-width: 200px;
	}
	.ft-logo-wrap {
		display: inline-block;
	}
	/**/
	.main-call {
		justify-content: center;
	}
	.ft-logo {
		margin: 10px auto;
	}
	.full-footer {
		padding: 20px 0 10px;
	}
	.footer-box-3 .footer-content {
		margin-bottom: 15px;
	}
	.footer-bottom {
		font-size: 12px;
	}
	/**/
	.footer-box{
		width: 100% !important;
	}
	.ft_mxh_title, .ft_copyright {
		margin: 10px 0;
	}


	.visit_us-box label svg {
		height: 20px !important;
	}
}