@font-face {
  font-family: 'F5 Magistral Book';
  src: url("../fonts/FSMagistralBook.woff") format("woff"), url("../fonts/FSMagistralBook.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'F5 Magistral Book Italic';
  src: url("../FSMagistralBookItalic.woff2") format("woff2"), url("../FSMagistralBookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

:root {
  --primary-color: #001030;
  --secondary-color: #169fd6;
  --third-color: #209eff;
  --four-color: #1777b1;
  --fifth-color: #137dba;
  --six-color: #00091a;
  --seven-color: #fff;
  --eight-color: #333;
  --nine-color: #0d2658;
  --ten-color: #0d74d7;
  --eleven-color: #03386b;
  --border-color: #ccc;
  --primary-font: 'F5 Magistral Book';
  --secondary-font: 'F5 Magistral Book Italic'; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  font-family: var(--primary-font) !important; }

body {
  font-family: var(--primary-font);
  font-size: 18px; }

a {
  text-decoration: none; }

li {
  list-style: none; }

img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

header {
  position: relative; }
  header .header--wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 16px;
    position: relative; }
    header .header--wrap .logo-menu {
      justify-content: center; }
      header .header--wrap .logo-menu .logo {
        width: 100px;
        height: auto; }
    header .header--wrap .nav-menu--wrap #nav-menu {
      display: flex; }
      header .header--wrap .nav-menu--wrap #nav-menu .menu-item a h3 {
        color: var(--seven-color);
        padding: 0 32px;
        font-weight: 100;
        position: relative;
        z-index: 1; }
        header .header--wrap .nav-menu--wrap #nav-menu .menu-item a h3:before {
          content: '';
          position: absolute;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background-color: #263759;
          opacity: 0;
          top: -5px;
			left: -10%;
          z-index: -1;
          transition: 0.5s; }
      header .header--wrap .nav-menu--wrap #nav-menu .menu-item.current-menu-item a h3:before {
        opacity: 0.8;
        left: 10%; }
      header .header--wrap .nav-menu--wrap #nav-menu .menu-item:hover a h3:before {
        opacity: 0.8;
        left: 10%; }
    header .header--wrap .hotline-header a {
      display: inline-block;
      color: var(--primary-color);
      background-color: var(--seven-color);
      padding: 12px 32px;
      border-radius: 50px;
      font-weight: bold;
      position: relative;
      overflow: hidden;
      transition: 0.5s;
      z-index: 1; }
      header .header--wrap .hotline-header a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background-color: var(--third-color);
        left: 0;
        top: -100%;
        transition: 0.5s;
        z-index: -1;
        opacity: 0.9; }
      header .header--wrap .hotline-header a:hover {
        color: var(--seven-color); }
        header .header--wrap .hotline-header a:hover:before {
          top: 0; }
    header .header--wrap .menu-mobile {
      display: none; }
  header #header-main {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 5; }
  header #header-cover {
    padding: 0 0 100px;
    position: relative; }
    header #header-cover:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-color: var(--primary-color);
      opacity: 0.9; }
    header #header-cover .name {
      text-align: center;
      color: #fff;
      margin-top: 60px;
      position: relative; }
      header #header-cover .name .page-title {
        color: #fff;
        font-weight: unset;
        font-size: 60px;
        margin-bottom: 28px; }
      header #header-cover .name #breadcrumbs span {
        font-size: 19px;
        color: var(--third-color);
        font-weight: 100; }
        header #header-cover .name #breadcrumbs span a, header #header-cover .name #breadcrumbs span.divider {
          color: var(--seven-color); }
        header #header-cover .name #breadcrumbs span.divider {
          margin: 0 8px; }

main {
  position: relative;
  overflow: hidden; }

#introduction {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: var(--primary-color);
  padding: 150px 0 300px;
  overflow: hidden; }
  #introduction-home {
    background-color: var(--primary-color);
    padding: 170px 0 0; }

.introduction--wrap {
  display: flex; }
  .introduction--wrap .left {
    width: 60%;
    position: relative; }
    .introduction--wrap .left img {
      box-shadow: 0 0 60px -8px rgba(255, 255, 255, 0.35); }
      .introduction--wrap .left img:first-child {
        top: 0;
        width: 500px;
        height: 500px;
        border-radius: 50%; }
      .introduction--wrap .left img:nth-child(2) {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        transform: translateY(10px);
        position: absolute;
        top: -8%;
        left: 47%; }
    .introduction--wrap .left p {
      position: relative;
      width: 425px;
      height: 425px;
      background-color: var(--secondary-color);
      padding: 60px 45px 30px 60px;
      border-radius: 50%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      color: var(--seven-color);
      transform: translateY(10px);
      left: 46%;
      top: -31%;
      line-height: 40px;
      font-size: 23px;
      text-align: justify;
      font-style: italic; }
      .introduction--wrap .left p:before {
        content: '';
        position: absolute;
        color: var(--seven-color);
        top: 15%;
        left: 25%;
        background-image: url(../img/quote.png);
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain; }
  .introduction--wrap .right {
    width: 40%;
    color: var(--seven-color); }
    .introduction--wrap .right .desc_title {
      font-style: italic;
      text-align: center;
      font-size: 25px; }
    .introduction--wrap .right .full_title {
      font-style: italic;
      margin-bottom: 40px;
      line-height: 34px;
      font-size: 20px; }
    .introduction--wrap .right h3 {
      font-size: 55px;
      text-align: center;
      text-transform: uppercase;
      margin-top: 25px;
      margin-bottom: 25px; }
    .introduction--wrap .right ul {
      position: relative;
      left: 12%;
      display: inline-block; }
      .introduction--wrap .right ul li {
        line-height: 50px;
        padding-left: 30px;
        list-style-image: url(../img/check.png);
        font-size: 20px; }

