.full-footer {
    min-height: 100px;
    background-color: #000000;
    color: #ffffff;
    padding: 40px 0 30px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.footer-box {
    float: left;
}

.footer-box-1 {
    width: 23%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-box-2 {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-box-3 {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-box-4 {
    width: 23%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-box h2 {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin: 5px 0 20px;
    position: relative;
    line-height: 30px;
    font-weight: 500;
}

.footer-box p {
    color: #fff;
    margin-top: 0;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    ;
}

.footer-box-1 i {
    font-size: 14px;
    margin-right: 5px;
    min-width: 20px;
}

.footer-content ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-content ul a {
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    padding-left: 15px;
    background-size: 11px;
}

.footer-content p b {
    line-height: 22px;
    font-size: 14px;
    padding-left: 10px;
}

.footer-content ul a:hover {
    text-decoration: underline;
}

.footer-box iframe {
    width: 95%;
}

.footer-box-4 a {
    color: #fff;
    text-decoration: none;
    float: left;
}

.footer-box-4 .footer-content i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    color: #ffffff;
    background: #000000;
    text-align: center;
    padding-top: 8px;
    border: 1px solid #fff;
    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: 768px) {
    .full-footer {
        margin-top: 0px;
    }

    .footer-box-4 .footer-content {
        display: block !important;
    }

    .footer-box {
        width: 45%;
    }

    .footer-box-3 {
        clear: both;
    }

    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 600px) {

    .footer-box {
        width: 90%;
    }

}