@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #525151;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    font-family: 'MyriadPro-Regular';
    overflow: auto;
}

@font-face {
    font-family: 'amarilloregular';
    src: url('../font/amarillo-webfont.woff2') format('woff2'),
    url('../font/amarillo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'blessed_dayregular';
    src: url("../font/blesd-webfont.woff2") format('woff2'),
    url('../font/blesd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url('http://fonts.googleapis.com/css?family=Oswald');
@font-face {
    font-family: 'Century-Gothic';
    src: url('../font/4365.ttf');
    src: url('../font/4365.ttf?') format('embedded-opentype'), url('../font/4365.ttf') format('truetype');
}

@font-face {
    font-family: 'Allura';
    src: url('../font/Allura-Regular.ttf');
    src: url('../font/Allura-Regular.ttf?') format('embedded-opentype'), url('../font/Allura-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url("../font/MyriadPro-Regular.eot") format('embedded-opentype'),
    url("../font/MyriadPro-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #434343;
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover {
    color: #14b9b3;
}

h1, h2, h3 {
    font-weight: 100;
    line-height: 1em;
    letter-spacing: 0.01em;
}

h1 {
    font-size: 24px;
    font-weight: 100;
    font-family: 'amarilloregular' !important;
}

h2 {
    font-size: 28px;
    font-weight: 100;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
    font-weight: 100;
}

p {
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.fullwidth {
    width: 100% !important;
}

.clearboth {
    clear: both;
}

.color-white {
    color: #ffffff;
}

.color-green {
    color: #14b9b3;
}

.text-center {
    text-align: center;
}

.border {
    margin: 30px 0;
    border-bottom: 1px solid #cccccc;
}

.border-10 {
    width: 10%;
    margin: 0 auto 30px;
    border-bottom: 1px solid #151515;
}

.border-10-white {
    width: 10%;
    margin: 0 auto;
    border-bottom: 2px solid #ffffff;
    position: relative;
    top: 10px;
}

.border-50-white {
    width: 50%;
    margin: 0 auto;
    border-bottom: 2px solid #ffffff;
}

.border-dashed {
    border-bottom: 1px dashed #cccccc;
}

.height-500 {
    height: 500px;
}

.margint20px {
    margin-top: 20px;
}

.margint30px {
    margin-top: 30px;
}

.margint40px {
    margin-top: 40px;
}

.margint50px {
    margin-top: 50px;
}

.margint60px {
    margin-top: 60px;
}
.margint100px {
    margin-top: 100px;
}

.marginb20px {
    margin-bottom: 20px;
}

.marginb30px {
    margin-bottom: 15px;
}

.marginb40px {
    margin-bottom: 40px;
}

.marginb50px {
    margin-bottom: 50px;
}

.marginb60px {
    margin-bottom: 60px !important;
}

.marginb80px {
    margin-bottom: 80px !important;
}

.marginl10px {
    margin-left: 10px;
}

.marginl20px {
    margin-left: 20px;
}

.marginl30px {
    margin-left: 30px;
}

.marginl40px {
    margin-left: 40px;
}

.marginl50px {
    margin-left: 50px;
}

.marginl60px {
    margin-left: 60px;
}

.marginr10px {
    margin-right: 10px;
}

.marginr20px {
    margin-right: 20px;
}

.marginr30px {
    margin-right: 30px;
}

.marginr40px {
    margin-right: 40px;
}

.marginr50px {
    margin-right: 50px;
}

.marginr60px {
    margin-right: 60px;
}

.paddingt0r20 {
    padding: 0 20px;
}

.paddingt20r0 {
    padding: 20px 0;
}

.paddingb {
    padding: 0 0 50px 0;
}

#header {
    top: 0;
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #14b9b3;
    background: #ffffff;
    position: absolute;
}

.logo-box {
    top: 0;
    width: 300px;
    margin: 0 auto;
    padding: 10px 10px;
    position: relative;
}

.pageTitle-arrow {
    bottom: 45px;
    z-index: 0;
    margin-bottom: 0;
}

.scroll-down {
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 80px;
    bottom: 10%;
    color: #ffffff;
    position: absolute;
    text-align: center;
    transition: all 0.3s;

}

.scroll-down p {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Century-Gothic';
}

.scroll-down:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    width: 100%;
}

.carousel-inner img {
    width: 100%;
}

.carousel-inner h1 {
    left: 50px;
    bottom: 165px;
    color: #ffffff;
    z-index: 9;
    position: absolute;
    font-family: 'Century-Gothic';
    font-size: 30px;
}

.carousel-inner p {
    left: 50px;
    z-index: 9;
    bottom: 130px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    font-family: 'Century-Gothic';
}

.carousel-inner span {
    left: 50px;
    z-index: 9999;
    bottom: 70px;
    color: #ffffff;
    cursor: pointer !important;
    padding: 7px 15px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: 0.04em;
}

.carousel-control {
    width: 5%;
    padding-top: 10%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.block {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.block img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.block .block-caption {
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    width: 640px;
}

.block:hover .block-caption {
    opacity: 1;
}

.block:hover img {
    transform: scale(1.5) rotateZ(-5deg);
    -moz-transform: scale(1.5) rotateZ(-5deg);
    -webkit-transform: scale(1.5) rotateZ(-5deg);
    -o-transform: scale(1.5) rotateZ(-5deg);
}

#cyclist {
    animation: cyclist 1.5s infinite steps(2);
    display: block;
    width: 70px;
    height: 65px;
    margin-left: 14px;
    background-image: url('../images/icon/scroll-down.png');
    background-repeat: no-repeat;
    background-position: top left;
}

@keyframes cyclist {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -202px;
    }
}

.owl-thumbnaile .item {
    margin: 3px;
}

.owl-thumbnaile .item img {
    display: block;
    width: 100%;
    height: auto;
}

.box-reservation {
    top: 55px;
    right: 0px;
    width: 100%;
    cursor: pointer;
    position: absolute;
}
.box-reser li{
    list-style: none;
    width: 50%;
    float: left;
    padding: 10px 10px 5px 10px;
}
.box-reser .content-reser{
    position: relative;
}
.box-reser .input-group-addon {
    padding: 0 10px;
    text-transform: none;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #6a6a6a;
    border-radius: 0;
    font-size: inherit;
}
.box-reser .select-form {
    width: 100%;
    padding: 5px;
    border-radius: 0;
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff;
    color: #525151;
}
.box-reser .col-sm-12{
    padding: 0;
}
.box-reser .title_reser{
    width: 100%!important;
    background: #0eb9b4;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.box-reser #indate-label{
    font-size: 30px;
}
.box-reser #outdate-label{
    font-size: 30px;
}
.box-reser .text-reser{
    margin: 0 0 10px;
    display: inline-block;
}
.box-reser .text2{
    /*margin: 10px 0 0 5px; */
font-size: 14px;
    text-transform: uppercase;
    background: none;
    padding: 5px 10px;
    color: #fff;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    background: #525151;
}
.box-reser .arrow-index{
    position: absolute;
    right: 10px;
    color: #fff;
    top: 30px;
    font-size: 18px;
}
.box-reser .btn_book{
    width: 100%!important;
    /*background: #525151;*/
    border-top: 1px solid #4ec7c3;
    padding-bottom: 10px;
}
.box-reser .btnbook-reser{
    width: 100%;
    background: none;
    border: none;
    text-transform: uppercase;
    padding: 15px;
    background: #525151;
}

.check-available {
    right: 30px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    z-index: 9;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    background: #14b9b3;
    font-family: 'Century-Gothic';
    /*top: -3px;*/
    line-height: 48px;
}

.arrow {
    display: block!important;
    position: absolute;
    right: 10px;
    top: 20%;
    font-size: 16px!important;
    color: #b6553a;
}

.check-available span {
    font-size: 10px;
}

.bestrate-img {
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
    float: left;
    /*padding: 5px 10px 5px 10px !important*/
}

.reservation-check {
    width: 100%;
    /*height: 55px;*/
    float: left;
    cursor: pointer;
    /*padding: 5px 10px 0 10px;*/
    /*border-left: 1px solid #17ccc7;*/
}

.reservation-check p {
    color: #cafbea;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.reservation-check input {
    color: #ffffff;
    border: none;
    cursor: pointer;
    /*font-size: 18px;*/
    font-weight: 100;
    letter-spacing: 2px;
    background: none;
    width: 100%;
}

.reservation-check select {
    color: #ffffff;
    border: none;
    cursor: pointer;
    background: none;
    width: 100%;
}

.reservation-check-in-outdate {
    width: 150px !important;
    opacity: 0 !important;
}

.in-outdate-label {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal !important;
    text-align: center;
    letter-spacing: 1px;
    margin-top: -25px;
}

.reservation-check-night {
    width: 120px;
    text-align: center !important;
}

.reservation-night-room {
    font-size: 18px !important;
    text-align: center !important;
    margin: 0 0 5px 25px;
}

.reservation-booknow-box {
    float: left;
    cursor: pointer;
    padding: 5px 10px 0 0px;
    border-left: 1px solid #17ccc7;
}

.reservation-booknow {
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: none;
    background: none;
    text-transform: uppercase;
}

.box-close {
    right: 30px;
    position: absolute;
    cursor: pointer;
}

.box-close:hover {
    opacity: 0.5;
}

.reservation-checkin-out {
    float: left;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 5% 10px 0;
    border: 1px solid #c7c7c7;
}

.reservation-checkin-out i {
    color: #151515 !important;
    margin: 0 0 0 20px !important;
    font-size: 20px !important;
}

.form-group {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0;
    width: 100%;
}




.box-border-right {
    height: 45px;
    border-right: 1px solid #20255F;
}

.reservation-booknow-popup {

    width: 100% !important;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 30px 0 20px 0;
    border: 0 !important;
    background: #14b9b3;
    font-size: 20px;
    transition: all 0.4s;
}

.reservation-booknow-popup:hover {
    opacity: 1 !important;
    background: #151515 !important;
}

.content-check {
    width: 100%;
    margin: 30px 0 0 0;
    color: #737373;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.toggle-view {
    margin: 0;
    padding: 0;
    list-style: none;
}

.toggle-view li {
    cursor: pointer;
    position: relative;
}

.toggle-view i {
    color: #14b9b3;
    font-size: 30px;
    margin: 5px 10px 0 0;
}

.toggle-view pre {
    top: 0;
    right: 0;
    color: #ccc;
    background: none;
    position: absolute;
    overflow: hidden;
    width: auto;
    height: auto;
    text-align: center;
}

.toggle-view pre i {
    position: relative;
    left: 15px;
}

.toggle-view ul {
    width: 255px;
    top: 59px;
    right: 0;
    border: 0;
    display: none;
    padding: 0;
    position: absolute;
    color: #fff;
    background: rgba(20, 185, 179, 1) !important;
    overflow: hidden;
    font-family: 'Century-Gothic';
}

.product-row {
    width: 100%;
    bottom: 0;
    z-index: 1;
    position: fixed;
    background: rgba(255, 255, 255, 1) !important;
    border-top: solid 1px #f1f1f1;
    font-family: 'Century-Gothic';
}

.product-box {
    float: right;
    opacity: 1;
    height: 43px;
    border-right: 1px solid #f1f1f1;
    padding: 10px 25px 5px 25px;
    position: relative;
    top: -3px;
}

.temp-max {
    float: right;
    font-size: 20px !important;
    position: relative;
    top: -5px;
}

.product-box .img-weather {
    position: relative;
    top: -2px;
}

.product-show {
    padding: 0;
    list-style: none;
    margin: 0;
}

.product-show i {
    color: #14b9b3;
    font-size: 30px;
}

.product-show li {
    position: relative;
    cursor: pointer;
}

.product-show pre {
    border: none;
    background: none;
}

.product-show span {
    bottom: 0;
    right: 10px;
    z-index: 999;
    padding: 5px 10px;
    background: #ffffff;
    position: absolute;
}

.product-show section {
    margin: 5px 0;
    display: none;
}

.product-show img {
    float: left;
    margin-right: 5px;
    width: 35px !important;
}

.product-show p {
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
}

.extend-section-header,
.extendlisting-content {
    width: 100%;
    height: auto;
    margin: 30px 0px;
}

.extend-section-header-box50 {
    width: 50%;
    float: left;
}

.extend-section-header-box50 h1:first-letter {
    color: #14b9b3;
}

.extend-section-header .page-title {
    width: 100%;
    height: auto;
    padding: 25px 0;
    text-align: center;
}

.extend-section-header .page-title h1 {
    font-weight: 300;
    letter-spacing: 0.1em;
    padding: 0 0 20px 0;
    margin: 10px 0;
    position: relative;
    font-family: 'blessed_dayregular';
}

.extend-section-header .page-title h1::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.extend-section-header .page-title h4 {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Century-Gothic';
}
.extend-section-header .page-titlee {
    width: 100%;
    height: auto;
    padding: 25px 0;
    /*text-align: center;*/
}

.extend-section-header .page-titlee h1 {
    font-weight: 300;
    letter-spacing: 0.1em;
    padding: 0 0 20px 0;
    margin: 10px 0;
    position: relative;
    font-family: 'blessed_dayregular';
}

.extend-section-header .page-titlee h1::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.extend-section-header .page-titlee h4 {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Century-Gothic';
}

.extend-section-header .line {
    width: 100%;
    height: 1px;
    position: relative;
    background: #14b9b3;
    display: block;
    margin: 30px 0;
}

.extend-section-header .line::before {
    content: "";
    font-family: FontAwesome;
    display: block;
    width: 70px;
    height: 40px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    top: -20px;
    background-image: url("../images/icon/icon-border-icon.png")
}

/* Section-Accommodation */
.section-accommodation-box50 {
    position: relative;
}

.section-accommodation h1 {
    margin-top: 100px;
    padding: 0 30px;
}

.section-accommodation p {
    padding: 0 30px;
}

.page-accom-left {
    width: 50%;
    position: fixed;
}

.page-accom-type-box {
    width: 100%;
    padding: 0;
    display: block;
    cursor: pointer;
    position: relative;
    float: left;
    background: center center no-repeat;
    background-size: cover;
    font-family: 'Century-Gothic';
}

.page-accom-type-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    background: rgba(0, 0, 0, 0.0);
}

.page-accom-type-box:hover::after {
    background: rgba(0, 0, 0, 0.5);
}

.page-accom-type-box.box3 {
    width: 33.33333%;
    height: 500px;
    overflow: hidden;
}

.page-accom-title {
    z-index: 1;
    width: 100%;
    height: 150px;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.page-accom-title h1 {
    text-align: center;
    font-size: 50px;
}

.page-accom-title p {
    margin: 30px 30px;
    text-align: center;
    font-size: 13px;
    padding: 0 10%;
}

.page-accom-title img {
    width: 50px;
}

.page-accom-type-box.box3 img {
    width: auto;
    height: 100%;
}

.page-accom-book {
    width: 100%;
    bottom: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 150;
}

.page-accom-detail {
    width: 47%;
    float: left;
    color: #605f5f;
    cursor: pointer;
    padding: 8px;
    text-align: center;
}

.page-accom-detail h3 {
    letter-spacing: 1px;
}

.page-accom-detail p {
    letter-spacing: 1px;
    padding: 2px 0;
    text-transform: uppercase;
}

.page-accom-img {
    width: 100%;
}

.page-accom-specail {
    width: 170px;
    color: #14b9b3;
    padding: 10px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    transition-duration: 1s;
    border: 1px solid #14b9b3;
    font-family: 'Century-Gothic';
}

.page-accom-specail i {
    font-size: 24px;
    color: #14b9b3;
    margin-left: 10px;
}

.page-accom-specail-tb {
    margin: 50px 0;
}

.page-accom-type-detail {
    font-size: 24px;
    margin: 50px 0;
    text-transform: none;
    border: 1px solid #a7a5a5;
}

.page-accom-type-detail i {
    font-size: 18px;
}

.page-accom-all {
    margin-top: 120px;
}

.viewlist-link {
    float: left;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
}

.nextlist-link {
    float: right;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
}

.page-accom-alltype-box {
    margin-bottom: 30px;
}

.page-accom-alltype-box h2 {
    padding: 0 0 10px 0;
    font-size: 22px;
    color: #fff;
    font-family: 'Century-Gothic';
}

.nav-accom {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 0 30px 0;
}

.nav-accom .shadow {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.nav-accom .nav-title {
    width: 100%;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nav-accom .nav-title a {
    display: inline-block;
    padding: 14px 20px;
    font-size: 15px;
    transition: all 0.4s;
    font-family: 'Century-Gothic';
}

.nav-accom .nav-title a:hover {
    color: #14b9b3;
}

.nav-accom .nav-title a.uk-active {
    color: #fff;
    background: #14b9b3;
}

figcaption {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: rgba(255, 255, 255, 0.2) !important;;
}

animate:hover figcaption {
    left: 0;
    color: #fff;
    opacity: 1;
    transition: all 1.0s;
    background: rgba(255, 255, 255, 1.0) !important;;
}

.restaurants-box {
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 450px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
}

.restaurants-box img {
    width: 100%;
}

.restaurants-box:hover {
    border: solid 1px #dedede;
}

.restaurants-box .img-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}
.restaurants-box:hover .img-wrapper img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.3, M12=0, M21=0, M22=1.3, SizingMethod='auto expand'); /* IE6 and 7 */
}

.restaurants-box-content {
    text-align: left;
    padding: 10px 0;

}

.restaurants-box h2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding: 0 0 30px 0;
    margin: 20px 0;
    text-align: center;
    position: relative;
    font-family: 'Century-Gothic';
}

.restaurants-box h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #000000;
}


.special-more {
    width: 40%;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 10px;
    margin: 40px auto 0;
    border: 1px solid #14b9b3;
    text-transform: uppercase;
}

.extend-footer {
    width: 100%;
}

.extend-footer pattern {
    width: 50%;
    float: left;
}

.extend-footer h2 {
    font-size: 36px;
    margin: 30px 0;
}

.extend-footer p {
    margin: 15px;
}

.extend-footer i {
    font-size: 30px;
    color: #14b9b3;
}

.extend-footer-logo {
    margin: 70px 0;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fade-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fade-in.two {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.fade-in.three {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.fade-in.four {
    -webkit-animation-delay: 3.7s;
    -moz-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

.fade-in.five {
    -webkit-animation-delay: 4.7s;
    -moz-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

#menu-mobile {
    display: none;
}

#reservation-mobile {
    display: none;
}

.mobile-header {
    display: none;
}

.menu-mobile-box {
    display: none;
}

.open-mobile {
    display: none;
}

.open-destop {
    display: block !important;
}

.check-available-mobile {
    display: none;
}

.press-box {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
}

.press-box h2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding: 0 0 20px 0;
    text-align: center;
    position: relative;
    font-family: 'Century-Gothic';
}

.press-box h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #000000;
}

.hvr-bounce-in2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;

}

.hvr-bounce-in2:hover, .hvr-bounce-in2:focus, .hvr-bounce-in2:active {
    cursor: pointer;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.table-award {
    width: 100%;
}

.table-award i {
    color: #14b9b3;
    font-size: 26px;
}

.table-award td {
    width: 33.3333%;
    padding: 10px 20px;
    text-align: left;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
}

.footer-contact {
    width: 100%;
    height: 500px;
    position: relative;
}

.footer-contact .cols {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    background: rgba(231, 231, 231, 0.2);
}

.footer-contact .cols .content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 210px;
    margin: auto;
    text-align: center;
}

.footer-contact .cols img {
    margin: 0 0 30px 0;
}

.footer-contact .cols p {
    text-align: left;
    padding: 5px 5%;
    margin: 0;
    letter-spacing: 0.05em;
}

.footer-contact .cols p i {
    width: 30px;
    margin: 0 10px 0 0;
}

.footer-contact .cols.cols-bg {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: center center no-repeat;
    background-size: cover;
}

.small-header {
    font-size: 26px;
    font-family: 'Century-Gothic' !important;
}

.social {
    width: 100%;
    padding: 0 20px;
}

.social a {
    padding: 0 10px;
}

.hover img {
    width: 100%;
    max-height: 100%;
}

.page-accom-detail-new {
    width: 100%;
    float: left;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    text-align: center;
    font-family: 'blessed_dayregular';
}

.page-accom-detail-new p {
    padding: 20px 0 10px 0;
    font-size: 16px;
    font-family: 'amarilloregular' !important;
}

.page-accom-book-new {
    width: 100%;
    bottom: 0px;
    display: block;
    cursor: pointer;
    position: absolute;
    background: rgba(20, 185, 179, 0.5) !important;
    z-index: 1;
}

.page-accom-detail-new h3 {
    letter-spacing: 1px;
    font-family: Allura;
    margin-top: 10px;
}

.btn-read {
    color: #14b9b3;
    padding: 10px;
    margin: 10px 0 0 0;
    border: solid 1px #14b9b3;
    position: static;
    left: 45px;
    bottom: 50px;
    font-family: 'Century-Gothic';
}

/* arrow-slide */
#accommodation .item {
    margin: 0;
}

