@media (max-width: 1500px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1400px) {

}



@media (max-width: 1280px) {
    /* BODY */
    .slide_rooms .slick-slide {
        padding: 0 15px;
    }

    .slide_rooms .slick-list {
        margin-right: -15px;
        margin-left: -15px;
    }

    body.thai_lang .detsils_highlights h3 {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {

    /* HEADER */
    .main_menu li {
        padding: 0 8px;
    }

    /* BODY */
    .section_bestrate, .section_accommodation, .section_highlights, .section_offers,
    .section_gallery {
        padding: 80px 0;
    }

    .description_child.our_room {
        padding: 80px 0 100px;
    }

    .section_footer {
        padding: 80px 0 0;
    }

    .address_footer {
        padding: 0 0 80px;
    }

    .section_description {
        padding-bottom: 80px;
    }

    .container {
        padding: 0 80px;
    }

    .offers_type {
        height: 400px;
    }

    .address_footer > [class*=col-xs-] {
        padding: 15px 10px;
    }

    .description_video video {
        height: 400px;
    }

    .social_footer a {
        margin: 2px 0;
    }
    body.thai_lang .detsils_highlights .editable {
        height: auto;
    }

}

@media (max-height: 680px) {
    #maximage {
        height: 800px !important;
    }
    .artwork {
        width: 400px;
        height: 455px;
    }

    .reservation .container {
        width: 100%;
    }

    .title_ibe {
        display: none;
    }

    .t-datepicker-day {
        top: 120px;
    }

    .reservation {
        padding: 50px;
    }

    #popup_room_list.popup_content {
        max-height: 290px;
        overflow: auto;
    }

    #popup_room_list.popup_content #numberrroomRow {
        height: auto !important;
    }
}

@media (max-width: 1366px) and (max-height: 680px){
    #maximage {
        height: 100vh !important;
    }

}

