.full-footer {
    min-height: 100px;
	background: #203f71;
    background-repeat: no-repeat;
    background-position: 100% 100%;
	min-height: 250px;
	padding: 40px  0;
    color: #dfdfdf;
}
.full-footer .ft_logo{
    max-width: 108px;
    object-fit: contain;
}
.footer-mxh {
  margin: 10px 0;
}
.footer-mxh a {
  color: #dfdfdf;
  padding: 3px 5px;
  display: inline-block;
}
.footer-copyright {
  font-weight: 300;
  font-size: 12px;
}
.footer-box h2 {
    font-family: Roboto Condensed,sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #dfdfdf;
}

.footer-box p {
    color: #fff;
    margin-top: 0;
}

.footer-box i {
    font-size: 14px;
    margin-right: 5px;
    min-width: 20px;
}

ul#footer-menu {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#footer-menu a {
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    background: url(images/arrow-right.png) no-repeat left center;
    padding-left: 15px;
    background-size: 11px;
}

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;
}

.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: 768px) {
    .footer-wrap .col-mb {
        width: 50%;
    }

    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-wrap .col-mb {
        width: 100%;
    }
}