/**/
.full-footer {
	position: relative;
	padding: 60px 0 0;
	margin: 0 auto 0;
	overflow: hidden;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.ft-logo img {
	max-width: 150px;
}

/**/
.footer-bottom{
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.footer-box a,
.footer-box p{
	color: #fff;
}
@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;
	}
}