@media (max-width: 1024px) {
    .detsils_highlights {
        width: calc(100% - 50px);
    }

    .address_footer li:nth-child(1) {
        justify-content: center;
    }

    /* HEADER */
    h3 {
        font-size: 19px;
    }

    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        color: #2f2e2e;
        background: #fff;
        padding: 100px 50px;
        opacity: 0;
        pointer-events: none;
        transform: translateX(300px);
        transition: all 500ms ease-in-out;
    }

    .main_menu.z_index {
        z-index: 4;
    }

    .navbar.open_menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .menu_top li {
        display: none;
    }

    .menu_top li:last-child, .menu_top li.video_layer {
        display: block;
    }

    .nav-lang:before {
        display: none;
    }

    .video_layer:before {
        left: auto;
        right: 0;
    }


    .main_menu {
        height: 70px;
    }

    .main_menu ul {
        float: none;
    }

    .main_menu a,
    .dropdown_menu .menu_list label {
        line-height: normal;
        padding: 8px 0;
        display: inline-block;
        width: 100%;
        transition: all .4s;
    }

    .nav_fixed li:hover > a {
        opacity: 1;
    }

    .dropdown_menu li > a {
        padding: 5px 0;
    }

    .scroll_menu .main_menu a {
        line-height: normal;
    }

    .navbar .nav_fixed li {
        float: none;
        width: 100%;
    }

    .main_menu li:nth-child(1), .main_menu li {
        padding: 0;
    }

    .menu_mobile, .ui-icon-plus, .hamburger,
    .dropdown_new .dropdown_menu.active {
        display: block;
    }

    .dropdown_new .dropdown_menu, .main_menu .dropdown_listmenu {
        position: relative;
        pointer-events: auto;
        transform: translateY(0);
        opacity: 1;
        background: none;
        color: #2f2e2e;
        display: none;
        padding-left: 20px;
    }

    .main_menu .dropdown_listmenu {
        left: 0;
        display: block;
        padding-left: 30px !important;
    }

    .main_menu .dropdown_listmenu li {
        background: none;
    }

    .dropdown_menu:after, .dropdown_menu:before, .dropdown_listmenu:before,
    .dropdown_listmenu:after {
        display: none;
    }

    .dropdown_menu a.main_room {
        background: none;
        border-top: 0;
        border-bottom: 0;
    }

    .dropdown_menu a:hover {
        background: none;
    }

    .open_menu .nav_fixed > li {
        animation-name: fadeInUp;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
    }

    .open_menu .nav_fixed li:nth-child(1) {
        animation-delay: 0.05s;
    }

    .open_menu .nav_fixed li:nth-child(2) {
        animation-delay: 0.1s;
    }

    .open_menu .nav_fixed li:nth-child(3) {
        animation-delay: 0.15s;
    }

    .open_menu .nav_fixed li:nth-child(4) {
        animation-delay: 0.2s;
    }

    .open_menu .nav_fixed li:nth-child(5) {
        animation-delay: 0.25s;
    }

    .open_menu .nav_fixed li:nth-child(6) {
        animation-delay: 0.3s;
    }

    .open_menu .nav_fixed li:nth-child(7) {
        animation-delay: 0.35s;
    }

    .open_menu .nav_fixed li:nth-child(8) {
        animation-delay: 0.4s;
    }

    .open_menu .nav_fixed li:nth-child(9) {
        animation-delay: 0.45s;
    }

    .open_menu .nav_fixed li:nth-child(10) {
        animation-delay: 0.5s;
    }

    .open_menu .nav_fixed li:nth-child(11) {
        animation-delay: 0.55s;
    }

    .nav_fixed {
        max-height: 600px;
        /* overflow: scroll; */
    }

    .menu_list svg {
        transform: rotate(90deg);
    }

    .nav_booknowtopw {
        display: none;
    }

    .nav_booknow_mobile {
        display: block;
    }

    .nav_fixed .active .ui-icon-plus:before, .nav_fixed .active .ui-icon-plus:after {
        background-color: var(--color-primary);
    }

    .ui-icon-plus {
        top: 9px;
    }

    /* BODY */
    .container {
        padding: 0 50px;
    }

    .images_box img {
        height: 250px;
    }

    .room_type img {
        height: 500px;
    }

    .slide_rooms .slick-arrow {
        top: 250px;
        bottom: auto;
    }

    .box_galleryhome {
        height: 200px;
    }

    #collapse_hillside .images_box img {
        height: 300px;
    }

    .card_child {
        width: 100%;
    }

    .card_child:before {
        width: 90%;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 110px !important;
    }

    .address_footer .col-xs-3 {
        width: 100%;
        padding: 15px 0;
    }

    .address_footer .col-sm-11 {
        margin-top: 10px;
        padding-left: 0;
    }

    .address_footer [class*=col-sm-] {
        width: 100%
    }

    .section_footer [class*=col-xs-]:nth-child(1) {
        padding: 0 0 15px;
    }

    .section_footer [class*=col-xs-]:last-child {
        padding: 15px 0 0;
    }

    .address_footer {
        display: flow-root;
    }

    .section_footer [class*=col-xs-] {
        width: 100%;
        text-align: center;
    }

    .address_footer li {
        float: none;
    }

    .address {
        padding-left: 0;
    }

    .address_footer li:nth-child(1) {
        margin-bottom: 0;
        padding: 0;
    }

    .filterizr-container img {
        height: 280px;
    }

    #wave_resp {
        bottom: -1px;
    }

    #wave_resp .waves {
        bottom: 0;
        display: block;
    }

    .address_footer li:nth-child(2) {
        padding: 0;
    }

    .section_footer:before {
        bottom: auto;
        top: 0;
    }

    .address_footer .title_footer {
        display: none;
    }

    .social_footer {
        padding: 8px 0 0 !important;
    }

    .address_footer div:nth-child(2) a {
        display: block;
    }

    .card_child h2 {
        margin: 0 0 10px;
    }

    .address_footer .col-xs-3 br {
        display: none;
    }
    .section_description [class*=col-xs-] {
        width: 100%;
    }

    .slider_photodescription {
        margin-top: 30px;
    }

    .details_description {
        display: block;
        text-align: center;
        padding: 0;
    }

    .section_description .col-xs-5 .editable {
        text-align: center;
    }

    .details_description h1:before {
        right: 0;
        margin: auto;
    }
    .card_child {
        padding: 0 50px;
    }
    .icon_detail .details_list {
        width: 160px;
    }
}