#accommodation .item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto;
    padding: 0;
}

#accommodation .owl-controls .owl-buttons .owl-prev, #accommodation .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 20px;
    margin: auto !important;
    z-index: 2;
    cursor: pointer;
    background: none;
    width: 50px;
    height: 50px;
    border-radius: 0;
}

#accommodation .owl-controls .owl-buttons .owl-prev {
    left: 40px;
    top: 0;
    margin: 0 10px;
}

#accommodation .owl-controls .owl-buttons .owl-next {
    right: 40px;
    top: 0;
}

#accommodation .owl-controls .owl-buttons i {
    font-size: 48px;
    color: #fff;
}

.hover08 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover08 figure:hover img {
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.name-accom {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 49%;
    /* left: 45%; */
    margin-top: -30px;
    /* margin-left: -50px; */
    /* margin-top: -122px; */
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.menu-accom {
    padding: 0;
}

.section-accommodation-box50 .row {
    margin-right: 0;
    margin-left: 0;
}

.li1 {
    width: 32% !important;
    font-family: 'Century-Gothic';
}

.press-box-content {
    text-align: center;
    padding: 15px 0;
}

.name-room {
    font-size: 26px;
    padding: 0 0 40px 0;
    font-family: 'Century-Gothic' !important;
}

.room-size {
    margin: 10px 0;
}

.text-green {
    color: #14b9b3;
}

.extend-footer .line {
    width: 100%;
    height: 1px;
    position: relative;
    background: #14b9b3;
    display: block;
    margin: 30px 0;
}

.extend-footer .line::before {
    content: "";
    font-family: FontAwesome;
    display: block;
    width: 70px;
    height: 40px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    top: -20px;
    background-image: url("../images/icon/icon-border-icon.png")
}

.margin-footer {
    padding-bottom: 50px;
    font-family: 'Century-Gothic';
}

.page-accom-type-box img {
    width: 100%;
}

.page-promotion-alltype-box {
    /*margin-bottom: 30px;*/
    position: static !important;
    /*height: 390px;*/
}

.page-promotion-alltype-box h2 {
    /* font-family: Allura; */
    padding: 0 0 10px 0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.page-promotion-alltype-box h3 {
    /* font-family: Allura; */
    padding: 0 0 10px 0;
    font-size: 22px;
    color: #fff;
}

.page-accom-alltype-box h3 {
    /* font-family: Allura; */
    padding: 0 0 10px 0;
    font-size: 22px;
    color: #fff;
}

.icon-logo {
    text-align: -moz-center;
}

.icon-logo img {
    width: 50px !important;
    filter: brightness(1.4) !important;
}

.detail-even {
    position: absolute;
    /* width: 500px!important; */
    padding: 0 30px 0 0 !important;
    top: 35%;
}

.page-accom-all .row {
    margin-right: -15px;
    margin-left: -15px;
}

.page-even {
    padding: 20px 0 75px 0 !important;
}

.content h2 {
    color: #525151;
    /* font-family: 'blessed_dayregular'; */
    font-size: 26px;
}

.hover-gallery {
    width: auto !important;
    cursor: pointer;
    float: left;
    top: 0 !important;
}

.owl-title i {
    margin: 15px;
}

.promotionTab {
    width: 700px !important;
    margin: auto;
}

#galleryTab ul {
    width: 1124px;
    margin: auto;
}

#galleryTab li {
    width: 170px;
    text-align: center;
    text-decoration: none;
    float: left;
    list-style: none;
    padding: 5px 10px;
    font-family: 'Century-Gothic';
    border: 1px solid #14b9b3;
    margin-right: 5px;
    margin-bottom: 20px;
}
#galleryTab li.a {
    width: 170px;
    text-align: center;
    text-decoration: none;
    float: left;
    list-style: none;
    padding: 5px 10px;
    font-family: 'Century-Gothic';
    border: 0px solid #14b9b3;
    margin-right: 5px;
    margin-bottom: 20px;
}
#galleryTab li:hover {
    color: #ffffff !important;
}
#galleryTab a:hover {
    color: #ffffff !important;
}

