@font-face {
  font-family: "NotoSerif-Bold";
  src: url("./../fonts/NotoSerif-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "NotoSerif-Regular";
  src: url("./../fonts/NotoSerif-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "NotoSerif-Italic";
  src: url("./../fonts/NotoSerif-Italic.ttf") format("truetype"); }
@font-face {
  font-family: "Utm Aptima Bold";
  src: url("./../fonts/Utm Aptima Bold.ttf") format("truetype"); }
@media (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }
:root {
  font-size: 14px; }
  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    :root {
      font-size: 13px; } }
  @media screen and (max-width: 768px) {
    :root {
      font-size: 12px; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    max-width: 1130px !important; } }
body {
  font-family: NotoSerif-Regular, sans-serif; }

p {
  font-size: 1rem;
  margin-bottom: 0.33rem;
  line-height: 1.5; }

a:hover {
  text-decoration: none; }

a.title {
  color: #f1100f;
  font-size: 1.285rem;
  font-family: Montserrat-Medium,sans-serif; }

figure {
  margin: 0; }

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain; }

h3.title-logo {
  font-size: 2.1875rem;
  font-family: Montserrat-Bold,sans-serif; }
  h3.title-logo span {
    font-weight: bold;
    font-family: Montserrat-Regular,sans-serif; }

h5.title {
  font-size: 1.428rem;
  color: #888888;
  font-family: Montserrat-Bold, sans-serif; }

p.title {
  font-size: 2rem;
  color: #f1100f;
  padding: 1.5rem 0;
  font-family: Montserrat-SemiBold,sans-serif; }

a.button {
  font-size: 1.067rem;
  color: white;
  background: #0080c6;
  padding-top: 10px;
  height: 45px;
  width: 170px;
  display: block;
  border-radius: 50px;
  text-align: center; }

a.book, a.book_red {
  z-index: 2;
  width: 221px;
  display: block;
  font-size: 16px;
  color: #bd2a35;
  margin: auto;
  text-align: center;
  font-family: NotoSerif-Regular, sans-serif;
  text-transform: uppercase;
  position: relative;
  transition: .4s all ease-in; }
  @media screen and (max-width: 1600px) {
    a.book, a.book_red {
      font-size: 1rem; } }
  @media screen and (max-width: 980px) {
    a.book, a.book_red {
      width: 122px;
      font-size: 12px; } }
  a.book:after, a.book_red:after {
    content: '';
    position: absolute;
    width: 219px;
    height: 150%;
    background: url(../images/view_more.png) no-repeat center;
    background-size: contain;
    top: -4px;
    left: 0;
    z-index: -1;
    transition: .4s all ease-in; }
    @media screen and (max-width: 980px) {
      a.book:after, a.book_red:after {
        width: 130px; } }

a.book_red {
  color: #ffffff; }
  a.book_red:after {
    background: #bd212f;
    background-size: contain; }

p.des {
  padding-top: 10px;
  font-size: 0.928rem;
  color: #666666;
  font-family: Roboto-regular, sans-serif;
  line-height: 1.5; }

.border-box {
  border-right: 1px solid #ebebeb; }

.pt-4-fix {
  padding-top: 30px; }

* {
  min-height: 0;
  min-width: 0; }

.day_room_slider .wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.day_room_slider .slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 10px 0;
  width: 100%; }
.day_room_slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  line-height: 50px;
  margin-top: -25px;
  z-index: 3;
  display: block !important;
  transform: translateY(-50%);
  border: none;
  background: white;
  transition: .4s all; }
  .day_room_slider .slick-arrow i {
    color: #bc202f;
    font-size: 1.285rem; }
  .day_room_slider .slick-arrow:focus {
    outline: none; }
  .day_room_slider .slick-arrow:hover {
    background: #bc202f; }
    .day_room_slider .slick-arrow:hover i {
      color: white; }
  @media screen and (max-width: 576px) {
    .day_room_slider .slick-arrow {
      width: 30px; } }
.day_room_slider .prev {
  left: -37px; }
.day_room_slider .next {
  right: -38px; }
.day_room_slider .item.slick-slide {
  width: 1000px;
  height: 600px !important;
  transition: transform .4s;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .day_room_slider .item.slick-slide {
      width: 600px;
      height: 400px !important; } }
  @media screen and (max-width: 576px) {
    .day_room_slider .item.slick-slide {
      width: 310px;
      height: 200px !important; } }
.day_room_slider .slick-slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: transform .4s; }
.day_room_slider .item.slick-slide {
  transition: .4s; }
.day_room_slider .item.slick-slide.slick-center + .slick-slide {
  transform: translate(-100px);
  z-index: 10; }
.day_room_slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  z-index: 5; }
.day_room_slider .item.slick-slide.slick-center {
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  transform: scale(1);
  z-index: 30;
  transition: .5s; }
.day_room_slider .slick-center:after {
  opacity: 0;
  transition: .5s; }

.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: #ffffff;
  cursor: pointer;
  user-select: none; }

.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000033;
  z-index: 2; }

@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); } }
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); } }
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage; }

.mt-100 {
  margin-top: 100px; }
  @media screen and (max-width: 576px) {
    .mt-100 {
      margin-top: 50px; } }

.img-inner-shadow .layer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out; }
.img-inner-shadow:hover .layer {
  box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out; }

.h-100vh {
  height: 100vh; }

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#button i {
  font-size: 20px;
  color: #dcdcdc;
  margin-top: 17px; }

#button:hover {
  cursor: pointer;
  background-color: #333; }

#button:active {
  background-color: #555; }

#button.show {
  opacity: 1;
  visibility: visible; }