#contact {
  padding: 100px 0;
  background-color: var(--primary-color); }
  #contact .title__contact {
    padding-bottom: 80px;
    text-align: center; }
    #contact .title__contact h4, #contact .title__contact h2 {
      font-weight: 100; }
    #contact .title__contact h4 {
      font-size: 20px;
      color: var(--secondary-color);
      padding-bottom: 18px; }
    #contact .title__contact h2 {
      font-size: 35px;
      text-transform: uppercase;
      color: var(--seven-color); }
  #contact .information {
    padding-bottom: 130px;
    overflow: hidden; }
    #contact .information__item--wrap {
      display: flex;
      background-color: var(--secondary-color);
      padding: 20px 32px; }
    #contact .information__item--header {
      min-width: 100px;
      height: 85px;
      background-color: var(--primary-color);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #contact .information__item--header img {
        width: 22px;
        height: auto; }
    #contact .information__item--content {
      display: flex;
      flex-direction: column;
      margin-left: 58px; }
      #contact .information__item--content h3 {
        color: var(--primary-color);
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 8px; }
      #contact .information__item--content p, #contact .information__item--content a {
        font-size: 18px;
        line-height: 26px;
        color: var(--seven-color); }
      #contact .information__item--content .number--wrap {
        display: flex;
        flex-direction: column; }
  #contact .contact__info {
    padding-right: 45px;
    background-color: var(--primary-color); }
    #contact .contact__info-header h3 {
      font-size: 28px;
      color: var(--seven-color);
      font-weight: 100; }
    #contact .contact__info-header p {
      font-weight: 100;
      color: var(--secondary-color);
      margin-bottom: 16px; }
    #contact .contact__info #form_contact {
      margin: 16px -30px 0; }
    #contact .contact__info-item input, #contact .contact__info-item textarea {
      width: 100%;
      margin-bottom: 16px;
      padding: 13px 0;
      border: 0;
      border-bottom: 2px solid var(--seven-color);
      font-family: var(--primary-font);
      outline: 0;
      background-color: transparent;
      font-size: 16px;
      color: var(--seven-color); }
      #contact .contact__info-item input::placeholder, #contact .contact__info-item textarea::placeholder {
        color: var(--seven-color); }
    #contact .contact__info-item textarea {
      min-height: 100px;
      max-width: 100%;
      min-width: 100%;
      max-height: 300px; }
    #contact .contact__info-item label {
      position: relative;
      top: -5px; }
    #contact .contact__info--btn {
      margin-top: 25px; }
      #contact .contact__info--btn button {
        padding: 14px 42px;
        color: #fff;
        font-weight: unset;
        font-size: 18px;
        border: 0;
        background-color: var(--secondary-color);
        border-radius: 50px;
        cursor: pointer;
        transition: .5s;
        font-family: var(--primary-font); }
        #contact .contact__info--btn button i {
          color: black;
          margin-right: 8px; }
        #contact .contact__info--btn button:hover {
          transform: translateY(-5px);
          box-shadow: 0 4px 0 0 var(--third-color), 0 5px 10px 0 rgba(0, 0, 0, 0.13); }
  #contact .contact__map {
    position: relative;
    height: 100%; }
    #contact .contact__map iframe {
      width: 100%;
      height: 100%; }

#booking-home {
  background-repeat: no-repeat;
  background-position: 95% 90%;
  background-color: var(--primary-color);
  padding: 170px 0 120px;
  background-size: 30%; }

.booking--wrap {
  display: flex;
  position: relative; }
  .booking--wrap #form_booking {
    width: 740px;
    background-color: #031943;
    border-radius: 50%;
    padding: 100px;
    height: 740px;
    position: relative;
    z-index: 2;
    opacity: 0.9; }
    .booking--wrap #form_booking:before, .booking--wrap #form_booking:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      top: 0;
      left: 0; }
    .booking--wrap #form_booking:before {
      transform: scale(1.2);
      opacity: 0.4;
      z-index: 1;
      background-color: #011438; }
    .booking--wrap #form_booking:after {
      background-color: #041b49;
      transform: scale(0.8);
      opacity: 0.8;
      z-index: 2; }
    .booking--wrap #form_booking .title {
      color: var(--seven-color);
      font-size: 45px;
      text-align: center;
      z-index: 3;
      position: relative; }
    .booking--wrap #form_booking .contact__info-item {
      position: relative;
      z-index: 3; }
      .booking--wrap #form_booking .contact__info-item input {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid var(--seven-color);
        padding: 24px 16px;
        font-size: 18px;
        font-family: var(--primary-font);
        color: var(--seven-color);
        width: 100%; }
        .booking--wrap #form_booking .contact__info-item input::placeholder {
          color: var(--seven-color); }
        .booking--wrap #form_booking .contact__info-item input::-webkit-calendar-picker-indicator {
          filter: invert(1); }
    .booking--wrap #form_booking .contact__info-button {
      margin: 30px auto 0;
      position: relative;
      z-index: 3;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .booking--wrap #form_booking .contact__info-button #fb-submit {
        border: 0;
        background-color: var(--third-color);
        padding: 16px 36px;
        border-radius: 50px;
        font-family: 'F5 Magistral Book';
        color: var(--seven-color);
        cursor: pointer;
        font-size: 20px; }
  .booking--wrap .map {
    width: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 46%;
    z-index: 0; }
    .booking--wrap .map iframe {
      width: 550px;
      height: 550px;
      border-radius: 50%; }

.quatrang {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 32px; }
  .quatrang .page-numbers {
    color: var(--seven-color);
    font-weight: unset;
    font-size: 18px;
    margin-right: 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--nine-color);
    transition: 0.5s; }
    .quatrang .page-numbers i {
      font-size: 15px; }
    .quatrang .page-numbers.current {
      background-color: var(--secondary-color);
      font-weight: bold;
      color: var(--seven-color); }
      .quatrang .page-numbers.current:hover {
        background-color: var(--secondary-color);
        font-weight: bold; }
    .quatrang .page-numbers:hover {
      background-color: var(--secondary-color);
      font-weight: bold;
      color: var(--seven-color); }

#news {
  padding: 110px 0 150px;
  background-color: var(--primary-color); }

.news__list--no-post {
  font-size: 20px; }

.news__list-item {
  margin-bottom: 40px; }
  .news__list-item-image {
    height: 225px;
    width: 100%;
    overflow: hidden; }
    .news__list-item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .5s; }
    .news__list-item-image:hover img {
      filter: brightness(0.7);
      transform: scale(1.1); }
  .news__list-item-content {
    padding: 28px;
    background-color: var(--nine-color);
    position: relative; }
    .news__list-item-content:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 4px;
      background-color: var(--secondary-color);
      left: 0;
      top: 0; }
    .news__list-item-content--header h2 {
      color: var(--seven-color);
      font-weight: unset;
      font-size: 20px;
      line-height: 30px;
      transition: 0.5s; 
		display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
      .news__list-item-content--header h2:hover {
        color: var(--fifth-color); }
    .news__list-item-content--header .readmore {
      margin-top: 30px;
      color: var(--secondary-color);
      position: relative; }
      .news__list-item-content--header .readmore:before, .news__list-item-content--header .readmore:after {
        content: '';
        position: absolute;
        background-color: var(--secondary-color);
        top: 50%; }
      .news__list-item-content--header .readmore:before {
        width: 70%;
        height: 2px;
        right: 0;
        top: 50%; }
      .news__list-item-content--header .readmore:after {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--secondary-color);
        right: 70%;
        transform: translateY(-50%);
        transition: 1s; }
      .news__list-item-content--header .readmore:hover:after {
        right: 0;
        transform: translateY(-50%) scale(2); }

