.inner_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px 0;
    width: 100%;
    float: left;
    position: relative;
}
.inner_banner_item{
    display: table;
    width: 100%;
    height: 100%;
}
.inner_banner_inn{
    display: table-cell;
    vertical-align: baseline;
}
.inner_banner_text{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.inner_banner_text h1{
    margin: 140px 0 0;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
}
/*====================================================== Responsive =========================*/
@media only screen and (max-width:1280px) {
}

@media only screen and (max-width:1199px) {
}
@media only screen and (max-width:1024px) {
}

@media only screen and (max-width:991px) {
    .inner_banner_text h1 {
        margin: 60px 0 0;
        font-size: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width:840px){
}

@media only screen and (max-width:767px) {
    .inner_banner {
        padding: 30px 0;
    }
    .inner_banner_text h1 {
        margin: 60px 0 0;
        font-size: 35px;
        line-height: 35px;
    }
}

@media only screen and (max-width:640px) {
}

@media only screen and (max-width:520px) {
    .inner_banner_text h1 {
        margin: 26px 0 0;
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (max-width:420px) {
    .inner_banner_text h1 {
        margin: 15px 0 0;
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width:380px) {
    .inner_banner_text h1 {
        margin: 10px 0 0;
        font-size: 20px;
        line-height: 20px;
    }
    
}