#galleryTab .threeBox {
    width: 600px !important;
    margin: 0 auto !important;
}
#galleryTab .twoBox {
    margin-left: auto;
    margin-right: auto;
    width: 800px !important;

}
#galleryTab .fourBox {
    margin-left: auto;
    margin-right: auto;
    width: 800px !important;

}

.galleryTab-marginLeft {
    margin-left: 370px !important;
}

.modal-dialog2 {
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 40px;
}

.modal-body iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.modal-dialog2 .modal-body {
    height: 100%;
}

.modal-dialog2 .modal-content {
    height: 100%;
    padding: 0;
}

.close360 {
    position: absolute;
    z-index: 999;
    right: 13px;
    font-size: 50px !important;
    font-weight: 100;
    text-shadow: none;
    top: -35px;
}

.icon360 {
    text-align: right !important;
    vertical-align: bottom;
}

.galleryWrap-gallery img {
    width: 100% !important;
}

.hover-press {
    float: none !important;
}

.detail-perss {
    font-size: 14px !important;
    text-transform: initial;
    letter-spacing: 0;
    font-family: 'MyriadPro-Regular';
}

.promotion-box {
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 400px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
}

.promotion-box h2 {
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0 0 30px 0;
    margin: 20px 0;
    text-align: center;
    position: relative;
    font-family: 'Century-Gothic';
}

