@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");
html {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
body {
  /* background-image: url('../img/bkg.svg');
      background-attachment: fixed;
      background-size: cover;
      background-repeat: no-repeat; */
  color: #797979;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  overflow-x: hidden;
  box-sizing: border-box;
  letter-spacing: 1px;
  position: relative;
}
ul {
  /* list-style-type: none; */
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
img {
  width: 100%;
}
a {
  display: inline-block;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  top: 96%;
}

.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: background 0.4s, all 0.3s linear;
  transition: background 0.4s, all 0.3s linear;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header_area .main_menu .main_box {
  background: #fff;
  margin: 0px auto 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(58, 65, 78, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(58, 65, 78, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #406150;
}

.header_area .navbar {
  background: #fff;
  padding: 10px 0px;
  border: 0px;
  border-radius: 0px;
  /* height: 60px; */
}
.header-pop-btn {
  flex-grow: 1;
  text-align: end;
  padding-right: 10px;
  font-weight: 600;
}
.header-pop-btn a {
  color: #406150;
  padding: 0.3rem 1.5rem;
  border-radius: 1.5rem;
  font-size: 1.2rem;
  background-color: #fff;
  transition-duration: 0.5s;
  box-shadow: 0px 2px 8px 0px #1f1f1f26;
}
@media (max-width: 767px) {
  .header-pop-btn a {
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
    border-radius: 2rem;
  }
}
.header-pop-btn-md {
  display: none;
}

@media (min-width: 1024px) {
  .header_area .navbar {
    padding: 0;
    height: 80px;
  }
}

@media (max-width: 991px) {
  .header_area .navbar .navbar-collapse ul {
    margin-top: 30px;
  }
  .header_area .navbar .navbar-collapse .nav-item {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .header-pop-btn {
    display: none;
  }
  .header-pop-btn-md {
    display: block;
    padding: 0.3rem 1.5rem;
    border-radius: 1.5rem;
    font-size: 1.2rem;
    transition-duration: 0.5s;
    box-shadow: 0px 2px 8px 0px #1f1f1f26;
    margin-right: 10px;
    background-color: #fff;
    color: #406150;
  }

  /* .header-pop-btn-md:hover{
        background-color: #e8ac26;
        color: #fff;
      } */
  /* .header-pop-btn-md:hover a{
        color: #fff;
      } */
  .header-pop-btn-md a {
    color: #406150;
    font-weight: 600;
  }
}

.header_area .navbar .navbar-toggler .icon-bar {
  color: #000;
  height: 2px;
  width: 20px;
  content: "";
  background: #000;
  display: block;
  margin: 5px;
}

.header_area .navbar .nav .nav-item {
  margin-right: 30px;
}

.header_area .navbar .nav .nav-item .dropdown-item {
  /* font-family: "Josefin Sans", sans-serif; */
}

.header_area .navbar .nav .nav-item .dropdown-item.active {
  background: #99513a;
}

.header_area .navbar .nav .nav-item .nav-link {
  /* font-family: "Josefin Sans", sans-serif; */
  text-transform: capitalize;
  padding: 0px;
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 1200px) {
  .header_area .navbar .nav .nav-item .nav-link {
    font-size: 1.2rem;
  }
}

@media (min-width: 991px) {
  .header_area .navbar .nav .nav-item .nav-link {
    padding: 26px 0;
  }
}
@media (max-width: 575px) {
  .header_area .navbar .nav .nav-item .nav-link {
    font-size: 1.4rem;
  }
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #1da6b2;
  transition: 0.5s;
}
.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    -webkit-transition: visibility 0.5s ease;
    transition: visibility 0.5s ease;
    visibility: hidden;
    display: block;
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active {
  background: #99513a;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
  color: #fff;
  background-color: #fff;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  padding: 0px 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  color: #ffffff;
  background-color: #1da6b2;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

@media (min-width: 991px) {
  .header_area .navbar .nav.navbar-nav.navbar-right {
    display: -webkit-inline-box;
  }
}

.header_area .navbar .nav.navbar-nav.navbar-right li {
  margin-left: 25px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  .header_area .navbar .nav.navbar-nav.navbar-right li {
    margin-left: 0px;
  }
}

.header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
    display: none;
  }
}

.header_area .navbar .nav.navbar-nav.navbar-right li span {
  color: #fff;
  line-height: 80px;
  font-weight: 500;
}

.header_area .navbar .nav.navbar-nav.navbar-right .search {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 575px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 0px 15px;
  }
}

.header_area {
  z-index: 9999 !important;
}

.card-feature {
  border-color: transparent;
  border-radius: 0;
  padding: 35px 16px 35px 16px;
  background: #f7f7f7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.card-feature.border-style {
  position: relative;
}

.card-feature.border-style::after {
  /* content: ""; */
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 10px solid #f7f7f7;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: -1;
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
}
.logo_h {
  width: 120px;
  margin-right: 30px;
}
.logo_h img {
  width: 100%;
}
.banner {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 465px) {
  .logo_h {
    margin-right: 0px;
  }
  .banner {
    margin-top: 54px;
  }
}
/* product intro */
.product-intro-area {
  padding: 76px 0px;
  position: relative;
}
.product-intro-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-image: url("../img/bkg.jpg");
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .product-intro-area::before {
    background-image: url("../img/bkg-sm.jpg");
  }
}
@media screen and (max-width: 767px) {
  .product-intro-area::before {
    background-image: url("../img/bkg-pd.jpg");
  }
}
/* .product-intro-area::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -76px;
    background-image: url(../img/spot/vector.svg);
    background-repeat: no-repeat;
    background-size: 26%;
    background-position:0% 140%;
    width: 100%;
    height: 100%;
    z-index: -10;
  } */
.product-intro-area .intro-tree-animate img:nth-child(1),
.product-intro-area .intro-tree-animate img:nth-child(2) {
  width: 50px;
  vertical-align: bottom;
}
.product-intro-area .intro-tree-animate img:last-child {
  width: 30px;
  vertical-align: bottom;
}
.product-intro-area .intro-box {
  /* display: flex; */
}
.product-intro-area .intro-content {
  /* width: 50%; */
  position: relative;
  padding: 50px;
}
.product-intro-area .intro-content h1 {
  font-size: 2.5rem;
  color: #406150;
  position: relative;
}
.product-intro-area .intro-content h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  border-bottom: 5px solid #406150;
}
.product-intro-area .intro-content p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #515151;
  margin-top: 16px;
}
.product-intro-area .intro-content .intro-content-item {
  display: flex;
  width: 100%;
}
.product-intro-area .intro-content .intro-content-item .item-title {
  width: min-content;
  word-break: keep-all;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  align-self: baseline;
  box-shadow: 2px 2px 0 rgb(255, 229, 112);
}
.product-intro-area .intro-content .intro-content-item .item-content {
  padding: 4px 0px 4px 12px;
}

