/* cmsms stylesheet: custom-style modified: 03/02/20 10:43:36 */
.site-page {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.slide_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.h_img {
    height: 350px;
}
.bg_overlay {
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide-item .page-container {
    height: 100%;
}
.content-slider {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    
}
.content-slider .box-bg {
    margin: auto;
    padding: 25px 40px;
    border: 3px solid #fff;
}

.content-slider-item {
    margin-top: auto;
}
.slide-content {
    font-family: 'Oswald', sans-serif;
}
.slide-content h3 {
    font-size: 75px;
    margin-bottom: 15px;
    color: #fff;
}
.content-line {
    font-size: 24px;
    position: relative;
    padding-left: 107px;
}
.content-line:before {
    position: absolute;
    background-color: #fff;
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    margin: 17px 0;
}
span.content-line a {
    color: #fff;
    text-decoration: none;
}
.site_header {
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: absolute;
}
#bg_inner {
    background: #fff;
    box-shadow: 0 1px 1px -1px #868686;
}

.site-header-inner {
    display: flex;
    justify-content: center;
}
.site-header-logo {
    display: flex;
    margin-right: auto;
    justify-content: left;
}
.site-header-logo img {
    width: 97px;
    margin-top: 3px;
}
.site-header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
#bg_inner.revealed {
    transition: transform .4s ease;
    transform: translateY(0);
}

#bg_inner.sticky {
    position: fixed;
    /*transform: translateY(-100%);*/
    transition: none;
    right: 0;
    width: 100%;
    top: 0;
}
.primary-menu {
    font-family: 'Oswald', sans-serif;
}
.primary-menu a {
    color: #000;
}
.nav-desk > li.active > a {
    color: #FF3A1E;
}

.primary-menu ul li > .dropdown-menu {
    float: none;
    font-size: 14px;
    position: absolute;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    padding: 13px;
    border: none;
    border-bottom: 2px solid #FF3A1E;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    pointer-events: none;
    /*box-shadow: 0 0 18px rgba(0, 0, 0, 0.11);*/
    line-height: 2.5em;
    letter-spacing: 0.6px;
}
.primary-menu ul li > .dropdown-menu li { 
    display: block;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}
.primary-menu ul li.dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    
}

.dropdown-menu li a {
    display: block;
}

.primary-menu a:hover {
    color: #FF3A1E;
    text-decoration: none;
}
.primary-menu ul {
    padding: 0;
    margin: 0;
}
.primary-menu li {
    list-style: none;
    display: inline-block;
    padding-right: 25px;
}
.site-header-booking {
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-text {
    background: #FF3A1E;
    display: flex;
    align-items: center;
    padding: 0 30px 0 30px;
    height: 85px;
    font-size: 40px;
    color: #fff;
}
.booking-text:hover {
    color: #fff;
    background: #e72105;
}

.togburger_bg {
    background-color: #011936;
    cursor: pointer;
}
#togburger {
    position: relative;
    width: 85px;
    height: 46px;
    cursor: pointer;
    text-align: center;
    padding-top: 27px;
    left: 30%;
}

#togburger .icon-bar {
    position: relative;
    display: block;
    height: 2px;
    background: #fff;
    margin-top: 6px;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    will-change: transform;
    transform-origin: right bottom;
}

#togburger .icon-bar:nth-child(1) {
    width: 25px;
    transition-delay: 150ms;
}
#togburger .icon-bar:nth-child(2) {
    width: 17px;
    transition-delay: .4s;
}
#togburger .icon-bar:nth-child(3) {
    width: 30px;
}

.togburger_bg #togburger.open .icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(0px, 0px);
    width: 30px;
}
.togburger_bg #togburger.open .icon-bar:nth-child(2) {
    opacity: 0;
}
.togburger_bg #togburger.open .icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(3px, 4px);
    width: 30px;
}

#off-screen-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    left: 0;
    z-index: 91;
    pointer-events: none;
}

#off-screen-nav.nav-visible {
    background-color: rgba(0,0,0,0.3);
    pointer-events: auto;
}
#off-screen-nav.nav-visible .off-screen-nav-inner {
    opacity: 1;
    transform: translateX(0);
    transition: transform .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.off-screen-nav-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 425px;
    margin-left: auto;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    will-change: transform;
    overflow-y: auto;
    z-index: 3;
}

