@media (min-width: 991px) {
    .banner-tour-list {
        width: 100%;
        height: 600px;
        position: relative;
    }
    .banner-tour-list .curve-top {
        position: absolute;
        rotate: 180deg;
        height: 50px;
        bottom: 0px;
        right: 0px;
    }
    .banner-tour-list .curve-text {
        position: absolute;
        height: 50px;
        bottom: 299px;
        left: 0px;
        width: calc(100% - 200px);
        rotate: 180deg;
    }
    /* .banner-tour-list .curve-side {
        position: absolute;
        rotate: -124deg;
        height: 50px;
        bottom: 13px;
        right: 25%;
    } */
    /* .banner-tour-list .curve-side {
        position: absolute;
        rotate: -124deg;
        left: 30%;
        width: 400px;
        bottom: 142px;
    } */
    .banner-tour-list .back-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
    }
    .banner-tour-list .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(#00000080, #00000000);
    }
    .bg-text {
        height: 100%;
        position: relative;
    }
    .banner-tour-list .trapezoid {
        width: 100%;
        height: 0;
        border-bottom: 300px solid #fff;
        border-right: 200px solid transparent;
        border-left: 0 solid transparent;
        margin: 0px;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .banner-tour-list .trapezoid h1 {
        font-weight: 900;
        font-size: 40px;
        color: #0b306a;
    }
    .banner-tour-list .trapezoid p {
        margin-top: 20px;
        text-align: justify;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .banner-tour-list {
        width: 100%;
        height: 600px;
        position: relative;
    }
    .banner-tour-list .curve-top {
        position: absolute;
        rotate: 180deg;
        height: 50px;
        bottom: 0px;
        right: 0px;
        display: none;
    }
    .banner-tour-list .curve-text {
        position: absolute;
        height: 50px;
        bottom: 200px;
        left: 0px;
        width: calc(100% - 100px);
        rotate: 180deg;
    }
    /* .banner-tour-list .curve-side {
        position: absolute;
        rotate: -124deg;
        height: 50px;
        bottom: 13px;
        right: 25%;
    } */
    /* .banner-tour-list .curve-side {
        position: absolute;
        rotate: -124deg;
        left: 30%;
        width: 400px;
        bottom: 142px;
    } */
    .banner-tour-list .back-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
    }
    .banner-tour-list .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(#00000080, #00000000);
    }
    .bg-text {
        height: 100%;
        position: relative;
    }
    .banner-tour-list .trapezoid {
        width: 100%;
        height: 0;
        border-bottom: 200px solid #fff;
        border-right: 100px solid transparent;
        border-left: 0 solid transparent;
        margin: 0px;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .banner-tour-list .trapezoid h1 {
        font-weight: 900;
        font-size: 30px;
        color: #0b306a;
    }
    .banner-tour-list .trapezoid p {
        margin-top: 20px;
        text-align: justify;
        font-size: 14px;
    }
}


/* popular-tour */

@media (min-width: 1200px) {
    .popular-tour {
        margin-top: 40px;
        padding: 40px 0px;
    }
    .popular-tour .text-tour h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-tour .text-tour span {
        color: #0b306a;
        font-weight: 700;
    }
    .popular-tour .text-tour p {
        line-height: 30px;
    }
    .popular-tour .tour-item {
        /* width: 310px; */
        width: 25%;
        margin-top: 30px;
        text-decoration: none;
        padding: 10px;
    }
    .popular-tour .tour-item .img {
        width: 100%;
        z-index: 1;
    }
    .popular-tour .tour-item .img img {
        width: 100%;
        border-radius: 20px;
        z-index: 1;
        height: 260px;
        object-fit: cover;
    }
    .popular-tour .tour-item .detail {
        background-color: #fff;
        border-radius: 10px;
        width: calc(100% - 40px);
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        margin-left: 20px;
        margin-top: -60px;
        z-index: 1111 !important;
        position: relative;
        padding: 15px;
    }
    .popular-tour .tour-item .detail .score {
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .score i {
        color: gold;
        margin-left: 5px;
    }
    .popular-tour .tour-item .detail .score span {
        color: #000;
        font-size: 12px;
        margin-left: 10px;
        font-weight: 700;
    }
    .popular-tour .tour-item .detail h3 {
        color: #000;
        font-size: 18px;
        margin-top: 15px;
    }
    .popular-tour .tour-item .detail .span-detail {
        display: flex;
        align-items: center;
        margin-top: 7px;
    }
    .popular-tour .tour-item .detail .span-detail img {
        width: 16px;
        margin-right: 5px;
    }
    .popular-tour .tour-item .detail .span-detail span {
        color: #656566;
        font-size: 12px;
    }
    .popular-tour .tour-item .detail hr {
        color: #656566;
        background-color: #656566;
    }
    .popular-tour .tour-item .detail .item-f {
        background-color: #0f5eac2d;
        border-radius: 20px;
        padding: 3px 7px;
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .item-f img {
        width: 15px;
        margin-right: 3px;
    }
    .popular-tour .tour-item .detail .item-f span {
        font-size: 12px;
        color: #1F2933;
    }
}

@media (max-width: 1200px) {
    .popular-tour {
        margin-top: 170px;
        padding: 40px 0px;
    }
    .popular-tour h2 {
        color: #000;
        font-weight: 700;
    }
    .popular-tour .see-all {
        background-color: #243A5E;
        border-radius: 10px;
        width: 120px;
        height: 50px;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popular-tour .tour-item {
        width: 310px;
        /* width: 25%; */
        margin-top: 30px;
        text-decoration: none;
        padding: 10px;
    }
    .popular-tour .tour-item .img {
        width: 100%;
        z-index: 1;
    }
    .popular-tour .tour-item .img img {
        width: 100%;
        border-radius: 20px;
        z-index: 1;
        height: 210px;
        object-fit: cover;
    }
    .popular-tour .tour-item .detail {
        background-color: #fff;
        border-radius: 10px;
        width: calc(100% - 20px);
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        margin-left: 10px;
        margin-top: -60px;
        z-index: 1111 !important;
        position: relative;
        padding: 10px;
    }
    .popular-tour .tour-item .detail .score {
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .score i {
        color: gold;
        margin-left: 5px;
    }
    .popular-tour .tour-item .detail .score span {
        color: #000;
        font-size: 12px;
        margin-left: 10px;
        font-weight: 700;
    }
    .popular-tour .tour-item .detail h3 {
        color: #000;
        font-size: 15px;
        margin-top: 15px;
    }
    .popular-tour .tour-item .detail .span-detail {
        display: flex;
        align-items: center;
        margin-top: 7px;
    }
    .popular-tour .tour-item .detail .span-detail img {
        width: 14px;
        margin-right: 5px;
    }
    .popular-tour .tour-item .detail .span-detail span {
        color: #656566;
        font-size: 12px;
    }
    .popular-tour .tour-item .detail hr {
        color: #656566;
        background-color: #656566;
    }
    .popular-tour .tour-item .detail .item-f {
        background-color: #0f5eac2d;
        border-radius: 20px;
        padding: 3px 7px;
        display: flex;
        align-items: center;
    }
    .popular-tour .tour-item .detail .item-f img {
        width: 11px;
        margin-right: 2px;
    }
    .popular-tour .tour-item .detail .item-f span {
        font-size: 10px;
        color: #1F2933;
    }
}


/* why-visit */

@media (min-width: 991px) {
    .why-visit {
        background-color: #1d55af4b;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 150px;
        margin-bottom: 150px;
        position: relative;
    }
    .why-visit .curve-top {
        position: absolute;
        width: 100%;
        height: 143px;
        rotate: 180deg;
        top: -143px;
    }
    .why-visit .curve-bottom {
        position: absolute;
        width: 100%;
        height: 143px;
        bottom: -143px;
    }
    .why-visit .img img {
        width: 100%;
        height: 450px;
        border-radius: 20px;
        object-fit: cover;
    }
    .why-visit .txt h2 {
        font-weight: 900;
    }
    .why-visit .txt p {
        margin-top: 20px;
        text-align: justify;
    }
    .why-visit .txt h3 {
        font-weight: 900;
        font-size: 20px;
    }
    .why-visit .txt ul {
        padding-left: 15px !important
    }
}

@media (max-width: 991px) {
    .why-visit {
        background-color: #1d55af4b;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 150px;
        margin-bottom: 150px;
        position: relative;
    }
    .why-visit .curve-top {
        position: absolute;
        width: 100%;
        height: 143px;
        rotate: 180deg;
        top: -143px;
    }
    .why-visit .curve-bottom {
        position: absolute;
        width: 100%;
        height: 143px;
        bottom: -143px;
    }
    .why-visit .img img {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        object-fit: cover;
        margin-top: 20px;
    }
    .why-visit .txt h2 {
        font-weight: 900;
    }
    .why-visit .txt p {
        margin-top: 20px;
        text-align: justify;
    }
    .why-visit .txt h3 {
        font-weight: 900;
        font-size: 20px;
    }
    .why-visit .txt ul {
        padding-left: 15px !important
    }
}


/* tour-styles */

@media (min-width: 991px) {
    .tour-style {
        margin-top: 180px;
    }
    .tour-style h2 {
        font-weight: 900;
    }
    .tour-style p {
        margin-top: 20px;
    }
    .tour-style .item-style {
        padding: 20px;
        /* background-color: #1d55af4b; */
        background-color: #0b306a;
        border-radius: 15px;
        margin-top: 20px;
    }
    .tour-style .item-style h6 {
        font-weight: 700;
        font-size: 20px;
        color: #fff;
    }
    .tour-style .item-style p {
        font-size: 16px;
        margin-top: 0px !important;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .tour-style {
        margin-top: 180px;
    }
    .tour-style h2 {
        font-weight: 900;
    }
    .tour-style p {
        margin-top: 20px;
    }
    .tour-style .item-style {
        padding: 20px;
        /* background-color: #1d55af4b; */
        background-color: #0b306a;
        border-radius: 15px;
        margin-top: 20px;
    }
    .tour-style .item-style h6 {
        font-weight: 700;
        font-size: 20px;
        color: #fff;
    }
    .tour-style .item-style p {
        font-size: 16px;
        margin-top: 0px !important;
        color: #fff;
    }
}


/* top-place */

@media (min-width: 991px) {
    .top-place {
        margin-top: 80px;
    }
    .top-place h2 {
        font-weight: 900;
    }
    .top-place .map {
        display: flex;
        justify-content: center;
    }
    .top-place .map img {
        width: 100%;
    }
    .top-place p {
        min-width: 100%;
    }
    .top-place i {
        font-size: 10px;
        color: #243A5E;
    }
}

@media (max-width: 991px) {
    .top-place {
        margin-top: 80px;
    }
    .top-place h2 {
        font-weight: 900;
    }
    .top-place .map {
        display: flex;
        justify-content: center;
    }
    .top-place .map img {
        width: 50%;
    }
    .top-place p {
        min-width: 100%;
    }
    .top-place i {
        font-size: 10px;
        color: #243A5E;
    }
}


/* faq-div */

@media (min-width: 991px) {
    .faq-div {
        background-color: rgb(241, 241, 241);
        width: 100%;
        margin-top: 80px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .faq-div h2 {
        font-weight: 900;
        text-align: center;
        margin-bottom: 30px;
    }
    .faq-div .question-item {
        background-color: #fff;
        border-radius: 15px;
        width: 60%;
        margin-top: 20px;
    }
    .faq-div .question-item .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        cursor: pointer;
    }
    .faq-div .question-item .head h6 {
        font-size: 16px;
        font-weight: 700;
    }
    .faq-div .question-item .head i {
        font-size: 25px;
        font-weight: 700;
    }
    .faq-div .question-item .body {
        display: none;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .faq-div {
        background-color: rgb(241, 241, 241);
        width: 100%;
        margin-top: 80px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .faq-div h2 {
        font-weight: 900;
        text-align: center;
        margin-bottom: 30px;
    }
    .faq-div .question-item {
        background-color: #fff;
        border-radius: 15px;
        width: 100%;
        margin-top: 20px;
    }
    .faq-div .question-item .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        cursor: pointer;
    }
    .faq-div .question-item .head h6 {
        font-size: 16px;
        font-weight: 700;
    }
    .faq-div .question-item .head i {
        font-size: 25px;
        font-weight: 700;
    }
    .faq-div .question-item .body {
        display: none;
        padding: 20px;
    }
}


/* hotels */

@media (min-width: 991px) {
    .hotels {
        margin-top: 40px;
        padding: 40px 0px;
    }
    .hotels .text-hotels h2 {
        color: #000;
        font-weight: 700;
    }
    .hotels .text-hotels span {
        color: #0b306a;
        font-weight: 700;
    }
    .hotels .text-hotels p {
        line-height: 30px;
        margin-top: 15px;
    }
    .item-hotel {
        width: 23%;
        background-color: #fff;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        padding: 15px;
        border-radius: 20px;
        text-decoration: none;
    }
    .item-hotel .img img {
        width: 100%;
        aspect-ratio: 1 / .9;
        border-radius: 20px;
        object-fit: cover
    }
    .item-hotel .detail {
        margin-top: 10px;
    }
    .item-hotel .detail h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .item-hotel .detail .score {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .item-hotel .detail .score i {
        color: gold;
        margin-left: 5px;
    }
    .item-hotel .detail .score span {
        color: #000;
        font-size: 12px;
        margin-left: 10px;
        font-weight: 700;
    }
    .item-hotel .detail .span-detail {
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .item-hotel .detail .span-detail img {
        width: 16px;
        margin-right: 5px;
    }
    .item-hotel .detail .span-detail span {
        color: #656566;
        font-size: 12px;
    }
    .item-hotel .detail .price h6 {
        color: #000;
        margin-top: 10px;
    }
    .item-hotel .detail .price h6 b {
        font-weight: 700;
    }
    .hotels .see-all {
        background: linear-gradient(#0b306a, #0b2f6ab4);
        border: 1px solid #0b306a;
        border-radius: 35px;
        margin-top: 50px;
        text-decoration: none;
        color: #fff;
        width: 180px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .hotels {
        margin-top: 40px;
        padding: 40px 0px;
    }
    .hotels .text-hotels h2 {
        color: #000;
        font-weight: 700;
    }
    .hotels .text-hotels span {
        color: #0b306a;
        font-weight: 700;
    }
    .hotels .text-hotels p {
        line-height: 30px;
        margin-top: 15px;
    }
    .item-hotel {
        /* width: 23%; */
        width: 310px;
        background-color: #fff;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        padding: 15px;
        border-radius: 20px;
        text-decoration: none;
        margin-top: 30px;
    }
    .item-hotel .img img {
        width: 100%;
        aspect-ratio: 1 / .9;
        border-radius: 20px;
        object-fit: cover
    }
    .item-hotel .detail {
        margin-top: 10px;
    }
    .item-hotel .detail h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .item-hotel .detail .score {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .item-hotel .detail .score i {
        color: gold;
        margin-left: 5px;
    }
    .item-hotel .detail .score span {
        color: #000;
        font-size: 12px;
        margin-left: 10px;
        font-weight: 700;
    }
    .item-hotel .detail .span-detail {
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .item-hotel .detail .span-detail img {
        width: 16px;
        margin-right: 5px;
    }
    .item-hotel .detail .span-detail span {
        color: #656566;
        font-size: 12px;
    }
    .item-hotel .detail .price h6 {
        color: #000;
        margin-top: 10px;
    }
    .item-hotel .detail .price h6 b {
        font-weight: 700;
    }
    .hotels .see-all {
        background: linear-gradient(#0b306a, #0b2f6ab4);
        border: 1px solid #0b306a;
        border-radius: 35px;
        margin-top: 50px;
        text-decoration: none;
        color: #fff;
        width: 180px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
}