@media (max-width: 991px) {
    .btn_booknow_mobile label {
        left: 67px;
        bottom: 64px;
    }


    /* BODY */
    .col-xs-5 .images_description {
        height: auto;
        display: block;
    }

    .section_bestrate, .section_accommodation, .section_highlights, .section_offers,
    .section_gallery, .description_child {
        padding: 50px 0;
    }

    .section_footer {
        padding: 50px 0 0;
    }

    .description_child.our_room {
        padding: 50px 0;
    }

    .content_child {
        padding: 0 0 50px;
    }

    .section_description {
        overflow: hidden;
        padding-bottom: 50px;
    }

    .details_description h1 {
        font-size: 36px;
    }

    .card_child h2 {
        font-size: 24px;
    }

    .slide_rooms .slick-list {
        margin: 0;
        overflow: hidden !important;
    }

    .slide_rooms .slick-slide {
        padding: 0;
    }

    .amenities {
        padding-bottom: 0;
    }

    .social_footer {
        margin-bottom: 0;
    }

    .address_footer {
        text-align: center;
        margin: 0;
    }

    .address_footer [class*=col-xs-] {
        width: 100%;
        padding: 15px 0;
    }

    .address_footer [class*=col-sm-] {
        width: inherit;
    }

    .address_footer .col-sm-11 {
        margin-top: 10px;
        padding-left: 0;
    }

    .slide_rooms .slick-next {
        right: 0;
    }

    .slide_rooms .slick-prev {
        left: 0;
    }

    .card-header {
        top: -95px;
    }


    .details_room .btn_allroom {
        padding: 10px 25px;
    }

    .address_footer {
        padding: 0 0 50px;
    }

    main {
        overflow: hidden;
    }

    .card_info .photo_info img {
        height: 300px;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 100px !important;
    }



    .details_room .col-xs-9 {
        padding-right: 0;
    }
}

@media (max-width: 932px) {
    .card_info .col-xs-6 .info_offers .editable {
        text-align: initial;
    }

    /* SLIDE SHOW */
    #maximage,
    .index-video-wrapper {
        height: 70vh !important;
    }

    #arrow_left {
        left: 30px;
    }

    #arrow_right {
        right: 30px;
    }

    /* BODY */
    .card_info [class*=col-xs-] {
        width: 100%;
    }

    .description_video {
        margin: 35px 0 0;
    }

    .form {
        margin: 35px 0 0;
    }

    .card_info {
        padding: 5px 0 0;
    }

    .card_info [class*=col-xs-]:nth-child(1) {
        float: none;
        text-align: center;
    }

    .content_info {
        padding: 0 0 35px;
        height: auto;
        text-align: center;
    }

    .contact_from .content_info {
        text-align: left;
    }

    .clearfix {
        display: none;
    }

    .images_description {
        height: auto;
    }

    .details_description h1:before {
        margin: auto;
        right: 0;
    }

    .slide_rooms, .slide_highlights,
    .slide_offers, .box_gallery, .slider_icon {
        margin-top: 30px;
    }

    .gallery {
        padding: 30px 0 0;
    }


    .details_room li:nth-last-child(1) {
        float: none;
    }

    .btn_allroom {
        margin-top: 15px;
    }

    .btn_offers .btn_allroom {
        margin-top: 0;
    }

    .highlights_type img {
        height: 300px;
    }

    .box_galleryhome {
        height: 150px;
    }

    .card-body [class*=col-xs-] {
        width: 50%;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 110px !important;
    }


    .filterizr-container img {
        height: 250px;
    }

    .amenities [class*=col-xs-] {
        width: 33.33%;
    }

    .sub_topic, .content_info ul {
        text-align: left;
    }

    .look_img {
        display: none;
    }

    .content_child [class*=col-xs-] {
        width: 100%;
    }

    .content_child [class*=col-xs-]:nth-child(2) {
        padding: 50px 15px 0;
    }

    .content_child [class*=col-xs-] {
        padding: 50px 15px 0;
    }

    .room_type .btn_allroom {
        display: none;
    }

    .highlights_type img {
        height: 300px;
    }

    .details_rooms {
        width: 100%;
    }

    .icon_amenities {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .scrolldown {
        bottom: 130px;
    }

}

