.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
    border-radius: 10px;
}

.footer-middle {
    background: url(../images/resource/footer-bg.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    padding: 100px 0 0px;
    background-position: center center;
    background: #000;
}

@media(max-width:1366px){
    .slider-thumb img {
        width: 100%;
    }
}