.sidebar {
  width: 4%;
  height: 100vh;
  float: left;
  background: #fff;
  position: fixed;
  z-index: 99999;
  box-shadow: -3px 0px 10px 0px #424242; }
  @media screen and (max-width: 1200px) {
    .sidebar {
      display: none; } }

.main-content {
  width: calc(100% - 4%);
  float: right;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .main-content {
      width: 100%;
      float: inherit; } }

.group_con {
  margin-top: 20px; }
  @media screen and (max-width: 1600px) {
    .group_con {
      margin-top: 5px; } }
  @media screen and (max-width: 1600px) {
    .group_con li a {
      padding: 0 13px !important; } }
  .group_con li a:hover {
    background: transparent !important; }
  .group_con li a img {
    padding: 0 15px; }

.menu ul li {
  text-align: center;
  margin: 40px 0; }
  @media screen and (max-width: 1600px) {
    .menu ul li {
      margin: 5px 0; } }
  .menu ul li a {
    display: block;
    padding: 10px 0px; }
    .menu ul li a:hover {
      background: #bc202f; }
      .menu ul li a:hover i {
        color: #bc202f; }
    .menu ul li a i {
      color: #a09090;
      font-size: 1.142rem; }
  .menu ul li:hover > a {
    background: #bc202f; }
  .menu ul li > a div:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1); }
    @media screen and (max-width: 1600px) {
      .menu ul li > a div:after {
        transform: translate(-50%, -50%) scale(0.8) !important; } }

.header-mobile {
  padding: 5px 10px; }
  @media screen and (min-width: 1201px) {
    .header-mobile {
      display: none !important; } }
  .header-mobile .fa-bars {
    font-size: 30px;
    color: #bc202f; }

a.li_sub_1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 980px) {
    a.li_sub_1 {
      height: 130%; } }

.menu_mobile li {
  margin: 31px 0; }
  @media screen and (max-width: 480px) {
    .menu_mobile li {
      margin: 10px 0;
      padding: 10px 15px; } }

@media screen and (max-width: 480px) {
  .menu_mobile .group_con li {
    padding: 15px 15px 0px !important; } }

.flag {
  height: 30px;
  width: 30px;
  overflow: hidden; }

.language p {
  margin-bottom: 0;
  font-family: "Open Sans SemiBold", sans-serif;
  font-size: 1.428rem; }
.language .flag {
  margin-right: 10px; }

.li_sub_2 a {
  padding: 6px 20px !important; }

a.active.menu_stay div:after {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }

.fixed-bot {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 99;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0; }
  .fixed-bot ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0; }
    .fixed-bot ul li {
      width: 70px;
      height: 70px;
      background: #bc202f; }
      @media screen and (max-width: 1440px) {
        .fixed-bot ul li {
          width: 50px;
          height: 50px; } }
      .fixed-bot ul li a {
        text-align: center;
        padding: 13px 0;
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        display: block; }
        @media screen and (max-width: 1440px) {
          .fixed-bot ul li a {
            padding: 9px 0;
            font-size: 8px;
            line-height: 15px; } }
    .fixed-bot ul figure {
      margin-bottom: 5px; }
      @media screen and (max-width: 1440px) {
        .fixed-bot ul figure img {
          width: 14px; } }

.show {
  opacity: 1; }

@media screen and (max-width: 480px) {
  .fixed-bot {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1; }
    .fixed-bot ul {
      flex-direction: row; }
      .fixed-bot ul li {
        width: 100%;
        height: 55px; }
        .fixed-bot ul li a {
          padding: 15px 0;
          justify-content: center;
          align-items: center;
          gap: 10px;
          display: flex; }
      .fixed-bot ul .massage {
        display: none; }

  #button {
    bottom: 60px; } }
.footer {
  padding: 60px 0; }
  @media screen and (max-width: 1600px) {
    .footer {
      padding: 30px 0; } }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 10px 0; } }
  .footer .title-footer {
    font-size: 1.071rem;
    color: #191817;
    text-transform: uppercase; }
    @media screen and (max-width: 1440px) {
      .footer .title-footer h3 {
        font-size: 16px; } }
    @media screen and (max-width: 991px) {
      .footer .title-footer h3 {
        font-size: 1.071rem; } }
  .footer .footer_nav {
    margin-top: 20px; }
    @media screen and (max-width: 480px) {
      .footer .footer_nav {
        margin-top: 10px; } }
    .footer .footer_nav p {
      font-size: 0.928rem;
      color: #191817; }
      @media screen and (max-width: 1440px) {
        .footer .footer_nav p {
          font-size: 14px  !important; } }
      .footer .footer_nav p i {
        width: 20px; }
    @media screen and (max-width: 991px) {
      .footer .footer_nav li p {
        font-size: 0.87rem !important; } }
    @media screen and (max-width: 991px) {
      .footer .footer_nav li p span {
        font-size: 0.87rem !important; } }
    .footer .footer_nav p.note {
      font-style: italic;
      font-size: 0.928rem;
      color: #ece6da;
      font-family: NotoSerif-Italic, sans-serif; }
    .footer .footer_nav a {
      text-transform: uppercase;
      color: #dab882;
      font-size: 0.928rem;
      display: block;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .footer .footer_nav a {
          font-size: 0.87rem !important;
          margin-bottom: 10px; } }

.main-content .banner .title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3; }
  .main-content .banner .title h3 {
    font-family: NotoSerif-Bold, sans-serif;
    font-size: 2.857rem;
    color: #fff;
    padding-bottom: 10px; }
    @media screen and (max-width: 1600px) {
      .main-content .banner .title h3 {
        font-size: 2.142rem; } }
    @media screen and (max-width: 576px) {
      .main-content .banner .title h3 {
        font-size: 1.428rem;
        padding: 0px 30px; } }
    .main-content .banner .title h3 span {
      color: #ffffff;
      position: relative; }
      .main-content .banner .title h3 span:after {
        content: '';
        position: absolute;
        background: url(../images/view_more_red.png) no-repeat center;
        background-size: contain;
        top: -6px;
        left: -21px;
        width: 127%;
        height: 112%;
        z-index: -1; }
  .main-content .banner .title p {
    font-size: 1.071rem;
    color: white;
    width: 45%;
    margin: auto; }
    @media screen and (max-width: 1600px) {
      .main-content .banner .title p {
        font-size: 1rem;
        width: 35%; } }
    @media screen and (max-width: 980px) {
      .main-content .banner .title p {
        width: 60%; } }
    @media screen and (max-width: 576px) {
      .main-content .banner .title p {
        font-size: 0.87rem;
        width: 80%; } }
.main-content .banner .title-about {
  transform: unset; }
