footer{
	background: #012766 url(../images/bdmp.png) center 0 no-repeat;
	background-size: 70% auto;
}
.bottom{
	display: flex;
	justify-content: space-between;
	padding: 75px 0px 55px;
}
.contact{
	max-width: 425px;
}
.contact .btlogo{
	margin-bottom: 40px;
}
.contact dl{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 25px;
}
.contact span{
	display: flex;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0px;
}
.contact span i{
	color: #ee8319;
	font-size: 22px;
	margin-right: 5px;
}
.contact dl dt{
	padding-bottom: 15px;
	max-width: 147px;
}
.bottom>dl dt{
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 60px;
	text-transform:uppercase;
}
.bottom>dl a{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.bottom>dl a:hover{
	color: #ee8319;
}
.bottom form{
	max-width: 180px;
}
.bottom form h4{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
.bottom form input{
	background: transparent;
	resize: none;
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	height:60px;
	width: 100%;
	color: #fff;
	margin: 20px 0px;
}
.bottom form input::-moz-placeholder{
	color: rgba(255, 255, 255, .5);
}
.bottom form input::placeholder{
	color: rgba(255, 255, 255, .5);
}
.bottom form button{
	width: 70px;
	height: 25px;
	color: #fff;
	border: 0;
	background: #ee8319;
	font-size: 16px;
	transition: .3s;
}
.bottom form button:hover{
	cursor: pointer;
	background: #fff;
	color: #ee8319;
}
.copy{
	border-top: 1px solid rgba(255, 255, 255, .6);
	color: #fff;
	line-height: 24px;
	padding: 20px 0px;
	font-size: 14px;
}
.copy .container{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1440px) {
	.contact span{
		font-size: 14px;
	}
	.contact dl dt{
		max-width: 110px;
	}
	.bottom>dl dt{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.bottom>dl a{
		font-size: 14px;
		line-height: 26px;
	}
	.bottom form h4{
		font-size: 20px;
	}
}
@media (max-width: 992px) {
	.bottom{
		display: block;
		padding: 25px 0px;
	}
	.bottom>dl:not(.form){
		display: none;
	}
	.contact{
		max-width: 100%;
	}
	.contact .btlogo{
		margin-bottom: 15px;
	}
	.contact .btlogo img{
		max-width: 60%;
	}
	.contact dl{
		padding-bottom: 5px;
	}
	.contact span{
		font-size: 14px;
		line-height: 20px;
		padding: 5px 0px;
	}
	.contact span i{
		font-size: 20px;
	}
	.contact dl dt{
		padding-bottom: 10px;
		max-width: 80px;
	}
	.bottom>dl dt{
		display: none;
	}
	.bottom form{
		max-width: 100%;
		padding: 10px 0px 0px;
	}
	.bottom form h4{
		font-size: 16px;
		line-height: 20px;
	}
	.bottom form textarea{
		margin: 10px 0px;
	}
	.bottom form button{
		width: 100px;
		height: 30px;
		font-size: 14px;
	}
	.copy{
		line-height: 20px;
		padding: 10px 0px;
		font-size: 14px;
		text-align: center;
	}
	.copy .container{
		display: block;
	}
}