h1, h2 {
    color: #f47032;
    margin: 0
}

body, h1, h2 {
    margin: 0
}

h2, h4 {
    letter-spacing: 3px
}

.arrowslide img, .menu, .navbar-brand > img, .navbar-default .navbar-nav > li > a, .navbar-nav, .overlay_slide, a {
    transition: all .5s
}

.remake li, .section_contact li, select {
    list-style: none
}

#gallery .overlay_text_top, .btn_booknow, .btn_input, .navbar, footer #links > div span, h2 {
    text-transform: uppercase
}

@font-face {
    font-family: Candara;
    src: url(../../assets/font/Candara.woff) format('woff2'), url(../../assets/font/Candara.woff2) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GothamRounded_Light;
    src: url(../../assets/font/GothamRounded-Light.woff2) format('woff2'), url(../../assets/font/GothamRounded-Light.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamRounded_Bold;
    src: url(../../assets/font/GothamRounded-Bold.woff2) format('woff2'), url(../../assets/font/GothamRounded-Bold.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

body {
    padding: 0;
    font-size: 16px;
    color: #676767;
    top: 0 !important;
    font-weight: lighter;
    font-family: Candara, sans-serif
}

h1, h2, h4 {
    font-family: GothamRounded_Light, sans-serif
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 20px
}

h4 {
    font-size: 18px;
    margin: 0 0 5px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit
}

.nav .active, .nav .active:hover {
    color: #202020 !important
}

p {
    line-height: 24px
}

select {
    appearance: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

ul.dashed {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px
}

ul.dashed > li:before {
    content: "-";
    margin-right: 10px;
    padding-bottom: 5px;
    float: left;
    text-align: left
}

.section_content01, .section_content02 {
    text-align: center;
    display: inline-block
}

.text_bold {
    font-family: GothamRounded_Bold, sans-serif
}

.navbar-brand > img {
    width: 150px;
    padding: 0
}

.nav > li > a {
    padding: 10px 15px;
    font-size: 14px
}

.nav .active {
    background: #f46e32
}

.navbar-nav {
    padding: 20px 0
}

.navbar-nav > li {
    padding: 0
}

.navbar {
    border-radius: 0;
    background: 0 0;
    color: #fff;
    padding: 15px 0
}

.menu {
    position: absolute;
    z-index: 1;
    width: 100%
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f47032
}

footer #breadcrumb span, footer #links > div:last-child a:hover, footer .info > div.address a:hover, footer section.topp .mobile-social-trigger:hover, footer section.topp .right a:hover {
    color: #c99700
}

#maximage {
    height: 800px !important
}

.slideshow {
    position: relative;
    display: inline-block;
    width: 100%
}

#arrow_left, #arrow_right, .arrowslide, .overlay_slide, footer {
    position: absolute
}

.arrowslide {
    top: 40%;
    width: 100%
}

.arrowslide img {
    opacity: .3
}

.arrowslide img:hover, footer.clicked .btm > .inner {
    opacity: 1
}

#arrow_right {
    right: 15px
}

#arrow_left {
    left: 15px
}

.overlay_slide {
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, .5), transparent);
    height: 200px
}

footer {
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-transition: height .4s cubic-bezier(.07, .85, .26, .96);
    transition: height .4s cubic-bezier(.07, .85, .26, .96)
}

footer.clicked {
    height: 100%
}

@media only screen and (min-width: 768px) {
    footer.clicked {
        height: calc(100% - 50px)
    }
}

@media only screen and (min-width: 1025px) {
    footer.clicked {
        height: calc(100% - 100px)
    }
}

footer.clicked section.topp .right #more span.more {
    display: none
}

footer.clicked section.topp .right #more span.less {
    display: inline-block
}

footer.clicked section.topp .right #more i:before {
    content: '\f107' !important
}

