@font-face {
    font-family: 'Calibri Light';
    src: url('../font/Calibri-Light.woff2') format('woff2'),
    url('../font/Calibri-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri Bold';
    src: url('../font/Calibri-Bold.woff2') format('woff2'),
    url('../font/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Light';
    src: url('../font/Gotham-Light.woff2') format('woff2'),
    url('../font/Gotham-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
    url('../font/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('../font/Gotham-Medium.woff2') format('woff2'),
    url('../font/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('../font/Gotham-Book.woff2') format('woff2'),
    url('../font/Gotham-Book.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





::selection {
    color: #ffffff;
    background: #000;
}
:root{
    --pimary-color: #566b30;
    --secon-color: #000;
    --font-calibri-light: 'Calibri Light','sans-serif';
    --font-calibri-bold: 'Calibri Bold','sans-serif';
    --font-gotham-light: 'Gotham Light','sans-serif';
    --font-gotham-bold: 'Gotham Bold','sans-serif';
    --font-gotham-medium: 'Gotham Medium','sans-serif';
    --font-gotham-book: 'Gotham Book','sans-serif';
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: var(--font-calibri-light);
    font-size: 16px;
    color: #595959;
    line-height: 1.5;
    overflow-x: hidden!important;
    background: #ffffff;
}

input, select, button, a, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
select option{
    color: black!important;
}
p{
    margin-top: 0;
}
ul{
    margin: 0;
    padding: 0;
    display: flow-root;
}
.container {
    position: relative;
    padding: 0;
}
h1{
    font-family: var(--font-gotham-medium);
    font-size: 48px;
    margin: 0;
    font-weight: normal;
    color: var(--secon-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2{
    font-family: var(--font-gotham-medium);
    font-size: 32px;
    margin: 0;
    font-weight: normal;
    color: var(--secon-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
h3{
    font-family: var(--font-gotham-medium-book);
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    color: #2c2c2c;
    text-transform: uppercase;
}
h4{
    font-family: var(--font-calibri-light);
    font-size: 20px;
    line-height: normal;
    margin: 0;
    font-weight: normal;
    color: #2f2f2f;
    text-transform: lowercase;
    letter-spacing: 2px;
}
.section_slideshow{
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    border-top: 0;
    height: calc(100vh - 80px);
    position: relative;
}
.section_slideshow img{
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
    display: block;
}
.overlay_slide{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 90%) 100%);
}
.text_slide ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
.text_slide ul li{
    margin: 0;
    list-style: none;
}
.slick-active .text_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.slick-active .text_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.slick-active .text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}
.text_slide{
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 1;
    color: #ffffff;
}
.text_slide p{
    margin: 0;
}
.text_slide p.name_slide{
    font-family: var(--font-gotham-light);
    font-size: 46px;
    text-transform: uppercase;
    line-height: inherit;
    margin-bottom: 10px;
    width: fit-content;
    position: relative;
    display: grid;
}
.text_slide p>span{
    display: inline-block;
    width: 100%;
}
.text_slide label{
    font-family: var(--font-gotham-medium);
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    display: flex;
    width: 100%;
}
.text_slide label>span{
    position: relative;
    width: -webkit-fill-available;
}
.text_slide label>span:nth-child(1):before{
    content: '';
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 15px);
}
.text_slide label>span:nth-child(2){
    white-space: nowrap;
}
.slide_home .slick-dots{
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 0;
    align-items: center;
}
.slide_home .slick-dots li{
    margin: 0 5px;
}
.slide_home .slick-dots button{
    background: #ffffff;
    border: 2px solid transparent;
}
.slick-dots li.slick-active button{
    background: transparent;
    border: 2px solid #ffffff;
    width: 13px;
    height: 13px;
}

.hamberger_menu {
    display: block;
    height: 80px;
}
.button_container {
    position: absolute;
    /*top: 0;*/
    /*bottom: 0;*/
    height: 18px;
    width: 30px;
    margin: auto;
    cursor: pointer;
    transition: all 1s;
    z-index: 15;
    left: 50px;
    right: auto;
    top: 0;
    bottom: 0;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: var(--secon-color);
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
    width: 70%;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.overlay {
    position: fixed;
    /*background-image: url('../images/icon/bg.jpg');*/
    background: var(--secon-color);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
}

.overlay.open {
    opacity: 1;
    width: 350px;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay nav {
    position: relative;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 0 50px;
    margin-top: 75px;
}

.overlay ul {
    list-style: none;
    margin: 80px auto 0;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    padding: 0 50px;
    font-size: 18px;
}

.overlay ul li {
    /*display: block;*/
    position: relative;
    padding: 10px 0;
    opacity: 0;
    width: 100%;
    line-height: initial;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    /*overflow: hidden;*/
    opacity: 0.6;
    transition: all 0.25s;
}

.overlay ul li.active a, .overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: #fff;
    opacity: 1;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.fix_body {
    overflow: hidden !important;
}
.section_header{
    position: fixed;
    width: 100%;
    padding: 0 50px;
    background: #ffffff;
    top: 0;
    z-index: 1;
}
.brand_logo{
    height: 50px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.brand_logo img{
    width: auto;
    height: 100%;
}
.brand_logo.logo_karon{
    height: 70px;
}
.section_header{
    text-align: center;
}
.social_header .mask_img {
    width: 25px !important;
    height: 25px !important;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background: var(--secon-color);
    transition: all 0.25s;
    display: inline-block;
    vertical-align: sub;
}
.social_header .mask_img:hover{
    background: var(--pimary-color);
}
.social_header ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.social_header li{
    list-style: none;
    float: left;
    padding: 0 10px;
    line-height: normal;
}
.social_header li:nth-last-child(1){
    padding-right: 0;
}
.social_header{
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    height: 80px;
    display: flex;
    align-items: center;
}
.section_description{
    padding: 80px 0;
    text-align: center;
    display: flow-root;
    width: 100%;
}
.section_description h1{
    position: relative;
    display: inline-flex;
    margin-bottom: 30px;
}
.section_description h1:before{
    content: '';
    width: 100%;
    height: 5px;
    background: var(--secon-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.section_description p>label{
    display: inline-block;
    width: 100%;
}
.row_description{
    margin: 0 -25px;
}
.images_description{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_description img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details_description{
    background: var(--pimary-color);
    color: #ffffff;
    padding: 50px 150px 50px 50px;
    text-align: left;
}
.details_description img{
    width: auto;
    height: 40px;
    filter: brightness(0) invert(1);
    object-fit: contain;
    margin: 0 auto 30px 0;
}
.btn_readmore{
    background: #ffffff;
    color: var(--secon-color);
    padding: 13px 30px;
    border: none;
    margin-top: 15px;
    font-family: var(--font-gotham-light);
    font-weight: bold;
    transition: all 0.25s;
}
.btn_readmore:hover{
    background: var(--secon-color);
    color: #ffffff;
}
.details_description h2{
    font-family: var(--font-gotham-light);
    color: #ffffff;
    line-height: 30px;
    display: inline-grid;
    width: fit-content;
    font-weight: bold;
}
.details_description h2>label{
    position: relative;
    font-family: var(--font-gotham-light);
    text-transform: uppercase;
    padding-left: 40px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.details_description h2>label:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.details_description h2>label>span{
    background: var(--pimary-color);
    padding-left: 10px;
    position: relative;
}
.section_typehotel{
    padding: 0 50px;
    display: flow-root;
    width: 100%;
}
.row_description .col-xs-4 .images_description{
    height: 300px;
}
.row_description .col-xs-4 .details_description{
    padding: 50px;
}
.row_description .col-xs-4 .details_description h2{
    font-size: 36px;
}
.row_description .col-xs-12, .row_description .col-xs-4{
    padding: 25px;
}
.row_description .col-xs-12{
    padding-top: 0;
}
.row_description .col-xs-4{
    padding-bottom: 0;
}
.row_description .col-xs-4  .col-xs-12{
    padding: 0!important;
}
.section_location{
    padding: 80px 0;
    text-align: center;
}
.section_location h2{
    position: relative;
    padding-bottom: 10px;
}
.section_location h2:before{
    content: '';
    background: var(--secon-color);
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section_location img{
    width: 900px;
    display: block;
    margin: 50px auto 0;
}
.section_ig{
    padding: 0 150px 80px;
    text-align: center;
}
.section_ig img{
    width: 100%;
    display: block;
}
.section_ig p {
    margin: 0;
    font-size: 18px;
    display: inline;
}
.btn_ig {
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 50px;
    color: #ffffff;
    margin-left: 10px;
    border: none;
    background-image: linear-gradient(to right, #df993d, #c42a68, #7024c4);
    background-size: 130% 100%;
    moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn_ig:hover {
    background-position: 100% 0;
    moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.images_widget{
    margin-bottom: 50px;
}
.scroll_menu{
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    z-index: 3;
}
.section_footer{
    padding: 5px 0 0;
    background: var(--secon-color);
    color: #ffffff;
    display: flow-root;
    width: 100%;
}
.contact_address{
    padding: 50px 0;
    border-top: 5px solid #ffffff;
}
.contact_address img{
    height: 30px;
    width: auto;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
}
.contact_address .col-xs-12{
    text-align: center;
}
.contact_address ul{
    margin: 0;
    padding: 0;
}
.contact_address li{
    width: 100%;
    list-style: none;
    padding: 3px 0;
}
.contact_address li>label{
    width: 80px;
}
.contact_address p>label{
    display: inline-block;
    width: 100%;
}

.contact_address h3{
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}
.contact_address .col-xs-4{
    margin: 30px 0;
}
.contact_address .mask_img {
    width: 25px !important;
    height: 25px !important;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background: #ffffff;
    transition: all 0.25s;
    display: inline-block;
    vertical-align: sub;
}
.contact_address .mask_img:hover{
    background: var(--pimary-color);
}
.contact_address .col-xs-12:nth-last-child(1) li{
    float: left;
    width: auto;
    padding: 0 10px;
    line-height: normal;
}
.contact_address .col-xs-12:nth-child(1){
    margin-bottom: 15px;
}
.contact_address .col-xs-12 ul{
    display: inline-block;
}
.copy_right{
    border-top: 1px solid #ffffff;
    padding: 15px 0;
}
.copy_right label:nth-last-child(1){
    float: right;
}
.copy_right a{
    color: #ffd200;
}
.contact_list .col-xs-4:nth-child(1), .contact_list .col-xs-4:nth-child(3){
    padding-left: 50px;
}

.contact_list{
    width: 1000px;
    margin: auto;
}
.contact_address a:hover{
    color: var(--pimary-color);
}
.images_mobile{
    display: none!important;
}
.section_parallax{
    height: calc(50vh - 80px);
}
.section_parallax img{
    height: calc(50vh - 80px);
}
.section_description_info h1{
    font-family: var(--font-gotham-light);
    line-height: 35px;
    display: inline-grid;
    width: fit-content;
    font-weight: bold;
    margin-bottom: 0;
}
.section_description_info h1:before{
    content: none;
}
.section_description_info h1>label{
    position: relative;
    font-family: var(--font-gotham-light);
    text-transform: uppercase;
    padding-left: 40px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.section_description_info h1>label:before {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--secon-color);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section_description_info h1>label>span{
    background: #ffffff;
    padding-left: 10px;
    position: relative;
}
.section_roomtype{
    text-align: center;
    overflow: hidden;
}
.section_roomtype p>label{
    display: inline-block;
    width: 100%;
}
.section_roomtype h2{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.section_roomtype h2:before{
    content: '';
    background: var(--secon-color);
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.images_room img{
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
}
.details_room{
    background: var(--pimary-color);
    color: #ffffff;
    padding: 30px;
    text-align: left;
}
.details_room p{
    margin: 0;
}
.details_room h3{
    font-family: var(--font-calibri-bold);
    font-size: 24px;
    text-transform: none;
    text-align: left;
    color: #fff;
}
.details_room ul{
    margin: 0;
    padding: 0;
}
.details_room li{
    list-style: none;
    float: left;
    border-right: 1px solid #ffffff;
    padding: 0 15px;
    line-height: normal;
}
.details_room li:nth-child(1){
    padding-left: 0;
}
.details_room li:nth-last-child(1){
    padding-right: 0;
    border-right: none;
}
.slide_room{
    width: 900px;
    margin: 50px auto 0;
}
.slide_room .slick-list{
    overflow: inherit!important;
    padding: 0!important;
}
.slide_room .slide{
    padding: 0 25px;
}
.slide_room .slick-arrow{
    background: none;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    z-index: 1;
}
.slide_room .slick-arrow img{
    height: 30px;
}
.slide_room .slick-arrow.slick-prev{
    left: -25px;
}
.slide_room .slick-arrow.slick-next{
    right: -25px;
}
.box_room{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.section_hotellocation{
    padding: 80px 150px;
    display: flow-root;
    width: 100%;
}
.images_hotellocation{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.details_hotellocation{
    padding: 50px;
    background: #f4f4f4;
}
.images_hotellocation iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.details_hotellocation h2{
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.details_hotellocation h2:before{
    content: '';
    background: var(--secon-color);
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto;
}
.details_hotellocation ul{
    margin: 0;
    padding: 0;
}
.details_hotellocation li{
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 0;
}
.details_hotellocation li:nth-last-child(1){
    border-bottom: none;
}
.details_hotellocation li>label{
    float: right;
}
.details_hotellocation .btn_readmore{
    background: var(--pimary-color);
    margin-top: 25px;
    color: #ffffff;
}
.details_hotellocation .btn_readmore:hover{
    background: var(--secon-color);
}
.section_gallery{
    padding: 0 150px;
    text-align: center;
    display: flow-root;
    width: 100%;
}
.section_gallery h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.section_gallery h2:before {
    content: '';
    background: var(--secon-color);
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section_gallery ul{
    display: inline-block;
}
.section_gallery .nav a{
    color: var(--secon-color);
    background: transparent;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
}
.section_gallery .nav li.active a{
    background: var(--pimary-color);
    color: #ffffff;
}
.images_gallery{
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section_gallery .tab-content{
    margin-top: 50px;
}
.section_gallery .tab-content a{
    display: contents;
}
.overlay_photo{
    position: absolute;
    top: 0;
    left: 0;
    background: #576b30cf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 0;
    transition: all 0.25s;
    right: 0;
    bottom: 0;
    margin: auto;
}
.row_photogallery .col-xs-4:hover .overlay_photo{
    opacity: 1;
}
.row_photogallery .col-xs-4{
    padding: 15px;
}
.row_photogallery{
    margin: 0 -15px;
}
.section_inquiry{
    padding: 80px 0;
    text-align: center;
}
.box_inquiry{
    width: 500px;
    padding: 50px;
    margin: auto;
    background: var(--secon-color);
    color: #ffffff;
    display: flow-root;
}
.section_inquiry h3{
    font-size: 24px;
    color: #ffffff;
}
.row_input{
    text-align: left;
    margin-top: 30px;
}
.row_input label{
    display: inline-block;
    width: 100%;
}
.input_data{
    width: 100%;
    padding: 0 0 5px;
    border: none;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #ffffff;
}
.row_input label>span{
    color: red;
}
.row_input .col-xs-12{
    margin-bottom: 15px;
}
.row_input .btn_readmore{
    background: var(--pimary-color);
    color: #ffffff;
    margin: 0;
}
.row_input .btn_readmore:hover{
    background: #ffffff;
    color: var(--secon-color);
}
textarea.input_data{
    height: 150px;
}
.slide_room .slick-dots{
    padding: 0;
    margin-top: 25px;
}
.slide_room .slick-dots li.slick-active button{
    border-color: var(--pimary-color);
}
.slide_room .slick-dots li {
    margin: 0 5px;
    display: flex;
    align-items: center;
}
.slide_room .slick-dots button{
    background: var(--pimary-color);
}
.btn_booknow{
    background: var(--pimary-color);
    padding: 12px 25px;
    border: none;
    color: #fff;
    font-family: var(--font-gotham-light);
    transition: all 0.5s;
}
.btn_booknow:hover{
    background: var(--secon-color);
}
.button_bookmobile{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}