/*********************************************************
    Main Menu
*********************************************************/
#navcontainer {
    transition: .5s;
}
.top-bar {
    display: none;
}
#main-nav > div {
    background: #ffffff;
}
.top-toggle {
    background: transparent;
    border: none;
    padding: 8px 5px;
}
.top-bar1, .top-bar2, .top-bar3 {
    width: 25px;
    height: 1px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}
.offcanvas-topbar {
    background: #000;
}
.offcanvas-topbar a {
    color: #fff;
}
.offcanvas-topbar .navbar-nav {
    padding: 20px 50px;
}
.offcanvas-topbar .btn-close {
    opacity: .75;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 1px;
    background-color: #333333;
    margin: 4px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 4px);
    transform: rotate(-45deg) translate(-3px, 4px);
}
.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-2px, -5px);
    transform: rotate(45deg) translate(-2px, -5px);
}
.nav-link {
    border-bottom: 1px solid #dfdfdf;
}
.nav-link, .nav-link:hover, .nav-link:focus {
    color: #333333;
}

.navbar-toggler, #navcontainer .navbar-toggler:focus {
    color: #333333;
    font-size: 12px;
    border: 0;
    box-shadow: none;
}

.dropdown-menu {
    border: 0;
    padding: 0;
    margin: 0;
}
.dropdown-item {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 991px) {
    #navbarmenu .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    #main-nav .navbar-collapse {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #main-nav .navbar .dropdown-menu {
        max-height: none;
        overflow: visible;
    }
}

.btn-booknow {
    padding: 5px;
    background: #b2916f;
    background-image: -ms-linear-gradient(top, #b2916f 0%, #8E724E 100%);
    background-image: -moz-linear-gradient(top, #b2916f 0%, #8E724E 100%);
    background-image: -o-linear-gradient(top, #b2916f 0%, #8E724E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2916f), color-stop(100, #8E724E));
    background-image: -webkit-linear-gradient(top, #b2916f 0%, #8E724E 100%);
    background-image: linear-gradient(to bottom, #b2916f 0%, #8E724E 100%);
    border-radius: 2px;
    width: 100px;
    text-align: center;
    color: #fff;
    border: 0;
}

.mb-nav-gray {
    background: #cccccc;
    text-align: center;
    margin-top: 80px;
}

.mb-nav-gray .navbar-nav > li.mb-social {
    padding-top: 7px;
    padding-bottom: 7px;
}
.mb-nav-gray .navbar-nav > li.mb-social > a {
    font-size: 24px;
    color: #333;
}
.datepicker-input {
    position: relative;
}
.datepicker-input i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #ffffff;
    width: 20px;
    text-align: center;
    color: #aaaaaa;
}
.datepicker-input input {
    cursor: pointer;
}
.btn-booknav {
    color: #fff;
    background: #c8b184;
    border: 0px;
    border-radius: 3px;
    padding: 5px 15px;
}
.btn-booknav:focus,
.btn-booknav:hover {
    background: #c8b184 !important;
    color: #fff !important;
}
.nav-location-mb .dropdown-item-text {
    font-weight: bold;
    padding-top: 15px;
}
.nav-location-mb .dropdown-item {
    padding: 5px 30px;
}
@media (min-width: 992px) {
    .bookbar {
        text-transform: uppercase;
    }
    .bookbar .select-box {
        position: relative;
    }
    .bookbar .select-box:after {
        font-family: "FontAwesome";
        margin-top: -30px;
        content: "\f078";
        height: 20px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        width: 20px;
        font-size: 14px;
        background-color: #fff;
        color: #aaa;
        text-align: center;
    }
    .bookbar select {
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        position: relative;
        text-indent: 0.01px;
        text-overflow: "";
        width: 100%;
    }
    .form-bookbar {
        display: block;
        width: 100%;
        padding: 4px 12px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        border-left: 0px;
        border-top: 0px;
        border-right: 0px;

        background-color: #ffffff;
        background-clip: padding-box;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .form-bookbar:focus {
        outline: 0;
        box-shadow: none;
    }
    .daterangepicker {
        color: #333;
    }
    .bookbar-pad {
        padding-left: 5px;
        padding-right: 5px;
    }

    #submenu-wrap { 
        width: 830px; 
        right: -80px; 
        padding: 15px 30px; 
        background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0;
    }
    #submenu-wrap .province {
        border-bottom: 1px dotted #333;
        color: #333;
        line-height: 35px;
        margin-bottom: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }
    #submenu-wrap a { color: #666; padding-left: 20px; display: block;}
    #submenu-wrap ul { list-style: none; padding-left: 0px; }
    #submenu-wrap a:hover {
        color: #333;
        background-color: #ccc;
        text-decoration: none;
    }
}
@media (min-width: 1200px) {
    .img-logo {
        height: 60px;
    }
    .top-bar {
        display: block;
        font-size: 15px;
        background-color: #7b797a;
        color: #ffffff;
    }
    .top-bar a, .nav-link, .nav-link:hover, .nav-link:focus {
        color: #ffffff;
    }
    .top-bar .dropdown-menu {
        background-color: #7b797a;
        border-radius: 0 0 4px 4px;
        left: auto !important;
        right: 0;
        font-size: 15px;
    }
    .top-bar .dropdown-menu > li > a {
        padding: 3px 20px;
        display: block;
    }
    .top-bar .nav-link {
        padding: 6px 0px;
    }
    .nav-link, .dropdown-item {
        border: 0px;
    }

    #main-nav > div {
        background: #000000;
    }
    #main-nav .dropdown-menu {
        background: #000000;
        border-radius: 0 0 4px 4px;
    }
    #main-nav .dropdown-item {
        color: #ffffff;
    }
    #main-nav .dropdown-item:focus, #main-nav .dropdown-item:hover {
        color: #333333;
        background-color: #ffffff;
    }
    #main-nav .btn-booknow {
        margin-top: 3px;
    }

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

}
/*********************************************************
    End - Main Menu
*********************************************************/