.news__tags {
  display: flex;
  margin: 30px 0;
  padding-top: 30px;
  border-top: 2px solid #d8dcdf; }
  .news__tags li {
    background-color: #f5f5f5;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px; }
    .news__tags li + li {
      margin-left: 12px; }

.news__details {
  background-color: var(--eleven-color);
  padding: 0 50px 60px; }
  .news__details .suggest__title h3 {
    font-family: var(--primary-font);
    color: var(--seven-color);
    font-size: 22px;
    margin-bottom: 30px; }
  .news__details .suggest__list {
    padding-left: 25px;
    margin-top: 16px; }
    .news__details .suggest__list li {
      list-style: disc;
      padding-left: 16px; }
      .news__details .suggest__list li a {
        color: var(--seven-color);
        font-style: italic;
        line-height: 30px; }
      .news__details .suggest__list li + li {
        margin-top: 12px; }
      .news__details .suggest__list li::marker {
        color: var(--seven-color);
        font-size: 25px; }
  .news__details .details__image {
    margin: 0 -50px;
    position: relative; }
    .news__details .details__image:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 6px;
      background-color: var(--fifth-color);
      bottom: 0;
      left: 0; }
  .news__details .details__title {
    color: var(--seven-color);
    font-size: 33px;
    padding-bottom: 45px;
    line-height: 45px; }
  .news__details .details__content--wrap {
    background-color: var(--eleven-color);
    padding: 70px 0 50px;
    margin-top: -12px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 50px; }
  .news__details .details__content p {
    line-height: 35px;
    text-align: justify;
    color: var(--seven-color); }
    .news__details .details__content p img {
      margin: 0 auto;
      padding: 0;
      width: 100% !important; }
  .news__details .details__content h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: justify; }
  .news__details .details__content h2, .news__details .details__content h3, .news__details .details__content h4, .news__details .details__content h5 {
    color: var(--seven-color); }
  .news__details .details__content p, .news__details .details__content h2, .news__details .details__content h3, .news__details .details__content h4, .news__details .details__content table, .news__details .details__content ul, .news__details .details__content ul li, .news__details .details__content ol, .news__details .details__content ol li, .news__details .details__content blockquote {
    margin: 12px 0; }
  .news__details .details__content .wp-caption {
    margin: 12px auto; }
    .news__details .details__content .wp-caption .wp-caption-text {
      font-size: 16px;
      text-align: center; }
  .news__details .details__content table {
    border-collapse: collapse !important; }
    .news__details .details__content table tr td {
      padding: 8px 16px;
      border: 1px solid var(--primary-color);
      line-height: 28px;
      text-align: left; }
  .news__details .details__content blockquote {
    padding-left: 16px;
    border-left: 4px solid rgba(238, 152, 54, 0.8); }
  .news__details .details__content #toc_container { margin: 12px auto;  padding: 16px}
	.news__details .details__content #toc_container p.toc_title+ul.toc_list { margin-top: 10px; }
	.news__details .details__content #toc_container .toc_list li { line-height: 28px; }
	.news__details .details__content ul { padding-left: 32px; }
	.news__details .details__content ul li { list-style: disc; color: #fff; padding-left: 10px; }

#gallery {
  background-color: var(--primary-color);
  padding: 90px 0; }
  #gallery .gallery__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 65px; }
    #gallery .gallery__list li {
      color: var(--seven-color);
      padding: 0 24px;
      cursor: pointer; }
      #gallery .gallery__list li.active {
        color: var(--secondary-color); }
  #gallery .tab_content--image {
    margin-bottom: 36px;
    width: 100%;
    height: 416px; }

#image-home {
  padding: 100px 30px 85px; }
  #image-home:before {
    opacity: 0.85; }
  #image-home .main-title, #image-home .extra-title {
    color: var(--seven-color);
    text-align: center;
    position: relative; }
  #image-home .main-title {
    font-size: 40px;
    padding-bottom: 50px; }
  #image-home .extra-title {
    max-width: 50%;
    margin: 0 auto;
    line-height: 28px;
    padding-bottom: 120px;
    font-style: italic; }
  #image-home .image-home-title--wrap .slick-track {
    display: flex;
    justify-content: center;
    flex-direction: row; }
  #image-home .image-home-title--wrap .slick-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 50px; }
    #image-home .image-home-title--wrap .slick-dots li {
      width: 15px;
      height: 15px;
      background-color: var(--seven-color);
      border-radius: 50%;
      text-indent: -99999px;
      transition: 0.5s; }
      #image-home .image-home-title--wrap .slick-dots li + li {
        margin-left: 16px; }
      #image-home .image-home-title--wrap .slick-dots li.slick-active {
        background-color: var(--third-color); }
  #image-home .image-home-title--item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 400px !important;
    height: 400px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    #image-home .image-home-title--item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-image: linear-gradient(to bottom, transparent, var(--third-color));
      opacity: 0.75; }
    #image-home .image-home-title--item h3 {
      color: var(--seven-color);
      font-weight: 100;
      font-size: 30px;
      position: relative;
      text-transform: uppercase;
      top: 10%; }

#feedback-home {
  padding: 120px 0 150px; }
  #feedback-home:before {
    opacity: 0.78; }
  #feedback-home .extra-title {
    position: relative;
    color: var(--secondary-color);
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px; }
  #feedback-home .main-title {
    color: #fff;
    position: relative;
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 70px; }
  #feedback-home .feedback-details--wrap {
    position: relative;
    color: var(--seven-color);
    width: 80%;
    margin: 0 auto; }
    #feedback-home .feedback-details--wrap:before {
      content: '';
      position: absolute;
      background-image: url(../img/quote.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 50px;
      height: 50px;
      top: 0;
      left: -10%;
      z-index: 10; }
  #feedback-home .feedback--item p:first-child {
    font-size: 20px;
    line-height: 35px;
    text-align: justify; }
  #feedback-home .feedback--item p:last-child {
    color: var(--secondary-color);
    margin-top: 30px;
    font-size: 22px;
    font-style: italic; }
	#feedback-home .container {
		position: relative;
	}
  #feedback-home .feedback-dots--wrap {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%); }
    #feedback-home .feedback-dots--wrap .slick-track {
      display: flex;
      flex-direction: column; }
  #feedback-home .feedback--dots {
    width: 65px !important;
    height: 65px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s;
    cursor: pointer; }
    #feedback-home .feedback--dots:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: var(--third-color);
      border-radius: 50%;
      transition: 0.5s; }
    #feedback-home .feedback--dots img {
      opacity: 0;
      width: 45px;
      height: 45px;
      transition: 0.5s; }
    #feedback-home .feedback--dots.slick-current {
      border: 1px solid var(--secondary-color); }
      #feedback-home .feedback--dots.slick-current img {
        opacity: 1; }
      #feedback-home .feedback--dots.slick-current:before {
        opacity: 0; }

#feedback-home, #image-home {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  #feedback-home:before, #image-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--primary-color);
    left: 0; }

#menu-home {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 100px 0 95px;
  backdrop-filter: invert(1); }
  #menu-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0.85; }
  #menu-home .menu-home--wrap {
    position: relative;
    color: var(--seven-color); }
    #menu-home .menu-home--wrap .extra-title {
      text-align: center;
      font-size: 22px;
      color: var(--secondary-color);
      text-transform: uppercase; }
    #menu-home .menu-home--wrap .main-title {
      font-size: 35px;
      text-align: center;
      text-transform: uppercase;
      margin-top: 50px; }
    #menu-home .menu-home--wrap .menu_list {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 60px 0 50px;
      border-bottom: 1px solid var(--fifth-color);
      margin-bottom: 50px; }
	#menu-home .menu-home--wrap .menu_list > i {display: none}
      #menu-home .menu-home--wrap .menu_list li {
        font-size: 22px;
        text-transform: uppercase;
        padding: 0 40px;
        cursor: pointer;
        transition: 0.5s; }
        #menu-home .menu-home--wrap .menu_list li:hover, #menu-home .menu-home--wrap .menu_list li.active {
          color: var(--secondary-color); }
    #menu-home .menu-home--wrap .menu_table {
      padding: 0 15px; }
      #menu-home .menu-home--wrap .menu_table .tabm_content {
        flex-wrap: wrap;
        justify-content: space-between; }
        #menu-home .menu-home--wrap .menu_table .tabm_content .food_list {
          width: 47%;
          margin-bottom: 40px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span {
            font-size: 20px; }
            #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span:first-child {
              width: 40%; }
            #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span:nth-child(2) {
              width: 20%;
              text-align: center;
              letter-spacing: 1px; }
            #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span:last-child {
              width: 30%;
              text-align: right; }

