.mask1 {
    background-image: none;
}

body {

    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 0;
}
.logobox {
    padding-bottom: 5px;
}
.banner{
    border-bottom: 5px solid #3786c8;
}
.box5 {
    padding:0 15px;
}

.box5 .row .col-md-4:nth-last-of-type(1) {
    margin-bottom: 100px;
}

.bq {
    position: relative;
    padding: 0;
}

.bq::before {
    content: "";
    background-image: linear-gradient(rgba(255,255,255,1) 70%, rgba(255,255,255,0));
    width: 100%;
    z-index: -1;
    height: 800px;
    position: absolute;
}

.box5 .row {
    background-color: #fff;
    padding: 0px;
}

.box5 div .col-md-4 {
    margin-top: 30px;
}

.box5 div .col-md-4 .thumbnail {
    border: #ccc 1px solid;
}
.wp_paging{
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 300px;
}
@media screen and (max-width: 767px) {
    .box5 {
        height: auto;
        margin: 0 15px;
    }

    .box5 .row .col-md-4:nth-last-of-type(1) {
        margin-bottom: 0px;
    }
    .box5 .row{
        padding: 0;
    }
    .wp_paging{
        margin: 0;
    }
}