#off-screen-nav .nav-container {
    padding: 85px 0 40px;
}


.desktop-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.nav-mobile {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 2em;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    padding: 25px 35px 10px 35px;
}
.nav-mobile li {
    list-style: none;
}
.nav-mobile > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.nav-mobile > li.active > a {
    color: #FF3A1E;
}

.nav-mobile a:hover {
    color: #FF3A1E;
}

.nav-mobil .dropdown {
    position: relative;
}

.nav-mobile .sub-toggler {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 45px;
}

.nav-mobile .sub-toggler::before {
    width: 15px;
    height: 1px;
    border-top: 2px solid #000;
}

.nav-mobile .sub-toggler::after {
    width: 1px;
    height: 15px;
    border-left: 2px solid #161925;
    opacity: 1;
    transition: opacity .2s ease-in;
}
.nav-mobile .sub-toggler::before, .nav-mobile .sub-toggler::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.nav-mobile .dropdown.opened > .sub-toggler::after {
    opacity: 0;
}
.nav-mobile .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    padding-left: 15px;
}

.nav-mobile > li, .nav-mobile .sub-menu > li {
    position: relative;
}
.nav-mobile .sub-menu li a {
    font-size: 14px;
    color: #7c7c7c;
    border-bottom: 1px solid #ddd;
    display: block;
    text-decoration: none;
    padding-bottom: 8px;
}






/* Content Section */


.content_section {
    padding: 70px 0;
}
.text_content {
    font-family: 'Oswald' ,sans-serif;
}
.about_title {
    font-size: 18px;
    letter-spacing: 0.7px;
    padding-bottom: 20px;
    position: relative;
    padding-top: 20px;
    padding-left: 70px;
}
.about_title:before {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    height: 2px;
    width: 62px;
    margin: 17px 0;
}
.text_content h3 {
    padding-top: 10px;
    line-height: 1.4em;
}
.text_content p {
    padding-top: 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
}
.content_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.img_padding {
    padding-bottom: 32px;
}
.img_heigh1 {
    height: 400px;
}
.img_heigh2 {
    height: 330px;
}
.section_img2 .content_img {
    margin-top: -362px;
    margin-right: 260px;
}

.booking-services {
    padding: 20px 0 0;
}




/* Room Section */


