.full-footer{
	padding:60px 0;
	background-color: #005596;
	color: #fff;
}
.full-footer a{
	color: #fff;
}
.full-footer .container {
	z-index: 1;
	position: relative;
}
.footer-box-1,
.footer-box-2 {
	width: 18%;
}
.footer-box-3{
	width: 27%;

}
.footer-box-4 {
	width: 29%;
}
.footer-box h2 {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ft-menu {
	padding-left: 15px;
}
.ft-menu li {
	margin-bottom: 24px;
}
.ft-menu a {
	display: block;
}
.ft-menu a:hover {
/*	text-decoration: underline;*/
}
.footer-box-3 b{
	font-weight: 600;
	font-size: 18px;
	color: #0C344A;
}
.ft-menu li span {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
}
/**/
.ft-hotline{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff52;
}
.ft-mxh {
	margin-left: 28px;
}
.ft-mxh::before {
	content: "";
	height: 20px;
	width: 1px;
	margin-right: 28px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.ft-copyright{
	font-size: 12px;
}
@media only screen and (max-width: 1199px) {
	.full-footer {
		padding: 40px 0;
	}
	.ft-logo {
		max-width: 250px;
	}
}
@media only screen and (max-width: 991px) {
	.footer-box-3,
	.footer-box-1{
		width: 100%;
	}
	li {
		margin-bottom: 10px;
	}
	.footer-box-1 ul li > p {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	.footer-box h2 {
		font-size: 18px;
	}
	.footer-box-2, 
	.footer-box-3 {
		width: 100%;
	}
}