.promotion-box h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #000000;
}

.page-even-wedding {
    width: 250px;
    color: #14b9b3;
    padding: 10px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    /* font-family: Allura; */
    transition-duration: 1s;
    border: 1px solid #14b9b3;
    font-family: 'Century-Gothic';
}

/* PromotionList */
.promotionList {
    width: 32% !important;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    margin: 0.5%;
    border: 5px solid #ffffff;
    background: #e4e4e4;
}
.promotionList img {
    width: 100% !important;
}

.galleryWrap-small img {
    padding: 1px;
}

.bg-accom {
    border: 2px solid #14b9b3;
    background-image: url("../images/web-background.png");
    background-repeat: no-repeat;
    background-position: 50px;
    margin-bottom: 20px;
    text-align: center;

}

.bg-accom .extend-section-header {
    background: none;
}

.bg-accom .col-lg-7 {
    padding-right: 0;
    padding-left: 0;
}

.phuket-graceland {
    font-family: 'amarilloregular' !important;
    font-size: 24px;
    padding: 0 0 40px 0 !important;
}

.phuket-graceland::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.fontcentury {
    font-family: 'Century-Gothic' !important;
    font-size: 24px;
}

.fontblessed {
    font-family: 'blessed_dayregular' !important;
}

.relative {
    position: relative;
}

