@charset "UTF-8";
@font-face {
  font-family: 'SVN-Aptima';
  src: url("../font/SVN-Aptima.eot");
  /* IE9+ Compat Modes */
  src: url("../font/SVN-Aptima.eot?#iefix") format("embedded-opentype"), url("../font/SVN-Aptima.woff2") format("woff2"), url("../font/SVN-Aptima.woff") format("woff"), url("../font/SVN-Aptima.ttf") format("truetype"), url("../font/SVN-Aptima.svg#FontName") format("svg");
  /* Legacy iOS */ }
:root {
  scroll-behavior: auto !important; }

body {
  font-family: 'SVN-Aptima';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #313131; }

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 500;
  color: #000; }

.text-justify {
  text-align: justify; }

section {
  padding: 65px 0; }

.headermaintour {
  position: relative; }
  .headermaintour .bgpage {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 540px; }
    .headermaintour .bgpage img {
      position: relative;
      z-index: 1;
      width: auto; }
  .headermaintour .bg-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #313131;
    opacity: 0.3;
    z-index: 2;
    content: ''; }
  .headermaintour .box-head {
    position: absolute;
    width: 100%;
    top: 23%;
    z-index: 3;
    padding: 30px; }
    .headermaintour .box-head h2 {
      color: #fff;
      font-size: 25px;
      font-family: "Philosopher", system-ui;
      margin-top: 30px; }
    .headermaintour .box-head h3 {
      font-size: 20px;
      color: #fff;
      font-weight: 400; }
    .headermaintour .box-head h1 {
      font-family: "Philosopher", system-ui;
      font-size: 48px;
      font-weight: bold;
      color: #fff; }
  .headermaintour .logo {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    z-index: 5; }
  .headermaintour .btn-booking-head {
    position: absolute;
    bottom: 25%;
    text-align: center;
    z-index: 5;
    width: 100%; }

.headermaintour .btn-booking-head {
    position: static !important;
    margin-top: 32px !important;
    width: auto; }

.btn {
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  padding: 15px 40px !important; }

.btn-booking {
  --bs-btn-color: #fff;
  --bs-btn-bg: #750612;
  --bs-btn-border-color: #7c0a15;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #860815;
  --bs-btn-hover-border-color: #750612;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8b0614;
  --bs-btn-active-border-color: #750612;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #750612;
  --bs-btn-disabled-border-color: #750612; }

.icon-ui-browser {
  background: url("../../images/ui-browser.png") no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain; }

.text-main {
  color: #750612; }

.form-check-input:checked {
  background-color: #750612;
  border-color: #6e020c; }

/* Shine */
figure {
  position: relative;
  margin: 0; }

figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

figure:hover::before {
  -webkit-animation: shine 1;
  animation: shine 1s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
@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); } }
@keyframes zoomImage {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.2); } }
.introduce {
  position: relative;
  background: #fff;
  background-size: cover; }
  .introduce .bg-section {
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 0;
    opacity: 0.2; }
  .introduce .box-content {
    position: relative;
    z-index: 2; }
  .introduce .box_support {
    position: absolute;
    bottom: -7%;
    left: 8%;
    z-index: 3;
    box-shadow: #ccc 0 0 7px;
    padding: 20px;
    width: 55%;
    background: #750612 top center;
    background-size: cover;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-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 #fff solid;
      text-align: center;
      line-height: 60px;
      font-size: 25px; }
    .introduce .box_support .attr_deff:hover .icon_different {
      background: #fff;
      color: #750612;
      border-color: #f2f2f2; }
    .introduce .box_support .attr_deff .number {
      font-size: 25px;
      font-family: "Philosopher", system-ui;
      color: #fff;
      font-weight: 900; }
  .introduce .cover_sec {
    position: relative; }
    .introduce .cover_sec .box {
      width: 85%;
      display: flex;
      align-items: center;
      position: relative;
      box-sizing: border-box;
      color: #FFF;
      background: #000;
      margin-top: -25%;
      background-clip: padding-box;
      /* !importanté */
      border: solid 10px transparent;
      /* !importanté */
      border-radius: 2em;
      box-shadow: 0 5px 5px #ccc; }
      .introduce .cover_sec .box img {
        border-radius: 1.5em; }
    .introduce .cover_sec .box-2 {
      width: 75%;
      position: absolute;
      bottom: -50%;
      right: 0%;
      z-index: 1;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      color: #FFF;
      background: #000;
      background-clip: padding-box;
      /* !importanté */
      border: solid 10px transparent;
      /* !importanté */
      border-radius: 2em;
      box-shadow: 0 5px 5px #ccc; }
      .introduce .cover_sec .box-2:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -10px;
        /* !importanté */
        border-radius: inherit;
        /* !importanté */
        background: #fff; }
      .introduce .cover_sec .box-2 img {
        border-radius: 1.5em; }

.sec_why {
  position: relative;
  background: #e8e8e8; }
  .sec_why .content_why h2 {
    font-family: "Philosopher", system-ui; }
  .sec_why .content_why .icon {
    border: 1px #750612 solid;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    background: #750612;
    margin: auto; }
  .sec_why .content_why .box_why {
    padding: 30px 10px;
    border-radius: 15px;
    background: #750612;
    min-height: 245px;
    margin-bottom: 15px;
    background: #fff; }
    .sec_why .content_why .box_why h4 {
      font-size: 18px;
      color: #750612;
      margin-bottom: 15px; }
    .sec_why .content_why .box_why img.invert {
      filter: invert(1);
      /* or to blue */
      filter: invert(1) sepia(1) saturate(0) hue-rotate(888deg); }
  .sec_why .train {
    position: relative; }
    .sec_why .train video {
      border-radius: 20px;
      overflow: hidden; }
    .sec_why .train .btn-more-train {
      text-align: center;
      margin-top: 20px; }
  .sec_why .video {
    position: relative;
    border-radius: 20px;
    overflow: hidden; }
    .sec_why .video .btn-play {
      position: absolute;
      margin: auto;
      top: 45%;
      left: 45%;
      z-index: 3;
      width: 75px;
      height: 75px;
      border: 2px #fcfcfc solid;
      border-radius: 50%;
      line-height: 84px;
      text-align: center;
      color: #fff; }
      .sec_why .video .btn-play:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
        animation: heartBeat;
        animation-duration: 2s; }

.sec_testimonial .box_testimonial {
  background: #e6e2de;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  margin: 0 30px; }
  .sec_testimonial .box_testimonial a {
    color: #000;
    text-decoration: none; }
  .sec_testimonial .box_testimonial .quote {
    color: #750612; }
  .sec_testimonial .box_testimonial .star {
    color: #f0b400;
    font-size: 22px; }
  .sec_testimonial .box_testimonial h3 {
    height: 50px;
    font-size: 23px; }
  .sec_testimonial .box_testimonial .text {
    min-height: 100px; }
.sec_testimonial .des {
  width: 80%;
  margin: auto;
  text-align: center; }
.sec_testimonial .slick-prev,
.sec_testimonial .slick-next {
  width: 40px;
  height: 40px;
  color: #000 !important;
  font-size: 30px; }
  .sec_testimonial .slick-prev:before,
  .sec_testimonial .slick-next:before {
    content: ''; }

#heroVideoBg {
  width: 70%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
  margin: auto;
  border-radius: 10px;
  overflow: hidden; }

.title_big {
  font-family: "Philosopher", system-ui;
  font-size: 40px; }

.destination {
  background: #e8e8e8; }
  .destination .box_destination {
    margin-bottom: 30px;
    padding: 0 20px; }
    .destination .box_destination .cover {
      border-radius: 15px;
      overflow: hidden;
      position: relative; }
      .destination .box_destination .cover .title_box {
        position: absolute;
        top: 0%;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 20px;
        padding-top: 10%;
        font-size: 25px !important;
        background: white;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
        text-shadow: 0 0 7px #fff; }
    .destination .box_destination h4 {
      margin: 20px 0;
      font-size: 18px;
      text-transform: uppercase;
      text-align: center; }
    .destination .box_destination .des {
      width: 100%;
      z-index: 2;
      position: relative;
      text-align: justify; }
    .destination .box_destination:hover img {
      animation: zoomImage;
      animation-duration: 1s;
      transform: scale(1.2); }
    .destination .box_destination:hover .title_box {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%); }

.gj-cursor-pointer div {
  color: #fff !important;
  background: #9f0212;
  border-radius: 3px; }
.gj-cursor-pointer:hover div {
  background: #d8051a !important; }

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  background: gold !important; }

.sec_tour_plan {
  padding: 40px 0;
  position: relative; }
  .sec_tour_plan .itinerary {
    z-index: 2;
    position: relative; }
  .sec_tour_plan .tab-content {
    border-radius: 5px;
    overflow: hidden; }
  .sec_tour_plan .accordion-button {
    color: #4e1200;
    background-color: #F9F9F9; }
  .sec_tour_plan .accordion-button:not(.collapsed) {
    box-shadow: inset 1px 0 #e6e2de;
    background-color: #750612;
    color: #fff; }
  .sec_tour_plan .nav-pills .nav-link {
    border-radius: 30px;
    color: #313131;
    border: 1px #750612 solid;
    margin: 0 10px;
    width: 300px; }
    .sec_tour_plan .nav-pills .nav-link.active {
      background-color: #750612;
      color: #fff; }
    .sec_tour_plan .nav-pills .nav-link:hover {
      background-color: #9f0212;
      color: #fff; }
  .sec_tour_plan .map {
    border-radius: 10px;
    padding: 5px;
    background-color: #f2f2f2;
    box-shadow: 0 3px 5px #ccc; }
    .sec_tour_plan .map .map_content {
      width: 100%;
      height: 100%;
      border-radius: 9px;
      overflow: hidden;
      background: #ebd49f; }

.box_include {
  padding: 10px 30px; }
  .box_include strong {
    color: #750612; }

.gj-modal .btn {
  padding: 10px 25px !important; }

.form-booking {
  position: relative;
  background: #e8e8e8; }
  .form-booking .cover {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    border: 5px solid #fff; }
  .form-booking .des {
    vertical-align: middle; }
  .form-booking .validate-text {
    font-size: 14px;
    font-style: italic; }

.talking-about {
  background: #F9F9F9;
  position: relative; }
  .talking-about .bg-hanoi {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.3; }
  .talking-about .box_talking {
    position: relative;
    z-index: 1; }
    .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: #750612; }

@keyframes iconJum {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
.bannerMainSlide {
  position: relative; }
  .bannerMainSlide .banner_content {
    padding: 65px 0;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2; }
    .bannerMainSlide .banner_content h3 {
      margin-top: 30px;
      color: #fff;
      font-size: 2.3rem; }
    .bannerMainSlide .banner_content h2 {
      margin-top: 30px;
      color: #fff;
      font-size: 1.7rem;
      font-family: "Philosopher", system-ui; }
    .bannerMainSlide .banner_content h4 {
      color: #fff;
      margin-top: 30px; }
    .bannerMainSlide .banner_content .btn_booking_banner {
      margin-top: 50px; }
  .bannerMainSlide .banner {
    position: relative;
    top: 0;
    left: 0; }

.bannerMain {
  position: relative; }
  .bannerMain .banner_content {
    padding: 65px 0;
    width: 100%;
    color: #fff;
    position: relative;
    top: 0%;
    left: 0%;
    z-index: 2; }
    .bannerMain .banner_content h3 {
      margin-top: 30px;
      color: #fff;
      font-size: 20px; }
    .bannerMain .banner_content h2 {
      margin-top: 30px;
      color: #fff;
      font-size: 28px;
      font-family: "Philosopher", system-ui; }
    .bannerMain .banner_content h4 {
      color: #fff;
      margin-top: 30px; }
    .bannerMain .banner_content .btn_booking_banner {
      margin-top: 45px; }
  .bannerMain .banner {
    position: absolute;
    top: 0;
    left: 0; }

footer {
  background: #750612;
  color: #fff; }
  footer .box_icon_social {
    text-align: center;
    padding: 10px;
    font-size: 14px; }
    footer .box_icon_social .icon {
      font-size: 30px;
      position: relative;
      height: 40px;
      color: #fff; }
      footer .box_icon_social .icon i {
        position: absolute;
        left: 35%; }
    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: #f2f2f2; }
    footer .box_icon_social a {
      color: #fff;
      text-decoration: none; }
  footer .icon_info {
    color: #750612; }
  footer .text-main-social {
    font-family: "Philosopher", system-ui;
    color: #750612; }
  footer a {
    color: #fff; }

.modal-content {
  background: #f2f2f2;
  background: #fff8e2;
  background: linear-gradient(23deg, #fffde8 0%, white 47%, #fffdf4 96%); }
  .modal-content h4 {
    color: #750612; }
  .modal-content .carousel {
    border-radius: 10px;
    overflow: hidden; }
  .modal-content .modal-bodypopup {
    overflow-y: scroll;
    height: 600px; }
    .modal-content .modal-bodypopup::-webkit-scrollbar {
      width: 15px; }
    .modal-content .modal-bodypopup::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      border-radius: 5px; }
    .modal-content .modal-bodypopup::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); }

.copyright {
  background: #6e020c;
  text-align: center;
  padding: 15px 0;
  color: #fff; }

/* Dropdown Button */
.dropbtn {
  background-color: #fff;
  padding: 0px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #ffffff; }

/* The search field */
#myInput {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 7px 20px;
  border: none;
  border-bottom: 1px solid #ddd; }

/* The search field when it gets focus/clicked on */
#myInput:focus {
  outline: 3px solid #ddd; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content,
.dropdown .dropdown-content,
.input-group-text .dropdown-content,
#myDropdown {
  display: none !important;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 280px;
  max-height: 320px !important;
  height: auto !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  border: 1px solid #ddd;
  z-index: 1000;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); }

/* Links inside the dropdown */
.dropdown-content span {
  color: black;
  text-align: left;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  white-space: nowrap; }

.dropdown-content span:hover {
  background-color: #e9ecef; }

/* Search input trong dropdown */
.dropdown-content #myInput {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  position: sticky;
  top: 0;
  background: #f6f6f6;
  z-index: 1; }


/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1; }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.dropdown .dropdown-content.show,
.input-group-text .dropdown-content.show,
#myDropdown.show {
  display: block !important;
  max-height: 320px !important;
  height: 320px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important; }

/* Force scrollbar style */
.dropdown-content::-webkit-scrollbar {
  width: 8px; }

.dropdown-content::-webkit-scrollbar-track {
  background: #f1f1f1; }

.dropdown-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px; }

.dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #555; }

/* FORCE DROPDOWN SCROLL - FINAL OVERRIDE */
div#myDropdown {
  max-height: 320px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

div#myDropdown.show {
  max-height: 320px !important;
  height: auto !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  display: block !important;
}

@keyframes image_parorama_subtour {
  0% {
    left: 0; }
  50% {
    left: -20%; }
  100% {
    left: 0%; } }
@media (max-width: 767.98px) {
  .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 !important; }
      .headermaintour .bgpage .carousel {
        height: 100%; }
        .headermaintour .bgpage .carousel .carousel-inner {
          height: 100%;
          width: auto !important; }
          .headermaintour .bgpage .carousel .carousel-inner .carousel-item {
            height: 100% !important; }
            .headermaintour .bgpage .carousel .carousel-inner .carousel-item .banner-img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              /* Dịch chuyển ảnh ngược lại một nửa kích thước của nó */
              max-height: 100%;
              width: auto;
              height: auto; }
    .headermaintour .logo {
      top: 10%; }
      .headermaintour .logo img {
        height: 65px; }
    .headermaintour .btn-booking-head {
      position: static !important;
      margin-top: 14px !important;
      width: auto; }
    .headermaintour .bg-opacity {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #323232;
      opacity: 0.3;
      z-index: 2;
      content: ''; }
    .headermaintour .box-head {
      position: absolute;
      width: 100%;
      top: 25%;
      z-index: 3;
      padding: 10px 5px; }
      .headermaintour .box-head h2 {
        color: #fff;
        font-size: 18px;
        margin-top: 0; }
      .headermaintour .box-head h1 {
        font-family: "Philosopher", system-ui;
        font-size: 35px;
        font-weight: bold;
        color: #fff; }
      .headermaintour .box-head h3 {
        font-size: 16px; }

  .title_big {
    font-size: 30px; }

  .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;
      opacity: 0.9;
      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 {
        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: #750612;
          color: #fff;
          border-color: #6e020c; }

  .sec_why h2 {
    text-align: center; }
  .sec_why .box-why {
    height: auto; }
  .sec_why .video {
    width: 100%; }
    .sec_why .video .btn-play {
      top: 35%;
      left: 41%; }

  #heroVideoBg {
    width: 100%; }

  .sec_tour_plan .nav-pills .nav-link {
    border-radius: 10px;
    padding: 5px;
    min-height: 84px;
    width: auto; }
  .sec_tour_plan .nav-item {
    width: 50%; }

  .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 .text-main {
    text-align: center; }
  footer .text-main-social {
    text-align: center; }
  footer .imgfootermobiel {
    height: 150px;
    margin: 20px 0; }

  .destination .box_destination {
    margin-bottom: 30px;
    padding: 0; }

  .bannerMainSlide {
    position: relative; }
    .bannerMainSlide .banner_content {
      padding: 15px 0;
      width: 100%;
      color: #fff;
      position: relative;
      top: 0%;
      left: 0%;
      z-index: 2;
      text-align: center; }
      .bannerMainSlide .banner_content img {
        height: 30px; }
      .bannerMainSlide .banner_content h3 {
        margin-top: 20px;
        color: #fff;
        font-size: 16px; }
      .bannerMainSlide .banner_content h2 {
        margin-top: 20px;
        color: #fff;
        font-size: 19px;
        font-family: "Philosopher", system-ui; }
      .bannerMainSlide .banner_content h4 {
        color: #fff;
        margin-top: 20px;
        font-size: 14px; }
      .bannerMainSlide .banner_content .btn_booking_banner {
        margin-top: 150px; }
    .bannerMainSlide .banner {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .bannerMainSlide .bannder-mobile {
      position: absolute;
      top: 0;
      left: 0; }

  .bannerMain {
    position: relative; }
    .bannerMain .banner_content {
      padding: 15px 0;
      width: 100%;
      color: #fff;
      position: relative;
      top: 0%;
      left: 0%;
      z-index: 2;
      text-align: center; }
      .bannerMain .banner_content img {
        height: 50px; }
      .bannerMain .banner_content h3 {
        margin-top: 20px;
        color: #fff;
        font-size: 16px; }
      .bannerMain .banner_content h2 {
        margin-top: 20px;
        color: #fff;
        font-size: 19px;
        font-family: "Philosopher", system-ui; }
      .bannerMain .banner_content h4 {
        color: #fff;
        margin-top: 20px;
        font-size: 14px; }
      .bannerMain .banner_content .btn_booking_banner {
        margin-top: 20px;
        padding-bottom: 200px; }
    .bannerMain .banner {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .bannerMain .bannder-mobile {
      position: absolute;
      top: 0;
      left: 0; }

  .sec_testimonial .box_testimonial {
    background: #e6e2de;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    margin: 0 10px; }
    .sec_testimonial .box_testimonial a {
      color: #000;
      text-decoration: none; }
    .sec_testimonial .box_testimonial .quote {
      color: #750612;
      font-size: 10px; }
    .sec_testimonial .box_testimonial .star {
      color: #f0b400;
      font-size: 22px; }
    .sec_testimonial .box_testimonial h3, .sec_testimonial .box_testimonial h4 {
      height: auto; }
    .sec_testimonial .box_testimonial .text {
      min-height: 140px; }
  .sec_testimonial .des {
    width: 100%;
    margin: auto;
    text-align: center; }
  .sec_testimonial .slick-prev,
  .sec_testimonial .slick-next {
    width: 40px;
    height: 40px;
    color: #000 !important;
    font-size: 30px;
    z-index: 5 !important; }
    .sec_testimonial .slick-prev:before,
    .sec_testimonial .slick-next:before {
      content: ''; }
  .sec_testimonial .slick-prev {
    left: 0; }
  .sec_testimonial .slick-next {
    right: 0; } }
@media (max-width: 991.98px) {
  .headermaintour .bgpage {
    height: 450px; }
    .headermaintour .bgpage .carousel {
      height: 100%; }
      .headermaintour .bgpage .carousel .carousel-inner {
        height: 100%;
        width: auto !important; }
        .headermaintour .bgpage .carousel .carousel-inner .carousel-item {
          height: 100% !important;
          width: 100% !important; }
  .headermaintour .logo {
    top: 10%; }
    .headermaintour .logo img {
      height: 65px; }
  .headermaintour .box-head {
    top: 25%; }
    .headermaintour .box-head img {
      height: 45px; }
    .headermaintour .box-head .bgtext {
      background-size: cover; }

  .title_big {
    font-size: 30px; }

  .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 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 15px auto;
    vertical-align: middle; }
  .form-booking .des {
    vertical-align: middle; }

  .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 .text-main {
    text-align: center; }
  footer .text-main-social {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
