/* CSS Document */
@import url("styles.css");
@import url("styles-2.css");
@import url("styles-3.css");
@import url("stylesheet.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

html { font-size: 62.5%; overflow-x: hidden; height: 100%; }

body { line-height: 1; color: black; background: white; overflow-x: hidden; letter-spacing: 0.5px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }

body ::-moz-selection { background: #111111; color: #fff; }

body ::selection { background: #111111; color: #fff; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; vertical-align: middle; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: " "; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; }

img { max-width: 100%; height: auto; }

a img { border: none; }

input, textarea, select, div, ul, li, a { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }

/* # Set SASS Function
================================================== */
/* #Basic Set
================================================== */
body { font-size: 1.8rem; line-height: 1.6; color: #FFFFFF; text-align: center; background-color: #000000; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; text-align: center; margin-bottom: 15px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: 400; }

h1 { font-size: 3rem; line-height: 1.2; }

h2 { font-size: 0rem; line-height: 1.2; }

h3 { font-size: 3rem; line-height: 1.2; }

h4 { font-size: 3rem; line-height: 1.2; margin-bottom: 20px; }

h5 { font-size: 2.2rem; line-height: 1.2; }

h6 { font-size: 0rem; line-height: 1.2; }

strong { font-weight: 700; }

hr { position: relative; clear: both; margin: 0 10px; height: 0; border-top: 1px solid #333333; }

sub { vertical-align: sub; font-size: smaller; }

sup { vertical-align: super; font-size: smaller; }

ol { list-style: decimal; margin-left: 30px; }

ul { list-style: none; }

ul.square { list-style: square; }

ul.circle { list-style: circle; }

ul.disc { list-style: disc; }

.detail { /* p:last-child{ margin-bottom: 0; } */ }

.detail p { margin-bottom: 10px; }

.detail ul { list-style-type: disc; margin-left: 30px; }

.detail ul ul, .detail ul ol { font-size: 90%; }

.detail a { color: #4dcdc6; text-decoration: underline; }

.explore { padding-top: 20px; }

.explore ._btn-submit { border: 0; }

.explore ._btn-submitbak { background-color: #000; color: #fff; border: 0; }

.explore ._btn-submitbak:hover { border: 0; color: #00b7ae; }

a { position: relative; cursor: pointer; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; text-decoration: none; color: #FFFFFF; }

a:hover, a:active { /* color: $col-tx--head; */ }

.clear { display: block; visibility: hidden; clear: both; overflow: hidden; width: 0; height: 0; }

section a:before { position: absolute; content: ""; height: 2px; width: 100%; left: 0; top: calc(100% + 1px); -webkit-transform: scalex(0); transform: scalex(0); -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

section a:hover:before { -webkit-transform: scalex(1); transform: scalex(1); }

/* #Set Font
================================================== */
h1, h2, h3, h4, h5 { font-family: "FuturaBT-Light", sans-serif; }

body, input, textarea, select, button, p { font-family: "FuturaBT-Light", sans-serif; }

/* #Textbox style
================================================== */
input, textarea, select, button { background: #00b7ae; border: 1px solid #ffffff; font-size: 1.4rem; line-height: 1.6; color: #FFFFFF; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; outline: inherit; width: 100%; padding: 13px 20px; }

button { cursor: pointer; border: 1px solid #000000; color: #000000; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; width: auto; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; padding: 13px 40px; }

button:hover { background-color: #4dcdc6; border: 1px solid #4dcdc6; color: #ffffff; }

select { -moz-appearance: none; -webkit-appearance: none; padding: 16px 20px; outline: 0px; line-height: 1; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; background: url(../svg/icon--select.svg) calc(100% - 15px) center no-repeat #00b7ae; background-size: 15px auto; }

button::-moz-focus-inner { border: 0; }

::-webkit-input-placeholder { color: #FFFFFF; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

:-ms-input-placeholder { color: #FFFFFF; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

::-moz-placeholder { color: #FFFFFF; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

::-ms-input-placeholder { color: #FFFFFF; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

::placeholder { color: #FFFFFF; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

/* #Helper Class
================================================== */
._text-j { text-align: justify; }

._small { font-size: 0.6em; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=50); -webkit-opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }

._red { color: #cc0000; }

._set-tablet { /* 800 */ display: none; }

._set-mobile { /* 560 */ display: none; }

/* #Grid
================================================== */
section { position: relative; z-index: 0; }

.box { position: relative; }

.container { position: relative; margin: 0 auto; padding: 0 60px; width: 100%; }

.container_full { position: relative; margin: 0 auto; padding: 0; }

.__cont--textcenter { max-width: 960px; margin: auto; padding-left: 0; padding-right: 0; }

.__wrap--topboxc { padding-top: 80px; padding-bottom: 80px; }

.__wrap--pdcontent { padding-top: 100px; padding-bottom: 100px; }

.__sec--maincontent { padding-top: 120px; padding-bottom: 120px; }

/* #Button and Link style
================================================== */
._btn-readmore { color: #ffffff; }

._btn-readmore:before { background-color: rgba(0, 0, 0, 0.6); }

._btn-booknow { color: #ffffff; background-color: #4dcdc6; padding: 6px 20px 4px; display: inline-block; min-width: 90px; text-align: center; text-transform: initial; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0); }

._btn-booknow:before { height: 0; }

._btn-booknow:hover { background-color: #4dcdc6; }

._btn--booknow { background-color: #000000; color: #00b7ae; text-transform: uppercase; padding: 18px 30px 15px 30px; display: inline-block; cursor: pointer; }

._btn--booknow:hover { background-color: #4dcdc6; color: #ffffff; }

._btn-buynow { color: #00b7ae; margin-left: 50px; margin-top: 3px; }

._btn-buynow:before { background-color: #00b7ae; -webkit-transform: scalex(1); transform: scalex(1); }

._btn-buynow:after { position: absolute; content: ""; height: 40px; width: 40px; left: -50px; top: -7px; background: url(../svg/icon--cart.svg) no-repeat center center; }

._btn-buynow:hover:before { -webkit-transform: scalex(0); transform: scalex(0); }

._btn-buynow-b { color: #000000; margin-left: 50px; margin-top: 3px; }

._btn-buynow-b:before { background-color: #000000; -webkit-transform: scalex(1); transform: scalex(1); }

._btn-buynow-b:after { position: absolute; content: ""; height: 40px; width: 40px; left: -50px; top: -7px; background: url(../svg/icon--cartb.svg) no-repeat center center; }

._btn-buynow-b:hover:before { -webkit-transform: scalex(0); transform: scalex(0); }

._btn-sentgift { color: #00b7ae; margin-right: 75px; margin-top: 20px; margin-bottom: 20px; display: inline-block; line-height: 1.2; }

._btn-sentgift:before { background-color: #00b7ae; -webkit-transform: scalex(1); transform: scalex(1); }

._btn-sentgift:after { position: absolute; content: ""; height: 70px; width: 70px; right: -80px; top: -25px; background: url(../svg/icon--gilft.svg) no-repeat center center; }

._btn-sentgift:hover:before { -webkit-transform: scalex(0); transform: scalex(0); }

._btn--loadmore { display: inline-block; position: relative; padding-right: 40px; color: #000000; cursor: pointer; font-size: 2rem; line-height: 1.6; }

._btn--loadmore:after { position: absolute; content: ""; height: 30px; width: 30px; left: auto; right: 0; top: 2px; background: url(../svg/icon--load.svg) no-repeat center center; -webkit-transform: none; transform: none; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; background-size: 35px auto; }

._btn--loadmore:hover:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

._btn--loadmore:before { content: ""; position: absolute; bottom: 0; left: 0; right: 40px; width: auto; height: 1px; background-color: #000000; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); transform: scaleX(0); transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); }

._btn--loadmore:hover:before { -webkit-transform-origin: left; transform-origin: left; -webkit-transform: scaleX(1); transform: scaleX(1); }

/* # cursor Setting
================================================== */
.cursor { display: none; position: fixed; width: 80px; height: 100px; z-index: 999999; /*  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); */ /* background-color: #000; */ /* 	left: -40px; top: -50px; */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; }

.cursor.active { display: block; }

.cursor > div { display: none; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; left: -40px; top: -50px; position: relative; }

.cursor .cu__arrowleft { width: 80px; height: 100px; }

.cursor .cu__arrowright { width: 80px; height: 100px; }

.cursor .cu__arrowdoubleleft { width: 80px; height: 100px; }

.cursor .cu__arrowdoubleleft img { width: 30px; }

.cursor .cu__arrowdoubleright { width: 80px; height: 100px; }

.cursor .cu__arrowdoubleright img { width: 30px; }

.cursor > div.active { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; }

/* # Animate
================================================== */
/* @-webkit-keyframes fadeIndown { from { opacity: 0; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeIndown { from { opacity: 0; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0);} to { opacity: 1; -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); } } */
/* #Font style
================================================== */
/* #Icon
================================================== */
.icon { position: relative; display: inline-block; width: 20px; height: 20px; background-position: center center; background-repeat: no-repeat; }

/* #Photo Effect
================================================== */
._bg-full { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; width: 100%; height: 100%; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }

._bg-full img { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* #Etc
================================================== */
.fixed_scroll { height: 100%; overflow: hidden; }

.tx__highlight { color: #00b7ae; font-size: 2.4rem; line-height: 1.6; /* padding-top: 15px; */ }

.title { letter-spacing: 1px; }

/* #Slide slide
================================================== */
.slick-list { height: auto !important; }

.slick-track { height: 100%; }

button.slick-arrow { position: absolute; width: 20%; top: 0; bottom: 0; background: none; border: 0; z-index: 400; font-size: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=30); -webkit-opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3; padding: 0; cursor: none; /* background-color: #000; */ }

button.slick-arrow:hover { border: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

button.slick-prev { left: 0px; }

button.slick-next { right: 0px; }

.slick-dots { width: 50%; bottom: 0px; left: 25%; position: absolute; text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }

.slick-dots li { display: inline-block; position: relative; margin: 0 7px; cursor: pointer; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.slick-dots li:before { position: absolute; content: ""; height: 16px; width: 16px; left: -6px; top: -6px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; border: 1px solid #00b7ae; -webkit-transform: scale(0); transform: scale(0); }

.slick-dots li button { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; width: 6px; height: 6px; padding: 0; border: 0px solid #ffffff; background: #ffffff; font-size: 0; }

.slick-dots li.slick-active { margin: 0 11px; }

.slick-dots li.slick-active:before { -webkit-transform: scale(1); transform: scale(1); }

.slick-dots li.slick-active button { background-color: #00b7ae; }

/* #Back to top
================================================== */
#back-to-top { display: none; position: fixed; z-index: 9999; width: 35px; height: 33px; cursor: pointer; background-color: rgba(102, 102, 102, 0.7); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; top: auto; right: 20px; bottom: 20px; left: auto; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=0); -webkit-opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }

#back-to-top:before { height: 0; }

#back-to-top.show { display: block; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=50); -webkit-opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

#back-to-top:hover { background-color: #202020; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

#back-to-top i.icon--backtotop { background: url(../svg/icon--arrow-backtotop.svg) no-repeat center center; display: block; width: 100%; height: 100%; background-size: 15px; }

/* #box layout
================================================== */
div[class*="sty__boxc"] { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; padding: 3px; max-width: inherit; width: 100%; background-color: #ffffff; }

div[class*="sty__boxc"] .box { position: relative; overflow: hidden; margin-bottom: 20px; }

div[class*="sty__boxc"] .box > a { display: block; }

div[class*="sty__boxc"] .box .photo { position: relative; overflow: hidden; }

div[class*="sty__boxc"] .box .text { position: absolute; z-index: 10; bottom: 0; left: 0; right: 0; text-align: left; }

div.sty__boxc3 { padding: 3px 3px 0; }

div.sty__boxc3 a { height: 100%; }

div.sty__boxc3 .box { width: calc(33.33% - 2px); min-height: 30vw; margin-bottom: 3px; }

div.sty__boxc3 .box .photo { height: 100%; }

div.sty__boxc3 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__boxc3 .box .text { bottom: 0; left: 0; right: 0; padding: 20px 30px; text-align: left; }

div.sty__boxc3 .box .text .title { color: #00b7ae; font-weight: bold; margin-bottom: 2px; }

div.sty__boxc3 .box .text .detail { font-size: 1.6rem; line-height: 1.6; }

div.sty__boxc3v2 { padding-bottom: 0; }

div.sty__boxc3v2 .box { width: calc(33.33% - 2px); min-height: 30vw; margin-bottom: 3px; background-color: #00b7ae; }

div.sty__boxc3v2 .box a { display: block; background-color: #00b7ae; /* height: 100%; */ }

div.sty__boxc3v2 .box .photo { position: relative; width: 100%; height: 30vw; }

div.sty__boxc3v2 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__boxc3v2 .box .text { padding: 30px 40px 25px 40px; text-align: left; z-index: 1; position: relative; background-color: #00b7ae; }

div.sty__boxc3v2 .box .text h4 { text-align: left; font-size: 1.8rem; font-weight: bold; margin-bottom: 0; }

div.sty__boxc3v2 .box .text .title { margin-bottom: 10px; }

div.sty__boxc3v2 .box .text .title > div { font-size: 1.4rem; line-height: 1.6; }

div.sty__boxc3v2 .box .text span { font-size: 2.2rem; }

div.sty__boxc3v2 .box .text .link { padding-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; justify-content: space-between; }

div.sty__boxc3v2 .box .text .link a { display: inline-block; width: calc(50% - 5px); background-color: #000; color: #fff; padding: 13px 10px; font-weight: bold; font-size: 1.4rem; line-height: 1.6; letter-spacing: 1px; text-transform: uppercase; text-align: center; }

div.sty__boxc3v2 .box .text .link a:hover { color: #4dcdc6; }

div.sty__boxc3v2 .box .logotravelvocher { position: relative; display: none; }

div.sty__boxc3v2 .box .logotravelvocher img { position: absolute; width: 100px; z-index: 99; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=80); -webkit-opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; right: 30px; top: -50px; }

div.sty__boxc3v3 { padding: 3px 3px 0; }

div.sty__boxc3v3 a { height: 100%; }

div.sty__boxc3v3 .box { width: calc(33.33% - 2px); min-height: 31vw; margin-bottom: 3px; }

div.sty__boxc3v3 .box .photo { height: 100%; }

div.sty__boxc3v3 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__boxc3v3 .box .text { bottom: 0; left: 0; right: 0; padding: 20px 30px; text-align: left; }

div.sty__boxc3v3 .box .text .title { color: #00b7ae; font-weight: bold; margin-bottom: 2px; }

div.sty__boxc3v3 .box .text .detail { font-size: 1.6rem; line-height: 1.6; }

div.sty__slidec3 { background-color: #ffffff; }

div.sty__slidec3 div[class*="sd__"] { padding: 3px 1.5px; }

div.sty__slidec3 a { height: 100%; min-height: 30vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: end; align-items: flex-end; }

div.sty__slidec3 .box { padding: 0px 1.5px; }

div.sty__slidec3 .box .photo { height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

div.sty__slidec3 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__slidec3 .box .text { bottom: 0; left: 0; right: 0; padding: 20px 30px; text-align: left; z-index: 1; position: absolute; }

div.sty__slidec3 .box .text .title { color: #00b7ae; font-weight: bold; margin-bottom: 2px; }

div.sty__slidec3 .box .text .detail { font-size: 1.6rem; line-height: 1.6; }

div.sty__slidec3 button.slick-arrow { width: 10%; }

div.sty__slidec4 { background-color: #ffffff; }

div.sty__slidec4 div[class*="sd__"] { padding: 3px 1.5px; }

div.sty__slidec4 a { height: 100%; min-height: 30vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: end; align-items: flex-end; }

div.sty__slidec4 .box { padding: 0 1.5px; }

div.sty__slidec4 .box .photo { height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

div.sty__slidec4 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__slidec4 .box .text { bottom: 0; left: 0; right: 0; padding: 20px 30px; text-align: left; z-index: 1; position: absolute; }

div.sty__slidec4 .box .text .title { font-weight: bold; margin-bottom: 2px; }

div.sty__slidec4 .box .text .detail { font-size: 1.6rem; line-height: 1.6; }

div.sty__slidec4 button.slick-arrow { width: 10%; bottom: 140px; }

div.sty__slidec4v2 { background-color: #ffffff; }

div.sty__slidec4v2 div[class*="sd__"] { padding: 3px 1.5px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; }

div.sty__slidec4v2 .slick-slide { position: relative; }

div.sty__slidec4v2 .slick-slide:before { position: absolute; content: ""; left: 3px; right: 3px; top: 3px; bottom: 3px; background-color: #00b7ae; }

div.sty__slidec4v2 .box { padding: 0 1.5px; }

div.sty__slidec4v2 .box a { display: block; }

div.sty__slidec4v2 .box .photo { position: relative; width: 100%; height: 30vw; }

div.sty__slidec4v2 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__slidec4v2 .box .text { padding: 30px 130px 30px 40px; text-align: left; z-index: 1; position: relative; }

div.sty__slidec4v2 .box .text span { font-size: 2.2rem; }

div.sty__slidec4v2 .box .logotravelvocher { position: relative; }

div.sty__slidec4v2 .box .logotravelvocher img { position: absolute; width: 100px; z-index: 99; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=80); -webkit-opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; right: 30px; top: -50px; }

div.sty__slidec4v2 button.slick-arrow { width: 10%; bottom: 140px; }

div.sty__slidec5 { background-color: #ffffff; }

div.sty__slidec5 div[class*="sd__"] { padding: 3px 1.5px; }

div.sty__slidec5 a { height: 100%; min-height: 30vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: end; align-items: flex-end; }

div.sty__slidec5 .box { padding: 0 1.5px; }

div.sty__slidec5 .box .photo { height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

div.sty__slidec5 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__slidec5 .box .text { bottom: 0; left: 0; right: 0; padding: 20px 30px; text-align: left; z-index: 1; position: absolute; }

div.sty__slidec5 .box .text .title { font-weight: bold; margin-bottom: 2px; }

div.sty__slidec5 .box .text .detail { font-size: 1.6rem; line-height: 1.6; }

div.sty__slidec5 button.slick-arrow { width: 10%; bottom: 140px; }

div.sty__slidec6 { background-color: #ffffff; }

div.sty__slidec6 div[class*="sd__"] { padding: 0 3px 0px 1.5px; }

div.sty__slidec6 a { height: 100%; min-height: 20vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: end; align-items: flex-end; }

div.sty__slidec6 .box { padding: 0 1.5px 3px; }

div.sty__slidec6 .box .photo { height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

div.sty__slidec6 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__slidec6 .box .text { bottom: 0; left: 0; right: 0; padding: 20px 30px; text-align: left; z-index: 1; position: absolute; }

div.sty__slidec6 .box .text .title { font-weight: bold; margin-bottom: 2px; }

div.sty__slidec6 .box .text .detail { font-size: 1.6rem; line-height: 1.6; }

div.sty__slidec6 button.slick-arrow { width: 10%; bottom: 140px; }

div.sty__boxc4 { padding: 3px 3px 0; }

div.sty__boxc4 a { display: block; }

div.sty__boxc4 .box { width: calc(25% - 2.25px); margin-bottom: 3px; }

div.sty__boxc4 .box .photo { min-height: 31vw; width: 100%; background-color: #000000; position: relative; /* ._bg-full{ @include opacity(0.9); } */ }

div.sty__boxc4 .box .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__boxc4 .box .text { bottom: 0; left: 0; right: 0; padding: 30px 90px 30px 30px; text-align: left; z-index: 1; position: absolute; }

div.sty__boxc4 .box .text .title { font-weight: bold; margin-bottom: 2px; }

div.sty__boxc4 .box .text .detail { font-size: 1.4rem; line-height: 1.6; }

div.sty__boxc4 .exclusive { position: absolute; right: 30px; bottom: 30px; width: 55px; z-index: 10; overflow: hidden; -webkit-transition: all 0s ease 0.4s; -moz-transition: all 0s ease 0.4s; -o-transition: all 0s ease 0.4s; -ms-transition: all 0s ease 0.4s; transition: all 0s ease 0.4s; }

div.sty__boxc4 .exclusive img { width: 100%; }

div.sty__boxc4 .exclusive .popup-tooltip { background-color: #00b7ae; color: #FFFFFF; position: absolute; right: 0; bottom: calc(100% + 10px); width: 220px; padding: 5px 0; font-size: 1.5rem; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=0); -webkit-opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; text-align: center; }

div.sty__boxc4 .exclusive .popup-tooltip:before { position: absolute; content: ""; height: 20px; width: 20px; right: 15px; bottom: -5px; z-index: -1; background-color: #00b7ae; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

div.sty__boxc4 .exclusive:hover { -webkit-transition: all 0s ease 1s; -moz-transition: all 0s ease 1s; -o-transition: all 0s ease 1s; -ms-transition: all 0s ease 1s; transition: all 0s ease 1s; overflow: inherit; }

div.sty__boxc4 .exclusive:hover .popup-tooltip { bottom: calc(100% + 20px); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

div.sty__boxc4.lastrow2 .box:last-child { width: calc(50% - 1.5px); }

div.sty__boxc4.lastrow1 .box:last-child { width: calc(75% - 0.5px); }

div.sty__boxc5 { padding: 6px 6px 0; }

div.sty__boxc5 .box { width: calc(20% - 4.8px); margin-bottom: 6px; }

div.sty__boxc5 .photo { min-height: 30vw; background-color: #000000; /* ._bg-full{ @include opacity(0.9); } */ }

div.sty__boxc5 .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__boxc5 .text { padding: 20px 30px; }

div.sty__boxc5 .text .title { font-weight: bold; }

div.sty__boxc5 .text .detail { font-size: 1.4rem; line-height: 1.6; }

div.sty__boxc5nobor { padding: 3px 0; }

div.sty__boxc5nobor .box { width: calc(20% - 0px); margin-bottom: 0px; }

div.sty__boxc5nobor .photo { min-height: 29vw; background-color: #000000; /* ._bg-full{ @include opacity(0.9); } */ }

div.sty__boxc5nobor .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

div.sty__boxc5nobor .text { padding: 20px 30px; }

div.sty__boxc5nobor .text .title { font-weight: bold; }

div.sty__boxc5nobor .text .detail { font-size: 1.4rem; line-height: 1.6; }

div.sty__boxc5nobor.lastrow3 .box:last-child { width: calc(40% - 0px); }

div.sty__boxc5nobor.lastrow2 .box:last-child { width: calc(60% - 0px); }

div.sty__boxc5nobor.lastrow1 .box:last-child { width: calc(80% - 0px); }

div.sty__boxc6 { padding: 6px 6px 0; }

div.sty__boxc6 .box { width: calc(16.66% - 5px); background-color: #000000; margin-bottom: 6px; padding: 20px; min-height: 15vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }

div.sty__feature .slide { z-index: 0; }

div.sty__feature .slide .box { height: 100vh; }

div.sty__feature .text { z-index: 10; position: absolute; bottom: 0; left: calc(50% - 960px/2); width: 960px; background-color: #00b7ae; text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; padding: 30px 60px 20px; -webkit-box-align: start; align-items: flex-start; min-height: 140px; }

div.sty__feature .text h4 { text-align: left; }

div.sty__feature .text .title { width: 30%; }

div.sty__feature .text .title .sub { /* font-size: 0.9em; */ }

div.sty__feature .text .detail { width: 70%; }

div.sty__feature .text .detail .link { margin-top: 15px; padding-bottom: 10px; }

div.sty__feature .text .detail .link a { display: inline-block; background-color: #000; color: #fff; padding: 13px 40px; font-weight: bold; font-size: 1.4rem; line-height: 1.6; letter-spacing: 1px; }

div.sty__feature .text .detail .link a:hover { color: #4dcdc6; }

div.sty__feature .text__featuredhotel div[class*="btn__hotel"] { position: absolute; top: 0px; bottom: 0; width: 180px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; background-color: #000000; cursor: none; }

div.sty__feature .text__featuredhotel div[class*="btn__hotel"] .hotelname { position: relative; z-index: 10; font-weight: bold; letter-spacing: 1px; text-align: center; line-height: 1.2; }

div.sty__feature .text__featuredhotel div[class*="btn__hotel"] .photo { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=40); -webkit-opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

div.sty__feature .text__featuredhotel div[class*="btn__hotel"]:hover .photo { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

div.sty__feature .text__featuredhotel .btn__hotel-left { right: 100%; }

div.sty__feature .text__featuredhotel .btn__hotel-right { left: 100%; }

div.sty__boxhotelgallery { background-color: #ffffff; padding: 0 0 3px; position: relative; display: grid; grid-gap: 3px; grid-template-columns: repeat(3, 1fr); height: 68vw; grid-template-rows: 28vw 1fr; }

div.sty__boxhotelgallery .box, div.sty__boxhotelgallery .box__photo { background-color: #000000; position: relative; }

div.sty__boxhotelgallery .box:nth-child(4), div.sty__boxhotelgallery .box__photo:nth-child(4) { grid-column: 1/3; grid-row: 2/3; }

div.sty__boxhotelgallery .box:nth-child(5), div.sty__boxhotelgallery .box__photo:nth-child(5) { grid-column: 3/4; grid-row: 2/3; grid-auto-rows: 40vw; }

div.sty__boxhighlight2col { padding: 3px 3px 0; background-color: #ffffff; }

div.sty__boxhighlight2col .box { width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; border-bottom: 3px solid #ffffff; }

div.sty__boxhighlight2col .photo { width: 66.66%; height: 38vw; position: relative; }

div.sty__boxhighlight2col .text { width: 33.33%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; background-color: #000000; }

div.sty__boxhighlight2col .text .title { color: #FFFFFF; margin-bottom: 2px; font-size: 3rem; line-height: 1.2; }

div.sty__boxhighlight2col .text .detail { color: #FFFFFF; }

div.sty__boxhighlight2col .text button { color: #FFFFFF; background-color: #00b7ae; }

div.sty__boxhighlight2col .text button:hover { color: #000000; }

div.sty__boxhighlight2col .box:nth-child(even) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-flow: row-reverse; }

div.sty__boxhighlight2col .box:nth-child(even) .text { background-color: #00b7ae; }

div.sty__boxhighlight2col .box:nth-child(even) button { color: #FFFFFF; background-color: #000000; }

div.sty__boxhighlight2col .box:nth-child(even) button:hover { color: #00b7ae; }

div.sty__boxhighlight2col .box:last-child { border-bottom: 0; }

div.sty__boxhalf2col { padding: 3px 3px 0; background-color: #ffffff; /* .box:last-child{  } .sty__boxhotelgallery.active:last-child{ padding-top: 3px; } .box:nth-last-child(2){ border-bottom-width: 0px; } */ }

div.sty__boxhalf2col .box { width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; border-bottom: 3px solid #ffffff; }

div.sty__boxhalf2col .photo { width: 50%; min-height: 38vw; position: relative; }

div.sty__boxhalf2col .photo a { display: block; height: 100%; width: 100%; overflow: hidden; background-color: #000; }

div.sty__boxhalf2col .photo a ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=80); -webkit-opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; transition: -webkit-transform 10s linear 0s,opacity 1s linear 0s; -webkit-transition: opacity 1s linear 0s,-webkit-transform 10s linear 0s; transition: opacity 1s linear 0s,-webkit-transform 10s linear 0s; transition: transform 10s linear 0s,opacity 1s linear 0s; transition: transform 10s linear 0s,opacity 1s linear 0s,-webkit-transform 10s linear 0s; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

div.sty__boxhalf2col .photo a:hover ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transform: translate3d(0, 5%, 0) scale(1.15); transform: translate3d(0, 5%, 0) scale(1.15); }

div.sty__boxhalf2col .text { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; background-color: #000000; }

div.sty__boxhalf2col .text .title { color: #FFFFFF; margin-bottom: 2px; font-size: 3rem; line-height: 1.2; margin-bottom: 20px; }

div.sty__boxhalf2col .text .title h4 { margin-bottom: 5px; }

div.sty__boxhalf2col .text .title div { font-size: 1.6rem; }

div.sty__boxhalf2col .text .detail { color: #FFFFFF; }

div.sty__boxhalf2col .text a { padding: 13px 40px; display: inline-block; text-transform: uppercase; font-weight: bold; font-size: 1.4rem; }

div.sty__boxhalf2col .text button, div.sty__boxhalf2col .text a._btn-showphoto { color: #FFFFFF; background-color: #00b7ae; }

div.sty__boxhalf2col .text button:hover, div.sty__boxhalf2col .text a._btn-showphoto:hover { color: #000000; }

div.sty__boxhalf2col .text a._btn-showphoto:after { position: absolute; content: ""; height: 10px; width: 10px; left: calc(50% - 5px); bottom: 2px; background-color: #00b7ae; -webkit-transform: rotate(45deg); transform: rotate(45deg); z-index: 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

div.sty__boxhalf2col .text a._btn-showphoto.active:after { bottom: -5px; }

div.sty__boxhalf2col .box:nth-child(4n+3) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-flow: row-reverse; }

div.sty__boxhalf2col .box:nth-child(4n+3) .text { background-color: #00b7ae; }

div.sty__boxhalf2col .box:nth-child(4n+3) button, div.sty__boxhalf2col .box:nth-child(4n+3) a._btn-showphoto { color: #FFFFFF; background-color: #000000; }

div.sty__boxhalf2col .box:nth-child(4n+3) button:hover, div.sty__boxhalf2col .box:nth-child(4n+3) a._btn-showphoto:hover { color: #00b7ae; }

div.sty__boxhalf2col .box:nth-child(4n+3) a._btn-showphoto:after { background-color: #000000; }

div.sty__box2col { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

div.sty__box2col .box { width: calc(50% - 10px); text-align: left; padding: 0 30px 30px; }

div.sty__box2col .box h4 { text-align: left; font-size: 3rem; font-family: "FuturaBT-Book", sans-serif; }

div.sty__box2col .box ul { list-style-type: disc; padding-left: 30px; margin-bottom: 20px; }

.sty__whitebg { background-color: #ffffff; color: #000000; }

.box a .photo { overflow: hidden; background-color: #000000; }

.box a .photo ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=80); -webkit-opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; transition: -webkit-transform 10s linear 0s,opacity 1s linear 0s; -webkit-transition: opacity 1s linear 0s,-webkit-transform 10s linear 0s; transition: opacity 1s linear 0s,-webkit-transform 10s linear 0s; transition: transform 10s linear 0s,opacity 1s linear 0s; transition: transform 10s linear 0s,opacity 1s linear 0s,-webkit-transform 10s linear 0s; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

.box a:hover .photo ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transform: translate3d(0, 5%, 0) scale(1.15); transform: translate3d(0, 5%, 0) scale(1.15); }

div.sty__text2col { text-align: left; max-width: calc(1320px - 120px); padding-left: 60px; padding-right: 60px; margin: auto; }

div.sty__text2col .title { color: #4dcdc6; padding-bottom: 30px; }

div.sty__text2col .title h3 { color: #4dcdc6; text-align: left; margin-bottom: 0; }

div.sty__text2col .detail { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px; }

/* #Header
================================================== */
.btn-closesubmenu { display: none; }

header { background-color: #00b7ae; position: fixed; top: 0; left: 0; right: 0; z-index: 999; height: 140px; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }

header.fixedtop { height: 48px; -webkit-transition: all 0.4s ease 0.4s; -moz-transition: all 0.4s ease 0.4s; -o-transition: all 0.4s ease 0.4s; -ms-transition: all 0.4s ease 0.4s; transition: all 0.4s ease 0.4s; }

header.fixedtop .mainmenu #list__mainmenu .box__menudropdown { top: 48px; }

header.fixedtop .mainmenu #list__mainmenu .has_submenu > a:before { bottom: -22px; }

header .topheader { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; padding-top: 5px; max-height: 140px; }

header .menu__member { padding-top: 15px; width: calc( 50% - 70px); }

header .menu__member .icon--mamber { width: 25px; height: 25px; margin-right: 10px; display: inline-block; background: url(../svg/icon--member.svg) no-repeat center center; background-size: 100% auto; }

header .menu__member a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; font-size: 1.6rem; line-height: 1.6; line-height: 1; }

header .menu__member a span { color: #FFFFFF; text-decoration: none; /* cursor: pointer; */ position: relative; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

header .menu__member a span:hover, header .menu__member a span:active { color: #FFFFFF; }

header .menu__member a span:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #FFFFFF; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); transform: scaleX(0); transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); }

header .menu__member a span:hover:before { -webkit-transform-origin: left; transform-origin: left; -webkit-transform: scaleX(1); transform: scaleX(1); }

header .menu__member a span:before { bottom: -2px; }

header .menu__explore { padding-top: 15px; width: calc( 50% - 70px); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: end; justify-content: flex-end; -webkit-box-align: start; align-items: flex-start; /* input:-internal-autofill-selected { background-color:#00b7ae;} */ }

header .menu__explore .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; }

header .menu__explore .wrap__keywordsearch { position: relative; }

header .menu__explore .wrap__keywordsearch:before { position: absolute; content: ""; height: 1px; left: 100%; right: 0; bottom: -7px; background-color: #ffffff; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=80); -webkit-opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }

header .menu__explore .wrap__keywordsearch.active--focus:before { left: 0; }

header .menu__explore .wrap__keywordsearch.active--focus ::-webkit-input-placeholder { color: #4dcdc6; }

header .menu__explore .wrap__keywordsearch.active--focus :-ms-input-placeholder { color: #4dcdc6; }

header .menu__explore .wrap__keywordsearch.active--focus ::-moz-placeholder { color: #4dcdc6; }

header .menu__explore .wrap__keywordsearch.active--focus ::-ms-input-placeholder { color: #4dcdc6; }

header .menu__explore .wrap__keywordsearch.active--focus ::placeholder { color: #4dcdc6; }

header .menu__explore .wrap__keywordsearch.active--focus label { /* opacity: 0; */ z-index: 0; position: absolute; left: 0; top: 4px; width: 25px; height: 25px; display: block; }

header .menu__explore .wrap__keywordsearch.active--focus #btnkeywordsearch { width: 70px; z-index: 99; cursor: pointer; margin-left: 10px; background-color: #fff; display: inline-block; }

header .menu__explore .wrap__keywordsearch.active--focus #btnkeywordsearch:hover { background-color: #000; }

header .menu__explore .wrap__keywordsearch label { position: absolute; right: 0; top: 0; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

header .menu__explore .wrap__keywordsearch #btnkeywordsearch { background-color: #00b7ae; width: 40px; /* height: 20px; */ font-size: 14px; color: #00b7ae; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; padding: 5px 10px; text-align: center; text-transform: uppercase; }

header .menu__explore .icon--search { width: 25px; height: 25px; margin-left: 10px; display: inline-block; background: url(../svg/icon--magnifier.svg) no-repeat center center; background-size: 100% auto; }

header .menu__explore input { border: 0; /* background-color: #fff; */ padding: 0; width: 150px; text-align: right; font-size: 1.6rem; line-height: 1.6; line-height: 1; }

header .menu__explore input:-webkit-autofill, header .menu__explore input:-webkit-autofill:hover, header .menu__explore input:-webkit-autofill:focus, header .menu__explore input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px #04b7af inset !important; -webkit-text-fill-color: white; }

header .logo { width: 140px; overflow: hidden; }

header .logo a { display: block; }

header .logo img { width: 100%; }

header.fixedtop .mainmenu { padding-bottom: 10px; }

header.fixedtop #list__mainmenu { -webkit-box-pack: start; justify-content: flex-start; margin-left: 60px; -webkit-transition: "margin-left" 0.6s ease 0.6s; -moz-transition: "margin-left" 0.6s ease 0.6s; -o-transition: "margin-left" 0.6s ease 0.6s; -ms-transition: "margin-left" 0.6s ease 0.6s; transition: "margin-left" 0.6s ease 0.6s; }

header .wrap__mobilemenu { display: none; }

header .btn__closemenu { display: none; }

header .logo__mobile { display: none; }

.mainmenu { font-family: "FuturaBT-Light", sans-serif; padding: 5px 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.mainmenu #list__mainmenu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: center; justify-content: center; text-transform: uppercase; }

.mainmenu #list__mainmenu li { margin: 0 15px; }

.mainmenu #list__mainmenu a { font-size: 1.4rem; line-height: 1.6; text-transform: uppercase; font-weight: 300; color: #d5fffd; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.mainmenu #list__mainmenu a:hover { color: #FFFFFF; }

.mainmenu #list__mainmenu .box__menudropdown { top: 140px; position: absolute; width: 100vw; left: 0; background-color: #fff; text-align: left; max-height: 0; overflow: hidden; /* padding: 0 120px; */ -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.mainmenu #list__mainmenu .box__menudropdown > ul > li { width: calc(25% - 0px); margin: 0; float: left; margin-bottom: 20px; /* &:nth-child(5){ -webkit-transform: translateY(-34px); transform: translateY(-34px); } &:nth-child(7){ -webkit-transform: translateY(-44px); transform: translateY(-44px); } &:nth-child(6){ -webkit-transform: translateY(14px); transform: translateY(14px); } */ }

.mainmenu #list__mainmenu .box__menudropdown > ul > li > a { color: #00b7ae; text-transform: uppercase; margin-bottom: 15px; font-size: 1.4rem; }

.mainmenu #list__mainmenu .box__menudropdown a { font-size: 1.2rem; -webkit-box-pack: start; justify-content: flex-start; font-family: "FuturaBT-Medium", sans-serif; }

.mainmenu #list__mainmenu .box__menudropdown ul.has_subsubmenu li { padding: 0; margin: 0; margin-bottom: 5px; }

.mainmenu #list__mainmenu .box__menudropdown ul.has_subsubmenu a { color: #555; }

.mainmenu #list__mainmenu .box__menudropdown ul.has_subsubmenu a:hover { color: #000; }

.mainmenu #list__mainmenu .has_submenu > a { position: relative; }

.mainmenu #list__mainmenu .has_submenu > a:before { position: absolute; content: ""; height: 10px; width: 10px; left: calc(50% - 5px); bottom: -18px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; z-index: 10; background-color: #00b7ae; border: 2px solid #fff; opacity: 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.mainmenu #list__mainmenu .has_submenu:hover > a:before { opacity: 1; }

.mainmenu #list__mainmenu .has_submenu:hover .box__menudropdown { max-height: 900px; /* padding: 60px 120px; */ }

.mainmenu #list__mainmenu .menu__destinations .submenu__title { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; justify-content: space-between; font-size: 1.4rem; line-height: 1.6; padding: 20px 60px 16px; }

.mainmenu #list__mainmenu .menu__destinations .submenu__title .title { font-weight: 700; color: #00b7ae; text-transform: uppercase; }

.mainmenu #list__mainmenu .menu__destinations .submenu__title .linkmore a { color: #333; text-transform: none; font-size: 1.4rem; text-decoration: underline; line-height: 1.6; }

.mainmenu #list__mainmenu .menu__destinations .submenu__title .linkmore a:hover { color: #00b7ae; }

.mainmenu #list__mainmenu .menu__destinations .wrap__listsubmenu { padding: 1.5px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; justify-content: space-between; }

.mainmenu #list__mainmenu .menu__destinations .wrap__listsubmenu .boxm { width: 16.66%; padding: 1.5px; }

.mainmenu #list__mainmenu .menu__destinations .wrap__listsubmenu .boxm img { -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; transition: all 1s ease 0s; width: 100%; max-height: calc(45vh - 80px); -o-object-fit: cover; object-fit: cover; }

.mainmenu #list__mainmenu .menu__destinations .wrap__listsubmenu .boxm .namemenu { position: absolute; z-index: 10; bottom: 0; left: 0; right: 0; padding: 10px; text-align: center; text-transform: none; font-size: 1.8rem; line-height: 1.6; }

.mainmenu #list__mainmenu .menu__destinations .wrap__listsubmenu .boxm a { display: block; overflow: hidden; }

.mainmenu #list__mainmenu .menu__destinations .wrap__listsubmenu .boxm a:hover img { transform: scale(1.05); }

.logo__fixtop { display: block; position: absolute; left: 50px; top: 6px; opacity: 0; }

.logo__fixtop a { display: block; }

.logo__fixtop img { height: 35px; width: auto; }

.menu__fixtop { display: none; }

/* #footer
================================================== */
footer { background-color: #00b7ae; }

footer .wrap__copyright { font-size: 1.4rem; line-height: 1.6; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; padding: 25px 0; position: relative; }

footer .wrap__copyright:before { position: absolute; content: ""; height: 1px; top: -1px; left: -60px; right: -60px; background-color: #4dcdc6; }

footer .wrap__copyright a { color: #FFFFFF; text-decoration: none; /* cursor: pointer; */ position: relative; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

footer .wrap__copyright a:hover, footer .wrap__copyright a:active { color: #FFFFFF; }

footer .wrap__copyright a:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #FFFFFF; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); transform: scaleX(0); transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); }

footer .wrap__copyright a:hover:before { -webkit-transform-origin: left; transform-origin: left; -webkit-transform: scaleX(1); transform: scaleX(1); }

footer .wrap__footermenu { padding: 60px 0 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; }

footer .footermenu { text-transform: uppercase; text-align: left; width: calc(100% - 410px); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

footer .footermenu .wrap__sleepmenu { width: 75%; }

footer .footermenu .wrap__sleepmenu .box { width: 33.33%; }

footer .footermenu .wrap__sleepmenu .box__menupopular { width: 66.66%; }

footer .footermenu .wrap__sleepmenu .box__menupopular ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: start; justify-content: flex-start; }

footer .footermenu .wrap__sleepmenu .box__menupopular ul li { width: 50%; }

footer .footermenu .wrap__footermainmenu { width: 25%; padding-top: 24px; }

footer .footermenu .area_title { font-size: 1.2rem; line-height: 1.6; font-weight: bold; margin-bottom: 5px; }

footer .footermenu ul { margin-bottom: 25px; }

footer .footermenu ul li { display: block; padding: 0 0 5px; }

footer .footermenu ul a { font-size: 1.2rem; line-height: 1.6; color: #d5fffd; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

footer .footermenu ul a:hover { color: #FFFFFF; }

footer .social { width: 410px; padding-left: 60px; text-align: left; font-size: 1.4rem; line-height: 1.6; }

footer .social .list__social { padding-bottom: 20px; }

footer .social .list__social ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: start; justify-content: flex-start; }

footer .social .list__social li { margin-right: 30px; }

footer .social .list__social svg { height: 25px; width: auto; }

footer .social .list__social path { fill: #FFFFFF; }

.wrap__newsletter input, .wrap__newsletter select { margin-bottom: 20px; }

.wrap__newsletter .title { margin-bottom: 5px; font-weight: bold; }

.wrap__newsletter .text__newsletter { padding-bottom: 5px; }

.from__newsletter #mc_embed_signup input.mce_inline_error { margin-bottom: 5px; border-color: #FFFFFF; }

.from__newsletter #mc_embed_signup div.mce_inline_error { padding: 0; font-weight: 400; font-size: 1.2rem; }

#reser_form label.error { text-align: left; font-size: 1.2rem; color: #e68522; }

/* #Main slide -- fullpage
================================================== */
.sec__mainslide { overflow: hidden; margin-top: 140px; }

.sec__mainslide .text { position: absolute; z-index: 20; width: 400px; left: calc(50% - 200px); font-size: 4rem; font-weight: bold; top: 50%; letter-spacing: 2px; }

.sec__mainslide .box { height: calc(100vh - 140px); width: 100%; }

.sd__mainslide, .sd__bigphoto { background-color: #000000; position: relative; /* &:before{ position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; background: url(../images/bg--slidemain-top.png) repeat-x top; z-index: 2000; } &:after{ position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; background: url(../images/bg--slidemain-bottom.png) repeat-x bottom; z-index: 2000; } */ }

.sd__mainslide .box, .sd__bigphoto .box { width: 100%; }

.sd__mainslide .slick-list ._bg-full, .sd__bigphoto .slick-list ._bg-full { height: 100%; position: absolute; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 15s; transition: -webkit-transform 15s; transition: transform 15s; transition: transform 15s, -webkit-transform 15s; }

.sd__mainslide .slick-list .slick-active ._bg-full, .sd__bigphoto .slick-list .slick-active ._bg-full { -webkit-transform: scale(1.05); transform: scale(1.05); -webkit-transition: -webkit-transform 30s; transition: -webkit-transform 30s; transition: transform 30s; transition: transform 30s, -webkit-transform 30s; }

.sd__mainslide button.slick-next, .sd__bigphoto button.slick-next { bottom: 150px; }

.sd__bigphoto button.slick-next { bottom: 150px; }

.sty__fullphoto .box, .sty__fullphoto .photo { height: 100vh; }

.sty__scalephoto .box, .sty__scalephoto .photo { height: 61vw; }

.sty__philosophyphoto { border-top: 3px solid #fff; }

.sty__philosophyphoto .box, .sty__philosophyphoto .photo { height: 38vw; }

.sty__philosophyphoto .box__text { position: absolute; z-index: 30; top: 25%; bottom: 25%; width: 50%; left: 25%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }

.sty__philosophyphoto .box__text h3 { color: #FFFFFF; margin: 0; }

.share { z-index: 10; position: absolute; right: 180px; bottom: 60px; /* &:hover{ */ /* } */ }

.share img { width: auto; height: 25px; }

.share .btn__shareall { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=50); -webkit-opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; position: relative; padding: 10px; }

.share .btn__shareall:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0px; border-radius: 25px; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.share .btn__shareall:after { position: absolute; content: ""; width: 1px; right: 0; top: 10px; bottom: 10px; background-color: rgba(255, 255, 255, 0.7); -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; -webkit-transform: scaleY(0); transform: scaleY(0); }

.share .btn__shareall:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.share ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: start; justify-content: flex-start; display: none; position: absolute; top: 10px; width: 110px; left: calc(100% + 16px); }

.share li { margin-right: 10px; /* @include opacity(0.2); */ /* @include transition(all, 0.6s, ease, 0s); */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.share li:hover { /* @include opacity(1); */ }

.share .btn__shareall { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; padding: 10px 15px; }

.share .btn__shareall:before { width: calc(100% + 135px); background-color: #bbbbbbb3; }

.share .btn__shareall:after { -webkit-transform: scaleY(1); transform: scaleY(1); }

.share ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; }

div.sty__boxc2 { border-top: 3px solid #fff; padding: 0; }

div.sty__boxc2 .box { width: calc(50% - 1.5px); margin-bottom: 3px; background-color: #4dcdc6; }

div.sty__boxc2 .box .photo { width: 100%; height: 26vw; position: relative; }

div.sty__boxc2 .box .text { width: 100%; padding: 60px 60px 45px; position: relative !important; /*  background-color: $col-tx--highlight; */ }

div.sty__boxc2 .box .text .title h4 { text-align: left; margin-bottom: 0; }

div.sty__boxc2 .box .text .title > div { padding-bottom: 20px; }

div.sty__boxc2 .box:last-child, div.sty__boxc2 .box:nth-last-child(2) { margin-bottom: 0px; }

div.sty__boxc2 .box:nth-child(4n+2), div.sty__boxc2 .box:nth-child(4n+3) { background-color: #000000; }

div.sty__boxc2 .box:nth-child(4n+2) .text, div.sty__boxc2 .box:nth-child(4n+3) .text { /* background-color: $col--black; */ }

/* #Home
================================================== */
.sec__destination-home .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; padding-left: 100px; padding-right: 100px; }

.sec__destination-home .destination-map { width: 60%; }

.sec__destination-home .destination-map h3 { margin-bottom: 5px; }

.sec__destination-home .destination-map .wrap__mappin { margin-top: 40px; padding-right: 60px; padding-bottom: 30px; position: relative; }

.sec__destination-home .destination-map .wrap__mappin .wrap__photomap img { width: 100%; z-index: 0; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin { position: absolute; z-index: 10; width: 24px; height: 24px; cursor: pointer; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia { top: 39%; left: calc(70% - 10px); }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin#pin_europe { top: 25%; left: calc(53% - 10px); }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin#pin_north_america { top: 27%; left: calc(15% - 10px); }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin#pin_south_america { top: 67%; left: calc(29% - 10px); }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin#pin_africa_indian_ocean { top: 55%; left: calc(49% - 10px); }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin#pin_australia { top: 70%; left: calc(79% - 10px); }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin#pin_oceana { top: 70%; left: calc(79% - 10px); }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin#pin_caribbean { top: 46%; left: calc(25% - 10px); }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin:before { position: absolute; content: ""; height: 16px; width: 16px; left: 4px; top: 4px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background-color: #4dcdc6; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin:after { position: absolute; content: ""; height: 20px; width: 20px; left: 0px; top: 0px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border: 2px solid #4dcdc6; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin .wrap__pininfo { position: absolute; left: 50%; bottom: 2px; width: auto; -webkit-transform: translate(-50%, -2em); transform: translate(-50%, -2em); z-index: 999; display: none; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin .wrap__pininfo .wrap { background-color: #000000; width: 100%; text-align: center; padding: 10px; box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3); color: #ffffff; padding: 10px 20px; white-space: nowrap; text-transform: uppercase; font-size: 1.4rem; line-height: 1.6; line-height: 1; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin .wrap__pininfo .wrap:before { position: absolute; content: ""; height: 10px; width: 10px; left: calc(50% - 5px); bottom: -5px; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #000; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin.active .wrap__pininfo { display: block !important; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin.active .wrap__pininfo .wrap { opacity: 1 !important; -webkit-transform: translate(0px, 0px) !important; transform: translate(0px, 0px) !important; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin.active:before { background: #f89c4d; }

.sec__destination-home .destination-map .wrap__mappin .wrap__pinlist .pin.active:after { border-color: #f89c4d; }

.sec__destination-home .destination-map .wrap__countrylist { text-align: left; /* ul{ width: 25%; } li{ margin-bottom: 10px; } */ }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist { display: none; }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist.active { display: block; }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist a { color: #000000; font-size: 1.4rem; line-height: 1.6; font-weight: bold; display: inline-block; color: #000000; text-decoration: none; /* cursor: pointer; */ position: relative; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; display: inline-block; }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist a:hover, .sec__destination-home .destination-map .wrap__countrylist .box__countrylist a:active { color: #00b7ae; }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist a:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; background-color: #00b7ae; -webkit-transform: scaleX(0); transform: scaleX(0); }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist a.active, .sec__destination-home .destination-map .wrap__countrylist .box__countrylist a:hover { color: #00b7ae; }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist a.active:before { -webkit-transform: scale(1); transform: scale(1); }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist a:before { top: calc(100% - 1px); bottom: auto; }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist a.active { color: #4dcdc6; }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: start; justify-content: flex-start; }

.sec__destination-home .destination-map .wrap__countrylist .box__countrylist li { width: 25%; margin-bottom: 10px; }

.sec__destination-home .destination-photo { width: 40%; height: 50vw; max-height: 90vh; position: relative; overflow: hidden; }

.sec__destination-home .destination-photo .photo { height: 100%; position: relative; z-index: 1; background-color: #000000; }

.sec__destination-home .destination-photo .photo a { display: block; width: 100%; height: 100%; }

.sec__destination-home .destination-photo .photo ._bg-full { -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; transition: all 1s ease 0s; }

.sec__destination-home .destination-photo .text { position: absolute; right: 40px; bottom: 40px; z-index: 10; text-align: right; }

.sec__destination-home .destination-photo .text .countryname a { color: #00b7ae; font-size: 2.1rem; line-height: 1.6; font-weight: bold; text-transform: uppercase; }

.sec__destination-home .destination-photo .text .provincelist ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: end; justify-content: flex-end; }

.sec__destination-home .destination-photo .text .provincelist ul li { padding-left: 31px; position: relative; }

.sec__destination-home .destination-photo .text .provincelist ul li:before { position: absolute; content: ""; width: 1px; left: 15px; top: 6px; bottom: 6px; background-color: #ffffff; }

.sec__destination-home .destination-photo .text .provincelist ul li:first-child:before { display: none; }

.sec__destination-home .destination-photo .text .provincelist ul li a { display: inline-block; font-size: 1.6rem; line-height: 1.6; }

.sec__destination-home .destination-photo .text .provincelist ul li a:hover { color: #00b7ae; }

.sec__destination-home .destination-photo:hover ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=50); -webkit-opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -webkit-transform: scale(1.01); transform: scale(1.01); -webkit-transition: all 2s ease 0s; -moz-transition: all 2s ease 0s; -o-transition: all 2s ease 0s; -ms-transition: all 2s ease 0s; transition: all 2s ease 0s; }

.sec__100best-home .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.sec__100best-home .container .col { width: 33.33%; }

.sec__100best-home .container .sd__100best .box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; }

.sec__100best-home .container .sd__100best .box img { margin: auto; }

.sec__100best-home .container .text { /* @include flex; -webkit-box-align: center; align-items: center; */ }

.sec__100best-home .container .text .wrap { max-width: 500px; margin: auto; }

.sec__100best-home .container .text .title { color: #4dcdc6; text-transform: uppercase; font-size: 2rem; }

.sec__100best-home .container .text .detail { padding: 20px 0 0; }

.sec__100best-home .container .text .explore { padding-bottom: 20px; }

.sec__100best-home .container .col1 { padding-right: 40px; }

.sec__100best-home .container .col1 .photo { padding-top: 10px; }

.sec__100best-home .container .col1 .photo img { width: 80%; }

.sec__100best-home .container .col3 { padding-left: 40px; }

.sec__100best-home .container .col3 .link { padding-top: 20px; }

.sec__gallery-home .detail { padding-bottom: 30px; }

.wrap__gallerymenu, .wrap__tabsleepmenu { padding: 60px 0 0px; }

.wrap__gallerymenu ul, .wrap__tabsleepmenu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: center; justify-content: center; }

.wrap__gallerymenu li, .wrap__tabsleepmenu li { margin: 0 17px; position: relative; }

.wrap__gallerymenu li.nclick:after, .wrap__tabsleepmenu li.nclick:after { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 99; /* background-color: $col-tx--head; */ }

.wrap__gallerymenu li a, .wrap__tabsleepmenu li a { color: #FFFFFF; text-decoration: none; /* cursor: pointer; */ position: relative; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; font-weight: bold; /* &:before{ position: absolute; content: ""; height: 2px; width: 100%; left: 0; top: calc(100% + 1px); background-color: $col-tx--head;  } &.active, &:hover{ color: $col-tx--head; } &.active:before{ -webkit-transform: scale(1); transform: scale(1); } */ }

.wrap__gallerymenu li a:hover, .wrap__gallerymenu li a:active, .wrap__tabsleepmenu li a:hover, .wrap__tabsleepmenu li a:active { color: #00b7ae; }

.wrap__gallerymenu li a:before, .wrap__tabsleepmenu li a:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; background-color: #00b7ae; -webkit-transform: scaleX(0); transform: scaleX(0); }

.wrap__gallerymenu li a:hover:before, .wrap__tabsleepmenu li a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); }

.wrap__gallerymenu li a.active, .wrap__gallerymenu li a:hover, .wrap__tabsleepmenu li a.active, .wrap__tabsleepmenu li a:hover { color: #00b7ae; }

.wrap__gallerymenu li a.active:before, .wrap__tabsleepmenu li a.active:before { -webkit-transform: scale(1); transform: scale(1); }

.wrap__tabsleepmenu { font-size: 2.1rem; line-height: 1.6; }

.wrap__tabsleepmenu li { margin: 0 30px; }

.wrap__tabsleepmenu li a { font-weight: bold; }

.wrap__tabsleepmenu li a.active, .wrap__tabsleepmenu li a:hover { color: #00b7ae; }

.box__sleeplist { display: none; }

.box__sleeplist.active { display: block; }

.wrap__gallerylist { background-color: #ffffff; padding: 3px 3px 0; position: relative; }

.box__gallerylist { display: grid; grid-gap: 3px; grid-template-columns: repeat(24, 1fr); grid-auto-rows: 20vw; }

.box__gallerylist.playout { display: grid; position: absolute; top: 6px; z-index: 32; left: 6px; width: calc(100% - 12px); }

.box__gallerylist.playout a { -webkit-transition: all 0s ease 0s; -moz-transition: all 0s ease 0s; -o-transition: all 0s ease 0s; -ms-transition: all 0s ease 0s; transition: all 0s ease 0s; }

.box__gallerylist .box { overflow: hidden; }

.box__gallerylist .box a { display: block; height: 100%; background-color: #000000; -webkit-transition: all 0s ease 0s; -moz-transition: all 0s ease 0s; -o-transition: all 0s ease 0s; -ms-transition: all 0s ease 0s; transition: all 0s ease 0s; }

.box__gallerylist .box a:hover { /* .photo{ -webkit-transform: scale(1.05); transform: scale(1.05); @include opacity(0.8); } */ }

.box__gallerylist .box a:hover .text { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.box__gallerylist .box .photo { position: relative; height: 100%; /* @include transition(all, 1s, ease, 0s); */ z-index: 0; }

.box__gallerylist .box .text { position: absolute; bottom: 20px; left: 0; right: 0; z-index: 10; text-align: left; padding: 0 20px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=0); -webkit-opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.box__gallerylist .box:nth-child(1) { grid-column: 1/11; grid-row: 1/3; }

.box__gallerylist .box:nth-child(2) { grid-column: 11/18; grid-row: 1/2; }

.box__gallerylist .box:nth-child(3) { grid-column: 18/25; grid-row: 1/2; }

.box__gallerylist .box:nth-child(4) { grid-column: 11/18; grid-row: 2/3; }

.box__gallerylist .box:nth-child(5) { grid-column: 18/25; grid-row: 2/3; }

.box__gallerylist .box:nth-child(6) { grid-column: 15/25; grid-row: 3/5; }

.box__gallerylist .box:nth-child(7) { grid-column: 1/8; grid-row: 3/4; }

.box__gallerylist .box:nth-child(8) { grid-column: 8/15; grid-row: 3/4; }

.box__gallerylist .box:nth-child(9) { grid-column: 1/8; grid-row: 4/5; }

.box__gallerylist .box:nth-child(10) { grid-column: 8/15; grid-row: 4/5; }

.box__gallerylist .box:nth-child(11) { grid-column: 1/11; grid-row: 5/7; }

.box__gallerylist .box:nth-child(12) { grid-column: 11/18; grid-row: 5/6; }

.box__gallerylist .box:nth-child(13) { grid-column: 18/25; grid-row: 5/6; }

.box__gallerylist .box:nth-child(14) { grid-column: 11/18; grid-row: 6/7; }

.box__gallerylist .box:nth-child(15) { grid-column: 18/25; grid-row: 6/7; }

.sec__bigphoto { overflow: hidden; }

.sec__featuredhotel { /* border-top: 5px solid #fff;  */ overflow: hidden; }

.sty__slide6 { padding: 1.5px; min-height: 15vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; /* margin-bottom: 6px; padding: 20px; background-color: $col--black; */ }

.sty__slide6 .box { padding: 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; width: 100%; padding: 1.5px; margin-bottom: 0; background-color: #fff; }

.sty__slide6 .box a { width: 100%; height: 100%; background-color: #000; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; min-height: 15vw; }

.sty__slide6 .box .hotelname { position: absolute; width: 100%; left: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=0); -webkit-opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; text-transform: uppercase; padding: 0 20px; }

.sty__slide6 .box img { -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; max-width: 180px; }

.sty__slide6 .box a:hover { background-color: #00b7ae; }

.sty__slide6 .box a:hover .hotelname { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: all 0.6s ease 0.2s; -moz-transition: all 0.6s ease 0.2s; -o-transition: all 0.6s ease 0.2s; -ms-transition: all 0.6s ease 0.2s; transition: all 0.6s ease 0.2s; /* bottom: 20px; */ }

.sty__slide6 .box a:hover img { -webkit-transform: scale(0.98) translateY(-15%); transform: scale(0.98) translateY(-15%); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=0); -webkit-opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.sec__partners { background-color: #fff; }

/* # Hotel Detail
================================================== */
.sty__6030 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; background-color: #ffffff; background-color: #ffffff; color: #000000; padding-bottom: 3px; }

.sty__6030 .col1 { width: calc(66.66% - 1.5px); text-align: left; }

.sty__6030 .col1 h3 { text-align: left; }

.sty__6030 .col2 { width: calc(33.33% - 1.5px); }

.sty__6030 .col__photo { position: relative; }

.sty__6030 .col__text { padding: 120px 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }

.sty__6030 .col__text > .wrap { max-width: 780px; margin: auto; }

.sty__6030 .col__text h4 { color: #00b7ae; }

.sty__photo6030 { height: calc(40vw + 3px); padding-bottom: 3px; background-color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.sty__photo6030 .box { width: calc(66.66% - 1.5px); height: 100%; }

.sty__photo6030 .box:nth-child(2) { width: calc(33.33% - 1.5px); }

.sty__photo3col { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; background-color: #ffffff; padding-bottom: 3px; }

.sty__photo3col .box { min-height: 29vw; width: calc(33.33% - 2px); }

.hotel__page h1 { margin-bottom: 10px; text-align: left; }

.hotel__page h2 { color: #00b7ae; font-size: 2.2rem; line-height: 1.2; }

.hotel__page h3 { color: #00b7ae; text-align: left; margin-bottom: 20px; }

.hotel__page h4 { color: #00b7ae; }

.hotel__page h5 { font-size: 2.4rem; line-height: 1.6; margin-bottom: 20px; }

.hotel__page #reser_form .-date { width: 100%; }

.hotel__page #reser_form .-guest { width: 100%; }

.hotel__page #reser_form .-rooms { width: 100%; }

.hotel__page #reser_form .show_daterange .deat-end:before { width: 120px; }

.hotel__page #reser_form .wrap__guest-popup .guest-row:last-child { border-bottom: 1px solid #eee; }

form#reservation_enquiry #reser_form .row { margin-bottom: 20px; }

.sec__hotel-intro { z-index: 10; }

.sec__hotel-intro .sty__6030 { background-color: #00b7ae; padding-bottom: 0; color: #ffffff; }

.sec__hotel-intro .col__text { padding: 30px 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.sec__hotel-intro .col__text .wrap__hotel { width: calc(100% - 70px); }

.sec__hotel-intro .col__text .wrap__executive-partner { width: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: end; justify-content: flex-end; position: relative; /* .tooltiptext{ display: none; line-height: 1.2; background-color: $col--black; color: $col-tx--head; text-align: center; position: absolute; top: calc(100% + 10px); right: 0; z-index: 10; width: 200px; padding: 10px 20px; &:before{ position: absolute; content: ""; height: 12px; width: 12px; right: 30px; top: -6px; -webkit-transform: rotate(45deg); transform: rotate(45deg); background-color: $col--black; z-index: -1; } &.active{ display: block; } } */ /* &.active .tooltiptext{ display: block; } */ }

.sec__hotel-intro .col__text .wrap__executive-partner img { cursor: pointer; }

.sec__hotel-intro .col__text .hoteladdress { font-size: 1.5rem; line-height: 1.6; margin-bottom: 5px; }

.sec__hotel-intro .col__text .hotelcontact { font-size: 1.6rem; line-height: 1.6; }

.sec__hotel-intro .col__text .hotelcontact ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; /* .icon{ width: 20px; height: 20px; } */ }

.sec__hotel-intro .col__text .hotelcontact ul li { display: -webkit-inline-box; display: inline-flex; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: center; align-items: center; margin-right: 25px; }

.sec__hotel-intro .col__text .hotelcontact ul a { color: #FFFFFF; text-decoration: none; /* cursor: pointer; */ position: relative; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

.sec__hotel-intro .col__text .hotelcontact ul a:hover, .sec__hotel-intro .col__text .hotelcontact ul a:active { color: #FFFFFF; }

.sec__hotel-intro .col__text .hotelcontact ul a:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #FFFFFF; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); transform: scaleX(0); transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); }

.sec__hotel-intro .col__text .hotelcontact ul a:hover:before { -webkit-transform-origin: left; transform-origin: left; -webkit-transform: scaleX(1); transform: scaleX(1); }

.sec__hotel-intro .col__text .hotelcontact ul img { height: 20px; width: auto; margin-right: 5px; }

.sec__hotel-intro .col__price { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.sec__hotel-intro .col__price .box100best { background-color: #000000; padding: 0 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; position: relative; }

.sec__hotel-intro .col__price .box100best img { width: 100px; }

.sec__hotel-intro .col__price .hotelprice { text-align: right; padding-right: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: end; justify-content: flex-end; }

.sec__hotel-intro .col__price .hotelprice .wrap__hotelprice > span { display: block; width: 100%; }

.sec__hotel-intro .col__price .hotelprice .textprice { font-size: 1.4rem; line-height: 1.6; font-weight: bold; margin-bottom: 5px; }

.sec__hotel-intro .col__price .hotelprice .price { font-size: 3rem; line-height: 1.2; }

.tooltipbtn { cursor: pointer; }

.tooltipbtn .tooltiptext { display: none; position: absolute; top: calc(100% - 10px); right: 0; z-index: 10; width: 220px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.tooltipbtn .wrap__tooltip { line-height: 1.2; background-color: #000000; color: #00b7ae; text-align: center; padding: 15px 20px; position: relative; }

.tooltipbtn .wrap__tooltip:before { position: absolute; content: ""; height: 12px; width: 12px; right: 30px; top: -6px; -webkit-transform: rotate(45deg); transform: rotate(45deg); background-color: #000000; z-index: -1; }

.tooltipbtn .wrap__tooltip .close { position: absolute; top: 5px; right: 5px; width: 10px; height: 10px; cursor: pointer; }

.tooltipbtn .wrap__tooltip .close:before { position: absolute; content: ""; height: 1px; width: 100%; left: 0; top: 5px; background-color: #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.tooltipbtn .wrap__tooltip .close:after { position: absolute; content: ""; height: 1px; width: 100%; left: 0; top: 5px; background-color: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.tooltipbtn .wrap__tooltip a { color: #00b7ae; }

.tooltipbtn .wrap__tooltip a._btn--baynow { color: #ffffff; background-color: #00b7ae; display: inline-block; padding: 5px 15px 7px; margin-top: 10px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.tooltipbtn .wrap__tooltip a._btn--baynow:hover { color: #000; }

.tooltipbtn.active .tooltiptext, .tooltipbtn:hover .tooltiptext { display: block; padding-top: 10px; top: 100%; }

.sec__hotelcontent { padding-top: 3px; background-color: #ffffff; }

.sec__hotelcontent .col__text { text-align: center; }

.sec__hotelcontent .col__text .timevisit { margin-top: 30px; margin-bottom: 40px; color: #00b7ae; }

.sec__hotelcontent .col__text .timevisit .time-title { color: #00b7ae; font-size: 2.2rem; line-height: 1.2; margin-bottom: 10px; }

.sec__hotelcontent .col__booking { background-color: #f3f3f3; }

.sec__hotelcontent .btn__linkout a { display: inline-block; background-color: #000; color: #00b7ae; text-transform: uppercase; font-size: 2.6rem; line-height: 1.6; font-weight: 400; padding: 13px 40px; font-family: "FuturaBT-Light", sans-serif; }

.sec__hotelcontent .btn__linkout a:hover { background-color: #00b7ae; color: #fff; }

.sec__hotelcontent2 .col__photo { min-height: 40vw; }

.sec__hotelcontent2 .detail ul { margin-top: 20px; }

.sec__hoteltab { padding-bottom: 6px; background-color: #ffffff; color: #000000; }

.sec__hoteltab .row__hotelmenu { background-color: #f5f5f5; color: #000000; text-transform: uppercase; }

.sec__hoteltab .row__hotelmenu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.sec__hoteltab .row__hotelmenu li { width: 20%; padding: 40px 0; position: relative; -webkit-transition: background-color 0.8s ease 0s; -moz-transition: background-color 0.8s ease 0s; -o-transition: background-color 0.8s ease 0s; -ms-transition: background-color 0.8s ease 0s; transition: background-color 0.8s ease 0s; cursor: pointer; color: #00b7ae; }

.sec__hoteltab .row__hotelmenu li:before { position: absolute; content: ""; height: 100%; width: 1px; right: 0; top: 0; background-color: #cccccc; }

.sec__hoteltab .row__hotelmenu li:after { position: absolute; content: ""; height: 100%; width: 1px; left: 0; top: 0; background-color: #ffffff; }

.sec__hoteltab .row__hotelmenu li:hover { background-color: #4dcdc6; color: #ffffff; }

.sec__hoteltab .row__hotelmenu li.active { background-color: #00b7ae; color: #ffffff; }

.sec__hoteltab .row__hotelcontent .boxid { padding: 0px 60px; display: block; height: 0; overflow: hidden; }

.sec__hoteltab .row__hotelcontent .boxid.active { display: block; height: auto; padding: 120px 60px; }

.sec__hoteltab .row__hotelcontent .boxid .content { max-width: 1200px; margin: auto; }

.sec__hoteltab .row__hotelcontent .boxid .facilities { padding-top: 60px; padding-bottom: 80px; }

.sec__hoteltab .row__hotelcontent .boxid .facilities h5 { color: #00b7ae; }

.sec__hoteltab .row__hotelcontent .boxid .facilities ul { list-style-type: disc; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; margin-left: 30px; }

.sec__hoteltab .row__hotelcontent .boxid .facilities ul li { width: 50%; text-align: left; padding-right: 30px; }

#box__rooms .content .detail { width: 80%; margin: auto; }

#box__dining .title, #box__spa .title { color: #00b7ae; }

#box__location .wrap__map { padding-top: 80px; }

#box__location .wrap__map iframe { height: 40vw; width: 100%; }

#box__location .wrap__nearbyhotel { margin: 0 -55px 0 -57px; padding-bottom: 100px; }

#box__location .wrap__nearbyhotel h4 { font-size: 2.6rem; line-height: 1.6; text-transform: uppercase; padding: 70px 0 30px; margin-bottom: 0; color: #000000; }

#box__location .wrap__exploreto a { display: block; width: 100%; height: 100%; min-height: 40vw; position: relative; }

#box__location .wrap__exploreto a:hover ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transform: translate3d(0, 5%, 0) scale(1.05); transform: translate3d(0, 5%, 0) scale(1.05); }

#box__location .wrap__exploreto .photo { overflow: hidden; position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: 0; background-color: #000000; }

#box__location .wrap__exploreto .photo ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=80); -webkit-opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; transition: -webkit-transform 10s linear 0s,opacity 1s linear 0s; -webkit-transition: opacity 1s linear 0s,-webkit-transform 10s linear 0s; transition: opacity 1s linear 0s,-webkit-transform 10s linear 0s; transition: transform 10s linear 0s,opacity 1s linear 0s; transition: transform 10s linear 0s,opacity 1s linear 0s,-webkit-transform 10s linear 0s; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

#box__location .wrap__exploreto .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; background: url(../png/bg--shadowphoto.png) repeat-x bottom center; z-index: 10; }

#box__location .wrap__exploreto .text { text-align: center; position: absolute; bottom: 30px; left: 0; right: 0; z-index: 1; font-size: 2.8rem; line-height: 1.6; }

#box__location .addressonloaction { color: #00b7ae; }

#box__localexpert h4 { font-size: 2.6rem; line-height: 1.6; /* text-transform: uppercase;  color: $col--black; */ margin-bottom: 50px; }

#box__localexpert .wrap__localexpertlist { padding-top: 60px; }

#box__localexpert .wrap__localexpertlist h5 { color: #00b7ae; }

.wrap__gm-recommendations .box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.wrap__gm-recommendations .box .photo { width: 50%; position: relative; min-height: 30vw; }

.wrap__gm-recommendations .box .text { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; background-color: #f5f5f5; padding: 60px; }

.wrap__gm-recommendations .box .text .wrap { width: 100%; text-align: left; }

.wrap__gm-recommendations .box .text .title { font-size: 2.6rem; line-height: 1.6; color: #00b7ae; }

.wrap__gm-recommendations .box .text .subtitle { margin-bottom: 20px; color: #00b7ae; }

.sty__box1r .box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-flow: row-reverse; margin-bottom: 40px; }

.sty__box1r .box .photo { width: 50%; min-height: 30vw; position: relative; }

.sty__box1r .box .text { width: 50%; text-align: left; padding-top: 40px; padding-right: 60px; }

.sty__box1r .box .text h5 { font-size: 2.6rem; line-height: 1.6; text-align: left; margin-bottom: 10px; }

.wrap__roomlist .box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; margin-bottom: 40px; }

.wrap__roomlist .box .col { width: 50%; }

.wrap__roomlist .box .photo { position: relative; min-height: 30vw; }

.wrap__roomlist .box .text { background-color: #f5f5f5; text-align: left; padding: 40px 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; }

.wrap__roomlist .box .text .wrap { width: 100%; }

.wrap__roomlist .box .text .room__name { font-size: 2.6rem; line-height: 1.6; margin-bottom: 20px; color: #00b7ae; }

.wrap__roomlist .box .text .listdetail li { position: relative; padding-left: 45px; margin-bottom: 15px; }

.wrap__roomlist .box .text .listdetail li:before { position: absolute; content: ""; height: 25px; width: 25px; left: 0; top: 1px; background-size: 25px auto; background-repeat: no-repeat; }

.wrap__roomlist .box .text .listdetail .guest:before { background-image: url(../svg/icon--guest.svg); }

.wrap__roomlist .box .text .listdetail .size:before { background-image: url(../svg/icon--size.svg); }

.wrap__roomlist .box .text .listdetail .bed:before { background-image: url(../svg/icon--bed.svg); }

.wrap__roomlist .box .text .listdetail .view:before { background-image: url(../svg/icon--eye.svg); }

.wrap__roomlist .box .text .link { padding-top: 20px; }

.wrap__roomlist .box:last-child { margin-bottom: 0; }

.wrap__list2box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.wrap__list2box .box { width: calc(50% - 1.5px); text-align: left; }

.wrap__list2box .box .photo { position: relative; width: 100%; min-height: 30vw; }

.wrap__list2box .box .text { padding: 40px 60px 60px 0; }

.wrap__list2box .box .title { font-size: 2.6rem; line-height: 1.6; }

.sec__hotel-nearby { background-color: #ffffff; color: #000000; /* .wrap__nearbyhotel{ padding-bottom: 100px; } */ }

.sec__hotel-nearby .wrap { margin: 0 -55px 0 -57px; padding-bottom: 126px; }

.sec__hotel-nearby .wrap h4 { font-size: 2.6rem; line-height: 1.6; text-transform: uppercase; padding: 100px 0 30px; margin-bottom: 0; color: #000000; color: #00b7ae; /* margin-top: 0; */ }

.sec__hotel-nearby .wrap__exploreto { padding: 0 60px 0px; padding-top: 100px; }

.sec__hotel-nearby .wrap__exploreto a { display: block; width: 100%; height: 100%; min-height: 40vw; position: relative; }

.sec__hotel-nearby .wrap__exploreto a:hover ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); -webkit-transform-origin: center center; transform-origin: center center; }

.sec__hotel-nearby .wrap__exploreto .photo { overflow: hidden; position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: 0; background-color: #000000; }

.sec__hotel-nearby .wrap__exploreto .photo ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=80); -webkit-opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; transition: -webkit-transform 10s linear 0s,opacity 1s linear 0s; -webkit-transition: opacity 1s linear 0s,-webkit-transform 10s linear 0s; transition: opacity 1s linear 0s,-webkit-transform 10s linear 0s; transition: transform 10s linear 0s,opacity 1s linear 0s; transition: transform 10s linear 0s,opacity 1s linear 0s,-webkit-transform 10s linear 0s; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

.sec__hotel-nearby .wrap__exploreto .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; background: url(../png/bg--shadowphoto.png) repeat-x bottom center; z-index: 10; }

.sec__hotel-nearby .wrap__exploreto .text { text-align: center; position: absolute; bottom: 30px; left: 0; right: 0; z-index: 1; font-size: 2.8rem; line-height: 1.6; }

/* # Reservation
================================================== */
.col__booking { padding: 60px 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; }

.col__booking .wrap { width: 100%; }

.col__booking h3 { /* display: none; */ color: #4dcdc6; text-align: left; font-size: 2.2rem; margin-bottom: 20px; }

.sec__reservation ._btn-resbooknow { background-color: #000000; color: #00b7ae; border: 0; width: 100%; font-size: 2.6rem; line-height: 1.6; font-weight: 400; }

.sec__reservation ._btn-resbooknow:hover { background-color: #4dcdc6; color: #ffffff; }

#reser_form { /* max-width: 400px; */ margin: auto; /* min-width: 380px; */ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

#reser_form input { border: 0; color: #000000; background-color: rgba(255, 255, 255, 0); text-align: left; padding: 0; font-size: 1.6rem; line-height: 1.6; }

#reser_form .row { background-color: #ffffff; box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1); padding: 10px 20px; margin-bottom: 30px; position: relative; }

#reser_form .subject { font-size: 1.5rem; line-height: 1.6; text-align: left; }

#reser_form label { display: block; }

#reser_form .-date { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; /* background: url(../images/icon--calendar.svg) no-repeat calc(100% - 20px) center $col--white; */ background-size: 40px auto; width: calc(50% - 15px); }

#reser_form .-date .wrap__date { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row; -webkit-box-pack: justify; justify-content: space-between; width: 100%; }

#reser_form .-date .col { width: 100%; display: inline-block; }

#reser_form .-date .col_checkin { position: relative; /* width: 50%; */ }

#reser_form .-date .col_checkin .subject { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

#reser_form .-date .col_checkin .subject label[for="checkin"] { width: calc(50% - 10px); }

#reser_form .-date .col_checkin .subject label[for="checkout"] { width: calc(50% - 10px); }

#reser_form .-date .input_daterange { position: absolute; height: 100%; left: 0; bottom: 0; z-index: 1; font-size: 0; }

#reser_form .-submit { padding: 0; }

#reser_form .-guest { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; /* background: url(../images/icon--guest2.svg) no-repeat calc(100% - 15px) center $col--white; */ background-size: 45px auto; width: calc(50% - 15px); }

#reser_form .-guest .subject { width: 100%; }

#reser_form .-guest input { width: 20px; text-align: left; }

#reser_form .-guest span { margin-right: 10px; }

#reser_form .-name { width: 100%; }

#reser_form .-email { width: calc(50% - 15px); }

#reser_form .-phone { width: calc(50% - 15px); }

#reser_form .-requests { width: 100%; }

#reser_form .-submit { width: 100%; }

#reser_form .-submit ._btn-resbooknow { width: 100%; }

#reser_form .wrap__guest-popup { position: absolute; padding: 20px; left: 0; top: 100%; width: 100%; background-color: white; z-index: 1; min-width: 300px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#reser_form .wrap__guest-popup .guest-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; border: 1px solid #eee; border-bottom: 0; padding: 0px; }

#reser_form .wrap__guest-popup .guest-row:last-child { border-bottom: 1px solid #eee; }

#reser_form .wrap__guest-popup input { width: 20%; text-align: center; padding: 10px 0; }

#reser_form .wrap__guest-popup label { width: calc(80% - 100px); padding: 10px 0; text-align: left; }

#reser_form .wrap__guest-popup ._btn { width: 50px; cursor: pointer; padding: 10px 0; border-left: 1px solid #eee; font-size: 0; position: relative; }

#reser_form .wrap__guest-popup ._btn:before { position: absolute; content: "+"; font-weight: bold; font-size: 18px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; color: #000000; height: 100%; width: 100%; left: 0; top: 0; }

#reser_form .wrap__guest-popup ._btn.btnguest-minus:before { content: "-"; }

#reser_form .wrap__guest-popup ._btn:active { background-color: #4dcdc6; color: #ffffff; }

#reser_form .show_daterange { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; text-align: left; /* padding-right: 50px; */ font-size: 1.6rem; }

#reser_form .show_daterange > div { width: calc(50% - 10px); }

#reser_form .show_daterange .deat-end { position: relative; }

#reser_form .show_daterange .deat-end:before { position: absolute; content: "Departure Date"; height: 100%; width: 100%; left: 0; bottom: calc(100% - 1px); font-size: 1.5rem; line-height: 1.6; text-align: left; }

#reser_form .show_daterange > span { width: 20px; display: block; /* background: url(../images/icon--arrow2.svg) no-repeat center center;  background-size: 30px auto; */ }

#reser_form .wrap__guest-display { font-size: 1.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: start; justify-content: flex-start; }

#reser_form .wrap__guest-display .child_display { margin-left: 5px; }

#reser_form .wrap__guest-display .adult_display { margin-left: 5px; }

body .ui-datepicker-next:before, body .ui-datepicker-prev:before { content: ""; background: url(../svg/icon--arrow.svg) no-repeat center center; width: 20px; height: 20px; background-size: 22px auto; border: 0; }

body .ui-datepicker-prev:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

body .ui-corner-left .ui-datepicker-title { width: 100%; padding: 0; margin: 0; }

body .ui-datepicker-prev, body .ui-datepicker-next { position: absolute; top: 41px; }

body .ui-datepicker-prev { left: 25px; }

body .ui-datepicker-next { right: 25px; }

body .daterangepicker .drp-buttons .btn { background-color: #4dcdc6; color: #fff; border: 0; }

body .daterangepicker .drp-buttons .btn:hover { border: 0; background-color: #000; color: #4dcdc6; }

body .daterangepicker .calendar-table th, body .daterangepicker .calendar-table td { height: 38px; width: 42px; font-size: 13px; }

body .daterangepicker th.month { font-size: 15px; }

body .daterangepicker .drp-buttons .btn { padding: 10px 15px; }

body .daterangepicker select.hourselect, body .daterangepicker select.minuteselect, body .daterangepicker select.secondselect, body .daterangepicker select.ampmselect { color: #000; width: 30%; margin: 0; padding: 0 5px; }

body .daterangepicker .calendar-time { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

/* # taste detail
================================================== */
.tastedetails__page h1, .playdetails__page h1 { text-align: left; }

.tastedetails__page h2, .playdetails__page h2 { color: #00b7ae; font-size: 2.2rem; line-height: 1.2; }

.tastedetails__page h3, .playdetails__page h3 { color: #00b7ae; }

.tastedetails__page h4, .playdetails__page h4 { color: #00b7ae; }

.tastedetails__page .col__booking h3, .playdetails__page .col__booking h3 { font-size: 3rem; }

.tastedetails__page #reser_form textarea, .playdetails__page #reser_form textarea { height: 25px; }

.tastedetails__page #reser_form textarea:focus, .playdetails__page #reser_form textarea:focus { height: 80px; }

.tastedetails__page #reser_form .row, .playdetails__page #reser_form .row { margin-bottom: 20px; }

.tastedetails__page #reser_form .-guest, .tastedetails__page #reser_form .-email, .tastedetails__page #reser_form .-phone, .playdetails__page #reser_form .-guest, .playdetails__page #reser_form .-email, .playdetails__page #reser_form .-phone { width: calc(50% - 10px); }

.tastedetails__page #reser_form .show_daterange > div, .playdetails__page #reser_form .show_daterange > div { width: 100%; }

.tastedetails__page #reser_form .-date .col_checkin .subject label[for="checkin"], .playdetails__page #reser_form .-date .col_checkin .subject label[for="checkin"] { width: 100%; }

.tastedetails__page .daterangepicker .drp-calendar.left .calendar-table, .playdetails__page .daterangepicker .drp-calendar.left .calendar-table { padding-right: 0; }

.tastedetails__page .daterangepicker .drp-calendar.left, .playdetails__page .daterangepicker .drp-calendar.left { padding: 0 10px 10px; }

.tastedetails__page #reser_form .show_daterange, .tastedetails__page #reser_form .wrap__guest-display, .playdetails__page #reser_form .show_daterange, .playdetails__page #reser_form .wrap__guest-display { font-size: 1.5rem; letter-spacing: 0; }

.tastedetails__page .sec__exploretheworld-city, .playdetails__page .sec__exploretheworld-city { border-bottom: 3px solid #fff; }

.rm-link { color: #00b7ae; color: #000000; text-decoration: none; /* cursor: pointer; */ position: relative; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; padding-right: 25px; display: inline-block; margin-bottom: 15px; margin-top: 5px; }

.rm-link:hover, .rm-link:active { color: #4dcdc6; }

.rm-link:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #000000; /* -webkit-transform-origin: right; transform-origin: right; */ -webkit-transform: scaleX(1); transform: scaleX(1); transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1); }

.rm-link:hover:before { /* -webkit-transform-origin: left; transform-origin: left; */ background-color: #4dcdc6; -webkit-transform: scaleX(0); transform: scaleX(0); }

.rm-link:before { width: auto; right: 0px; left: 0; height: 1px; }

.rm-link:after { position: absolute; content: ""; height: 15px; width: 15px; right: 0; top: 8px; background: url(../svg/icon--readmore.svg) no-repeat center right; background-size: 100% auto; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.rm-link:hover:after { background-image: url(../svg/icon--readmorehover.svg); }

.rm-link[data-clicked="true"]:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

/* #Contact us
================================================== */
.sec__contactform { max-width: 800px; }

.sec__contactform label.error { color: #cc0000; font-size: 0.9em; float: left; padding: 5px 0 0; }

.sec__contactform .row { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; margin-bottom: 20px; }

.sec__contactform .subject { width: 30%; text-align: right; padding: 0 20px 0 0; }

.sec__contactform .inputfield { width: 60%; }

.sec__contactform .-pass .inputfield { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.sec__contactform .-pass .wrap_verify { width: 80px; background-color: #efefef; padding-top: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; }

.sec__contactform .-pass .wrap_pass { width: calc(100% - 90px); }

.sec__contactform .-btn button[value="Submit"] { width: calc(50% - 5px); margin-right: 10px; float: left; }

.sec__contactform .-btn button[value="Reset"] { width: calc(50% - 5px); float: left; }

.sec__contactform .-remark { font-size: 1.4rem; text-align: left; }

.custom-select { position: relative; }

.custom-select select { display: none; }

.custom-select .select-hide { display: none; }

.custom-select .select-selected { background-color: #ffffff; border: 1px solid #172625; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 10px 10px 10px; text-align: left; font-size: 1.4rem; line-height: 1.6; color: #FFFFFF; }

.custom-select .select-selected:after { position: absolute; content: ""; height: 30px; width: 30px; right: 5px; top: 8px; background: url(../svg/icon--select.svg) center center no-repeat; background-size: 40px auto; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.custom-select .select-selected.select-arrow-active:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.custom-select .select-items { position: absolute; border: 1px solid #ccc; background-color: #fdfdfd; top: calc(100% - 1px); left: 0; right: 0; z-index: 99; box-shadow: 2px 2px 4px 0px #f1f1f1; padding: 5px; }

.custom-select .select-items div { color: #FFFFFF; padding: 8px 16px; cursor: pointer; text-align: left; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.custom-select .select-items div:hover { font-weight: bold; background-color: #f1f1f1; }

.custom-select .same-as-selected { font-weight: bold; }

/* #Map
================================================== */
.sec__map .wrap__map { height: 35vw; }

.sec__map #map-canvas { height: 100%; }

.sec__map #product-right { padding: 20px 12px 20px 10px; text-align: center; }

.sec__map #product-right img { margin-bottom: 15px; width: 120px; }

/* #Gallery
================================================== */
#page__gallery .sec__maincontentpage { padding-bottom: 50px; }

#page__gallery #sec__gallery { padding-bottom: 40px; }

.filter-button-group { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: center; justify-content: center; flex-flow: wrap; padding: 0 0 30px; }

.filter-button-group button { background: none; border: 0; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; color: #FFFFFF; display: inline-block; width: auto; font-size: 1.6rem; height: 30px; margin: 0 7px; padding: 5px 10px; position: relative; margin-bottom: 15px; }

.filter-button-group button:hover { color: #ffffff; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; }

.filter-button-group button.active { color: #ffffff; }

.filter-button-group button:before { content: ""; z-index: -1; width: 100%; height: 0%; background: #FFFFFF; bottom: 0; left: 0; position: absolute; -webkit-transition: height 250ms; transition: height 250ms; }

.filter-button-group button:hover:before, .filter-button-group button.active:before { height: 100%; }

.box_gallery-list .box { width: 20%; padding: 5px; position: relative; }

.box_gallery-list .box img { width: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=80); -webkit-opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.box_gallery-list .box ._detail { position: absolute; top: 0; left: 10%; width: 80%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; color: #ffffff; z-index: 110; font-size: 1.6rem; line-height: 1.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=0); -webkit-opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.box_gallery-list .box a { display: block; border: 0; background-color: #000000; padding: 0; }

.box_gallery-list .box a:before { border: 1px solid rgba(255, 255, 255, 0); z-index: 99; width: calc(100% - 2px); height: calc(100% - 2px); top: 0; left: 0; background: none; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

.box_gallery-list .box a:hover:before { border: 1px solid white; -webkit-transform: scale(0.8); transform: scale(0.8); }

.box_gallery-list .box a:hover img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=30); -webkit-opacity: 0.3; -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3; }

.box_gallery-list .box a:hover ._detail { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

/* # City
================================================== */
.sec__maincontent--city, .sec__toppick-city, .sec__sleep-city, .sec__taste-city, .sec__play-city, .sec__thelocalexperts-city, .sec__trending-city, .sec__maincontent--country, .sec__toppick-country, .sec__destination-country, .sec__maincontent--region, .sec__toppick-region, .sec__destinations-region, .sec__maincontent--sleeplanding, .sec__newcollection-sleep, .sec__maincontent--tastelanding, .sec__toppick-taste, .sec__maincontent--playlanding, .sec__toppick-play, .sec__maincontent--100bestlanding, .sec__100best-issue2, .sec__100best-issue1, .sec__philosophy-about, .sec__maincontent--people, .sec__100best-guestcontributors, .sec__100best-100bestpeople, .sec__100best-bestgm, .sec__people-jointhecollection, .sec__maincontent--100_best_people, .sec__100_best_peoplephoto, .sec__maincontent--guest-curator, .sec__guest_curatorsphoto, .sec__thebestgm-bestgm, .sec__maincontent--policy, .sec__maincontent--joincollection, .sty__ctcolor { background-color: #00b7ae; color: #FFFFFF; }

.sec__gallery-city { background-color: #00b7ae; color: #FFFFFF; border-bottom: 6px solid #fff; }

.sec__gallery-city .wrap__gallerymenu { padding-top: 10px; }

.sec__gallery-city .wrap__gallerymenu li a.active, .sec__gallery-city .wrap__gallerymenu li a:hover, .sec__gallery-city .wrap__tabsleepmenu li a.active, .sec__gallery-city .wrap__tabsleepmenu li a:hover { color: #FFFFFF; }

.sec__gallery-city .wrap__gallerymenu li a:before { background-color: #FFFFFF; }

.sec__nearby-city { background-color: #00b7ae; color: #FFFFFF; }

.sty__1boxslide a { display: block; }

.sty__1boxslide a:hover .photo ._bg-full { -webkit-transform: scale(1.1); transform: scale(1.1); }

.sty__1boxslide .photo { height: 55vw; /* max-height: 700px; */ width: 100%; position: relative; }

.sty__1boxslide .photo:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; background: url(../png/bg--shadowbox.png) repeat-x bottom center; }

.sty__1boxslide .text { position: absolute; z-index: 10; bottom: 30px; left: 10%; right: 10%; }

.sty__1boxslide .text .link { color: #FFFFFF; font-size: 2.6rem; font-weight: bold; }

.wrap__city-toppick .sty__boxc4 .box .text { padding-right: 100px; }

.sec__toppick-region .__wrap--topboxc, .sec__destinations-region .__wrap--topboxc { /* padding-top: 40px; padding-bottom: 25px; */ }

.sec__destination-region .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; padding-left: 100px; padding-right: 100px; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-flow: row-reverse; }

.sec__destination-region .destination-map { width: 60%; }

.sec__destination-region .destination-map h3 { margin-bottom: 5px; }

.sec__destination-region .destination-map .wrap__mappin { margin-top: 40px; padding-left: 60px; padding-bottom: 30px; position: relative; }

.sec__destination-region .destination-map .wrap__mappin .wrap__photomap img { width: 100%; z-index: 0; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin { position: absolute; z-index: 10; width: 24px; height: 24px; cursor: pointer; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia { top: 39%; left: calc(70% - 10px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_europe { top: 25%; left: calc(53% - 10px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_north_america { top: 27%; left: calc(15% - 10px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_south_america { top: 67%; left: calc(29% - 10px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_africa_indian_ocean { top: 55%; left: calc(49% - 10px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_australia { top: 70%; left: calc(79% - 10px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_oceana { top: 70%; left: calc(79% - 10px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_caribbean { top: 46%; left: calc(25% - 10px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_bhutan { top: 50%; left: calc(55% - 4px); }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_cambodia { top: 66.5%; left: 66%; z-index: 21; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_china { top: 44%; left: 63.4%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_hong_kong { top: 54%; left: 71.4%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_india { top: 61%; left: 48.2%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_indonesia { top: 84%; left: 77%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_japan { top: 41%; left: 82%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_laos { top: 59%; left: 63%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_malaysia { top: 71%; left: 63%; z-index: 22; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_myanmar { top: 60.5%; left: 60%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_oman { top: 57.5%; left: 34%; z-index: 20; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_philippines { top: 68.5%; left: 78%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_singapore { top: 72.5%; left: 63.4%; z-index: 23; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_sri_lanka { top: 72.5%; left: 49.8%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_thailand { top: 64%; left: 62.3%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_uae { top: 53.4%; left: 33.3%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin#pin_asia_vietnam { top: 65.4%; left: 68%; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin:before { position: absolute; content: ""; height: 16px; width: 16px; left: 4px; top: 4px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background-color: #4dcdc6; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin:after { position: absolute; content: ""; height: 20px; width: 20px; left: 0px; top: 0px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border: 2px solid #4dcdc6; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin .wrap__pininfo { position: absolute; left: 50%; bottom: 2px; width: auto; -webkit-transform: translate(-50%, -2em); transform: translate(-50%, -2em); z-index: 999; display: none; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin .wrap__pininfo .wrap { background-color: #000000; width: 100%; text-align: center; padding: 10px; box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3); color: #ffffff; padding: 10px 20px; white-space: nowrap; text-transform: uppercase; font-size: 1.4rem; line-height: 1.6; line-height: 1; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin .wrap__pininfo .wrap:before { position: absolute; content: ""; height: 10px; width: 10px; left: calc(50% - 5px); bottom: -5px; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #000; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin.active .wrap__pininfo { display: block !important; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin.active .wrap__pininfo .wrap { opacity: 1 !important; -webkit-transform: translate(0px, 0px) !important; transform: translate(0px, 0px) !important; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin.active:before { background: #f89c4d; }

.sec__destination-region .destination-map .wrap__mappin .wrap__pinlist .pin.active:after { border-color: #f89c4d; }

.sec__destination-region .destination-map .wrap__countrylist { text-align: left; padding-left: 100px; /* ul{ width: 25%; } li{ margin-bottom: 10px; } */ }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist { display: none; }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist.active { display: block; }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist a { color: #000000; font-size: 1.4rem; line-height: 1.6; font-weight: bold; display: inline-block; color: #000000; text-decoration: none; /* cursor: pointer; */ position: relative; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; display: inline-block; }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist a:hover, .sec__destination-region .destination-map .wrap__countrylist .box__countrylist a:active { color: #00b7ae; }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist a:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; background-color: #00b7ae; -webkit-transform: scaleX(0); transform: scaleX(0); }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist a.active, .sec__destination-region .destination-map .wrap__countrylist .box__countrylist a:hover { color: #00b7ae; }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist a.active:before { -webkit-transform: scale(1); transform: scale(1); }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist a:before { top: calc(100% - 1px); bottom: auto; }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist a.active { color: #4dcdc6; }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: start; justify-content: flex-start; }

.sec__destination-region .destination-map .wrap__countrylist .box__countrylist li { width: 25%; margin-bottom: 10px; }

.sec__destination-region .destination-photo { width: 40%; height: 50vw; max-height: 90vh; position: relative; overflow: hidden; }

.sec__destination-region .destination-photo .photo { height: 100%; position: relative; z-index: 1; background-color: #000000; }

.sec__destination-region .destination-photo .photo a { display: block; width: 100%; height: 100%; }

.sec__destination-region .destination-photo .photo ._bg-full { -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; transition: all 1s ease 0s; }

.sec__destination-region .destination-photo .text { position: absolute; left: 40px; bottom: 40px; z-index: 10; text-align: left; }

.sec__destination-region .destination-photo .text .regionname { color: #FFFFFF; font-size: 1.4rem; text-transform: uppercase; }

.sec__destination-region .destination-photo .text .countryname a { color: #00b7ae; font-size: 2.1rem; line-height: 1.6; font-weight: bold; text-transform: uppercase; }

.sec__destination-region .destination-photo .text .provincelist ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: start; justify-content: flex-start; }

.sec__destination-region .destination-photo .text .provincelist ul li { padding-right: 31px; position: relative; }

.sec__destination-region .destination-photo .text .provincelist ul li:before { position: absolute; content: ""; width: 1px; right: 15px; top: 6px; bottom: 6px; background-color: #ffffff; }

.sec__destination-region .destination-photo .text .provincelist ul li:last-child:before { display: none; }

.sec__destination-region .destination-photo .text .provincelist ul li a { display: inline-block; font-size: 1.6rem; line-height: 1.6; }

.sec__destination-region .destination-photo .text .provincelist ul li a:hover { color: #00b7ae; }

.sec__destination-region .destination-photo:hover ._bg-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=50); -webkit-opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -webkit-transform: scale(1.01); transform: scale(1.01); -webkit-transition: all 2s ease 0s; -moz-transition: all 2s ease 0s; -o-transition: all 2s ease 0s; -ms-transition: all 2s ease 0s; transition: all 2s ease 0s; }

.city__page .sec__gallery-home, .country__page .sec__gallery-home { border-bottom: 3px solid #fff; }

.sec__100best-issue1 .link, .sec__100best-issue2 .link { padding-top: 30px; padding-bottom: 20px; }

.sec__launch-events-100best .__wrap--topboxc { padding-bottom: 30px; }

.sec__launch-events-100best .wrap__tabsleepmenu { padding-top: 0; padding-bottom: 30px; }

.sec__launch-events-100best .wrap__tabsleepmenu li { margin: 0 30px 15px; }

.sec__launch-events-100best .box__sleeplist > .detail { padding-bottom: 10px; color: #4dcdc6; font-weight: bold; }

/* # Demo images
================================================== */
.sec__demoimages-full { padding-top: 140px; }

.sec__100_best_peoplelist-100_best_people ._bg-full, .sec__guest_curatorslist-guest_curators ._bg-full { -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.sec__100_best_peoplelist-100_best_people .text, .sec__guest_curatorslist-guest_curators .text { -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; position: relative; }

.sec__100_best_peoplelist-100_best_people div.box:before, .sec__guest_curatorslist-guest_curators div.box:before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; background-color: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=0); -webkit-opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.sec__100_best_peoplelist-100_best_people div.box:hover ._bg-full, .sec__guest_curatorslist-guest_curators div.box:hover ._bg-full { -webkit-transform: scale(1.05); transform: scale(1.05); }

.sec__100_best_peoplelist-100_best_people div.box:hover .text, .sec__guest_curatorslist-guest_curators div.box:hover .text { color: #000; /* background-color: #fff; */ }

.sec__100_best_peoplelist-100_best_people div.box:hover:before, .sec__guest_curatorslist-guest_curators div.box:hover:before { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.wrap__thebestgm-bestgm .box .text .wrap { padding: 60px 60px 45px; }

.wrap__thebestgm-bestgm .title { -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.wrap__thebestgm-bestgm .detail { -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.wrap__thebestgm-bestgm.sty__boxhalf2col .box:hover .text { background-color: #fff; color: #000; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.wrap__thebestgm-bestgm.sty__boxhalf2col .box:hover .text .title { color: #000; }

.wrap__thebestgm-bestgm.sty__boxhalf2col .box:hover .text .detail { color: #000; }

.wrap__thebestgm-bestgm.sty__boxhalf2col .box:nth-child(4n+3):hover .text { background-color: #fff; color: #000; }

body .date-picker-wrapper { padding: 0; }

body .date-picker-wrapper.no-shortcuts { padding: 20px; background-color: #fff; }

body .date-picker-wrapper .month-wrapper { border: 0; min-width: 540px; }

body .date-picker-wrapper .footer { padding-top: 0; }

body .date-picker-wrapper .drp_top-bar { display: none; }

body .date-picker-wrapper .drp_top-bar.normal .normal-top { display: none; }

body .date-picker-wrapper .month-wrapper table .day { padding: 10px 10px; font-size: 13px; }

body .date-picker-wrapper .month-wrapper .week-name th { background-color: #f5f5f5; height: 38px; color: #000; font-size: 12px; }

body .date-picker-wrapper table thead .caption th { padding-bottom: 5px; }

body .date-picker-wrapper .month-name { color: #000; font-weight: bold; padding: 5px 0; font-size: 13px; }

body .date-picker-wrapper .month-wrapper table .day.toMonth.valid.real-today { background-color: #f4c083; color: #fff; border-radius: 50%; width: 30px; height: 30px; margin: auto; text-align: center; padding: 0; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }

body .date-picker-wrapper .month-wrapper table .day.real-today.hovering { background-color: #00b7ae; color: #fff; }

body .date-picker-wrapper .month-wrapper table .day.checked { background-color: #04b7afab; color: #fff !important; }

body .date-picker-wrapper .month-wrapper table .day.toMonth.hovering { background-color: #04b7afab; color: #fff !important; }

body .date-picker-wrapper .first-date-selected, body .date-picker-wrapper .last-date-selected { background-color: #00b7ae !important; }

body .date-picker-wrapper .first-date-selected { border-radius: 5px 0 0 5px; }

body .date-picker-wrapper .last-date-selected { border-radius: 0 5px 5px 0; }

body .date-picker-wrapper .gap { background-color: #fff; margin: 0; width: 30px; }

body .date-picker-wrapper .gap .gap-lines { display: none; }

body .date-picker-wrapper table .caption .prev, body .date-picker-wrapper table .caption .next { font-size: 0; color: #fff; border: solid black; border-radius: 0; display: inline-block; padding: 3px; transform: rotate(135deg); -webkit-transform: rotate(135deg); width: 8px; height: 8px; padding: 0; }

body .date-picker-wrapper table .caption .prev:hover, body .date-picker-wrapper table .caption .next:hover { background-color: inherit; }

body .date-picker-wrapper table .caption .prev { border-width: 0 2px 2px 0; }

body .date-picker-wrapper table .caption .next { border-width: 2px 0 0 2px; }

body .date-picker-wrapper .date-range-length-tip { background-color: #00b7ae !important; color: #fff; }

body .date-picker-wrapper .date-range-length-tip:after { content: ''; position: absolute; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #00b7ae; left: 50%; margin-left: -4px; bottom: -4px; }

/* #
================================================== */
.policy__page .sec__maincontent--policy { text-align: left; }

.policy__page .sec__maincontent--policy h1 { text-align: left; font-family: "FuturaBT-Book", sans-serif; margin-bottom: 25px; }

.policy__page .sec__maincontent--policy h3 { text-align: left; font-size: 2rem; font-weight: bold; margin-bottom: 5px; }

.policy__page .sec__maincontent--policy .detail p { margin-bottom: 25px; }

.policy__page .sec__maincontent--policy .detail ul { list-style-type: disc; }

/* #
================================================== */
.list__partnerbenefits { padding: 120px 60px 60px 60px; }

.btn__download { background-color: #000000; color: #00b7ae; display: -webkit-inline-box; display: inline-flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; flex-flow: wrap; width: 650px; max-width: 100%; padding: 10px; font-size: 2.6rem; font-family: "FuturaBT-Book", sans-serif; }

.btn__download i.icon--download { background: url(../svg/icon--download.svg) no-repeat center center; width: 35px; height: 35px; display: block; margin-right: 10px; }

.btn__download:hover { color: #ffffff; }

.form__joinus { width: 100%; max-width: 650px; margin: auto; padding-top: 30px; }

.form__joinus #jointhecollection_form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.form__joinus input, .form__joinus textarea { background-color: #ffffff; color: #000000; padding: 25px 22px 10px 22px; padding-top: 33px; font-size: 1.6rem; }

.form__joinus .row { position: relative; margin-bottom: 20px; width: 100%; }

.form__joinus .subject { text-align: left; position: absolute; top: 6px; left: 22px; color: #000000; font-size: 1.5rem; }

.form__joinus .wrap_verify { position: absolute; bottom: 10px; left: 22px; }

.form__joinus .wrap_pass input { padding-left: 110px; }

.form__joinus .-btn button { width: 100%; background-color: #000000; border: 0px solid #000; color: #00b7ae; font-size: 2.6rem; font-family: "FuturaBT-Book", sans-serif; font-weight: 400; padding: 10px; }

.form__joinus .-btn button:hover { border: 0; background-color: #4dcdc6; color: #ffffff; }

.form__joinus .-remark { text-align: right; font-size: 1.6rem; margin: 0 0 5px; }

.form__joinus .-firstname, .form__joinus .-lastname, .form__joinus .-companyname, .form__joinus .-jobtitle, .form__joinus .-emailaddress, .form__joinus .-phone, .form__joinus .-pass, .form__joinus .-btn { width: calc(50% - 10px); }

.form__joinus .-btn .subject { display: none; }

.form__joinus .-btn .inputfield { height: 100%; }

.form__joinus .-btn button { height: 100%; text-transform: inherit; }

.form__joinus .alert--jointhecollection { width: 100%; }

.contact__page .form__contact { max-width: 780px; }

.contact__page #contact_form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; justify-content: space-between; }

.contact__page #contact_form select { padding: 39px 22px 13px 22px; background: url(../svg/icon--selectarrow.svg) no-repeat calc(100% - 15px) calc(100% - 17px) #fff; background-size: 19px auto; }

.contact__page #contact_form .row { margin-bottom: 40px; }

.contact__page #contact_form .-remark { width: 100%; margin-bottom: 10px; }

.contact__page #contact_form .-name { width: calc(40% - 13.33px); }

.contact__page #contact_form .-gender { width: calc(20% - 13.33px); }

.contact__page #contact_form .-email { width: calc(50% - 10px); }

.contact__page #contact_form .-phone { width: calc(50% - 10px); }

.contact__page #contact_form .-tellusabout, .contact__page #contact_form .-country { width: 100%; }

.contact__page #contact_form .-pass, .contact__page #contact_form .-btn { width: calc(50% - 10px); }

.contact__page #contact_form .-pass .subject { left: 100px; }

.contact__page #contact_form .alert--contact, .contact__page #contact_form .wrap--loadingcontact { width: 100%; }

.contact__page #contact_form .-btn button { text-transform: none; padding: 15px 20px 14px; }

.contact__page #contact_form .wrap_verify { position: absolute; top: 5px; left: 20px; }

#popup_temporarily_closed { max-width: 650px; color: #000; padding: 60px; }

#popup_temporarily_closed .fancybox-close-small { background: #00b7ae; color: #fff; }

#popup_temporarily_closed a { color: #4dcdc6; }

#gdpr-cookie-message .x_closebox { top: 25px; }

/* # Full video
================================================== */
.sec__videofull { width: 100%; height: calc(100vh - 140px); }

.sec__videofull .container_full { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; overflow: hidden; }

.sec__videofull .container_full iframe { width: 100vw; height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */ min-height: 100vh; min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.sec__maincontent--sleepcollection { padding-top: 260px; padding-bottom: 120px; background-color: #fff; color: #000; text-align: left; }

.sec__maincontent--sleepcollection h1 { font-size: 4rem; color: #4dcdc6; font-weight: 700; margin-bottom: 40px; font-family: "Futura Hv BT", sans-serif; letter-spacing: 0; }

.sec__maincontent--sleepcollection a { color: #000; }

.sec__maincontent--sleepcollection a:hover { color: #4dcdc6; }

.sec__maincontent--sleepcollection .tb__partners { font-size: 1.4rem; }

.sec__maincontent--sleepcollection .tb__partners h3 { text-align: left; color: #00b7ae; font-size: 2rem; font-family: "Futura Hv BT", sans-serif; text-transform: uppercase; margin: 0; }

.sec__maincontent--sleepcollection .tb__partners h4 { text-align: left; margin: 0; color: #00b7ae; font-size: 2rem; margin-bottom: 4px; }

.sec__maincontent--sleepcollection .tb__partners .col1 { width: 35%; padding-left: 10px; }

.sec__maincontent--sleepcollection .tb__partners .col2 { width: calc(21% - 50px); }

.sec__maincontent--sleepcollection .tb__partners .col3 { width: 22%; text-align: center; }

.sec__maincontent--sleepcollection .tb__partners .col4 { width: 22%; text-align: center; }

.sec__maincontent--sleepcollection .tb__partners .col5 { width: 50px; padding-right: 10px; }

.sec__maincontent--sleepcollection .tb__partners .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; justify-content: space-between; }

.sec__maincontent--sleepcollection .tb__partners .theader { border-top: 1px solid #cccccc; border-bottom: 0px solid #cccccc; padding: 15px 0; margin-bottom: 0px; }

.sec__maincontent--sleepcollection .tb__partners .theader img { width: 35px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }

.sec__maincontent--sleepcollection .tb__partners .theader .btn__tabtable { cursor: pointer; display: none; }

.sec__maincontent--sleepcollection .tb__partners .theader > div { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; align-items: center; justify-content: center; }

.sec__maincontent--sleepcollection .tb__partners .theader .col1 { justify-content: flex-start; }

.sec__maincontent--sleepcollection .tb__partners .theader .col2 { justify-content: flex-start; }

.sec__maincontent--sleepcollection .tb__partners .tbody { overflow: hidden; -webkit-transition: "margin-bottom" 0.6s ease 0s; -moz-transition: "margin-bottom" 0.6s ease 0s; -o-transition: "margin-bottom" 0.6s ease 0s; -ms-transition: "margin-bottom" 0.6s ease 0s; transition: "margin-bottom" 0.6s ease 0s; }

.sec__maincontent--sleepcollection .tb__partners .tbody img { width: 30px; }

.sec__maincontent--sleepcollection .tb__partners .ttitle { padding-left: 10px; padding-right: 10px; padding-bottom: 5px; padding-top: 5px; }

.sec__maincontent--sleepcollection .tb__partners .wrap__tdetail { margin-bottom: 20px; }

.sec__maincontent--sleepcollection .tb__partners .tdetail .row:nth-child(odd) { background-color: #f3f3f3; }

.sec__maincontent--sleepcollection .tb__partners .tdetail .row { padding-top: 5px; padding-bottom: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; align-items: center; min-height: 42px; }

.sec__maincontent--sleepcollection .tb__partners.active .theader { /* margin-bottom: 30px; */ border-bottom: 1px solid #cccccc; }

.sec__maincontent--sleepcollection .tb__partners.active .theader img { transform: rotate(-180deg); }

.sec__maincontent--sleepcollection .tb__partners.active .tbody { /* margin-bottom: 60px; */ }

.sec__maincontent--sleepcollection .tb__partners:last-child .theader { border-bottom: 1px solid #cccccc; }

.sec__searchpage .row__hotelcontent .boxid.active { padding-left: 1.5px; padding-right: 1.5px; }

/*# sourceMappingURL=main.css.map */