:root {
  scroll-behavior: auto !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
}

.headermaintour {
  position: relative;
  background: url("../../images/home/background-home.jpg");
  background-size: cover;
}
.headermaintour .bgpage {
  width: 100%;
  position: relative;
  height: 650px;
  overflow: hidden;
}
.headermaintour .bgpage img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.headermaintour .bg-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 2;
  content: "";
}
.headermaintour .box-head {
  position: absolute;
  width: 100%;
  bottom: 25%;
  z-index: 3;
  padding: 40px;
  color: #fff;
}
.headermaintour .box-head h2 {
  color: #fff;
}
.headermaintour .box-head h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.btn {
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
}

.btn-booking {
  padding: 10px 30px;
  --bs-btn-color: #000;
  --bs-btn-bg: #fcd115;
  --bs-btn-border-color: #fcd115;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7c100;
  --bs-btn-hover-border-color: #f7c100;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fcd115;
  --bs-btn-active-border-color: #fcd115;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fcd115;
  --bs-btn-disabled-border-color: #fcd115;
}

.text-main {
  color: #fcd115;
}

@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;
  border-top-right-radius: 70px;
  padding: 20px;
}
.introduce .cover .big-cover::after {
  content: "";
  background-color: #f7c100;
  width: 95.3%;
  height: 85%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  border-radius: 5px;
  border-top-right-radius: 70px;
}
.introduce .cover .big-cover img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  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 0.3s ease;
  transform: perspective(200px) rotateX(-3deg) rotateY(-3deg) scale3d(1, 1, 1);
}
.introduce .box_support {
  position: relative;
  z-index: 3;
  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 {
  background: #fff9e5;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #fff solid;
  font-size: 15px;
  border-radius: 8px;
  min-height: 260px;
}
.introduce .box_support .attr_deff strong {
  min-height: 50px;
  display: block;
}
.introduce .box_support .attr_deff .icon_different {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px #313131 solid;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  margin: auto;
}
.introduce .box_support .attr_deff:hover .icon_different {
  background: #fcd115;
  color: #fff;
  border-color: #f7c100;
}

.listtour .one-tour {
  margin: 0 0 100px 0;
}
.listtour .one-tour small {
  font-size: 0.8rem;
}
.listtour .one-tour .price {
  color: #ff8800;
  font-weight: bold;
  font-size: 2rem;
}
.listtour .one-tour h3 {
  font-size: 1.5rem;
}
.listtour .one-tour .coverright {
  position: relative;
  padding: 30px;
}
.listtour .one-tour .coverright .img-main {
  padding: 7px;
  border-bottom-right-radius: 50px;
}
.listtour .one-tour .coverright .img-main img {
  position: relative;
  z-index: 1;
  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, #f7c100, #fff);
  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, #f7c100, #fff);
  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;
  border-radius: 10px;
  bottom: 0%;
  z-index: 2;
}
.listtour .one-tour .coverright .img-sub img {
  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;
  border-bottom-right-radius: 50px;
}
.listtour .one-tour .coverleft .img-main img {
  position: relative;
  z-index: 1;
  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, #f7c100, #fff);
  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, #f7c100, #fff);
  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;
  border-radius: 10px;
  bottom: 0%;
  z-index: 2;
}
.listtour .one-tour .coverleft .img-sub img {
  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 0.3s ease;
  transform: perspective(400px) rotateX(-4.59deg) rotateY(5.8deg) scale3d(1, 1, 1);
}
.listtour .tour-left:hover .img-main {
  transition: all 0.3s ease;
  transform: perspective(200px) rotateX(-3deg) rotateY(-3deg) scale3d(1, 1, 1);
}

.title_big {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
}

.sec_why .box-why {
  background: rgb(255, 253, 243);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px #f3f3f3 solid;
  min-height: 150px;
}
.sec_why .box-why svg {
  width: 85px;
  height: 85px;
}
.sec_why .box-why h4 {
  color: #fcd115;
}
.sec_why .box-why:hover h4 {
  color: #000;
}
.sec_why .box-why:hover {
  background: #fcd115;
}

.form-booking .cover {
  width: 140px;
  height: 140px;
  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 .box_talking .quote {
  background: #fff;
  padding: 25px;
  font-style: italic;
  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;
  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: #fcd115;
}

.tripad {
  width: 135px;
  height: 135px;
  overflow: hidden;
  margin: 0 auto;
}
.tripad img {
  width: 100%;
}

@keyframes iconJum {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
footer {
  background: #000;
  color: #fff;
}
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: rgb(231, 5, 204);
}
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: #fcd115;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fcd115;
}
footer .icon_info {
  color: #fcd115;
}
footer .text-main-social {
  font-family: "Montserrat", sans-serif;
  color: #fcd115;
}

.copyright {
  text-align: center;
  padding: 15px 0;
  border-top: 1px #313131 solid;
  background-color: #000;
  color: #fff;
}

/* sub tour ------------------*/
@keyframes image_parorama_subtour {
  0% {
    left: 0;
  }
  50% {
    left: -20%;
  }
  100% {
    left: 0%;
  }
}
.header_sub_tour {
  position: relative;
  background-image: url("../../images/home/background-home.jpg");
  background-size: cover;
  background-position: center;
}
.header_sub_tour .bgpage {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.header_sub_tour .bg-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  opacity: 0.3;
  z-index: 2;
  content: "";
}
.header_sub_tour .box-head {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 7%;
  z-index: 3;
  padding: 40px;
}
.header_sub_tour .box-head h2 {
  font-size: 20px;
}
.header_sub_tour .box-head h1 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}