.flaotright {
    float: right;
    padding: 0 30px;
}

.flaotleft {
    position: absolute;
    height: 100%;
    width: 49%;
    content: "";
    border: 2px solid #14b9b3;
    background-image: url("../images/web-background.png");
    background-repeat: no-repeat;
}

.patong {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

/* wrapper */
#wrapper {
    width: 500px;
    margin: 0 auto;
    margin-top: 100px;
}

#tabs, #tabs2, #tabs3, #tabs4, #tabs5 {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#tabs li, #tabs2 li, #tabs3 li, #tabs4 li, #tabs5 li {
    float: left;
    margin-right: 2px;
}

#tabs li a, #tabs2 li a, #tabs3 li a, #tabs4 li a, #tabs5 li a {
    display: block;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #14b9b3;
    text-decoration: none;
    color: #434343;
    font-family: 'blessed_dayregular';
    font-size: 32px;
}

#tabs li a:hover, #tabs2 li a:hover, #tabs3 li a:hover, #tabs4 li a:hover, #tabs5 li a:hover {
    background: rgb(78, 74, 99);
}

#tabs_container {
    /*padding: 40px;*/
    overflow: hidden;
    position: relative;
    background: white;
    height: 100vh !important;
}

#tabs_container div {
    margin-right: 40px;
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showleft {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.showflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;

    -webkit-transform: rotatey(0deg) scale(1);
    -moz-transform: rotatey(0deg) scale(1);
    -o-transform: rotatey(0deg) scale(1);
    -ms-transform: rotatey(0deg) scale(1);
    transform: rotatey(0deg) scale(1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.tabulous_active {
    background: #14b9b3 !important;
    color: #ffffff !important;
}

.tabulousclear {
    display: block;
    clear: both;
}

#tabs ul {
    width: 820px;
    margin: auto;
}

#tabs li {
    list-style: none;
}

.tab-gallery {
    width: 100% !important;
}

.box-accom {
    min-height: 485px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    padding: 10px;
}

.box-accom h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 0 30px 0;
    text-align: center;
    position: relative;
    font-family: 'Century-Gothic';
}

.box-accom h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #515151;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #000000;
}

/* box-event */
.box-event {
    position: relative;
    top: 120px;
}

.col50-1 {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
    height: 550px;
    position: relative;
}

.col50-2 {
    width: 50%;
    float: left;
    padding: 0 0 0 15px;
}

.pane {
    background: none;
}

.pane-hScroll {
    overflow: auto;
    width: 100%;
    background: none;
}

.pane-vScroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 550px;
    background: none;
}

.fix-title {
    width: 100%;
    position: absolute;
    top: 20%;
}

/* room-detail */
.room-detail img {
    width: 100%;
}

.bookthisroomm {
    background-color: #fbfbf9;
    padding: 10px;
    margin-top: 30px;
}

.btn-bookthisroom {
    width: 100%;
    background: #14b9b3;
    border: none;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    font-family: 'Century-Gothic';
    margin-bottom: 10px;
}

.light {
    padding: 10px;
    font-size: 10px;
}

.light img {
    width: auto;
    margin: 0;
    padding: 0 2px 0 0;
}

.floorplan {
    background: #fbfbf9;
    padding: 5px 10px;
    font-family: 'Century-Gothic' !important;
    margin-top: 30px;
}

.downloads {
    background: #fbfbf9;
    padding: 5px 10px;
    font-family: 'Century-Gothic' !important;
}

.downloads-detail {
    padding: 10px;
    margin-bottom: 20px;
}

.downloads-detail img {
    width: 16px;
    padding: 0;
    margin: 0;
}

.floorplan-detail {
    padding: 10px 0;
}

.floorplan-detail img {
    padding: 0;
    margin: 0;
}

.room-detail .col-md-9 {
    padding-right: 0;
    padding-left: 0;
}

.room-detail h1 {
    margin: 40px 0px 20px 0;
}

.room-detail h3 {
    margin: 20px 0;
    font-size: 20px;
    font-family: 'Century-Gothic' !important;
    color: #14b9b3;
}

.room-detail h4 {
    font-family: 'Century-Gothic' !important;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
}

.room-detail ul {
    margin-left: 30px;
}

.room-detail {
    padding: 170px 0px 10px;
}

.map-size {
    width: 100%;
}

.press-box img {
    width: 100%;
}

