.section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
.section .btn-primary {
  background-color: #E75C55;
  border-radius: 15px;
  border: none;
  transition: 0.2s;
}
.section .btn-primary:hover {
  opacity: 0.8;
}
.section .swiper-buttons {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
}
.section .swiper-buttons .container {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .section .swiper-buttons .container {
    width: 1310px;
  }
  .vc_row .section .swiper-buttons .container {
    transform: translateX(-70px);
  }
}
.section .swiper-button {
  color: #993300;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
}
.section .swiper-button::after {
  font-size: 18px;
}
.section .swiper-button-prev {
  left: 0;
}
.section .swiper-button-next {
  right: 0;
}

img {
  max-width: 100%;
}

.page-template-template-adt-flexible #page-wrapper {
  background-color: #EEEEEE;
}
.page-template-template-adt-flexible section#content {
  min-height: auto;
}

.btn-primary {
  border: none;
  background: #E75C55;
  color: white;
}

.popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup.hide {
  display: none;
}
.popup .popup-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.popup .popup-inner .popup-content {
  display: table-cell;
  vertical-align: middle;
}
.popup .popup-inner .popup-content .popup-box {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
}
.popup .popup-inner .popup-content .btn-close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  color: transparent;
  background-color: white;
  border: none;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3E%3Ctitle%3Ecross-circle%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-568.000000, -1087.000000)' fill='%23e85c55'%3E%3Cpath d='M584,1117 C576.268,1117 570,1110.73 570,1103 C570,1095.27 576.268,1089 584,1089 C591.732,1089 598,1095.27 598,1103 C598,1110.73 591.732,1117 584,1117 L584,1117 Z M584,1087 C575.163,1087 568,1094.16 568,1103 C568,1111.84 575.163,1119 584,1119 C592.837,1119 600,1111.84 600,1103 C600,1094.16 592.837,1087 584,1087 L584,1087 Z M589.717,1097.28 C589.323,1096.89 588.686,1096.89 588.292,1097.28 L583.994,1101.58 L579.758,1097.34 C579.367,1096.95 578.733,1096.95 578.344,1097.34 C577.953,1097.73 577.953,1098.37 578.344,1098.76 L582.58,1102.99 L578.314,1107.26 C577.921,1107.65 577.921,1108.29 578.314,1108.69 C578.708,1109.08 579.346,1109.08 579.74,1108.69 L584.006,1104.42 L588.242,1108.66 C588.633,1109.05 589.267,1109.05 589.657,1108.66 C590.048,1108.27 590.048,1107.63 589.657,1107.24 L585.42,1103.01 L589.717,1098.71 C590.11,1098.31 590.11,1097.68 589.717,1097.28 L589.717,1097.28 Z' id='cross-circle' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-size: calc(100% - 8px);
  background-repeat: no-repeat;
  background-position: center;
}
.popup .section {
  margin: 0;
  padding: 0;
}
.popup .container {
  width: 100%;
}
.popup .container::before, .popup .container::after {
  content: none;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-heading .title-wrapper .title {
  text-transform: uppercase;
}
.section-heading.style-bg_grey .title-wrapper {
  padding: 10px;
  background-color: #dcdcdc;
}
.section-heading.style-bg_grey .title-wrapper .title {
  margin: 0;
}
.section-heading.style-bg_red .title-wrapper {
  padding: 10px;
  background-color: #E75C55;
}
.section-heading.style-bg_red .title-wrapper .title {
  color: white;
  margin: 0;
}
.section-heading.style-bd_center .content-wrap {
  justify-content: center;
  padding: 20px 0px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.section-heading.style-bd_center .title-wrapper .title {
  color: #E75C55;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .section-heading.style-bd_center .title-wrapper .title {
    font-size: 32px !important;
    line-height: 48px;
  }
}
.section-heading .content-wrap {
  display: flex;
  justify-content: space-between;
}
.section-heading .btn-blue {
  background-color: #428bca;
  border-color: #428bca;
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.section-heading .btn-blue:hover {
  background-color: #428bca;
  border-color: #428bca;
}

.section-gallery .gallery {
  overflow: hidden;
}
.section-gallery .gallery .items {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-gallery .gallery .items .item {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .section-gallery .gallery .items .item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .section-gallery .gallery .items .item {
    width: 50%;
  }
}
.section-gallery .gallery .items .item .item-inner {
  display: block;
  text-decoration: none;
}
.section-gallery .gallery .items .item .item-inner figure {
  position: relative;
}
.section-gallery .gallery .items .item .item-inner figure::before {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.section-gallery .gallery .items .item .item-inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.section-banner {
  margin-top: 0;
  padding-top: 0 !important;
}
.section-banner .container.full {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .section-banner .container.full {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-banner figure img {
  width: 100%;
}
.section-banner.height-small img {
  height: 400px;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .section-banner.height-small img {
    height: 240px;
  }
}

.section-contact .item-contact {
  margin-bottom: 8px;
}
.section-contact .item-contact .item-inner {
  display: flex;
  flex-wrap: wrap;
}
.section-contact .item-contact .item-title {
  display: flex;
  width: 165px;
}
.section-contact .item-contact .item-title i {
  color: #E75C55;
}
.section-contact .item-contact .item-title .title {
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #993300;
  padding-top: 4px;
}
.section-contact .item-contact .item-content {
  width: calc(100% - 165px);
}
@media screen and (max-width: 767px) {
  .section-contact .item-contact .item-content {
    padding-left: 0;
  }
}
.section-contact .item-contact .item-content p {
  margin-bottom: 5px;
}
.section-contact .item-contact .sub-item {
  margin-top: 10px;
  display: flex;
}
.section-contact .item-contact .sub-item:first-child {
  margin-top: 0;
}
.section-contact .item-contact .sub-item .sub-value {
  padding-left: 10px;
}
.section-contact .container {
  max-width: 780px;
  background: white;
  padding: 20px;
}

.section-contact2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-contact2:last-child {
    margin-bottom: 0;
  }
}
.section-contact2 .contact2 .content-form .container {
  max-width: 880px;
}
.section-contact2 .contact2 .cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-contact2 .contact2 .cols .col.col-text {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .section-contact2 .contact2 .cols .col.col-text {
    width: 100%;
  }
}
.section-contact2 .contact2 .cols .col.col-text .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 980px) {
  .section-contact2 .contact2 .cols .col.col-text .title {
    font-size: 25px;
    line-height: 27px;
  }
}
.section-contact2 .contact2 .cols .col.col-text .text {
  margin-bottom: 18px;
}
.section-contact2 .contact2 .cols .col.col-text .contact-form .frm_submit .frm_button_submit {
  margin: 0;
}
.section-contact2 .contact2 .cols .col.col-text .contact-form .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 8px;
}
.section-contact2 .contact2 .cols .col.col-text .col-inner {
  background: #E75C55;
  padding: 20px;
  border-radius: 10px;
}
.section-contact2 .contact2 .cols .col.col-text .col-inner .title, .section-contact2 .contact2 .cols .col.col-text .col-inner .text, .section-contact2 .contact2 .cols .col.col-text .col-inner .contact-form, .section-contact2 .contact2 .cols .col.col-text .col-inner .frm_error_style {
  color: #FFFFFF;
}
.section-contact2 .contact2 .cols .col.col-image {
  width: 38%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .section-contact2 .contact2 .cols .col.col-image {
    width: 100%;
    padding-right: 0px;
    padding-top: 20px;
  }
}
.section-contact2 .contact2 .cols .col.col-image figure img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section-contact2 .contact2 .content-map {
    margin-top: 20px;
  }
}
.section-contact2 .contact2 .content-map .map {
  position: relative;
}
.section-contact2 .contact2 .content-map .map::before {
  content: "";
  display: block;
  padding-bottom: 400px;
  background: #d8d8d8;
}
@media screen and (max-width: 767px) {
  .section-contact2 .contact2 .content-map .map::before {
    padding-bottom: 100%;
  }
}
.section-contact2 .contact2 .content-map .map iframe, .section-contact2 .contact2 .content-map .map .the-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
}
.section-contact2 .contact2 .content-map .map.map-image img {
  display: block;
  width: 100%;
}

.section-contact3 .item-contact-wrap {
  display: flex;
  flex-wrap: wrap;
}
.section-contact3 .item-contact {
  margin-bottom: 12px;
  padding-right: 20px;
}
.section-contact3 .item-contact .item-inner {
  display: flex;
  flex-wrap: wrap;
}
.section-contact3 .item-contact .item-title {
  display: flex;
  width: 38px;
}
.section-contact3 .item-contact .item-title i {
  color: #E75C55;
}
.section-contact3 .item-contact .item-title .title {
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #993300;
  padding-top: 4px;
}
.section-contact3 .item-contact .item-content {
  width: calc(100% - 38px);
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .section-contact3 .item-contact .item-content {
    padding-left: 0;
  }
}
.section-contact3 .item-contact .item-content p {
  margin-bottom: 5px;
}
.section-contact3 .item-contact .sub-item {
  margin-top: 10px;
  display: flex;
}
.section-contact3 .item-contact .sub-item:first-child {
  margin-top: 0;
}
.section-contact3 .item-contact .sub-item .sub-value {
  padding-left: 10px;
}
.section-contact3 .social-icons li a {
  width: 40px;
  height: 40px;
  background: #E75C55 !important;
  border-radius: 8px;
  line-height: 42px;
  font-size: 22px;
}
.section-contact3 .title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-contact3 .office-hour {
  margin-top: 10px;
}
.section-contact3 .office-hour .cols {
  display: flex;
  flex-wrap: wrap;
}
.section-contact3 .office-hour .text ul {
  display: flex;
  flex-wrap: wrap;
}
.section-contact3 .office-hour .text ul li {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.section-contact3 .office-hour .text ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: black;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.section-itinerary .item-itinerary.open .item-head .icon {
  transform: rotate(180deg);
}
.section-itinerary .item-itinerary .item-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  width: 100%;
  transition: 0.2s;
}
.section-itinerary .item-itinerary .item-head:hover {
  text-decoration: underline;
}
.section-itinerary .item-itinerary .item-head .item-title {
  display: flex;
  padding-right: 10px;
  font-weight: 600;
  font-size: 16px;
  padding-right: 50px;
  margin-bottom: 0;
  width: calc(100% - 22px);
  text-align: left;
}
@media(max-width: 767px) {
  .section-itinerary .item-itinerary .item-head .item-title {
    padding-right: 0;
  }
}
.section-itinerary .item-itinerary .item-head .item-title .item-day {
  width: 78px;
  display: flex;
  gap: 5px;
}
.section-itinerary .item-itinerary .item-head .item-title .title {
  max-width: calc(100% - 78px);
}
.section-itinerary .item-itinerary .item-head .icon {
  width: 22px;
  height: 22px;
  transition: 0.2s;
  text-align: center;
}
.section-itinerary .item-itinerary .item-content {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 48px;
  border-left: 1px dashed #2d3e52;
  margin-bottom: 5px;
}
@media(max-width: 767px) {
  .section-itinerary .item-itinerary .item-content {
    padding-left: 20px;
  }
}
.section-itinerary .item-itinerary .item-content .note {
  font-weight: bold;
}
.section-itinerary .item-itinerary .item-content .hotel-wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.section-itinerary .item-itinerary .item-content .hotel {
  margin-top: 4px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.section-itinerary .item-itinerary .item-content .selected_hotels .item {
  margin-top: 4px;
  position: relative;
  padding-left: 24px;
}
.section-itinerary .item-itinerary .item-content .selected_hotels .item::before {
  content: ">>";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  color: black;
}
.section-itinerary .item-itinerary .item-content .selected_hotels .item a {
  display: inline-block;
}
.section-itinerary .item-itinerary .item-content .meal {
  margin-top: 20px;
}
.section-itinerary .item-itinerary .item-content .meal .items ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.section-itinerary .item-itinerary .item-content .meal .items ul li {
  padding-right: 30px;
  margin-top: 10px;
}
@media(max-width: 767px) {
  .section-itinerary .item-itinerary .item-content .meal .items ul li {
    padding-right: 5px;
  }
}
.section-itinerary .item-itinerary .item-content .meal .items ul li h4 {
  margin: 0;
}
.section-itinerary .item-itinerary .item-content .meal .items ul .item-meal {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
}
.section-itinerary .item-itinerary .item-content .meal .items ul .item-meal::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  /* top: 3px; */
  background-size: 18px;
}
.section-itinerary .item-itinerary .item-content .meal .items ul .item-meal.is-include::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23428bca' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 305.002 305.002' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M152.502,0.001C68.412,0.001,0,68.412,0,152.501s68.412,152.5,152.502,152.5c84.089,0,152.5-68.411,152.5-152.5 S236.591,0.001,152.502,0.001z M152.502,280.001C82.197,280.001,25,222.806,25,152.501c0-70.304,57.197-127.5,127.502-127.5 c70.304,0,127.5,57.196,127.5,127.5C280.002,222.806,222.806,280.001,152.502,280.001z'/%3E%3Cpath d='M218.473,93.97l-90.546,90.547l-41.398-41.398c-4.882-4.881-12.796-4.881-17.678,0c-4.881,4.882-4.881,12.796,0,17.678 l50.237,50.237c2.441,2.44,5.64,3.661,8.839,3.661c3.199,0,6.398-1.221,8.839-3.661l99.385-99.385 c4.881-4.882,4.881-12.796,0-17.678C231.269,89.089,223.354,89.089,218.473,93.97z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.section-itinerary .item-itinerary .item-content .meal .items ul .item-meal.not-include::before {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3E%3Ctitle%3Ecross-circle%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-568.000000, -1087.000000)' fill='%23e85c55'%3E%3Cpath d='M584,1117 C576.268,1117 570,1110.73 570,1103 C570,1095.27 576.268,1089 584,1089 C591.732,1089 598,1095.27 598,1103 C598,1110.73 591.732,1117 584,1117 L584,1117 Z M584,1087 C575.163,1087 568,1094.16 568,1103 C568,1111.84 575.163,1119 584,1119 C592.837,1119 600,1111.84 600,1103 C600,1094.16 592.837,1087 584,1087 L584,1087 Z M589.717,1097.28 C589.323,1096.89 588.686,1096.89 588.292,1097.28 L583.994,1101.58 L579.758,1097.34 C579.367,1096.95 578.733,1096.95 578.344,1097.34 C577.953,1097.73 577.953,1098.37 578.344,1098.76 L582.58,1102.99 L578.314,1107.26 C577.921,1107.65 577.921,1108.29 578.314,1108.69 C578.708,1109.08 579.346,1109.08 579.74,1108.69 L584.006,1104.42 L588.242,1108.66 C588.633,1109.05 589.267,1109.05 589.657,1108.66 C590.048,1108.27 590.048,1107.63 589.657,1107.24 L585.42,1103.01 L589.717,1098.71 C590.11,1098.31 590.11,1097.68 589.717,1097.28 L589.717,1097.28 Z' id='cross-circle' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.section-itinerary .item-itinerary .item-content .cols {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-itinerary .item-itinerary .item-content .cols .col {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .section-itinerary .item-itinerary .item-content .cols .col {
    width: 100%;
  }
}
.section-itinerary .item-itinerary .item-content .cols .col.col-text {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .section-itinerary .item-itinerary .item-content .cols .col.col-text {
    width: 100%;
  }
}
.section-itinerary .item-itinerary .item-content .cols .col.col-image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section-itinerary .item-itinerary .item-content .cols .col.col-image {
    width: 100%;
  }
}
.section-itinerary .item-itinerary .item-content .item-image a {
  display: block;
  width: 100%;
}
.section-itinerary .item-itinerary .item-content .item-image img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.section-itinerary .item-itinerary .item-content .item-gallery {
  margin-top: 20px;
}
.section-itinerary .item-itinerary .item-content .item-gallery .gallery-items {
  display: flex;
  flex-wrap: wrap;
}
.section-itinerary .item-itinerary .item-content .item-gallery .gallery-items .gallery-item {
  margin-right: 10px;
  margin-bottom: 10px;
  float: none;
  display: inline-block;
}
.section-itinerary .item-itinerary .item-content .item-gallery .gallery-items .gallery-item a {
  display: block;
}
.section-itinerary .item-itinerary .item-content .item-gallery .gallery-items .gallery-item a img {
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.section-form_inquiry .cols {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-form_inquiry .cols .col {
  padding: 10px;
}
.section-form_inquiry .cols .col-image {
  width: 25%;
}
.section-form_inquiry .cols .col-text {
  width: 75%;
}
.section-form_inquiry .cols .col-text figure img {
  max-width: 100%;
  display: block;
}
.section-form_inquiry .form-heading {
  overflow: hidden;
  margin-bottom: 20px;
}
.section-form_inquiry .form-heading .cols h1, .section-form_inquiry .form-heading .cols h2, .section-form_inquiry .form-heading .cols h3, .section-form_inquiry .form-heading .cols h4, .section-form_inquiry .form-heading .cols h5, .section-form_inquiry .form-heading .cols h6 {
  color: #993300;
}
.section-form_inquiry .form-heading .cols .text {
  text-align: justify;
}
.section-form_inquiry .form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.section-form_inquiry .form-wrapper .form {
  background-color: white;
  padding: 40px;
}
.section-form_inquiry .form-set * {
  color: black;
}
.section-form_inquiry .form-set label, .section-form_inquiry .form-set .label {
  padding: 0;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.section-form_inquiry .form-set .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-form_inquiry .form-set .form-col {
  width: 100%;
  padding: 10px;
}
.section-form_inquiry .form-set .col50 {
  width: 50%;
}
.section-form_inquiry .form-set .col-1_3 {
  width: 33.3333333333%;
}
.section-form_inquiry .form-set .form-group .inline {
  display: flex;
  gap: 20px;
}
.section-form_inquiry .form-set textarea, .section-form_inquiry .form-set .textarea {
  height: 140px;
}
.section-form_inquiry .form-set .btn-submit {
  background: #E75C55;
  color: white;
}
.section-form_inquiry .form-set .btn-submit:hover {
  opacity: 0.8;
}
.section-form_inquiry .form-set .error-msg {
  font-size: 12px;
  color: red;
}
.section-form_inquiry .form-set .js-form-message {
  border: 1px solid grey;
  padding: 10px;
}
.section-form_inquiry .form-set .js-form-message p {
  margin: 0;
}
.section-form_inquiry .form-set .js-form-message.error {
  border-color: red;
}
.section-form_inquiry .form-set .js-form-message.error p {
  color: red;
}
.section-form_inquiry .form-set .js-form-message.success {
  border-color: green;
}
.section-form_inquiry .form-set .js-form-message.success p {
  color: green;
}
.section-form_inquiry .form-set .hide {
  display: none;
}
.section-form_inquiry.style2 {
  background: #428bca;
}
.section-form_inquiry.style2 .form-heading .cols h1, .section-form_inquiry.style2 .form-heading .cols h2, .section-form_inquiry.style2 .form-heading .cols h3, .section-form_inquiry.style2 .form-heading .cols p {
  color: white;
}
.section-form_inquiry.style2 .form-heading .cols .col-image {
  width: 160px;
}
.section-form_inquiry.style2 .form-heading .cols .col-text {
  width: 100%;
}
.section-form_inquiry.style2 .form-set .label {
  color: white;
}
.section-form_inquiry.style2 .form-wrapper .form {
  background: transparent;
}

.section-slider {
  position: relative;
}
.section-slider .cols {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-slider .cols .col {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .section-slider .cols .col {
    width: 100%;
  }
}
.section-slider .cols .col img {
  border-radius: 15px;
}
.section-slider .cols .col video {
  width: 100%;
  border-radius: 15px;
}
.section-slider .cols .col .shortcode {
  border-radius: 15px;
  overflow: hidden;
}
.section-slider .cols .col iframe {
  width: 100%;
}

.section-tour_grid .items {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-tour_grid .items .item {
  padding: 10px;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .section-tour_grid .items .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .section-tour_grid .items .item {
    width: 100%;
  }
}
.section-tour_grid .items .item .item-inner {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.section-tour_grid .items .item .item-inner article {
  margin: 0;
}
.section-tour_grid .items .item figure {
  position: relative;
}
.section-tour_grid .items .item figure::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.section-tour_grid .items .item figure a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-tour_grid .items .item figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-tour_grid .items .item .details {
  padding: 10px;
}
.section-tour_grid .items .item .details .box-title {
  margin-bottom: 10px;
}
.section-tour_grid .items .item .details .box-meta {
  color: #993300;
}
.section-tour_grid .items .item .details .description {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  /* number of lines to show */
  line-clamp: 10;
  -webkit-box-orient: vertical;
}

.section-embed .embeds {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-embed .embeds .item {
  width: 33.3333333333%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .section-embed .embeds .item {
    width: 100%;
  }
}
.section-embed .embeds .item .item-inner {
  position: relative;
  background-color: white;
}
.section-embed .wp-embed {
  padding: 25px;
}
.section-embed .wp-embed:hover .wp-embed-featured-image img {
  transform: scale(1.1);
}
.section-embed .wp-embed .wp-embed-featured-image {
  overflow: hidden;
}
.section-embed .wp-embed .wp-embed-featured-image a {
  display: block;
}
.section-embed .wp-embed .wp-embed-featured-image img {
  height: auto;
  transition: 0.2s;
}
.section-embed .wp-embed .wp-embed-heading {
  margin-top: 10px;
}
.section-embed .wp-embed .wp-embed-heading a {
  font-weight: bold;
  color: black;
}
.section-embed .wp-embed .wp-embed-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-embed .wp-embed .wp-embed-footer .wp-embed-site-title a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.section-embed .wp-embed .wp-embed-footer .wp-embed-site-title a img {
  width: 32px;
  height: 32px;
}
.section-embed .wp-embed .wp-embed-footer .wp-embed-site-title a span {
  padding-left: 6px;
}
.section-embed .wp-embed .wp-embed-footer .wp-embed-share-dialog-open {
  padding: 7px;
  color: #a7a7a7;
  background: transparent;
}

.wp-embed {
  border: none !important;
}

.section-accordion .item-accordion {
  border-bottom: 1px solid grey;
}
.section-accordion .item-accordion:not(:first-child) {
  margin-top: 20px;
}
.section-accordion .item-accordion.open .item-head .icon {
  transform: rotate(180deg);
}
.section-accordion .item-accordion .item-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.section-accordion .item-accordion .item-head:hover {
  text-decoration: underline;
}
.section-accordion .item-accordion .item-head .item-title {
  display: flex;
  padding-right: 10px;
  font-weight: 600;
  font-size: 16px;
  padding-right: 50px;
  width: calc(100% - 22px);
  margin-bottom: 10px;
}
.section-accordion .item-accordion .item-head .icon {
  width: 22px;
  height: 22px;
  transition: 0.2s;
  text-align: center;
}
.section-accordion .item-accordion .item-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-accordion .item-accordion .item-content *:last-child {
  margin-bottom: 0;
}
.section-accordion .item-accordion .item-content .note {
  font-weight: bold;
}
.section-accordion .item-accordion .item-content .hotel {
  margin-bottom: 10px;
  margin-top: 50px;
}
.section-accordion .item-accordion .item-content .selected_hotels .item {
  margin-top: 4px;
  position: relative;
  padding-left: 24px;
}
.section-accordion .item-accordion .item-content .selected_hotels .item::before {
  content: ">>";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  color: black;
}
.section-accordion .item-accordion .item-content .selected_hotels .item a {
  display: inline-block;
}
.section-accordion .item-accordion .item-content .cols {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-accordion .item-accordion .item-content .cols .col {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .section-accordion .item-accordion .item-content .cols .col {
    width: 100%;
  }
}
.section-accordion .item-accordion .item-content .cols .col.col-text {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .section-accordion .item-accordion .item-content .cols .col.col-text {
    width: 100%;
  }
}
.section-accordion .item-accordion .item-content .cols .col.col-image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section-accordion .item-accordion .item-content .cols .col.col-image {
    width: 100%;
  }
}
.section-accordion .item-accordion .item-content .item-image a {
  display: block;
  width: 100%;
}
.section-accordion .item-accordion .item-content .item-image img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.section-banner_slider {
  margin-top: 0;
  padding-top: 0 !important;
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 200px);
}
.section-banner_slider .items-wrapper,
.section-banner_slider .swiper {
  height: 100%;
}
.section-banner_slider .item .item-inner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.section-banner_slider .item .item-inner .container {
  height: 100%;
}
.section-banner_slider .item .item-inner .item-content {
  display: table;
  width: 100%;
  height: 100%;
}
.section-banner_slider .item .item-inner .item-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.section-banner_slider .item .item-inner .text-wrap {
  max-width: 340px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .section-banner_slider .item .item-inner .text-wrap {
    max-width: 100%;
  }
}
.section-banner_slider .item .item-inner .text-wrap * {
  color: white;
}
.section-banner_slider .item .item-inner .text-wrap .title {
  color: #E75C55;
  font-size: 26px !important;
  line-height: 34px;
}
.section-banner_slider.height-small {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .section-banner_slider.height-small {
    height: 240px;
  }
}

.section-grid_slider {
  position: relative;
}
.section-grid_slider .items-wrapper,
.section-grid_slider .swiper {
  height: 100%;
}
.section-grid_slider .items {
  display: flex;
  width: 20%;
}
.section-grid_slider .item .item-inner {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-grid_slider .item .item-inner::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.section-grid_slider .item .item-inner:hover .item-content {
  opacity: 1;
}
.section-grid_slider .item .item-inner .item-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.2s;
}
.section-grid_slider .item .item-inner .item-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.section-grid_slider .item .item-inner .text-wrap {
  padding: 20px;
  text-align: center;
}
.section-grid_slider .item .item-inner .text-wrap * {
  color: white;
}

.section-col_text_images {
  position: relative;
}
.section-col_text_images .cols {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-col_text_images .cols .col {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .section-col_text_images .cols .col {
    width: 100%;
  }
}
.section-col_text_images .cols .col .col-inner {
  position: relative;
}
.section-col_text_images .item .item-inner {
  position: relative;
}
.section-col_text_images .item .item-inner figure {
  position: relative;
}
.section-col_text_images .item .item-inner figure::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.section-col_text_images .item .item-inner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-col_text_images .swiper-buttons {
  max-width: calc(100% - 40px);
  left: 20px;
}

.section-link_list .link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.section-link_list .link-list ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  width: 33.3333333333%;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .section-link_list .link-list ul li {
    width: 100%;
  }
}
.section-link_list .link-list ul li::before {
  content: ">>";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.section-link_list .link-list ul li:hover::before {
  color: #E75C55;
}

.section-share .share-warpper {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.section-share .social-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-share .social-share .title {
  font-weight: normal;
  margin: 0;
  padding-right: 12px;
  font-size: 20px;
}
.section-share .social-share .social-share-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.section-share .social-share .social-share-list ul li {
  padding: 4px;
}
.section-share .social-share .social-share-list ul li a {
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
.section-share .social-share .social-share-list ul li a:hover {
  opacity: 0.8;
}
.section-share .social-share .social-share-list ul li a .share-link-label {
  display: none;
}

.section-grid_items .section--title {
  margin-bottom: 40px;
}
.section-grid_items .items {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.section-grid_items .items .item {
  padding: 10px;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .section-grid_items .items .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .section-grid_items .items .item {
    width: 100%;
  }
}
.section-grid_items .items .item .item-inner {
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.section-grid_items .items .item .item-head {
  background: #555555;
  padding: 10px;
}
.section-grid_items .items .item .title {
  margin-bottom: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.section-grid_items .items .item .text {
  font-size: 16px;
  color: #f1f1f1;
}
.section-grid_items .items .item figure {
  position: relative;
}
.section-grid_items .items .item figure::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.section-grid_items .items .item figure img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.section-grid_items .items .item .link a {
  display: inline-block;
  color: white;
  padding: 8px 20px;
  font-weight: bold;
  background: #E95C55;
  transform: translateY(-50%);
  transition: 0.2s;
}
.section-grid_items .items .item .link a:hover {
  background: #c05651;
}

.section-grid_items_slider {
  position: relative;
}
.section-grid_items_slider .section--title {
  margin-bottom: 40px;
}
.section-grid_items_slider .items-wrapper {
  position: relative;
}
.section-grid_items_slider .items-wrapper,
.section-grid_items_slider .swiper {
  height: 100%;
}
.section-grid_items_slider .grid_items {
  overflow: hidden;
}
.section-grid_items_slider .items {
  display: flex;
}
.section-grid_items_slider .items .item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .section-grid_items_slider .items .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .section-grid_items_slider .items .item {
    width: 100%;
  }
}
.section-grid_items_slider .items .item .item-inner {
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.section-grid_items_slider .items .item .item-head {
  background: #555555;
  padding: 10px;
}
.section-grid_items_slider .items .item .title {
  margin-bottom: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.section-grid_items_slider .items .item .text {
  font-size: 16px;
  color: #f1f1f1;
}
.section-grid_items_slider .items .item figure {
  position: relative;
}
.section-grid_items_slider .items .item figure::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.section-grid_items_slider .items .item figure img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.section-grid_items_slider .items .item .link a {
  display: inline-block;
  color: white;
  padding: 8px 20px;
  font-weight: bold;
  background: #E95C55;
  transform: translateY(-50%);
  transition: 0.2s;
}
.section-grid_items_slider .items .item .link a:hover {
  background: #c05651;
}

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