.product-intro-area .intro-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fffaf0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 1px 4px 10px 0px #69696940;
}

.product-intro-area .product-image {
  width: 50%;
  padding: 50px 0px;
}
.product-intro-area .product-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 4px 10px 0px #69696940;
}

/* .intro-tree-animate img{
    position: relative;
    animation: gradient-grow 3s linear infinite;
    z-index: -10;
  } */
.intro-tree-animate img:nth-child(1) {
  position: relative;
  /* animation: gradient-grow 3s linear infinite; */
  z-index: -10;
}
.intro-tree-animate img:nth-child(2) {
  position: relative;
  /* animation: gradient-grow 4s linear infinite; */
  z-index: -10;
}
.intro-tree-animate img:nth-child(3) {
  position: relative;
  /* animation: gradient-grow 5s linear infinite; */
  z-index: -10;
}

/* product detail */
.product-detail-section {
  position: relative;
  padding: 50px 0px;
}
.product-detail-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fffaf0;
  z-index: -10;
}
.product-detail .product-title h2 {
  font-size: 2.4rem;
  color: #406150;
  line-height: 1.6;
}
.product-item {
  position: relative;
  margin-top: 80px;
}
.product-item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5%;
  width: 95%;
  height: 103%;
  /* border: 5px solid #f6e184; */
  border-radius: 10px;
  z-index: -2;
}
.product-item .row {
  align-items: center;
}
.product-item .item-image img {
  box-shadow: 1px 4px 10px 0px #69696940;
  border-radius: 4px;
}
.product-item:nth-child(2) .item-intro,
.product-item:nth-child(3) .item-intro,
.product-item:nth-child(4) .item-intro,
.product-item:nth-child(5) .item-intro {
  position: relative;
}
.product-item:nth-child(2) .item-intro img {
  position: absolute;
  width: 80px;
  right: 160px;
  top: 8px;
}
.product-item:nth-child(3) .item-intro img {
  position: absolute;
  width: 80px;
  top: 0;
  left: 40px;
  z-index: -1;
}

