@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1 !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

a:active, a:focus, input, button {
  background-color: transparent;
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, input[type=submit] {
  cursor: pointer;
  border: 0;
  padding: 0;
}

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

em {
  font-style: italic;
}

a, input[type=submit], button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pull-right {
  float: right !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.pull-left {
  float: left !important;
}

.no-margin {
  margin: 0 !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.hidden {
  display: none !important;
}

.m-table {
  display: table;
  width: 100%;
}
.m-table .m-tr {
  display: table-row;
}
.m-table .m-td {
  display: table-cell;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "fontello";
  src: url("../icons/fontello.eot?16241690");
  src: url("../icons/fontello.eot?16241690#iefix") format("embedded-opentype"), url("../icons/fontello.woff2?16241690") format("woff2"), url("../icons/fontello.woff?16241690") format("woff"), url("../icons/fontello.ttf?16241690") format("truetype"), url("../icons/fontello.svg?16241690#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker-next:before {
  content: "";
  font-family: "fontello";
  color: #fff;
  font-size: 12px;
}

.ui-datepicker-prev:before {
  content: "";
  font-family: "fontello";
  color: #fff;
  font-size: 12px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 20px !important;
}

.ui-datepicker-prev {
  left: 20px !important;
}

.ui-datepicker-next {
  right: 20px !important;
}

.icon-location:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-minus:before {
  content: "";
}

/* '' */
.icon-star:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: "";
}

/* '' */
.icon-include:before {
  content: "";
}

/* '' */
.icon-fish:before {
  content: "";
}

/* '' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-birthday:before {
  content: "";
}

/* '' */
.icon-tc:before {
  content: "";
}

/* '' */
.icon-calendar:before {
  content: "";
}

/* '' */
.icon-cvc:before {
  content: "";
}

/* '' */
.icon-arrow-down:before {
  content: "";
}

/* '' */
.icon-message:before {
  content: "";
}

/* '' */
.icon-universal:before {
  content: "";
}

/* '' */
.icon-up-down:before {
  content: "";
}

/* '' */
.icon-activity:before {
  content: "";
}

/* '' */
.icon-quote:before {
  content: "";
}

/* '' */
.icon-arrow-left:before {
  content: "";
}

/* '' */
.icon-arrow-right:before {
  content: "";
}

/* '' */
.icon-need:before {
  content: "";
}

/* '' */
.icon-adult:before {
  content: "";
}

/* '' */
.icon-car:before {
  content: "";
}

/* '' */
.icon-room:before {
  content: "";
}

/* '' */
.icon-wolf:before {
  content: "";
}

/* '' */
.icon-coffee:before {
  content: "";
}

/* '' */
.icon-clock:before {
  content: "";
}

/* '' */
.icon-comment:before {
  content: "";
}

/* '' */
.icon-night:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-mail-alt:before {
  content: "";
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-youtube-play:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.nice-select {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 70px;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding-top: 32px;
  line-height: 20px;
  outline: none;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.nice-select span.current {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 80%;
  width: 100%;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 20;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.overflow {
  overflow: hidden;
}

.container {
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}

header {
  min-height: 90px;
  z-index: 5;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -82px;
}
header .menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .menu ul {
  width: 37%;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
header .menu ul li {
  position: relative;
  text-align: center;
}
header .menu ul li a {
  padding: 20px 0;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 104.7%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menu ul li a:hover {
  color: #d68142;
}
header .menu .left {
  float: left;
}
header .menu .right {
  float: right;
}
header .menu .right li:last-child a {
  padding-left: 50px;
}
header #menu-toggle {
  display: none;
  border-radius: 0 0 0 4px;
  position: absolute;
  top: 40px;
  right: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  text-align: center;
}
header #menu-toggle:hover {
  cursor: pointer;
}
header #menu-toggle .bars,
header #menu-toggle p {
  display: inline-block;
}
header #menu-toggle .bars {
  position: relative;
  top: 10px;
  right: 2px;
  height: 10px;
  width: 15px;
}
header #menu-toggle .bar {
  width: 20px;
  height: 2px;
  background: #000DFF;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header #menu-toggle .bar:nth-child(2) {
  top: 5px;
}
header #menu-toggle .bar:nth-child(3) {
  top: 10px;
}
header #menu-toggle .hide {
  display: none;
}
header #menu-toggle:hover {
  cursor: pointer;
}
header #menu-toggle.active p {
  color: #000DFF;
}
header #menu-toggle.active .bar {
  background: #000DFF;
}
header #menu-toggle.active .bar:nth-child(1),
header #menu-toggle.active .bar:nth-child(3) {
  top: 5px;
}
header #menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
header #menu-toggle.active .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #menu-toggle.active .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header #menu-toggle.active .hide {
  display: inline;
}
header #menu-toggle.active .show {
  display: none;
}

.m-title {
  padding-bottom: 60px;
  padding-top: 50px;
  position: relative;
}
.m-title b {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  opacity: 0.02;
  position: absolute;
  top: 0;
  font-size: 13vmax;
  font-weight: 800;
  left: 0;
}
.m-title b.b1 {
  font-size: 30vmax;
  top: -30px;
}
.m-title b.b2 {
  font-size: 12vmax;
  left: 20px;
  top: 0;
}
.m-title b.b3 {
  font-size: 12vmax;
  left: 0;
  top: 0;
}
.m-title b.b4 {
  font-size: 13vmax;
  left: 50px;
  color: rgba(255, 255, 255, 0.01);
  opacity: 1;
}
.m-title b.b5 {
  font-size: 12vmax;
  left: 0;
  top: 30px;
}
.m-title b.b6 {
  font-size: 17vmax;
  left: 0;
  top: -30px;
}
.m-title.big {
  letter-spacing: 0.37em;
  font-weight: 700;
}
.m-title.big span {
  font-size: 44px;
}
.m-title.text-center span:before {
  left: 50%;
  margin-left: -21px;
}
.m-title > span {
  display: inline-block;
  line-height: 110%;
  position: relative;
  font-size: 30px;
  font-weight: 600;
}
.m-title > span:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 42px;
  height: 4px;
  background-color: #d68142;
}

main {
  min-height: 100vh;
}
main .page-cover {
  background: url(../img/main-slider-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
main .page-cover .container {
  height: 400px;
}
main .page-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(39, 39, 38, 0.5);
  background-image: -webkit-gradient(linear, to bottom, from(rgba(39, 39, 38, 0.5)), to(rgba(39, 39, 38, 0.5)));
  background-image: -webkit-linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
  background-image: -moz-linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
  background-image: -ms-linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
  background-image: -o-linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
  background-image: linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=$angle, StartColorStr="rgba(39, 39, 38, 0.5)", EndColorStr="rgba(39, 39, 38, 0.5)");
}
main .page-cover .title {
  position: absolute;
  bottom: 90px;
  left: 0;
  padding: 0 100px;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
}
main .page-cover .title .tour-info {
  margin-left: auto;
  display: flex;
  align-items: center;
}
main .page-cover .title .tour-info .duration {
  position: relative;
  padding-left: 50px;
  margin-right: 20px;
}
main .page-cover .title .tour-info .duration i {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 35px;
  color: #d68142;
}
main .page-cover .title .tour-info .duration span {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  /* or 27px */
  color: #FFFFFF;
  display: block;
}
main .page-cover .title .tour-info .icons span {
  display: inline-block;
  margin-left: 10px;
  height: 49px;
  width: 49px;
  line-height: 39px;
  text-align: center;
  border: 2px solid #d68142;
  border-radius: 100%;
  vertical-align: top;
}
main .page-cover .title .tour-info .icons span i {
  font-size: 45px;
  color: #d68142;
}
main .page-cover .title .tour-info .icons i img{
    height: 30px;
    margin: 0 5px;
    position: relative;
}
main .page-cover .title .tour-info .icons i{
    position: relative;
    cursor: pointer;
}
main .page-cover .title .tour-info .icons i .tooltip{
        position: absolute;
    left: -25%;
    padding: 5px 0;
    bottom: -50px;
    width: 150%;
    border-radius: 5px;
    z-index: 50;
    height: auto;
    line-height: 16px;
    background: #d68142;
    border-radius: 0!important;
    font-size: 16px;
    color: #fff;
    transform: scale(0);
    transition: 0.5s;
    font-style: normal;
    margin: 0;
}
main .page-row{
    position: relative;
    z-index: 0;
}
main .page-cover .title .tour-info .icons i .tooltip:after{
   position: absolute;
    content: '';
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #d68142 transparent;
    border-style: solid;
    border-width: 14px;
    width: 0px;
    height: 0px;

}
main .page-cover .title .tour-info .icons i:hover .tooltip{
    transform: scale(1);
}
main .page-cover .title .tour-info .icons span i.icon-fish {
  font-size: 30px;
}

main .page-cover .title h1 {
  display: inline-block;
  font-size: 65px;
  line-height: 78px;
  color: #FFFFFF;
  font-weight: 400;
}
main .page-cover .title h1 span {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #FFFFFF;
}
main .blog-detail {
  padding: 80px 0;
}
main .blog-detail .flex {
  display: flex;
}
main .blog-detail .flex .blog-left {
  width: 65%;
  position: relative;
}
main .blog-detail .flex .blog-left .full {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
main .blog-detail .flex .blog-left .post-left {
  position: absolute;
  top: 5px;
  left: 0;
}
main .blog-detail .flex .blog-left .post-left.post-img {
  top: 135px;
}
main .blog-detail .flex .blog-left .post-left.day {
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 20px;
  background: #d68142;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
}
main .blog-detail .flex .blog-left .post-left strong {
  padding-top: 7px;
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
main .blog-detail .flex .blog-left .post-content {
  position: relative;
  padding-left: 90px;
}
main .blog-detail .flex .blog-left .post-content h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 10px;
}
main .blog-detail .flex .blog-left .all-comment ul li {
  margin-bottom: 40px;
  padding-left: 90px;
  position: relative;
}
main .blog-detail .flex .blog-left .all-comment ul li .image {
  position: absolute;
  top: 0;
  left: 0;
}
main .blog-detail .flex .blog-left .all-comment ul li span.name {
  display: block;
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  color: #17191E;
  margin-bottom: 10px;
}
main .blog-detail .flex .blog-left .all-comment ul li .comment-info {
  display: inline-block;
  vertical-align: middle;
}
main .blog-detail .flex .blog-left .all-comment ul li .comment-info span {
  color: #aaa;
  font-size: 14px;
}
main .blog-detail .flex .blog-left .all-comment ul li p {
  font-weight: 300;
  font-size: 18px;
  line-height: 153%;
  /* or 24px */
  text-align: justify;
  /* black-tiger */
  color: #000000;
}
main .blog-detail .flex .blog-left .all-comment ul li a {
  color: #d68142;
  font-size: 19px;
  font-weight: 400;
  margin-left: 20px;
}
main .blog-detail .flex .blog-left .all-comment ul li.reply {
  margin-left: 90px;
}
main .blog-detail .flex .blog-left .write-comment textarea {
  border: 1px solid #DCDCDC;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 20px;
  resize: none;
  width: 100%;
  height: 190px;
  color: #000000;
}
main .blog-detail .flex .blog-left .write-comment textarea::-webkit-input-placeholder {
  color: #000;
}
main .blog-detail .flex .blog-left .write-comment textarea:-moz-placeholder {
  opacity: 1;
  color: #000;
}
main .blog-detail .flex .blog-left .write-comment textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
main .blog-detail .flex .blog-left .write-comment textarea:-ms-input-placeholder {
  color: #000;
}
main .blog-detail .flex .blog-left .write-comment .box {
  display: flex;
  margin-top: 10px;
}
main .blog-detail .flex .blog-left .write-comment .box input {
  flex: auto;
  margin-right: 10px;
  border: 1px solid #DCDCDC;
  font-weight: normal;
  font-size: 16px;
  padding: 0 20px;
  resize: none;
  width: 100%;
}
main .blog-detail .flex .blog-left .write-comment .box input::-webkit-input-placeholder {
  color: #000;
}
main .blog-detail .flex .blog-left .write-comment .box input:-moz-placeholder {
  opacity: 1;
  color: #000;
}
main .blog-detail .flex .blog-left .write-comment .box input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
main .blog-detail .flex .blog-left .write-comment .box input:-ms-input-placeholder {
  color: #000;
}
main .blog-detail .flex .blog-left .write-comment .box button {
  margin-left: auto;
  width: 30%;
  height: 53px;
  background: #d68142;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  /* identical to box height, or 24px */
  color: #FFFFFF;
  -moz-transition: 0.3;
  -o-transition: 0.3;
  -webkit-transition: 0.3;
  transition: 0.3;
}
main .blog-detail .flex .blog-left .write-comment .box button:hover {
  background: #FF9546;
}
main .blog-detail .flex .blog-left .hr {
  background: #ddd;
  margin: 60px 0;
  height: 1px;
}
main .blog-detail .flex .blog-left .comments {
  position: relative;
  padding-left: 90px;
}
main .blog-detail .flex .blog-left h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 10px;
}
main .blog-detail .flex .blog-left p {
  font-weight: 300;
  font-size: 19px;
  line-height: 200%;
  /* or 32px */
  text-align: justify;
  /* black-tiger */
  color: #000000;
  margin-bottom: 15px;
}
main .blog-detail .flex .blog-left img{
    max-width: 100%;
}
main .blog-detail .flex .blog-left .author-info {
  display: flex;
  align-items: center;
}
main .blog-detail .flex .blog-left .author-info .image {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
main .blog-detail .flex .blog-left .author-info .image img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 15px;
}
main .blog-detail .flex .blog-left .author-info .image span {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
}
main .blog-detail .flex .blog-left .author-info .comments {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
}
main .blog-detail .flex .blog-left .author-info .comments i {
  margin-right: 10px;
  color: #ddd;
}
main .blog-detail .flex .blog-left .author-info .social {
  margin-left: auto;
}
main .blog-detail .flex .blog-left .author-info .social a {
  margin-left: 10px;
  display: inline-block;
  color: #ddd;
  font-size: 19px;
}
main .blog-detail .flex .blog-left .author-info .social a:hover {
  color: #d68142;
}
main .blog-detail .flex .blog-right {
  width: 30%;
  margin-left: 3%;
}
main .blog-detail .flex .blog-right .widget {
  margin-bottom: 50px;
}
main .blog-detail .flex .blog-right .widget .input-wrapper {
  position: relative;
}
main .blog-detail .flex .blog-right .widget .input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  width: 50px;
  background: #d68142;
  color: #fff;
  z-index: 2;
}
main .blog-detail .flex .blog-right .widget input {
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #d68142;
  color: #000;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
  color: #000000;
}
main .page-row .right-side .widget.rsr {
    position: relative;
    border: 1px solid #E4E4E4;
}
main .page-row .right-side .widget.rsr .title{
        background: #d68142;
    padding: 12px 15px;
    color: #fff;
}
main .page-row .right-side .widget.rsr .rs-bottom{
     
   
    padding: 35px 15px;
    display: table;
    width: 100%;
}
main .page-row .right-side .widget.rsr .rs-bottom .sct{
    width: 100%;
    display: table;
}
main .page-row .right-side .widget.rsr .rs-bottom .nice-select{
    width: 90%;
       margin: 0 15px;
        top: 42px;
    left: 0;
        padding-left: 15px;
       
    line-height: 20px;
        border: 1px solid #dddddd;
    margin-top: 9px;
    height: 47px;
    padding-top: 13px;
}