footer.clicked .btm {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

@media only screen and (min-width: 768px) {
    footer.clicked .btm {
        overflow: visible
    }

    footer.clicked .btm > .inner {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

footer section {
    position: relative
}

footer section.topp {
    height: 50px;
    position: relative;
    z-index: 3
}

footer section.topp .mobile-social-trigger {
    text-decoration: none;
    font-size: .9em;
    display: inline-block;
    margin: 14px 0 0 15px
}

footer section.topp .mobile-social-trigger[rel=open] span.share {
    display: none
}

footer section.topp .mobile-social-trigger[rel=open] span.close {
    display: block
}

@media only screen and (min-width: 1025px) {
    footer section.topp .mobile-social-trigger {
        display: none
    }
}

footer section.topp .mobile-social-trigger span.share {
    display: block
}

footer section.topp .mobile-social-trigger span.close {
    display: none
}

footer section.topp .right {
    float: right;
    padding: 13px 0 0
}

footer section.topp .right a {
    margin-right: 15px;
    display: none
}

@media only screen and (min-width: 1025px) {
    footer section.topp .right a {
        display: inline
    }
}

footer section.topp .right a.appdownload {
    height: 17px;
    display: inline-block;
    position: relative;
    top: 4px
}

footer section.topp .right a.appdownload img {
    display: block;
    height: 100%;
    width: auto
}

footer section.topp .right #more {
    text-decoration: none;
    font-size: .9em;
    font-weight: 400;
    display: inline-block
}

footer section.topp .right #more span.more {
    display: inline-block
}

footer section.topp .right #more span.less {
    display: none
}

footer section.topp .right #more i {
    margin-left: 5px;
    position: relative;
    top: -1px
}

footer section.topp .right #more i:before {
    content: '\f106'
}

footer section.topp .background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

footer section.topp .background div {
    height: 100%;
    float: left
}

footer section.topp .background .left, footer section.topp .background .mid, footer section.topp .background .right {
    position: relative
}

footer section.topp .background .left, footer section.topp .background .right {
    z-index: 1;
    background: #fff;
    border-top: 5px solid #f36f32;
    width: calc(50% - 42px)
}

footer section.topp .background .left:after, footer section.topp .background .right:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -3px;
    height: 100%;
    width: 10px;
    background: #fff;
    display: block
}

footer section.topp .background .right {
    display: block
}

footer section.topp .background .right:after {
    right: auto;
    left: -3px
}

footer section.topp .background .mid {
    width: 84px;
    height: 100%;
    z-index: 0;
    display: block
}

footer section.topp .background .mid svg {
    width: 100%;
    height: 100%;
    display: block
}

footer section.btm {
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    overflow: hidden;
    font-weight: 400
}

footer section.btm > .inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1024px;
    z-index: 1;
    position: relative;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.07, .85, .26, .96);
    transition: transform .4s cubic-bezier(.07, .85, .26, .96)
}

@media only screen and (min-width: 768px) {
    footer section.btm > .inner {
        -webkit-transform: translate3d(-50%, 100%, 0);
        transform: translate3d(-50%, 100%, 0);
        position: absolute;
        bottom: 10%;
        left: 50%;
        opacity: 0
    }
}

.height_facilities, .height_map {
    position: relative;
    transition: all .5s
}

footer #breadcrumb {
    margin: 15px 0 0 20px;
    float: left;
    font-size: .9em;
    display: none;
    font-weight: 400
}

@media only screen and (min-width: 1025px) {
    footer #breadcrumb {
        display: block
    }
}

footer #breadcrumb i {
    margin: 0 10px
}

footer #links {
    border-top: solid 1px #e4e5e4;
    margin-bottom: 50px;
    font-size: .7em;
    line-height: 1rem
}

@media only screen and (min-width: 768px) {
    footer #links {
        margin-bottom: 0;
        font-size: 1.1rem;
        line-height: 1.5rem
    }
}

@media only screen and (min-height: 750px) {
    footer #links {
        margin: 50px 0 0;
        padding: 0 0 50px
    }
}

footer #links > div {
    margin-top: 50px;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

footer #links > div:last-child br {
    display: none
}

@media only screen and (min-width: 768px) {
    footer #links > div {
        margin-top: 4%;
        padding: 2.5% 5%;
        width: 31.33%
    }

    footer #links > div.mid {
        margin-left: 2.5%;
        margin-right: 2.5%;
        border: solid #e4e5e4;
        border-width: 0 1px
    }

    footer #links > div:last-child br {
        display: block
    }
}

footer #links > div:last-child a {
    font-size: 1.2em;
    margin-right: 20px;
    margin-bottom: 20px
}

footer #links > div:nth-child(1) a, footer #links > div:nth-child(2) a {
    display: block
}

footer #links > div:nth-child(3) a {
    display: inline-block
}

footer #links > div .menu-footer-resources-container, footer #links > div .menu-footer-vacation-planning-container {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%
}

footer #links > div span {
    font-size: .7em;
    font-weight: 500;
    font-family: Lato, sans-serif;
    margin-bottom: 10px;
    display: block
}

footer #links > div a {
    font-size: .8em;
    text-decoration: none
}

footer #links > div a:hover {
    text-decoration: underline
}