#slide-home {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 20% 0;
  margin-top: -7%; }
  #slide-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0.9; }
  #slide-home .overlay {
    width: 750px;
    height: 750px;
    position: absolute;
    background-color: var(--primary-color);
    content: '';
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.9; }
    #slide-home .overlay:before, #slide-home .overlay:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: transparent;
      z-index: 100;
      border: 1px solid #ccc;
      opacity: 0.2; }
    #slide-home .overlay:before {
      transform: scale(1.5);
      animation: sonarEffect_1 4s infinite; }
    #slide-home .overlay:after {
      transform: scale(1.9);
      animation: sonarEffect_2 4s infinite;
      animation-delay: 1.95s; }
  #slide-home .main-image {
    position: relative;
    width: 610px;
    height: 610px;
    border-radius: 50%;
    margin: 0 auto; }
    #slide-home .main-image--item {
      height: 610px;
      width: 610px !important; }
    #slide-home .main-image img {
      border-radius: 50%; }
    #slide-home .main-image .extra-image-1 {
      position: absolute;
      width: 200px;
      height: 200px;
      top: 0;
      left: -35%;
      animation: leftRight_1 15s infinite;
      transition: 0.5s; }
      #slide-home .main-image .extra-image-1 img {
        border-radius: 50%; }
    #slide-home .main-image .extra-image-2 {
      position: absolute;
      width: 200px;
      height: 200px;
      right: -40%;
      bottom: -10%;
      animation: leftRight_2 15s infinite;
      transition: 0.5s; }
      #slide-home .main-image .extra-image-2 img {
        border-radius: 50%; }
    #slide-home .main-image .button-video {
      position: absolute;
      width: 75px;
      height: 75px;
      background-color: var(--seven-color);
      border-radius: 50%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      top: -3%;
      right: 0; }
#slide-home .main-image .button-video:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-o-animation: sonarEffect_ytb 4s ease-out infinite;
    -webkit-animation: sonarEffect_ytb 4s ease-out infinite;
    animation: sonarEffect_ytb 4s ease-out infinite; }
      #slide-home .main-image .button-video i {
        font-size: 23px;
        position: relative;
        transition: 0.5s; }
      #slide-home .main-image .button-video:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--secondary-color);
        border-radius: inherit;
        border: 0;
        transition: 0.5s;
        transform: scale(0); }
      #slide-home .main-image .button-video:hover i {
        color: var(--seven-color); }
      #slide-home .main-image .button-video:hover:before {
        transform: scale(1); }
	  #slide-home .main-image .text-mobile { display: none; }

#search {
  position: relative;
  z-index: 2;
  padding: 60px 0; }

.nav-mobile--wrap {
  display: none; }

#popup-video {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s; }
  #popup-video.active {
    opacity: 1;
    visibility: visible;
    transition: all ease .5s; }
  #popup-video .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #popup-video .wrap-video {
    position: relative;
    width: 1000px; }

.circle-loading2 {
  display: inline-flex;
  animation: loading2 1s infinite; }
  .circle-loading2 div {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 7px 5px; }

footer {
  position: relative;
  padding-top: 47px; }
  footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--six-color);
    top: 0;
    opacity: 0.9; }
  footer .footer__logo {
    width: 200px;
    height: auto;
    margin: 0 auto; }
    footer .footer__logo--wrap {
      position: relative;
      text-align: center;
      margin-bottom: 78px; }
      footer .footer__logo--wrap:before, footer .footer__logo--wrap:after {
        content: '';
        position: absolute;
        width: 40%;
        height: 4px;
        background-color: var(--third-color);
        top: 50%; }
      footer .footer__logo--wrap:before {
        left: 0; }
      footer .footer__logo--wrap:after {
        right: 0; }
  footer .footer__info--wrap {
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(31, 158, 255, 0.2); }
  footer .footer__info--item .title {
    text-align: center;
    padding-bottom: 32px; }
    footer .footer__info--item .title h3 {
      color: var(--four-color);
      font-weight: 100;
      font-size: 26px; }
  footer .footer__info--item .location_footer {
    text-align: center;
    color: var(--seven-color);
    padding-bottom: 32px; }
  footer .footer__info--item .hotline_book, footer .footer__info--item .hotline_book p, footer .footer__info--item .hotline_book a, footer .footer__info--item .introduction_book p {
    color: var(--seven-color);
    text-align: center; }
  footer .footer__info--item .hotline_book {
    margin-top: 32px; }
  footer .footer__info--item .open_time {
    text-align: center; }
    footer .footer__info--item .open_time p {
      color: var(--seven-color); }
      footer .footer__info--item .open_time p + p {
        margin-top: 16px; }
  footer .footer__info--social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    footer .footer__info--social a {
      display: flex;
      flex-direction: unset;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: var(--fifth-color);
      color: var(--seven-color);
      border-radius: 50%;
      transition: 0.5s;
      position: relative;
      z-index: 1; }
      footer .footer__info--social a + a {
        margin-left: 16px; }
      footer .footer__info--social a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: var(--seven-color);
        transition: 0.5s;
        transform: scale(0);
        z-index: -1; }
      footer .footer__info--social a:hover {
        color: var(--fifth-color); }
        footer .footer__info--social a:hover:before {
          transform: scale(1); }
  footer .footer__copyright--wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 36px; }
    footer .footer__copyright--wrap span:first-child {
      margin-right: 4px; }
    footer .footer__copyright--wrap span:last-child {
      margin-left: 4px; }
    footer .footer__copyright--wrap span a {
      transition: 0.5s; }
      footer .footer__copyright--wrap span a:hover {
        color: var(--secondary-color); }
    footer .footer__copyright--wrap span, footer .footer__copyright--wrap a {
      color: var(--seven-color); }
    footer .footer__copyright--wrap h3 {
      color: var(--fifth-color);
      font-size: 18px; }

section .social-contact {
  position: fixed;
  right: 30px;
  z-index: 99;
  scroll-behavior: smooth;
  transition: 0.7s;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  top: 50%; }
section .social-contact a {
    padding: 10px;
    width: 45px;
    height: 45px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 50%;
}
section .social-contact a i {
    color: var(--seven-color);
}
section #banner-popup {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
section #banner-popup.active {
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}
section #banner-popup .overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
section #banner-popup .banner-popup--wrap {
	width: 600px;
	height: 600px;
    border-radius: 50%;
	z-index: 2;
	box-shadow: 0 0 60px -8px rgba(255, 255, 255, 50%);
	position: relative;
}
section #banner-popup .banner-popup--wrap img {
	border-radius: 50%;
}
section #banner-popup .close {
    position: absolute;
    top: 0;
    color: #e7e7e7;
    right: 0;
    font-size: 40px;
    padding: 20px;
	cursor: pointer;
}
section .button-nav .back-top {display: none !important}