/*********************************************************
    General Page
*********************************************************/
.h-title {
    font-family: 'Playfair Display',serif;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.5rem
}
.p-title {
    font-family: 'Playfair Display',serif;
    text-transform: uppercase;
    font-weight: bold;
}
.ff-playfair {
    font-family: 'Playfair Display',serif;
}
.ff-playfair-600 {
    font-family: 'Playfair Display',serif;
    font-weight: 600;
}
.text-inline {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    display: inline;
}
.text-p {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.link-more {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--bs-body-color);
}
.link-center {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 1rem;
    display: block;
    text-align: center;
}
.lt-spacing-1 {
    letter-spacing: 1px;
}
.lt-spacing-2 {
    letter-spacing: 2px;
}
.brown {
    color: #c8b184;
}
.sepline {
    width: 150px;
    height: 1px;
    background: #333;
    margin: 25px 0;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.mb-checkrate {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1020;
    background: #666;
    text-transform: uppercase;
    padding: 9px;
    text-align: center;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
#bookingmodal .modal-content {
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
#bookingmodal .modal-header {
    border-bottom: none;
}
#bookingmodal .modal-body {
    background-color: #666666;
    padding: 40px;
}
#bookingmodal .form-control, #bookingmodal .form-select {
    border-radius: 0;
    height: 45px;
    margin-bottom: 10px;
}
.modal-dialog {
    max-width: 90%;
    margin: 0 auto;
}
.modal-backdrop {
    background-color: #0b0b0b;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.datepicker-input input {
    background: url(https://athkzxqaro.cloudimg.io/v7/_cfh_/images/ic-calendar.png) no-repeat right #fff;
}
.booking-form label {
    text-transform: uppercase;
}
.btn-bookingForm {
    width: 100%;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 0;
    color: #fff;
    background-color: #c8b184;
    text-decoration: none;
    text-transform: uppercase;
}
.close-container {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
}
.leftright {
    height: 4px;
    width: 30px;
    position: absolute;
    background-color: #FFF;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in;
}
.rightleft {
    height: 4px;
    width: 30px;
    position: absolute;
    background-color: #FFF;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}
.close-container label {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease-in;
    opacity: 0;
    position: absolute;
    margin-top: 30px;
    right: 0;
}

.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #fff;
}
.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #FFF;
}
.close-container:hover label {
    opacity: 1;
}

