@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

@media (max-width: 1199px) {
    .page-banner-form-content h2 {
        display: none;
    }
    .page-banner-form {
        width: 100%;
    }
    .tour-listed {
        flex-wrap: wrap;
    }
    .tour-listed > .desc {
        width: calc(100% - 260px);
    }
    .tour-listed > .price {
        padding: 0;
        margin-top: 10px;
        padding-top: 10px;
        border: none;
        border-top: solid 1px #ddd;
        width: 100%;
        align-items: center;
    }
    .tour-listed > .price > .price-in {
        text-align: center;
        margin-bottom: 10px;
    }
    .tour-listed > .desc > .specs > span {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 991px) {
    .nav-lang {
        margin-left: 0;
        margin-right: 20px;
    }
    
    .accordion-in {
        flex-direction: column;
    }
    .accordion-in a {
        transform: none;
        width: 100% !important;
    }
    .accordion-in a:before {
        background: rgba(0,0,0,0.2);
        transform: none !important;
    }
    .accordion-in a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: none;
        position: unset;
    }
    .accordion-in a h2 {
        transform: translate(-50%, -50%) !important;
        font-size: 24px !important;
        padding: 0;
    }
    .accordion-in a h2:before, .accordion-in a h2:after {
        top: 50%;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transition: 0.4s ease 0s;
        padding: 0 15px;
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
        margin-bottom: 15px;
        border-bottom: solid 1px #eee;
    }

    .nav-links-logo img {
        width: 150px;
        filter: contrast(0) grayscale(1);
        opacity: 0.5;
    }

    .nav-links>a {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        padding: 20px 25px;
        border: solid 1px #eee;
        text-align: center;
        color: #222 !important;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
        font-weight: 600;
        border-radius: 30px;
        background: linear-gradient(135deg, #fff, #f5f5f5);
    }

    .nav-social {
        margin-left: 0;
        padding-left: 0;
        border: none;
        border-top: solid 1px #eee;
        width: 100%;
        justify-content: center;
        padding: 20px 25px;
    }

    .nav-links .main-btn {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .nav-links {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .nav-close,
    .nav-toggle {
        border: none;
        background: #FF7300;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 50px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 26px;
        color: #fff !important;
        border-radius: 15px;
    }

    footer {
        padding-bottom: 64px;
    }

    .slider-bottom {
        margin-top: 50px;
    }

    .slide-desc h2,
    .main-title {
        font-size: 24px;
        line-height: 30px;
    }

    .slide-desc p {
        font-size: 16px;
        line-height: 22px;
    }

    .slide-desc .main-btn {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-about-img {
        height: unset;
        margin-bottom: 30px;
    }

    .main-nav {
        padding: 10px 0;
    }

    .bcrumb .links {
        display: none;
    }

    .bcrumb h1 {
        margin-bottom: 0;
    }
    .page-form-banner {
        padding: 15px 0;
    }
    .page-banner-form-content {
        position: relative;
        transform: none;
    }
    .page-banner-form > div {
        margin-top: 0;
    }
    .page-banner {
        padding-top: calc(720/1280*100%);
    }
}

@media (max-width: 767px) {
    .main-banner {
        padding-top: calc(1200/1920*100%);
    }

    .main-banner:before {
        width: 100%;
        height: 50%;
        top: unset;
        bottom: 0;
    }

    .slide-desc {
        top: unset;
        transform: none;
        bottom: 0;
        height: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .page-form-banner {
        padding: 0;
    }
    .page-banner-form-content {
        left: 0;
        width: 100%;
    }
    .page-form-banner {
        border: none;
    }
    .page-banner-form {
        border-width: 5px;
    }
    .tour-listed > .img {
        width: 160px;
        min-width: 160px;
    }
    .tour-listed > .desc {
        width: calc(100% - 160px);
    }
    .tour-listed > .img {
        width: 100%;
    }
    .tour-listed > .desc {
        width: 100%;
        padding: 10px 0;
    }
}

@media (max-width: 575px) {
    .main-banner:before {
        height: 100%;
    }

    .slide-desc {
        height: 100%;
    }

    .page-title {
        position: relative;
        padding: 15px;
    }

    .page-title>.top {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-title>.top>h2 {
        margin-bottom: 10px;
    }

    .page-content {
        padding: 15px;
    }
    .page-part {
        padding: 15px;
    }
    .nav-logo img {
        width: 180px;
    }
}

@media (max-width: 449px) {}