@media screen and (min-width: 1700px) {
  .introduction--wrap .left img:first-child {
    width: 600px;
    height: 600px; }
  .introduction--wrap .left img:nth-child(2) {
    width: 380px;
    height: 380px;
    top: -24%;
    left: -4%;
    position: relative; }
  .introduction--wrap .left p {
    width: 425px;
    height: 425px;
    padding: 86px 25px 30px 60px; }
    .introduction--wrap .left p:before {
      top: 20%;
      left: 30%; }
  .introduction--wrap .right ul {
    left: 28%; }
    .introduction--wrap .right ul li {
      padding-left: 38px;
      font-size: 22px; }
  #slide-home .main-image {
    width: 600px;
    height: 600px;
    transform: translateY(0); }
    #slide-home .main-image .extra-image-1, #slide-home .main-image .extra-image-2 {
      width: 300px;
      height: 300px; }
    #slide-home .main-image--item {
      height: 600px;
      width: 600px !important; }
  #slide-home .overlay {
    width: 800px;
    height: 800px;
    top: 50%; }
  #booking-home {
    padding: 170px 0 140px;
    background-size: 20%; } }

@media screen and (min-width: 1200px) {
  .container-all {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px; }
  .container-big {
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 15px; } }

@media screen and (max-width: 1199px) {
  header .header--wrap {
    padding: 16px 0; }
    header .header--wrap .logo-menu .logo {
      width: 90px; }
    header .header--wrap .nav-menu--wrap #nav-menu .menu-item a h3 {
      font-size: 18px;
      padding: 0 16px; }
	#slide-home {margin-top: -5%}
  #slide-home .main-image {
    width: 450px;
    height: 450px; }
    #slide-home .main-image--item {
      height: 450px;
      width: 450px !important; }
    #slide-home .main-image .extra-image-1, #slide-home .main-image .extra-image-2 {
      width: 200px;
      height: 200px; }
    #slide-home .main-image .button-video {
      top: 0;
      right: -6%; }
  #slide-home .overlay {
    width: 550px;
    height: 550px; }
    #slide-home .overlay:before {
      transform: scale(1.5);
      animation: sonarEffect_1_t 4s infinite; }
    #slide-home .overlay:after {
      transform: scale(1.7);
      animation: sonarEffect_2_t 4s infinite;
      animation-delay: 1.95s; }
  #introduction {
    background-position: 90% 100%;
    background-size: 30%;
    overflow: hidden; }
  .introduction--wrap {
    flex-direction: column; }
    .introduction--wrap .left, .introduction--wrap .right {
      width: 100%; }
    .introduction--wrap .left {
      margin-bottom: -20%; }
      .introduction--wrap .left img:nth-child(2) {
        position: absolute;
        top: -6%;
        left: 50%; }
      .introduction--wrap .left p {
        transform: translateY(-65%);
        left: 45%; }
    .introduction--wrap .right {
      margin-bottom: 10%; }
  #contact .information__item--content .number--wrap {
    flex-direction: row; }
    #contact .information__item--content .number--wrap a:last-child {
      margin-left: 32px;
      position: relative; }
      #contact .information__item--content .number--wrap a:last-child:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background-color: var(--seven-color);
        left: -20px;
        top: 50%; }
  #contact .information__item--wrap {
    margin-bottom: 22px; }
  #contact .contact__info {
    padding-right: 15px; }
    #contact .contact__info--wrap {
      margin-left: 0; }
    #contact .contact__info #form_contact {
      margin: 16px -15px 0; }
  #image-home .image-home-title--item {
    width: 300px !important;
    height: 300px; }
    #image-home .image-home-title--item h3 {
      top: 15%;
      text-align: center;
      font-size: 25px; }
  #image-home .extra-title {
    max-width: 70%; }
  #menu-home .menu-home--wrap .menu_list li {
    font-size: 18px;
    padding: 0 20px; }
  #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span {
    font-size: 18px; }
    #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span:nth-child(2) {
      width: 25%; }
  #feedback-home .feedback--dots {
    width: 55px !important;
    height: 55px; }
    #feedback-home .feedback--dots:before {
      width: 15px;
      height: 15px; }
    #feedback-home .feedback--dots img {
      width: 40px;
      height: 40px; }
  #feedback-home .feedback-details--wrap:before {
    width: 40px;
    height: 40px;
    left: -12%; }
  #feedback-home .extra-title {
    margin-bottom: 30px; }
  #feedback-home .main-title {
    font-size: 45px; }
  #booking-home {
    background-size: 30%;
    overflow: hidden; }
  .booking--wrap #form_booking {
    width: 650px;
    height: 650px;
    padding: 80px; }
  .booking--wrap .map {
    left: 60%; }
    .booking--wrap .map iframe {
      width: 450px;
      height: 450px; }
  .news__list-item-content--header .readmore:before {
    width: 55%; }
  .news__list-item-content--header .readmore:after {
    right: 55%; }
  .news__list-item-content--header h2 {
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .news__list-item-image {
    height: 200px; }
  #gallery .tab_content--image {
    height: 220px; }
  footer .footer__logo {
    width: 150px; }
  footer .footer__info--item .hotline_book, footer .footer__info--item .hotline_book p, footer .footer__info--item .hotline_book a, footer .footer__info--item .introduction_book p {
    line-height: 30px; }
  footer .footer__info--item .introduction_book {
    margin-top: -3px; }
  footer .footer__info--item .hotline_book {
    margin-top: 16px; }
  .nav-mobile--wrap {
    display: block;
    text-align: center;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -50%;
    position: fixed;
    width: 50%;
    z-index: 1000;
    padding: 120px 35px;
    background-color: var(--primary-color);
    transition: 0.5s; }
    .nav-mobile--wrap.active {
      left: 0; }
    .nav-mobile--wrap .close-menu {
      position: absolute;
      top: 0;
      right: 5%;
      padding: 24px;
      font-size: 37px;
      color: var(--secondary-color); }
    .nav-mobile--wrap #nav-menu li a {
      display: inline-block;
      padding: 16px 0;
      font-size: 20px;
      color: #fff;
      width: 80%;
      border-bottom: 1px solid var(--four-color);
      font-weight: bold; }
    .nav-mobile--wrap #nav-menu li.current-menu-item a, .nav-mobile--wrap #nav-menu li.current-post-ancestor a {
      color: var(--four-color); }
    .nav-mobile--wrap #searchform {
      display: none; } }

@media screen and (max-width: 1024px) {
  header .header--wrap .nav-menu--wrap #nav-menu .menu-item a h3 {
    font-size: 18px; }
  header #header-cover .name #breadcrumbs span {
    font-size: 18px; }
  header #header-cover .name .page-title {
    font-size: 50px; }
  #slide-home .main-image .button-video {
    top: -4%;
    right: 3%;
    width: 60px;
    height: 60px; }
    #slide-home .main-image .button-video i {
      font-size: 18px; }
  .introduction--wrap .left img:first-child {
    width: 550px;
    height: 550px; }
  .introduction--wrap .left img:nth-child(2) {
    top: -4%;
    left: 54%;
    width: 350px;
    height: 350px; }
  .introduction--wrap .left p {
    font-size: 20px;
    line-height: 35px; }
  #contact .title__contact h2 {
    font-size: 30px; }
  .booking--wrap #form_booking {
    width: 580px;
    height: 580px; }
  .booking--wrap .map {
    left: 53%; }
    .booking--wrap .map iframe {
      width: 400px;
      height: 400px; }
  #booking {
    overflow: hidden; }
  .news__list-item-content--header h2 {
    font-size: 18px; }
  footer .footer__info--item .title {
    padding-bottom: 24px; }
    footer .footer__info--item .title h3 {
      font-size: 22px; }
  footer .footer__info--item .location_footer {
    font-size: 18px; }
	section #banner-popup .banner-popup--wrap {
		width: 650px;
		height: 650px; } }