.room_bgimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}
.room_bgoverlay {
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.zoom_img {
    overflow: hidden;
}
.zoom {
    transition: transform .4s;
}
.zoom:hover {
    transform: scale(1.1);
}
.subroom_bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 330px;
    position: relative;
}
.room_comtent {
    text-align: center;
    color: #fff;
}
.room_comtent h3 {
    font-family: 'Oswald' ,sans-serif;
    padding-bottom: 10px;
}
.room_comtent p {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.room_btn_group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
    width: 100%;
    font-family: 'Oswald' ,sans-serif;
}
.room_padding {
    margin-top: -180px;
}
.btn_detail {
    width: 80%;
    background: #011936;
    color: #fff;
    padding: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn_detail:hover {
    text-decoration: none;
    color: #fff;
}
.btn_booking {
    background: #FF3A1E;
    color: #fff;
    width: 20%;
    font-size: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.btn_booking:hover {
    text-decoration: none;
    color: #fff;
}

.spacial_offer_section {
    padding: 70px 0;
}
.spacial_offer {
    font-family: 'Oswald' ,sans-serif;
}
.spacial_offer_tittle {
    padding-left: 70px;
    font-size: 24px;
}
.spacial_offer_tittle:before {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    height: 2px;
    width: 62px;
    margin: 25px 0;
}
.spacial_offer p {
    margin-top: 15px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}

.sp_padding {
    margin-top: 10px;
}
.sp_package {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 320px;
    position: relative;
}
.bgsp_overlay {
    background: rgba(0,0,0,0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.sp_txt {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 15px;
    width: 100%;
    font-size: 18px;
    font-family: 'Oswald' ,sans-serif;
    letter-spacing: 0.6px;
}
.btn_overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
}
.sp_package:hover .btn_overlay {
    opacity: 1;
}
.sp_package:hover .sp_txt {
    visibility: hidden;
}
.load_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background: #FF3A1E;
    padding: 10px 20px;
    font-family: 'Oswald' ,sans-serif;
    font-size: 16px;
    letter-spacing: 0.6px;
}
.load_btn:hover {
    color: #fff;
    text-decoration: none;
}

.room_section {
    padding: 70px 0;
}
.room_section_title h3 {
    font-family: 'Oswald' ,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding-bottom: 10px;
}
.room_section_title p {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
    line-height: 1.8em;
}

.room_list {
    margin-top: 0;
}
.room_list_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.room_list_content span {
    font-family: 'Rubik' ,sans-serif;
    font-size: 16px;
    position: relative;
    padding-left: 45px;
}
.room_list_content span:before {
    content: '';
    background-color: #000;
    height: 1px;
    width: 38px;
    position: absolute;
    left: 0;
    top: 10px;
}
.room_list_content h3 {
    font-family: 'Oswald' ,sans-serif;
    letter-spacing: 0.8px;
    margin-top: 5px;
    font-weight: 100;
    font-size: 34px;
}
.room_list_content p {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 15px;
}
.room_btn_padding {
    margin-top: 30px;
}
.room_list_btn {
    background-color: #011936;
    color: #fff;
    padding: 10px 70px;
    font-family: 'Oswald' ,sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.room_list_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF3A1E;
}
.item_padding {
    margin-top: 50px;
}






.con_section {
    padding: 70px 0;
    background: rgba(0,0,0,0.5);
}
.contact_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.con_tittle {
    text-align: center;
    color: #fff;
    font-family: 'Oswald' ,sans-serif;
    font-size: 24px;
}
.card_cell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card_cell .card_left {
    text-align: right;
    padding: 16px 45px;
    color: #fff;
}

.p_text h4 {
    font-family: 'Oswald' ,sans-serif;
    padding-bottom: 12px;
    font-size: 18px;
}
.p_text p {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}
.card_btn {
    color: #fff;
    background-color: #FF3A1E;
    padding: 12px 45px;
    border-radius: 25px;
    font-family: 'Oswald' ,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.card_btn:hover {
    color: #fff;
    text-decoration: none;
}




.rooms_items_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    position: relative;
}

.sub_page_content {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 30px 50px;
    font-family: 'Rubik' ,sans-serif;
}
.sub_page_content:before {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    height: 1px;
    width: 50px;
    margin: 17px 0;
}
.title_padding {
    padding-left: 60px;
}
.sub_page_section {
    padding: 70px 0;
}
.sub_page_title h3 {
    font-family: 'Oswald' ,sans-serif;
    letter-spacing: 0.8px;
    padding-bottom: 10px;
    font-size: 24px;
}
.sub_page_title p {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
}
.sub_page_title ul {
    padding: 0;
    font-family: 'Rubik' ,sans-serif;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.sub_page_title ul li {
    list-style: none;
    font-size: 14px;
    line-height: 1.9em;
    flex: 0 0 45.33%;
}
.sub_page_title ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
}
.sub_title {
    font-family: 'Rubik' ,sans-serif;
    position: relative;
    padding-left: 33px;
    text-transform: uppercase;
}
.sub_title:before {
    content: '';
    height: 2px;
    width: 28px;
    background-color: #000;
    position: absolute;
    display: block;
    margin: 13px 0;
}
.room_price {
    font-size: 34px;
    font-family: 'Oswald' ,sans-serif;
    margin-top: 3px;
}
.padding_btn {
    margin-top: 40px;
}
.booking_btn {
    background-color: #FF3A1E;
    color: #fff;
    padding: 10px 114px;
    font-family: 'Oswald' ,sans-serif;
    font-size: 20px;
    letter-spacing: 0.8px;
}
.booking_btn:hover {
    background-color: #011936;
    text-decoration: none;
    color: #fff;
}
.room_items {
    margin-top: 35px;
    padding: 0;
}
.room_items li {
    list-style: none;
    font-size: 16px;
    font-family: 'Rubik' ,sans-serif;
    letter-spacing: 0.8px;
    line-height: 2.3em;
}
.f_cus {
    margin-right: 16px;
    font-size: 20px;
}
.page_slider {
    margin-top: 50px;
}
.slick-prev:before{
    font-family: 'Font Awesome 5 Free' !important;
    background-color: #000;
    padding: 3px 10px;
} 
.slick-next:before {
    font-family: 'Font Awesome 5 Free' !important;
    background-color: #000;
    padding: 3px 10px;
}
.slick-next {
    right: 2% !important;
}
.slick-prev {
    left: 92% !important;   
}
.slick-prev, .slick-next {
    top: 104% !important;
}




/*Massage and Spa */

.spa_section {
    padding: 70px 0;
}
.spa_item_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 260px;
}
.spa_content {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}
.spa_content h3 {
    font-size: 18px;
    font-family: 'Oswald' ,sans-serif;
    margin-bottom: 20px;
}
.fachility_section {
    padding: 70px 0;
}
.content_fac {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}
.facilities_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 360px;
}
.facilities_content h3 {
    font-family: 'Oswald' ,sans-serif;
    font-weight: 100;
}
.facilities_content p {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}





