@media(max-width:1024px) {
    .ct_bg_intro {
        background-image: none;
    }
    .ct_bg_intro .img_item {
        margin: auto!important;
    }
    .ct_bg_intro h3 {
        text-align: center!important;
    }
}

@media(max-width:768px) {
    .top_menu,
    .menu-header .navbar.navbar-expand-sm {
        display: none;
    }
    .search_tour {
        position: static;
        top: 50%;
        left: 50%;
        transform: translate(-0%, -0%);
        padding: 15px;
        z-index: 1;
        width: 100%;
        background: #024371;
    }
    .owl-tour_out_site .owl-prev,
    .owl-tour_out_site .owl-prev,
    .owl-tour_theme .owl-prev,
    .owl-tour_country .owl-prev,
    .owl-tour_hot .owl-prev,
    .owl-slider_feeback .owl-prev {
        left: -5px;
    }
    .owl-tour_out_site .owl-next,
    .owl-tour_out_site .owl-next,
    .owl-tour_theme .owl-next,
    .owl-tour_country .owl-next,
    .owl-tour_hot .owl-next,
    .owl-slider_feeback .owl-next {
        right: -5px;
    }
    .banner {
        height: 70vh;
        position: relative;
    }
    .banner .owl-banner img {
        height: 70vh;
        object-fit: cover;
    }
    .btn.btn-search_tour {
        border-radius: 5px;
        margin-top: 5px;
    }
    .form_search_tour select {
        border-radius: 0px 5px 5px 0px;
    }
    .tour_hot .item h2 {
        width: 70%;
    }
    .nav_mobile {
        display: block;
    }
}

@media(max-width:425px) {
    .list-service .item {
        width: 100%;
        overflow: hidden;
        display: flow-root;
    }
    .img_service {
        width: 100%;
    }
    .small_text {
        width: 100%;
        height: auto;
    }
    .item_service .small_text,
    .item_service2 .small_text {
        margin: 0;
        padding: 15px;
    }
    .owl_list_news .titleA {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 15px;
        color: #FFF;
    }
}