@media screen and (max-width: 992px) {
  header .header--wrap .nav-menu--wrap, header .header--wrap .hotline-header {
    display: none; }
  header .header--wrap .menu-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--seven-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff; }
  header #header-main .header--wrap .nav--wrap #mydiv {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    header #header-main .header--wrap .nav--wrap #mydivheader {
      position: absolute;
      cursor: pointer;
      z-index: 10;
      color: #fff; }
      header #header-main .header--wrap .nav--wrap #mydivheader .bar1, header #header-main .header--wrap .nav--wrap #mydivheader .bar2, header #header-main .header--wrap .nav--wrap #mydivheader .bar3 {
        width: 28px;
        height: 3px;
        margin-bottom: 4px;
        background-color: var(--four-color);
        transition: .9s; }
      header #header-main .header--wrap .nav--wrap #mydivheader.change .bar2 {
        opacity: 0; }
      header #header-main .header--wrap .nav--wrap #mydivheader.change .bar1 {
        transform: rotate(45deg) translate(10px, 10px); }
      header #header-main .header--wrap .nav--wrap #mydivheader.change .bar3 {
        transform: rotate(-45deg) translate(0px, 1px); }
  header #header-main .header--wrap .nav--wrap #nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    background: #fff;
    height: fit-content;
    top: 0;
    padding: 32px 0;
    transition: 1.25s;
    transform: translateY(-100%); }
    header #header-main .header--wrap .nav--wrap #nav-menu .menu-item:last-child a {
      margin-left: 0;
      margin-top: 8px; }
  header #header-main .header--wrap .nav--wrap.active #nav-menu {
    transform: translateY(0);
    transition: 0.75s; }
  header #header-cover .header--wrap {
    justify-content: space-between; }
    header #header-cover .header--wrap .main-menu {
      display: none; }
  #contact .contact__info {
    padding-bottom: 32px; }
  #contact .contact__map {
    height: 250px; }
  #contact .information__item--content h3 {
    margin-bottom: 16px; }
  #contact .information__item--content p, #contact .information__item--content a {
    font-size: 20px; }
  .introduction--wrap .left {
    margin-bottom: 0; }
    .introduction--wrap .left img:first-child {
      width: 350px;
      height: 350px; }
    .introduction--wrap .left img:nth-child(2) {
      width: 350px;
      height: 350px;
      left: 52%;
      top: 0;
      transform: translateY(0); }
    .introduction--wrap .left p {
      width: 325px;
      height: 325px;
      font-size: 18px;
      transform: translate(-35%, -35%); }
      .introduction--wrap .left p:before {
        top: 13%;
        left: 25%;
        width: 30px;
        height: 30px; }
  .introduction--wrap .right .desc_title {
    font-size: 20px; }
  .introduction--wrap .right h3 {
    font-size: 45px; }
  .introduction--wrap .right .full-title {
    font-size: 18px; }
  .introduction--wrap .right ul {
    left: 5%; }
  #image-home .extra-title {
    max-width: 90%; }
  #menu-home .menu-home--wrap .menu_list {
    flex-wrap: wrap;
    padding: 60px 0 34px; }
    #menu-home .menu-home--wrap .menu_list li {
      padding: 0 25px 16px; }
  #slide-home .main-image .extra-image-1, #slide-home .main-image .extra-image-2 {
    width: 150px;
    height: 150px; }
  #booking {
    overflow: unset;
    padding-top: 20%; }
  .booking--wrap #form_booking {
    transform: translateY(10%); }
  .booking--wrap .map {
    top: -22%;
    left: 45%; }
  #gallery .tab_content--image {
    height: 250px; }
  .nav-mobile--wrap .close-menu {
    color: var(--seven-color); }
  footer .footer__info--item {
    margin-bottom: 32px; }
  footer .footer__info--wrap {
    padding-bottom: 48px; }
  footer .footer__logo--wrap:before, footer .footer__logo--wrap:after {
    width: 35%; } }

@media screen and (max-width: 768px) {
  header .header--wrap .logo-menu .menu-mobile {
    margin-left: 26px; }
    header .header--wrap .logo-menu .menu-mobile:before {
      transform: rotate(16deg); }
  #highlight .highlight__text .list {
    margin-top: 30px; } }

@media screen and (max-width: 736px) {
  header #header-cover .page__title--text h1 {
    font-size: 40px; }
  header #header-cover .page__title > h1 {
    font-size: 30px;
    line-height: 40px; }
  #introduction__home {
    flex-direction: column;
    max-height: unset; }
    #introduction__home .introduction__home--ava {
      width: 100%; }
    #introduction__home .introduction__home--content {
      width: 100%;
      padding-left: 0;
      padding-top: 30px; }
    #introduction__home .introduction__home--time {
      top: 2%;
      left: 2%;
      font-size: 16px;
      line-height: 26px; }
  #introduction .introduction__service--wrap-text {
    margin-top: 30px; }
  #introduction .introduction__service--item {
    font-size: 18px; }
  .news__details--content ul li {
    line-height: 28px; }
  .news__details--content p {
    line-height: 32px; }
  .news__suggest--item {
    font-size: 16px;
    line-height: 28px; }
  footer .footer__information {
    flex-direction: row;
    justify-content: space-between; }
    footer .footer__information--item--icon {
      width: 35px;
      height: 35px; }
    footer .footer__information--item--text {
      font-size: 16px; }
    footer .footer__information--item + .footer__information--item {
      margin-top: 0;
      margin-left: 15px; }
  footer .footer__copyright--item {
    flex-direction: row;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    font-size: 17px; }
    footer .footer__copyright--item span + span {
      margin-top: 0;
      margin-left: 8px; }
  footer .footer__contact {
    padding: 40px 0 28px; }
    footer .footer__contact--slogan {
      max-width: unset; } }

