.banner {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

.banner_slider {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

.banner_item {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_item img {
    width: 100%;
}

.banner .banner_slider .banner_item .banner_caption {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.4); */
}

.banner .banner_slider .banner_item .banner_caption .banner_caption_inner {
    display: table-cell;
    vertical-align: middle;
}

.banner_caption_inner .banner_text_inner {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.banner_caption_inner .banner_text_inner .banner_text {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 40px 22px 45px;
    max-width: 585px;
}
.banner_caption_inner .banner_text_inner .banner_text h1{
    margin: 0 0 30px;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
}
.banner_caption_inner .banner_text_inner .banner_text p{
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}
.banner_caption_inner .banner_text_inner .banner_text a{
    font-size: 16px;
    padding: 0 40px;
    background: #f70;
    color: #fff;
    font-weight: 800;
    line-height: 45px;
    border-radius: 3px;
    display: inline-block;
}
.banner_caption_inner .banner_text_inner .banner_text a:hover,
.banner_caption_inner .banner_text_inner .banner_text a:focus,
.banner_caption_inner .banner_text_inner .banner_text a:active{
    background: #ff9a00;
    color: #fff;
}


.banner_slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner_slider .slick-prev {
    left: 10px;
    font-size: 0;
    background: url(../../images/back.svg) no-repeat;
    background-position: center;
    border: 0;
    outline: none;
    opacity: 0.5;
}

.banner_slider .slick-next {
    right: 10px;
    font-size: 0;
    background: url(../../images/forward.svg) no-repeat ;
    background-position: center;
    border: 0;
    outline: none;
    opacity: 0.5;
}

.banner_slider .slick-prev:hover,
.banner_slider .slick-next:hover {
    opacity: 1;
}


/*====================================================== 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) {
    .banner_caption_inner .banner_text_inner .banner_text h1 {
        margin: 0 0 20px;
        font-size: 32px;
    }
    .banner_caption_inner .banner_text_inner .banner_text p {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media only screen and (max-width:840px){
}

@media only screen and (max-width:767px) {
    .banner_caption_inner .banner_text_inner .banner_text {
        padding: 20px 15px 25px;
        max-width: 100%;
    }
    .banner_caption_inner .banner_text_inner .banner_text h1 {
        margin: 0 0 15px;
        font-size: 22px;
    }
    .banner_caption_inner .banner_text_inner .banner_text p {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

@media only screen and (max-width:640px) {
    .banner .banner_item{
        min-height: 300px !important;
    }
    .banner .banner_item img{
        display: none;
    }
    .banner .banner_slider .banner_item .banner_caption{
        margin-top: 50px;
    }
}

@media only screen and (max-width:520px) {
    .banner_slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .banner_slider .slick-prev,
    .banner_slider .slick-next{
        background-size: 40px;
    }
}

@media only screen and (max-width:420px) {
}

@media only screen and (max-width:380px) {
    .banner .banner_item{
        min-height: 250px !important;
    }
    .banner .banner_slider .banner_item .banner_caption{
        margin-top: 20px;
    }
}