/*=====================================
=            mixin default            =
=====================================*/
/* .modal-background{
  @include overlay();
  background: black;
  opacity: 0.9;
} */
/* .box{
  @include border-radius(3px);
} */
/* .linear-gradient {
  @include linear-gradient(#00FFFF,#0080FF,45deg);
}
*/
/* .article-heading {
  @include opacity(0.8);
} */
/* .abs {
  @include abs-pos(10px, 10px, 5px, 15px);
} */
/* body {
  @include font-size(16);
} */
/* body {
  @include line-height (16);
} */
/* mixin usage */
/* .center-both p {
  @include center(both);
}
.center-vert p {
  @include center(vert);
}
*/
/* a{
     @include linkColor(#3cf);
   } */
/* Retina image */
/* .site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
  } */
/*=====  End of mixin default  ======*/
/*===================================
=            Font family            =
===================================*/
@import url("https://fonts.googleapis.com/css?family=Damion|Open+Sans:400,400i,700|Noto+Serif:400,700");
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap');
body {
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.53rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Exo 2', sans-serif;
  color: #da2032; 
  }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.53rem;
  font-weight: bold; }

section {
  padding: 70px 0;
  position: relative; }

h2.title {
  color: #da2032;
  margin: 0 0 1em; }

a, a:hover {
  text-decoration: none; }

/*=====  End of Font family  ======*/
/*==============================
=            Header            =
==============================*/
.banner {
  position: relative; }
  .banner .txt {
    position: absolute;
    top: 50%; left: 50%;
	transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,.5);
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    /* text-shadow: 0 0 5px grey, 0 0 10px grey; */
    padding: 0.5em 1em;
    line-height: 1.2;		}

.header {
  position: relative; }
  .header .title {
    font-family: "Damion", cursive;
    font-size: 62px;
    position: absolute;
    bottom: 1.2em;
    left: 0;
    width: 100%;
    text-align: center;
    /* WebKit (Safari/Chrome) Only */
    /* If we weren't using text-shadow, we'd set a fallback color
       and use this to set color instead
       -webkit-text-fill-color: white; */
    color: #bc0606;
    text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    letter-spacing: 3px; }
    @media only screen and (max-width: 767px) {
      .header .title {
        position: relative;
        font-size: 40px;
        line-height: 1;
        bottom: auto; } }
  .header h5 {
    letter-spacing: 3px;
    font-size: 20px;
    position: relative;
    top: -2.5em;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .header h5 {
        top: auto;
        color: #666;
        line-height: 1.3; } }

/*=====  End of Header  ======*/
/*=====================================
=            Section About            =
=====================================*/
.about {
  padding-top: 1em; }

