:root {
  scroll-behavior: auto !important; }

body {
  font-family: 'Arima', cursive;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 700; }

.headermaintour {
  position: relative; }
  .headermaintour .bgpage {
    width: 100%;
    position: relative;
    height: 740px;
    overflow: hidden; }
    .headermaintour .bgpage img {
      position: relative;
      z-index: 1;
      height: 100%;
      width: auto;
      animation-name: image_parorama;
      animation-duration: 60s;
      animation-iteration-count: infinite; }
  .headermaintour .bg-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff3e3;
    opacity: 0.2;
    z-index: 2;
    content: ''; }
  .headermaintour .box-head {
    position: absolute;
    width: 100%;
    bottom: 25%;
    z-index: 3;
    padding: 40px; }
	.box-head img{height:100px;}
    .headermaintour .box-head h2 {
      color: #f8951d; }
    .headermaintour .box-head h1 {
      font-family: 'Caveat', cursive;
      font-size: 70px;
      font-weight: bold; }
    .headermaintour .box-head .bgtext {
      background: transparent url("../../images/home/in-1.png") no-repeat center center; }

.btn {
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600; }

.btn-booking {
  padding: 10px 30px;
  --bs-btn-color: #fff;
  --bs-btn-bg: #ea6224;
  --bs-btn-border-color: #dc8035;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e25d25;
  --bs-btn-hover-border-color: #e07f25;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d08030;
  --bs-btn-active-border-color: #d57031;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc8335;
  --bs-btn-disabled-border-color: #dc7535; }

.text-main {
  color: #f8951d; }

@keyframes image_parorama {
  0% {
    left: 0; }
  50% {
    left: -30%; }
  100% {
    left: 0%; } }
@keyframes hoverSkewImage {
  from {
    transform: scale(10deg); }
  to {
    transform: scale(0); } }
@keyframes hoverImageRotate {
  from {
    transform: rotate(-10deg); }
  to {
    transform: rotate(0); } }
@keyframes unhoverImageRotate {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(-10deg); } }
.introduce {
  position: relative; }
  .introduce .cover {
    position: relative; }
    .introduce .cover .big-cover {
      position: relative;
      -webkit-border-top-right-radius: 70px;
      -moz-border-radius-topright: 70px;
      border-top-right-radius: 70px;
      padding: 20px; }
      .introduce .cover .big-cover::after {
        content: '';
        background-color: #ffb357;
        width: 95.3%;
        height: 85%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        border-radius: 5px;
        -webkit-border-top-right-radius: 70px;
        -moz-border-radius-topright: 70px;
        border-top-right-radius: 70px; }
      .introduce .cover .big-cover img {
        position: relative;
        z-index: 1;
        border-radius: 5px;
        -webkit-border-top-right-radius: 70px;
        -moz-border-radius-topright: 70px;
        border-top-right-radius: 70px; }
    .introduce .cover .sub-cover {
      position: absolute;
      width: 30%;
      bottom: -10%;
      right: 8%;
      transform: rotate(-10deg);
      z-index: 2;
      border: 7px solid #fff;
      border-radius: 5px;
      box-shadow: #ccc 0px 0px 5px;
      animation-name: unhoverImageRotate;
      animation-duration: 0.5s; }
  .introduce:hover .sub-cover {
    animation-name: hoverImageRotate;
    animation-duration: 0.5s;
    transform: rotate(0); }
  .introduce:hover .big-cover {
    transition: all .3s ease;
    transform: perspective(200px) rotateX(-3deg) rotateY(-3deg) scale3d(1, 1, 1); }
  .introduce .box_support {
    position: absolute;
    bottom: 6%;
    left: 10%;
    z-index: 3;
    box-shadow: #ccc 0 0 7px;
    background: #f5f5f5;
    padding: 20px;
    width: 60%;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px; }
    .introduce .box_support .attr_deff .icon_different {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px #313131 solid;
      text-align: center;
      line-height: 60px;
      font-size: 25px; }
    .introduce .box_support .attr_deff:hover .icon_different {
      background: #f8951d;
      color: #fff;
      border-color: #ffb357; }

.listtour {
  background: #fff8f3; }
  .listtour .one-tour {
    margin: 0 0 70px 0; }
    .listtour .one-tour .price {
      color: #f8951d;
      font-weight: bold; }
    .listtour .one-tour .coverright {
      position: relative;
      padding: 30px; }
      .listtour .one-tour .coverright .img-main {
        padding: 7px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-bottomright: 50px;
        border-bottom-right-radius: 50px; }
        .listtour .one-tour .coverright .img-main img {
          position: relative;
          z-index: 1;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
        .listtour .one-tour .coverright .img-main::before {
          content: '';
          width: 130px;
          height: 130px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background-image: linear-gradient(to bottom right, #ffb357, #fff);
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
        .listtour .one-tour .coverright .img-main::after {
          content: '';
          width: 130px;
          height: 130px;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 0;
          background-image: linear-gradient(to top left, #ffb357, #fff);
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
      .listtour .one-tour .coverright .img-sub {
        position: absolute;
        width: 130px;
        overflow: hidden;
        border: 5px #fff solid;
        box-shadow: 0 0 5px #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        bottom: 0%;
        z-index: 2; }
        .listtour .one-tour .coverright .img-sub img {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
      .listtour .one-tour .coverright .img-1 {
        left: 0%;
        transform: rotate(5deg); }
      .listtour .one-tour .coverright .img-2 {
        left: 23%;
        transform: rotate(-10deg); }
      .listtour .one-tour .coverright .img-3 {
        left: 47%;
        transform: rotate(3deg); }
    .listtour .one-tour .coverleft {
      position: relative;
      padding: 30px; }
      .listtour .one-tour .coverleft .img-main {
        padding: 7px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-bottomright: 50px;
        border-bottom-right-radius: 50px; }
        .listtour .one-tour .coverleft .img-main img {
          position: relative;
          z-index: 1;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
        .listtour .one-tour .coverleft .img-main::before {
          content: '';
          width: 130px;
          height: 130px;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 0;
          background-image: linear-gradient(to bottom left, #ffb357, #fff);
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
        .listtour .one-tour .coverleft .img-main::after {
          content: '';
          width: 130px;
          height: 130px;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 0;
          background-image: linear-gradient(to top right, #ffb357, #fff);
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
      .listtour .one-tour .coverleft .img-sub {
        position: absolute;
        width: 130px;
        overflow: hidden;
        border: 5px #fff solid;
        box-shadow: 0 0 5px #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        bottom: 0%;
        z-index: 2; }
        .listtour .one-tour .coverleft .img-sub img {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
      .listtour .one-tour .coverleft .img-1 {
        right: 0%;
        transform: rotate(5deg); }
      .listtour .one-tour .coverleft .img-2 {
        right: 23%;
        transform: rotate(-10deg); }
      .listtour .one-tour .coverleft .img-3 {
        right: 43%;
        transform: rotate(-10deg); }
  .listtour .tour-right:hover .img-main {
    transition: all .3s ease;
    transform: perspective(400px) rotateX(-4.59deg) rotateY(5.8deg) scale3d(1, 1, 1); }
  .listtour .tour-left:hover .img-main {
    transition: all .3s ease;
    transform: perspective(200px) rotateX(-3deg) rotateY(-3deg) scale3d(1, 1, 1); }

.title_big {
  font-family: "Caveat", cursive;
  font-size: 50px; }

.sec_why .box-why {
  background: #fff8f3;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px; }
  .sec_why .box-why svg {
    width: 85px;
    height: 85px; }
  .sec_why .box-why h4 {
    color: #f8951d; }

.form-booking .cover {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  vertical-align: middle; }
.form-booking .des {
  vertical-align: middle; }
.form-booking .validate-text {
  font-size: 14px;
  font-style: italic; }

.talking-about {
  background: #fff8f3; }
  .talking-about .box_talking .quote {
    background: #fff;
    padding: 25px;
    font-style: italic;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .talking-about .box_talking .info-person {
    margin-top: 20px; }
    .talking-about .box_talking .info-person .cover {
      width: 100px;
      height: 100px;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      float: left;
      margin-right: 5%; }
  .talking-about .box_talking .fromcountry {
    font-size: 16px;
    color: #727272; }
  .talking-about .box_talking:hover .quote {
    box-shadow: 0 0 10px #ccc; }
  .talking-about .box_talking:hover .info-person .cover {
    box-shadow: 0 0 10px #ccc; }
  .talking-about .box_talking:hover .info-person h5 {
    color: #f8951d; }

@keyframes iconJum {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
footer .box_icon_social {
  text-align: center; }
  footer .box_icon_social .icon {
    font-size: 40px;
    position: relative;
    height: 60px; }
    footer .box_icon_social .icon i {
      position: absolute;
      left: 35%; }
  footer .box_icon_social .icon_facebook {
    color: #1d76eb; }
  footer .box_icon_social .icon_twitter {
    color: #38a6ff; }
  footer .box_icon_social .icon_instagram {
    color: #e705cc; }
  footer .box_icon_social:hover .icon {
    position: relative;
    height: 60px; }
    footer .box_icon_social:hover .icon i {
      animation-name: iconJum;
      animation-duration: 1s; }
  footer .box_icon_social:hover a {
    color: #f8951d; }
  footer .box_icon_social a {
    color: #313131;
    text-decoration: none; }
footer .icon_info {
  color: #f8951d; }
footer .text-main-social {
  font-family: "Caveat", cursive;
  color: #f8951d; }

.copyright {
  background: #fff8f3;
  text-align: center;
  padding: 15px 0; }

/* sub tour ------------------*/
@keyframes image_parorama_subtour {
  0% {
    left: 0; }
  50% {
    left: -20%; }
  100% {
    left: 0%; } }
.header_sub_tour {
  position: relative; }
  .header_sub_tour .bgpage {
    width: 100%;
    position: relative;
    height: 540px;
    overflow: hidden; }
    .header_sub_tour .bgpage img {
      position: relative;
      z-index: 1;
      width: 100%; }
  .header_sub_tour .bg-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff3e3;
    opacity: 0.5;
    z-index: 2;
    content: ''; }
  .header_sub_tour .box-head {
    position: absolute;
    width: 100%;
    bottom: 20%;
    z-index: 3;
    padding: 40px; }
    .header_sub_tour .box-head h2 {
      font-size: 20px; }
    .header_sub_tour .box-head h1 {
      font-size: 30px;
      font-weight: bold;
      color: #f8951d;
      margin-top: 20px; }
    .header_sub_tour .box-head .bgtext {
      background: transparent url("../../images/in-12.png") no-repeat center center; }

.sub_introduce {
  background: #fff8f3; }
  .sub_introduce .box_cover {
    margin: 0 60px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc; }
    .sub_introduce .box_cover h5 {
      font-size: 20px;
      font-family: "Caveat", cursive;
      padding: 3px 0 0 0; }
    .sub_introduce .box_cover .cover img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
  .sub_introduce .cover-1 {
    transform: rotate(10deg); }
  .sub_introduce .cover-2 {
    transform: rotate(-10deg); }
  .sub_introduce .cover-3 {
    transform: rotate(-10deg); }
  .sub_introduce .cover-4 {
    transform: rotate(10deg); }

.sub_waiting .box-waiting {
  text-align: center;
  padding: 30px 40px;
  font-size: 14px; }
  .sub_waiting .box-waiting .icon {
    height: 55px;
    vertical-align: middle; }
    .sub_waiting .box-waiting .icon svg {
      width: 55px; }
    .sub_waiting .box-waiting .icon i {
      color: #ea7e3c;
      font-size: 30px; }

.sec_destination {
  background: #fff8f3; }
  .sec_destination .one-tour {
    margin: 0 0 0px 0; }
    .sec_destination .one-tour .price {
      color: #f8951d;
      font-weight: bold; }
    .sec_destination .one-tour .coverright {
      position: relative;
      padding: 10px; }
    .sec_destination .one-tour .coverleft {
      position: relative;
      padding: 10px; }
    .sec_destination .one-tour h4 {
      font-family: "Caveat", cursive;
      font-size: 35px;
      font-weight: 700; }

.sec_tour_plan {
  padding: 40px 0; }
  .sec_tour_plan .accordion-button {
    color: #4e1200;
    background-color: #ffe9cf; }
  .sec_tour_plan .accordion-button:not(.collapsed) {
    box-shadow: inset 1px 0 #e6e2de;
    background-color: #f8951d;
    color: #fff; }

.sec_package {
  padding: 40px 0;
  background: #fff8f3; }
  .sec_package .box_package {
    padding-bottom: 30px; }
    .sec_package .box_package h3 {
      font-size: 18px;
      position: relative;
      padding: 10px 0; }
      .sec_package .box_package h3::before {
        content: '';
        position: absolute;
        width: 150px;
        background: #f8951d;
        bottom: 0;
        left: 0;
        padding-top: 1px; }
    .sec_package .box_package svg {
      height: 35px;
      width: auto;
      vertical-align: middle; }
    .sec_package .box_package i {
      color: #f8951d;
      font-size: 20px;
      vertical-align: middle; }

/* end subtour --------*/
@media (max-width: 767.98px) {
  .headermaintour .bgpage {
    height: 350px; }
  .headermaintour .bg-opacity {
    opacity: 0.8; }
  .headermaintour .box-head {
    padding: 5px;
    bottom: 12%; }
    .headermaintour .box-head h2 {
      font-size: 20px; }
    .headermaintour .box-head h1 {
      font-size: 35px; }
    .headermaintour .box-head h3 {
      font-size: 20px; }
    .headermaintour .box-head .bgtext {
      background-size: cover; }

  .title_big {
    font-size: 35px; }

  .introduce {
    position: relative; }
    .introduce .box-content .des {
      text-align: justify; }
    .introduce .box_support {
      position: relative;
      bottom: 0;
      left: 0;
      box-shadow: #ccc 0 0 7px;
      margin-top: 20px;
      padding: 20px;
      width: 100%;
      -webkit-border-top-left-radius: 25px;
      -webkit-border-bottom-right-radius: 25px;
      -moz-border-radius-topleft: 25px;
      -moz-border-radius-bottomright: 25px;
      border-top-left-radius: 25px;
      border-bottom-right-radius: 25px; }
      .introduce .box_support .attr_deff {
        margin-bottom: 20px;
        border-bottom: 1px #fff solid;
        padding-bottom: 20px; }
        .introduce .box_support .attr_deff .icon_different {
          width: 60px;
          height: 60px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 2px #313131 solid;
          text-align: center;
          line-height: 60px;
          font-size: 25px; }
        .introduce .box_support .attr_deff:hover .icon_different {
          background: #f8951d;
          color: #fff;
          border-color: #ffb357; }

  .listtour {
    background: #fff8f3; }
    .listtour .one-tour {
      margin: 0 0 70px 0; }
      .listtour .one-tour .price {
        color: #f8951d;
        font-weight: bold; }
      .listtour .one-tour .coverright {
        position: relative;
        padding: 20px; }
        .listtour .one-tour .coverright .img-sub {
          width: 80px; }
      .listtour .one-tour .coverleft {
        position: relative;
        padding: 20px; }
        .listtour .one-tour .coverleft .img-sub {
          width: 80px; }
      .listtour .one-tour:last-child {
        margin: 0 0 0 0; }

  .form-booking .text-main {
    width: 100%;
    float: left; }
  .form-booking .des {
    text-align: center; }
  .form-booking .smallfont {
    font-size: 14px; }

  .talking-about .box_talking .info-person {
    margin-top: 20px;
    margin-bottom: 50px; }

  footer .box_icon_social {
    text-align: center;
    font-size: 12px; }
    footer .box_icon_social .icon {
      font-size: 30px;
      position: relative;
      height: 40px; }
      footer .box_icon_social .icon img {
        height: 30px; }
    footer .box_icon_social:hover .icon {
      position: relative;
      height: 60px; }
    footer .box_icon_social:hover a {
      color: #f8951d; }
    footer .box_icon_social a {
      color: #313131;
      text-decoration: none; }
  footer .text-main {
    text-align: center; }
  footer .text-main-social {
    text-align: center; }

  /* sub tour mobile------------------*/
  .header_sub_tour {
    position: relative; }
    .header_sub_tour .bgpage {
      height: 400px; }
      .header_sub_tour .bgpage img {
        height: 100%; }
    .header_sub_tour .bg-opacity {
      opacity: 0.9; }
    .header_sub_tour .box-head {
      bottom: 17%;
      padding: 10px; }
      .header_sub_tour .box-head h1 {
        color: #f8951d;
        font-size: 20px; }
      .header_sub_tour .box-head h2 {
        font-size: 18px; }
      .header_sub_tour .box-head .bgtext {
        background-size: contain; }

  .sub_introduce .box_cover {
    margin: 0 2% 20px 2%;
    padding: 5px;
    float: left;
    width: 46%; }
    .sub_introduce .box_cover .cover img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

  .sub_waiting .box-waiting {
    text-align: center;
    padding: 10px 0px;
    font-size: 14px; }
    .sub_waiting .box-waiting .icon svg {
      width: 55px; }
    .sub_waiting .box-waiting .icon i {
      color: #ea7e3c;
      font-size: 30px; }

  .sec_destination {
    background: #fff8f3; }
    .sec_destination .one-tour {
      margin: 0 0 30px 0; }
      .sec_destination .one-tour .coverright {
        position: relative;
        padding: 10px; }
        .sec_destination .one-tour .coverright .img-main::before {
          width: 120px;
          height: 120px; }
        .sec_destination .one-tour .coverright .img-main::after {
          width: 120px;
          height: 120px; }
      .sec_destination .one-tour .coverleft {
        position: relative;
        padding: 10px; }
        .sec_destination .one-tour .coverleft .img-main::before {
          width: 120px;
          height: 120px; }
        .sec_destination .one-tour .coverleft .img-main::after {
          width: 120px;
          height: 120px; }

  /* end subtour mobile--------*/ }
@media (max-width: 991.98px) {
  .headermaintour .bgpage {
    height: 450px; }
  .headermaintour .box-head {
    bottom: 12%; }
    .headermaintour .box-head .bgtext {
      background-size: cover; }

  .title_big {
    font-size: 35px; }

  .introduce {
    position: relative; }
    .introduce .box_support {
      position: relative;
      bottom: 0;
      left: 0;
      box-shadow: #ccc 0 0 7px;
      margin-top: 20px;
      padding: 20px;
      width: 100%;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px; }
      .introduce .box_support .attr_deff {
        border-bottom: 0 #fff solid;
        font-size: 15px; }
        .introduce .box_support .attr_deff .icon_different {
          width: 40px;
          height: 40px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 2px #313131 solid;
          text-align: center;
          line-height: 40px;
          font-size: 20px; }

  .form-booking .cover {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle; }
  .form-booking .des {
    vertical-align: middle; }

  .talking-about {
    background: #fff8f3; }
    .talking-about .box_talking .quote {
      background: #fff;
      padding: 10px;
      font-style: italic;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      font-size: 15px; }
    .talking-about .box_talking .info-person {
      margin-top: 20px; }
      .talking-about .box_talking .info-person .cover {
        width: 30px;
        height: 30px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        float: left;
        margin-right: 5%; }

  footer .box_icon_social {
    text-align: center;
    font-size: 12px; }
    footer .box_icon_social .icon {
      font-size: 25px;
      position: relative;
      height: 40px; }
      footer .box_icon_social .icon img {
        height: 25px; }
    footer .box_icon_social:hover .icon {
      position: relative;
      height: 60px; }
    footer .box_icon_social:hover a {
      color: #f8951d; }
    footer .box_icon_social a {
      color: #313131;
      text-decoration: none; }
  footer .text-main {
    text-align: center; }
  footer .text-main-social {
    text-align: center; }

  /* sub tour ipad------------------*/
  .header_sub_tour {
    position: relative; }
    .header_sub_tour .bgpage {
      height: 400px; }
    .header_sub_tour .bg-opacity {
      opacity: 0.8; }
    .header_sub_tour .box-head {
      bottom: 10%; }
      .header_sub_tour .box-head h2 {
        font-size: 18px; }
      .header_sub_tour .box-head h1 {
        font-size: 20px; }
      .header_sub_tour .box-head .bgtext {
        background: transparent url("../../images/in-1.png") no-repeat center center;
        background-size: contain; }

  .sub_introduce {
    background: #fff8f3; }
    .sub_introduce .box_cover {
      margin: 0 0px; }

  .sub_waiting .box-waiting {
    text-align: center;
    padding: 30px 0px;
    font-size: 14px; }
    .sub_waiting .box-waiting .icon svg {
      width: 55px; }
    .sub_waiting .box-waiting .icon i {
      color: #ea7e3c;
      font-size: 30px; }

  .sec_destination {
    background: #fff8f3; }
    .sec_destination .one-tour {
      margin: 0 0 0px 0; }
      .sec_destination .one-tour .price {
        color: #f8951d;
        font-weight: bold; }
      .sec_destination .one-tour .coverright {
        position: relative;
        padding: 10px; }
        .sec_destination .one-tour .coverright .img-main::before {
          width: 70px;
          height: 70px; }
        .sec_destination .one-tour .coverright .img-main::after {
          width: 70px;
          height: 70px; }
      .sec_destination .one-tour .coverleft {
        position: relative;
        padding: 10px; }
        .sec_destination .one-tour .coverleft .img-main::before {
          width: 70px;
          height: 70px; }
        .sec_destination .one-tour .coverleft .img-main::after {
          width: 70px;
          height: 70px; }
      .sec_destination .one-tour h4 {
        font-family: "Caveat", cursive;
        font-size: 35px;
        font-weight: 700; }

  /* end subtour ipad--------*/ }

/*# sourceMappingURL=style.css.map */
