footer.block-footer {
    background-color: var(--main-footer-color);
}

img.logo-footer {
    height: 45px;
    display: block;
}

/* Set the size of the div element that contains the map */
#map {
    height: 318px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

p.text-footer {
    padding-top: 20px;
}

ul.suop--icon {
    margin-bottom: 0;
}

.suop--button_image {
    display: block;
}
.social-facebook {
    position: relative;
    top: 2px;
    margin-left: 15px;
}
.social-icons li a {
    float: left;
    height: 80px;
    width: 80px;
    line-height: 79px;
    font-size: 60px;
    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;
}

footer.block-footer {
    background-image: url(https://ddwatch.co.th/themes/9999/_images/bg-f.jpg);
    background-color: var(--main-footer-color);
    background-size: cover;
}