@media (min-width: 992px) {
    .title-top .title-name {
        width: 250px;
    }
    .top-footer .item + .item .d-flex {
        padding-left: 30px;
        margin-left: 30px;
        border-left: 1px solid #44a2e1;
    }
}
@media (max-width: 991px) {
    .bar-logo {
        position: relative;
        top: auto;
        left: auto;
    }

    .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;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    header {
        background: #057ac7;
    }
}

@media (max-width: 767px) {

    .title-description {
        width: 100%;
    }
    .title-top .title-name {
        width: 100%;
    }
    .title-description {
        font-size: 30px;
    }
    .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: 120px !important;
    }
    header {
        padding: 10px 0;
    }
    .overlay-text {
        font-size: 16px;
    }
    .arrow-link {
        bottom: 5px;
    }
    .h1-slide {
        font-size: 25px;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .banner-inner .info {
        bottom: 20px;
    }
    .xaydungs .item:nth-of-type(2n) .left-item {
        order: 1;
    }
    .xaydungs .item:nth-of-type(2n) .right-item {
        order: 2;
    }


}
@media (max-width: 576px) {
    .title-cat {
        font-size: 25px;
    }
    .col-cat {
        font-size: 14px;
    }
    .img-event {
        height: auto;
    }
    .banner img {
        min-height: 200px;
        object-fit: cover;
    }
}