/*Gallery Section*/

.gallery_section {
    padding: 70px 0;
}

.gallery_section_img {
    margin-top: 40px;
}

.gallery_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.gallery_section_img a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}




.contact_section {
    padding: 70px 0;
}
.getin_touch {
    margin-bottom: 30px;
    font-family: 'Oswald' ,sans-serif;
    font-size: 24px;
}
.form-group {
    padding-right: 35px !important;
}
.form-group input[type=text], .form-group input[type=email], .form-group input[type=number], .form-group textarea, .form-group select {
    border: 0;
    border-bottom: 1.5px solid #000;
    box-shadow : none !important;
    border-radius: 0;
    padding: 6px 0;
    background: transparent !important;
    font-size: 14px;
    font-family: 'Rubik' ,sans-serif;
}
.contact_textarea textarea {
    border: 0;
    box-shadow: none;
    border-bottom: 1.5px solid #000;
}
.label_content {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}

.btn_submit {
    background-color: #FF3A1E;
    border: 2px solid #FF3A1E;
    color: #fff;
    padding: 12px 0;
    width: 100%;
    margin-top: 30px;
    font-family: 'Oswald' ,sans-serif;
    font-size: 18px;
    letter-spacing: 0.7px;
}
.btn_submit:hover {
    background-color: transparent;
    color: #000;
}

.recapcha {
    margin-top: 20px;
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}



.icon_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contact_icon {
    font-size: 40px;
    width: 10%;
}
.content_t {
    width: 90%;
    margin-top: 15px;
}
.content_t h4 {
    font-family: 'Oswald' ,sans-serif;
    font-weight: 100;
    font-size: 20px;
}
.content_t p {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}
.content_t ul {
    padding: 0;
    margin: 0;
}
.content_t ul li {
    list-style: none;
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
    line-height: 1.8em;
}



/* Reservation */

.booking_area {
    margin-top: 50px;
    background-color: #f2f2f2;
    padding: 40px;
}

.top_label {
    font-family: 'Oswald' ,sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 25px;
    letter-spacing: 0.6px;
}
.booking_submit {
    background-color: #FF3A1E;
    border: 2px solid #FF3A1E;
    color: #fff;
    font-family: 'Oswald' ,sans-serif;
    font-size: 18px;
    letter-spacing: 0.7px;
    padding: 10px 70px;
    text-transform: uppercase;
    box-shadow: none;
    transition: 0.3s;
}
.booking_submit:hover {
    background-color: #011936;
    border: 2px solid #011936;
}










/*footer-section*/

.footer_section {
    background: #fafafa;
}
.footer_border {
    border-bottom: 1px solid #000;
    padding: 70px 0;
}
.footer_logo img {
    width: 144px;
}