.mt-cover {
    margin-top: 100px;
}

@media (min-width: 576px) {
    .rightleft, .leftright {
        width: 50px;
    }
    .close-container {
        top: -100px;
    }
}
@media (min-width: 992px) {
    .mt-cover {
        margin-top: 60px;
    }
}
@media (min-width: 1200px) {
    .mt-cover {
        margin-top: 0px;
    }
    .modal-dialog {
        max-width: 1000px;
    }
}

.bookbar-cover { display: none; }
@media (min-width: 992px) {
    .bookbar-cover {
        display: block;
        background-color: rgba(91,87,84,.5);
        bottom: 0;
        clear: both;
        position: absolute;
        width: 100%;
        height: 62px;
        z-index: 3;
        padding-top: 12px;
        padding-left: 50px;
    }
    .bookbar-cover a { 
        font-size: 20px;
        color: #c5a46f;
        text-transform: uppercase;
        display: inline-block;
        line-height: 40px;
        margin: 0;
        font-weight: 700;
    }
    .bookbar-cover .form-control {
        border-radius: 0px;
        background-color: #FFF;
    }
    .datepicker-input input {
        background: url(https://www.capepanwa.com/images/ic-calendar.png) no-repeat right #fff;
    }
    .bookbar-cover select{
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        position: relative;
        text-indent: 0.01px;
        text-overflow: "";
        width: 100%;
    }
    .bookbar-cover .select-box{
        position: relative;
    }
    .bookbar-cover  .select-box:after{
        background-image: url("https://www.capepanwa.com/images/bullet-down.png");
    }
    .bookbar-cover .select-box:after{
        background-position: center center;
        content: "";
        height: 20px;
        pointer-events: none;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 20px;
    }
    .bookbar-cover.sticky{
        position: fixed;
        top: 60px;
        width: 100%
    }
    .btn-bookbar {
        display: inline-block;
        padding: 5px 30px;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 4px;
        width: auto;
        height: auto;
        background-color: #c8b184;
        color: #fff;
        margin-bottom: 5px;
        webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        transition: all .1s ease-out;
    }
    .btn-bookbar:focus, .btn-bookbar:hover {
        color: #FFF;
        text-decoration: none;
        -ms-transform: scale(1.04);
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
}
@media (min-width: 1200px) {
    .bookbar-cover.sticky{
        position: fixed;
        top: 70px;
    }
    .bookbar-cover a { 
        font-size: 22px;
    }
}
@media (min-width: 1600px) {
    .mw-1500 {
        max-width: 1500px !important;
    }
}
.btn-cape {
    color: #fff;
    background: #c8b184;
    padding: 6px 20px;
    border-radius: 2px;
}
.btn-cape:hover {
    background: #C1A37D;
    border-color: #C1A37D;
    color: #fff;
}
.btn-blue {
    color: #fff;
    background: #11375c;
    padding: 6px 20px;
    border-radius: 2px;
}
.btn-blue:hover {
    background: #11375c;
    border-color: #11375c;
    color: #fff;
}

.gotop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #c8b184;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
}
.gotop:hover {
    background-color: #C1A37D;
}

.ft-award {
    border-left: 1px solid #ccc;
    margin-bottom: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.ft-award img {
    max-height: 120px;
    display: block;
    margin: 0 auto;
}
.nav-footer-ck a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--bs-body-color);
}
.hotels-footer {
    background-color: #343a40;
}
.hotels-footer a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #666;
}
.hotels-footer a:last-child {
    border-bottom: 0;
}
@media (min-width: 768px) {
    .nav-footer {
        padding: 6px;
        border-bottom: 1px solid #D4D5D6;
        border-top: 1px solid #D4D5D6;
    }
    .nav-footer-ck a {
        display: inline;
        margin-bottom: 0px;
        text-transform: none;
    }
}
@media (min-width: 992px) {
    .ft-award {
        padding-left: 3rem !important;
        margin-bottom: 2rem;
    }
}