.product-item:nth-child(4) .item-intro img {
  position: absolute;
  width: 80px;
  right: 80px;
  top: -2px;
}
.product-item .item-intro h3 {
  border: 1px solid #515151;
  position: relative;
  padding: 2px 5px;
  margin: 10px 0px;
  display: inline-block;
  border-radius: 5px;
}
.product-item .item-intro h3::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
}
.product-item:nth-child(odd) .item-intro h3::after {
  background-color: #d9e7b7;
}
.product-item:nth-child(even) .item-intro h3::after {
  background-color: #f6e184;
}
.product-item:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.product-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 90%;
  height: 103%;
  /* border: 5px solid #d9e7b7; */
  border-radius: 10px;
  z-index: -2;
}
.product-item:nth-child(even) .item-image {
  /* padding: 40px 0px 40px 10px; */
  padding: 5% 0px 5% 2%;
  position: relative;
  border-radius: 10px;
}
.product-item:nth-child(odd) .item-image {
  /* padding: 40px 0px 40px 10px; */
  padding: 5% 2% 5% 0px;
  position: relative;
  border-radius: 10px;
}
.product-item:nth-child(even) .item-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 70%;
  height: 85%;
  background-color: #f6e184;
  transform: translateY(-50%);
  border-radius: 10px;
}
.product-item:nth-child(odd) .item-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  width: 70%;
  height: 85%;
  background-color: #d9e7b7;
  transform: translateY(-50%);
  border-radius: 10px;
}
.product-item .item-intro {
  padding: 5%;
}
.product-item h3 {
  font-size: 1.8rem;
  color: #515151;
  line-height: 1.6;
}
.product-item span {
  font-size: 1.4rem;
  color: #515151;
}
.product-item p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .product-item {
    margin: 80px 30px 0px 30px;
  }
  .product-intro-area .intro-content::after {
    width: 100%;
  }
  .product-intro-area .intro-content {
    padding: 50px 50px 0px 50px;
  }
  .product-intro-area .product-image {
    padding: 0px;
    width: 80%;
  }
  .product-intro-area .product-image img {
    display: inline-block;
    margin-bottom: 50px;
  }
  .intro-box .row {
    justify-content: center;
    background-color: #fffaf0;
    box-shadow: 1px 4px 10px 0px #69696940;
    border-radius: 0px 0px 10px 10px;
  }
  .product-intro-area .intro-content::after {
    box-shadow: none;
  }
  .product-item:nth-child(even)::after {
    width: 100%;
  }
  .product-item:nth-child(even) .item-image {
    padding: 9% 11% 9% 0px;
  }
  .product-item:nth-child(even) .item-image::after {
    left: -10px;
  }
  .product-item:nth-child(odd)::after {
    width: 100%;
  }
  .product-item:nth-child(odd) .item-image::after {
    right: -10px;
    left: auto;
  }
  .product-item:nth-child(odd) .item-image {
    padding: 9% 0px 11% 9%;
  }
  .product-item .item-intro {
    margin: 0 5%;
    padding: 5%;
  }
  .product-detail .product-title {
    padding: 0px 10px;
  }
  .product-item:nth-child(2) .item-intro img {
    position: absolute;
    width: 80px;
    right: 0;
    top: -20px;
  }
  .product-item:nth-child(3) .item-intro img {
    position: absolute;
    width: 60px;
    left: 0;
    top: -20px;
  }

  .product-item:nth-child(4) .item-intro img {
    position: absolute;
    width: 60px;
    right: 0;
    top: -25px;
  }
}
@media screen and (max-width: 575px) {
  .product-intro-area {
    padding: 0;
  }
  .intro-box .row {
    box-shadow: none;
    border-radius: 0;
  }
  .product-intro-area::before {
    background-image: none;
  }
}
@media screen and (max-width: 465px) {
  .slider .owl-stage-outer {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .product-item:nth-child(odd)::after {
    border: 0;
  }
  .product-item:nth-child(even)::after {
    border: 0;
  }
}

/* 購物金 */
.block-header h2 {
  font-size: 2rem;
  color: #406150;
}
.gift-intro-content-head {
  font-size: 2rem;
  color: #406150;
}
.block-subTitle {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #515151;
  font-weight: 400;
}
.block-shoppingMoney {
  margin-top: 40px;
  padding: 70px 0px;
  background-color: #fff;
}
.block-shoppingMoney .buy-btn:hover {
  color: #e8ac26;
  background-color: #ffffff;
  box-shadow: 1px 2px 5px rgba(83, 83, 83, 0.226);
}
.shoppingMoney-list-wrap {
  background-color: #fffbf2;
  color: #12a391;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 14px;
  width: 100%;
  box-shadow: 1px 4px 7px rgba(83, 83, 83, 0.226);
}
.spot-area .container {
  max-width: 960px;
}

.shoppingMoney-list-wrap > ul {
  text-align: start;
  margin: 10px 0px;
}
.shoppingMoney-list-wrap > ul > li {
  font-size: 1.4rem;
  line-height: 30px;
  margin-left: 8px;
}
@media screen and (min-width: 437px) {
  .shoppingMoney-list-wrap > ul > li {
    font-size: 1.4rem;
    line-height: 40px;
    margin-left: 20px;
  }
}

.buy-btn {
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  background-color: #fff;
  color: #e8ac26;
  transition-duration: 0.5s;
  box-shadow: 0px 2px 8px 0px #1f1f1f26;
}
#shoppingMoney .block-inner-img {
  border-radius: 0;
  overflow: inherit;
  width: 100%;
  margin: 0;
}