footer .info {
    overflow: hidden;
    margin: 0 0 4%;
    font-size: .7em;
    line-height: 1rem
}

@media only screen and (min-width: 768px) {
    footer .info {
        font-size: .9em;
        line-height: 1.5rem
    }
}

footer .info h3 {
    font-size: .65rem;
    margin-bottom: 5px
}

@media only screen and (min-width: 768px) {
    footer .info h3 {
        font-size: .9rem;
        margin-bottom: 15px
    }
}

footer .info > div {
    float: left;
    height: 100%;
    width: 100%;
    margin-bottom: 25px
}

.height_accommodation, .height_facilities, .height_map {
    overflow: hidden;
    float: right
}

@media only screen and (min-width: 768px) {
    footer .info > div {
        margin-bottom: 0
    }

    footer .info > div.address {
        width: 34%;
        padding: 0 3% 0 5%
    }

    footer .info > div.mid {
        border: solid #e4e5e4;
        border-width: 0 1px;
        width: 31.5%;
        padding: 0 2.5% 0 5%
    }
}

footer .info > div.address a {
    text-decoration: none
}

.btn_facilities, footer .info > div.address .directory:hover {
    text-decoration: underline
}

footer .info > div.address .directory {
    text-transform: uppercase;
    color: #c99700;
    margin: 20px 0 0;
    display: block
}

@media only screen and (min-width: 768px) {
    footer .info > div.mailchimp {
        width: 34%;
        padding: 0 0 0 8%
    }
}

footer .info > div.mailchimp #mc_embed_signup .mc-field-group.input-group {
    display: none
}

footer .info > div.mailchimp .btn {
    background: #fff
}

footer .info > div.mailchimp .btn:hover {
    background: #c99700
}

footer #copywrite {
    font-size: .7em
}

footer #copywrite p {
    margin: 0
}

.section_content01 {
    padding: 50px 0;
    width: 100%
}

.line {
    width: 50px;
    border-top: 3px solid #e2e2e2
}

.btn_read {
    border: 1px solid #f47032;
    padding: 10px 20px;
    color: #f47032;
    display: inline-block;
    background: 0 0;
    transition: all .5s
}

.btn_read:hover {
    background: #f47032;
    color: #fff
}

.section_content02 {
    padding: 0;
    width: 100%
}

.height_facilities {
    width: 100%;
    height: 400px;
    background-size: cover !important
}

#slide_facilities .owl-nav {
    display: none;
    margin-top: 15px
}

#slide_facilities .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 10px 20px 8px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s
}

#slide_facilities .owl-nav [class*=owl-]:hover {
    background: #f47032
}

.detial_facilities {
    display: inline-block;
    padding-top: 15px
}

.btn_facilities {
    color: #3c3c3c;
    background: 0 0;
    border: none;
    padding-top: 50px;
    transition: all .5s
}

.btn_facilities:hover {
    color: #f47032
}

.height_map {
    width: 100%;
    height: 450px;
    background-size: cover !important
}

.section_map {
    margin-bottom: 0;
    display: flex;
}

.section_map iframe {
    height: 100%;
    width: 100%;
    border: none
}

.footer {
    background: #404040;
    text-align: left;
    color: #fff;
    display: flex;
}

.footer p {
    margin: 0;
    font-size: 14px
}

.footer h2 {
    font-size: 14px;
    color: #fff;
    margin: 20px 0
}

.footer img {
    vertical-align: middle;
    margin-right: 5px
}

.footer a:hover {
    color: #f36f32
}

.logo_w {
    text-align: center;
    padding: 20px 0
}

.linkmenu {
    border-left: 1px solid;
    padding: 0 0 0 50px
}

.logo_w p {
    margin: 10px 0
}

.active_w {
    width: 100%;
    top: 0 !important;
    box-shadow: rgba(0, 0, 0, .09) 0 0 10px;
    position: fixed;
    z-index: 4;
    background: #fff
}

.bg_logo {
    background-image: url(../../assets/images/icon/logo.png);
    width: 160px;
    height: 121px;
    background-repeat: no-repeat
}

.active_w .bg_logo {
    background-image: url(../../assets/images/icon/logo_b.png);
    width: 70px;
    height: 53px;
    background-size: 70px
}

.active_w .last_menu {
    padding: 5px 0 0 15px !important
}

.active_w .navbar-default .navbar-nav > li > a {
    color: #676767;
    transition: all .5s
}

.active_w .navbar-default .navbar-nav > li > a:hover {
    color: #f36f32
}

.active_w .navbar-nav {
    padding: 10px 0
}