/*hotelscombined*/
.hotelscombined-bg {
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 120px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    background: url(https://www.hotelscombined.com/res/images/horizon/marketing/hcbadges/badge.png?v=f8a202a545b1bd2f4e6c310a1ae0f8422dcf9205&amp;cluster=5) no-repeat center;
    background-size: contain;
}
.hotelscombined {
    display: block;
    position: absolute;
    height: 11px;
    left: 36px;
    right: 36px;
    top: 8px;
    text-decoration: none;
}
.hotelscombined-lo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 18px;
    top: 20px;
    height: 50px;
    left: 6px;
    right: 6px;
    color: #FFFFFF;
    text-decoration: none;
}
.hotelscombined-rate {
    position: absolute;
    height: 12px;
    left: 48px;
    right: 70px;
    top: 78px;
    font-size: 10px;
    line-height: 12px;
    color: #2D4261;
}
.hotelscombined-txt {
    position: absolute;
    top: 95px;
    bottom: 9px;
    left: 16px;
    right: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}
/*end hotelscombined*/
.copyright {
    margin-top: 1rem;
    border-top: 1px solid #D4D5D6;
}
/*********************************************************
    End - General Page
*********************************************************/


/*********************************************************
    TL Datepicker Theme
*********************************************************/
.ui-datepicker {
    background-color: #fff;
    padding:6px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #555;
    display: none;
    font-size: 14px;
    font-family: sans-serif;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.2);
    box-shadow: 0 1px 8px rgba(0,0,0,.2);
    cursor: default;
}
.ui-datepicker-header {
    position: relative;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 6px;
}
.ui-datepicker-header .ui-icon {
    display: none;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    background-color: transparent;
    display: block;
    width: 30px;
    height: 42px;
}
.ui-datepicker-prev {
    top: 0;
    left: 0;
}
.ui-datepicker-prev:after {
    content: '';
    display: block;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #888 transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
}
.ui-datepicker-prev.ui-state-hover:after {
    border-right-color: #522D24;
}
.ui-datepicker-next {
    top: 0;
    right: 0;
}
.ui-datepicker-next:after {
    content: '';
    display: block;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #888;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -6px;
    margin-right: -4px;
}
.ui-datepicker-next.ui-state-hover:after {
    border-left-color: #522D24;
}
.ui-datepicker-prev.ui-state-disabled:after {
    border-right-color: #ccc;
}
.ui-datepicker-next.ui-state-disabled:after {
    border-left-color: #ccc;
}
.ui-datepicker-title {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
}
.ui-datepicker-title .ui-datepicker-month {
    margin-right: 3px;
}
.ui-datepicker-calendar {
    background-color: #eee;
    text-align: right;
    width: 100%;
    border-collapse: collapse;
    line-height: 30px;
}
.ui-datepicker-calendar th {
    font-size: small;
    text-transform: uppercase;
    text-align: center;
}
.ui-datepicker-calendar td {
    padding: 0 4px 0 0;
}
.ui-datepicker-calendar a {
    text-decoration: none;
    color: #444;
}
.ui-datepicker-calendar .ui-datepicker-week-end {
    color: #522D24;
}
.ui-datepicker-calendar .ui-state-default {
    display: block;
    width: 30px;
    line-height: 26px;
    padding: 0 4px 0 0;
    border-radius: 2px;
}
.ui-datepicker-calendar .ui-state-disabled {
    color: #aaa;
}
.ui-datepicker-calendar .ui-state-hover {
    background-color: #ccc;
}
.ui-datepicker-calendar .ui-state-highlight {
    color: #522D24;
    font-weight: bold;
}
.ui-datepicker-calendar .ui-state-active {
    background-color: #522D24;
    color: #fff;
}
/*********************************************************
    End - TL Datepicker Theme
*********************************************************/
/*********************************************************
    Slick Slider
*********************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    display: block;
    width: 20px;
    height: 45px;
    padding: 0;

    border: none;
    background: transparent;
    z-index: 1;
}
.slick-next:before, .slick-prev:before {
    font-family: "FontAwesome";
    font-size: 45px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;

}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
    opacity: .25;
}
.slick-prev:before {
    content: '\f104';
}
.slick-next:before {
    content: '\f105';
}
.slick-prev {
    left: 40px;
}
.slick-next {
    right: 40px;
}
.arrow-out .slick-prev {
    left: -20px;
}
.arrow-out .slick-next
{
    right: -20px;
}
.ar-white .slick-next:before,
.ar-white .slick-prev:before {
    color: #ffffff;
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    height: 12px;
    padding: 0;
    margin: 0;
    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 25px;
    height: 2px;
    color: transparent;
    border: 0;
    outline: none;
    background: #000000;
    opacity: .25;
}
.slick-dots li.slick-active button
{
    opacity: .75;
}
/*********************************************************
    End - Slick Slider
*********************************************************/

