.all:after, .clear:after {
  content: "";
  display: table;
  clear: both; }

.all:before, .clear:before {
  display: table;
  content: " "; }

.all {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 1200px) {
  .all {
    width: 100%;
    padding: 0 1rem; } }
img {
  max-width: 100%;
  height: auto; }

h2,
h3,
h1 {
  font-family: "Times New Roman", sans-serif; }

a {
  text-decoration: none; }

a:hover {
  color: #d6a023; }

ul li {
  list-style: none; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333333;
  font-size: 14px;
  font-family: "Arial", sans-serif; }

.gap {
  display: block;
  height: 1.5rem; }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.btn-primary {
  display: inline-block;
  background: #d6a023;
  color: #fff; }

.btn-transparent {
  background: transparent;
  border: 1px inset #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }

.btn-transparent:hover {
  border: 1px solid #00396b; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.btn {
  padding: 0.8rem 1rem;
  color: #fff;
  display: inline-block;
  line-height: 1.7rem;
  text-align: center; }

.btn:hover {
  background: #00396b; }

.flat-input {
  border: 0;
  border-bottom: 1px solid #ccc; }

.btn-block {
  display: block; }

.input-control {
  position: relative; }

.input-control input,
.input-control select,
.input-control textarea {
  padding: 0.8rem 1rem;
  line-height: 1;
  width: 100%; }

.input-control input:focus,
.input-control select:focus,
.input-control textarea:focus {
  outline: 0; }

.input-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input-control select::-ms-expand {
  display: none; }

.input-control select::-webkit-expand {
  display: none; }

#header {
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#header.fixed-header .hd-topbar {
  background: #002b50; }

#header.fixed-header {
  background: rgba(0, 43, 80, 0.7); }

@media screen and (max-width: 600px) {
  #header.fixed-header .hd-main {
    background: #002b50; } }
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

.hd-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 43, 80, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.hd-topbar .top-left span {
  padding-left: 1.8rem;
  text-transform: uppercase;
  font-size: 0.85rem; }

#header .top-right .select-wrap {
  position: relative;
  display: inline-block;
  color:#fff;
  margin-right: 1.8rem; }

#header .top-right .select-wrap:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3px; }

#header .top-right .select-wrap .wrapper-dropdown {
  position: relative;
  margin: 0 auto;
  padding: 0.6rem 1.2rem 0.6rem;
  background: transparent;
  cursor: pointer;
  outline: none;
  display: inline-block;
  font-size: 0.85rem; }

#header .top-right .select-wrap .wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto; }

#header .top-right .select-wrap .wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  background: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  z-index: 2; }

#header .top-right .select-wrap .wrapper-dropdown .dropdown li {
  padding: 0.6rem 0.9rem;
  cursor: pointer; }

.booking-top {
  display: inline-block;
  position: relative;
  z-index: 3; }

.booking-top .booking-btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.booking-top.show .booking-btn {
  background: #fff;
  color: #d6a023; }

.booking-top.show .form-booking {
  display: block; }

.booking-top .form-booking {
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  padding: 1rem;
  background: rgba(0, 43, 80, 0.8); }

.booking-top .form-booking .input-control textarea,
.booking-top .form-booking .input-control select,
.booking-top .form-booking .input-control input.text,
.booking-top .form-booking .input-control input[type="text"],
.booking-top .form-booking .input-control input[type="button"],
.booking-top .form-booking .input-control input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  height: 40px;
  border-radius: 0; }

.booking-top .form-booking .block {
  position: relative;
  margin: 0.5rem 0; }

.booking-top .form-booking .block.book-action {
  margin-top: 1rem; }

.booking-top .form-booking .block.book-action .btn {
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.booking-top .form-booking .block.book-action .btn:hover {
  background: #fff; }

.booking-top .form-booking .block .lb {
  font-size: 0.85rem;
  font-family: "Arial", sans-serif;
  line-height: 1.7rem;
  color: #fff;
  text-align: left; }

.booking-top .form-booking .block .icons-booking {
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  z-index: 1; }

.booking-top .form-booking .block .icons-booking.fa {
  color: #000; }

@media screen and (max-width: 768px) {
  .booking-top .form-booking {
    position: fixed;
    top: 87px;
    width: 100%; } }
#header {
  background: rgba(0, 43, 80, 0.7);
  padding: 0.8rem 1.8rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.hd-main .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hd-main .main .logo {
  padding-right: 3rem; }

.hd-main .main .nav-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.hd-main .main .nav-wrap .close-menu {
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 15px;
  font-size: 1.7rem;
  z-index: 99;
  display: none;
  visibility: hidden; }

.hd-main .main .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase; }

.hd-main .main .nav-ul li {
  padding: 0 0.5rem; }

.hd-main .main .nav-ul li a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem; }

.hd-main .main .nav-ul li a:hover {
  color: #d6a023; }

.hd-main .navbar-toggle {
  display: none;
  visibility: hidden; }

.fullwidth-banner .slick-dots {
  bottom: 5px; }

.fullwidth-banner .slick-dots li button:before {
  font-size: 0.85rem; }

.fullwidth-banner .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1; }

.navbar-toggle {
  width: 2.85rem;
  height: auto;
  background: transparent;
  border: 1px solid #d1d1d1;
  padding: 0 5px; }

.navbar-toggle .icon-bar {
  width: 100%;
  background: #fff;
  height: 4px;
  margin: 4px 0;
  display: block; }

.banner-wrap {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%; }

.banner-wrap .banner-image {
  width: 100%;
  height: 100%; }

.banner-wrap .banner-image img {
  width: 100%;
  height: 100%; }

.banner-wrap .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.banner-wrap .text-box {
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center; }

.banner-wrap .text-box .logo-txtbox {
  text-align: center; }

.banner-wrap .text-box .logo-txtbox img {
  margin-left: auto;
  margin-right: auto; }

.banner-wrap .text-box .box-title {
  font-size: 5.14rem;
  margin: 2rem 0; }

.banner-wrap .text-box .box-para {
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

.banner-wrap .text-box .box-action {
  padding: 2rem 0; }

.booking-stay {
  padding: 3.5rem 0;
  background: #f2f7fb; }

.book-form-title {
  font-size: 1.42rem;
  padding: 1rem 0; }

.book-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -1rem; }

.book-flex .block {
  width: 25%;
  padding: 0 1rem; }

@media screen and (max-width: 768px) {
  .book-flex .block {
    padding: 0.5rem 1rem;
    width: 50%; }

  .book-flex .block.book-person {
    width: calc(100% - 135px); }

  .book-flex .block.book-action {
    width: 135px; } }
.book-flex .block .lb {
  font-size: 0.85rem;
  font-family: "Arial", sans-serif;
  line-height: 1.7rem;
  color: #898989; }

.book-action .btn .ajax-loader {
  display: none; }

.book-flex .book-action a {
  display: block;
  text-align: center; }

.book-flex .input-control {
  position: relative; }

.book-flex .input-control input,
.book-flex .input-control select {
  width: 100%;
  padding-left: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.book-flex .input-control input.placeholder,
.book-flex .input-control select.placeholder {
  color: #c9c9c9; }

.book-flex .input-control input:-moz-placeholder,
.book-flex .input-control select:-moz-placeholder {
  color: #c9c9c9; }

.book-flex .input-control input::-moz-placeholder,
.book-flex .input-control select::-moz-placeholder {
  color: #c9c9c9; }

.book-flex .input-control input:-ms-input-placeholder,
.book-flex .input-control select:-ms-input-placeholder {
  color: #c9c9c9; }

.book-flex .input-control input::-webkit-input-placeholder,
.book-flex .input-control select::-webkit-input-placeholder {
  color: #c9c9c9; }

.book-flex .input-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  border-radius: 0; }

.book-flex .input-control select::-ms-expand {
  display: none; }

.book-flex .input-control select::-webkit-expand {
  display: none; }

.book-flex .input-control .icons-booking {
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  z-index: 1; }

.sec-wrap {
  position: relative;
  overflow: hidden; }

.sec-wrap .background-patten {
  position: absolute;
  right: -20rem;
  top: -10.85rem;
  z-index: 0;
  opacity: 0.4; }

.sec-wrap .background-patten-2 {
  position: absolute;
  left: -14.28rem;
  bottom: 0;
  opacity: 0.6;
  -webkit-transform: rotateY(150deg);
  transform: rotateY(150deg);
  z-index: -1; }

.fullwidth-banner.slick-dotted.slick-slider {
  margin-bottom: 0; }

.background-grey {
  background-color: #f8f8f8;
  z-index: -1;
  width: 70%;
  height: 150%;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.block-wrap {
  margin-bottom: 5rem;
  position: relative; }

.block-wrap .block-image {
  overflow: hidden; }

.block-wrap .block-image img {
  width: 100%; }

.block-wrap .block-content-wrap {
  padding: 2.8rem 7rem; }

@media screen and (max-width: 768px) {
  .block-wrap .block-content-wrap {
    padding: 2.8rem 0; } }
.block-wrap .block-content-wrap .block-content .sub-title {
  font-weight: bold;
  color: #00396b;
  text-transform: uppercase;
  line-height: 1.7; }

.block-wrap .block-content-wrap .block-content .txt {
  padding: 2rem 0;
  line-height: 1.7; }

.block-title .title {
  font-size: 3.4rem;
  color: #00396b; }

.block-title .title.smaller {
  font-size: 2.15rem; }

.block-title .divider {
  height: 1px;
  display: block;
  width: 10rem;
  background: #d6a023;
  margin-left: -5rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.block-title + .block-content {
  font-size: 1.14rem;
  padding-top: 1rem !important;
  line-height: 1.7rem; }

.btn-readmore {
  color: #000;
  font-weight: bold;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.715rem 1.5rem;
  background: #fff; }

.btn-readmore:hover {
  color: #fff; }

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem -1rem; }

@media screen and (max-width: 768px) {
  .flex-block {
    -ms-flex-flow: wrap;
    flex-flow: wrap; } }
.flex-block .flex-content {
  width: 28.57rem;
  padding: 0 1rem; }

@media screen and (max-width: 768px) {
  .flex-block .flex-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 2.8rem 1rem; } }
.flex-block .flex-content.center {
  -ms-flex-item-align: center;
  align-self: center; }

.flex-block .flex-image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 1rem; }

.flex-block p {
  font-size: 1.14rem;
  line-height: 1.7rem; }

.flex-block .btn-readmore {
  margin: 2rem 0; }

.r-flex.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0; }

.r-flex.item img {
  padding: 0 2rem; }

.r-flex.item .r-info .number {
  font-size: 3.4rem;
  color: #00396b;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
  line-height: 1; }

.r-flex.item .r-info .number span {
  font-size: 2rem;
  vertical-align: super; }

.r-flex.item .r-info .number sup {
  vertical-align: super;
  font-size: 2rem; }

.accommodation {
  padding-top: 6rem; }

@media screen and (max-width: 768px) {
  .accommodation {
    padding-top: 0; } }
.accommodation .center-block .txt {
  font-size: 1.14rem; }

.block-wrap .center-block .content-block {
  text-align: center; }

.block-wrap .center-block .content-block .btn-readmore {
  margin-top: 2rem; }

.block-wrap .center-block .block-content {
  text-align: center;
  padding: 3rem 20%;
  line-height: 1.7rem; }

.block-wrap .center-block .block-content.full-text {
  padding: 3rem 0; }

@media screen and (max-width: 768px) {
  .block-wrap .center-block .block-content {
    padding: 3rem 1rem; } }
.block-wrap .center-block .block-content .btn-readmore {
  margin-top: 2rem; }

.block-wrap .center-block .block-title .title {
  text-align: center; }

.block-wrap .center-block .block-title .divider {
  margin: 2rem auto; }

.block-wrap .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -1rem; }

@media screen and (max-width: 600px) {
  .block-wrap .flex-box {
    -ms-flex-flow: wrap;
    flex-flow: wrap; } }
.block-wrap .flex-box .wrap-content {
  position: relative;
  overflow: hidden;
  padding: 0 1rem; }

@media screen and (max-width: 600px) {
  .block-wrap .flex-box .wrap-content {
    width: 100%;
    padding: 1rem; } }
.block-wrap .flex-box .wrap-content .rs-image {
  overflow: hidden;
  position: relative; }

.block-wrap .flex-box .wrap-content .rs-image img {
  width: 100%;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused; }

.block-wrap .flex-box .wrap-content:hover .content-title {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.block-wrap .flex-box .wrap-content:hover .rs-image img {
  -webkit-animation: zoomslow 5s linear infinite;
  animation: zoomslow 5s linear infinite;
  opacity: 0.9; }

.block-wrap .flex-box .wrap-content:hover .overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.block-wrap .flex-box .wrap-content:hover .overlay:before {
  bottom: 10px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.block-wrap .flex-box .wrap-content .overlay {
  background: rgba(0, 57, 107, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1; }

.block-wrap .flex-box .wrap-content .overlay:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  opacity: 0;
  -webkit-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  border: 5px solid #fff;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s; }

@media screen and (max-width: 600px) {
  .block-wrap .flex-box .wrap-content .overlay:before {
    display: none; } }
.block-wrap .flex-box .wrap-content .content-title {
  position: absolute;
  left: 0;
  bottom: 3.5rem;
  width: 100%;
  text-align: center;
  font-size: 2.15rem;
  font-family: "Times New Roman", sans-serif;
  padding: 0 1rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2; }

.block-wrap .flex-box .wrap-content .content-title:hover {
  color: #d6a023; }

/*Zoom image slow*/
@keyframes zoomslow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes zoomslow {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1); }
  0% {
    transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1); } }
.comma {
  text-align: center; }

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 3rem 0;
  margin: 0 -1rem;
  color: #b3c2d0; }

.flex-col .col {
  width: calc(100% / 3);
  padding: 0 1rem; }

@media screen and (max-width: 600px) {
  .flex-col .col {
    width: 100%;
    margin-bottom: 2rem; } }
.flex-col .col.half {
  width: calc(100% / 2); }

@media screen and (max-width: 600px) {
  .flex-col .col.half {
    width: 100%; } }
#footer .logo-footer {
  text-align: center; }

#footer .ft-title {
  font-size: 1.28rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

#footer .ft-subtitle {
  margin-bottom: 0.5rem; }

#footer .ft-title,
#footer .ft-subtitle {
  color: #fff; }

#footer a {
  color: #b3c2d0;
  text-transform: uppercase;
  font-size: 0.92rem;
  line-height: 2;
  transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in; }

#footer a:hover {
  color: #d6a023; }

#footer .footer-top {
  background: #00396b;
  position: relative;
  padding-bottom: 7rem; }

@media screen and (max-width: 768px) {
  #footer .footer-top {
    padding-bottom: 5rem; } }
#footer .footer-top .footer-bg {
  position: absolute;
  bottom: 0;
  left: -5rem;
  right: 0; }

@media screen and (max-width: 768px) {
  #footer .footer-top .footer-bg {
    left: 0; } }
#footer .footer-top .flex-col .col.half {
  padding-left: 13rem; }

@media screen and (max-width: 768px) {
  #footer .footer-top .flex-col .col.half {
    padding-left: 2rem;
    padding-right: 2rem; } }
#footer .footer-top .ft-content p {
  line-height: 2.1;
  color: #fff; }

#footer .footer-top .ft-content a.download {
  color: #d6a023;
  padding-bottom: 2px;
  border-bottom: 1px solid #d6a023; }

#footer .footer-bottom {
  background: #003360; }

#footer .footer-bottom .flex-col .col {
  padding: 0 2rem; }

#footer .footer-bottom i {
  padding: 0 0.5rem; }

