footer.block-footer {
    position: relative;
    background: linear-gradient(to right, white 48%, #56aa41 48%);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}
footer.block-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
    background-image: url(https://phattha.co.th/themes/9999/_images/bg-f-left-pha.jpg);
    background-size: cover;
    background-position: center;
}
footer.block-footer p {
    margin-bottom: 0px;
}
img.logo-footer {
    height: 100%;
    display: block;
}

/* Set the size of the div element that contains the map */
#map {
    height: 200px;
    /* 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;
}