/*********************************************************
    Privacy Policy Bar
*********************************************************/
#cookie_box {
    background: rgba(50,50,50,.95);
    padding: 20px 0px;
    position: fixed;
    bottom: 0px;
    margin: 0;
    z-index: 1111;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    color: #fff;
    display: none;
    text-align: center;
    font-weight: 300;
}
#cookie_box a {
    color: #c8b184;
    text-decoration: underline;
}
#cookie_box a:hover {
    color: #C1A37D;
    text-decoration: underline;
}
.cookie-accept {

    padding: 5px;
    width: 135px;
    background: #c8b184;
    color: #ffffff;
    text-decoration: none;
    border: 0px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    margin: 15px auto 0;
}
.cookie-accept:hover {
    background: #C1A37D;
}
@media (min-width: 992px) {
    #cookie_box {
        bottom: 0px;
    }
}
@media (min-width: 1280px) {
    .cookie-accept {
        display: inline;
        margin-top: 0px;
        margin-left: 20px;
    }
    #cookie_box span {
        line-height: 33px;
    }
}
@media (min-width: 1550px) {
    #cookie_box .container {
        width: 1500px;
    }
}
/*********************************************************
    End - Privacy Policy Bar
*********************************************************/

/*********************************************************
    Home Page
*********************************************************/
.home-slide .slick-slide {
    position: relative;
    max-height: 100vh;
}
.home-slider .slick-prev {
    opacity: 0;
    left: 0px;
    background: url('https://www.capefahnhotel.com/images/arrow/white-l.png') no-repeat;
    transition: .5s;
    width: 40px;
    height: 70px;
}
.home-slider .slick-next {
    opacity: 0;
    right: 0px;
    background: url('https://www.capefahnhotel.com/images/arrow/white-r.png') no-repeat;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 70px;
}
.home-slider .slick-prev:before,
.home-slider .slick-next:before {
    content: '';
}
.home-slider:hover .slick-prev {
    opacity: 1;
    left: 35px;
}
.home-slider:hover .slick-next {
    opacity: 1;
    right: 35px;
}

.home-slider .slick-slide > div {
    height: 100%;
}

.home-slider .slide-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* รูปภาพเป็นตัวกำหนดความสูง */
.home-slider .slide-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* วิดีโอให้สูงเท่ากับกรอบ slide */
.home-slider .video-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* ใช้ ratio เดียวกับรูปภาพ เช่น 1920x900 */
.home-slider .video-slide::before {
    content: "";
    display: block;
    aspect-ratio: 1920 / 960;
}