.giatour small {
  font-weight: 700;
}
.giatour .price_tour {
  font-size: 2rem;
  color: #f7c100;
  font-weight: 700;
}

.sub_introduce {
  background: rgb(254, 255, 243);
}
.sub_introduce .box_cover {
  margin: 0 60px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
}
.sub_introduce .box_cover h5 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  padding: 3px 0 0 0;
}
.sub_introduce .box_cover .cover img {
  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: rgb(234, 126, 60);
  font-size: 30px;
}

.sec_destination {
  background: rgb(254, 255, 243);
}
.sec_destination .one-tour {
  margin: 0 0 0px 0;
}
.sec_destination .one-tour .price {
  color: #fcd115;
  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: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.sec_tour_plan {
  padding: 40px 0;
}
.sec_tour_plan .accordion-button {
  color: #4e1200;
  background: rgb(254, 255, 243);
  border: 1px #fcd115 solid;
}
.sec_tour_plan .accordion-button:not(.collapsed) {
  box-shadow: inset 1px 0 #e6e2de;
  background-color: #fcd115;
}

.sec_package {
  padding: 40px 0;
  background: rgb(254, 255, 243);
}
.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: #fcd115;
  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: #fcd115;
  font-size: 20px;
  vertical-align: middle;
}

/* end subtour --------*/
.faqs .accordion-flush .accordion-item .accordion-button,
.faqs .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 5px;
}
.faqs .accordion-button:not(.collapsed) {
  background-color: #ffda55;
}

@media (max-width: 767.98px) {
  .headermaintour .bgpage {
    height: 350px;
  }
  .headermaintour .bg-opacity {
    opacity: 0.3;
  }
  .headermaintour img {
    height: 100px;
  }
  .headermaintour .box-head {
    padding: 5px;
    bottom: 12%;
  }
  .headermaintour .box-head h2 {
    font-size: 1.2rem;
  }
  .headermaintour .box-head h1 {
    font-size: 1.5rem;
  }
  .headermaintour .box-head h3 {
    font-size: 1rem;
  }
  .headermaintour .box-head .bgtext {
    background-size: cover;
  }
  .title_big {
    font-size: 1.5rem;
  }
  .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;
    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: #fcd115;
    color: #fff;
    border-color: #f7c100;
  }
  .listtour .one-tour {
    margin: 0 0 70px 0;
  }
  .listtour .one-tour .price {
    color: #fcd115;
    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: #fcd115;
  }
  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 {
    font-size: 1.5rem;
  }
  .header_sub_tour .box-head h2 {
    font-size: 18px;
  }
  .header_sub_tour .box-head .bgtext {
    background-size: contain;
  }
  .header_sub_tour .box-head img {
    height: 100px;
  }
  .sub_introduce .box_cover {
    margin: 0 2% 20px 2%;
    padding: 5px;
    float: left;
    width: 46%;
  }
  .sub_introduce .box_cover .cover img {
    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: rgb(234, 126, 60);
    font-size: 30px;
  }
  .sec_destination {
    background: rgb(255, 248, 243);
  }
  .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: 1.8rem;
    text-transform: uppercase;
  }
  .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%;
    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;
    border-radius: 50%;
    border: 2px #313131 solid;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
  }
  .form-booking .cover {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
  }
  .form-booking .des {
    vertical-align: middle;
  }
  .talking-about .box_talking .quote {
    background: #fff;
    padding: 10px;
    font-style: italic;
    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;
    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: #fcd115;
  }
  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.3;
  }
  .header_sub_tour .box-head {
    bottom: 10%;
  }
  .header_sub_tour .box-head h2 {
    font-size: 18px;
  }
  .header_sub_tour .box-head h1 {
    font-size: 1.3rem;
  }
  .header_sub_tour .box-head .fixheadingmobile h1 {
    font-size: 1.1rem !important;
  }
  .header_sub_tour .box-head .fixheadingmobile h2 {
    font-size: 1rem !important;
  }
  .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: rgb(234, 126, 60);
    font-size: 30px;
  }
  .sec_destination .one-tour {
    margin: 0 0 20px 0;
  }
  .sec_destination .one-tour .price {
    color: #fcd115;
    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-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  /* end subtour ipad--------*/
}/*# sourceMappingURL=style.css.map */