@media (max-width: 820px) {
    .filter-controls li {
        padding: 10px;
    }

    .details_room .col-xs-9 {
        padding-right: 0;
        width: 100%;
    }

    .btn_offers {
        margin-left: 0;
    }


    .card_info .photo_info img,
    .photo_info img {
        height: 500px;
    }

    .filter-controls li {
        padding: 0 10px 5px;
    }

    .filterizr-container img {
        height: 200px;
    }

    .detail_fac {
        text-align: left;
    }

    .details_description .icon_detail {
        width: 600px;
        margin: auto auto 20px;
        padding: 0;
    }

    .icon_detail .details_list {
        padding: 10px;
    }

    .icon_list {
        padding: 0;
        border-right: none;
        display: block;
        min-height: auto;
    }
    .page_download .col-xs-12 [class*=col-xs-] {
        width: 100%;
        height: auto;
        display: block;
    }
    .page_download p, .page_download .btn_book {
        margin: 15px 0 0;
    }
}

@media (max-width: 768px) {

    .photo_child .images_box img, .photo_info img,
    .card_info .photo_info img {
        height: auto;
    }

    .room_type img {
        height: 400px;
    }

    .slide_rooms .slick-arrow {
        top: 177px;
    }

    .highlights_type img {
        height: 500px;
    }

    .slide_highlights .slick-arrow {
        top: 220px;
    }
    #wave_resp {
        height: 80px;
    }
    #wave_resp .waves {
        bottom: 0;
        display: block;
        min-height: 80px;
        max-height: 80px;
    }
    .scrolldown {
        bottom: 116px;
    }
}