.scroll-top-link {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  background: #d6a023;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.5; }

.scroll-top-link:hover {
  opacity: 0.8; }

.scroll-top-link i {
  line-height: 3.5rem;
  color: #fff;
  font-size: 1.7rem; }

.fullwidth-banner.not-fullheight .banner-wrap {
  height: auto;
  min-height: 300px; }

.fullwidth-banner.not-fullheight .banner-wrap .text-box {
  top: 50%; }

.fullwidth-banner.not-fullheight .banner-wrap .text-box .box-para {
  width: 100%;
  line-height: 1.7rem;
  font-size: 1.15rem; }

.bold-header .hd-topbar {
  background: #002b50; }

.bold-header .hd-main {
  background: rgba(0, 43, 80, 0.7); }

.booking-stay .center-block .block-content {
  padding: 1rem; }

.booking-stay .center-block .block-content .txt {
  font-size: 1.14rem; }

.child-page .flex-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -2rem; }

.child-page .flex-block .flex-image {
  padding: 0 2rem; }

.child-page .flex-block .flex-image img {
  width: 100%; }

.child-page .flex-block .flex-content {
  padding: 0 2rem; }

.child-page .flex-block .flex-content .block-content {
  padding: 1rem 0; }

.child-page .txt {
  font-size: 1.14rem;
  line-height: 1.7rem; }

.helper-wrap {
  background-image: url("../images/about-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 7rem 0;
  margin-top: 5rem; }

.helper-wrap .col {
  text-align: center; }

.helper-wrap .col .title {
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 1rem; }

.helper-wrap .col .content {
  font-size: 1.14rem;
  color: #fff;
  padding: 0 1rem; }

@media screen and (max-width: 600px) {
  .helper-wrap .col .content {
    padding: 0; } }
.child-page .booking-stay {
  margin-bottom: 5rem; }

.child-page .booking-stay .block-wrap {
  margin-bottom: 0; }

.booking-stay.visas .txt {
  padding: 0 20%; }

@media screen and (max-width: 768px) {
  .booking-stay.visas .txt {
    padding: 0; } }
.half-width-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -1rem;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.half-width-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.half-width-wrap .half {
  width: 50%;
  padding: 0 1rem;
  margin: 2rem 0; }

@media screen and (max-width: 600px) {
  .half-width-wrap .half {
    width: 100%; } }
.half-width-wrap .full {
  width: 100%;
  padding: 0 1rem;
  margin: 2rem 0; }

.post-wrap {
  position: relative;
  border: 1px solid #e1e1e1;
  height: 100%; }

.post-wrap:hover .post-image {
  overflow: hidden; }

.post-wrap:hover .post-image img {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.post-wrap .post-content {
  padding: 2rem 3rem 4rem;
  text-align: center;
  font-size: 16px;
  color: #333333; }

.post-wrap .post-content .title {
  font-size: 2.15rem;
  color: #00396b;
  line-height: 1;
  margin-bottom: 1rem; }

.post-wrap .post-content .content {
  line-height: 1.7rem; }

.post-wrap .post-action {
  position: absolute;
  top: calc(100% - 20px);
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.post-wrap .post-action a {
  background-color: #fff; }

.post-wrap .post-action a:hover {
  background-color: #00396b; }

.mb-0 {
  margin-bottom: 0; }

.title-detail {
  position: relative; }

.title-detail .navigation {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00396b; }

.title-detail .navigation i {
  margin-right: 5px; }

.title-detail .navigation:hover {
  color: #d6a023; }

.title-detail .title {
  font-size: 2.15rem;
  color: #00396b;
  line-height: 1;
  text-align: center; }

.slider-wrap {
  overflow: hidden; }

.slider-top {
  margin-bottom: 1rem; }

.slider-top .slider-item {
  position: relative;
  width: calc(75vh * 1.77);
  height: 75vh; }

.slider-top .slider-item:focus {
  outline: 0; }

.slider-top .slider-item .wrap-img {
  height: 100%;
  overflow: hidden; }

.slider-top .slider-item .wrap-img .holder {
  display: block;
  /* height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider-top .slider-item .wrap-img .holder img {
  height: 100%; }

.slider-top .slider-item .box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.slider-top .slider-item .box-content .content-wrap {
  background: rgba(0, 57, 107, 0.3);
  padding: 3rem 5rem; }

@media screen and (max-width: 768px) {
  .slider-top .slider-item .box-content .content-wrap {
    padding: 2rem; } }
.slider-top .slider-item .box-content .content-wrap .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 768px) {
  .slider-top .slider-item .box-content .content-wrap .flex-box {
    -ms-flex-flow: wrap;
    flex-flow: wrap; } }
.slider-top .slider-item .box-content .content-wrap .flex-box .left-box {
  color: #fff;
  font-size: 16px;
  padding-right: 8rem; }

@media screen and (max-width: 768px) {
  .slider-top .slider-item .box-content .content-wrap .flex-box .left-box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem; } }
.slider-top .slider-item .box-content .content-wrap .flex-box .right-box .reservation {
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slider-top .slider-item .box-content .content-wrap .flex-box .right-box .reservation:hover {
  color: #d6a023;
  border-color: #d6a023; }

.slider-nav {
  margin-bottom: 2rem; }

.slider-nav .slick-list {
  margin: 0 -0.5rem; }

.slider-nav .slider-item {
  height: 25vh;
  position: relative;
  cursor: pointer; }

.slider-nav .slider-item:focus {
  outline: 0; }

.slider-nav .slider-item.slick-current .holder .overlay {
  opacity: 1; }

.slider-nav .slider-item.slick-current .line-bottom:after {
  opacity: 1; }

.slider-nav .slider-item .wrap-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.slider-nav .slider-item .holder {
  display: block;
  /* height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem; }

.slider-nav .slider-item .holder img {
  height: 100%;
  width: 100%; }

.slider-nav .slider-item .holder .overlay {
  background: rgba(0, 57, 107, 0.6);
  position: absolute;
  top: 0;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 1rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slider-nav .slider-item .line-bottom {
  background: #ccc;
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }

.slider-nav .slider-item .line-bottom:after {
  content: "";
  display: inline-block;
  width: 75%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 5px;
  background: #d6a023;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.accommodation-detail-sec .booking-stay {
  margin-bottom: 3rem;
  padding: 2rem 0; }

.accommodation-detail-sec .block-wrap {
  margin-bottom: 2rem; }

.list-convention li {
  line-height: 2.15rem;
  color: #000; }

.list-convention .btn-readmore {
  margin-top: 1.5rem; }

.child-page .sec-wrap .background-patten-2 + .block-wrap {
  margin-top: 5rem; }

.dinner-info {
  margin-bottom: 5rem; }

.dinner-info .half-width-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }

.dinner-info .half-width-wrap.reverse .dn-info {
  left: auto;
  right: -8rem; }

.dinner-info .half-width-wrap .half {
  position: relative;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 768px) {
  .dinner-info .half-width-wrap .half {
    width: 100%;
    margin: 1rem 0; } }
.dinner-info .half-width-wrap .dn-image img {
  width: 100%; }

.dinner-info .half-width-wrap .dn-info {
  padding: 7rem;
  background: #f8f8f8;
  position: absolute;
  top: 50%;
  width: 100%;
  left: -8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: -6px 33px 41px -36px rgba(0, 0, 0, 0.34);
  box-shadow: -6px 33px 41px -36px rgba(0, 0, 0, 0.34); }

@media screen and (max-width: 1024px) {
  .dinner-info .half-width-wrap .dn-info {
    padding: 3rem; } }
@media screen and (max-width: 768px) {
  .dinner-info .half-width-wrap .dn-info {
    position: static;
    -webkit-transform: none;
    transform: none; } }
.dinner-info .half-width-wrap .dn-info .title {
  font-size: 2rem;
  color: #00396b;
  margin-bottom: 1rem; }

.dinner-info .half-width-wrap .dn-info .content {
  line-height: 1.7rem; }

.meta {
  font-size: 0.85rem;
  color: #c2c2c2; }

.list-post-wrap .half-width-wrap .half {
  margin: 1rem 0; }

.list-post-wrap .post-wrap .post-content {
  text-align: left;
  padding: 4rem; }

@media screen and (max-width: 768px) {
  .list-post-wrap .post-wrap .post-content {
    padding: 2rem; } }
.list-post-wrap .post-wrap .post-content .title {
  margin-top: 1rem; }

.list-post-wrap .post-wrap .post-content .post-action {
  position: static;
  -webkit-transform: none;
  transform: none;
  margin-top: 1rem; }

.list-services {
  padding: 0; }

.list-services .service-list .service-item {
  display: inline-block;
  position: relative; }

.list-services .service-list .service-item.active .service-link:after {
  width: 100%; }

.list-services .service-list .service-item .service-link {
  padding: 2rem;
  display: inline-block;
  font-family: "Times New Roman", sans-serif;
  font-size: 2.15rem;
  color: #00396b; }

.list-services .service-list .service-item .service-link:hover {
  color: #d6a023; }

.list-services .service-list .service-item .service-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  background: #d6a023;
  width: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.services-list-post {
  padding-bottom: 5rem; }

.promotion-list-post {
  margin-top: 5rem; }

.promotion-detail {
  margin-top: 3rem; }

.promotion-detail .block-meta {
  margin-bottom: 1rem; }

.promotion-detail .txt {
  color: #000; }

.block-content .content {
  line-height: 1.7rem;
  font-size: 1.14rem;
  color: #000; }

.block-content .content p {
  margin-bottom: 1rem; }

.contact-wrap {
  margin-top: 5rem; }

.contact-wrap .flex-block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 768px) {
  .contact-wrap .flex-block .flex-content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }
.contact-wrap .flex-block .flex-content .block-content {
  padding-top: 0; }

.contact-form .input-control input,
.contact-form .input-control textarea {
  background: #f8f8f8;
  border: 1px solid #e1e1e1; }

.contact-form .half-width-wrap .half,
.contact-form .half-width-wrap .full {
  margin: 0.5rem 0; }

.contact-form .action {
  text-align: center; }

.contact-form .action .btn-readmore {
  margin: 0;
  padding: 0.715rem 7rem; }

.footer-banner {
  height: 75vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem; }

@media screen and (max-width: 600px) {
  .footer-banner {
    display: none; } }
.footer-banner.left-active .flex-banner .label-screen.left-half {
  width: 80.5%; }

.footer-banner.left-active .flex-banner .label-screen.left-half .cta-content .title {
  padding: 0 4.28rem; }

.footer-banner.left-active .flex-banner .label-screen.left-half .cta-content .title:before {
  display: none; }

.footer-banner.left-active .flex-banner .label-screen.right-half {
  width: 20%; }

.footer-banner.left-active .flex-banner .label-screen.right-half .cta-content .title {
  min-width: 4.28rem;
  font-size: 0;
  padding: 0; }

.footer-banner.left-active .flex-banner .window-left {
  width: 80.5%; }

.footer-banner.left-active .flex-banner .window-right {
  width: 20%; }

.footer-banner.right-active .flex-banner .label-screen.left-half {
  width: 20%; }

.footer-banner.right-active .flex-banner .label-screen.left-half .cta-content .title {
  min-width: 4.28rem;
  font-size: 0;
  padding: 0; }

.footer-banner.right-active .flex-banner .label-screen.right-half {
  width: 80.5%; }

.footer-banner.right-active .flex-banner .label-screen.right-half .cta-content .title {
  padding: 0 4.28rem; }

.footer-banner.right-active .flex-banner .label-screen.right-half .cta-content .title:before {
  display: none; }

.footer-banner.right-active .flex-banner .window-left {
  width: 20%; }

.footer-banner.right-active .flex-banner .window-right {
  width: 80.5%; }

.flex-banner .label-screen {
  top: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s; }

.flex-banner .label-screen.left-half {
  left: 0; }

.flex-banner .label-screen.left-half .cta-content {
  right: 0; }

.flex-banner .label-screen.left-half .cta-content .title {
  padding: 0 4.28rem 0 6.28rem; }

.flex-banner .label-screen.left-half .cta-content .title:before {
  content: "\f100";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 100%;
  width: 4.28rem;
  font-size: 1rem;
  background: #d6a023;
  color: #fff; }

.flex-banner .label-screen.right-half {
  right: 0; }

.flex-banner .label-screen.right-half .cta-content {
  left: 0; }

.flex-banner .label-screen.right-half .cta-content .title {
  padding: 0 6.28rem 0 4.28rem; }

.flex-banner .label-screen.right-half .cta-content .title:before {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 0;
  height: 100%;
  font-size: 1rem;
  width: 4.28rem;
  background: #d6a023;
  color: #fff; }

.flex-banner .cta-content {
  position: absolute;
  display: inline-block;
  top: 50%;
  height: 4.28rem;
  line-height: 4.28rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 57, 107, 0.7);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.flex-banner .cta-content .title {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 160px;
  font-size: 14px;
  height: 100%;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.flex-banner .window-panel {
  -webkit-transition: width 0.6s ease 0s;
  transition: width 0.6s ease 0s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -2; }

.flex-banner .window-left {
  right: auto;
  width: 50.1%; }

.flex-banner .window-right {
  left: auto;
  width: 50.1%; }

.flex-banner .image-background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  z-index: -1; }

.news-sec .half-width-wrap .post-image img {
  width: 100%; }

.hd-main .main .nav-wrap .nav-ul li.current-menu-item a {
  color: #d6a023; }

.watch-full-video {
  z-index: 2;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.watch-full-video .watch-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-size: 1.25rem;
  outline: none;
  cursor: pointer; }

.watch-full-video .watch-full:hover circle {
  fill: #002b50;
  stroke: rgba(0, 43, 80, 0.4); }

.watch-full-video .watch-full:hover span {
  color: #fff; }

.watch-full-video .watch-full svg.circle-fill {
  position: relative;
  width: 80px;
  height: 80px; }

.watch-full-video .watch-full svg.circle-fill circle {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.watch-full-video .watch-full svg.circle-fill polygon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px); }

.watch-full-video .watch-full span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

body,
div,
a {
  font-family: "Roboto", sans-serif !important; }

.hd-topbar span.hotline {
  text-transform: capitalize !important; 
color:#fff;}
.hd-topbar span.hotline > a {
  text-decoration:none; color:#fff;}
.hd-topbar span.email {
  text-transform: inherit !important; 
  color:#fff;}
  .hd-topbar span.email > a{
    text-decoration:none; color:#fff;
  }
.block-title .title {
  font-size: 3.3rem; }

.block-wrap .center-block .block-content {
  padding: 3rem 19%; }

.logo img.custom-logo {
  max-width: 250px; }
  @media screen and (max-width: 600px) {
    .logo img.custom-logo {
      width: 200px; } }

.footer-top .flex-col .col {
  z-index: 2; }

.footer-top .footer-bg {
  z-index: 0; }

#footer .footer-top {
  z-index: 2; }

a#scroll-top {
  z-index: 3; }

.banner-mobile-only {
  display: none; }

@media screen and (max-width: 600px) {
  #header .hd-topbar {
    background: rgba(0, 43, 80, 0.7); }

  #header .hd-main {
    background: #002b50; }

  #header .top-right .select-wrap .country-name {
    display: none; }

  .block-wrap .center-block .block-content {
    padding: 15px; }

  .occ-booking .occ-trigger {
    cursor: pointer; }

  .block-wrap {
    margin-bottom: 2rem; }

  .flex-block .flex-content {
    padding: 1rem; }

  #footer .footer-top .flex-col .col.half {
    margin-bottom: 0; }

  .sub-menu-wrap .occupancy-setting .lb {
    min-width: 50px; }

  .flex-block {
    margin: 2rem -1rem; }

  .flex-col {
    padding: 15px 0; }

  .banner-mobile-only {
    display: block;
    height: 165px; }

  #main-wrap .fullwidth-banner .banner-image {
    z-index: 1; }

  .watch-full-video .watch-full span {
    display: none; } }
#header .top-right .select-wrap .wrapper-dropdown .dropdown li a {
  white-space: nowrap; }
#header .top-right{
	    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
}
.hd-main .main .logo img{
		max-width:100%;
	}
.sec-wrap .background-patten-2,
.sec-wrap .background-patten{
	display:none;
}
/*# sourceMappingURL=style.css.map */