.item_img_box {
    position: relative;
    overflow: hidden
}

.item_img_box .item_img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease
}

.item_img_box:hover .item_img {
    transform: scale(1.05)
}

.padding_fac {
    padding: 15px;
    border: 1px solid #eee
}

.btn_gallery {
    background: #f56f32
}

.btn_gallery a {
    color: #020202 !important
}

.btn_gallery a:hover {
    color: #fff !important
}

.time_weather {
    position: absolute;
    width: 100%;
    bottom: 100px;
    color: #fff;
    /*font-size: 40px;*/
    font-family: GothamRounded_Light, sans-serif
}

.time_weather p {
    font-size: 16px;
    font-family: Candara, sans-serif
}

.weather {
    text-align: right
}

.last_menu {
    padding: 5px 0 0 15px !important
}

.logo_w img {
    margin: 0
}

.nav_mobile {
    display: none;
    position: relative
}

.btn_menumore {
    position: fixed;
    width: 25px;
    top: 30px;
    cursor: pointer;
    z-index: 100;
    display: inline-block;
    height: 20px;
    right: 15px;
    transition: opacity .25s ease
}

.btn_menumore:hover {
    opacity: 1
}

.btn_menumore.active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #FFF
}

.btn_menumore.active .middle {
    opacity: 0;
    background: #FFF
}

.btn_menumore.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #FFF
}

.btn_menumore span {
    background: #f56f32;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer
}

.btn_menumore span:nth-of-type(2) {
    top: 6px
}

.btn_menumore span:nth-of-type(3) {
    top: 12px
}

.nav_mobile .overlay {
    position: fixed;
    background: #202020;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 9
}

.nav_mobile .overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%
}

.nav_mobile .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

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

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

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

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

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

.nav_mobile .overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.nav_mobile .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%
}

.nav_mobile .overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    position: relative;
    padding: 10px;
    opacity: 0
}

.nav_mobile .overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s
}

.nav_mobile .overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: #f56f32
}

.nav_mobile .overlay ul li a:active:after, .nav_mobile .overlay ul li a:focus:after, .nav_mobile .overlay ul li a:hover: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
    }
}

.translate_mobile {
    display: none;
    position: fixed;
    z-index: 5;
    top: 30px;
    right: 55px
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    width: 100%;
    border-radius: 0;
    padding: 5px 10px;
    background: #fff
}

.arrow_index {
    position: absolute;
    top: 8px;
    color: #000;
    right: 10px
}

.goog-te-banner-frame {
    bottom: 0 !important;
    top: inherit !important
}

.section_accommodation .col-xs-6, .section_accommodation .col-xs-12 {
    padding: 0 25px
}

.height_accommodation {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    position: relative;
    transition: all .5s
}

#slide_fullvilla .owl-nav, #slide_halfvilla .owl-nav {
    display: none
}

.section_accommodation .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.owl-theme .owl-dots .owl-dot:hover span, .section_accommodation .owl-theme .owl-dots .owl-dot.active span {
    background: 0 0;
    border: 2px solid #f56f32
}

.section_accommodation .owl-theme .owl-dots .owl-dot span {
    background: #fff
}

.details_accommodation {
    padding: 25px;
    text-align: left
}

.border_accom {
    border: 1px solid #eee;
    padding: 15px
}

.btn_booknow {
    border: none;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    background: #f47032;
    transition: all .5s
}

.btn_booknow:hover {
    background: #676763
}

.table_roomrate {
    width: 100%;
    color: #4c4c4c;
    margin: 0 0 50px;
    padding: 0 25px
}

.table_roomrate thead {
    background: #f56f32;
    color: #eee;
    font-family: GothamRounded_bold, sans-serif
}

.table_roomrate tbody {
    background: #ebebeb
}

.table_roomrate tfoot {
    background: #f4f4f4
}

.table_roomrate td {
    padding: 15px;
    border: 1px solid #eee
}

.period {
    font-family: GothamRounded_Light, sans-serif
}

.remake {
    text-align: left;
    padding: 0 25px
}

.remake td {
    vertical-align: top
}

.policy {
    color: #4c4c4c
}

.details_facilities {
    background: #f6f6f6;
    text-align: left;
    padding: 50px
}

.height_fac, .height_fac_s {
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    display: flex;
    float: right;
    transition: all .5s;
    width: 100%
}

.fac_right {
    float: right
}

.height_fac {
    height: 400px;
    justify-content: center;
    flex-direction: column
}

.height_fac_s {
    height: 200px;
    justify-content: center;
    flex-direction: column
}

