.full-footer {
    min-height: 100px;
    background: #2c394c;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-box {
    float: left;
}

.footer-box-1 {
    width: 35%;
    margin-bottom: 15px;
}

.footer-box-2 {
    width: 20%;
    margin-bottom: 15px;
}

.footer-box-3 {
    width: 25%;
}

.footer-box-4 {
    width: 20%;
}

.footer-box h2:before {
    content: "";
    width: 7px;
    background: #11b5e6;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.footer-box h2 {
    font-size: 16px;
    color: #fff; /* margin: 0; */
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 25px;
    font-weight: 800;
    position: relative;
}

.footer-box-4 p:first-child {
    line-height: 24px;
}

.footer-box-1 p:first-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e71a;
    line-height: 24px;
}

.footer-box p {
    color: #fff;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-box-1 a:hover {
    color: #51cdf2;
}

.footer-box-1 a {
    text-decoration: none;
    color: #11b5e6;
    transition: 0.3s;
}

.footer-box-1 i {
    font-size: 20px;
    margin-right: 5px;
    min-width: 20px;
    color: #11b5e6;
}

ul#footer-menu, ul#menu-footer-1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#menu-footer-1 li:first-child a::before, ul#footer-menu li:first-child a::before {
    margin-top: -7.5px;
}

ul#menu-footer-1 li:first-child a, ul#footer-menu li:first-child a {
    padding-top: 0;
}

ul#menu-footer-1 li:last-child a, ul#footer-menu li:last-child a {
    border-bottom: unset;
}

ul#menu-footer-1 a::before, ul#footer-menu a::before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

ul#menu-footer-1 a, ul#footer-menu a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #e7e7e71a;
    transition: 0.3s;
    position: relative;
}

ul#menu-footer-2 a:hover, ul#menu-footer-1 a:hover, ul#footer-menu a:hover {
    color: #ffff;
}

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

.footer-box-4 a:hover i {
    color: #11b5e6;
}

.footer-box-4 a {
    color: #fff;
    text-decoration: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer-box-4 .footer-content i {
    transition: 0.3s;
    font-size: 16px;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    color: #fff;
    background: #6983a8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.link_bct {
    clear: both;
}

/* footer-bottom */
.full-footer-bottom {
    background: #2c394c;
    padding: 10px 0;
    border-top: 1px solid #e7e7e71a;
}

#menu-footer-2 {
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

a.design-by {
    color: #fff;
    text-decoration: none;
}

a.design-by:hover {
    color: #11b5e6;
}

#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;
}

#Email_send_tin {
    border-radius: 99px;
}
#submit_send_tin:hover i {
    color: #11b5e6;
    background-color: #fff !important;
}

#submit_send_tin {
    background: unset;
    border: unset;
}

#submit_send_tin {
    border-radius: 99px;
    border: 1px solid #11b5e6;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.lien_ket {
    padding-left: 0;
    display: flex;
    float: left;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.lien_ket li {
    list-style: none;
}

#menu-footer-2 li {
    list-style: none;
}

#menu-footer-2 li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 25px;
    transition: 0.3s;
    position: relative;
}

#submit_send_tin i {
    color: #fff;
    background: #11b5e6;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border-radius: 100%;
}
span.img_loading{
    background-image: url('./images/39.gif');
}
@media only screen and (max-width: 1140px) {
    #menu-footer-2 li a {

        padding: 5px 10px;

    }
}
@media only screen and (max-width: 960px) {
    #menu-footer-2 {
        justify-content: center;
    }
    .footer-bottom.left-footer-bottom {
        text-align: center;
    }
    .full-footer {

        margin-top: 30px;
        padding-top:30px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .footer-box {
        width: 50%;
    }

    .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: 640px) {
    .full-footer {
        margin-top: 15px;
       }
    .full-footer {
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-box-2,
    .footer-box-1{
        margin-bottom: 0px;
    }
    .footer-box {
        width: 100%;
    }
}