.full-footer {
	position: relative;
    min-height: 100px;
	padding: 150px 0 20px;
	color: #fff;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.full-footer .inner-container{
	z-index: 1;
	position: relative;
}
.full-footer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(5, 64, 109, 0.5);
}
.ft-wrap{
	padding-bottom: 100px;
}
.ft-wrap>*{
	margin-bottom: 40px;
}
.footer-logo {
	width: 200px;
	height: auto;
	padding: 0;
	display: inline-block;
}

.full-footer h2 {
	font-size: 36px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.48611;	
	margin-top: 0;
	font-weight: normal;
}
.full-footer p {
	font-size: 16px;
	line-height: 1.875;
}

.footer-mxh a {
	padding: 30px 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px;
}
.footer-mxh a:hove {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

ul#footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul#footer-menu a {
	padding: 30px 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

ul#footer-menu a:hover {
    text-decoration: underline;
}

.footer-box iframe {
    width: 95%;
}

.footer-box-4 a {
    color: #fff;
    text-decoration: none;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    min-width: 100px;
}

.footer-box-4 .footer-content i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    color: #008080;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    margin-right: 5px;
}

.link_bct {
    clear: both;
}

/* footer-bottom */
.full-footer-bottom {
    background: #169499;
    padding: 10px 0;
}

.left-footer-bottom {
    width: 40%;
    text-align: left;
    display: inline-block;
    color: #fff;
}

.mid-footer-bottom {
    display: inline-block;
    text-align: center;
    width: 19%;
}

.right-footer-bottom {
    display: inline-block;
    width: 40%;
    text-align: right;
}

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;
}

@media only screen and (max-width: 900px) {
	.full-footer {
		padding: 50px 0 20px;
	}
	.ft-wrap {
		padding-bottom: 50px;
	}
	.full-footer h2 {
		font-size: 26px;
	}
	.ft-wrap > * {
		margin-bottom: 20px;
	}
	ul#footer-menu a {
		padding: 15px;
	}
}
@media only screen and (max-width: 768px) {
    .footer-box {
        width: 50%;
    }

    .footer-box-3 {
        clear: both;
    }

    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .full-footer p {
    	font-size: 14px;
    	line-height: 1.5;
    }
}

@media only screen and (max-width: 600px) {
    .footer-box {
        width: 100%;
    }
    .full-footer h2 {
    	font-size: 22px;
    }
}