.figure {
  border: 1px solid #ddd;
  background: #fff;
  padding: 60px 15px 0;
  position: relative; }
  .figure .icon {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -70px; }
  .figure .top-figure {
    padding: 0 15px 15px;
    margin: 0 -15px;
    background: #a02424;
    position: relative; }
    .figure .top-figure::before {
      background: #fff;
      content: "";
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 20px; }
    .figure .top-figure img {
      position: relative; }
    .figure .top-figure h4 {
      color: #fff; }

/*=====  End of Section About  ======*/
/*==========================================
=            Section hightlight            =
==========================================*/
.hightlight {
  background: url(../images/20180409/bgr1.jpg) 100% 0% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #333;
  padding: 0;
  position: relative;
  overflow: hidden; }
  .hightlight ol {
    font-size: 18px;
    color: #666; }
    .hightlight ol li {
      margin: 0 0 10px; }
  .hightlight h2.title {
    color: #da2032; }
  .hightlight .date {
    color: #da2032; }
  .hightlight .bgr-one, .hightlight .bgr-two {
    padding: 70px 0;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 1.6; }
  .hightlight .bgr-two {
    background: #0a68b3; }
    .hightlight .bgr-two h3 {
      line-height: 1.5;
      color: #fff;
      margin: 0;
      padding: 0;
      font-size: 22px; }
      @media only screen and (max-width: 767px) {
        .hightlight .bgr-two h3 {
          font-size: 18px; } }
      .hightlight .bgr-two h3 a {
        color: #da2032; }
        .hightlight .bgr-two h3 a:hover {
          color: #e08026; }
  .hightlight .container {
    position: relative; }
  .hightlight .check li {
    background: url(../images/20180409/icon10.png) no-repeat 15px 0;
    min-height: 78px;
    padding: 20px 0 0 115px;
    margin-bottom: 1.5em; }
    @media only screen and (max-width: 767px) {
      .hightlight .check li {
        padding-right: 15px; } }

/*=====  End of Section hightlight  ======*/
/*====================================
=            Section Form            =
====================================*/
.form-horizontal .control-label {
  font-weight: normal; }

.alert {
  display: none; }

.color-red {
  color: #e20613; }

.form-group {
  margin-bottom: .5em; }

.input-group {
  width: 100%; }
  .input-group label.radio-list {
    font-weight: normal !important;
    margin: 5px 1em 0 0; }
  .input-group .row {
    margin: 0 -3px; }
  .input-group [class^=col-] {
    padding: 3px;
    overflow: hidden; }

.button-container {
  margin: 0 auto; }

.btn-send {
  display: inline-block;
  height: 50px;
  width: 186px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  font-size: 16px;
  text-align: center; }
  .btn-send:after {
    background: -moz-linear-gradient(45deg, #fc7575 0%, #e20613 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fc7575), color-stop(100%, #e20613));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #fc7575 0%, #e20613 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #fc7575 0%, #e20613 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #fc7575 0%, #e20613 100%);
    /* ie10+ */
    background: linear-gradient(45deg, #fc7575 0%, #e20613 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
    /* ie6-9 */
    position: absolute;
    content: '';
    display: inline-block;
    /* background: rgba(59,173,227,1);
    background: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%); */
    height: 50px;
    width: 372px;
    z-index: -1;
    transform: translateX(-280px);
    transition: transform 400ms ease-in; }
  .btn-send:hover {
    color: #FFF; }
    .btn-send:hover:after {
      transform: translateX(-200px); }
  .btn-send span {
    position: relative;
    top: 16px; }

/*=====  End of Section Form  ======*/
/*========================================
=            section Tour All            =
========================================*/
.tour {
  padding: 70px 0 30px;
  background: #eaeaea; }

.figure-img {
  margin: 0;
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 220px;
  max-width: 420px;
  width: 100%;
  background: #000000;
  text-align: center; }
  .figure-img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  .figure-img img {
    max-width: 100%;
    vertical-align: top; }
  .figure-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 24px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    color: #d8b07c; }
  .figure-img a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .figure-img:hover img,
  .figure-img .hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .figure-img:hover .icon,
  .figure-img .hover .icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.figure-caption {
  font-size: 100%;
  text-align: center;
  clear: both;
  display: block;
  overflow: hidden; }
  .figure-caption .des, .figure-caption .name, .figure-caption .room {
    display: block;
    font-family: "Noto Serif", serif; }
  .figure-caption .name {
    color: #e08026;
    font-size: 18px;
    margin-top: .5em; }
  .figure-caption .stars {
    font-size: 8px;
    color: #e8ac25; }
    .figure-caption .stars svg {
      margin: 0 1px; }
  .figure-caption .link {
    padding: 3px;
    text-align: center;
    color: #555;
    display: block; }

/*=====  End of section Tour All  ======*/
/*========================================
=            section Bot Page            =
========================================*/
.bot-page {
  background: url(../images/20180409/bgr2.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0 60px; }
  .bot-page h2.title {
    color: #fff; }
  .bot-page .col-1of5 {
    width: 100%;
    padding: 0 15px;
    float: left;
    display: inline; }
    @media only screen and (max-width: 1023px) {
      .bot-page .col-1of5 {
        width: 20%; } }
  .bot-page .col-1of5 img {
    margin: 0 auto; }
    @media only screen and (max-width: 1023px) {
      .bot-page .col-1of5 img {
        width: 80%;
        margin: 20px auto 0; } }
  .bot-page p {
    color: #fff;
    font-size: 13px;
    line-height: 1.5; }
    @media only screen and (max-width: 1023px) {
      .bot-page p {
        font-size: 15px; } }

/*=====  End of section Bot Page  ======*/
/*==============================
=            Footer            =
==============================*/
.bot-foot {
  font-size: 13px;
  padding: 1em 0 2em;
  background: #262e3a;
  border-bottom: 3px solid #f14242;
  position: relative; }
  .bot-foot p {
    font-size: 13px;
    color: #666; }
  .bot-foot a {
    color: #ccc; }
    .bot-foot a:hover {
      color: #f14242; }

.logo-txt {
  letter-spacing: 10px;
  color: #fff !important;
  text-transform: uppercase; }
  .logo-txt span {
    color: #ec1c24; }

/*=====  End of Footer  ======*/
.fast-btn {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 100;
  display: none; }
  @media only screen and (max-width: 767px) {
    .fast-btn {
      bottom: 12%; } }

.fast-btn .one, .fast-btn .two, .fast-btn .back-home {
  background: #f14242;
  padding: 10px;
  display: block;
  z-index: 2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  margin: 2px 0; }

.fast-btn .back-home {
  color: #333;
  background: #ccc;
  text-align: center; }

.go-top {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 42px;
  height: 42px;
  text-align: center;
  position: fixed;
  bottom: 1.5em;
  right: 10px;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
  line-height: 1.5;
  z-index: 9999; }
  .go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff; }

.home {
  position: absolute;
  top: 2em;
  right: 2em;
  background-color: #f1f1f1;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  color: #999;
  text-align: center;
  line-height: 52px; }
  .home:hover {
    background: #999;
    color: #f1f1f1; }

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
  visibility: hidden; }

.fadeIn, .bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
  visibility: visible; }

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; }

.delay-15s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s; }

/*================================
=            Leaf all            =
================================*/
.leaf1, .leaf2, .leaf3, .leaf4, .leaf5 {
  position: absolute; }

.leaf1 {
  top: 5em;
  left: -5em; }

.leaf2 {
  top: 5em;
  right: 1em; }

.leaf3 {
  top: -4em;
  left: -1em; }

.leaf5 {
  top: -5em;
  right: 0; }

/*=====  End of Leaf all  ======*/
.menu a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color .35s ease; }
  .menu a:hover {
    color: #e08026; }
  .menu a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background .35s ease; }
  .menu a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #e08026;
    transition: width .35s ease; }
  .menu a:hover:before {
    width: 100%;
    background: #e08026;
    transition: width .35s ease; }
  .menu a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5rem 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 3;
  will-change: transform;
  transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0); }
  header nav {
    position: relative; }
    header nav .logo {
      width: 280px;
      margin: 5px auto 0;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -140px; }
      @media only screen and (max-width: 767px) {
        header nav .logo {
          width: 40%;
          margin: 0 auto;
          left: 0;
          float: left;
          position: relative; } }
    header nav ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      header nav ul li {
        float: left;
        margin: 2.5rem 1.5rem 0; }
        @media only screen and (max-width: 767px) {
          header nav ul li {
            float: none;
            margin-left: 1rem;
            margin: 0 1.5rem; } }
        header nav ul li a {
          display: block;
          padding: .425rem 0rem;
          margin-left: 1rem;
          
          font-family: "Noto Serif", serif;
          color: #555;
          font-size: 15px; }
          @media only screen and (max-width: 767px) {
            header nav ul li a {
              padding: .725rem 0rem; } }
      @media only screen and (max-width: 767px) {
        header nav ul li.pull-right {
          float: none !important;
          margin-right: 1rem; } }

@media (max-width: 768px) {
  ul {
    clear: both; }
    ul li {
      padding: .5em 0; } }
.hide-nav {
  transform: translateY(-120% !important);
  -webkit-transform: translateY(-120%) !important; }

ul.menu {
  display: block;
  overflow: hidden;
  max-height: 15em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
  min-height: 80px; }
  @media only screen and (max-width: 767px) {
    ul.menu {
      display: block !important;
      max-height: 0 !important;
      float: none;
      min-height: 0 !important; } }
  ul.menu:before {
    content: '';
    display: table;
    clear: both; }
  ul.menu.collapse {
    max-height: 15em !important; }

.nav-toggle {
  display: none;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 38px;
  width: 38px;
  cursor: pointer;
  padding: 8px 8px; }
  .nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 4.4px); }
  .nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(4.4px, -4.4px); }
  @media only screen and (max-width: 767px) {
    .nav-toggle {
      display: block; } }
  .nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: #e20613;
    transition: all .25s; }

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3 {
  position: relative;
  background: #fff;
  width: 97%;
  margin: 0 auto 5em;
  padding: 10px; }
  .effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.team {
  padding-top: 0; }
  .team .img-circle {
    margin: 0 auto; }
  .team h2 {
    font-size: 30px; }
  .team h3 strong {
    font-size: 20px;
    font-weight: normal; }

.interlink {
  padding: 70px 0 0;
  color: #222 !important;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  position: relative; }
  .interlink .list-unstyled li {
    margin-bottom: 5px; }
  .interlink .list-unstyled li:nth-child(2) {
    margin-left: 3em; }
  .interlink .list-unstyled li:nth-child(3) {
    margin-left: 7em; }
  .interlink .list-unstyled li:nth-child(4) {
    margin-left: 12em; }
  .interlink a {
    color: #555;
    font-style: italic; }

.link-pos {
  position: relative;
  margin-left: -6em;
  margin-top: -1em; }
  @media only screen and (max-width: 767px) {
    .link-pos {
      margin: 0; } }

.partner {
  padding: 0; }

.logo-pat img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  height: 40px; }
  @media only screen and (max-width: 767px) {
    .logo-pat img {
      display: block;
      float: none;
      margin: 0 auto 10px; } }
  .logo-pat img:hover {
    -webkit-filter: grayscale(0);
    filter: none; }

/* Disable grayscale on hover */
/* ==========================================================================
Footer
========================================================================== */
footer a {
  color: #fff; }

footer a:hover {
  text-decoration: underline;
  color: #e08026; }

footer {
  background-color: #333;
  padding: 30px 0 10px;
  position: relative;
  z-index: 2; }
  footer img {
    margin: 0 auto; }

footer p {
  color: #aaa;
  margin-top: 0;
  font-size: 15px; }

footer h3 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 8px; }

ul.legals {
  list-style: none;
  color: #fff;
  line-height: 25px; }

/*# sourceMappingURL=style.css.map */
