
@media (max-width: 1440px)  {
    
}
@media (max-width: 1366px) {
    header .container, .contact_footer .container {
        width: 100%;
    }
    .menu {
        font-size: 14px;
    }
    .menu nav {
        padding: 0 15px 0 0;
    }
    .navbar li:last-child {
        padding: 0 0 0 8px;
    }
    .navbar li {
        padding: 0 8px;
    }
    .menu nav, .menu > div {
        padding: 0 15px;
    }
    .navbar-brand img {
        height: 60px;
    }
    .navbar li a {
        line-height: 80px;
    }
    .address_header, .menu .btn_main {
        margin: 17px 0;
    }
    .hero-slider .swiper-button-prev {
        left: 30px;
    }
    .hero-slider .swiper-button-next {
        right: 30px;
    }
    .hero-slider .text-swiper {
        padding: 0 100px;
    }
    .hero-style .slide-title h2 {
        font-size: 46px;
    }
    /** PADDING **/
    header {
        padding: 0 100px;
    }
    .description {
        padding: 100px 100px 160px;
    }
    .whyus, .package {
        padding: 100px;
    }
    .booknow {
        padding: 160px 100px;
    }
    .rents {
        padding: 160px 100px 100px;
    }
    .gallery {
        padding: 0 100px;
    }
    .shop {
        padding: 0 100px 100px;
    }
    .contact_footer {
        padding: 0 100px 50px;
    }
    .copyright {
        padding: 25px 100px;
    }
    .copyright .container {
        width: 100%;
    }
}
@media (max-width: 1281px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    header {
        padding: 0 50px;
    }
    .package .item .col-xs-6:nth-child(2) ul {
        font-size: 14px;
    }
    .flip-box-back .detail {
        width: 100%;
    }
    .flip-box, .flip-box-back {
        height: 400px;
    }

}
@media (max-width: 1024px) {
    header {
        padding: 0 50px;
    }
    .menu > div.address_header {
        display: none;
    }
    .icon_enjoy {
        height: 400px;
    }
    .package [class*=col-xs-]{
        width: 100%;
    }
    .package .item .col-xs-6:nth-child(2) {
        height: auto;
        display: block;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
    }
    .package img {
        border-top-right-radius: 15px;
        border-bottom-left-radius:0
    }
    .package .item .col-xs-6:nth-child(2) ul {
        padding: 0 0 0 30px;
    }
    .contact_footer .row_contact [class*=col-xs-]:nth-child(3) {
        text-align: center;
        padding: 15px 15px 0 ;
    }
    /** PADDING **/
    .description {
        padding: 50px 50px 110px;
    }
    .whyus, .package {
        padding: 50px;
    }
    .booknow {
        padding: 110px 50px;
    }
    .rents {
        padding: 110px 50px 50px;
    }
    .gallery {
        padding: 0 50px;
    }
    .contact_footer {
        padding: 0 50px 50px;
    }
    main {
        padding: 0 0 50px;
    }
    .shop {
        padding: 0 50px 50px;
    }
    .contact_footer .row_contact [class*=col-xs-] {
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    .contact_footer .row_contact [class*=col-xs-]:nth-child(1) {
        padding: 0 15px 15px;
    }
    .copyright {
        padding: 25px 50px;
    }

}

@media (max-width:991px){
    .iconnav {
        display: inline-block !important;
    }
    .menu {
        font-size: 16px;
    }
    .menu nav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        padding: 100px 50px;
        background: #fff;
        z-index: 9;
        opacity: 0;
        pointer-events: none;
        transform: translateX(300px);
        transition: all 500ms ease-in-out;
    }
    .menu nav.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }
    .navbar li {
        float: none;
        padding: 10px 0;
    }
    .navbar li:last-child {
        padding: 10px 0;
    }
    .navbar li a {
        line-height: normal;
        display: block;
        width: 100%;
    }
    .scroll .navbar li a {
        line-height: normal;
    }
    .flip-box-front, .flip-box-back {
        position: relative;
        backface-visibility:unset;
        transform: none;
    }
    .flip-box, .flip-box-back {
        height: auto;
    }
    .flip-box:hover .flip-box-inner {
        transform: none;
    }
    .flip-box-front img {
        height: 300px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .flip-box-back {
        padding: 25px;
        height: auto;
        display: block;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .flip-box-back ul {
        padding: 0 0 0 30px;
    }
    .item_box {
        padding-top: 30px;
    }
    .hero-slider .text-swiper {
        padding: 0 50px;
    }
    .hero-slider .swiper-button-next {
        top: auto;
        bottom: 60px;
        opacity: 1 !important;
        right: 50px;
        visibility: unset !important;
        transform: none !important;
    }
    .hero-slider .swiper-button-prev {
        top: auto;
        bottom: 60px;
        opacity: 1 !important;
        right: 110px;
        left: auto;
        visibility: unset !important;
        transform: none !important;
    }
    .id_wechat {
        display: block;
        background: var(--color-primary);
        width: 200px;
        margin: 10px auto;
        padding: 10px;
        border-radius: 30px;
    }
    .icon_wechat {
        width: auto;
        height: auto;
        background: none;
        border: 0;
        padding: 0;
    }
    .id_wechat img {
        vertical-align: middle;
    }
    .id_wechat .show_id {
        position: relative;
        text-align: center;
        display: inline-block;
        color: #fff;
        padding: 0;
        background: none;
        bottom: auto;
        right: auto;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        white-space:normal;
    }
    .show_id:after {
        display: none;
    }
    .icon_wechat:hover img {
        filter: brightness(0) invert(1);
    }

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

    .description .row_description {
        margin: auto;
    }
    .description [class*=col-xs-],
    .whyus [class*=col-xs-]{
        width: 100%;
        padding: 0;
    }
    .description img {
        height: 450px;
    }
    .description .col-xs-6:nth-child(2) {
        height: auto;
    }
    .description .col-xs-6:nth-child(2) {
        display: block;
        padding: 30px 0 0;
        text-align: center;
    }
    .description .title:before,.whyus .title:before {
        margin: 0 auto 15px;
    }
    .whyus .col-xs-6:nth-child(2) {
        display: block;
        text-align: center;
        padding: 30px 0 0;
        height: auto;
    }
    .package img , .flip-box-front img{
        height: 200px;
    }
    .item_img_box img {
        height: 130px;
    }
}
@media  (max-width: 768px) {
    .hero-slider {
        height: 60vh;
    }
    main {
        overflow: hidden;
    }
    .copyright {
        text-align: center;
    }
    .copyright p {
        margin: 0;
    }
    .pay {
        margin: 10px 0 0;
        float: none;
        text-align: center;
        display: inline-block;
    }
    .description .slick-dots {
        right: 15px;
    }

}
@media (max-width: 600px) {
    /** PADDING **/
    header, .hero-slider .text-swiper {
        padding: 0 25px;
    }
    .menu nav.active {
        padding: 80px 25px;
    }
    .description {
        padding: 50px 25px 110px;
    }
    .whyus, .package {
        padding: 50px 25px;
    }
    .booknow {
        padding: 110px 25px;
    }
    .rents {
        padding: 110px 25px 50px;
    }
    .gallery {
        padding: 0 25px;
    }
    .contact_footer {
        padding: 30px 25px 50px;
    }
    .copyright {
        padding: 25px;
    }
    .shop {
        padding: 0 25px 50px;
    }

    /**********************/
    .iconnav.active {
        right: -140px;
    }
    .hero-style .slide-title h2 {
        font-size: 30px;
    }
    .hero-slider .elementor-shape {
        bottom: -1px;
    }
    .icon_enjoy,.large_logo  {
        height: auto;
        width: 100%;
    }
    .row_gallery [class*=col-xs-]{
        width: 50%;
    }
    .hero-slider .swiper-button-next {
        right: 25px;
    }
    .hero-slider .swiper-button-prev {
        right: 80px;
    }
    .row_gallery {
        margin-left: -5px;
        margin-right: -5px;
    }
    .row_gallery [class*=col-xs-] {
        padding: 5px;
    }
}

@media (max-width:414px){
    .hero-style .slide-text p {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .description img,.shop img {
        height: 350px;
    }
}
@media (max-width: 320px) {
    .hero-slider {
        height: 70vh;
    }
    .hero-slider .text-swiper {
        display: none;
    }
    .btn_main{
        padding: 10px 15px;
    }
    .item_img_box img {
        height: 100px;
    }
}
@media (max-height: 600px) {
    main {
        overflow: hidden;
    }
    .hero-slider {
        height: 100vh;
    }
}