footer.block-footer {
    background-color: #708191;
}

img.logo-footer {
    height: 60px;
    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;
    line-height: 32px;
    margin-bottom: 0px;
}
.social-icons {
    margin-top: 15px;
}
ul.suop--icon {
    margin-bottom: 0;
}

.suop--button_image {
    display: block;
}
ul.list.widget-address {
    display: none;
}
.col-right {
    margin-top: 60px;
}
.suop--iframe p {
    position: relative;
    top: 10px;
    left: 26%;
    font-size: 30px;
    font-family: 'Kanit';
    color: #fff;
    margin-bottom: 0px;
}


@media(max-width:480px){

.col-right {
    margin-top: 0px;
}
.suop--iframe iframe {
    width: 100%;
}


}