.hover1 {
    width: 21.9%;
    float: left;
    position: relative;
    padding: 1px;
}

.hover2 {
    width: 11.1%;
    float: left;
    position: relative;
    padding: 1px;
}

.gallery img:hover {
    filter: brightness(.4);
    -webkit-filter: brightness(.4);
}

.black {
    color: #525151 !important;
}

.btn-accom {
    width: 180px;
    color: #14b9b3;
    padding: 10px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    background: none;
    transition-duration: 1s;
    border: 1px solid #14b9b3;
    font-family: 'Century-Gothic';
    margin-bottom: 5px;
    text-transform: uppercase;
}

.btn-accompage {
    text-align: center;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.detial-accom {
    background: #fbfbf9;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.detial-accom .container {
    width: 100%;
}

.detial-accom ul {
    margin: 0;
}

.detial-accom li {
    float: left;
    width: 25%;
    list-style: none;
}

.detial-accom-li2 {
    display: block;
    border-right: 1px solid rgba(82, 81, 81, 0.2);
}

.btn-detial-accom {
    width: 70%;
    background: #14b9b3;
    border: none;
    color: #fff;
    padding: 22px;
    font-size: 20px;
    font-family: 'Century-Gothic';
}

.detial-accom h4 {
    font-family: 'Century-Gothic' !important;
    /* margin: 10px; */
    font-size: 16px;
    font-weight: bold;
    color: #14b9b3;
}

.zoom {
    width: 100%;
    color: #14b9b3;
    /* padding: 10px; */
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    /* font-family: Allura; */
    transition-duration: 1s;
    border: none;
    font-family: 'Century-Gothic';
}

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

.btn-meeting {
    width: 240px;
    color: #14b9b3;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background: none;
    transition-duration: 1s;
    border: 1px solid #14b9b3;
    font-family: 'Century-Gothic';
    margin-bottom: 5px;
}

/* hover image*/
.view {
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 10.8%;
    float: left;
}

.view img {
    width: 100% !important;
    border: 1px solid #fff;
}

.overlay:hover .mask {
    opacity: 1;
}

.hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(20, 185, 179, 0.39);
}

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

.view .mask {
    background-attachment: fixed;
}

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

.white-text {
    color: #FFF !important;
    top: 45%;
    position: absolute;
    width: 100%;
    font-family: 'Century-Gothic';
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}

.white-text i {
    margin-bottom: 15px;
    font-size: 20px;
}

.type-accommodation a {
    color: #fff;
}

/*hover image*/
.view2 {
    overflow: hidden;
    position: relative;
    cursor: default;
    float: left;
}

.view2 img {
    width: 100% !important;
    border: 1px solid #fff;
}

.viewGallery {
    width: 21.5%;
    overflow: hidden;
    position: relative;
    cursor: default;
    float: left;
}

.viewGallery img {
    width: 100% !important;
    border: 1px solid #fff;
}

.overlay:hover .mask {
    opacity: 1;
}

.hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(20, 185, 179, 0.8);
}

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

.view2 .mask {
    background-attachment: fixed;
}

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

.white-text {
    color: #FFF !important;
    top: 35%;
    position: absolute;
    width: 100%;
    font-family: 'Century-Gothic';
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}

.white-text i {
    margin-bottom: 15px;
}

.type-accommodation a {
    color: #fff;
}

/* hover image */
.padding10-contact {
    padding: 10px;
}

#contact {
    width: 900px;
    margin: auto;
}

.padding10-contact label {
    width: 18%;
    text-align: right;
    margin-right: 10px;
    float: left;
}

.input-contact {
    width: 80%;
    background: none;
    border: 1px solid #686868;
    border-radius: 0;
    color: #686868;
    font-size: 14px;
    padding: 5px 10px;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}

.pull-right {
    width: auto;
    background: #14b9b3;
    color: #fff;
    padding: 5px 10px;
    border: none;
    font-family: 'Century-Gothic';
    font-size: 18px;
    letter-spacing: 1px;
    float: left !important;
}

#span_eror {
    color: red;
}

.btn-reset {
    background: #eee;
    border: none;
    margin-left: 10px;
    padding: 5px 10px;
    font-family: 'Century-Gothic';
    font-size: 18px;
    letter-spacing: 1px;
}
.plan{
    width: 100%!important;
    margin: 10px 0!important;
}
#header .container{
    width: 100%!important;
}
.section-greenhouse-box50{
    position: relative;
}
.section-greenhouse-box50 img{
    width: 100%;
}
.head-no {
    text-align: center;
    background: #14b9b3;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 7px!important;
    margin: 20px auto;
}
.row-greenhouse .col-md-6{
    padding: 0!important;
}
.row-greenhouse p{
    padding: 0 20px;
    font-size: 14px;
}
.row-greenhouse{
    position: relative;
    height: 317px;
}
.bggera{
    background: #eee;
    height: auto;
}
.img-greenhouse{
    width: 100%!important;
    float: none;
    /*top:-14px;*/
}
.promotionList img{
    height: 250px;
    object-fit: cover;
}
.btn_book{
    padding-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}
.gallery{
    padding-top: 30px;
}
.btn_promotion{
    width: auto!important;
}
.section_slideacoom_home img{
    height: 250px!important;
    object-fit: cover;
}
.section_slideacoom_home .hover{
    width: 100%;
}
.section_slideacoom_home .overlay .owl-title{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 85px;
}
.hover button.info{
    border: 1px solid #fff;
}
.hvr-bounce-to-right:before{
    width: 0;
}
.hvr-bounce-to-right:hover:before{
    width: 100%;
}

.fill{
    background-size: cover;
}
.room-detail #accommodation .item img{
    height: 600px;
}
.bg-accom #accommodation .item img{
    height: 500px;
}

/* PHUKET Graceland Responsive */
@media (min-width: 1900px) {
    .pane-vScroll {
        height: 797px !important;
    }

    .col50-1 {
        height: 797px !important;
    }

    .fix-title {
        top: 30% !important;
    }
}

@media (max-width: 1920px) {
    .col50-1 {
        height: 797px;
    }

    .pane-vScroll {
        height: 797px;
    }

    .fix-title {
        top: 30%;
    }
    .viewGallery {
        width: 21% !important;
    }
}

@media (max-width: 1480px) {
    #cssmenu a {
        padding: 10px 7px;
    }
    #cssmenu {
        width: 95%;
    }
}