.footer_content {
    font-family: 'Oswald' ,sans-serif;
}
.footer_content h4 {
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 18px;
}
.footer_content p {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}
.footer_content ul {
    font-family: 'Rubik' ,sans-serif;
    padding: 0;
    margin: 0;
}
.footer_content li {
    list-style: none;
    line-height: 1.7em;
    font-size: 14px;
}
.footer_content li a {
    color: #000;
    font-size: 14px;
}
.footer_content_icon {
    font-family: 'Oswald' ,sans-serif;
}
.footer_content_icon h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.footer_content_icon ul {
    padding: 0;
    margin: 0;
}
.footer_content_icon ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}
.footer_content_icon a li {
    background: #ddd;
    padding: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    color: #000;
}
.footer_content_icon a {
    padding-right: 5px;
}
.footer_content_icon a li:hover {
    background: #FF3A1E;
    color: #fff;
}

.copy_right {
    background: #fafafa;
    padding: 20px 0;
}
.copy_txt_left {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
}
.copy_txt_right {
    font-family: 'Rubik' ,sans-serif;
    font-size: 14px;
    text-align: right;
}
.copy_txt_right span a {
    color: #000;
}
.copy_txt_right span a:hover {
    color: #FF3A1E;
    text-decoration: none;
}
























@media (min-width: 576px) { 
    
}


@media (min-width: 768px) {
    .card_cell .card_left {
        flex: 0 0 50%;
        max-width: 50%;
        border-right: 1px solid #fff;
    }
    .card_cell .card_right {
        padding-left: 45px;
    }
    .con_tittle {
        margin-bottom: 40px;
    }
    
}


@media (min-width: 992px) {
    .site_header {
        top: 40px;
    }
    .h_img {
        height: 700px;
    }
    
    #togburger {
        display: none;
    }
    
    .site-header-booking {
        margin-left: auto;
    }
    .desktop-container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .content-line:before {
        margin: 25px 0;
    }
    
    .room_comtent p {
        padding-left: 0;
        padding-right: 0;
    }
    
    .spacial_offer p {
        max-width: 500px;
    }
    
    .section_img1 .content_img {
        margin-left: 180px;
    }
    
    .content_border {
        border-right: 1.5px solid #000;
    }
    
    .room_list_box {
        padding-right: 60px;
        padding-left: 30px;
        display: flex;
        height: 100%;
    }
    .room_list_padding {
        margin: auto 0;
    }
    
    .content_fac {
        max-width: 460px;
    }
    
    .facility_list_box {
        display: flex;
        height: 100%;
        border: 2px solid #000;
        padding: 0 20px;
    }
    .pad_5 {
        padding: 0 !important;
    }
    
    .border_form {
        border-right: 2px solid #ddd;
    }
}


@media (min-width: 1200px) {
    .desktop-container {
        max-width: 1140px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media(max-width:992px){
    .site-header-menu {
        display: none;
    }
    .content-slider .box-bg {
        padding: 15px 25px;
        margin-top: 170px;
    }
    .slide-content h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .content-line {
        font-size: 14px;
        padding-left: 66px;
    }
    .content-line:before {
        width: 60px;
    }
    .p_text {
        text-align: center;
    }
    .btn_position {
        text-align: center;
    }
    .copy_txt_left {
        text-align: center;
    }
    .copy_txt_right {
        text-align: center;
    }
    
    .section_img2 .content_img {
        display: none;
    }
    
    .room_btn_group {
        margin-bottom: 25px;
    }
    .sp_package {
        margin-bottom: 25px;
    }
    .sub_page_title ul li {
        font-size: 12px;
    }
    
    .sub_page_content {
        left: 0;
    }
    .slick-next {
        right: 5% !important;
    }
    .slick-prev {
        left: 78% !important;   
    }
    
    .room_list_img {
        height: 300px;
    }
    
    .facilities_content {
        margin-top: -30px;
    }
    
    .room_list_content {
        margin-top: -30px;
    }
    
    .room_bgimg {
        height: 500px;
    }
    
    .booking-place {
        padding-bottom: 30px;
    }
}


@media (max-width: 576px) {
    .card_cell .card_left, .card_cell .card_right {
        flex: 0 0 100%;
    }
    
    .slide-content h3 {
        font-size: 24px;
    }
    
    .room_bgimg {
        height: 550px;
    }
}
