.banner {
    padding: 6rem 0rem 0rem;
}
header + .sec-banner{
  margin-top: 0;
}
.banner-now {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 14rem 0rem 12.6rem;
    margin-top: 5.8rem;
}
.banner-cover {
    position: relative;
    background: rgb(0, 0, 0);
}
.banner-outer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.banner-op-01 .banner-outer-bg {
    opacity: 0.1;
}
.banner-op-02 .banner-outer-bg {
    opacity: 0.2;
}
.banner-op-03 .banner-outer-bg {
    opacity: 0.3;
}
.banner-op-04 .banner-outer-bg {
    opacity: 0.4;
}
.banner-op-05 .banner-outer-bg {
    opacity: 0.5;
}
.banner-op-06 .banner-outer-bg {
    opacity: 0.6;
}
.banner-op-07 .banner-outer-bg {
    opacity: 0.7;
}
.banner-op-08 .banner-outer-bg {
    opacity: 0.8;
}
.banner-op-09 .banner-outer-bg {
    opacity: 0.9;
}
.banner-op-none .banner-outer-bg {
    opacity: 0;
}
.banner-op-full .banner-outer-bg {
    opacity: 1;
}
.banner-now-text{
    position: relative;
    z-index: 1;
    color: #fff;
}
.banner-now-text p{
    margin-top: 2.3rem;
}
.banner-now-text .btn{
    margin-top: 3.5rem;
}

@media(min-width: 1460px) and (max-width: 1559px){
    .banner_outer {
        padding: 2.5rem 0rem 0rem;
    }
    .banner-box {
        margin-left: 6rem;
        padding: 4rem;
        max-width: 49rem;
    }
    .banner-item {
        margin-top: 4rem;
    }
    .banner-now {
        padding: 10rem 0rem 8rem;
        margin-top: 4.5rem;
    }
}
@media(min-width: 1360px) and (max-width: 1459px){
    .banner_outer {
        padding: 2.5rem 0rem 0rem;
    }
    .banner-box {
        margin-left: 5rem;
        padding: 4rem;
        max-width: 49rem;
    }
    .banner-item {
        margin-top: 4rem;
    }
    .banner-now {
        padding: 10rem 0rem 8rem;
        margin-top: 4.5rem;
    }
}
@media(min-width: 1200px) and (max-width: 1359px){
    .banner_outer {
        padding: 3rem 0rem 0rem;
    }
    .banner-box {
        margin-left: 4rem;
        padding: 3.5rem;
        max-width: 47.8rem;
    }
    .banner-item {
        margin-top: 4rem;
    }
    .banner-now {
        padding: 10rem 0rem;
        margin-top: 4rem;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .banner_outer {
        padding: 3rem 0rem 0rem;
    }
    .banner-box {
        margin-left: 3rem;
        padding: 2.5rem;
        max-width: 45.2rem;
    }
    .banner-item {
        margin-top: 4rem;
    }
    .banner-now {
        padding: 8rem 0rem;
        margin-top: 4rem;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .banner_outer {
        padding: 3rem 0rem 0rem;
    }
    .banner-box {
        margin-left: 0rem;
        padding: 2rem;
        max-width: 38rem;
    }
    .banner-box .sub-title br{
        display: none;
    }
    .banner-item {
        margin-top: 3.5rem;
    }
    .banner-now {
        padding: 7rem 0rem;
        margin-top: 4rem;
    }
}
@media(max-width: 767px){
    .banner_outer {
        padding: 3rem 0rem 0rem;
    }
    .banner-box {
        margin-left: 0rem;
        padding: 0rem;
        max-width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .banner-box .sub-title br{
        display: none;
    }
    .banner-item {
        margin-top: 3rem;
    }
    .line {
        margin: 1.85rem 0rem 1.95rem;
    }
    .banner-item p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .banner-now {
        padding: 8rem 0rem;
        margin-top: 3.5rem;
    }
    .banner-now-text p {
        margin-top: 2rem;
    }
    .banner-now-text .btn {
        margin-top: 3rem;
    }
}
@media(max-width: 575px){
    .banner-info .col-md-5{
        width: 45%;
    }
    .banner-info .col-md-7{
        width: 55%;
    }
    .banner-now {
        padding: 5rem 0rem;
    }
}