@media (max-width: 667px) {
    .artwork {
        width: 85%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* HEADER */
    .menu_top, .main_menu {
        padding: 0 25px;
    }

    .brand_logo {
        left: 25px;
    }

    .nav_booknow_mobile {
        display: none;
    }

    .navbar {
        padding: 100px 25px;
    }

    .hamburger.open-bar {
        right: 10px;
    }

    .my_booking span {
        display: none;
    }

    .brand_logo {
        height: 110px;
    }

    /* SLIDE SHOW */
    #wave_resp {
        height: auto;
    }
    #wave_resp .waves {
        height: auto;
        min-height: auto;
    }

    .scrolldown {
        bottom: 100px;
        z-index: 2;
    }

    #arrow_left {
        left: 25px;
    }

    #arrow_right {
        right: 25px;
    }

    /* BODY */
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    .container {
        padding: 0 25px;
    }

    .details_room [class*=col-xs-] {
        width: 100%;
    }

    .details_room .col-xs-9 {
        padding-right: 0;
    }

    .details_room .btn_allroom {
        float: initial;
    }

    .slider_icon img {
        width: auto;
        height: 36px;
    }

    .offers_type {
        height: 350px;
    }

    .box_gallery .col-xs-3 {
        width: 50%;
    }

    .detsils_highlights {
        padding: 15px 15px 0;
    }

    .logo_social img {
        width: auto;
        height: 50px;
    }

    .box_galleryhome {
        height: 120px;
    }

    .section_copyright {
        margin-bottom: 60px;
        font-size: 12px;
    }

    .section_copyright .container {
        padding: 0;
    }

    .reser_mobile {
        display: block;
    }

    .card-body [class*=col-xs-] {
        width: 100%;
    }

    .filterizr-container [class*=col-sm-] {
        width: 50%;
        float: left;
    }

    .filterizr-container img {
        height: 130px;
    }

    #collapse_hillside .images_box img, .photo_child .images_box img {
        height: 250px;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 80px !important;
    }

    .childroom_box h4 {
        top: 0;
    }

    .childroom_box .btn_allroom {
        top: 0;
        opacity: 1;
    }

    .card_child {
        padding: 10px 15px 0;
    }

    .amenities [class*=col-xs-] {
        text-align: left;
        width: 100%;
        padding: 0 0 15px;
        /*display: flex;*/
    }

    .images_icon {
        vertical-align: middle;
        margin-right: 10px;
    }

    .amenities [class*=col-xs-]:last-child {
        padding: 0;
    }

    .amenities p {
        margin: 0;
        display: inline-block;
    }

    .amenities {
        padding-top: 15px;
    }

    .amenities.details_rooms {
        padding: 0;
    }

    .lg-toolbar .lg-icon {
        width: 36px;
    }

    .filter-controls li {
        padding: 10px 25px;
        width: 100%;
        text-align: left;
        display: none;
        background: rgba(var(--rgba-primary), 0.15);
    }

    .filter-controls li.active {
        display: block;
    }

    .filter-controls ul.open li {
        display: block;
    }

    .filter-controls ul li.active:before {
        content: "\e911";
        font-family: icomoon;
        position: absolute;
        right: 25px;
        font-size: 14px;
        top: 12px;
        transition: all .4s;
        transform: rotate(0deg);
    }
    .filter-controls ul.open li.active:before {
        transform: rotate(180deg);
        transition: all .4s;
    }

    .room_type img, .highlights_type img {
        height: 250px;
    }

    .slide_rooms .slick-arrow,
    .slide_highlights .slick-arrow {
        top: 100px;
        bottom: auto;
    }

    .amenities.details_rooms [class*="col-xs-"] {
        padding: 5px 0;
        text-align: center;
        display: inline-block;
    }

    .amenities.details_rooms .images_icon {
        vertical-align: middle;
    }

    .section_parallax .slider_guest_review {
        height: auto;
        display: block;
        padding: 50px 0;
    }

    .slider_guest_review .slide {
        padding: 0;
    }

    .section_parallax .title_guest_review {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .icon_detail > div,
    .icon_detail > div:nth-child(1) {
        display: block;
        padding: 10px 0;
    }

    .details_description .icon_detail,
    .icon_detail .details_list {
        width: 100%;
    }

    .icon_detail .details_list {
        display: block;
        padding: 10px 0;
    }

    .details_room i, .icon_detail i {
        font-size: 24px;
        margin-right: 6px;
    }

    .description_child .icon_detail span {
        display: inline-block;
    }

    .description_child .icon_detail i {
        vertical-align: middle;
    }

    .details_description .icon_detail {
        margin: 0;
    }

    .room_type img, .photo_child .images_box img {
        height: 250px;
    }

    .content_info_room p,
    .content_info p,
    .content_info h4,
    .details_description p {
        text-align: left;
    }

    .icon_amenities {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .amenities .icon_amenities > div {
        padding: 20px 0 0;
    }

    .map iframe {
        height: 400px;
    }

    .content_info .editable,
    .card_info .col-xs-6 .info_offers .editable,
    .contact_from .content_info {
        text-align: center;
    }

    .description_child.our_room .icon_detail {
        text-align: left !important;
    }

    .section_footer:after {
        bottom: 166px;
    }

    .info_meeting table tr td {
        text-align: left;
    }
    .card_child h2 {
        padding: 0 15px;
    }
    .qr_code {
        text-align: left;
    }
    .qr_code img {
        height: 120px;
    }

}

@media (max-width: 430px) {
    .fac-amenities ul {
        padding-left: 15px;
    }

    .section_offers hgroup h3 {
        font-size: 26px;
    }

    /* HEADER */
    .main_menu {
        top: 35px;
        height: 55px;
    }

    .hamburger {
        line-height: 60px;
    }

    .nav-lang #lang_primary {
        line-height: 35px;
    }

    #maximage,
    .index-video-wrapper {
        height: 60vh !important;
    }

    /* BODY */
    h3 {
        font-size: 22px;
    }

    .slide_offers .slick-arrow {
        top: -40px;
    }

    .detsils_highlights {
        width: calc(100% - 35px);
    }

    .item_box {
        padding-top: 30px;
    }

    .title_footer {
        display: none;
    }

    .section_parallax p {
        font-size: 16px;
        margin: 8px 0 0;
    }

    .social_footer {
        margin: 5px 0 0;
    }

    .map iframe {
        height: 240px;
    }
}