/* วิดีโอครอบเต็มพื้นที่ */
.home-slider .video-slide video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.logo-banner { 
    position: absolute;
    bottom: 50px;
    z-index: 89;
    right: 20px;
}
.logo-banner img {
    height: 50px;
    float: left;
    margin-right: 15px;
}
@media screen and (min-width: 768px) {
    .logo-banner {
        bottom: 80px;
        width: auto;
        right: 50px;
    }
    .logo-banner img {
        height: 90px;
    }
}
@media screen and (min-width: 992px) {
    .logo-banner {
        bottom: 100px;
        width: auto;
        right: 50px;
        height: 100px;
    }
}

.notice-bar {
    background-color: #494948;
    color: #fff;
}
.btn-notice {
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
}
.social-icon a {
    color: #fff;
    font-size: 18px;
    margin-left: 6px;
    line-height: 50px;
}

@media (min-width: 768px){
    .social-icon a {
        font-size: 26px;
        margin-left: 10px;
    }
}

.slider-promotion .slick-slide {
    padding: 0 15px;
}
.slider-promotion .slick-slide > div {
    position: relative;
}
.pro-detail-wrap {
    width: 100%;
    height: 100%;
}
.pro-detail {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    color: #ffffff;
}
.pro-detail-gradient {
    background: rgba(0,0,0,0.4);
    background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(0,0,0,0.7) 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
}
.pro-detail p {
    font-size: 18px;
    margin-bottom: 10px;
}
.pro-detail span {
    font-size: 15px;
}
@media (min-width: 576px) {
    .slider-promotion .slick-prev {
        left: -10px;
    }
    .slider-promotion .slick-next {
        right: -10px;
    }
}
.bg-gray {
    background-color: #f1f1f1;
}
ul.horizon-list { clear: both;display: table; }
ul.horizon-list li {
    float: left;
    width: 150px;
}
.home-activities {
    background-image: url(../images/tour-koh-srichang.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% center;
    color: #fff;
    padding: 150px 30px;
}
.ta-box {
    margin-top: 30px;
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
}
.ta-box a { color: #494948; }
.trip-name {
    margin-top: 30px;
}
@media (min-width:768px){
    .text-loyalty {
        background-color: #ffffff;
        backdrop-filter: blur(2px);
        padding: 25px 25px;
        position: absolute;
        left: 0;
        top: 0;
        width: 380px;
        text-align: left;
    }
    .home-activities {
        padding: 170px 100px;
    }
    .satisfied-clients.slick-initialized .slick-slide { padding: 0 15px 40px; }
    .ta-box {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.3);
        min-height: 300px;
        position: relative;
    }
    .trip-name {
        position: absolute;
        bottom: 10px;
        width: 100%;
        padding-right: 20px;
        margin-left: -20px;
        margin-top: 0px;
    }
}
@media (min-width:992px){
    .text-loyalty {
        padding: 40px 40px;
        top: 25px;
        width: 480px;
    }
    .satisfied-clients .slick-list { overflow: visible; }
}

/*********************************************************
    End - Home Page
*********************************************************/

/*********************************************************
    Accomodation Page
*********************************************************/
.list-icon { padding-left: 0; }
.list-icon li {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    list-style-type: none;
    margin-bottom: 10px;
}
.tv { background-image: url("../images/icon/LCD-TV.png"); }
.deposit { background-image: url("../images/icon/safety-deposit-box.png"); }
.dry { background-image: url("../images/icon/Hair-dryer.png"); }
.dvd { background-image: url("../images/icon/DVD-player.png"); }
/*.wifi2 { background-image: url("../images/icon/wifi.jpg"); }*/
.restaurant { background-image: url("../images/icon/restaurant.png"); }
.keycard { background-image: url("../images/icon/Key-card.png"); }
.shower { background-image: url("../images/icon/shower.png"); }
.pool { background-image: url("../images/icon/Swimming-pool.png"); }
.h24 { background-image: url("../images/icon/24-hour-front-desk.png"); }
.air { background-image: url("../images/icon/Air-conditioning.png"); }
.park { background-image: url("../images/icon/parking-area.png"); }
.meeting { background-image: url("../images/icon/Meeting.png"); }
.ref { background-image: url("../images/icon/Refrigerator.png"); }
.pet { background-image: url("../images/icon/pets.png"); }
/*********************************************************
    End - Accomodation Page
*********************************************************/

/*********************************************************
    Activities Page
*********************************************************/
.page-mt {
    margin-top: 120px;
}
.map-layout-section {
    position: relative;
    padding: 0;
}
.intro-row {
    padding: 25px 15px 10px;
}
.page-title {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.35;
    color: #1d3557;
}
.page-desc {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.75;
}
.map-layout-row {
    display: flex;
    flex-wrap: wrap;
}
.left-col,
.right-col {
    min-height: 100vh;
}
.place-list {
    margin: 0;
    padding: 0;
}
.place-item {
    margin-bottom: 15px;
    padding: 15px 15px;
    border-bottom: 1px solid #dbe3ea;
    cursor: pointer;
    transition: all 0.25s ease;
}
.place-item:hover,
.place-item.active {
    background: #e8f4ff;
    border-color: #5aa4f4;
}
.marker {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ff4b4b;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 0 0 4px rgba(255,75,75,0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.marker:hover,
.marker.active {
    transform: translate(-50%, -50%) scale(1.18);
    box-shadow: 0 0 0 6px rgba(255,75,75,0.22);
}
.map-label {
    position: absolute;
    transform: translate(-50%, -120%);
    background: rgba(27, 61, 115, 0.95);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    display: none;
    z-index: 10;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    max-width: 280px;
    white-space: normal;
    text-align: center;
}
.map-label.show,
.map-label.hover-show {
    display: block;
}
.map-label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: rgba(27, 61, 115, 0.95) transparent transparent transparent;
}
.bottom-section {
    background: #fff;
    padding: 40px 15px 60px;
    border-top: 1px solid #ddd;
}
.bottom-section h2 {
    margin-top: 0;
    color: #1d3557;
}
.bottom-box {
    background: #f7fafc;
    border: 1px solid #dbe3ea;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.map-box {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    --map-ratio: 0.7;
}
.map-image {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    .map-layout-row {
        display: block;
    }
    .left-col,
    .right-col {
        min-height: auto;
    }
    .img-sticky-wrap {
        overflow: visible;
    }
    .map-box {
        width: 100%;
        max-width: 100%;
    }
    .map-label {
        max-width: 220px;
        font-size: 12px;
        padding: 6px 10px;
    }
}
@media (min-width: 992px) {
    .contain-sticky {
        padding-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .contain-sticky .col-sticky {
        position: sticky;
        top: 100px;
        margin-bottom: 0;
        height: auto;
    }
    .contain-sticky .img-sticky-wrap {
        position: relative;
        overflow: auto;
        max-height: calc(100vh - 120px);
    }
    .map-box {
        width: min(100%, calc((100vh - 140px) * var(--map-ratio)));
    }
    .map-image {
        width: 100%;
        height: auto;
        max-height: none;
    }
}
.place-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 10px;
}
.place-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    flex-shrink: 0;
}
.place-title {
    font-size: 18px;
}

.slider-place {
    margin-bottom: 1.5rem;
    width: 100%;
}
.slider-place .slick-prev {
    left: 10px;
}
.slider-place .slick-next {
    right: 10px;
}
.slider-place .slick-next::before, .slider-place .slick-prev::before {
    color: #fff;
}
/*********************************************************
    End - Activities Page
*********************************************************/

/*********************************************************
    Offers Page
*********************************************************/

#offers-page .accordion-item {
    border-radius: 0;
    margin-bottom: 5px;
}
#offers-page .accordion-button {
    background-color: #f0f1f2;
    border-bottom: 1px solid #dee2e6;
}
.pro-wrap h4 {
    margin-top: 20px;
}
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../images/a17.png') no-repeat;
    overflow: hidden;
}
.jssora05l {
    background-position: -10px -40px;
}
.jssora05r {
    background-position: -70px -40px;
}
.jssora05l:hover {
    background-position: -130px -40px;
}
.jssora05r:hover {
    background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}