.name_facilities {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    background: #f56f32;
    color: #fff
}

#gallery .view, .height_gallery {
    position: relative;
    overflow: hidden
}

.name_facilities p {
    margin: 0
}

.section_content03 {
    padding: 0 0 50px
}

.height_gallery {
    width: 100%;
    height: 350px;
    background-size: cover !important;
    float: right;
    transition: all .5s
}

#gallery .view {
    cursor: default
}

#gallery .overlay:hover .mask {
    opacity: 1
}

#gallery .hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(0, 0, 0, .4)
}

#gallery .overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#gallery .view .mask {
    background-attachment: fixed
}

#gallery .view .content, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer
}

#gallery .overlay_text_top {
    color: #FFF !important;
    top: 10px;
    position: absolute;
    width: 100%;
    text-align: center
}

#gallery .text_gallery_hover {
    color: #fff;
    font-size: 30px;
    text-align: center;
    opacity: .5;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    margin: auto
}

.breakfast, .section_contact, .section_contactform {
    text-align: left
}

#gallery .text_gallery_hover i {
    background: rgba(0, 0, 0, .7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    padding: 15px;
    font-size: 30px;
    color: rgba(255, 255, 255, .6);
    transition: all .5s
}

.padding10 {
    padding: 10px
}

.section_contact h2 {
    letter-spacing: 0;
    color: #434343;
    margin-bottom: 30px
}
.section_contact h4 {
    letter-spacing: 0;
    color: #434343;
    font-family: 'GothamRounded_Bold','sans-serif';
}
.section_contact ul{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 30px 30px 0;
}

.section_contact li {
    padding: 10px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.km{
    float: right;
}

.facilities_left {
    padding: 0 15px 30px 0
}

.facilities_right {
    padding: 0 0 30px 15px
}

.input_contact {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 10px 20px
}

.title_contactform {
    margin: 5px 0;
    text-align: left
}

.section_contactform h2 {
    letter-spacing: 0;
    color: #434343;
    margin-bottom: 30px
}

.section_contactform a:hover {
    color: #f47032
}

.btn_input {
    border: none;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    background: #f47032;
    margin-top: 15px;
    transition: all .5s
}

.btn_input:hover {
    background: #676763
}

.contactform td {
    padding: 5px
}

.contactform_box textarea {
    height: 150px;
    margin-bottom: 20px
}

#fb-root {
    margin-top: 50px
}

.breakfast {
    padding: 50px 25px 0;
    display: inline-block;
    width: 100%;
}

.breakfast li {
    list-style-type: circle;
    padding: 5px
}

.chaina_lang ul{
    padding: 0 30px;
}
.sisterhotel{
    background: #f5f5f5;
    display: flex;
    margin-bottom: -50px;
}
.sisterhotel li{
    list-style: none;
    float: left;
    padding: 0 20px;
}
.sisterhotel ul{
    margin: auto;
    display: inline-block;
    padding: 0;
}
.sisterhotel p{
    letter-spacing: 5px;
}
.wi:before{
    content: none!important;
}
.sisterhotel .col-xs-9{
    border-right: 1px solid #e4e4e4;
}
.sisterhotel_group img{
    height: 80px;
}
.table_roomrate label{
    position: relative;
}
.table_roomrate label:before{
    content: '';
    background: red;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(340deg);
}
.table_roomrate span{
    color: #000;
    font-weight: bold;
}
.section_remark{
    padding: 0 25px;
    text-align: left;
}
.section_remark ul{
    padding: 0;
    margin: 0;
}
.section_remark li{
    list-style: inherit;
    padding: 3px 10px;
    margin-left: 7px;
}
.section_remark .policy{
    margin: 0;
}

.section_remark ul{
    list-style-type: "-";
}
.section_remark a{
    text-decoration: underline;
}
.all_award{
    padding-top: 10px;
}
.all_award img{
    width: auto;
    height: 100px;
}
.all_award li{
    padding: 0 25px;
}
.section_rate h2{
    color: red;
    text-transform: none;
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 0;
}
.section_rate h1{
    font-size: 30px;
}
.banner_promotion{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.banner_promotion img{
    height: 100px;
}
.time_weather .container{
    position: relative;
}
.logo_sha{
    position: absolute;
    left: 0;
    bottom: 0;
}
.logo_sha img {
    height: 100px;
}
.time_clock{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    bottom: 165px;
    font-size: 18px;
    z-index: 22;
    color: #fff;
    font-family: GothamRounded_Light, sans-serif;
}
.banner_mobile{
    display: none;
}