@media (max-width: 1360px) {
    #cssmenu a {
        font-size: 12px;
        padding: 10px 5px;
    }
}
@media (max-width: 1280px) {
    .scroll-down {
        bottom: 5%;
    }

    #galleryTab ul {
        width: 100%;
        margin: auto;
    }

    #galleryTab li {
        width: 150px;
        font-size: 14px;
    }
}
@media all and (max-width: 1199px) {
    /* cssmenu */
    #cssmenu {
        padding: 12px 0 0 0;
    }

    #cssmenu a {
        font-size: 12px;
        padding: 10px 5px;
    }

    .check-available {
        font-size: 16px;
        padding: 5px 10px;
    }

    .footer-contact .cols p {
        font-size: 13px;
    }

    .restaurants-box .img-wrapper {
        height: 200px;
    }

    .restaurants-box h2 {
        font-size: 16px;
    }

    .restaurants-box h2::after {
        width: 50px;
    }

    .ist-inline-restaurants > li {
        font-size: 12px;
    }

    .nav-accom .shadow {
        width: 70%;
    }

    .nav-accom .nav-title a {
        font-size: 13px;
    }

    .page-accom-alltype-box h3 {
        font-size: 18px;
    }

    .hover button.nullbutton {
        padding: 3px 10px;
        font-size: 12px;
        margin: 5px 0;
    }

    .page-promotion-alltype-box h3 {
        font-size: 18px;
    }

    .press-box h2 {
        font-size: 15px;
    }

    .press-box {
        padding: 5px;
    }
    .box-accom {
        min-height: 430px;
    }
    .btn-accom {
        width: 150px;
        padding: 10px 0;
        font-size: 14px;
    }
    .room-detail #accommodation .item img{
        height: 400px;
    }
}

@media screen and (max-width: 1150px) {
    #cssmenu a {
        font-size: 10px;
        padding: 10px 5px;
    }
    #cssmenu {
        width: 86%;
    }
}

@media screen and (max-width: 1024px) {
    .check-available {
        top: 0;
    }
}

@media screen and (max-width: 1366px) {
    .col50-1 {
        height: 550px;
    }

    .pane-vScroll {
        height: 550px;
    }
}

@media screen and (max-width: 991px) {
    .row-greenhouse {
        height: auto;
        padding: 30px 0;
    }
    .check-available {
        padding: 5px 10px;
    }

    .page-accom-detail-new p {
        padding: 5px;
    }

    .page-accom-detail-new {
        padding: 5px;
    }

    .page-accom-specail {
        width: 150px;
        padding: 5px;
    }

    .ehover13 .overlay {
        width: 100%;
        height: 100%;
        left: 0 !important;
        top: 0;
        padding: 5% 0;
    }

    .page-accom-alltype-box h3 {
        font-size: 16px;
    }
    .li1 {
        width: 100% !important;
    }

    .ist-inline-restaurants > li {
        width: 100% !important;
        padding: 5px;
    }

    .restaurants-box h2 {
        font-size: 14px;
    }

    .detail-even {
        position: static !important;
        width: 100% !important;
        top: 0 !important;
    }

    #galleryTab ul {
        width: 665px;
        margin: auto;
    }

    .filter {
        font-size: 12px !important;
        padding: 10px 10px !important;
    }

    .flaotright {
        float: right;
        padding: 0 15px;
        width: 100%;
    }

    .col50-1 {
        height: 415px;
    }

    .pane-vScroll {
        height: 415px;
    }

    .fix-title {
        top: 5%;
    }

    .icon360 {
        vertical-align: bottom;
        position: absolute;
        right: 20px;
        text-align: right !important;
        bottom: 50px;
    }

    .box-accom h2 {
        font-size: 13px;
    }
    .accom360{
        bottom: 10px!important;
    }
    .flaotleft {
        position: static;
        margin-bottom: 20px;
        width: 100%;
    }
    .box-accom {
        min-height: 385px;
    }
    .promotionList{
        width: 49% !important;
    }
    .section_slideacoom_home .overlay .owl-title{
        height: 60px;
    }
}

@media all and (max-width: 980px) {

    body {
        overflow-x: hidden;
    }

    h3 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    /* open-mobile */
    .open-mobile {
        display: block;
    }

    .open-destop {
        display: none !important;
    }

    /* CSS Header */
    .logo-box {
        left: 10px;
        margin: 0px;
    }

    .logo-box img {
        width: 200px;
    }

    #cssmenu {
        display: none;
    }
    .check-available-mobile {
        display: flex;
        right: 0px;
        color: #ffffff;
        font-size: 24px;
        z-index: 9;
        padding: 7px 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #14b9b3;
        font-family: 'Century-Gothic';
        height: 60px;
        align-items: center;

    }

    .check-available-mobile span {
        font-size: 12px;
    }

    .check-available {
        display: none;
    }

    .toggle-box i {
        display: none;
    }

    .text-video {
        padding: 50% 10%;
    }

    /* CSS Mobile */
    .mobile-header {
        top: 75px;
        right: 10px;
        display: block;
        margin: 0px !important;
        position: absolute;
    }

    .mobile-header a {
        color: #ffffff;
        font-family: 'Century-Gothic';
    }

    .mobile-header i {
        color: #ffffff;
        font-size: 20px;
        margin-right: 5px;
    }

    .menu-mobile-box {
        right: 200px;
        position: absolute;
        display: block !important;
        height: 50px !important;
        font-family: 'Century-Gothic';
    }

    /* CSS homepage */
    .extend-section-header-box50 {
        width: 100%;
    }

    /* page-accom-left */
    .section-accommodation-box50 {
        width: 100%;
    }

    .page-accom-title h1 {
        margin-top: 20px;
    }

    .page-accom-title p {
        margin: 10px 20px;
    }

    .page-accom-all {
        padding: 0;
    }

    /* restaurants-box */
    .restaurants-box img {
        width: 100%;
        height: auto;
    }
    .galleryTab-marginLeft {
        margin: 0px !important;
    }

    /* CSS Footer */
    .extend-footer pattern {
        width: 100%;
    }
    .extend-footer-logo {
        margin: 0px 30px;
    }

    .nav-accom .shadow {
        width: 90%;
    }

    .filter {
        padding: 10px 10px !important;
    }
    .view2 {
        width: 100%;
    }
    .view {
        width: 10.5%;
    }
    .viewGallery {
        width: 20.5% !important;
    }
}

