footer.block-footer {
    background-color: var(--main-footer-color);
    background-image: url(https://klean-espthailand.com/themes/9999/_images/bg-f-klean.jpg);
    background-size: cover;
}

.block-footer .col-center {
    padding-left: 5%;
}

img.logo-footer {
    height: 100%;
    width: 100%;
}
.block-footer .col-right {
    padding-left: 6%;
}
p.text-footer {
    padding: 15px 0 20px;
}

img.qr-code {
    width: 80%;
    margin-top: 20px;
}
.social-icons li a {
    float: left;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icons.social-icons-border.social-icons-rounded.social-icons-colored-hover {
    text-align: center;
}
ul.suop--icon {
    margin-bottom: 0;
}
.social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    background: 0 0;
    color: #fff;
}
.suop--button_image {
    display: block;
}