.full-footer {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 450px 0 0;
}
.row-ft{
	justify-content: space-between;
}
.ft-logo{
	margin-bottom: 40px;
}
.ft-title {
	font-size: 16px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
}
.footer-box-box1{
	font-weight: 500;
}
.footer-box ul{
	list-style: none;
	padding: 0;
}
.footer-box ul li{
	margin-bottom: 16px;
}
.footer-fanpage img {
	width: 100%;
	display: block;
}
.footer-box-2 {
  padding: 0 50px;
}
.ft-form {
	position: relative;
}
.ft-form input {
	display: block;
	height: 48px;
	padding: 0 20px;
	border-radius: 50px;
	background-color: #fff;
	border: 0;
	width: 100%;
}
.ft-form button {
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 0 20px;
	border-radius: 50px;
	background-color: #E3322C;
	border: 0;
}
.ft-mxh {
	margin-top: 20px;
}
.ft-mxh h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 15px;
	font-style: italic;
}
.ft-mxh-icon a{
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 12px;
}
.ft-mxh-icon a {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	margin-right: 12px;
	background-color: #fff;
	font-size: 20px;
}
.ft-mxh-icon a .fa-facebook{
	color: #3D6AD6;
}
.ft-mxh-icon a .fa-twitter{
	color: #03A9F4;
}
.ft-mxh-icon a .fa-youtube-play{
	color: #F61C0D;
}
.footer-box-2, .footer-box-3 {
	padding-top: 80px;
}
.footer-box-2 .ft-title {
	margin-bottom: 40px;
}
.full-footer-bottom {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	border-top: 1px solid rgba(217, 217, 217, 0.20);
	margin-top: 50px;
}
@media only screen and (max-width: 1400px) {
	.full-footer {
		padding-top: 250px;
	}
}
@media only screen and (max-width: 1200px) {
	.ft-logo {
		margin-bottom: 20px;
	}
	.footer-box-2 {
		padding-right: 0;
		padding-left: 0;
	}

}
@media only screen and (max-width: 990px) {
	.full-footer{
		padding-top: 180px;
	}
}
@media only screen and (max-width: 768px) {
	.footer-wrap .col-mb {
		width: 50%;
	}
	.footer-wrap .col-mb:first-child {
		width: 100%;
	}
	.ft-mxh {
		margin-top: 10px;
	}
	.footer-box ul li {
		margin-bottom: 10px;
	}
	.footer-box-2, .footer-box-3 {
		padding-top: 20px;
	}
	.footer-box-2 .ft-title {
		margin-bottom: 20px;
	}
	.full-footer-bottom {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.full-row.full-footer {
		padding: 20px 0;
		background-color: #14375f;
	}

	.footer-wrap .col-mb {
		width: 100%;
	}
	.footer-box{
		margin-bottom: 10px;
	}
	.ft-contact img {
		margin-right: 5px;
		width: 15px;
	}
}