@media screen and (max-width: 768px) {
    .col50-1 {
        height: 390px;
    }

    .extend-section-header .page-title {
        top: 10%;
    }

    .pane-vScroll {
        height: 390px;
    }

    .restaurants-box {
        min-height: 500px;
    }

    .page-promotion-alltype-box {
        height: 290px;
    }

    .ehover13 .overlay .owl-title {
        left: 35%;
    }
    .section_slideacoom_home .overlay .owl-title {
        left: 0!important;
        top: 0!important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .page-accom-title h1 {
        font-size: 26px;
    }

    .page-accom-title {
        height: 190px;
    }
}

@media screen and (max-width: 768px) {
    html, body {
        font-size: 14px;
    }

    .page-accom-alltype-box h2 {
        font-size: 18px;
    }

    .page-accom-alltype-box {
        height: 460px;
    }

    h1 {
        font-size: 30px;
    }

    .col50-1 {
        height: 630px;
    }

    .pane-vScroll {
        height: 630px;
    }

    .fix-title {
        top: 25%;
    }
}

@media screen and (max-width: 970px) {
    #menu ul li a {
        padding: 8px;
    }
}

@media (max-width: 733px) {
    .galleryWrap {
        width: 603px;
        margin: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /* Header */
    .text-video {
        padding: 70% 10%;
    }

    .text-video h1 {
        font-size: 22px;
    }

    .text-video h2 {
        font-size: 20px;
    }

    .extend-section-header .page-title h1 {
        font-size: 30px;
    }

    .extend-section-header .page-title h4 {
        margin-bottom: 20px;
    }

    .list-inline {
        margin: 20px 0px;
    }

    /* restaurants-box */
    .restaurants-box {
    }

    .restaurants-box img {
        width: 100%;
        height: auto;
    }

    .restaurants-box a {
        bottom: 0px;
    }

    /* Footer */
    .footer-row-bottom i {
        font-size: 30px;
        margin: 0px;
    }

    .footer-row-bottom {
        -moz-background-size: 0;
        -webkit-background-size: 0;
        background-size: 0;
    }

    .footer-contact {
        height: auto;
    }

    .page-accom-type-box,
    .page-accom-type-box.box3,
    .footer-contact .cols {
        width: 100%;
    }

    .footer-contact .cols.cols-bg {
        position: relative;
        height: 400px;
        background-position: center !important;
        background-size: 100% !important;
    }

    .footer-contact .cols .content {
        position: relative;
        height: auto;
        padding: 50px 0;
    }

    .footer-contact .cols p {
        text-align: center;
    }

    .carousel-indicators {
        bottom: 10px !important;
        left: 20px !important;
    }

    .page-accom-type-box {

    }

    .nav-accom .shadow {
        display: none;
    }

    .nav-accom .nav-title {
        height: auto;
        text-align: left;
    }

    .nav-accom .nav-title a {
        padding: 14px 10px;
    }

    .page-accom-alltype-box {
        height: auto;
    }

    .page-promotion-alltype-box {
        height: auto;
    }

    .press-box {
        margin-bottom: 20px;
    }

    .flaotleft {
        width: 100%;
    }

    .extend-section-header .page-title {
        padding: 25px;
        position: static;
    }

    .col50-1 {
        height: auto;
        margin-bottom: 20px;
    }

    .col50-2 {
        width: 100%;
        float: left;
        padding: 0;
        margin-bottom: 65px;
    }

    .pane-vScroll {
        height: auto;
    }

    .fix-title {
        top: 5%;
        position: static;
    }

    .icon360 {
        bottom: 20px;
    }
    .box-accom {
    }
    .promotionList{
        width: 100%!important;
    }
    .promotionList img{
        height: 220px;
    }
    .room-detail #accommodation .item img{
        height: 300px;
    }
}

@media screen and (max-width: 704px) {

}

@media (max-width: 629px) {
    #galleryTab ul {
        width: 100%;
        margin: auto;
    }

    #galleryTab li {
        width: 100% !important;
        margin-bottom: 7px;
    }
    #galleryTab .promotionTab {
        width: 100% !important;
    }
    .promotionTab {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 611px) {

    .galleryWrap img {
        width: 100% !important;
    }

    .galleryWrap-small img {
        width: 100% !important;
    }
}


@media (max-width: 414px) {
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0px 1px;
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }

    .product-box {
        padding: 10px 15px 5px 15px;
    }

    .product-show img {
        width: 30px !important;
    }

    .logo-box {
        top: 0;
    }

    #menu span#title {
        margin: 0.5em 0 0.5em 0;
    }

    .page-accom-type-box {
        margin-bottom: 20px;
    }

    .carousel-inner h1 {
        font-size: 24px;
        width: 100%;
    }

    .fade-in.two {
        font-size: 15px;
    }

    .footer-contact .cols .content {
        padding: 20px 0;
    }

    .margint50px {
        margin-top: 20px;
    }

    .owl-theme .owl-controls .owl-page span {
        width: 8px !important;
        height: 8px !important;
        margin: 3px !important;
    }

    .footer-contact .cols p i {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .extend-section-header .page-title h1 {
        font-size: 24px;
    }

    .ist-inline-restaurants > li {
        font-size: 14px;
    }

    .restaurants-box {
        margin-bottom: 20px;
    }

    .nav-accom .nav-title a {
        padding: 10px 5px;
    }

    .press-box-content {
        padding: 20px 0;
    }

    .ehover13 h2 {
        font-size: 20px;
    }

    .ehover13 .overlay .owl-title {
        top: 35%;
    }
    #menu ul li a {
        padding: 8px;
    }
    .room-detail #accommodation .item img{
        height: 250px;
    }
}
@media screen and (max-width: 610px){
    .container1 .gallery a.big img {
        width: 100%!important;
    }
    .container1 .gallery a img {
        width: 100%!important;
    }

    .ehover13 .overlay .owl-title {
        left: 25%;
    }
}

@media (max-width: 375px) {
    .product-show p {
        font-size: 12px;
    }

    .product-box {
        padding: 10px 10px 5px 10px;
        font-size: 12px;
        height: 38px;
    }

    #menu span#title {
        font-size: 26px;
    }

    #menu ul li a span {
        font-size: 14px;
    }

    .ehover13-1 h2 {
        font-size: 20px;
    }

    .ehover13-1 .overlay {
        top: 5%;
    }

    #menu ul li:after {
        height: 42px;
        margin: -42px 0 0 5%;
    }
}

@media (max-width: 320px) {

    #menu ul li a span {
        font-size: 12px;
    }
    #menu ul li a {
        padding: 5px;
    }
    #menu ul li {
        padding: 3px 20px;
    }
}