.main-content .date {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0; }
  .main-content .date .background-black {
    background: black;
    opacity: .4;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1; }
  .main-content .date .date-widget {
    position: relative;
    z-index: 2; }
    .main-content .date .date-widget p {
      font-size: 1.714rem;
      color: white;
      margin: 0;
      margin-right: 20px; }
      @media screen and (max-width: 576px) {
        .main-content .date .date-widget p {
          color: #000000; } }
    .main-content .date .date-widget .form-group {
      margin-right: 20px;
      margin-bottom: 0; }
      .main-content .date .date-widget .form-group .form-control {
        height: 39px;
        width: 223px;
        background: white;
        font-size: 1.071rem; }
        .main-content .date .date-widget .form-group .form-control::placeholder {
          font-size: 1.071rem;
          color: #9d9d9d; }
      .main-content .date .date-widget .form-group label {
        font-size: 1.071rem;
        color: white;
        margin-bottom: 5px; }
    .main-content .date .date-widget a.booking {
      font-size: 1.142rem;
      color: white;
      text-transform: uppercase;
      background: #bc202f;
      display: block;
      padding: 10px 47px;
      height: 39px; }
@media screen and (max-width: 576px) {
  .main-content .date-pc {
    display: none; } }
.main-content .date-mobile {
  display: none;
  background: #ffff;
  width: 100%; }
  @media screen and (max-width: 576px) {
    .main-content .date-mobile {
      display: block; } }
  .main-content .date-mobile a.booking {
    padding: 10px 15px !important; }
.main-content .contact-koko .contact_element {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    .main-content .contact-koko .contact_element {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 2px; } }
  .main-content .contact-koko .contact_element .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 6 50%;
    flex: 1 6 50%;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .main-content .contact-koko .contact_element .item {
        height: 200px !important; } }
    .main-content .contact-koko .contact_element .item .title-product {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 355px;
      text-align: center; }
      @media screen and (max-width: 1660px) {
        .main-content .contact-koko .contact_element .item .title-product {
          width: 80%; } }
      @media screen and (max-width: 576px) {
        .main-content .contact-koko .contact_element .item .title-product {
          height: 160px;
          overflow: scroll; }
          .main-content .contact-koko .contact_element .item .title-product .sub_des {
            flex-basis: 100px; } }
      .main-content .contact-koko .contact_element .item .title-product h3 {
        font-size: 1.714rem;
        color: #282828;
        padding-bottom: 7px;
        transition: 1s; }
        @media screen and (max-width: 1600px) {
          .main-content .contact-koko .contact_element .item .title-product h3 {
            font-size: 1.785rem; } }
        @media screen and (max-width: 1200px) {
          .main-content .contact-koko .contact_element .item .title-product h3 {
            font-size: 18px; } }
      .main-content .contact-koko .contact_element .item .title-product p {
        font-size: 1.071rem;
        color: #282828;
        transition: 1s; }
        @media screen and (max-width: 576px) {
          .main-content .contact-koko .contact_element .item .title-product p {
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box; } }
    .main-content .contact-koko .contact_element .item:nth-child(5) h3 {
      color: #fff; }
    .main-content .contact-koko .contact_element .item:nth-child(5) p {
      color: #fff; }
  .main-content .contact-koko .contact_element .div_book_now {
    margin-top: 20px;
    opacity: 0;
    transition: 1s all; }
    @media screen and (max-width: 480px) {
      .main-content .contact-koko .contact_element .div_book_now {
        opacity: 1; } }
  .main-content .contact-koko .contact_element .item_hover {
    transition: 1s all; }
    .main-content .contact-koko .contact_element .item_hover a {
      color: #bc202e;
      transition: 1s all; }
      .main-content .contact-koko .contact_element .item_hover a:hover {
        color: white; }
    .main-content .contact-koko .contact_element .item_hover:hover {
      background: #bc202e !important; }
      .main-content .contact-koko .contact_element .item_hover:hover h3 {
        color: #ffffff; }
      .main-content .contact-koko .contact_element .item_hover:hover p {
        color: #ffffff; }
      .main-content .contact-koko .contact_element .item_hover:hover .div_book_now {
        opacity: 1; }
.main-content .contact-koko .des {
  text-align: left;
  padding-top: 10px; }
  .main-content .contact-koko .des p.sub_des {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px; }

.history {
  height: 100vh; }
  @media screen and (max-width: 1440px) {
    .history {
      height: 100vh; } }
  @media screen and (max-width: 980px) {
    .history {
      height: 500px; }
      .history .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .history {
      height: 47vh; } }
  @media screen and (max-width: 1439px) {
    .history .yoko-element {
      height: auto; } }

.stayus {
  padding: 70px 0; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .stayus {
      background-size: unset !important; } }
  @media screen and (min-width: 1200px) and (max-width: 1600px) {
    .stayus .container {
      width: 80% !important; } }
  .stayus .col-md-4 {
    padding-right: 5px;
    padding-left: 5px; }
  @media screen and (max-width: 980px) {
    .stayus {
      overflow-x: scroll; }
      .stayus .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (max-width: 980px) and (max-width: 576px) {
      .stayus .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

  @media screen and (max-width: 576px) {
    .stayus {
      padding: 30px 0; } }

.stay-element:after {
  content: '';
  position: absolute;
  width: 30%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  background: #bc202f; }

@media screen and (max-width: 768px) {
  .media .media-widget {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.media .media-widget .element {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 1px; }
  @media screen and (max-width: 768px) {
    .media .media-widget .element {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .media .media-widget .element .media-image .item {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 5px);
    flex: 1 1 calc(50% - 5px);
    margin: 1px; }
    .media .media-widget .element .media-image .item:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 136%;
      height: 20%;
      background: rgba(255, 255, 255, 0.5);
      content: '';
      -webkit-transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      -webkit-transform: scale3d(1.9, 1.6, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
      transform: scale3d(1.9, 1.6, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
    .media .media-widget .element .media-image .item:hover:before {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0); }
  .media .media-widget .element .gallery {
    height: 147px;
    width: 147px;
    background: #bc202f;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 7% 0;
    text-align: center;
    z-index: 9;
    margin-bottom: 0; }
    @media screen and (max-width: 576px) {
      .media .media-widget .element .gallery {
        height: 70px;
        width: 70px; } }
    .media .media-widget .element .gallery p {
      margin-bottom: 0;
      font-size: 1.142rem;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 576px) {
        .media .media-widget .element .gallery p {
          font-size: 10px; } }

.packages {
  margin: 20px 0; }
  .packages .packages-widget .slick-dots button:before {
    background: #b1b1b1;
    content: '';
    border-radius: 50%; }
  .packages .packages-widget .slick-active button:before {
    background: #EB0A1E; }
  .packages .packages-widget .slick-slide {
    opacity: 0;
    transition: opacity 1s ease-out; }
  .packages .packages-widget .slick-active {
    opacity: 1 !important;
    transition: opacity 1s ease-in; }
  .packages .packages-widget .slick-cloned {
    opacity: 0.3; }
  @media screen and (max-width: 768px) {
    .packages .packages-widget .packages_element {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .packages .packages-widget .packages_element .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .packages .packages-widget .packages_element .content_package {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 30px 40px 0 40px;
    background: #ece6da; }
    @media screen and (max-width: 1580px) {
      .packages .packages-widget .packages_element .content_package {
        padding: 20px; } }
    @media screen and (max-width: 1200px) {
      .packages .packages-widget .packages_element .content_package {
        overflow-y: scroll;
        overflow-x: hidden; } }
    @media screen and (max-width: 580px) {
      .packages .packages-widget .packages_element .content_package {
        min-height: 280px;
        margin-bottom: 15px; } }
    .packages .packages-widget .packages_element .content_package h3 {
      font-size: 2rem;
      color: #bc202f;
      line-height: 1.4;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -moz-line-clamp: 2;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      display: -webkit-box; }
      @media screen and (max-width: 1580px) {
        .packages .packages-widget .packages_element .content_package h3 {
          font-size: 19px; } }
    .packages .packages-widget .packages_element .content_package .box_package {
      padding-top: 24px; }
      @media screen and (max-width: 1580px) {
        .packages .packages-widget .packages_element .content_package .box_package {
          padding-top: 13px; } }
      .packages .packages-widget .packages_element .content_package .box_package img {
        margin: 0 10px 10px 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .packages .packages-widget .packages_element .content_package .box_package p {
        font-size: 1.071rem;
        color: #282828;
        text-align: justify; }
        @media screen and (max-width: 1580px) {
          .packages .packages-widget .packages_element .content_package .box_package p {
            font-size: 12px; } }
    .packages .packages-widget .packages_element .content_package .div_book_now {
      margin-top: 20px; }
      .packages .packages-widget .packages_element .content_package .div_book_now a.book {
        margin-left: 0; }
  @media screen and (max-width: 1580px) and (min-width: 768px) {
    .packages .packages-widget .slick-arrow {
      width: 30px; } }
  .packages .packages-widget img.left {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translateX(-102%);
    cursor: pointer; }
  .packages .packages-widget img.right {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translateX(1%);
    cursor: pointer; }

.view-more {
  color: #bc202e; }

.yoko-element {
  padding: 55px;
  margin: 5px 0;
  box-shadow: 0px 1px 6px #adadad; }
  @media screen and (max-width: 1440px) {
    .yoko-element {
      padding: 30px;
      min-height: 405px; } }
  @media screen and (max-width: 980px) {
    .yoko-element {
      padding: 19px 20px;
      min-height: 100%; } }
  .yoko-element .title h3 {
    font-size: 32px;
    color: white;
    padding-bottom: 40px;
    position: relative;
    font-family: NotoSerif-Regular, sans-serif; }
    @media screen and (max-width: 1280px) {
      .yoko-element .title h3 {
        font-size: 22px; } }
    @media screen and (max-width: 580px) {
      .yoko-element .title h3 {
        font-size: 19px; } }
    .yoko-element .title h3:after {
      content: '';
      position: absolute;
      width: 50px;
      height: 1px;
      background: white;
      bottom: 26%;
      left: 50%;
      transform: translateX(-50%); }
  .yoko-element .title h4 {
    font-family: NotoSerif-Regular, sans-serif;
    font-size: 22px;
    color: #282828; }
    @media screen and (max-width: 480px) {
      .yoko-element .title h4 {
        font-size: 18px; } }
  .yoko-element .widget h5 {
    font-size: 20px;
    color: white; }
  .yoko-element .widget .content {
    text-align: justify;
    margin: 40px 0;
    max-height: 200px;
    overflow: hidden; }
    @media screen and (max-width: 1440px) {
      .yoko-element .widget .content {
        margin: 10px 0;
        max-height: 190px !important; } }
    .yoko-element .widget .content .image_stayus {
      height: 200px; }
    .yoko-element .widget .content p {
      color: white;
      font-size: 1.071rem; }
    .yoko-element .widget .content .sub-content {
      border-bottom: 1px solid #dfd8d3; }
      .yoko-element .widget .content .sub-content .item {
        padding: 15px 0; }
        .yoko-element .widget .content .sub-content .item img {
          margin-right: 5px; }
        .yoko-element .widget .content .sub-content .item p {
          font-size: 0.87rem;
          color: #d2ccbf;
          margin-bottom: 0; }
    .yoko-element .widget .content ul {
      list-style: disc;
      padding-left: 20px; }
      .yoko-element .widget .content ul li {
        color: #282828;
        font-size: 1.071rem;
        line-height: 1.5; }
        @media screen and (max-width: 1280px) {
          .yoko-element .widget .content ul li {
            font-size: 1rem; } }
      .yoko-element .widget .content ul ul {
        list-style: circle;
        padding-left: 20px; }

.media-video {
  position: relative;
  overflow: hidden; }
  .media-video:hover a.hoverimg img {
    transform: scale(1); }
  .media-video:hover a.play img {
    transform: scale(1);
    opacity: 1; }
  .media-video a.hoverimg img {
    transform: scale(1.1);
    transition: 1.1s all; }
  .media-video a.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .media-video a.play img {
      width: 70px;
      opacity: .7;
      transition: .6s all ease-in-out;
      transform: scale(0.9); }
      @media screen and (max-width: 768px) {
        .media-video a.play img {
          width: 60px; } }

@media screen and (max-width: 576px) {
  .page_404 {
    height: auto !important; } }

.setup_image_home {
  height: 200px; }

@media screen and (max-width: 991px) {
  .hotline-btn {
    bottom: 90px !important;
    left: unset !important;
    right: 35px !important;
    width: 40px !important;
    height: 40px !important; } }
@media screen and (max-width: 480px) {
  .hotline-btn {
    bottom: 115px !important; } }

.map {
  position: relative; }
  .map .text {
    position: absolute;
    top: 50px;
    bottom: 50px;
    background: #bc202f;
    width: 465px; }
    @media screen and (max-width: 1440px) {
      .map .text {
        width: 365px; } }
    .map .text .child {
      position: absolute;
      top: 50%;
      left: 60px;
      right: 60px;
      transform: translateY(-50%); }
      @media screen and (max-width: 1440px) {
        .map .text .child {
          left: 40px;
          right: 40px; } }
      .map .text .child .name {
        text-align: center;
        padding-bottom: 20px;
        position: relative; }
        .map .text .child .name::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 50px;
          height: 1px;
          background: #ffffff; }
        .map .text .child .name h4 {
          color: #ffffff;
          font-size: 32px;
          line-height: 20px;
          margin: 0; }
          @media screen and (max-width: 1440px) {
            .map .text .child .name h4 {
              font-size: 28px; } }
      .map .text .child .desc {
        margin-top: 20px; }
        .map .text .child .desc p {
          text-align: justify;
          font-size: 14px;
          line-height: 18px;
          color: #ffffff; }

.banner-home-slide {
  max-height: 960px; }

.yoko-element .widget .content .sub {
  margin: 20px 0; }
  .yoko-element .widget .content .sub p {
    margin-bottom: 0;
    font-size: 1.071rem;
    color: white; }
  .yoko-element .widget .content .sub i {
    color: #fff;
    font-size: 1.428rem;
    margin-right: 1.428rem;
    width: 26px;
    margin-top: 3px; }

.ingredient {
  height: 849px; }
  @media screen and (max-width: 1440px) {
    .ingredient {
      height: auto; } }
  @media screen and (max-width: 768px) {
    .ingredient .col-md-4 {
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
      max-width: initial; } }
  .ingredient .ingredient_element {
    padding: 120px 0;
    height: 100%; }
    @media screen and (max-width: 1440px) {
      .ingredient .ingredient_element {
        padding: 60px 20px;
        display: inherit; } }
    .ingredient .ingredient_element .title {
      padding: 0 60px; }
      @media screen and (max-width: 1440px) {
        .ingredient .ingredient_element .title {
          padding: 0 20px; } }
      .ingredient .ingredient_element .title h4 {
        font-size: 32px;
        color: white;
        padding-bottom: 40px;
        position: relative; }
        .ingredient .ingredient_element .title h4:after {
          content: '';
          position: absolute;
          width: 50px;
          height: 1px;
          background: white;
          bottom: 10%;
          right: 0; }
        @media screen and (max-width: 480px) {
          .ingredient .ingredient_element .title h4 {
            font-size: 25px; } }
    .ingredient .ingredient_element .after_left:after {
      left: 0; }
    .ingredient .ingredient_element .widget {
      padding: 0 60px;
      padding-left: 200px; }
      @media screen and (max-width: 1440px) {
        .ingredient .ingredient_element .widget {
          padding-left: 0;
          padding: 0 20px; } }
      .ingredient .ingredient_element .widget h5 {
        font-size: 20px;
        color: white; }
      .ingredient .ingredient_element .widget .content {
        text-align: right;
        margin: 40px 0; }
        .ingredient .ingredient_element .widget .content p {
          color: white;
          font-size: 1.071rem; }
        .ingredient .ingredient_element .widget .content .sub-content {
          border-bottom: 1px solid #dfd8d3; }
          .ingredient .ingredient_element .widget .content .sub-content .item {
            padding: 15px 0; }
            .ingredient .ingredient_element .widget .content .sub-content .item img {
              margin-right: 5px; }
            .ingredient .ingredient_element .widget .content .sub-content .item p {
              font-size: 0.87rem;
              color: #d2ccbf;
              margin-bottom: 0; }

.follow .ingredient_element .widget {
  padding-left: 0; }
  .follow .ingredient_element .widget .content {
    padding: 0 60px;
    text-align: left; }
    @media screen and (max-width: 1440px) {
      .follow .ingredient_element .widget .content {
        padding: 0 20px; } }

.about_page {
  height: 92vh; }

.widget_image_stayus {
  height: 300px !important; }
  @media screen and (max-width: 1440px) {
    .widget_image_stayus {
      height: 200px !important; } }

.stayus_title:after {
  content: '';
  position: absolute;
  background: #bc202f;
  height: 5px;
  width: 140px;
  top: 110%;
  left: 50%;
  transform: translateX(-50%); }

.day_room {
  background-size: cover;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .day_room {
      padding: 30px 0; } }
  .day_room .day_room_info .item {
    padding: 0 80px;
    text-align: center;
    border-right: 1px solid #ebebeb; }
    @media screen and (max-width: 768px) {
      .day_room .day_room_info .item {
        padding: 20px; } }
    .day_room .day_room_info .item:last-child {
      border-right: none; }
    .day_room .day_room_info .item h5 {
      color: #58595b;
      font-size: 1rem;
      text-transform: uppercase;
      opacity: .5;
      padding-bottom: 5px; }
    .day_room .day_room_info .item p {
      color: #bc202f;
      font-size: 1.285rem; }

.day_room_des {
  padding: 0 120px; }
  @media screen and (max-width: 1200px) {
    .day_room_des {
      padding: 20px; } }
  .day_room_des h3 {
    font-size: 36px;
    color: #282828;
    position: relative;
    padding-bottom: 40px; }
    @media screen and (max-width: 576px) {
      .day_room_des h3 {
        font-size: 20px; } }
  .day_room_des p {
    font-size: 1.071rem;
    color: #58595b; }

.service {
  padding: 50px 0; }
  @media screen and (min-width: 1201px) and (max-width: 1600px) {
    .service .col-xl-8 {
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%; } }
  @media screen and (max-width: 1200px) {
    .service {
      padding: 30px 0; } }
  @media screen and (max-width: 576px) {
    .service {
      padding: 0; } }
  .service .day_room_des h3:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100px;
    background: #bc202f;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
  .service .service_content .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    margin-bottom: 20px; }
    .service .service_content .item img {
      width: 55px;
      height: 40px;
      object-fit: contain;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .service .service_content .item img {
          width: 40px; } }
  .service .div_book_now {
    margin: 30px 0; }

.book_now {
  padding: 90px 0;
  background: #bc202f; }
  @media screen and (max-width: 768px) {
    .book_now {
      padding: 30px 0; } }
  .book_now .book_now_title h4 {
    font-size: 36px;
    color: #ffffff;
    padding-bottom: 40px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .book_now .book_now_title h4 {
        font-size: 20px; } }
  .book_now .book_now_title .date .box_date {
    flex-grow: 1;
    border-right: 1px solid #ebebeb6e; }
    .book_now .book_now_title .date .box_date:nth-child(3) {
      flex-grow: 2; }
    .book_now .book_now_title .date .box_date p {
      font-size: 1rem;
      color: #ffffff;
      text-transform: uppercase;
      padding-bottom: 13px;
      opacity: .5; }
      @media screen and (max-width: 768px) {
        .book_now .book_now_title .date .box_date p {
          font-size: 13px; } }
      @media screen and (max-width: 576px) {
        .book_now .book_now_title .date .box_date p {
          font-size: 8px; } }
    @media screen and (max-width: 576px) {
      .book_now .book_now_title .date .box_date ul li i {
        font-size: 13px; } }
    .book_now .book_now_title .date .box_date ul li span {
      font-size: 15px;
      color: #ffffff;
      display: block;
      padding: 0 10px;
      opacity: .5;
      cursor: pointer; }
      .book_now .book_now_title .date .box_date ul li span:hover {
        opacity: 1; }
    .book_now .book_now_title .date .box_date ul li span.number {
      font-size: 36px;
      opacity: 1; }
      @media screen and (max-width: 768px) {
        .book_now .book_now_title .date .box_date ul li span.number {
          font-size: 16px; } }
      @media screen and (max-width: 576px) {
        .book_now .book_now_title .date .box_date ul li span.number {
          font-size: 11px; } }
    .book_now .book_now_title .date .box_date div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

.package {
  padding: 164px 0; }
  @media screen and (max-width: 1520px) {
    .package {
      padding: 60px 0; } }
  @media screen and (max-width: 768px) {
    .package {
      padding: 30px 0; } }
  .package .package_slide {
    position: relative; }
    .package .package_slide .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .package .package_slide .yoko-element {
      margin: 0 15px;
      height: auto; }
      .package .package_slide .yoko-element .title {
        height: 55px; }
        .package .package_slide .yoko-element .title h4 {
          font-size: 2rem;
          color: #bc202f;
          text-transform: inherit !important; }
          @media screen and (min-width: 1201px) and (max-width: 1660px) {
            .package .package_slide .yoko-element .title h4 {
              font-size: 1.428rem; } }
          @media screen and (max-width: 576px) {
            .package .package_slide .yoko-element .title h4 {
              font-size: 20px; } }
      .package .package_slide .yoko-element .single_image_slider {
        margin-bottom: 30px; }
      .package .package_slide .yoko-element .widget .image {
        height: 200px; }
    .package .package_slide .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
    .package .package_slide .left {
      left: -60px; }
    .package .package_slide .right {
      right: -60px; }
    .package .package_slide .slick-dots {
      bottom: -45px !important;
      padding: 0; }
    .package .package_slide .slick-dots li button:before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #bc202f; }
      @media screen and (max-width: 576px) {
        .package .package_slide .slick-dots li button:before {
          width: 10px !important;
          height: 10px !important; } }
    .package .package_slide .slick-active button:before {
      background: white !important; }

.eat_banner .slick-arrow {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%); }
.eat_banner img.left {
  left: 48%; }
.eat_banner img.right {
  left: 52%; }
.eat_banner .title h3 {
  font-size: 46px !important; }
  @media screen and (max-width: 576px) {
    .eat_banner .title h3 {
      font-size: 23px !important; }
      .eat_banner .title h3 p {
        font-size: 15px !important; } }

.food_court .food_court_element {
  height: 100%;
  padding: 80px 20px; }
  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    .food_court .food_court_element .col-xl-7 {
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%; } }
  @media screen and (max-width: 1200px) {
    .food_court .food_court_element .col-xl-7 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .food_court .food_court_element {
      padding: 30px; } }
  .food_court .food_court_element .item_new {
    border-bottom: 1px solid #dadada;
    padding: 20px 0; }
    .food_court .food_court_element .item_new .image {
      width: 120px;
      height: 120px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .food_court .food_court_element .item_new .image img {
        object-fit: cover; }
      @media screen and (max-width: 576px) {
        .food_court .food_court_element .item_new .image {
          width: 90px;
          height: 90px; } }
    .food_court .food_court_element .item_new .title {
      padding: 5px 20px; }
      @media screen and (max-width: 576px) {
        .food_court .food_court_element .item_new .title {
          padding: 5px 20px; } }
      .food_court .food_court_element .item_new .title h3 {
        font-size: 22px;
        color: #282828;
        padding-bottom: 10px; }
        @media screen and (max-width: 576px) {
          .food_court .food_court_element .item_new .title h3 {
            font-size: 17px; } }
      .food_court .food_court_element .item_new .title p {
        font-size: 1rem;
        color: #58595b; }
  .food_court .food_court_element .food_court_content {
    width: 50%;
    padding: 70px; }
    @media screen and (min-width: 1201px) and (max-width: 1440px) {
      .food_court .food_court_element .food_court_content {
        width: 70%; } }
    @media screen and (max-width: 1200px) {
      .food_court .food_court_element .food_court_content {
        width: auto; } }
    @media screen and (max-width: 768px) {
      .food_court .food_court_element .food_court_content {
        width: auto;
        padding: 0; } }
    .food_court .food_court_element .food_court_content h3 {
      font-size: 32px;
      color: #ffffff; }
    .food_court .food_court_element .food_court_content .content {
      margin-top: 30px; }
      .food_court .food_court_element .food_court_content .content p {
        font-size: 1.071rem;
        color: #ffffff; }
  .food_court .food_court_element .eat_scroll {
    height: 566px;
    overflow-y: auto; }
    .food_court .food_court_element .eat_scroll .eat_scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px gray;
      border-radius: 10px;
      background-color: #F5F5F5; }
    .food_court .food_court_element .eat_scroll .eat_scroll::-webkit-scrollbar {
      width: 12px;
      background-color: #F5F5F5; }
    .food_court .food_court_element .eat_scroll .eat_scroll::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px gray;
      background-color: #D62929; }

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

#style-3::-webkit-scrollbar-thumb {
  background-color: #bc202e; }

@media screen and (max-width: 576px) {
  .menu_service {
    overflow-x: scroll;
    margin-top: 20px; } }
.menu_service a {
  font-size: 18px;
  color: #282828;
  padding: 10px 20px;
  display: block;
  background: #ffffff;
  border-right: 1px solid #ebebeb;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media screen and (max-width: 576px) {
    .menu_service a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
      flex: 0 0 220px;
      font-size: 1.142rem;
      padding: 5px 20px; } }
  .menu_service a:hover {
    color: #ffff;
    background: #bc202f; }
.menu_service a.active {
  color: #ffff;
  background: #bc202f; }

.tab_service_content {
  margin-top: 40px; }
  @media screen and (max-width: 576px) {
    .tab_service_content {
      margin-top: 1.428rem; } }
  .tab_service_content .tab_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 5px 6px;
    padding: 18px;
    background: #ffff;
    transition: .5s all; }
    .tab_service_content .tab_item .imes-fixxs {
      width: 14px;
      height: 14px; }
      .tab_service_content .tab_item .imes-fixxs img {
        width: 100%;
        height: 100%; }
    @media screen and (min-width: 1201px) and (max-width: 1660px) {
      .tab_service_content .tab_item {
        padding: 9px; } }
    @media screen and (max-width: 980px) {
      .tab_service_content .tab_item {
        flex: 0 0 100%;
        padding: 7px;
        transform: inherit; } }
    .tab_service_content .tab_item i.fa-circle {
      margin-top: 4px;
      margin-right: 5px;
      color: #a2a2a2;
      font-size: 10px; }
    .tab_service_content .tab_item .booknow {
      width: 100%;
      font-size: 1.071rem;
      color: white;
      background: #1e1d16ad;
      text-align: center;
      bottom: 0;
      left: 0;
      padding: 10px 0; }
    .tab_service_content .tab_item .image {
      width: 120px;
      height: 120px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (min-width: 1201px) and (max-width: 1660px) {
        .tab_service_content .tab_item .image {
          width: 100px;
          height: 100px; } }
    .tab_service_content .tab_item .box_title {
      padding: 10px 20px;
      background: #ffffff;
      width: 100%; }
      @media screen and (min-width: 1201px) and (max-width: 1660px) {
        .tab_service_content .tab_item .box_title {
          padding: 3px 15px; } }
      .tab_service_content .tab_item .box_title h3 {
        font-size: 22px;
        color: #282828;
        padding-bottom: 5px; }
        @media screen and (max-width: 576px) {
          .tab_service_content .tab_item .box_title h3 {
            font-size: 18px; } }
      .tab_service_content .tab_item .box_title p {
        font-size: 1rem;
        color: #58595b;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box; }
        @media screen and (max-width: 576px) {
          .tab_service_content .tab_item .box_title p {
            font-size: 12px; } }
    .tab_service_content .tab_item .visit {
      display: none;
      width: 100%; }
      .tab_service_content .tab_item .visit .box_title_hover {
        padding: 0;
        width: 75%; }
        @media screen and (max-width: 576px) {
          .tab_service_content .tab_item .visit .box_title_hover {
            width: 70%; } }
        .tab_service_content .tab_item .visit .box_title_hover h3 {
          font-size: 22px;
          color: #282828;
          padding-bottom: 5px; }
        .tab_service_content .tab_item .visit .box_title_hover p {
          font-size: 1rem;
          color: #58595b; }
      .tab_service_content .tab_item .visit .book_now_service {
        padding: 9% 0; }
        @media screen and (max-width: 576px) {
          .tab_service_content .tab_item .visit .book_now_service {
            padding: 12% 0; } }
        .tab_service_content .tab_item .visit .book_now_service a {
          color: #bc202f;
          background: #ffffff;
          padding: 10px;
          text-transform: uppercase; }
    .tab_service_content .tab_item:hover .box_title {
      display: none; }
    .tab_service_content .tab_item:hover .image {
      display: none; }
    .tab_service_content .tab_item:hover .visit {
      display: block; }
      .tab_service_content .tab_item:hover .visit .box_title_hover h3 {
        color: #ffffff; }
      .tab_service_content .tab_item:hover .visit .box_title_hover p {
        color: #ffffff;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box; }
    .tab_service_content .tab_item .book_now {
      display: none;
      background: #bc202f;
      flex-shrink: 0; }
      .tab_service_content .tab_item .book_now a {
        color: #bc202f;
        padding: 10px 20px;
        background: #ffffff;
        display: block; }
    .tab_service_content .tab_item:hover {
      background: #bc202f; }

@media screen and (max-width: 576px) {
  .service_banner .title h3 {
    font-size: 23px !important; }
    .service_banner .title h3 p {
      font-size: 15px !important; } }

.about_service {
  padding: 60px 0;
  background: #f6f5f0; }
  @media screen and (max-width: 576px) {
    .about_service {
      padding: 20px 0; } }
  @media screen and (max-width: 1440px) {
    .about_service .col-xl-8 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .about_service .item {
    padding: 30px;
    text-align: center;
    height: max-content; }
    @media screen and (max-width: 576px) {
      .about_service .item {
        height: auto; } }
    .about_service .item h3 {
      font-family: NotoSerif-Bold, sans-serif;
      font-size: 32px;
      color: #ffffff; }
      @media screen and (max-width: 576px) {
        .about_service .item h3 {
          font-size: 22px; } }
    .about_service .item p {
      font-size: 14px;
      color: #58595b; }

.service_page {
  padding: 30px 0 !important; }

.steps .item-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  padding: 30px; }
  .steps .item-1 h3 {
    font-size: 32px;
    color: #ffffff;
    padding-bottom: 30px;
    position: relative; }
    .steps .item-1 h3:after {
      position: absolute;
      content: '';
      width: 50px;
      right: 0;
      bottom: 10px;
      height: 1px;
      background: #ffffff; }
  .steps .item-1 p {
    font-size: 15px;
    color: #ffffff;
    width: 500px;
    padding-top: 10px; }
.steps .item-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }
  .steps .item-2 .step_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 30px;
    border-bottom: 1px solid #ebebeb; }
    .steps .item-2 .step_box h5 {
      font-size: 22px;
      color: #282828;
      padding-bottom: 7px; }
    .steps .item-2 .step_box p {
      color: #58595b;
      font-size: 14px; }
    .steps .item-2 .step_box:last-child {
      border-bottom: none; }
.steps .item-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 30px; }
  .steps .item-3 .div_book_now a {
    margin-left: 0; }

@media screen and (max-width: 1200px) {
  .steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 1200px) {
  .steps .item-1, .steps .item-2, .steps .item-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media screen and (max-width: 1200px) {
  .steps .item-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
    .steps .item-1 h3:after {
      left: 0; }
    .steps .item-1 p {
      width: auto; } }

.yoko_element_service h3 {
  color: #282828 !important; }
  .yoko_element_service h3:after {
    background: #282828 !important; }
.yoko_element_service p {
  color: #282828 !important; }

.service_single:hover p {
  color: white; }

footer.site-footer.fixed-footer {
  background: #fff; }

@media screen and (max-width: 1366px) {
  .header-fixed {
    width: 100%; } }
.gtdv {
  padding: 50px 0 !important; }
  .gtdv .slick-dotted.slick-slider {
    margin-bottom: 75px !important; }
  @media screen and (min-width: 1201px) {
    .gtdv .slick-list,
    .gtdv .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1201px) {
    .gtdv .slick-track .slick-slide {
      height: auto; } }

.slick-dots li button:before {
  opacity: 1; }

.package_slide_3, .package_slide {
  position: relative; }
  .package_slide_3 .yoko-element, .package_slide .yoko-element {
    margin: 10px 10px;
    padding: 20px !important;
    max-height: 800px; }
    .package_slide_3 .yoko-element .widget .content p, .package_slide .yoko-element .widget .content p {
      color: #282828; }
    .package_slide_3 .yoko-element .action, .package_slide .yoko-element .action {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      gap: 20px;
      justify-content: space-between;
      margin-top: 20px; }
      .package_slide_3 .yoko-element .action a, .package_slide .yoko-element .action a {
        width: 100%; }
        .package_slide_3 .yoko-element .action a p, .package_slide .yoko-element .action a p {
          color: #bc202e;
          padding: 10px 0;
          margin: 0;
          border: 1px solid #bd2a35; }
          .package_slide_3 .yoko-element .action a p i, .package_slide .yoko-element .action a p i {
            display: none; }
      .package_slide_3 .yoko-element .action .div_book_now a, .package_slide .yoko-element .action .div_book_now a {
        background: #bd2a35;
        margin: auto;
        padding: 10px 0;
        width: unset; }
        .package_slide_3 .yoko-element .action .div_book_now a::after, .package_slide .yoko-element .action .div_book_now a::after {
          display: none; }
  .package_slide_3 .owl-theme .owl-nav .disabled, .package_slide .owl-theme .owl-nav .disabled {
    opacity: 1; }
  .package_slide_3 .owl-nav .owl-next, .package_slide_3 .owl-nav .owl-prev, .package_slide .owl-nav .owl-next, .package_slide .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: unset; }
  .package_slide_3 .owl-nav .owl-next, .package_slide .owl-nav .owl-next {
    right: -85px; }
  .package_slide_3 .owl-nav .owl-prev, .package_slide .owl-nav .owl-prev {
    left: -85px; }

.stayus_video .yoko-element {
  margin: 0 10px; }

.background_sign_service {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .background_sign_service .slick-arrow {
    display: none !important;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2; }
  .background_sign_service .right {
    left: 106px; }
  @media screen and (min-width: 1201px) {
    .background_sign_service .slick-track {
      height: 100vh; }
      .background_sign_service .slick-track .item {
        height: 100%; }
        .background_sign_service .slick-track .item img {
          height: 100%; } }

.yoko_element_service {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: .7s all ease-in;
  cursor: pointer; }
  .yoko_element_service * {
    min-height: 0;
    min-width: 0; }

.single_image_slider .image figure {
  margin: 0;
  width: 381px;
  height: 381px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1520px) {
    .single_image_slider .image figure {
      width: 100%;
      height: 240px; } }
  @media screen and (max-width: 1280px) {
    .single_image_slider .image figure {
      width: 250px;
      height: 250px; } }
  .single_image_slider .image figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.package_custom {
  width: 75%;
  margin: auto; }
  @media screen and (max-width: 1660px) {
    .package_custom {
      width: 80%; } }
  @media screen and (max-width: 576px) {
    .package_custom {
      width: 100%; } }
  .package_custom .slick-track {
    display: flex !important; }

* {
  min-height: 0;
  min-width: 0; }

.tab_item_fix {
  transform: translateX(33%); }

.thingtodo .menu_service a {
  box-shadow: 0 4px 5px #afafaf;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%; }
  @media screen and (max-width: 576px) {
    .thingtodo .menu_service a {
      flex: none; } }
.thingtodo .tab_service_content .tab_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border: 0.5px solid #ebebeb; }
  @media screen and (max-width: 576px) {
    .thingtodo .tab_service_content .tab_item {
      display: unset !important;
      border: none;
      padding: unset; } }
  .thingtodo .tab_service_content .tab_item .image_thingtodo {
    width: 225px;
    height: 225px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 576px) {
      .thingtodo .tab_service_content .tab_item .image_thingtodo {
        width: 100%; } }
  .thingtodo .tab_service_content .tab_item .title {
    background: #ffffff;
    padding: 5px 30px 30px; }
    @media screen and (max-width: 576px) {
      .thingtodo .tab_service_content .tab_item .title {
        padding: 20px 15px; } }
    .thingtodo .tab_service_content .tab_item .title .d-flex img {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .thingtodo .tab_service_content .tab_item .title h3 {
      color: #282828;
      font-size: 22px;
      padding-bottom: 5px; }
      @media screen and (max-width: 576px) {
        .thingtodo .tab_service_content .tab_item .title h3 {
          font-size: 18px; } }
    .thingtodo .tab_service_content .tab_item .title span {
      font-size: 14px;
      color: #b5b5b5;
      font-style: italic; }
    .thingtodo .tab_service_content .tab_item .title p {
      color: #58595b;
      font-size: 14px;
      margin-bottom: 0; }
      @media screen and (max-width: 576px) {
        .thingtodo .tab_service_content .tab_item .title p {
          font-size: 10px; } }

.thingtodo_content {
  padding-bottom: 30px;
  margin: 40px 0;
  border-bottom: 1px solid #ebd9bd; }
  @media screen and (max-width: 480px) {
    .thingtodo_content {
      margin: 0px; } }
  .thingtodo_content p {
    font-size: 1rem;
    color: #58595b;
    padding: 10px 0; }
  .thingtodo_content img {
    max-width: 100%;
    padding: 20px 0;
    margin: auto; }
  .thingtodo_content ul {
    list-style: disc;
    padding-left: 20px; }
    .thingtodo_content ul li {
      font-size: 1rem;
      color: #58595b; }

.other_thingtodo h3 {
  font-size: 22px;
  color: #bc202f; }
.other_thingtodo .tab_service_content a {
  width: 100%; }

.thingtodo_title:after {
  content: inherit !important; }

.experience .tab_item:hover {
  background: white; }

.testtimonial {
  background: #fcfbf9;
  padding: 60px 0; }
  @media screen and (max-width: 576px) {
    .testtimonial {
      padding: 20px 0; } }
  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    .testtimonial .col-lg-6 {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%; } }
  .testtimonial .testtimonial_item {
    background: #ffffff;
    padding: 45px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 7px #ebebeb; }
    .testtimonial .testtimonial_item h3 {
      font-size: 22px;
      color: #282828;
      font-family: NotoSerif-Italic, sans-serif; }
    .testtimonial .testtimonial_item p {
      font-size: 14px;
      font-family: NotoSerif-Italic, sans-serif;
      padding: 10px 0; }
    .testtimonial .testtimonial_item p.author {
      font-size: 14px;
      color: #bb202f; }

.menu > ul > li {
  height: 55px; }
  @media screen and (max-width: 1600px) {
    .menu > ul > li {
      height: 50px; } }
  .menu > ul > li a {
    height: 100%; }
    .menu > ul > li a:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

ul.sub-top > li:hover > ul.sub {
  opacity: 1;
  width: 250px;
  visibility: visible;
  overflow: visible; }

ul.sub {
  width: 200px;
  visibility: hidden;
  overflow: hidden;
  z-index: 2;
  left: 100%;
  top: 0;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition: .3s all ease-in; }
  ul.sub li {
    margin: 0;
    text-align: left;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #bc202f;
    overflow: hidden; }
    ul.sub li a {
      color: white;
      padding: 14px 20px;
      display: block;
      height: 100%;
      font-size: 16px;
      line-height: 1.7; }
      @media screen and (max-width: 1600px) {
        ul.sub li a {
          padding: 11px 20px; } }
    ul.sub li ul.sub-2 {
      margin-left: 0;
      display: block;
      list-style: inherit !important;
      padding-left: 34px; }
      ul.sub li ul.sub-2 > li {
        padding: 0; }
        ul.sub li ul.sub-2 > li i {
          font-size: 5px;
          color: #ffffff; }
    ul.sub li:hover ul.sub-2 {
      display: block; }

.wrapper {
  position: relative; }

.menu-animation {
  animation-name: animation-menu;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes animation-menu {
  0% {
    left: -100px; }
  100% {
    left: 0px;
    opacity: 1; } }
.menu_mobile {
  opacity: 0;
  position: fixed;
  z-index: 9999;
  height: 99%;
  width: 50px;
  top: 40px; }
  .menu_mobile .nav-title {
    background: white;
    height: 100%; }
  .menu_mobile li {
    text-align: center;
    padding: 20px 0; }
  .menu_mobile li span {
    font-size: 27px;
    line-height: .25em;
    display: block; }
  .menu_mobile .hide {
    margin-left: -300px;
    transition: all 0.8s ease; }
  .menu_mobile .side-menu {
    position: absolute;
    top: 0px;
    background: #eeeeee;
    color: white;
    width: 299px;
    height: 350px;
    background: transparent;
    background-color: #bc202f; }
  .menu_mobile .side-menu ul li {
    padding: 0 0 10px 10px; }
  .menu_mobile .side-menu ul li a {
    background-color: #bc202f;
    color: white;
    font-size: 1.285rem; }
    .menu_mobile .side-menu ul li a i {
      color: white; }
  .menu_mobile .side-menu:last-child ul li a {
    background-color: #bc202f; }
  .menu_mobile .show-menu {
    margin-left: 0 !important; }

.header-mobile.fixed {
  position: fixed;
  width: 100%;
  background: white;
  height: 40px;
  z-index: 99999; }

@media screen and (max-width: 1660px) {
  .sidebar .menu .sub-top li .sub .sub-2 {
    margin-right: 25px;
    padding-left: 25px; }
    .sidebar .menu .sub-top li .sub .sub-2::-webkit-scrollbar {
      width: 5px; }
    .sidebar .menu .sub-top li .sub .sub-2::-webkit-scrollbar-track {
      background: #bc202f;
      border-radius: 10px; }
    .sidebar .menu .sub-top li .sub .sub-2::-webkit-scrollbar-thumb {
      background: #ffffff;
      border-radius: 10px; } }

#libary {
  background: #ebebeb;
  padding-bottom: 40px; }
  #libary .slider-for {
    height: 82vh;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #libary .slider-for {
        height: auto; } }

.small-centered {
  position: relative; }

.galery_nav {
  width: 100%;
  bottom: 50px; }
  .galery_nav .slick-slide {
    opacity: .5; }
  .galery_nav .slick-current {
    opacity: 1; }

.thumb_galery_nav {
  padding: 0 5px; }
  .thumb_galery_nav img {
    height: 120px !important;
    width: 120px !important; }
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
      .thumb_galery_nav img {
        height: 80px !important;
        width: 80px !important; } }
    @media screen and (max-width: 576px) {
      .thumb_galery_nav img {
        height: 40px !important;
        width: 40px !important; } }

.slider-nav {
  position: relative;
  width: 460px;
  margin: auto;
  padding: 15px 0; }
  @media screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-nav {
      width: 380px; } }
  @media screen and (max-width: 576px) {
    .slider-nav {
      width: 240px; } }
  .slider-nav .slick-dots {
    display: none !important; }
  .slider-nav .slick-list {
    margin: 0 -5px; }
  .slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    z-index: 9;
    cursor: pointer; }
  .slider-nav .left {
    left: -70px; }
  .slider-nav .right {
    right: -70px; }

.contact_us {
  height: 1000px; }
  @media screen and (max-width: 768px) {
    .contact_us .box-contact {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .contact_us .box-contact .form-contact {
    flex: 0 0 40%;
    padding: 60px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact_us .box-contact .form-contact {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 30px; } }
    .contact_us .box-contact .form-contact .title h3 {
      font-family: NotoSerif-Bold, sans-serif;
      font-size: 32px;
      color: #282828;
      position: relative;
      padding-bottom: 30px; }
      .contact_us .box-contact .form-contact .title h3:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 1px;
        background: #282828;
        bottom: 26%;
        left: 50%;
        transform: translateX(-50%); }
    .contact_us .box-contact .form-contact .title p {
      font-size: 15px;
      color: #282828;
      font-family: NotoSerif-Regular, sans-serif; }
    .contact_us .box-contact .form-contact .lh {
      margin-top: 20px;
      text-align: left; }
      .contact_us .box-contact .form-contact .lh p {
        font-size: 13px;
        font-family: NotoSerif-Regular, sans-serif; }
        .contact_us .box-contact .form-contact .lh p i {
          width: 30px;
          text-align: center; }
    .contact_us .box-contact .form-contact form {
      margin-top: 30px; }
      .contact_us .box-contact .form-contact form .form-control {
        height: 43px; }
    .contact_us .box-contact .form-contact .div_book_now {
      margin-top: 40px; }
  .contact_us .box-contact .map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
    @media screen and (max-width: 768px) {
      .contact_us .box-contact .map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 400px; } }

@media screen and (max-width: 768px) {
  .yoko-element-fix {
    min-height: max-content !important; } }

@media screen and (max-width: 576px) {
  .packages_element_fix {
    height: auto !important; } }
@media screen and (max-width: 576px) {
  .packages_element_fix .image {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    height: 300px !important; } }
@media screen and (max-width: 576px) {
  .packages_element_fix .content_package {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 30px !important; } }

/*# sourceMappingURL=main.css.map */
