/**/
.full-footer {
	position: relative;
	padding: 52px 0 0;
	margin: 0 auto 0;
	overflow: hidden;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #18A84E;
	background-image: url(images/bg-map.png);
}
/**/
.footer-box h3 {
	margin: 0 0 24px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}
.ft_col1_title b {
	color: #FF5757;
}
.footer-box p {
	margin: 0 0 5px 0;
}
.footer-box-1 ul.ft-tt ul{
	list-style: disc;
}
.ft_mxh img {
	display: inline-block;
}
.ft-mxh a{
	margin-right: 20px;
}
.line-tt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.line-tt .text {
  flex: 1;
  padding-left: 20px;
  color: #fff;
}
.line-tt .text b{
	display: block;
}
/**/
.footer-box-2 {
	padding: 0 10px;
}
.footer-box .menu {
	margin-bottom: 20px;
	padding: 0;
}
.footer-box .menu li {
	margin-bottom: 16px;
	line-height: normal;
	list-style: none;
}
.footer-box .menu li a{
	color: #fff;
}

.footer-box-3 {
	overflow: hidden;
	color: #fff;
}
.footer-box-3  form p {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.footer-box-3  form input.wpcf7-form-control, .wpcf7-form-control.wpcf7-text{
	border-radius: 4px;
	border: 0;
}
.footer-box-3  form .wpcf7-form-control-wrap{
	flex:1;
	margin-top: 0;
}
.footer-box-3  form .wpcf7-form-control.wpcf7-submit{
	background-color: #007BC1;
	width: 100px;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	background:#fff;
	color: #18A84E;
	box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
/* footer-bottom */
.full-footer-bottom {
	padding: 10px;
	text-align: center;
}
.footer-bottom{
	color: rgba(38, 38, 38, 0.4);
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid rgba(217, 217, 217, 0.20);
}
.ft_copyright {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ft_copyright img {
	margin-right: 10px;
	max-height: 53px;
	object-fit: cover;
}
a.design-by {
	color: #fff;
	text-decoration: none;
}
a.design-by:hover {
	text-decoration: underline;
}
#show-sft,
#hide-sft {
	float: right;
	font-size: 14px;
	margin: 0;
	text-align: right;
	cursor: pointer;
}
#show-sft,
.active-sft #hide-sft {
	display: inline-block;
}
#hide-sft,
.active-sft #show-sft {
	display: none;
}
/**/
.footer-box form{
	position: relative;
}
/**/
.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: 18px;
	}
	.ft-wrap{
		flex-wrap: wrap;
	}
	.footer-box{
		margin-bottom: 20px;
	}
}
@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 .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: 10px 0;
	}
	.footer-box h2 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.ft_logo img {
		margin-bottom: 20px !important;
	}
	.footer-box-1 .ft-tt .line {
		margin-bottom: 14px;
	}

}
@media only screen and (max-width: 600px) {
	.siteft-logo{
		max-width: 200px;
	}
	.ft-logo-wrap {
		display: inline-block;
	}
	/**/
	.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;
	}
	.ft_copyright{
		font-size: 14px;
	}
	.footer-box-3 form input.wpcf7-form-control, .wpcf7-form-control.wpcf7-text {
		padding: 10px;
		height: 42px;
	}
}