section#footer .container {
    border-top: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(255 255 255), rgba(255, 0, 128), rgba(56, 2, 155, 0));
    border-image-slice: 1;
}

.menu-foot {
    text-align: center;
}

.menu-foot a,
.social-icons ul li a {
    margin: 10px;
    font-size: 16px;
    line-height: 1.8rem;
    text-decoration: none;
    color: #001e6f;
    font-weight: 600;
}

.logo-ft img {
    width: 160px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

#footer p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons ul li i {
    font-size: 24px;
}

#footer .slogan-ft {
    color: #001e6f;
}

.fw-bold {
    font-weight: 700 !important;
}

.social-icons ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
    background: rgba(128, 128, 128, .2);
    border-radius: 12px;
}

.social-icons ul li a svg {
    width: 16px;
    height: 16px;
    fill: #000;
    fill-rule: evenodd;
}

.box_social {
    position: fixed;
    bottom: 145px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
}

ul.list_social {
    list-style: unset;
    display: block;
    padding: 0;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}


ul.list_social li {
    list-style: unset;
}
ul.list_social img {
    width: 50px;
}
@media only screen and (max-width: 768px) {
    ul.list_social img {
        width: 40px;
    }
}