@media (max-width: 414px) {
    .details_description h1 {
        font-size: 30px;
    }

    h2, .section_bestrate h2,
    .section_accommodation hgroup h3, .section_highlights hgroup h3, .section_offers hgroup h3 {
        font-size: 24px;
    }

    .section_accommodation hgroup h2, .section_highlights hgroup h2, .section_offers hgroup h2 {
        font-size: 14px;
    }
    .amenities .icon_amenities > div {
        display: flex;
    }
}

@media (max-width: 393px) {

    /* BODY */
    .social_footer a {
        width: 45px;
        height: 45px;
        padding: 8px;
    }

    .address_footer i {
        font-size: 16px;
    }

    .amenities {
        font-size: 14px;
    }

    .info_meeting table td {
        word-break: break-all;
        display: block;
        padding: 0 0 15px;
    }

    .detail_fac {
        display: flex;
    }


}

@media (max-width: 375px) {
    .navbar {
        font-size: 14px;
    }

    .address_footer i {
        font-size: 16px;
    }

    .social_footer a {
        padding: 9px 11px;
    }

}

@media (max-width: 320px) {

    .nav_fixed {
        overflow: scroll;
    }

    /* HEADER */
    .my_booking label {
        display: none;
    }

    .nav_fixed {
        max-height: 450px;
    }

    .navbar {
        padding: 60px 25px;
    }

    .hamburger.open-bar {
        top: -25px;
    }

    /* SLIDE SHOW */
    #maximage {
        height: 80vh !important;
    }

    /* BODY */
    h1, .section_accommodation hgroup h3, .section_highlights hgroup h3, .section_offers hgroup h3,
    .details_description h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4, .section_accommodation hgroup h2, .section_highlights hgroup h2, .section_offers hgroup h2 {
        font-size: 14px;
    }

    .amenities [class*=col-xs-] {
        display: flex;
    }


    .logo_social img {
        height: 40px;
    }

    .reser_mobile .book_mobile {
        padding: 22px 14px !important;
    }

    .slide_rooms .slick-arrow {
        top: 100px;
    }

    #collapse_hillside .images_box img, .card_info .photo_info img, .photo_child .images_box img {
        height: 200px;
    }

    .slider_photodescription .slick-dots {
        display: none !important;
    }

    .section_gallery h3 {
        font-size: 14px;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px !important;
    }

    .images_icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .hotel_facilities.amenities [class*=col-xs-] {
        display: flex;
    }

}

@media (max-height: 450px) {

    .artwork {
        width: 270px;
        height: 343px;
    }

    .artwork .content_banner {
        padding: 15px;
    }

    .artwork .content_banner h3 {
        font-size: 26px;
    }
}