main .blog-detail .flex .blog-right .widget input::-webkit-input-placeholder {
  color: #000;
}
main .blog-detail .flex .blog-right .widget input:-moz-placeholder {
  opacity: 1;
  color: #000;
}
main .blog-detail .flex .blog-right .widget input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
main .blog-detail .flex .blog-right .widget input:-ms-input-placeholder {
  color: #000;
}
main .blog-detail .flex .blog-right .widget .w-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  /* black-tiger */
  color: #000000;
}
main .blog-detail .flex .blog-right .widget .w-title span {
  position: relative;
  display: inline-block;
}
main .blog-detail .flex .blog-right .widget .w-title span:before {
  content: "";
  background: #d68142;
  width: 42px;
  height: 4px;
  position: absolute;
  top: 150%;
  left: 0;
}
main .blog-detail .flex .blog-right .widget .w-content ul.social li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
}
main .blog-detail .flex .blog-right .widget .w-content ul.social li.fb {
  background: #3B5998;
}
main .blog-detail .flex .blog-right .widget .w-content ul.social li.tw {
  background: #55ACEE;
}
main .blog-detail .flex .blog-right .widget .w-content ul.social li.ins {
  background: #CB2068;
}
main .blog-detail .flex .blog-right .widget .w-content ul.social li.wp {
  background: #4CAF50;
}
main .blog-detail .flex .blog-right .widget .w-content ul.social li a {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}
main .blog-detail .flex .blog-right .widget .w-content ul.category li {
  position: relative;
  padding-left: 25px;
}
main .blog-detail .flex .blog-right .widget .w-content ul.category li:hover a {
  color: #d68142;
  font-weight: 500;
}
main .blog-detail .flex .blog-right .widget .w-content ul.category li:hover:before {
  background: #d68142;
}
main .blog-detail .flex .blog-right .widget .w-content ul.category li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #eee;
  border-radius: 10px;
}
main .blog-detail .flex .blog-right .widget .w-content ul.category li a {
  display: block;
  padding: 15px 0;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 19px;
  /* black-tiger */
  color: #000000;
}
main .blog-detail .flex .blog-right .widget .popular-post ul li {
  margin-bottom: 20px;
  min-height: 80px;
  position: relative;
  padding-left: 95px;
  padding-top: 10px;
}
main .blog-detail .flex .blog-right .widget .popular-post ul li:hover .title {
  color: #d68142;
}
main .blog-detail .flex .blog-right .widget .popular-post ul li .image {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
main .blog-detail .flex .blog-right .widget .popular-post ul li .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .blog-detail .flex .blog-right .widget .popular-post ul li span.title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  /* identical to box height */
  /* black-tiger */
  color: #000000;
}
main .blog-detail .flex .blog-right .widget .popular-post ul li span.date {
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  color: #aaa;
  /* identical to box height */
}
main .reservation {
  padding-top: 20px;
  padding-bottom: 100px;
}
main .reservation.contact .map {
  position: relative;
  left: -100px;
  width: calc(100% + 120px);
}
main .reservation.contact .contact-info ul li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 35px;
}
main .reservation.contact .contact-info ul li a:hover {
  color: #d68142;
}
main .reservation.contact .contact-info ul li a,
main .reservation.contact .contact-info ul li p {
  font-size: 17px;
  line-height: 150%;
  /* or 24px */
  /* black-tiger */
  color: #000000;
}
main .reservation.contact .contact-info ul li i {
  font-size: 25px;
  color: #d68142;
  position: absolute;
  top: 0;
  left: 0;
}
main .reservation.contact .contact-info ul li i.icon-mail-alt {
  font-size: 20px;
}
main .reservation.contact .m-title span {
  letter-spacing: 0.37em;
}
main .reservation.contact .flex .right {
  width: 38% !important;
}
main .reservation.contact .flex .left {
  width: 52% !important;
}
main .reservation .form .nice-select {
  position: inherit;
  top: inherit;
  left: inherit;
  padding-left: 0;
  height: 40px;
  padding-top: 0;
  line-height: 40px;
  border-bottom: 1px solid #d68142;
  border-radius: 0;
}
main .reservation .form .nice-select:after {
  right: 60px;
  border-bottom: 2px solid #d68142;
  border-right: 2px solid #d68142;
}
main .reservation .form .nice-select .current {
  color: #000;
  font-size: 17px;
  letter-spacing: 0.3px;
  font-weight: 400;
}
main .reservation .form h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 30px;
}
main .reservation .form .group-input {
  display: flex;
  justify-content: space-between;
}
main .reservation .form .group-input.two {
  justify-content: flex-start;
}
main .reservation .form .group-input.two > div {
  width: inherit;
  flex: none;
  margin-right: 40px;
}
main .reservation .form .group-input > div {
  width: 33.3%;
}
main .reservation .form .bank-transfer,
main .reservation .form .credit-card {
  display: none;
}
main .reservation .form .bank-transfer .form-box {
  position: relative;
  padding-left: 60px;
}
main .reservation .form .bank-transfer .form-box .radio-box {
  position: absolute;
  top: 35px;
  left: 0;
}
main .reservation .form .bank-transfer .form-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  /* identical to box height, or 24px */
  color: #000000;
}
main .reservation .form .bank-transfer .form-box p b {
  font-weight: 600;
}
main .reservation .form .bank-transfer .form-box p b,
main .reservation .form .bank-transfer .form-box p span {
  display: block;
}
main .reservation .form .form-box {
  margin-bottom: 35px;
  position: relative;
  height: 40px;
  color: #000;
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 40px;
}
main .reservation .form .form-box button {
  font-weight: 500;
  font-size: 15px;
  line-height: 170%;
  color: #FFFFFF;
  background: #d68142;
  padding: 15px 20px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 350px;
}
main .reservation .form .form-box button:hover {
  background: #FF9648;
}
main .reservation .form .form-box input[type=text],
main .reservation .form .form-box input[type=password],
main .reservation .form .form-box input[type=email] {
  height: 39px;
  color: #000;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  letter-spacing: 0.3px;
  width: 100%;
  border-bottom: 1px solid #d68142;
}
main .reservation .form .form-box input[type=text]::-webkit-input-placeholder,
main .reservation .form .form-box input[type=password]::-webkit-input-placeholder,
main .reservation .form .form-box input[type=email]::-webkit-input-placeholder {
  color: #000;
}
main .reservation .form .form-box input[type=text]:-moz-placeholder,
main .reservation .form .form-box input[type=password]:-moz-placeholder,
main .reservation .form .form-box input[type=email]:-moz-placeholder {
  opacity: 1;
  color: #000;
}
main .reservation .form .form-box input[type=text]::-moz-placeholder,
main .reservation .form .form-box input[type=password]::-moz-placeholder,
main .reservation .form .form-box input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
main .reservation .form .form-box input[type=text]:-ms-input-placeholder,
main .reservation .form .form-box input[type=password]:-ms-input-placeholder,
main .reservation .form .form-box input[type=email]:-ms-input-placeholder {
  color: #000;
}
main .reservation .form .form-box input[type=text]:focus,
main .reservation .form .form-box input[type=password]:focus,
main .reservation .form .form-box input[type=email]:focus {
  color: #d68142;
  font-weight: 500;
}
main .reservation .form .form-box input[type=text]:focus::-webkit-input-placeholder,
main .reservation .form .form-box input[type=password]:focus::-webkit-input-placeholder,
main .reservation .form .form-box input[type=email]:focus::-webkit-input-placeholder {
  color: #d68142;
}
main .reservation .form .form-box input[type=text]:focus:-moz-placeholder,
main .reservation .form .form-box input[type=password]:focus:-moz-placeholder,
main .reservation .form .form-box input[type=email]:focus:-moz-placeholder {
  opacity: 1;
  color: #d68142;
}
main .reservation .form .form-box input[type=text]:focus::-moz-placeholder,
main .reservation .form .form-box input[type=password]:focus::-moz-placeholder,
main .reservation .form .form-box input[type=email]:focus::-moz-placeholder {
  opacity: 1;
  color: #d68142;
}
main .reservation .form .form-box input[type=text]:focus:-ms-input-placeholder,
main .reservation .form .form-box input[type=password]:focus:-ms-input-placeholder,
main .reservation .form .form-box input[type=email]:focus:-ms-input-placeholder {
  color: #d68142;
}
main .reservation .form .form-box .icon {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  background: #d68142;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
}
main .reservation .form .radio-box {
  flex: 1;
}
main .reservation .form .radio-box label {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
}
main .reservation .form .radio-box label a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
main .reservation .form .radio-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .0;
  filter: alpha(opacity=0);
  display: none;
  z-index: 2;
}
main .reservation .form .radio-box input:checked + span {
  border-color: #d68142;
  background: transparent;
}
main .reservation .form .radio-box input:checked + span:after {
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
main .reservation .form .radio-box input + span {
  position: absolute;
  top: -3px;
  left: 0;
  background-color: #F4F4F4;
  border: 1px solid transparent;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .reservation .form .radio-box input + span:after {
  content: "";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #d68142;
}
main .reservation .form .summary {
  border: 1px solid #E4E4E4;
}
main .reservation .form .summary ul li {
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
}
main .reservation .form .summary ul li > div {
  flex: 1;
}
main .reservation .form .summary ul li:last-child {
  border-bottom: transparent;
}
main .reservation .form .summary ul li span {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 170%;
  color: #000000;
}
main .reservation .form .summary ul li b {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.5px;
  color: #6d6d6d;
}
main .reservation .form .summary .btn {
  padding: 10px;
}
main .reservation .form .summary .btn .smbtn{
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #FFFFFF;
    background: #d68142;
    padding: 15px 20px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}
main .reservation .form .summary .btn a {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  /* identical to box height, or 24px */
  color: #FFFFFF;
  background: #d68142;
  padding: 15px 20px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
main .reservation .form .summary .btn a:hover:before {
  width: 100%;
}
main .reservation .form .summary .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #FF9648;
  z-index: -1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .reservation .form .summary .title {
  background: #d68142;
  padding: 25px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  background: #000;
  /* or 27px */
  color: #FFFFFF;
}
main .reservation .form .flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
main .reservation .form .flex h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  /* or 27px */
  /* black-tiger */
  position: relative;
  top: -15px;
  color: #000000;
}
main .reservation .form .flex .left {
  width: 49%;
}
main .reservation .form .flex .right {
  width: 49%;
}
main .reservation .form .flex .content {
  margin-right: 40px;
  display: block;
  position: relative;
}
main .main-slider {
  position: relative;
  z-index: 2;
  background: url(../img/main-slider-bg.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
main .main-slider .swiper-pagination {
  position: absolute;
  left: 40px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main .main-slider .swiper-pagination span {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
main .main-slider .swiper-pagination span:before {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -1px;
  width: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 2px;
  background-color: #d68142;
}
main .main-slider .swiper-pagination span.swiper-pagination-bullet-active {
  color: #fff;
  font-size: 22px;
}
main .main-slider .swiper-pagination span.swiper-pagination-bullet-active:before {
  width: 18px;
}
main .main-slider .swiper-slide {
  height: 100vh;
  position: relative;
}
main .main-slider .swiper-slide .image {
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}
main .main-slider .swiper-slide .container {
  height: 100vh;
}
main .main-slider .swiper-slide .container .text {
  position: absolute;
  bottom: 200px;
  z-index: 3;
  left: 130px;
}
main .main-slider .swiper-slide .container .text h4 {
  font-size: 80px;
  color: #ef792547;
  font-family: "Uncial Antiqua", cursive;
  /*
  -webkit-text-stroke: 1px #fff;
  */
}
main .main-slider .swiper-slide .container .text h5 {
  font-size: 40px;
 
  color: #fff;
}
main .main-slider .swiper-slide .container .text a {
  margin-top: 30px;
  color: #d68142;
  font-size: 14px;
  letter-spacing: 5px;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .main-slider .swiper-slide .container .text a:hover {
  color: #fff;
}
main .main-slider .swiper-slide .container .text a i {
  margin-left: 10px;
}
main .main-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .thumbnail-slider {
  position: relative;
  margin-bottom: 40px;
}
main .thumbnail-slider .swiper-navigation span {
  position: absolute;
  top: 50%;
  z-index: 5;
  margin-top: -20px;
  font-size: 30px;
  color: #000;
  padding: 10px 20px;
  cursor: pointer;
  width: 70px;
  background: #d68142;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .thumbnail-slider .swiper-navigation span:hover {
  color: #fff;
}
main .thumbnail-slider .swiper-navigation span.prev {
  left: -20px;
}
main .thumbnail-slider .swiper-navigation span.next {
  text-align: right;
  right: -20px;
}
main .thumbnail-slider .gallery-top .swiper-slide {
  height: 530px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
main .thumbnail-slider .gallery-thumbs {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding:20px 30px;
   
}
main .thumbnail-slider .gallery-thumbs .swiper-wrapper {
  display: flex;
}
main .thumbnail-slider .gallery-thumbs .swiper-slide {
      height: 80px;
    width: 150px!important;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
    margin: 0 10px;
    padding: 10px;
    border-radius: 3px;
  
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
main .thumbnail-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main .main-tab .tab-list {
  margin-bottom: 20px;
}
main .main-tab .tab-list ul {
  display: flex;
  border: 1px solid #d8d8d8;
}
main .main-tab .tab-list ul li {
  flex: 1;
  position: relative;
  background: #fff;
  border-right: 1px solid #d8d8d8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .main-tab .tab-list ul li:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d68142;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
main .main-tab .tab-list ul li:last-child {
  border-right: transparent;
}
main .main-tab .tab-list ul li:last-child i {
  font-size: 28px;
}
main .main-tab .tab-list ul li.active {
  background: #d68142;
}
main .main-tab .tab-list ul li.active:before {
  opacity: 1;
  visibility: visible;
}
main .main-tab .tab-list ul li.active i,
main .main-tab .tab-list ul li.active span {
  color: #fff !important;
}
main .main-tab .tab-list ul li.active span {
  font-weight: 600;
}
main .main-tab .tab-list ul li a {
  text-align: center;
  display: block;
  padding: 20px;
}
main .main-tab .tab-list ul li a i {
  display: inline-block;
  font-size: 30px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  color: #7c7c7c;
}
main .main-tab .tab-list ul li a span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #7c7c7c;
}
main .main-tab .tab-content {
  background: #fff;
  padding: 30px;
  padding-left: 0;
  border-radius: 10px;
}
main .main-tab .tab-content h2 {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
main .main-tab .tab-content .m-title h5 {
  font-size: 30px;
}
main .main-tab .tab-content .warning {
  border: 1px solid #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  position: relative;
  min-height: 80px;
}
main .main-tab .tab-content p{
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    color: #000000;
}
main .main-tab .tab-content .warning p {
  color: #545454;
  font-size: 14px;
}
main .main-tab .tab-content .warning span {
  font-size: 16px;
  color: #005BEA;
  letter-spacing: -1px;
  margin-bottom: 5px;
  display: block;
}
main .read-more {
  background: rgba(255, 255, 255, 0.3);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  padding-top: 100px;
  position: relative;
  top: -150px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .read-more.active {
  opacity: 0;
  visibility: hidden;
}
main .read-more a {
  border: 1.3px solid #E1E1E1;
  color: #000;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.2px;
  line-height: 17px;
  /* identical to box height */
  /* black-tiger */
  color: #000000;
}
main .read-more a:hover {
  color: #d68142;
}
main .read-more a i {
  margin-left: 15px;
}
main .page-row {
  padding: 50px 0;
}
main .page-row .row {
  display: flex;
  justify-content: space-between;
}
main .page-row .left-side {
  width: 78%;
  margin-right: 2%;
}
main .page-row .right-side {
  width: 30%;
}
main .page-row .right-side .widget {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
}
main .page-row .right-side .widget.price ul {
  border: 1px solid #E4E4E4;
}
main .page-row .right-side .widget.price ul li {
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
main .page-row .right-side .widget.price ul li:last-child {
  border-bottom: transparent;
}
main .page-row .right-side .widget.price ul li div:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  /* or 27px */
  /* black-tiger */
  color: #000000;
}
main .page-row .right-side .widget.price .title {
  background: #d68142;
  padding: 12px 15px;
  color: #fff;
}
main .page-row .right-side .widget.price .title * {
  display: inline-block;
  vertical-align: middle;
}
main .page-row .right-side .widget.price .title b {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  /* or 27px */
  color: #FFFFFF;
}
main .page-row .right-side .widget.price .title span {
  font-weight: 600;
  margin-left: 10px;
  font-size: 25px;
  line-height: 170%;
  /* or 44px */
  color: #FFFFFF;
}
main .page-row .right-side .widget.price .count {
  width: 80px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
main .page-row .right-side .widget.price .count input {
  width: 50%;
  text-align: center;
  color: #d68142;
  font-weight: normal;
  font-size: 22px;
  line-height: 170%;
  /* or 44px */
  /* safari-orange */
  color: #D68142;
  display: block;
  pointer-events: none;
}
main .page-row .right-side .widget.price .count a {
  width: 50px;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  color: #eee;
  font-size: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .page-row .right-side .widget.price .count a:hover {
  color: #d68142;
}
main .page-row .right-side .widget.price .count span {
  line-height: 160%;
  font-size: 11px;
  color: #000000;
  font-weight: 600;
}
main .page-row .right-side .widget.price .count span b {
  color: #d68142;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
main .page-row .right-side .widget.summary .list {
  border: 1px solid #E4E4E4;
}
main .page-row .right-side .widget.summary ul li {
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
}
main .page-row .right-side .widget.summary ul li:last-child {
  border-bottom: transparent;
}
main .page-row .right-side .widget.summary ul li span {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 170%;
  color: #000000;
}
main .page-row .right-side .widget.summary ul li b {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.5px;
  color: #6d6d6d;
}
main .page-row .right-side .widget.summary .btn {
  padding: 10px;
}
main .page-row .right-side .widget.summary .btn a {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  /* identical to box height, or 24px */
  color: #FFFFFF;
  background: #d68142;
  padding: 15px 20px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
main .page-row .right-side .widget.summary .btn a:hover:before {
  width: 100%;
}
main .page-row .right-side .widget.summary .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #FF9648;
  z-index: -1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .page-row .right-side .widget.summary .title {
  background: #d68142;
  padding: 18px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  background: #000;
  /* or 27px */
  color: #FFFFFF;
}
main ul.days {
  min-height: 730px;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main ul.days.active {
  overflow: inherit;
  height: inherit;
}
main ul.days li {
  padding-left: 90px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 10px;
}
main ul.days li:last-child:before {
  display: none;
}
main ul.days li b {
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  /* or 40px */
  text-align: justify;
  /* black-tiger */
  color: #000000;
  margin-bottom: 10px;
}
main ul.days li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
  color: #000000;
}
main ul.days li:before {
  content: "";
  position: absolute;
  left: 31px;
  top: 15px;
  height: 100%;
  background: #d68142;
  width: 1px;
}
main ul.days li span.day {
  position: absolute;
  top: 15px;
  left: 0;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 20px;
  background: #d68142;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
}
main ul.days li span.day strong {
  padding-top: 7px;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
main ul.tour-services-list {
  margin-bottom: 30px;
}
main ul.tour-services-list li {
  color: #989898;
  font-size: 15px;
  letter-spacing: -0.7px;
  line-height: 150%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
main ul.tour-services-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  margin-top: -4px;
}
main .filter {
  float: right;
  width: 650px;
}
main .filter .nice-select {
  padding-top: 27px;
}
main .filter form > ul {
  display: flex;
  justify-content: space-between;
}
main .filter form > ul > li {
  flex: 1;
  margin-left: 15px;
}
main .filter form > ul > li .input-area {
  width: 100%;
  border: 1.5px solid #E1E1E1;
  position: relative;
  border-radius: 35px;
  padding-left: 70px;
  padding-top: 15px;
  height: 70px;
  cursor: pointer;
  display: block;
  z-index: 5;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
main .filter form > ul > li .input-area i {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 25px;
  font-size: 24px;
  color: #d68142;
}
main .filter form > ul > li .input-area i.icon-tour-calendar {
  font-size: 30px;
  top: 20px;
  left: 25px;
}
main .filter form > ul > li .input-area h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 89.9%;
  /* or 14px */
  /* safari-orange */
  color: #D68142;
}
main .filter form > ul > li .input-area span {
  display: block;
  margin-top: 5px;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px;
  color: #000000;
}
main .filter form > ul > li .input-area input {
  background: none;
  color: #292D78;
  font-size: 12px;
  letter-spacing: -0.4px;
  width: 100%;
  font-weight: 600;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .filter form > ul > li .input-area input:focus {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
main .filter form > ul > li .input-area input:focus::-webkit-input-placeholder {
  color: #fff;
}
main .filter form > ul > li .input-area input:focus:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
main .filter form > ul > li .input-area input:focus::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
main .filter form > ul > li .input-area input:focus:-ms-input-placeholder {
  color: #fff;
}
main .filter form > ul > li .input-area input::-webkit-input-placeholder {
  color: #292D78;
}
main .filter form > ul > li .input-area input:-moz-placeholder {
  opacity: 1;
  color: #292D78;
}
main .filter form > ul > li .input-area input::-moz-placeholder {
  opacity: 1;
  color: #292D78;
}
main .filter form > ul > li .input-area input:-ms-input-placeholder {
  color: #292D78;
}
main .featured-tours {
  margin-bottom: 90px;
}
main .featured-tours .m-title {
  padding-top: 100px;
}
main .featured-tours .tours-list {
  position: relative;
  padding-left: 100px;
}
main .featured-tours .swiper-slide a {
  position: relative;
  height: 250px;
  display: block;
  overflow: hidden;
}
main .featured-tours .swiper-slide a:hover .bg {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
main .featured-tours .swiper-slide a:hover .text {
  height: 140px;
}
main .featured-tours .swiper-slide a:hover .text .tour-count {
  opacity: 1;
  visibility: visible;
}
main .featured-tours .swiper-slide a img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .featured-tours .swiper-slide a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 60px 30px 40px 30px;
  height: 110px;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .featured-tours .swiper-slide a .text span {
  display: block;
  color: #fff;
  margin-top: 10px;
}
main .featured-tours .swiper-slide a .text span.name {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 8px;
}
main .featured-tours .swiper-slide a .text span.tour-count {
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 6px 20px;
  border-radius: 30px;
}
main .featured-tours .swiper-slide a .new {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
  border-radius: 26px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-align: center;
  font-size: 11px;
  color: #000DFF;
  font-weight: 700;
  padding: 0 20px;
}
main .blog-page{
    width: 100%;
    padding: 50px 0;
}
main .blog-left{
    width: 65%;
    display: inline-block
}
main .blog-left .ct{
    width: 100%;
}
main .blog-page .text h3{
    font-size: 20px;
    line-height: 150%;
    margin-top: 20px;
}
main .blog-page .text p{
    line-height: 160%;
    font-size: 16px;
    margin-bottom: 20px;
}
main .blog-page .blog-right{
    width: 30%;
    margin-left: 3%;
    float: right;
}
main .blog-page .blog-right .widget .popular-post ul li{
    margin-bottom: 20px;
    min-height: 80px;
    position: relative;
    padding-left: 95px;
    padding-top: 10px;
}
main .blog-page .blog-right .widget .popular-post ul li .image{
        width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
main .blog-page .blog-right .widget .popular-post ul li .image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
main .blog-page .blog-right .widget .w-title{
        margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
main .blog-page .blog-right .widget .w-title span{
    position: relative;
    display: inline-block;
}
main .blog-page .blog-right .widget .w-title span:before{
        content: "";
    background: #d68142;
    width: 42px;
    height: 4px;
    position: absolute;
    top: 150%;
    left: 0;
}
main .blog-page .blog-right .widget .popular-post ul li span.title{
        display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #000000;
}
main .blog-page .blog-right .widget .popular-post ul li:hover .title{
    color: #d68142;
}
main .blog-page .blog-right .widget .popular-post ul li span.date{
        font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #aaa;
}
main .blog-left .blog-pg{
    width: 100%;
    text-align: end;
    float: right;
}
main .blog-left .blog-pg a{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #f7f7f7;
    text-align: center;
    padding: 7px 0;
    color: #242424;
    border-radius: 6px;

}
main .blog-content{
    width: 100%;

    display: table;
}
main .blog-content .blog-box{
    width: 48.2%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    float: left;
    transition: 0.5s;
    box-shadow: 0px 0px 5px 5px #f3f3f3;
}
main .blog-content .blog-box:hover{
   box-shadow: 0px 0px 5px 5px #e2e2e2;
}

main .blog-content .blog-box:nth-child(even){
    margin-right: 0;
}
main .blog-content .blog-box img{
    width: 100%;
}
main .blog-content .blog-box .text{
    padding: 20px;
    display: table;
}
main .blog-content .blog-box .tour{
    font-size: 12px !important;
    color: #D68142!important;
    line-height: 20px!important;
    margin-bottom: 0!important;
    
}
main .blog-content .blog-box .title{
    font-size: 20px!important;
    margin-bottom: 10px!important;
    transition: 0.5s!important;
    position: relative!important;
    margin-left: 10px!important;
}
main .blog-content .blog-box .title:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #D68142;
    left: -10px;
    top: 8px;
}
main .blog-content .blog-box:hover .title{
    color: #D68142!important;
}
main .blog-content .blog-box .pg{
    line-height: 150%!important;
    font-size: 15px!important;
    text-align: justify!important;
}
main .blog-content .blog-box a{
    float: right;
    padding: 7px 15px;
    margin-top: 10px;
    text-align: center;
    background: #D68142;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
}
main .blog-content .blog-box a:hover{
    background: #fff;
    color: #D68142;
    border: 1px solid #D68142;
}

main .show-all {
  text-align: center;
}
main .show-all a {
  font-size: 15px;
  color: #000;
  border: 1px solid #E1E1E1;
  border-radius: 38px;
  padding: 14px 40px;
  display: inline-block;
  font-weight: 500;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dzscalendar.skin-aurora .headerRow .week-day{
    font-size: 10px!important;
        padding: 10px!important;
}
.theMonths{
    height: 180px!important;
    border-left: 1px solid rgb(229, 229, 229)!important;
    border-right: 1px solid rgb(229, 229, 229)!important;
    border-bottom:1px solid rgb(229, 229, 229)!important;
}
.dzscalendar.skin-aurora .hasEvent{
    font-weight: 600!important;
}
.dzscalendar.skin-aurora .calendar-controls{
    padding-bottom: 6px;
}
.dzscalendar.skin-aurora .mon-row:first-child .week-day{
    padding: 5px!important;
}
.dzscalendar.mode-datepicker .main-mon .mon-body .week-day{
    padding: 5px!important;
    font-size: 14px;
    background: #efefef;
}

.dzscalendar.skin-aurora .week-day{
    border-bottom: 1px solid rgb(229, 229, 229)!important;
        border-right: 1px solid rgba(229, 229, 229)!important;
}
main .show-all a:hover {
  border-color: #d68142;
}
main .show-all a i {
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
main .tour-list ul:after {
  content: "";
  display: table;
  clear: both;
}
main .tour-list ul li {
  width: 32%;
    min-height: 400px;
  float: left;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
main .tour-list ul li:nth-child(n) {
  margin-bottom: 2%;
  margin-right: 2%;
}
main .tour-list ul li:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
main .tour-list ul li:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
main .tour-list ul li:hover .image img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
main .tour-list ul li .image {
  height: 195px;
  position: relative;
  display: block;
}
main .tour-list ul li .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  object-position: bottom;
}
main .tour-list ul li .content {
  padding: 20px 30px;
  display: block;
}
main .tour-list ul li .content .name {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}
main .tour-list ul li .content p {
  font-size: 16px;
  color: #999999;
  line-height: 140%;
}
main .tour-list ul li .content .info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
main .tour-list ul li .content .info .s1 {
  color: #999999;
  font-weight: 500;
  font-size: 15px;
  line-height: 90.4%;
}
main .tour-list ul li .content .info .s2 {
  font-size: 17px;
  line-height: 107.4%;
  text-align: right;
  letter-spacing: -0.04em;
  color: #D68142;
}
main .tour-list ul li .content .info .date {
  font-weight: normal;
  font-size: 17px;
  line-height: 107.4%;
  letter-spacing: -0.04em;
  color: #999999;
}
main .tour-list ul li .content .info .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 107.4%;
  letter-spacing: -0.04em;
  color: #D68142;
}
main .tour-list ul li .content .info > span span {
  display: block;
  margin: 5px 0;
}
main .tour-list ul li .content .info .right-side {
  text-align: right;
}
main .reviews {
  position: relative;
  z-index: 4;
  margin-bottom: 40px;
}
main .reviews.single-reviews {
  margin-top: -100px;
}
main .reviews.single-reviews .swiper-slide {
  padding-top: 50px;
  min-height: 400px;
}
main .reviews.single-reviews .swiper-slide .image {
  width: 346px;
  height: 334px;
  top: 20px;
  right: 20px;
  z-index: 1;
  border: none;
}
main .reviews.single-reviews .swiper-slide .image .bg {
  position: absolute;
  top: -40px;
  right: -20px;
  bottom: -20px;
  width: 50%;
  background: #d68142;
  z-index: 1;
}
main .reviews.single-reviews .swiper-slide .image img {
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
main .reviews.single-reviews .m-title {
  top: 0;
}
main .reviews.single-reviews .text {
  position: relative;
  z-index: 1;
  padding-right: 440px !important;
}
main .reviews.single-reviews .text:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: -1;
  background: url("../img/quote.png") no-repeat;
  width: 99px;
  height: 80px;
}
main .reviews.single-reviews .text p {
  margin: 30px 0 !important;
}
main .reviews.single-reviews .text .user {
  position: relative;
  padding-left: 90px;
  padding-top: 15px;
  width: 60%;
  display: inline-block;
}
main .reviews.single-reviews .text .user img {
  position: absolute;
  top: 0;
  left: 0;
}
main .reviews.single-reviews .swiper-navigation {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding-right: 440px;
  width: 100%;
  text-align: right;
  padding-left: 10px;
  z-index: 4;
  cursor: pointer;
}
main .reviews.single-reviews .swiper-navigation span {
  display: inline-block;
  margin-left: 20px;
  background: #d68142;
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 20px;
}
main .reviews.single-reviews .swiper-navigation span.prev {
  background: none;
  color: #eee;
}
main .reviews.single-reviews .swiper-navigation span.next i {
  position: relative;
  left: 15px;
}
main .reviews .m-title {
  position: relative;
  top: 180px;
}
main .reviews .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-right: 490px;
  width: 100%;
  text-align: right;
  padding-left: 10px;
}
main .reviews .swiper-pagination span {
  display: inline-block;
  background: #999999;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 15px;
  position: relative;
}
main .reviews .swiper-pagination span.swiper-pagination-bullet-active {
  background: #d68142;
  opacity: 1;
}
main .reviews .swiper-pagination span.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 100%;
  border: 1px solid #d68142;
}
main .reviews .swiper-slide {
  padding-bottom: 40px;
  padding-top: 180px;
  min-height: 520px;
}
main .reviews .swiper-slide.swiper-slide-active .image {
  opacity: 1;
  visibility: visible;
}
main .reviews .swiper-slide .text {
  padding-right: 490px;
}
main .reviews .swiper-slide .text .stars .active {
  color: #F19953 !important;
}
main .reviews .swiper-slide .text .stars i {
  font-size: 20px;
  color: #E1E1E1;
}
main .reviews .swiper-slide .text p {
  margin: 40px 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 170%;
  color: #000000;
}
main .reviews .swiper-slide .text span {
  display: block;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
  color: #D68142;
}
main .reviews .swiper-slide .text b {
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  /* identical to box height */
  /* sand-gray */
  color: #999999;
}
main .reviews .swiper-slide .image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 350px;
  height: 460px;
  z-index: 5;
  border: 1px solid #000;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
main .reviews .swiper-slide .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 45px;
  right: 90px;
}
main .reviews .swiper-slide .image span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  font-size: 14px;
  line-height: 104.7%;
  letter-spacing: 0.455em;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  font-weight: 400;
}
main .reviews .swiper-slide .image span b {
  color: #000000;
}
main .why-us {
  background: url("../img/why-us.jpg") no-repeat;
  background-size: cover;
  
  min-height: 720px;
  padding: 50px 0;
}
main .why-us .m-title span {
  color: #fff;
}
main .why-us .swiper-container {
  padding-top: 40px;
  padding-bottom: 100px;
}
main .why-us .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 10px;
}
main .why-us .swiper-pagination span {
  display: inline-block;
  background: #999999;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 10px;
  position: relative;
}
main .why-us .swiper-pagination span.swiper-pagination-bullet-active {
  background: #d68142;
  opacity: 1;
}
main .why-us .swiper-pagination span.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 100%;
  border: 1px solid #d68142;
}
main .why-us .swiper-container .swiper-slide-active .box {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
main .why-us .swiper-container .swiper-slide-active .box .text {
  opacity: 0;
  visibility: 0;
}
main .why-us .swiper-container .box {
  opacity: 0.1;
  text-align: center;
  position: relative;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 280px;
}
main .why-us .swiper-container .box .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: justify;
  width: 220px;
  position: absolute;
  right: -300px;
  opacity: 0;
  visibility: visible;
}
main .why-us .swiper-container .box .text p {
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #FFFFFF;
}
main .why-us .swiper-container .box .vector {
  display: inline-block;
  background: url("../img/vector-bg.png") no-repeat;
  width: 217px;
  height: 281px;
  padding: 40px;
  padding-top: 60px;
  text-align: center;
}
main .why-us .swiper-container .box .vector img{
    height: 70%;
}
main .why-us .swiper-container .box .vector span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.455em;
  display: block;
  margin-bottom: 20px;
}
main .tour-gallery .flex {
  display: flex;
  width: 100%;
}
main .tour-gallery .flex > div {
  width: 50%;
}
main .tour-gallery .flex .big-image .image {
  height: 400px;
}
main .tour-gallery .flex .image {
  height: 200px;
  position: relative;
  overflow: hidden;
}
main .tour-gallery .flex .image:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main .tour-gallery .flex .image img {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
main .tour-gallery .flex .small-image {
  display: flex;
  flex-wrap: wrap;
}
main .tour-gallery .flex .small-image .image {
  width: 50%;
}
main .gallery {
  margin-top: 100px;
  position: relative;
}
main .gallery .image {
  height: 200px;
  position: relative;
  overflow: hidden;
}
main .gallery .image:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main .gallery .image img {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
main .about-us .club {
  position: relative;
}
main .about-us .club .left-side {
  margin-right: 50px;
  padding-right: 650px;
  padding-left: 100px;
}
main .about-us .club .right-side {
  position: absolute;
  top: -100px;
  right: 0;
  background: url("../img/abot-us-bg.png") no-repeat;
  width: 596px;
  height: 564px;
}
main .about-us .club .right-side img {
  width: 412px;
  height: 457px;
  position: relative;
  top: 30px;
  right: 20px;
}
main .about-us .club-box{
    position: relative;
    top: 250px;
   
}
main .about-us .club-box .img-box{
    width: 412px;
  position: relative;
    left: 0;
}

main .about-us .club-box .text-box{
       position: relative;
    right: 0;
    top: 0;
    padding-left: 0;
}
main .about-us .club-box .text-box img{
       width: 412px;
    margin-right: 20px;
    
    margin-top: 10px;
    float: left;
}
main .about-us .club-box .text-box p b{
    
font-size: 20px;
}
main .about-us .why {
  margin-top: 240px;
    position: relative;
    z-index: -1;
}
main .about-us .why ul:after {
  content: "";
  display: table;
  clear: both;
}
main .about-us .why ul li {
  width: 32%;
  float: left;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
main .about-us .why ul li:nth-child(n) {
  margin-bottom: 2%;
  margin-right: 2%;
}
main .about-us .why ul li:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
main .about-us .why ul li:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
main .about-us .why ul li:hover .image img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
main .about-us .why ul li .image {
  height: 195px;
  position: relative;
  display: block;
}
main .about-us .why ul li .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  object-position: bottom;
}
main .about-us .why ul li .image span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 195px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
main .about-us p {
  font-weight: 300;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.5px;
  color: #000000;
}

footer {
  background: #F7F7F7 url(../img/footer-bg.jpg) no-repeat center center;
  padding: 100px 0;
  background-size: cover;
  padding-top: 50px;
}
footer .footer-tursab{
        float: left;
    text-align: right;
    display: table;
    width: 240px;
}
footer .footer-tursab img{
       width: 70%;
    height: auto;
    margin-bottom: 10px; 
}
footer .footer-tursab p{
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 150%!important;
}
footer .subscribe {
  width: 600px;
  margin: 0 auto;
}
footer .subscribe p {
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.3px;
  text-align: center;
  color: #000000;
}
footer .subscribe .form {
  padding: 0 120px;
  margin-top: 15px;
}
footer .subscribe .form .flex {
  display: flex;
}
footer .subscribe .form .flex input {
  width: 70%;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  border-bottom: 1px solid #d68142;
  color: #000000;
}
footer .subscribe .form .flex input::-webkit-input-placeholder {
  color: #000000;
}
footer .subscribe .form .flex input:-moz-placeholder {
  opacity: 1;
  color: #000000;
}
footer .subscribe .form .flex input::-moz-placeholder {
  opacity: 1;
  color: #000000;
}
footer .subscribe .form .flex input:-ms-input-placeholder {
  color: #000000;
}
footer .subscribe .form .flex button {
  padding: 12px 0;
  font-weight: 500;
  width: 30%;
  background: #d68142;
  color: #fff;
  font-size: 14px;
}
footer .f-bottom {
  display: flex;
  justify-content: space-between;
}
footer .f-bottom .right-side {
  text-align: right;
  margin-left: auto;
  width: 40%;
}
footer .f-bottom span {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  line-height: 104.7%;
  /* identical to box height, or 17px */
  /* black-tiger */
  color: #000000;
}
footer .f-bottom p {
  font-weight: 500;
  font-size: 16px;
  line-height: 104.7%;
  margin-bottom: 35px;
  /* identical to box height, or 17px */
  /* black-tiger */
  color: #000000;
}
footer .f-bottom .social li {
  font-size: 14px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 100%;
  margin-left: 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .f-bottom .social li:hover {
  border-color: #d68142;
}
footer .f-bottom .social li:hover a {
  color: #d68142;
}
footer .f-bottom .social li a {
  display: block;
  width: 27px;
  color: #000;
  height: 27px;
  text-align: center;
  line-height: 27px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .f-bottom a.link {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 104.7%;
  /* identical to box height, or 19px */
  /* safari-orange */
  color: #D68142;
}
footer .menu {
  margin: 100px 0;
}
footer .menu ul {
  display: flex;
  justify-content: space-between;
}
footer .menu ul li {
  flex: auto;
}
footer .menu ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 104.7%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* identical to box height, or 19px */
  /* black-tiger */
  color: #000000;
}
footer .menu ul li a:hover {
  color: #d68142;
}

.dialog {
  background: white;
  padding: 60px;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
  text-align: center;
}
.dialog .title {
  font-size: 20px;
  display: block;
  font-weight: 600;
  color: #d68142;
  margin-bottom: 20px;
}
.dialog p {
  line-height: 140%;
  color: #000000;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
  }
    main .about-us .club-box{
        top: 0;
    }
    main .about-us .club-box .container{
        padding: 0 20px!important;
    }
    main .about-us .club-box .text-box{
        padding-left: 0;
        top: 0;
    }
    main .about-us .club-box .text-box img{
        width: 100%;
        margin-bottom: 10px;
    }
    

  header {
    min-height: 90px;
    z-index: 5;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
  }
  header .logo {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: inherit;
    text-align: center;
  }
  header .logo img {
    height: 100px;
  }
  header .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-content: center;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #000c;
  }
  header .menu.active {
    opacity: 1;
    visibility: visible;
  }
  header .menu ul {
    width: 100%;
    padding-top: 0;
    display: block;
    justify-content: space-between;
  }
  header .menu ul:first-child {
    margin-bottom: -10px;
  }
  header .menu ul li {
    position: relative;
    text-align: center;
    margin: 10px 0;
  }
  header .menu ul li a {
    padding: 20px 0;
    color: #fff;
    font-weight: 500;
    font-size: 5.5vw;
    line-height: 150%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .menu ul li a:hover {
    color: #d68142;
  }
  header .menu .left {
    float: left;
  }
  header .menu .right {
    float: right;
  }
  header .menu .right li:last-child a {
    padding-left: 50px;
  }
  header #menu-toggle {
    display: block;
    border-radius: 0 0 0 4px;
    position: absolute;
    top: 20px;
    z-index: 5;
    right: 20px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  header #menu-toggle:hover {
    cursor: pointer;
  }
  header #menu-toggle .bars,
header #menu-toggle p {
    display: inline-block;
  }
  header #menu-toggle .bars {
    position: relative;
    top: 10px;
    right: 2px;
    height: 10px;
    width: 15px;
  }
  header #menu-toggle .bar {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header #menu-toggle .bar:nth-child(2) {
    top: 5px;
  }
  header #menu-toggle .bar:nth-child(3) {
    top: 10px;
  }
  header #menu-toggle .hide {
    display: none;
  }
  header #menu-toggle:hover {
    cursor: pointer;
  }
  header #menu-toggle.active p {
    color: #fff;
  }
  header #menu-toggle.active .bar {
    background: #fff;
  }
  header #menu-toggle.active .bar:nth-child(1),
header #menu-toggle.active .bar:nth-child(3) {
    top: 5px;
  }
  header #menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  header #menu-toggle.active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #menu-toggle.active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #menu-toggle.active .hide {
    display: inline;
  }
  header #menu-toggle.active .show {
    display: none;
  }

  .m-title {
    padding-bottom: 60px;
    padding-top: 50px;
    position: relative;
  }
  .m-title b {
    display: none;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    opacity: 0.02;
    position: absolute;
    top: 0;
    font-size: 13vmax;
    font-weight: 800;
    left: 0;
  }
  .m-title b.b1 {
    font-size: 30vmax;
    top: -30px;
  }
  .m-title b.b2 {
    font-size: 12vmax;
    left: 20px;
    top: 0;
  }
  .m-title b.b3 {
    font-size: 12vmax;
    left: 0;
    top: 0;
  }
  .m-title b.b4 {
    font-size: 13vmax;
    left: 50px;
    color: rgba(255, 255, 255, 0.01);
    opacity: 1;
  }
  .m-title b.b5 {
    font-size: 12vmax;
    left: 0;
    top: 30px;
  }
  .m-title b.b6 {
    font-size: 17vmax;
    left: 0;
    top: -30px;
  }
  .m-title.big {
    letter-spacing: 0.37em;
    font-weight: 700;
  }
  .m-title.big span {
    font-size: 30px;
  }
  .m-title.text-center span:before {
    left: 50%;
    margin-left: -21px;
  }
  .m-title > span {
    display: inline-block;
    line-height: 110%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
  }
  .m-title > span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 42px;
    height: 4px;
    background-color: #d68142;
  }

  main {
    min-height: 100vh;
  }
  main .page-cover {
    background: url(../img/main-slider-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 50vh;
  }
  main .page-cover .container {
    height: 50vh;
  }
  main .page-cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(39, 39, 38, 0.5);
    background-image: -webkit-gradient(linear, to bottom, from(rgba(39, 39, 38, 0.5)), to(rgba(39, 39, 38, 0.5)));
    background-image: -webkit-linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
    background-image: -moz-linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
    background-image: -ms-linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
    background-image: -o-linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
    background-image: linear-gradient(to bottom, rgba(39, 39, 38, 0.5), rgba(39, 39, 38, 0.5));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=$angle, StartColorStr="rgba(39, 39, 38, 0.5)", EndColorStr="rgba(39, 39, 38, 0.5)");
  }
    main .blog-left{
        width: 100%;
    }
    main .blog-page .blog-right{
        width: 100%;
    }
    main .blog-content{
        padding-bottom: 50px;
    }
    main .blog-content .blog-box{
        width: 100%;
        margin-right: 0;
    }
  main .page-cover .title {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    z-index: 5;
    width: 100%;
    display: block;
    align-items: center;
  }
  main .page-cover .title .tour-info {
    margin-top: 20px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main .page-cover .title .tour-info .duration {
    position: relative;
    padding-left: 50px;
    margin-right: 20px;
  }
  main .page-cover .title .tour-info .duration i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 30px;
    color: #d68142;
  }
  main .page-cover .title .tour-info .duration span {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    /* or 27px */
    color: #FFFFFF;
    display: block;
  }
  main .page-cover .title .tour-info .icons span {
    display: inline-block;
    margin-left: 10px;
    height: 39px;
    width: 39px;
    line-height: 29px;
    text-align: center;
    border: 2px solid #d68142;
    border-radius: 100%;
    vertical-align: top;
  }
  main .page-cover .title .tour-info .icons span i {
    font-size: 35px;
    color: #d68142;
  }
  main .page-cover .title .tour-info .icons span i.icon-fish {
    font-size: 30px;
  }
  main .page-cover .title h1 {
    display: inline-block;
    font-size: 35px;
    line-height: 48px;
    color: #FFFFFF;
    font-weight: 400;
  }
  main .page-cover .title h1 span {
    display: block;
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
  }
  main .blog-detail {
    padding: 20px 0;
  }
  main .blog-detail .flex {
    display: block;
  }
  main .blog-detail .flex .blog-left {
    width: 100%;
    position: relative;
  }
  main .blog-detail .flex .blog-left .full {
    margin-bottom: 20px;
  }
  main .blog-detail .flex .blog-left .post-left {
    position: inherit;
    top: inherit;
    left: 0;
    margin-bottom: 20px;
  }
  main .blog-detail .flex .blog-left .post-left.post-img {
    top: inherit;
  }
  main .blog-detail .flex .blog-left .post-left.day {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 62px;
    font-size: 15px;
    background: #d68142;
    font-weight: 400;
    color: #fff;
    line-height: 120%;
  }
  main .blog-detail .flex .blog-left .post-left strong {
    padding-top: 4px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  main .blog-detail .flex .blog-left .post-content {
    position: relative;
    padding-left: 0;
  }
  main .blog-detail .flex .blog-left .post-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 10px;
  }
  main .blog-detail .flex .blog-left .all-comment ul li {
    margin-bottom: 40px;
    padding-left: 0;
    position: relative;
  }
  main .blog-detail .flex .blog-left .all-comment ul li .image {
    position: inherit;
    top: inherit;
    left: 0;
    margin-bottom: 20px;
  }
  main .blog-detail .flex .blog-left .all-comment ul li .image img {
    height: 50px;
    width: 50px;
  }
  main .blog-detail .flex .blog-left .all-comment ul li.reply {
    margin-left: 30px;
  }
  main .blog-detail .flex .blog-left .write-comment textarea {
    border: 1px solid #DCDCDC;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding: 20px;
    resize: none;
    width: 100%;
    height: 190px;
    color: #000000;
  }
  main .blog-detail .flex .blog-left .write-comment textarea::-webkit-input-placeholder {
    color: #000;
  }
  main .blog-detail .flex .blog-left .write-comment textarea:-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  main .blog-detail .flex .blog-left .write-comment textarea::-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  main .blog-detail .flex .blog-left .write-comment textarea:-ms-input-placeholder {
    color: #000;
  }
  main .blog-detail .flex .blog-left .write-comment .box {
    display: flex;
    margin-top: 10px;
  }
  main .blog-detail .flex .blog-left .write-comment .box input {
    flex: auto;
    margin-right: 10px;
    border: 1px solid #DCDCDC;
    font-weight: normal;
    font-size: 16px;
    padding: 0 20px;
    resize: none;
    width: 100%;
  }
  main .blog-detail .flex .blog-left .write-comment .box input::-webkit-input-placeholder {
    color: #000;
  }
  main .blog-detail .flex .blog-left .write-comment .box input:-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  main .blog-detail .flex .blog-left .write-comment .box input::-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  main .blog-detail .flex .blog-left .write-comment .box input:-ms-input-placeholder {
    color: #000;
  }
  main .blog-detail .flex .blog-left .write-comment .box button {
    margin-left: auto;
    width: 90%;
    height: 53px;
    background: #d68142;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    /* identical to box height, or 24px */
    color: #FFFFFF;
    -moz-transition: 0.3;
    -o-transition: 0.3;
    -webkit-transition: 0.3;
    transition: 0.3;
  }
  main .blog-detail .flex .blog-left .write-comment .box button:hover {
    background: #FF9546;
  }
  main .blog-detail .flex .blog-left .hr {
    background: #ddd;
    margin: 60px 0;
    height: 1px;
  }
  main .blog-detail .flex .blog-left .comments {
    position: relative;
    padding-left: 0;
  }
  main .blog-detail .flex .blog-left h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 10px;
  }
  main .blog-detail .flex .blog-left p {
    font-weight: 300;
    font-size: 17px;
    line-height: 170%;
    /* or 32px */
    text-align: justify;
    /* black-tiger */
    color: #000000;
    margin-bottom: 15px;
  }
  main .blog-detail .flex .blog-left .author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .blog-detail .flex .blog-left .author-info .image {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  main .blog-detail .flex .blog-left .author-info .image img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 15px;
  }
  main .blog-detail .flex .blog-left .author-info .image span {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
  }
  main .blog-detail .flex .blog-left .author-info .comments {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    padding-left: 0;
    margin: 30px 0;
  }
  main .blog-detail .flex .blog-left .author-info .comments i {
    margin-right: 10px;
    color: #ddd;
  }
  main .blog-detail .flex .blog-left .author-info .social {
    margin-left: inherit;
  }
  main .blog-detail .flex .blog-left .author-info .social a {
    margin-left: 10px;
    display: inline-block;
    color: #ddd;
    font-size: 19px;
  }
  main .blog-detail .flex .blog-left .author-info .social a:hover {
    color: #d68142;
  }
  main .blog-detail .flex .blog-right {
    width: 100%;
    margin-left: 0;
  }
  main .blog-detail .flex .blog-right .widget {
    margin-bottom: 50px;
  }
  main .blog-detail .flex .blog-right .widget .input-wrapper {
    position: relative;
  }
  main .blog-detail .flex .blog-right .widget .input-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    width: 50px;
    background: #d68142;
    color: #fff;
    z-index: 2;
  }
  main .blog-detail .flex .blog-right .widget input {
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #d68142;
    color: #000;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    color: #000000;
  }
  main .blog-detail .flex .blog-right .widget input::-webkit-input-placeholder {
    color: #000;
  }
  main .blog-detail .flex .blog-right .widget input:-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  main .blog-detail .flex .blog-right .widget input::-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  main .blog-detail .flex .blog-right .widget input:-ms-input-placeholder {
    color: #000;
  }
  main .blog-detail .flex .blog-right .widget .w-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    /* black-tiger */
    color: #000000;
  }
  main .blog-detail .flex .blog-right .widget .w-title span {
    position: relative;
    display: inline-block;
  }
  main .blog-detail .flex .blog-right .widget .w-title span:before {
    content: "";
    background: #d68142;
    width: 42px;
    height: 4px;
    position: absolute;
    top: 150%;
    left: 0;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.social li {
    display: inline-block;
    margin-right: 10px;
    border-radius: 100%;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.social li.fb {
    background: #3B5998;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.social li.tw {
    background: #55ACEE;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.social li.ins {
    background: #CB2068;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.social li.wp {
    background: #4CAF50;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.social li a {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.category li {
    position: relative;
    padding-left: 25px;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.category li:hover a {
    color: #d68142;
    font-weight: 500;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.category li:hover:before {
    background: #d68142;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.category li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #eee;
    border-radius: 10px;
  }
  main .blog-detail .flex .blog-right .widget .w-content ul.category li a {
    display: block;
    padding: 15px 0;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 19px;
    /* black-tiger */
    color: #000000;
  }
  main .blog-detail .flex .blog-right .widget .popular-post ul li {
    margin-bottom: 20px;
    min-height: 80px;
    position: relative;
    padding-left: 95px;
    padding-top: 10px;
  }
  main .blog-detail .flex .blog-right .widget .popular-post ul li:hover .title {
    color: #d68142;
  }
  main .blog-detail .flex .blog-right .widget .popular-post ul li .image {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  main .blog-detail .flex .blog-right .widget .popular-post ul li .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  main .blog-detail .flex .blog-right .widget .popular-post ul li span.title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    /* identical to box height */
    /* black-tiger */
    color: #000000;
  }
  main .blog-detail .flex .blog-right .widget .popular-post ul li span.date {
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #aaa;
    /* identical to box height */
  }
  main .reservation {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  main .reservation.contact .map {
    position: relative;
    left: 0;
    width: 100%;
  }
  main .reservation.contact .map div {
    height: 300px !important;
  }
    main .reservation.contact .map div iframe{
        width: 100%;
        height: 100%;
    }
  main .reservation.contact .contact-info ul li {
    margin-bottom: 40px;
    position: relative;
    padding-left: 35px;
  }
  main .reservation.contact .contact-info ul li a:hover {
    color: #d68142;
  }
  main .reservation.contact .contact-info ul li a,
main .reservation.contact .contact-info ul li p {
    font-size: 17px;
    line-height: 150%;
    /* or 24px */
    /* black-tiger */
    color: #000000;
  }
  main .reservation.contact .contact-info ul li i {
    font-size: 25px;
    color: #d68142;
    position: absolute;
    top: 0;
    left: 0;
  }
  main .reservation.contact .contact-info ul li i.icon-mail-alt {
    font-size: 20px;
  }
  main .reservation.contact .m-title span {
    letter-spacing: 0.37em;
  }
  main .reservation.contact .flex .right {
    width: 100% !important;
  }
  main .reservation.contact .flex .left {
    width: 100% !important;
  }
  main .reservation .form .nice-select {
    position: inherit;
    top: inherit;
    left: inherit;
    padding-left: 0;
    height: 40px;
    padding-top: 0;
    line-height: 40px;
    border-bottom: 1px solid #d68142;
    border-radius: 0;
  }
  main .reservation .form .nice-select:after {
    right: 20px;
    border-bottom: 2px solid #d68142;
    border-right: 2px solid #d68142;
  }
  main .reservation .form .nice-select .current {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
  main .reservation .form h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
  }
  main .reservation .form .group-input {
    display: block;
    justify-content: space-between;
  }
  main .reservation .form .group-input.two {
    justify-content: flex-start;
  }
  main .reservation .form .group-input.two > div {
    width: inherit;
    flex: none;
    margin-right: 40px;
  }
  main .reservation .form .group-input > div {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
  }
  main .reservation .form .bank-transfer,
main .reservation .form .credit-card {
    display: none;
  }
  main .reservation .form .bank-transfer .form-box {
    position: relative;
    padding-left: 60px;
    height: inherit;
  }
  main .reservation .form .bank-transfer .form-box .radio-box {
    position: absolute;
    top: 35px;
    left: 0;
  }
  main .reservation .form .bank-transfer .form-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    /* identical to box height, or 24px */
    color: #000000;
  }
  main .reservation .form .bank-transfer .form-box p b {
    font-weight: 600;
  }
  main .reservation .form .bank-transfer .form-box p b,
main .reservation .form .bank-transfer .form-box p span {
    display: block;
  }
  main .reservation .form .form-box {
    margin-bottom: 25px;
    position: relative;
    height: 40px;
    color: #000;
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 40px;
  }
  main .reservation .form .form-box button {
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    color: #FFFFFF;
    background: #d68142;
    padding: 15px 20px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  main .reservation .form .form-box button:hover {
    background: #FF9648;
  }
  main .reservation .form .form-box input[type=text],
main .reservation .form .form-box input[type=password],
main .reservation .form .form-box input[type=email] {
    height: 39px;
    color: #000;
    position: relative;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 17px;
    letter-spacing: 0.3px;
    width: 100%;
    border-bottom: 1px solid #d68142;
  }
  main .reservation .form .form-box input[type=text]::-webkit-input-placeholder,
main .reservation .form .form-box input[type=password]::-webkit-input-placeholder,
main .reservation .form .form-box input[type=email]::-webkit-input-placeholder {
    color: #000;
  }
  main .reservation .form .form-box input[type=text]:-moz-placeholder,
main .reservation .form .form-box input[type=password]:-moz-placeholder,
main .reservation .form .form-box input[type=email]:-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  main .reservation .form .form-box input[type=text]::-moz-placeholder,
main .reservation .form .form-box input[type=password]::-moz-placeholder,
main .reservation .form .form-box input[type=email]::-moz-placeholder {
    opacity: 1;
    color: #000;
  }
  main .reservation .form .form-box input[type=text]:-ms-input-placeholder,
main .reservation .form .form-box input[type=password]:-ms-input-placeholder,
main .reservation .form .form-box input[type=email]:-ms-input-placeholder {
    color: #000;
  }
  main .reservation .form .form-box input[type=text]:focus,
main .reservation .form .form-box input[type=password]:focus,
main .reservation .form .form-box input[type=email]:focus {
    color: #d68142;
    font-weight: 500;
  }
  main .reservation .form .form-box input[type=text]:focus::-webkit-input-placeholder,
main .reservation .form .form-box input[type=password]:focus::-webkit-input-placeholder,
main .reservation .form .form-box input[type=email]:focus::-webkit-input-placeholder {
    color: #d68142;
  }
  main .reservation .form .form-box input[type=text]:focus:-moz-placeholder,
main .reservation .form .form-box input[type=password]:focus:-moz-placeholder,
main .reservation .form .form-box input[type=email]:focus:-moz-placeholder {
    opacity: 1;
    color: #d68142;
  }
  main .reservation .form .form-box input[type=text]:focus::-moz-placeholder,
main .reservation .form .form-box input[type=password]:focus::-moz-placeholder,
main .reservation .form .form-box input[type=email]:focus::-moz-placeholder {
    opacity: 1;
    color: #d68142;
  }
  main .reservation .form .form-box input[type=text]:focus:-ms-input-placeholder,
main .reservation .form .form-box input[type=password]:focus:-ms-input-placeholder,
main .reservation .form .form-box input[type=email]:focus:-ms-input-placeholder {
    color: #d68142;
  }
  main .reservation .form .form-box .icon {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background: #d68142;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
  }
  main .reservation .form .radio-box {
    flex: 1;
  }
  main .reservation .form .radio-box label {
    display: block;
    position: relative;
    padding-left: 35px;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
  }
  main .reservation .form .radio-box label a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
  }
  main .reservation .form .radio-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 2;
  }
  main .reservation .form .radio-box input:checked + span {
    border-color: #d68142;
    background: transparent;
  }
  main .reservation .form .radio-box input:checked + span:after {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  main .reservation .form .radio-box input + span {
    position: absolute;
    top: -3px;
    left: 0;
    background-color: #F4F4F4;
    border: 1px solid transparent;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .reservation .form .radio-box input + span:after {
    content: "";
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #d68142;
  }
  main .reservation .form .summary {
    border: 1px solid #E4E4E4;
  }
  main .reservation .form .summary ul li {
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
  }
  main .reservation .form .summary ul li > div {
    flex: 1;
  }
  main .reservation .form .summary ul li:last-child {
    border-bottom: transparent;
  }
  main .reservation .form .summary ul li span {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 170%;
    color: #000000;
  }
  main .reservation .form .summary ul li b {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: #6d6d6d;
  }
  main .reservation .form .summary .btn {
    padding: 10px;
  }
  main .reservation .form .summary .btn a {
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    /* identical to box height, or 24px */
    color: #FFFFFF;
    background: #d68142;
    padding: 15px 20px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
  }
  main .reservation .form .summary .btn a:hover:before {
    width: 100%;
  }
  main .reservation .form .summary .btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #FF9648;
    z-index: -1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .reservation .form .summary .title {
    background: #d68142;
    padding: 25px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    background: #000;
    /* or 27px */
    color: #FFFFFF;
  }
  main .reservation .form .flex {
    display: block;
    justify-content: space-between;
    align-items: baseline;
  }
  main .reservation .form .flex h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    /* or 27px */
    /* black-tiger */
    position: relative;
    top: -15px;
    color: #000000;
  }
  main .reservation .form .flex .left {
    width: 100%;
  }
  main .reservation .form .flex .right {
    width: 100%;
  }
  main .reservation .form .flex .content {
    margin-right: 40px;
    display: block;
    position: relative;
  }
  main .main-slider {
    position: relative;
    z-index: 2;
    background: url(../img/main-slider-bg.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  main .main-slider .swiper-pagination {
    position: absolute;
    left: 30px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main .main-slider .swiper-pagination span {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    display: inline-block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  main .main-slider .swiper-pagination span:before {
    content: "";
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -1px;
    width: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 2px;
    background-color: #d68142;
  }
  main .main-slider .swiper-pagination span.swiper-pagination-bullet-active {
    color: #fff;
    font-size: 22px;
  }
  main .main-slider .swiper-pagination span.swiper-pagination-bullet-active:before {
    width: 18px;
  }
  main .main-slider .swiper-slide {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
  }
  main .main-slider .swiper-slide .image {
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
  }
  main .main-slider .swiper-slide .container {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  main .main-slider .swiper-slide .container .text {
    position: absolute;
    bottom: 50px;
    z-index: 3;
    left: 30px;
  }
  main .main-slider .swiper-slide .container .text h4 {
    font-size: 8vw;
    color: #ef792547;
    font-family: "Uncial Antiqua", cursive;
    /*
    -webkit-text-stroke: 1px #fff;
    */
  }
  main .main-slider .swiper-slide .container .text h5 {
    font-size: 11.5vw;
        text-shadow: 0 0 15px #000000;
    color: #fff;
  }
  main .main-slider .swiper-slide .container .text a {
    margin-top: 30px;
    color: #d68142;
    font-size: 14px;
    letter-spacing: 5px;
    display: inline-block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .main-slider .swiper-slide .container .text a:hover {
    color: #fff;
  }
  main .main-slider .swiper-slide .container .text a i {
    margin-left: 10px;
  }
  main .main-slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  main .thumbnail-slider {
    position: relative;
    margin-bottom: 40px;
  }
  main .thumbnail-slider .swiper-navigation span {
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -20px;
    font-size: 30px;
    color: #000;
    padding: 10px 20px;
    cursor: pointer;
    width: 70px;
    background: #d68142;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .thumbnail-slider .swiper-navigation span:hover {
    color: #fff;
  }
  main .thumbnail-slider .swiper-navigation span.prev {
    left: -20px;
  }
  main .thumbnail-slider .swiper-navigation span.next {
    text-align: right;
    right: -20px;
  }
  main .thumbnail-slider .gallery-top .swiper-slide {
    height: 330px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
  }
  main .thumbnail-slider .gallery-thumbs {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 30px;
      
  }
  main .thumbnail-slider .gallery-thumbs .swiper-wrapper {
    display: flex;
  }
  main .thumbnail-slider .gallery-thumbs .swiper-slide {
    height: 50px;
      width: 50px!important;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 3px solid transparent;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .thumbnail-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  main .main-tab .tab-list {
    margin-bottom: 20px;
  }
  main .main-tab .tab-list ul {
    display: block;
    border: 1px solid #d8d8d8;
  }
  main .main-tab .tab-list ul li {
    flex: 1;
    position: relative;
    background: #fff;
      border-right: none;
    border-bottom: 1px solid #d8d8d8;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 65px;
  }
  main .main-tab .tab-list ul li:last-child {
    border-bottom: transparent;
  }
  main .main-tab .tab-list ul li:before {
    display: none;
  }
  main .main-tab .tab-list ul li a {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    position: relative;
  }
  main .main-tab .tab-list ul li a i {
    flex: 0.3;
    font-size: 30px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    color: #7c7c7c;
  }
  main .main-tab .tab-list ul li a span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #7c7c7c;
  }
  main .main-tab .tab-content {
    background: #fff;
    padding: 30px 0;
    padding-left: 0;
    padding-bottom: 0;
    border-radius: 10px;
  }
  main .main-tab .tab-content h2 {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  main .main-tab .tab-content .m-title h5 {
    font-size: 30px;
  }
  main .main-tab .tab-content .warning {
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    position: relative;
    min-height: 80px;
  }
  main .main-tab .tab-content .warning p {
    color: #545454;
    font-size: 14px;
  }
  main .main-tab .tab-content .warning span {
    font-size: 16px;
    color: #005BEA;
    letter-spacing: -1px;
    margin-bottom: 5px;
    display: block;
  }
  main .read-more {
    background: rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
    padding-top: 100px;
    position: relative;
    top: -100px;
    text-align: center;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .read-more.active {
    opacity: 0;
    visibility: hidden;
  }
  main .read-more a {
    border: 1.3px solid #E1E1E1;
    color: #000;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2px;
    line-height: 17px;
    /* identical to box height */
    /* black-tiger */
    color: #000000;
  }
  main .read-more a:hover {
    color: #d68142;
  }
  main .read-more a i {
    margin-left: 15px;
  }
  main .page-row {
    padding: 20px 0;
  }
  main .page-row .row {
    display: block;
    justify-content: space-between;
  }
  main .page-row .left-side {
    width: 100%;
    margin-right: 0;
  }
  main .page-row .right-side {
    width: 100%;
  }
  main .page-row .right-side .widget {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 3px;
  }
  main .page-row .right-side .widget.price ul {
    border: 1px solid #E4E4E4;
  }
  main .page-row .right-side .widget.price ul li {
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }
  main .page-row .right-side .widget.price ul li:last-child {
    border-bottom: transparent;
  }
  main .page-row .right-side .widget.price ul li div:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    /* or 27px */
    /* black-tiger */
    color: #000000;
  }
  main .page-row .right-side .widget.price .title {
    background: #d68142;
    padding: 12px 15px;
    color: #fff;
  }
  main .page-row .right-side .widget.price .title * {
    display: inline-block;
    vertical-align: middle;
  }
  main .page-row .right-side .widget.price .title b {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    /* or 27px */
    color: #FFFFFF;
  }
  main .page-row .right-side .widget.price .title span {
    font-weight: 600;
    margin-left: 10px;
    font-size: 25px;
    line-height: 170%;
    /* or 44px */
    color: #FFFFFF;
  }
  main .page-row .right-side .widget.price .count {
    width: 80px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  main .page-row .right-side .widget.price .count input {
    width: 50%;
    text-align: center;
    color: #d68142;
    font-weight: normal;
    font-size: 22px;
    line-height: 170%;
    /* or 44px */
    /* safari-orange */
    color: #D68142;
    display: block;
    pointer-events: none;
  }
  main .page-row .right-side .widget.price .count a {
    width: 50px;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    color: #eee;
    font-size: 20px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .page-row .right-side .widget.price .count a:hover {
    color: #d68142;
  }
  main .page-row .right-side .widget.price .count span {
    line-height: 160%;
    font-size: 11px;
    color: #000000;
    font-weight: 600;
  }
  main .page-row .right-side .widget.price .count span b {
    color: #d68142;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }
  main .page-row .right-side .widget.summary .list {
    border: 1px solid #E4E4E4;
  }
  main .page-row .right-side .widget.summary ul li {
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
  }
  main .page-row .right-side .widget.summary ul li:last-child {
    border-bottom: transparent;
  }
  main .page-row .right-side .widget.summary ul li span {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 170%;
    color: #000000;
  }
  main .page-row .right-side .widget.summary ul li b {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: #6d6d6d;
  }
  main .page-row .right-side .widget.summary .btn {
    padding: 10px;
  }
  main .page-row .right-side .widget.summary .btn a {
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    /* identical to box height, or 24px */
    color: #FFFFFF;
    background: #d68142;
    padding: 15px 20px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
  }
  main .page-row .right-side .widget.summary .btn a:hover:before {
    width: 100%;
  }
  main .page-row .right-side .widget.summary .btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #FF9648;
    z-index: -1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .page-row .right-side .widget.summary .title {
    background: #d68142;
    padding: 18px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    background: #000;
    /* or 27px */
    color: #FFFFFF;
  }
  main ul.days {
    height: auto;
    overflow: hidden;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main ul.days.active {
    overflow: inherit;
    height: inherit;
  }
  main ul.days li {
    padding-left: 90px;
    position: relative;
    padding-bottom: 50px;
    padding-top: 10px;
  }
  main ul.days li:last-child:before {
    display: none;
  }
  main ul.days li b {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    /* or 40px */
    text-align: justify;
    /* black-tiger */
    color: #000000;
    margin-bottom: 10px;
    display: block;
  }
  main ul.days li p {
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    color: #000000;
  }
  main ul.days li:before {
    content: "";
    position: absolute;
    left: 31px;
    top: 15px;
    height: 100%;
    background: #d68142;
    width: 1px;
  }
  main ul.days li span.day {
    position: absolute;
    top: 15px;
    left: 0;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
    background: #d68142;
    font-weight: 400;
    color: #fff;
    line-height: 120%;
  }
  main ul.days li span.day strong {
    padding-top: 7px;
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }
  main ul.tour-services-list {
    margin-bottom: 30px;
  }
  main ul.tour-services-list li {
    color: #989898;
    font-size: 15px;
    letter-spacing: -0.7px;
    line-height: 150%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
  }
  main ul.tour-services-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    margin-top: -4px;
  }
  main .filter {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
  main .filter .nice-select {
    padding-top: 27px;
  }
  main .filter form > ul {
    display: block;
    justify-content: space-between;
    letter-spacing: 1px;
  }
  main .filter form > ul > li {
    flex: 1;
    margin-left: 0;
    margin-top: 30px;
  }
  main .filter form > ul > li .input-area {
    width: 100%;
    border: 1.5px solid #E1E1E1;
    position: relative;
    border-radius: 35px;
    padding-left: 70px;
    padding-top: 15px;
    height: 70px;
    cursor: pointer;
    display: block;
    z-index: inherit;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  main .filter form > ul > li .input-area i {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 25px;
    font-size: 24px;
    color: #d68142;
  }
  main .filter form > ul > li .input-area i.icon-tour-calendar {
    font-size: 30px;
    top: 20px;
    left: 25px;
  }
  main .filter form > ul > li .input-area h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 89.9%;
    /* or 14px */
    /* safari-orange */
    color: #D68142;
  }
  main .filter form > ul > li .input-area span {
    display: block;
    margin-top: 5px;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px;
    color: #000000;
  }
  main .filter form > ul > li .input-area input {
    background: none;
    color: #292D78;
    font-size: 12px;
    letter-spacing: -0.4px;
    width: 100%;
    font-weight: 600;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .filter form > ul > li .input-area input:focus {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }
  main .filter form > ul > li .input-area input:focus::-webkit-input-placeholder {
    color: #fff;
  }
  main .filter form > ul > li .input-area input:focus:-moz-placeholder {
    opacity: 1;
    color: #fff;
  }
  main .filter form > ul > li .input-area input:focus::-moz-placeholder {
    opacity: 1;
    color: #fff;
  }
  main .filter form > ul > li .input-area input:focus:-ms-input-placeholder {
    color: #fff;
  }
  main .filter form > ul > li .input-area input::-webkit-input-placeholder {
    color: #292D78;
  }
  main .filter form > ul > li .input-area input:-moz-placeholder {
    opacity: 1;
    color: #292D78;
  }
  main .filter form > ul > li .input-area input::-moz-placeholder {
    opacity: 1;
    color: #292D78;
  }
  main .filter form > ul > li .input-area input:-ms-input-placeholder {
    color: #292D78;
  }
  main .featured-tours {
    margin-bottom: 20px;
  }
  main .featured-tours .m-title {
    padding-top: 40px;
    padding-left: 30px;
  }
  main .featured-tours .tours-list {
    position: relative;
    padding-left: 0;
  }
  main .show-all {
    text-align: center;
  }
  main .show-all a {
    font-size: 15px;
    color: #000;
    border: 1px solid #E1E1E1;
    border-radius: 38px;
    padding: 14px 40px;
    display: inline-block;
    font-weight: 500;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .show-all a:hover {
    border-color: #d68142;
  }
  main .show-all a i {
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: -1px;
  }
  main .tour-list ul:after {
    content: "";
    display: table;
    clear: both;
  }
  main .tour-list ul li {
    width: 100%;
    margin-bottom: 20px !important;
    float: left;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  main .tour-list ul li:nth-child(n) {
    margin-bottom: 0%;
    margin-right: 0%;
  }
  main .tour-list ul li:nth-child(1n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  main .tour-list ul li:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  main .tour-list ul li:hover .image img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  main .tour-list ul li .image {
    height: 195px;
    position: relative;
    display: block;
  }
  main .tour-list ul li .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    object-position: bottom;
  }
  main .tour-list ul li .content {
    padding: 20px 30px;
    display: block;
  }
  main .tour-list ul li .content .name {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
  }
  main .tour-list ul li .content p {
    font-size: 16px;
    color: #999999;
    line-height: 140%;
  }
  main .tour-list ul li .content .info {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  main .tour-list ul li .content .info .s1 {
    color: #999999;
    font-weight: 500;
    font-size: 15px;
    line-height: 90.4%;
  }
  main .tour-list ul li .content .info .s2 {
    font-size: 17px;
    line-height: 107.4%;
    text-align: right;
    letter-spacing: -0.04em;
    color: #D68142;
  }
  main .tour-list ul li .content .info .date {
    font-weight: normal;
    font-size: 17px;
    line-height: 107.4%;
    letter-spacing: -0.04em;
    color: #999999;
  }
  main .tour-list ul li .content .info .price {
    font-weight: 600;
    font-size: 20px;
    line-height: 107.4%;
    letter-spacing: -0.04em;
    color: #D68142;
  }
  main .tour-list ul li .content .info > span span {
    display: block;
    margin: 5px 0;
  }
  main .tour-list ul li .content .info .right-side {
    text-align: right;
  }
  main .reviews {
    position: relative;
    z-index: 4;
    margin-bottom: 0;
    margin-top: 20px;
  }
  main .reviews.single-reviews {
    margin-top: 20px;
  }
  main .reviews.single-reviews .swiper-slide {
    padding-top: 20px;
    min-height: 400px;
    padding-bottom: 50px;
  }
  main .reviews.single-reviews .swiper-slide .image {
    width: 346px;
    height: 334px;
    top: 20px;
    margin-top: 40px;
    right: 20px;
    z-index: 1;
    border: none;
  }
  main .reviews.single-reviews .swiper-slide .image .bg {
    position: absolute;
    top: -40px;
    right: -20px;
    bottom: -20px;
    width: 50%;
    background: #d68142;
    z-index: 1;
  }
  main .reviews.single-reviews .swiper-slide .image img {
    border: 10px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
  }
  main .reviews.single-reviews .m-title {
    top: 0;
  }
  main .reviews.single-reviews .text {
    position: relative;
    z-index: 1;
    padding-right: 0 !important;
  }
  main .reviews.single-reviews .text:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: -1;
    background: url("../img/quote.png") no-repeat;
    width: 99px;
    height: 80px;
  }
  main .reviews.single-reviews .text p {
    margin: 30px 0 !important;
  }
  main .reviews.single-reviews .text .user {
    position: relative;
    padding-left: 90px;
    padding-top: 15px;
    width: 60%;
    display: inline-block;
  }
  main .reviews.single-reviews .text .user img {
    position: absolute;
    top: 0;
    left: 0;
  }
  main .reviews.single-reviews .swiper-navigation {
    position: absolute;
    top: 20px;
    display: none;
    bottom: inherit;
    padding-right: 440px;
    width: 100%;
    text-align: right;
    padding-left: 10px;
    z-index: 4;
    cursor: pointer;
  }
  main .reviews.single-reviews .swiper-navigation span {
    display: inline-block;
    margin-left: 20px;
    background: #d68142;
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 20px;
  }
  main .reviews.single-reviews .swiper-navigation span.prev {
    background: none;
    color: #eee;
  }
  main .reviews.single-reviews .swiper-navigation span.next i {
    position: relative;
    left: 15px;
  }
  main .reviews .m-title {
    position: relative;
    top: 0;
  }
  main .reviews .swiper-pagination {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    padding-left: 10px;
  }
  main .reviews .swiper-pagination span {
    display: inline-block;
    background: #999999;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-left: 15px;
    position: relative;
  }
  main .reviews .swiper-pagination span.swiper-pagination-bullet-active {
    background: #d68142;
    opacity: 1;
  }
  main .reviews .swiper-pagination span.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 100%;
    border: 1px solid #d68142;
  }
  main .reviews .swiper-slide {
    padding-bottom: 40px;
    padding-top: 0;
    min-height: 300px;
  }
  main .reviews .swiper-slide.swiper-slide-active .image {
    opacity: 1;
    visibility: visible;
  }
  main .reviews .swiper-slide .text {
    padding-right: 0;
  }
  main .reviews .swiper-slide .text .stars .active {
    color: #F19953 !important;
  }
  main .reviews .swiper-slide .text .stars i {
    font-size: 20px;
    color: #E1E1E1;
  }
  main .reviews .swiper-slide .text p {
    margin: 40px 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 170%;
    color: #000000;
  }
  main .reviews .swiper-slide .text span {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    color: #D68142;
  }
  main .reviews .swiper-slide .text b {
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    /* identical to box height */
    /* sand-gray */
    color: #999999;
  }
  main .reviews .swiper-slide .image {
    position: inherit;
    top: inherit;
    right: inherit;
    opacity: 0;
    visibility: hidden;
    width: 350px;
    height: 460px;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 5;
    border: 1px solid #000;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  main .reviews .swiper-slide .image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 45px;
    right: 90px;
  }
  main .reviews .swiper-slide .image span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    font-size: 14px;
    line-height: 104.7%;
    letter-spacing: 0.455em;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    right: -350px;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    font-weight: 400;
  }
  main .reviews .swiper-slide .image span b {
    color: #000000;
  }
  main .why-us {
    background: url("../img/why-us.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 720px;
    padding: 50px 0;
  }
  main .why-us .m-title span {
    color: #fff;
  }
  main .why-us .swiper-container {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  main .why-us .swiper-pagination {
    position: absolute;
    top: 2px;
    bottom: inherit;
    left: 0;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  main .why-us .swiper-pagination span {
    display: inline-block;
    background: #999999;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
  }
  main .why-us .swiper-pagination span.swiper-pagination-bullet-active {
    background: #d68142;
    opacity: 1;
  }
  main .why-us .swiper-pagination span.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 100%;
    border: 1px solid #d68142;
  }
  main .why-us .swiper-container .swiper-slide {
    padding-top: 30px;
  }
  main .why-us .swiper-container .box {
    opacity: 0.1;
    text-align: center;
    position: relative;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 280px;
  }
  main .why-us .swiper-container .box .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: justify;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 340px;
    text-align: center;
    opacity: 0;
    visibility: visible;
  }
  main .why-us .swiper-container .box .text p {
    font-weight: normal;
    font-size: 15px;
    line-height: 170%;
    color: #FFFFFF;
  }
  main .tour-gallery .flex {
    display: block;
    width: 100%;
  }
  main .tour-gallery .flex > div {
    width: 100%;
  }
  main .tour-gallery .flex .big-image .image {
    height: 200px;
  }
  main .tour-gallery .flex .image {
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  main .tour-gallery .flex .image:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  main .tour-gallery .flex .image img {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  main .tour-gallery .flex .small-image {
    display: flex;
    flex-wrap: wrap;
  }
  main .tour-gallery .flex .small-image .image {
    width: 50%;
  }
  main .gallery {
    margin-top: 30px;
    position: relative;
  }
  main .gallery .image {
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  main .gallery .image:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  main .gallery .image img {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  main .about-us .club {
    position: relative;
    padding: 0 20px;
  }
  main .about-us .club .left-side {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  main .about-us .club .right-side {
    position: inherit;
    top: inherit;
    right: 0;
    background: none;
    width: 100%;
    height: inherit;
    margin-top: 30px;
    background-size: cover;
  }
  main .about-us .club .right-side img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
  }
  main .about-us .why {
    margin-top: 10px;
  }
  main .about-us .why ul:after {
    content: "";
    display: table;
    clear: both;
  }
  main .about-us .why ul li {
    width: 100%;
    margin-bottom: 20px !important;
    float: left;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  main .about-us .why ul li:nth-child(n) {
    margin-bottom: 0%;
    margin-right: 0%;
  }
  main .about-us .why ul li:nth-child(1n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  main .about-us .why ul li:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  main .about-us .why ul li:hover .image img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  main .about-us .why ul li .image {
    height: 195px;
    position: relative;
    display: block;
  }
  main .about-us .why ul li .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    object-position: bottom;
  }
  main .about-us .why ul li .image span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 195px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
  }
  main .about-us p {
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0.5px;
    color: #000000;
  }

  footer .subscribe {
    width: 100%;
    margin: 0 auto;
  }
  footer .subscribe p {
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000000;
  }
  footer .subscribe .form {
    padding: 0;
    margin-top: 15px;
  }
  footer .f-bottom {
    display: block;
    justify-content: space-between;
    text-align: center;
  }
  footer .f-bottom .right-side {
    text-align: center;
    margin-left: auto;
      width: 100%;
  }
    footer .footer-tursab{
        width: 100%;
        text-align: center;
    }
    footer .footer-tursab img{
        width: 50%;
    }
  footer .menu {
    margin: 60px 0;
  }
  footer .menu ul {
    display: block;
    text-align: center;
    justify-content: space-between;
  }
  footer .menu ul li {
    flex: auto;
    margin: 25px 0;
  }
  footer .menu ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 104.7%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* identical to box height, or 19px */
    /* black-tiger */
    color: #000000;
  }
  footer .menu ul li a:hover {
    color: #d68142;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
   
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

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