@media screen and (max-width: 576px) {
  header {
    background-attachment: scroll !important; }
    header .header--wrap .logo-menu .logo {
      width: 80px; }
    header .header--wrap .menu-mobile {
      min-width: 45px;
      width: 45px;
      height: 45px; }
    header #header-main .header--wrap #searchform {
      display: none; }
    header #header-cover {
      padding: 0 0 80px; }
      header #header-cover .name {
        margin-top: 40px; }
  main:before, main:after {
    height: 100vh; }
  #introduction {
    overflow: hidden;
    padding: 100px 0 150px;
    background-size: 50%; }
    #introduction-home {
      padding: 100px 0 0; }
  .introduction--wrap .left img:first-child, .introduction--wrap .left img:nth-child(2) {
    width: 175px;
    height: 175px; }
  .introduction--wrap .left img:nth-child(2) {
    z-index: 2; }
  .introduction--wrap .left p {
    left: 50%;
    transform: translate(-50%, -15%); }
  .introduction--wrap .right .desc_title {
    font-size: 18px; }
  .introduction--wrap .right h3 {
    font-size: 30px; }
  .introduction--wrap .right .full_title {
    font-size: 16px; }
  .introduction--wrap .right ul {
    left: 5%;
    padding: 0 15px; }
    .introduction--wrap .right ul li {
      line-height: 35px;
      padding-left: 16px;
      font-size: 18px; }
  .news__list-item-content--header h2 {
    font-size: 25px; }
  #contact .information {
    padding-bottom: 70px; }
    #contact .information__item--wrap {
      padding: 20px; }
    #contact .information__item--header {
      min-width: 80px;
      height: 80px;
      border-radius: 50%; }
    #contact .information__item--content {
      margin-left: 30px; }
      #contact .information__item--content h3 {
        margin-bottom: 8px; }
      #contact .information__item--content p, #contact .information__item--content a {
        font-size: 18px; }
      #contact .information__item--content .number--wrap {
        flex-direction: column; }
        #contact .information__item--content .number--wrap a:last-child {
          margin-left: 0;
          margin-top: 4px; }
          #contact .information__item--content .number--wrap a:last-child:before {
            display: none; }
  #contact .title__contact h4 {
    font-size: 18px; }
  #contact .title__contact h2 {
    font-size: 25px;
    font-weight: bold; }
  #contact .contact__info-header p {
    font-size: 16px; }
  #contact .contact__info-item {
    margin-right: -15px; }
  .gallery .image-main-wrap .slick-list {
    min-height: 400px; }
  .gallery .image-main img {
    width: 290px;
    height: 290px; }
  .gallery .image-main .background-shadow {
    width: 320px;
    height: 320px;
    box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.2); }
  .gallery .image-Gallerys {
    left: 0; }
    .gallery .image-Gallerys .img-height {
      height: 85px; }
      .gallery .image-Gallerys .img-height + .img-height {
        margin-left: 40px; }
      .gallery .image-Gallerys .img-height:nth-child(2) {
        transform: translateY(-120%); }
      .gallery .image-Gallerys .img-height:first-child, .gallery .image-Gallerys .img-height:last-child {
        transform: translateY(-180%); }
  .item__weight-price .weight-price {
    width: 100%; }
    .item__weight-price .weight-price .weight {
      min-width: 145px; }
    .item__weight-price .weight-price .price {
      min-width: 175px; }
  .item .wrap-add-to-cart .wrap-qty-cart .input-qty {
    min-width: 50px; }
  #booking #form_checkout {
    max-width: 390px;
    padding: 30px 24px; }
    #booking #form_checkout .title {
      margin-bottom: 30px; }
      #booking #form_checkout .title h3 {
        font-size: 26px; }
    #booking #form_checkout .checkout__info--form input, #booking #form_checkout .checkout__info--form textarea {
      padding: 10px 32px; }
    #booking #form_checkout .weight-price .weight, #booking #form_checkout .weight-price .price {
      padding: 10px 32px; }
  #booking-home {
    padding: 120px 0;
    background-size: 50%;
    background-position: 95% 100%; }
  .booking--wrap {
    flex-direction: column; }
    .booking--wrap #form_booking {
      transform: translateY(0);
      padding: 0;
      background-color: transparent;
      width: 100%;
      height: 100%; }
      .booking--wrap #form_booking:before, .booking--wrap #form_booking:after {
        display: none; }
      .booking--wrap #form_booking .contact__info-item, .booking--wrap #form_booking .title {
        margin-right: -30px; }
      .booking--wrap #form_booking .title {
        margin-bottom: 20px;
        font-size: 37px; }
      .booking--wrap #form_booking .contact__info-button {
        margin-right: -30px; }
    .booking--wrap .map {
      position: relative;
      margin-top: 40px;
      left: 0;
      width: 100%; }
      .booking--wrap .map iframe {
        width: 350px;
        height: 350px; }
  #news {
    padding: 60px 0 50px; }
  .news__list-item {
    margin-bottom: 30px; }
    .news__list-item-content {
      padding-top: 24px; }
      .news__list-item-content--header h2 {
        font-size: 18px; }
      .news__list-item-content--header .readmore:after {
        right: 65%; }
      .news__list-item-content--header .readmore::before {
        width: 65%; }
    .news__list-item-image {
      height: 250px; }
  .news__details {
    padding: 0 15px 60px; }
    .news__details .details__image {
      margin: 0 -15px; }
    .news__details .details__title {
      font-size: 25px;
      padding-bottom: 20px; }
  .news__suggest--list li a {
    line-height: 28px; }
  .details__title h2 {
    font-size: 27px;
    line-height: 40px;
    text-align: left; }
  #breadcrumbs span .breadcrumb_last {
    line-height: 32px; }
  #image-home {
    padding: 100px 0 85px; }
    #image-home .extra-title {
      max-width: 100%;
      text-align: justify;
      font-size: 16px;
      padding-bottom: 70px; }
  #menu-home .menu-home--wrap .extra-title {
    font-size: 20px; }
  #menu-home .menu-home--wrap .main-title {
    margin-top: 30px;
    font-size: 30px; }
  #menu-home .menu-home--wrap .menu_table .tabm_content .food_list {
    width: 100%;
    margin-bottom: 30px; }
    #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span {
      font-size: 16px; }
      #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span:first-child {
        width: 35%;
        line-height: 30px; }
      #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span:nth-child(2) {
        letter-spacing: 0; }
      #menu-home .menu-home--wrap .menu_table .tabm_content .food_list span:last-child {
        width: 35%;
        line-height: 30px; }
  #menu-home .menu-home--wrap .menu_list {
    justify-content: space-between;
    padding: 60px 0 10px;
	  	position: relative;
		max-height: 105px;
		overflow: hidden;
		transition: 0.5s; }
	#menu-home .menu-home--wrap .menu_list.active {
		transition: 0.5s;
		max-height: 350px; }
	#menu-home .menu-home--wrap .menu_list > i {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		width: 20px;
		height: 20px;
		transition: 0.5s; }
	#menu-home .menu-home--wrap .menu_list.active > i {top: 18%}
    #menu-home .menu-home--wrap .menu_list li {
      padding: 0 8px 32px;
      width: 50%;
      font-size: 16px;
		width: 60%;
		text-align: center;
		margin: 0 auto; }
	#menu-home .menu-home--wrap .menu_list li.active {order: -1}
  #feedback-home {
    padding: 80px 0 120px; }
    #feedback-home .extra-title {
      font-size: 20px; }
    #feedback-home .main-title {
      font-size: 32px; }
    #feedback-home .feedback-details--wrap:before {
      width: 25px;
      left: 50%;
      top: -10%;
      transform: translateX(-50%); }
    #feedback-home .feedback-dots--wrap {
      right: 50%;
      transform: translateX(50%);
      top: unset;
      bottom: -18%; }
      #feedback-home .feedback-dots--wrap .slick-track {
        flex-direction: row;
        width: 100% !important; }
  #feedback-home, #image-home {
    background-attachment: scroll !important; }
  #slide-home {
    padding: 65% 0; }
    #slide-home .overlay {
      width: 350px;
      height: 350px; }
    #slide-home .main-image {
      width: 275px;
      height: 275px; }
      #slide-home .main-image--item {
        height: 275px;
        width: 275px !important; }
      #slide-home .main-image .extra-image-1, #slide-home .main-image .extra-image-2 {
        width: 70px;
        height: 70px; }
      #slide-home .main-image .extra-image-1 {
        top: 0;
        left: -6%; }
      #slide-home .main-image .extra-image-2 {
        right: 0;
        bottom: -13%; }
      #slide-home .main-image .button-video {
        right: -3%;
        width: 50px;
        height: 50px; }
	#slide-home .main-image .text-mobile {
		color: #fff;
		font-size: 16px;
		display: block;
	}
	#slide-home .main-image .text-mobile h2 {
		top: -58%;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	#slide-home .main-image .text-mobile h2:nth-child(2) {
		top: -45%;
	}
	#slide-home .main-image .text-mobile h3:nth-child(3) {
		position: absolute;
		top: -30%;
		width: 100%;
		text-align: center;
	}
	#slide-home .main-image .text-mobile h3:last-child {
		position: absolute;
		bottom: -50%;
		width: 120%;
		text-align: center;
		left: -10%;
		line-height: 30px;
	}
	#slide-home .main-image .text-mobile h2:before, #slide-home .main-image .text-mobile h3:nth-child(3):before {
		content: attr(data-attr);
		position: absolute;
		color: var(--third-color);
		  animation: animate 3s ease-in-out infinite;
	}
  footer {
    background-attachment: scroll !important; }
    footer .footer__info--wrap {
      padding-bottom: 30px;
      margin-bottom: 20px; }
    footer .footer--wrap {
      padding: 40px 0 76px; }
      footer .footer--wrap--background {
        background-attachment: scroll !important; }
    footer .footer__copyright--wrap {
      flex-direction: column; }
      footer .footer__copyright--wrap span {
        line-height: 30px; }
        footer .footer__copyright--wrap span:first-child {
          margin-right: 0;
          margin-bottom: 4px; }
        footer .footer__copyright--wrap span:last-child {
          margin-left: 0;
          margin-top: 4px; }
    footer .footer__logo {
      width: 120px; }
      footer .footer__logo--wrap {
        margin-bottom: 55px; }
        footer .footer__logo--wrap:before, footer .footer__logo--wrap:after {
          width: 28%; }
	footer .footer__copyright--wrap {padding-bottom: 90px;}
  .nav-mobile--wrap {
    width: 100%;
    left: -100%; }
    .nav-mobile--wrap #searchform {
      width: 80%;
      display: flex;
      margin: 24px auto 0;
      position: relative; }
      .nav-mobile--wrap #searchform .form-search-control {
        padding: 12px 16px;
        border: 0;
        border-bottom: 1px solid var(--secondary-color);
        outline: 0;
        width: 100%;
        font-size: 18px;
        font-family: var(--primary-font);
        background-color: transparent; }
        .nav-mobile--wrap #searchform .form-search-control::placeholder {
          color: #fff; }
      .nav-mobile--wrap #searchform #close-form {
        position: absolute;
        right: 0;
        height: 100%;
        display: flex;
        align-items: center; }
  #popup-video .wrap-video #link-youtube {
    height: 350px; }
	section .social-contact {right: 50%; transform: translatex(50%); top: unset; bottom: 5%; flex-direction: row;}
	section .social-contact a {margin-bottom: 0}
	section .social-contact a + a {margin-left: 12px}
	section #banner-popup .banner-popup--wrap {width: 350px; height: 350px}
	section #banner-popup .close {top: -10%; font-size: 35px} }

