@media screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
        width: 1300px !important;
    }
    .sppb-row-container {
        max-width: 1300px !important;
    }
    .container_custom >div.sppb-container-inner > div .sppb-container-inner{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1140px;
    }
}
@media screen and (max-width: 992px){
    h2{
        font-size: 26px;
    }
    .owl-nav .owl-prev{
        left: 0;
    }
    
    .owl-nav .owl-next{
        right: 0;
    }
    .tet_left, .tet_right{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #footer{
        padding: 20px 0;
    }
    .sppb-carousel-extended-nav-control .nav-control.next-control {
        margin-right: 0;
    }
    .sppb-carousel-extended-nav-control .nav-control.prev-control {
        float: left;
        margin-left: 0;
    }
    .fullwidthbanner-container .fullwidthabanner{
        max-height: 300px !important;
        height: 300px !important;
    }
}

@media screen and (max-width:510px){
    
}

@media screen and (max-width: 420px) {

}