#shoppingMoney .block-inner .carousel-inner {
  margin-bottom: 20px;
}
.pre-view-banner {
  text-align: center;
  margin: 40px 0px;
}
.pre-view-banner > img {
  width: 80%;
  display: inline-block;
}

.gift-intro-content-head {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .product-intro-area {
    background-color: #fffaf0;
  }
  .intro-tree-animate img:nth-child(1),
  .intro-tree-animate img:nth-child(2),
  .intro-tree-animate img:nth-child(3) {
    z-index: 1;
  }
  .product-intro-area .intro-content {
    padding: 10px 25px 0px 25px;
  }
}

/* tour-card */
.tour-card {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.tour-card a {
  display: block;
  text-decoration: none;
}

.fontrip_mask {
  height: 150px;
}

.fontrip_mask > img {
  height: 150px;
}

.tour-card-content {
  padding: 15px 10px;
}

.tour-card .tour-card-title {
  margin: 0 0 10px 0;
  color: #3e3e3e;
  font-weight: 700;
  padding: 0;
  height: 50px;
  line-height: 1.5em;
  text-align: left;
}

.tour-card-info.tour-card-info-top,
.tour-card-info.tour-card-info-bottom {
  display: flex;
  flex-wrap: wrap;
}

.tour-card-info {
  position: relative;
  min-height: 25px;
  color: #969696;
}

.tour-card-info.tour-card-info-top .tour-card-location {
  width: 50%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.tour-card-info.tour-card-info-bottom .tour-card-people {
  min-height: 25px;
  text-align: left;
}

.tour-card-info.tour-card-info-bottom .tour-card-price {
  text-align: right;
  font-weight: 600;
  width: 100%;
}

.tour-card-price {
  max-height: 14px;
  text-align: right;
  font-size: 18px;
  color: #f13c38;
  transform: translateY(-5px);
}

@media screen and (min-width: 768px) {
  .tour-card .tour-card-title {
    height: auto;
    font-size: 18px;
  }
  .fontrip_mask {
    height: 200px;
  }
  .fontrip_mask img {
    height: 200px;
  }
  .product-item:nth-child(2) .item-intro img {
    position: absolute;
    width: 80px;
    right: 20px;
    top: -10px;
  }
  .product-item:nth-child(3) .item-intro img {
    position: absolute;
    width: 60px;
    left: 30px;
    top: -5px;
  }

  .product-item:nth-child(4) .item-intro img {
    position: absolute;
    width: 60px;
    right: 20px;
    top: -5px;
  }
}

@media screen and (min-width: 1024px) {
  .tour-card .tour-card-title {
    height: auto;
    font-size: 18px;
  }
  .fontrip_mask {
    height: 120px;
  }
  .fontrip_mask img {
    height: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .tour-card .tour-card-title,
  .tour-card .tour-card-price {
    font-size: 18px;
  }
  .fontrip_mask {
    height: 150px;
  }
  .fontrip_mask img {
    height: 150px;
  }
  .product-item:nth-child(2) .item-intro img {
    position: absolute;
    width: 80px;
    right: 160px;
    top: 8px;
  }
  .product-item:nth-child(3) .item-intro img {
    position: absolute;
    width: 80px;
    top: 0;
    left: 40px;
    z-index: -1;
  }

  .product-item:nth-child(4) .item-intro img {
    position: absolute;
    width: 80px;
    right: 80px;
    top: -2px;
  }
}

.product-detail-section h1{
  font-size: 2.4rem;
  color: #406150;
  line-height: 1.6;
}

.owl-carousel{
  margin-bottom: 100px;
}
.tour-wrap{
  padding: 0 15px;
}
.tour-wrap a{
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
  color: #aaa;
}

.owl-nav .owl-prev {
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav .owl-next {
  right: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-item > div {
  cursor: pointer;
  margin: 5% 8%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .owl-item > div {
    margin: 5% 5%;
  }
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-item > div {
    margin: 0;
  }
}