@import url(animate.min.css);
:root {
  scroll-behavior: auto !important; }

body {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: normal; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #ddb726 !important; }

@keyframes animationHoverImg {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }
h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 600; }

section,
footer {
  padding: 55px 0; }

.hoverImg:hover {
  animation-name: animationHoverImg;
  animation-duration: 1s;
  transform: scale(1.1); }

.menutop {
  background: black;
  background: linear-gradient(280deg, rgba(0, 0, 0, 0.6) 12%, rgba(0, 0, 0, 0.6) 100%);
  position: fixed;
  width: 100%;
  padding: 0;
  color: #fff; }
  .menutop a, .menutop span {
    color: #fff; }
    .menutop a:hover, .menutop span:hover {
      cursor: pointer;
      color: #ddb726; }
  .menutop .btn-call {
    font-size: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 15px;
    cursor: pointer; }
    .menutop .btn-call a {
      color: #ffcc00 !important; }
    .menutop .btn-call:hover {
      background: #ffcc00; }
      .menutop .btn-call:hover a {
        color: #000 !important; }

.btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 45px;
  font-size: 1.2rem; }

.btn-main {
  background: #ddb726;
  font-weight: bold; }
  .btn-main:hover {
    background: #ffcc00;
    color: #000 !important; }

header .backgroundmain {
  position: relative; }
  header .backgroundmain video {
    width: 100%;
    height: 100%;
    display: block; }
  header .backgroundmain .slidebanner {
    max-height: 780px;
    overflow: hidden;
    z-index: 0;
    position: relative; }
header .header-content {
  position: absolute;
  top: 11%;
  left: 0;
  width: 100%;
  z-index: 1; }
  header .header-content .logo {
    position: relative; }
  header .header-content .logan {
    margin: 6% auto !important;
    text-align: center;
    color: #fff; }
    header .header-content .logan h1 {
      font-size: 3.5rem;
      color: #fdf6ea;
      font-weight: 700; }
    header .header-content .logan .btn-planyourtrip {
      margin-top: 10%; }
header .logo-partners {
  position: absolute;
  bottom: 5%;
  right: 5%; }
  header .logo-partners img {
    max-height: 60px !important; }

.block-title {
  text-align: center;
  padding: 0 20px; }
  .block-title h3 {
    font-size: 2.5rem; }

.whyus {
  background: #393939;
  color: #fff; }
  .whyus .box-why {
    padding: 10px 20px;
    text-align: center;
    overflow: hidden; }
    .whyus .box-why .cover {
      overflow: hidden;
      justify-content: center;
      height: 400px;
      display: flex;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
      .whyus .box-why .cover img {
        max-height: 100% !important;
        max-width: auto !important; }
    .whyus .box-why h4 {
      font-size: 1.5rem;
      margin-top: 20px; }

@keyframes animationHoverViewmore {
  from {
    width: 60px; }
  to {
    width: auto; } }
.tours {
  background: url("../../images/bg-page.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .tours .box-tour {
    padding: 0 20px; }
    .tours .box-tour .cover {
      position: relative;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden; }
      .tours .box-tour .cover .offer {
        position: absolute;
        top: 0;
        left: 0; }
        .tours .box-tour .cover .offer img {
          width: 150px; }
      .tours .box-tour .cover .tour-style {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 2% 5%;
        background: black;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.6890405821) 12%, rgba(0, 0, 0, 0.655987395) 100%);
        color: #fff;
        font-size: 1.5rem; }
    .tours .box-tour .tour-des h4 {
      text-transform: uppercase;
      height: 47px; }
    .tours .box-tour .text-des {
      min-height: 45px; }
    .tours .box-tour .tour-price {
      display: flex; }
      .tours .box-tour .tour-price .btn-price {
        background: #000;
        color: #fff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 12px 25px;
        font-size: 1.2rem;
        text-transform: uppercase;
        justify-content: center; }
      .tours .box-tour .tour-price .viewmore {
        width: 55px;
        height: 55px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #ddb726;
        overflow: hidden;
        margin-left: 30px;
        align-items: center;
        display: flex;
        justify-content: center; }
        .tours .box-tour .tour-price .viewmore span {
          display: none; }
        .tours .box-tour .tour-price .viewmore:hover {
          width: auto;
          color: #000 !important;
          animation-name: animationHoverViewmore;
          animation-duration: 0.1s;
          padding: 0 20px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px; }
          .tours .box-tour .tour-price .viewmore:hover span {
            display: block; }

.trainghiem {
  background: #393939;
  color: #fff; }
  .trainghiem .slick-prev:before, .trainghiem .slick-next:before {
    font-size: 35px !important; }
  .trainghiem .box-trainghiem {
    padding: 10px 20px;
    text-align: center; }
    .trainghiem .box-trainghiem .cover {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden; }
    .trainghiem .box-trainghiem a {
      color: #fff; }

.banner-youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }

#playerYoutube {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.banner-center {
  max-height: 700px;
  overflow: hidden;
  position: relative; }
  .banner-center .banner-center-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; }
    .banner-center .banner-center-content .text-banner {
      align-self: center;
      justify-content: center;
      text-align: center;
      color: #fff; }
      .banner-center .banner-center-content .text-banner h2 {
        font-size: 75px; }
      .banner-center .banner-center-content .text-banner h3 {
        font-size: 55px; }

.form-booking {
  background: url("../../images/bg-form.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover; }
  .form-booking .extendChecksolo {
    display: none; }
  .form-booking .info-contact .cover {
    width: 240px;
    height: 240px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px #ddb726 solid;
    margin: auto; }
  .form-booking .info-contact .icon {
    font-size: 28px;
    font-weight: bold; }
  .form-booking .title_big {
    font-size: 3rem; }
  .form-booking .form-destination {
    cursor: pointer; }
    .form-booking .form-destination .cover {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      max-height: 135px;
      z-index: 0; }
      .form-booking .form-destination .cover .check-icon {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 12%, rgba(0, 0, 0, 0.3) 100%); }
        .form-booking .form-destination .cover .check-icon .iconcheck {
          color: #ddb726;
          background: #fff;
          width: 25px;
          height: 25px;
          margin: 3px 0 0 3px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
    .form-booking .form-destination:hover .cover img {
      opacity: 0.8;
      cursor: pointer; }
  .form-booking #step2, .form-booking #step3 {
    display: none; }

.gj-picker-bootstrap.datepicker .btn {
  padding: 0.25rem 1.25rem !important; }

.btnstep {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 45px;
  font-size: 1.2rem;
  background: #ddb726;
  font-weight: bold; }
  .btnstep:hover {
    background: #ffcc00;
    color: #000 !important; }

.sayaboutus {
  background: url("../../images/bg-trip.jpg") no-repeat top center;
  background-size: cover;
  color: #fff; }
  .sayaboutus a {
    color: #fff; }
  .sayaboutus .trip {
    background: black;
    min-height: 290px;
    margin: 0 15px 30px 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 12%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px; }
    .sayaboutus .trip .cover {
      width: 70px;
      height: 70px;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .sayaboutus .trip .cover img {
        transform: scale(1.5); }
    .sayaboutus .trip:hover {
      background: white;
      min-height: 280px;
      margin: 0 15px 30px 15px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 12%, rgba(255, 255, 255, 0.7) 100%);
      color: #000; }
      .sayaboutus .trip:hover a {
        color: #000; }
        .sayaboutus .trip:hover a:hover {
          color: #000 !important; }
  .sayaboutus .linktrip {
    font-size: 2rem; }
    .sayaboutus .linktrip span {
      color: #00e19f !important;
      border-bottom: 2px #00e19f solid !important; }
    .sayaboutus .linktrip:hover {
      background: #ffcc00;
      color: #000 !important;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      padding: 5px 20px; }
      .sayaboutus .linktrip:hover span {
        color: #00b07c !important;
        border-bottom: 2px #00ab77 solid !important; }

.dcmteam {
  position: relative;
  overflow: hidden; }
  .dcmteam .bg {
    position: relative;
    max-height: 600px; }
    .dcmteam .bg img {
      width: 100%; }
  .dcmteam .bg-transparent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 12%, rgba(0, 0, 0, 0.3) 100%); }
  .dcmteam .text-dcm {
    position: absolute;
    bottom: 5%;
    width: 100%;
    color: #fff;
    text-align: center; }
    .dcmteam .text-dcm h2 {
      font-size: 3rem;
      margin-bottom: 30px; }

footer {
  background: #000;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      text-decoration: underline; }

.copyright {
  background: #ddb726;
  padding: 10px 0; }

.btn-fixed {
  position: fixed;
  bottom: 50px;
  right: 1%;
  z-index: 777; }
  .btn-fixed .btn-tripplanner {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 10px;
    background: #ddb726;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 19px; }
    .btn-fixed .btn-tripplanner:hover {
      background: #ffd012; }
      .btn-fixed .btn-tripplanner:hover a {
        color: #000 !important; }
  .btn-fixed .btn-ontop {
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0; }
    .btn-fixed .btn-ontop a {
      color: #fff !important; }

/* country code */
.dropbtn {
  background-color: #fff;
  padding: 0px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

.dropbtn:hover, .dropbtn:focus {
  background-color: #ffffff; }

#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; }

#myInput:focus {
  outline: 3px solid #ddd; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1; }

.dropdown-content span {
  color: black;
  text-align: left;
  padding: 3px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.show {
  display: block; }

/* end country code */
/* tour con */
.tourhighlight {
  background: url("../../images/bg-page.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .tourhighlight .box-tour {
    padding: 0 20px; }
    .tourhighlight .box-tour .cover {
      position: relative;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden; }

.dot .dot-item {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #02e871;
  display: inline-block; }

.itinerary-second {
  background: #1f1f1f;
  color: #fff; }
  .itinerary-second .itinerary-item {
    position: relative;
    padding-left: 30px; }
    .itinerary-second .itinerary-item::before {
      width: 40px;
      height: 40px;
      position: absolute;
      left: -4.5%;
      top: 0;
      background: #fff;
      content: ' ';
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 10px #393939 solid;
      z-index: 1; }
    .itinerary-second .itinerary-item .cover {
      position: relative;
      overflow: hidden;
      height: 250px;
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .itinerary-second .itinerary-item .cover .title {
        position: absolute;
        top: 5%;
        left: 0%;
        width: 80%;
        padding: 20px; }
        .itinerary-second .itinerary-item .cover .title h4 {
          font-size: 1.2rem; }
        .itinerary-second .itinerary-item .cover .title h3 {
          font-size: 1.7rem;
          color: #feea93; }
        .itinerary-second .itinerary-item .cover .title .texthighlight {
          color: #feea93; }
      .itinerary-second .itinerary-item .cover .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        background: linear-gradient(280deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.8) 100%); }
    .itinerary-second .itinerary-item .des {
      display: none; }
    .itinerary-second .itinerary-item .btn-detail {
      border: 2px #feea93 solid;
      padding: 7px 20px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .itinerary-second .itinerary-item .btn-detail.active, .itinerary-second .itinerary-item .btn-detail:hover {
        background: #feea93;
        color: #000;
        cursor: pointer; }

.btn-viewall {
  border: 2px #feea93 solid;
  padding: 7px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .btn-viewall.active, .btn-viewall:hover {
    background: #feea93;
    color: #000;
    cursor: pointer; }

.hotels {
  background: url("../../images/bg-form.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover; }
  .hotels .box-hotel {
    text-align: center; }
    .hotels .box-hotel .cover {
      max-height: 200px;
      overflow: hidden;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }

.similartour {
  background: url("../../images/bg-form.jpg") no-repeat top center;
  background-attachment: fixed; }
  .similartour .box-tour .tour-des h4 {
    font-size: 1.3rem; }

/* end tour con  */
@media (max-width: 767.98px) {
  .menutop .btn-call {
    font-size: 20px; }

  .btn {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 8px 15px;
    font-size: 0.8rem; }

  .block-title {
    text-align: center;
    padding: 0; }
    .block-title h3 {
      font-size: 1.6rem; }

  header .backgroundmain {
    position: relative; }
    header .backgroundmain video {
      width: 100%;
      height: 100%;
      display: block; }
  header .header-content {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%; }
    header .header-content .logo {
      position: relative; }
      header .header-content .logo img {
        max-height: 30px !important; }
    header .header-content .logan {
      margin: 1% auto !important;
      text-align: center;
      color: #fff; }
      header .header-content .logan h1 {
        font-size: 1rem;
        color: #fdf6ea;
        font-weight: 700; }
      header .header-content .logan h2 {
        font-size: 1rem; }
      header .header-content .logan h3 {
        font-size: 1rem; }
      header .header-content .logan .btn-planyourtrip {
        margin-top: 0%; }
  header .logo-partners {
    position: absolute;
    bottom: 3%;
    right: 5%; }
    header .logo-partners img {
      max-height: 20px !important; }

  .whyus .box-why {
    padding: 10px 0; }
    .whyus .box-why .cover {
      height: 250px; }
    .whyus .box-why h4 {
      font-size: 1rem;
      margin-top: 20px; }

  .tours {
    background: url("../../images/bg-page-mobile.jpg") repeat;
    background-attachment: scroll;
    background-size: inherit; }
    .tours .block-title h3 {
      font-size: 1.8rem; }
    .tours .box-tour {
      padding: 0; }
      .tours .box-tour .tour-price .btn-price {
        padding: 12px 15px; }
      .tours .box-tour .cover .offer img {
        width: 80px; }
      .tours .box-tour .cover .tour-style {
        font-size: 1.2rem; }

  .trainghiem .box-trainghiem {
    padding: 10px 0; }
  .trainghiem .slick-prev {
    z-index: 2;
    left: -12px; }
  .trainghiem .slick-next {
    right: 4px; }

  .banner-center .banner-center-content .text-banner h2 {
    font-size: 40px; }
  .banner-center .banner-center-content .text-banner h3 {
    font-size: 20px; }

  .form-booking {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .form-booking .col {
      flex: auto;
      width: 33.3% !important; }
    .form-booking .form-destination .cover {
      max-height: 120px; }
    .form-booking .title-form {
      color: #ddb726;
      margin-top: 30px; }

  .sayaboutus .trip {
    margin: 0 0 0 0; }
  .sayaboutus .bannertrip {
    text-align: center; }
    .sayaboutus .bannertrip img {
      width: 100%; }
  .sayaboutus .slideAbout .slick-prev {
    left: -13px;
    z-index: 2; }
  .sayaboutus .slideAbout .slick-next {
    right: 6px; }

  .dcmteam .bg img {
    width: 100%; }
  .dcmteam .text-dcm h2 {
    font-size: 1.4rem;
    margin-bottom: 10px; }

  .similartour {
    background: url("../../images/bg-form.jpg") no-repeat top center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover; }
    .similartour .slick-prev {
      left: -12px; }
    .similartour .slick-next {
      right: 4px; }

  .tourhighlight {
    background: url("../../images/bg-page-mobile.jpg") repeat;
    background-attachment: scroll;
    background-size: inherit; }
    .tourhighlight .box-tour {
      padding: 0; }

  .itinerary-second {
    background: #1f1f1f;
    color: #fff; }
    .itinerary-second .itinerary-item {
      position: relative;
      padding-left: 0; }
      .itinerary-second .itinerary-item::before {
        display: none; }
      .itinerary-second .itinerary-item .cover {
        position: relative;
        overflow: hidden;
        height: 220px;
        width: 100%; }
        .itinerary-second .itinerary-item .cover .title {
          position: absolute;
          top: 5%;
          left: 0%;
          width: 100%;
          padding: 20px; }
          .itinerary-second .itinerary-item .cover .title h4 {
            font-size: 1rem; }
          .itinerary-second .itinerary-item .cover .title h3 {
            font-size: 1.2rem;
            color: #feea93; }
          .itinerary-second .itinerary-item .cover .title .texthighlight {
            color: #feea93; }
        .itinerary-second .itinerary-item .cover .bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

  .hotels {
    background: url("../../images/bg-form.jpg") repeat top center;
    background-attachment: scroll;
    background-size: inherit; } }

/*# sourceMappingURL=style.css.map */