.jssora05l.jssora05lds {
    background-position: -10px -40px;
    opacity: .3;
    pointer-events: none;
}
.jssora05r.jssora05rds {
    background-position: -70px -40px;
    opacity: .3;
    pointer-events: none;
}
.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
}
.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #000 0px solid;
    box-sizing: content-box;
    /* background: url('../images/t01.png') -500px -500px no-repeat;    _background: none;*/
}
.jssort01 .pav .c {
    top: 0px;
    _top: 0px;
    left: 0px;
    _left: 0px;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
    /*_border: #fff 2px solid;    */
    background-position: 50% 50%;
}
.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}
.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
}
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */
    width /**/: 72px;
    height /**/: 72px;
}

.slider-offer {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 570px;
    height: 570px;
    overflow: hidden;
    visibility: hidden;
    background-color: #fff;
}
.slider-offer .load-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
}
.slider-offer .load-wrap .bg-load {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.slider-offer .load-wrap .img-load {
    position:absolute;
    display:block;
    background:url('../images/loading.gif') no-repeat center center;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.slider-offer .img-slider {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 570px;
    height: 470px;
    overflow: hidden;
}
.slider-offer .img-thumb {
    position:absolute;
    left:0px;
    bottom:0px;
    width:570px;
    height:100px;
}
.slider-offer .img-thumb div {
    left: 0px !important;
}
.slider-offer .jssora05l {
    top:215px;
    left:8px;
    width:40px;
    height:40px;
}
.slider-offer .jssora05r {
    top:215px;
    right:8px;
    width:40px;
    height:40px;
}


table.staylonger {
    border-collapse: collapse;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.hotel-row {
    border-bottom: 2px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

table.staylonger tr {
    border-bottom: 2px solid #ddd;
    padding: .35em;
}

table.staylonger th,
table.staylonger td {
    padding: .625em;
    text-align: center;
    width: auto;
}
.btbook {
    background-color: #b59272;
    border-color: #b59272;
    color: #fff;
    font-size: 15px;
    width: 100%;
    max-width: 100px;
    text-align: center;
}
.btbook:hover {
    background-color: #b59272;
    border-color: #b59272;
}
.left-button, .right-button {
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 1120px) {
    .staylonger-wrap {
        overflow-x:auto;
        position: relative;
    }
    .left-button {
        position: absolute;
        left: -15px;
        top: 45%;
        display: block;
    }
    .right-button {
        position: absolute;
        right: -15px;
        top: 45%;
        display: block;
    }
    table.staylonger th,
    table.staylonger td {
        width: 150px;
    }
}

table.r-type {
    width: 100%;
}
table.r-type tr {
    border-bottom: 2px solid #ddd;
}
table.r-type tr td {
    padding: 10px 5px;
    vertical-align: top;
    text-align: center;
}
table.r-type tr td:first-child {
    font-weight: bold;
    text-align: left;
}
@media screen and (min-width: 768px) {
    table.r-type tr td {
        padding: 10px 10px;
    }
    table.r-type tr td:first-child {
        padding: 10px 5px;
    }
}
/*********************************************************
    End - Offers Page
*********************************************************/


/*********************************************************
    Contact Page
*********************************************************/
#contact_form {
    font-size: 20px;
}
.error {
    position: relative;
    z-index: 1;
    display: inline-block;
    /*margin: 1em;*/
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
    font-size: 14px;
}
/* Text Input Effects */
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    /*margin: 1em;*/
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #333;
    font-weight: normal;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

/*  Text Input Effects  Hoshi */
.input--hoshi {
    overflow: hidden;
}

.input__field--hoshi {
    margin-top: 1em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #595F6E;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
}

.input__label-content--hoshi {
    position: absolute;
}

.input__label--hoshi:before,
.input__label--hoshi:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi:after {
    margin-top: 0px;
    border-bottom: 3px solid #B9C1CA;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

/*.input__label--hoshi-color-1::after {
        border-color: #B9C1CA;
}*/

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

/*********************************************************
    End - Contact Page
*********************************************************/