@media screen and (max-width: 1200px) {
    body .services__container .nav-tabs__outer #services-list-tab{
        justify-content: space-around;
        padding: 0 50px;
        flex: unset;
        flex-wrap: nowrap;
    }
    body .services__container .nav-tabs__outer #services-list-tab li{
        flex: 0 0 150px;
    }
}
@media screen and (max-width: 768px) {
    body .main{
        margin-top: 0px;
    }
    body .hero-slider{
        height: 28vh;
    }
    body .owl-carousel .owl-item figure:not([src]),
    body .owl-carousel .owl-item figure[src^=""]{
        max-height: 35vh;
    }
    .hero-slider .hero__list-images figure img{
        margin-top: 0
    }
    body #search-form{
        margin: 0 25px;
    }
    body .hero-slider .hero__search-box input{
        height: 40px;
    }
    body .hero-slider .hero__search-box button{
        padding: 0px 12px;
    }
    /* section title */
    body .section__title h2{
        margin-bottom: 20px;
    }
    /* tour highlight */
    body .tour-highlight [role="tabpanel"] .tour-item{
        margin-bottom: 30px;
    }
    body #tour-list-tab{
        flex-direction: column;
    }
    #tour-list-tab li > a > span{
        line-height: 1;
    }
    body .tour-item{
        margin-top: 30px;
    }
    /* service */
    body .services__container .tab-content{
        margin-right: 0;
        padding: 0 15px 20px;
    }
    body .services__container .nav-tabs__outer #services-list-tab{
        flex: unset;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    body .services__container .nav-tabs__outer #services-list-tab li{
        flex: 1 0 50%;
    }
    body .services__container .nav-tabs__outer #services-list-tab li > a{
        padding: 7.5px 0;
    }
    body #service-list-items .tab-pane > div > div .service-item{
        margin-top: 15px;
    }
    body .services__container .service-item__inner{
        flex-direction: column;
        border-radius: 10px;
        box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.4);
    }
    body .services__container .service-item__inner figure{
        border-radius: 10px;
    }
    body .services__container .service-image__outer{
        width: 100%;
        border-radius: unset;
        box-shadow: unset;
        flex: unset;
    }
    body .services__container .service-item__info{
        padding: 10px;
    }
    /* news */
    body .news__container .news__inner{
        flex-direction: column;
    }
    body .news__container .news__preview{
        overflow: unset;
    }
    body .news__container .news__preview-list{
        padding: 20px 0;
        position: relative;
    }
    body .news__container #news-list-dots > li:nth-child(n+4){
        display: none;
    }
    body .news__container .news__preview-list .owl-nav button[role="presentation"]{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
    }
    body .news__container .news__preview-list .owl-nav button[role="presentation"] span{
        height: 16px;
        line-height: 9px;
    }
    body .news__container .news__preview-list .owl-nav button[role="presentation"].owl-prev{
        left: -5px;
    }
    body .news__container .news__preview-list .owl-nav button[role="presentation"].owl-next{
        right: -5px;
    }
    /* tour favourite */
    body .tour-favourite .col-item{
        flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        max-width: 90%;
        margin: auto;
    }
    /* partner */
    body .partner__inner{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    body .partner__inner figure{
        flex: 0 0 34%;
    }
    /* subscription */
    body .subscription__inner{
        flex-direction: column;
    }
    body .subscription__inner .subscription__left{
        flex-direction: column;
        border: none;
        align-items: center;
        padding-right: 0;
    }
    body .subscription__left figure{
        flex: 0 0 60px;
        height: 60px;
        width: 60px;
        margin: 0 0 20px;
        transform: rotate(30deg);
    }
    body .subscription__right{
        margin-top: 1.5rem;
        padding-left: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .news__container .container{
        max-width: 100%;
    }
}