@media (max-width: 991px) {
    .container{
        max-width: 991px !important;
        margin: 0 auto;
        padding: 0 30px;
    }

    .content-detail img[height] {
        height: auto !important;
        width: auto !important;
    }
    iframe{
        max-width:  100% !important;
    }
    input[type=image] {
        max-width: 100%;
        height: auto !important;
        width: auto !important;
    }
    .bar-logo {
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 767px) {
    .owl-nav .owl-next {
        right: 0;
    }
    .owl-nav .owl-prev{
        left: 0;
    }
    .container,
    .container-max {
        padding-left: 15px;
        padding-right: 15px;
    }
    .events-upcomming {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .col-search:first-child {
        border-bottom: 1px solid #e5e5e5;
    }
    .btn-search {
        margin-top: 15px;
    }
    .box-search {
        border-radius: 20px;
    }
    .feature-item-inner {
        margin-bottom: 20px;
    }
    .bar-logo img {
        max-width: 200px !important;
    }
    header {
        padding: 10px 0;
    }
}