@keyframes loading2 {
  50% {
    transform: rotate(200deg); }
  75% {
    transform: rotate(160deg); }
  100% {
    transform: rotate(180deg); } }

@keyframes spinner1 {
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spinner2 {
  to {
    transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes sonarEffect_1 {
  0% {
    filter: alpha(opacity=20);
    opacity: 0.2; }
  40% {
    filter: alpha(opacity=40);
    opacity: 0.4; }
  100% {
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes sonarEffect_1 {
  0% {
    filter: alpha(opacity=20);
    opacity: 0.2; }
  40% {
    filter: alpha(opacity=40);
    opacity: 0.4; }
  100% {
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes sonarEffect_1_t {
  0% {
    filter: alpha(opacity=20);
    opacity: 0.2; }
  40% {
    filter: alpha(opacity=40);
    opacity: 0.4; }
  100% {
    -o-transform: scale(1.75);
    -webkit-transform: scale(1.75);
    -ms-transform: scale(1.75);
    transform: scale(1.75);
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes sonarEffect_1_m {
  0% {
    filter: alpha(opacity=20);
    opacity: 0.2; }
  40% {
    filter: alpha(opacity=40);
    opacity: 0.4; }
  100% {
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes sonarEffect_2 {
  0% {
    filter: alpha(opacity=30);
    opacity: 0.2; }
  40% {
    filter: alpha(opacity=50);
    opacity: 0.4; }
  100% {
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes sonarEffect_2_t {
  0% {
    filter: alpha(opacity=30);
    opacity: 0.2; }
  40% {
    filter: alpha(opacity=50);
    opacity: 0.4; }
  100% {
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes sonarEffect_2_m {
  0% {
    filter: alpha(opacity=30);
    opacity: 0.2; }
  40% {
    filter: alpha(opacity=50);
    opacity: 0.4; }
  100% {
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes leftRight_1 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); }
  30% {
    transform: translateX(-50%) translateY(11%);
    -webkit-transform: translateX(-50%) translateY(11%);
    -ms-transform: translateX(-50%) translateY(11%);
    -o-transform: translateX(-50%) translateY(11%); }
  70% {
    transform: translateX(-20%) translateY(-50%);
    -webkit-transform: translateX(-20%) translateY(-50%);
    -ms-transform: translateX(-20%) translateY(-50%);
    -o-transform: translateX(-20%) translateY(-50%); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); } }

@keyframes leftRight_2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); }
  30% {
    transform: translate(50%, -20%);
    -webkit-transform: translate(50%, -20%);
    -ms-transform: translate(50%, -20%);
    -o-transform: translate(50%, -20%); }
  70% {
    transform: translate(30%, 20%);
    -webkit-transform: translate(30%, 20%);
    -ms-transform: translate(30%, 20%);
    -o-transform: translate(30%, 20%); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); } }

@keyframes sonarEffect_ytb {
  0% {
    filter: alpha(opacity=30);
    opacity: 0.3; }
  40% {
    filter: alpha(opacity=50);
    opacity: 0.7;
    box-shadow: 0 0 0 3px rgba(252, 210, 40, 0.5);
    -webkit-box-shadow: 0 0 0 3px rgba(19, 125, 186, 0.5); }
  100% {
    box-shadow: 0 0 0 3px rgba(252, 210, 40, 0.5);
    -webkit-box-shadow: 0 0 0 3px rgba(19, 125, 186, 0.5);
    -o-transform: scale(1.75);
    -webkit-transform: scale(1.75);
    -ms-transform: scale(1.75);
    transform: scale(1.75);
    filter: alpha(opacity=0);
    opacity: 0; } }
@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}

/*# sourceMappingURL=main.css.map */