@charset "UTF-8";
.arima-fontmain {
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

a {
  color: #1d55a0;
  text-decoration: none; }

@keyframes left_to_right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

a {
  text-decoration: none; }
  a:hover {
    color: red; }

.text-primary {
  color: #1d55a0 !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.menutop {
  background: #088A00; }
  .menutop .nav-link {
    color: #fff;
    padding: 3px 10px;
    font-size: 14px; }

header {
  box-shadow: 0 0 3px #ccc;
  background: #e5f2de;
  background: linear-gradient(119deg, rgba(229, 242, 222, 0.8) 0%, rgba(229, 242, 222, 0.8) 20%, rgba(229, 242, 222, 0.8) 85%); }
  header .mainmenu {
    padding-top: 7px; }
    header .mainmenu ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      header .mainmenu ul li {
        display: inline-flex;
        position: relative; }
        header .mainmenu ul li a {
          text-decoration: none;
          color: #1d55a0;
          font-weight: bold;
          padding: 10px 15px;
          text-transform: uppercase; }
        header .mainmenu ul li .badge-menu {
          font-size: 0.65em;
          top: 5px; }
        header .mainmenu ul li ul {
          display: none;
          -webkit-border-bottom-left-radius: 15px;
          -webkit-border-bottom-right-radius: 15px;
          -moz-border-radius-bottomleft: 15px;
          -moz-border-radius-bottomright: 15px;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
          overflow: hidden;
          width: 220px;
          position: absolute;
          top: 40px;
          left: 0;
          background: white;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%); }
          header .mainmenu ul li ul li {
            width: 100%; }
            header .mainmenu ul li ul li a {
              text-transform: unset;
              color: #313131;
              width: 100%;
              padding: 7px 30px;
              border-bottom: 1px #fff solid;
              position: relative; }
              header .mainmenu ul li ul li a:last-child {
                border: 0; }
              header .mainmenu ul li ul li a:hover {
                color: #000; }
                header .mainmenu ul li ul li a:hover::before {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  content: "";
                  z-index: -1;
                  background: #089700;
                  background: linear-gradient(180deg, rgba(8, 151, 0, 0.9) 0%, rgba(8, 151, 0, 0.9) 20%, rgba(8, 151, 0, 0.9) 85%);
                  left: 0;
                  top: 0;
                  animation-name: left_to_right;
                  animation-duration: 0.5s; }
        header .mainmenu ul li:hover ul {
          display: block; }
        header .mainmenu ul li:hover .subMenuDestination {
          display: block; }
        header .mainmenu ul li:hover .subMenuStyle {
          display: block; }
        header .mainmenu ul li:hover .subMenuNews {
          display: block; }
        header .mainmenu ul li:hover .subMenuCruiseGroup {
          display: block; }
        header .mainmenu ul li .subMenuDestination {
          position: absolute;
          top: 40px;
          left: -185%;
          width: 900px;
          padding: 10px;
          display: none;
          -webkit-border-bottom-left-radius: 15px;
          -webkit-border-bottom-right-radius: 15px;
          -moz-border-radius-bottomleft: 15px;
          -moz-border-radius-bottomright: 15px;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
          box-shadow: 0 2px 3px #ccc;
          background: white;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%); }
          header .mainmenu ul li .subMenuDestination .cover {
            height: 70px;
            overflow: hidden;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            position: relative; }
            header .mainmenu ul li .subMenuDestination .cover strong, header .mainmenu ul li .subMenuDestination .cover h4 {
              position: absolute;
              top: 30%;
              font-size: 18px;
              display: block;
              text-align: center;
              z-index: 2;
              width: 100%;
              font-weight: 600; }
              header .mainmenu ul li .subMenuDestination .cover strong a, header .mainmenu ul li .subMenuDestination .cover h4 a {
                color: #fff; }
            header .mainmenu ul li .subMenuDestination .cover .bg-cover {
              background: #000;
              opacity: .3;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1; }
          header .mainmenu ul li .subMenuDestination a {
            text-transform: unset;
            white-space: nowrap;
            padding: 10px 5px; }
        header .mainmenu ul li .subMenuStyle {
          position: absolute;
          top: 40px;
          left: -105%;
          width: 900px;
          padding: 10px 10px 0 10px;
          display: none;
          -webkit-border-bottom-left-radius: 15px;
          -webkit-border-bottom-right-radius: 15px;
          -moz-border-radius-bottomleft: 15px;
          -moz-border-radius-bottomright: 15px;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
          box-shadow: 0 2px 3px #ccc;
          background: white;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%); }
          header .mainmenu ul li .subMenuStyle .box-menu-style {
            overflow: hidden;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            position: relative;
            margin-bottom: 15px;
            height: 108px; }
            header .mainmenu ul li .subMenuStyle .box-menu-style img {
              height: 100%;
              position: relative;
              z-index: 1;
              width: auto; }
            header .mainmenu ul li .subMenuStyle .box-menu-style a {
              padding: 0;
              color: #fff; }
            header .mainmenu ul li .subMenuStyle .box-menu-style strong, header .mainmenu ul li .subMenuStyle .box-menu-style h4 {
              font-weight: 600;
              position: absolute;
              top: 30%;
              font-size: 16px;
              display: block;
              text-align: center;
              z-index: 2;
              width: 100%; }
            header .mainmenu ul li .subMenuStyle .box-menu-style .bg-cover {
              background: #000;
              opacity: .3;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1; }
          header .mainmenu ul li .subMenuStyle a {
            text-transform: unset; }
        header .mainmenu ul li .subMenuCruiseGroup {
          position: absolute;
          top: 40px;
          left: -600%;
          width: 900px;
          padding: 10px 10px 0 10px;
          display: none;
          -webkit-border-bottom-left-radius: 15px;
          -webkit-border-bottom-right-radius: 15px;
          -moz-border-radius-bottomleft: 15px;
          -moz-border-radius-bottomright: 15px;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
          box-shadow: 0 2px 3px #ccc;
          background: white;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%); }
          header .mainmenu ul li .subMenuCruiseGroup .box-menu-cruise {
            overflow: hidden;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            position: relative;
            margin-bottom: 15px;
            height: 108px; }
            header .mainmenu ul li .subMenuCruiseGroup .box-menu-cruise img {
              height: 100%;
              position: relative;
              z-index: 1;
              width: auto; }
            header .mainmenu ul li .subMenuCruiseGroup .box-menu-cruise a {
              padding: 0;
              color: #fff; }
            header .mainmenu ul li .subMenuCruiseGroup .box-menu-cruise strong, header .mainmenu ul li .subMenuCruiseGroup .box-menu-cruise h4 {
              font-weight: 600;
              position: absolute;
              top: 30%;
              font-size: 16px;
              display: block;
              text-align: center;
              z-index: 2;
              width: 100%; }
            header .mainmenu ul li .subMenuCruiseGroup .box-menu-cruise .bg-cover {
              background: #000;
              opacity: .3;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1; }
          header .mainmenu ul li .subMenuCruiseGroup a {
            text-transform: unset; }
        header .mainmenu ul li .subMenuNews {
          position: absolute;
          top: 40px;
          right: -180%;
          width: 900px;
          padding: 10px 10px 0 10px;
          display: none;
          -webkit-border-bottom-left-radius: 15px;
          -webkit-border-bottom-right-radius: 15px;
          -moz-border-radius-bottomleft: 15px;
          -moz-border-radius-bottomright: 15px;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
          box-shadow: 0 2px 3px #ccc;
          background: white;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%); }
          header .mainmenu ul li .subMenuNews .box-menu-style {
            overflow: hidden;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            position: relative;
            margin-bottom: 15px;
            height: 108px; }
            header .mainmenu ul li .subMenuNews .box-menu-style a {
              padding: 0;
              color: #fff; }
            header .mainmenu ul li .subMenuNews .box-menu-style img {
              position: relative;
              z-index: 1; }
            header .mainmenu ul li .subMenuNews .box-menu-style strong, header .mainmenu ul li .subMenuNews .box-menu-style h4 {
              position: absolute;
              top: 40%;
              font-size: 18px;
              display: block;
              text-align: center;
              z-index: 2;
              width: 100%;
              font-weight: 600; }
            header .mainmenu ul li .subMenuNews .box-menu-style .bg-cover {
              background: #000;
              opacity: .3;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1; }
          header .mainmenu ul li .subMenuNews a {
            text-transform: unset; }
  header .btn-customize {
    font-size: 0.8rem;
    padding: .375rem .45rem; }
    header .btn-customize .icon_customize_head {
      height: 25px;
      width: 25px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

@keyframes image_parorama {
  0% {
    left: 0; }
  50% {
    left: -30%; }
  100% {
    left: 0%; } }
@keyframes image_zoom {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1.2, 1.2); } }
@keyframes image_zoom_small {
  0% {
    transform: scale(0.5, 0.5); }
  100% {
    transform: scale(1, 1); } }
@keyframes jum_up_down_top {
  0% {
    top: 10%; }
  50% {
    top: 5%; }
  100% {
    top: 10%; } }
.btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.slidehome {
  position: relative; }
  .slidehome .carousel-item {
    width: 100%;
    position: relative;
    height: 600px;
    overflow: hidden; }
    .slidehome .carousel-item img {
      position: relative;
      z-index: 1;
      height: 100%;
      width: auto;
      transform: scale(1.2, 1.2);
      animation-name: image_zoom;
      animation-duration: 10s;
      animation-iteration-count: infinite; }
    .slidehome .carousel-item::before {
      background: rgba(0, 0, 0, 0.1);
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 2; }
  .slidehome .carousel-control-prev,
  .slidehome .carousel-control-next {
    z-index: 3; }
  .slidehome .title-slide {
    position: absolute;
    width: 100%;
    top: 15%;
    text-align: center;
    z-index: 1;
    color: #fff; }
    .slidehome .title-slide img {
      height: 100px; }
    .slidehome .title-slide h1 {
      font-family: "Caveat", cursive;
      font-optical-sizing: auto;
      font-style: normal;
      font-size: 70px;
      text-shadow: 0 0 5px #cecece; }
  .slidehome .title-slide-cruise {
    position: absolute;
    width: 100%;
    top: 10%;
    text-align: center;
    z-index: 1;
    color: #fff; }
    .slidehome .title-slide-cruise img {
      max-height: 150px; }
    .slidehome .title-slide-cruise h2 {
      font-family: "Caveat", cursive;
      font-optical-sizing: auto;
      font-style: normal;
      font-size: 60px;
      text-shadow: 0 0 5px #5d5d5d; }
    .slidehome .title-slide-cruise .des_slide {
      font-size: 18px; }
  .slidehome .block-slide {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%; }
    .slidehome .block-slide .block-slide-content {
      background: #e5f2de;
      padding: 0 15px 0 15px;
      text-align: center;
      border-bottom: 1px #ccc solid;
      -webkit-border-top-left-radius: 30px;
      -webkit-border-top-right-radius: 30px;
      -moz-border-radius-topleft: 30px;
      -moz-border-radius-topright: 30px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; }
      .slidehome .block-slide .block-slide-content .one-box {
        padding-top: 15px; }
        .slidehome .block-slide .block-slide-content .one-box img {
          height: 45px;
          vertical-align: middle; }
        .slidehome .block-slide .block-slide-content .one-box h4 {
          font-size: 16px;
          margin: 0;
          padding: 0; }
        .slidehome .block-slide .block-slide-content .one-box a {
          color: #1d55a0; }

.btn-orange {
  background: #ff7b00;
  color: #fff; }

.box-search {
  background: #e5f2de url("../svg/pattern_xanh.svg");
  background-size: 300px; }
  .box-search .form-search {
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden; }
    .box-search .form-search input {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .box-search .form-search select {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
  .box-search .dropdown-menu {
    width: 200px !important; }

.form-search-cruise {
  position: absolute;
  bottom: 3%;
  z-index: 2;
  width: 100%; }

.box-search-cruise {
  background: #19B06A;
  background: linear-gradient(90deg, rgba(25, 176, 106, 0.6) 0%, rgba(25, 176, 106, 0.6) 0%);
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  padding: 30px 30px; }
  .box-search-cruise input, .box-search-cruise select {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

.heading {
  position: relative; }
  .heading h3 {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #088A00;
    font-size: 25px; }
  .heading h2 {
    font-size: 28px;
    color: #1d55a0; }
  .heading h4 {
    color: #1d55a0; }
  .heading .icon-head {
    position: absolute;
    top: 0;
    left: 25%; }
    .heading .icon-head img {
      transform: scale(0.5, 0.5);
      animation-name: image_zoom_small;
      animation-duration: 3s;
      animation-iteration-count: infinite; }

.best-tour {
  position: relative; }
  .best-tour .icon-best-tour {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 0; }
  .best-tour .icon-air {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 0;
    opacity: 0.3; }
  .best-tour .box-why-home h2, .best-tour .box-why-home h4 {
    font-size: 16px;
    color: #1d55a0; }
  .best-tour .box-why-home img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(91%) saturate(2956%) hue-rotate(87deg) brightness(100%) contrast(110%); }
  .best-tour .banner-home img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .best-tour .box-why-cruise {
    position: relative; }
    .best-tour .box-why-cruise .icon {
      position: absolute;
      top: -30px;
      width: 100%;
      text-align: center;
      z-index: 2; }
      .best-tour .box-why-cruise .icon span {
        background: #fff;
        display: inline-block;
        padding: 10px;
        border: 2px #088A00 solid; }
      .best-tour .box-why-cruise .icon img {
        height: 35px;
        filter: brightness(0) saturate(100%) invert(54%) sepia(91%) saturate(2956%) hue-rotate(87deg) brightness(100%) contrast(110%); }
    .best-tour .box-why-cruise .des {
      position: relative;
      z-index: 1;
      border: 1px #088A00 solid;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 40px 20px 20px 20px;
      text-align: center; }
      .best-tour .box-why-cruise .des h2, .best-tour .box-why-cruise .des h4 {
        font-size: 18px;
        color: #1d55a0; }

.sec_ls_cruise {
  padding: 0 0 40px 0; }

.box-cruise .cover {
  position: relative; }
  .box-cruise .cover .launched {
    position: absolute;
    left: 0;
    bottom: 0; }
    .box-cruise .cover .launched span {
      background: #088A00;
      color: #fff;
      padding: 5px 10px;
      font-size: 13px; }
.box-cruise .info {
  padding: 15px 0;
  padding: 15px;
  background: #edffed;
  background: linear-gradient(295deg, rgba(237, 255, 237, 0.6) 0%, #f2fff2 15%, white 51%, #fbffed 88%, #feffed 100%);
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 3px #d7d7d7; }
  .box-cruise .info h3 {
    font-size: 20px; }
  .box-cruise .info .icon-star {
    color: #fdca14; }
  .box-cruise .info .review {
    font-size: 13px; }
  .box-cruise .info .icon-cruise {
    border: 1px #828282 solid;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: #828282; }
    .box-cruise .info .icon-cruise:hover {
      border-color: #000;
      color: #000; }
  .box-cruise .info .price {
    font-size: 25px;
    color: #ff7b00;
    font-weight: bold; }
  .box-cruise .info .pricestrike,
  .box-cruise .info .onceprice {
    color: #828282;
    font-size: 18px; }
  .box-cruise .info .accordion-offer .accordion-offer-item .accordion-header {
    border-bottom: 1px #f2f2f2 solid;
    padding: 3px 0; }
  .box-cruise .info .accordion-offer .accordion-offer-item:last-child .accordion-header {
    border: 0; }
  .box-cruise .info .accordion-offer .hideitem {
    display: none; }

.cruise-intro h1, .cruise-intro h2 {
  font-family: "Dancing Script", cursive;
  color: #088A00;
  font-size: 35px; }

.sec_detail_cruise {
  background: url("../images/pattern_bg_1.png");
  padding: 40px 0; }
  .sec_detail_cruise h1 {
    font-size: 25px;
    color: #088A00; }
  .sec_detail_cruise .icon-star {
    color: #fdca14; }
  .sec_detail_cruise .icon-cruise {
    border: 1px #828282 solid;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #828282; }
    .sec_detail_cruise .icon-cruise:hover {
      border-color: #000;
      color: #000; }
  .sec_detail_cruise .price {
    font-size: 25px;
    color: #ff7b00;
    font-weight: bold; }
  .sec_detail_cruise .pricestrike,
  .sec_detail_cruise .onceprice {
    color: #828282;
    font-size: 18px; }
  .sec_detail_cruise .support_hotline {
    font-size: 18px;
    font-weight: bold; }
  .sec_detail_cruise .cover_main {
    height: 415px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .sec_detail_cruise .cover_main img {
      height: 100%; }
  .sec_detail_cruise .cover_video,
  .sec_detail_cruise .cover_allimg {
    height: 200px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .sec_detail_cruise .cover_video img,
    .sec_detail_cruise .cover_allimg img {
      width: 100%; }
  .sec_detail_cruise .cover_detail {
    position: relative; }
    .sec_detail_cruise .cover_detail .flash_sale,
    .sec_detail_cruise .cover_detail .btnvideo,
    .sec_detail_cruise .cover_detail .allimg {
      position: absolute; }
    .sec_detail_cruise .cover_detail .flash_sale {
      top: 5px;
      left: 5px;
      background: #ff9500;
      color: #fff;
      padding: 5px 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .sec_detail_cruise .cover_detail .btnvideo {
      top: 30%;
      left: 42%;
      z-index: 2;
      font-size: 60px;
      color: #535353;
      cursor: pointer; }
      .sec_detail_cruise .cover_detail .btnvideo:hover {
        color: red; }
    .sec_detail_cruise .cover_detail .allimg {
      bottom: 10px;
      right: 10px;
      cursor: pointer;
      color: #fff;
      font-weight: 700;
      text-decoration: underline; }
  .sec_detail_cruise .cruise_des h3 {
    color: #088A00;
    font-size: 18px; }
  .sec_detail_cruise .cruise_des ul, .sec_detail_cruise .cruise_des ol {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .sec_detail_cruise .cruise_des li {
    padding: 5px 0; }
    .sec_detail_cruise .cruise_des li::before {
      content: '\eed6';
      font-family: IcoFont !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      line-height: 1;
      -webkit-font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased;
      color: #5bc721;
      font-size: 22px; }
  .sec_detail_cruise .one_room {
    border-bottom: 1px #ccc dashed; }
    .sec_detail_cruise .one_room:last-child {
      border-bottom: 0; }
    .sec_detail_cruise .one_room h3, .sec_detail_cruise .one_room h4 {
      color: #088A00;
      font-size: 18px;
      cursor: pointer; }
      .sec_detail_cruise .one_room h3:hover, .sec_detail_cruise .one_room h4:hover {
        text-decoration: underline; }
    .sec_detail_cruise .one_room .info_room {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .sec_detail_cruise .one_room .info_room li {
        padding: 2px 0;
        color: #494848; }
    .sec_detail_cruise .one_room .nav-service li {
      padding-right: 10px;
      color: #494848; }
    .sec_detail_cruise .one_room .amenities {
      text-align: center;
      position: relative;
      padding: 10px 0; }
      .sec_detail_cruise .one_room .amenities::after {
        border-bottom: 1px #f2f2f2 solid;
        padding-bottom: 10px;
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        display: block;
        z-index: 0; }
      .sec_detail_cruise .one_room .amenities span {
        position: relative;
        z-index: 2;
        font-size: 16px;
        font-weight: 700; }
    .sec_detail_cruise .one_room .include-item {
      color: #494848; }
  .sec_detail_cruise .cruiseItineraries h2 {
    font-size: 20px;
    color: #088A00; }
  .sec_detail_cruise .cruiseItineraries .cruiseHeaderIti .fixHeader {
    width: 100% !important; }
    .sec_detail_cruise .cruiseItineraries .cruiseHeaderIti .fixHeader .numberday {
      font-size: 20px;
      font-weight: 700;
      color: #1d55a0; }
  .sec_detail_cruise .cruiseItineraries .cruiseHeaderIti h3 {
    font-size: 16px;
    color: #088A00; }
  .sec_detail_cruise .cruiseItineraries .cruiseItiBody ul, .sec_detail_cruise .cruiseItineraries .cruiseItiBody ol {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .sec_detail_cruise .cruiseItineraries .cruiseItiBody li {
    padding: 5px 0; }
    .sec_detail_cruise .cruiseItineraries .cruiseItiBody li::before {
      content: '\eed6';
      font-family: IcoFont !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      line-height: 1;
      -webkit-font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased;
      color: #5bc721;
      font-size: 22px;
      padding-right: 5px; }
  .sec_detail_cruise .cruiseItineraries .cruiseItiBody .oneCruiseTourDay h4 {
    color: #088A00;
    font-size: 18px; }
  .sec_detail_cruise .cruiseItineraries .cruiseItiBody .oneCruiseTourDay .tranfer {
    color: #494848; }
  .sec_detail_cruise .cruiseItineraries .cruiseItiBody .tabexcludes li::before {
    content: "\ec41";
    color: #494848;
    padding-right: 5px; }
  .sec_detail_cruise .tab-overview h5 {
    font-size: 14px; }
  .sec_detail_cruise .nav-info-cruise .nav-link {
    font-size: 18px;
    color: #000;
    padding: .5rem 2rem;
    font-weight: 700;
    background-color: #f2f2f2;
    box-shadow: 0 0 3px #e7e7e7;
    margin-right: 20px; }
    .sec_detail_cruise .nav-info-cruise .nav-link.active {
      background-color: #088A00;
      color: #fff; }
  .sec_detail_cruise #resualVideo {
    position: relative;
    width: 100%;
    /* Fallback cho trình duyệt không hỗ trợ aspect-ratio */
    padding-bottom: 56.25%;
    /* Tỷ lệ 16:9 */
    max-width: 800px;
    /* Chiều rộng tối đa của video */
    margin: 0 auto;
    /* Căn giữa */ }
    .sec_detail_cruise #resualVideo iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* Sử dụng aspect-ratio cho trình duyệt hiện đại */
      aspect-ratio: 16 / 9; }

.sec_group_cruise .bg-mayanh {
  background: url("../images/vector2.png") no-repeat top right; }
.sec_group_cruise .box-style {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  height: 145px; }
  .sec_group_cruise .box-style h4 {
    font-size: 18px; }
  .sec_group_cruise .box-style::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 85%); }
  .sec_group_cruise .box-style .name_tour {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 10px 30px; }
    .sec_group_cruise .box-style .name_tour h4 {
      border-bottom: 1px #ccc solid; }
  .sec_group_cruise .box-style:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 85%); }

.show-special .btn-more {
  padding: .65rem .75rem; }

.why-travel {
  display: none; }
  .why-travel .box-why {
    text-align: center; }
    .why-travel .box-why h3 {
      color: #1d55a0; }
    .why-travel .box-why .icon {
      font-size: 100px;
      color: #9cc34e; }
    .why-travel .box-why img {
      width: 100px; }
  .why-travel .heading-why h3 {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #088A00;
    font-size: 30px;
    position: relative; }
    .why-travel .heading-why h3::before {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      border-top: 1px #089700 dashed;
      content: "";
      z-index: 0; }
    .why-travel .heading-why h3 span {
      position: relative;
      z-index: 1;
      display: inline-block;
      background: #fff;
      padding: 0 30px; }

.how-we-work {
  display: none; }
  .how-we-work .heading-why h3 {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #088A00;
    font-size: 30px;
    position: relative; }
    .how-we-work .heading-why h3::before {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      border-top: 1px #089700 dashed;
      content: "";
      z-index: 0; }
    .how-we-work .heading-why h3 span {
      position: relative;
      z-index: 1;
      display: inline-block;
      background: #fff;
      padding: 0 30px; }
  .how-we-work .step .step-head {
    margin-bottom: 20px;
    background: #e5f2de;
    padding: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    border: 1px #4ec365 solid; }
    .how-we-work .step .step-head .number {
      display: inline-block;
      font-size: 30px;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border: 2px #088A00 solid;
      background: #088A00;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .how-we-work .step .step-head .text-head {
      font-size: 16px;
      color: #1d55a0;
      vertical-align: middle;
      display: inline-block;
      font-weight: 700; }
    .how-we-work .step .step-head .arrow {
      position: absolute;
      top: 0;
      right: -5px;
      font-size: 40px; }
  .how-we-work .step .des {
    background: #ecf5fd;
    padding: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    min-height: 220px; }
    .how-we-work .step .des::before {
      position: absolute;
      top: -14px;
      color: #ecf5fd;
      right: 40%;
      content: "";
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #ecf5fd; }
  .how-we-work .step:hover .step-head {
    box-shadow: 2px 2px 2px #ccc; }
  .how-we-work .step:hover .des {
    box-shadow: 2px 2px 2px #ccc; }

.tour-country {
  position: relative;
  background: url("../svg/home4-section-bg2.svg");
  background-size: cover; }
  .tour-country .icon-country {
    position: absolute;
    bottom: 0;
    right: 0%; }
  .tour-country .box-cat {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative; }
    .tour-country .box-cat .cover img {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      position: relative;
      z-index: 1; }
    .tour-country .box-cat .name {
      position: absolute;
      bottom: 25%;
      font-size: 35px;
      z-index: 2;
      width: 100%;
      text-align: center;
      padding: 10px 30px;
      background: url("../images/in-12.png") no-repeat center;
      background-size: contain;
      font-family: "Caveat", cursive;
      font-optical-sizing: auto;
      font-style: normal;
      color: #088A00; }
    .tour-country .box-cat .name-big {
      font-size: 60px; }
    .tour-country .box-cat:hover img {
      transform: scale(1, 1);
      animation-name: image_zoom;
      animation-duration: 2s; }

@keyframes slideRightToLeft {
  from {
    left: 100%; }
  to {
    left: 0; } }
.customize-tour-home {
  background: url("../images/pattern_bg_1.png") repeat;
  position: relative; }
  .customize-tour-home .icon-khicau {
    position: absolute;
    top: 5%;
    left: 2%;
    opacity: 0.3;
    animation-name: jum_up_down_top;
    animation-duration: 5s;
    animation-iteration-count: infinite; }
  .customize-tour-home .icon-customize {
    font-size: 30px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px #088A00 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 50px; }
  .customize-tour-home .block-form .customize-indicators {
    position: relative; }
    .customize-tour-home .block-form .customize-indicators button, .customize-tour-home .block-form .customize-indicators .btn-slide {
      box-sizing: content-box;
      flex: auto;
      width: auto;
      height: auto;
      padding: 10px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: unset;
      cursor: pointer;
      background-color: #e5f2de;
      background-clip: border-box;
      border: 0;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      opacity: 1;
      transition: opacity 1s ease;
      color: #313131;
      font-weight: 700;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
      .customize-tour-home .block-form .customize-indicators button.active, .customize-tour-home .block-form .customize-indicators .btn-slide.active {
        background: #088A00;
        color: #fff; }
      .customize-tour-home .block-form .customize-indicators button .iconarraw, .customize-tour-home .block-form .customize-indicators .btn-slide .iconarraw {
        font-size: 30px;
        vertical-align: middle; }
  .customize-tour-home .block-form img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  .customize-tour-home .block-form .carousel-inner .active {
    animation-name: slideRightToLeft;
    animation-duration: 0.7s; }
  .customize-tour-home .form-customize .opt-des {
    position: relative;
    height: 100%; }
    .customize-tour-home .form-customize .opt-des input[type="checkbox"] {
      display: none; }
    .customize-tour-home .form-customize .opt-des textarea {
      height: 100%; }
    .customize-tour-home .form-customize .opt-des label {
      position: relative; }
    .customize-tour-home .form-customize .opt-des label:before {
      content: '';
      -webkit-appearance: none;
      background-color: #fff;
      border: 2px solid #1d55a0;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      padding: 15px;
      display: inline-block;
      position: absolute;
      bottom: 4px;
      vertical-align: middle;
      left: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      z-index: 3; }
    .customize-tour-home .form-customize .opt-des input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 15px;
      left: 15px;
      width: 8px;
      height: 20px;
      border: solid #1d55a0;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      z-index: 3; }
    .customize-tour-home .form-customize .opt-des:hover img {
      -webkit-filter: sepia(60%);
      filter: sepia(60%);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .customize-tour-home .form-customize .opt-des .title {
      position: absolute;
      bottom: 5px;
      z-index: 2;
      font-size: 20px;
      font-weight: 700;
      width: 96%;
      padding: 0 20px 0 30px;
      margin: 0 2%;
      font-family: "Caveat", cursive;
      font-optical-sizing: auto;
      font-style: normal;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      color: #000;
      background: white;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.8632703081) 0%, rgba(255, 255, 255, 0.8576680672) 20%, rgba(255, 255, 255, 0.868872549) 85%); }
    .customize-tour-home .form-customize .opt-des:hover .title {
      color: #fff;
      background: #5bc721;
      background: linear-gradient(119deg, rgba(81, 186, 25, 0.8) 0%, rgba(67, 171, 11, 0.8) 20%, rgba(63, 156, 13, 0.8) 85%); }

.tourhome {
  position: relative;
  overflow: hidden; }
  .tourhome .icon_bg {
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0.4; }
  .tourhome .icon_bg2 {
    position: absolute;
    bottom: 0;
    right: -100px;
    opacity: 0.4; }
  .tourhome .heading .somuoi {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    background: #088A00;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .tourhome .arrow-slide-tour .arrowslide {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px #cecece solid;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 35%;
    color: #313131;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 85%); }
    .tourhome .arrow-slide-tour .arrowslide:hover {
      color: #313131;
      background: white;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%); }
  .tourhome .arrow-slide-tour .prev-slide-tour {
    left: 0; }
  .tourhome .arrow-slide-tour .next-slide-tour {
    right: 0; }

.arrow-slide-customer .arrowslide {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 2px #cecece solid;
  font-size: 30px;
  text-align: center;
  position: absolute;
  bottom: -7%;
  color: #313131;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 85%); }
  .arrow-slide-customer .arrowslide:hover {
    color: #313131;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 85%); }
.arrow-slide-customer .prev-slide-customer {
  left: 45.5%; }
.arrow-slide-customer .next-slide-customer {
  right: 45.5%; }

.slide-tour-home {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 0 10px #e5e5e5; }

/* box-tour-2
.one-tour{
     @include borderRadius(15px); overflow: hidden;
    
    .cover{
        overflow: hidden; max-height: 300px; @include borderRadius(7px); position: relative;
        .tourstyle{
            position: absolute; top: 5%; left:0; display: inline-flex;  padding: 9px 106px 9px 26px;
            -webkit-mask-image: url('../svg/eg-batch-orange-vector.svg');
            mask-image: url('../svg/eg-batch-orange-vector.svg');
            -webkit-mask-size: 70%;
            mask-size: 70%;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            background: $color_green; //#FBB03B
            align-items: center;
            gap: 10px;
            letter-spacing: .45px;
            line-height: 1;
            color: #fff;
        }
    }
    .des{
        padding: 20px; background: url('../images/package-card4-bg-648x3311.png') right top; 
    }
    a{
        text-decoration: none;
        &:hover{text-decoration: none;}
    }
    h3{
        font-size: 20px; margin-bottom: 20px;
        &:hover{color: red;}
    }
    .country{padding-bottom: 10px;}
    &:hover{
        img{
            -webkit-filter: sepia(60%);
            filter: sepia(60%);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }
    }
}
*/
.one-tour {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden; }
  .one-tour .cover {
    overflow: hidden;
    height: 240px;
    max-height: 240px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    background: #e5f2de; }
    .one-tour .cover .tourstyle {
      position: absolute;
      top: 5%;
      left: 0;
      display: inline-flex;
      padding: 9px 106px 9px 26px;
      -webkit-mask-image: url("../svg/eg-batch-orange-vector.svg");
      mask-image: url("../svg/eg-batch-orange-vector.svg");
      -webkit-mask-size: 70%;
      mask-size: 70%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      background: #088A00;
      align-items: center;
      gap: 10px;
      letter-spacing: .45px;
      line-height: 1;
      color: #fff; }
    .one-tour .cover h3 {
      font-size: 16px;
      margin-bottom: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px;
      width: 100%;
      background: #060706;
      background: linear-gradient(0deg, rgba(6, 7, 6, 0.7988445378) 0%, rgba(14, 17, 13, 0.5943627451) 44%, rgba(255, 255, 255, 0) 100%); }
      .one-tour .cover h3:hover {
        color: red; }
      .one-tour .cover h3 a {
        color: #fff; }
    .one-tour .cover img {
      border-radius: 0; }
    .one-tour .cover .saleoff {
      position: absolute;
      z-index: 2;
      right: 2%;
      top: 2%;
      background: #D10000;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      padding-top: 5px;
      color: #fff;
      box-shadow: 0 0px 5px #ccc; }
    .one-tour .cover .price_tour {
      background: #1d55a0;
      color: #fff;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      border-bottom-right-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      padding: 0.25rem; }
  .one-tour .des {
    height: 230px;
    padding: 20px;
    background: url("../images/package-card4-bg-648x3311.png") right top; }
  .one-tour a {
    text-decoration: none; }
    .one-tour a:hover {
      text-decoration: none; }
  .one-tour .day {
    color: #088A00;
    font-weight: 700; }
  .one-tour .pt {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px #ccc solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    line-height: 20px;
    color: #6c6c6c; }
  .one-tour .btn-contact {
    font-size: 12px; }
  .one-tour .onlyform {
    font-size: 12px; }
  .one-tour .price {
    font-size: 16px;
    font-weight: 700;
    color: #fff; }
  .one-tour .pricestrike {
    font-size: 14px;
    color: #FAFAFA; }
  .one-tour:hover img {
    -webkit-filter: sepia(60%);
    filter: sepia(60%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.country-intro h1 {
  font-family: "Dancing Script", cursive; }

.info-booking-tour .cover {
  border-radius: 50%;
  border: 1px #ccc solid;
  overflow: hidden; }

.destination h3 {
  font-size: 25px;
  color: #088A00;
  font-family: "Dancing Script", cursive; }

.stylewhy h3 {
  font-size: 25px;
  color: #088A00;
  font-family: "Dancing Script", cursive; }

.stylefaqs h3 {
  font-size: 25px;
  color: #088A00;
  font-family: "Dancing Script", cursive; }

.tableprice table {
  width: 100%; }
.tableprice table, .tableprice td, .tableprice th {
  border-collapse: collapse;
  border: 1px #ccc solid;
  padding: 0.5rem; }
.tableprice thead:first-child {
  background: #1d55a0;
  color: #fff; }

.icon {
  color: #088A00; }

.besttour .cover {
  height: 400px;
  overflow: hidden; }

.best-content {
  height: 65px;
  overflow: hidden; }

.filterAjax .ajaxGetTour {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 10px;
  font-weight: 700; }

.one-besttour {
  padding: 20px;
  background: url("../images/package-card4-bg-648x3311.png") no-repeat right top;
  background-size: cover;
  box-shadow: 0 0 5px #ccc !important; }
  .one-besttour h3 {
    font-size: 18px; }
  .one-besttour .cover {
    height: 300px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    .one-besttour .cover img {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      height: 100%;
      width: 100%; }

.tour-style .bg-mayanh {
  background: url("../images/vector2.png") no-repeat top right; }
.tour-style .box-style {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  height: 145px; }
  .tour-style .box-style h4 {
    font-size: 18px; }
  .tour-style .box-style::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 85%); }
  .tour-style .box-style .name_tour {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 10px 30px; }
    .tour-style .box-style .name_tour h4 {
      border-bottom: 1px #ccc solid; }
  .tour-style .box-style:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 85%); }

.customer {
  background: #ecf5fd;
  background: linear-gradient(119deg, #ecf5fd 0%, #ecf5fd 20%, #e5f2de 85%); }
  .customer .box_talking .quote {
    background: #fff;
    padding: 25px;
    font-style: italic;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 200px;
    overflow: hidden; }
  .customer .box_talking .info-person {
    margin-top: 20px; }
    .customer .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%; }
      .customer .box_talking .info-person .cover img {
        width: 100%;
        height: 100%; }
  .customer .box_talking strong {
    font-size: 18px;
    color: #1d55a0;
    font-weight: 700; }
  .customer .box_talking .fromcountry {
    font-size: 16px;
    color: #727272; }
  .customer .box_talking:hover .quote {
    box-shadow: 0 0 10px #ccc; }
  .customer .box_talking:hover .info-person .cover {
    box-shadow: 0 0 10px #ccc; }
  .customer .box_talking:hover .info-person h5 {
    color: #088A00; }

.box-blog .cover {
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .box-blog .cover img {
    transform: scale(1.2, 1.2); }
.box-blog h3 {
  font-size: 18px; }
.box-blog:hover img {
  transform: scale(1, 1);
  animation-name: image_zoom;
  animation-duration: 1s; }

.before-footer {
  float: left;
  width: 100%;
  box-shadow: 0 0 7px #e2e2e2;
  position: relative;
  z-index: 2; }
  .before-footer h4 {
    margin-bottom: 20px;
    font-size: 18px; }
  .before-footer .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .before-footer .social ul li {
      display: inline-flex;
      padding: 0 7px; }
      .before-footer .social ul li i {
        font-size: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px #575757 solid !important;
        width: 55px;
        height: 55px;
        display: block;
        text-align: center;
        line-height: 55px;
        color: #575757 !important; }
        .before-footer .social ul li i.icofont-facebook {
          color: #1d55a0;
          border: 2px #1d55a0 solid; }
        .before-footer .social ul li i.icofont-youtube {
          color: #ff4400;
          border: 2px #ff4400 solid; }
        .before-footer .social ul li i.icofont-instagram {
          color: #da00b6;
          border: 2px #da00b6 solid; }
        .before-footer .social ul li i.icofont-pinterest {
          color: #e00038;
          border: 2px #e00038 solid; }
        .before-footer .social ul li i.icofont-twitter {
          color: #0086d4;
          border: 2px #0086d4 solid; }
        .before-footer .social ul li i:hover {
          background: #fff;
          box-shadow: 0 0 5px #ccc !important;
          border: 2px #088A00 solid !important;
          color: #1d55a0 !important; }

.customize-footer {
  padding: 20px 0;
  background: #e5f2de url("../svg/pattern_xanh.svg");
  background-size: 300px; }
  .customize-footer .cover {
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block; }

footer {
  position: relative;
  background: url("../images/footer-bg.png"); }
  footer::before {
    background: url("../svg/accordion-with-tab-vector1.svg") no-repeat left bottom;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  footer::after {
    background: url("../images/testimonial-one-shape-3.a9af98b7.png") no-repeat 80% 15px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  footer .content-footer {
    position: relative;
    z-index: 1; }

.copyright {
  background-color: #088A00;
  color: #fff; }

.breadcrumb_bar {
  background: #edf2de; }

.sec_why {
  position: relative;
  background: url("../images/pattern_bg_1.png");
  padding-bottom: 40px; }
  .sec_why .title_big {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px; }
    .sec_why .title_big .text-main {
      color: #088A00; }
  .sec_why .box-why {
    background: #fff8f3;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #d7d7d7; }
  .sec_why .icon-why {
    color: #fd7e14; }

/* tour list */
.tour-list {
  background: url("../images/pattern_bg_1.png");
  padding: 40px 0; }

/* end tour list */
/* contact */
.contact {
  background: url("../images/pattern_bg_1.png");
  padding: 40px 0; }

/* end contact */
/* customyourtrip*/
.customyourtrip {
  background: url("../images/pattern_bg_1.png");
  padding: 40px 0;
  position: relative; }
  .customyourtrip h1 {
    font-size: 40px; }
  .customyourtrip .icon-khicau {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0; }

/* detail tour */
.tour-detail {
  background: url("../images/pattern_bg_1.png");
  padding: 40px 0; }
  .tour-detail h1 {
    font-size: 25px; }
  .tour-detail .days {
    text-align: center;
    font-size: 22px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-weight: bold;
    border: 2px #088A00 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #edf2de;
    line-height: 30px; }
  .tour-detail .price {
    font-size: 25px;
    color: #ff7b00; }
  .tour-detail .fiximg {
    overflow: hidden; }
  .tour-detail .big-carousel-pro {
    height: 424px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .tour-detail .big-carousel-pro img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .tour-detail .big-carousel-pro .carousel-item {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden;
      height: 424px; }
  .tour-detail .small-carousel-pro {
    height: 204px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px #f2f2f2 solid; }
    .tour-detail .small-carousel-pro img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .tour-detail .small-carousel-pro .carousel-item {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden;
      height: 204px; }
  .tour-detail .video {
    position: relative;
    height: 204px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px #f2f2f2 solid; }
    .tour-detail .video .play-btn {
      position: absolute;
      width: 100%;
      top: 35%;
      color: #fff;
      text-align: center; }
    .tour-detail .video:hover {
      cursor: pointer; }
      .tour-detail .video:hover img {
        -webkit-filter: sepia(60%);
        filter: sepia(60%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .tour-detail .video:hover .play-btn {
        color: #e00038; }
  .tour-detail .map {
    position: relative;
    height: 204px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px #f2f2f2 solid; }
    .tour-detail .map .iconmap {
      position: absolute;
      width: 100%;
      top: 35%;
      color: #fff;
      text-align: center; }
    .tour-detail .map:hover {
      cursor: pointer; }
      .tour-detail .map:hover img {
        -webkit-filter: sepia(60%);
        filter: sepia(60%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .tour-detail .map:hover .iconmap {
        color: #ff7b00; }
  .tour-detail .menu-tour {
    border-bottom: 2px #088A00 solid; }
    .tour-detail .menu-tour ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .tour-detail .menu-tour ul li {
        display: inline-flex;
        font-size: 14px;
        font-weight: 600; }
        .tour-detail .menu-tour ul li span {
          color: #1d55a0 !important;
          padding: .5rem 1.4rem; }
          .tour-detail .menu-tour ul li span.active {
            color: #313131 !important; }
  .tour-detail .tab-content {
    background: #fff;
    box-shadow: 0 0 5px #e5e5e5; }
    .tour-detail .tab-content .box_iti .iti_title {
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .tour-detail .tab-content .box_iti .iti_title .ngay {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #088A00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        font-size: 19px;
        text-align: center;
        color: #fff;
        font-weight: 700; }
      .tour-detail .tab-content .box_iti .iti_title strong {
        font-size: 18px;
        vertical-align: middle;
        color: #1d55a0; }
    .tour-detail .tab-content .box_iti .iti_phuongtien {
      color: #6c6c6c; }
    .tour-detail .tab-content .box_iti .iti_activities .title {
      color: #1d55a0;
      font-size: 16px;
      font-weight: 600; }
    .tour-detail .tab-content .photo {
      height: 242px;
      overflow: hidden;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .tour-detail .tab-content .box-inclusions h2 {
      font-size: 16px;
      color: #1d55a0; }
  .tour-detail .tab-detail-tour .highlight-over h4 {
    font-size: 16px; }

/* end detail tour */
/* contact */
.contact .contact-info-wrap {
  background: url("../svg/tour-type-section-vector1.svg") right bottom no-repeat;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
.contact .map-conpany {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden; }
.contact .form-contact {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #fff url("../svg/home4-section-bg2.svg") right top no-repeat !important; }
  .contact .form-contact h2 {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    color: #fd7e14; }

/* end contact */
.travel-blog {
  background: url("../images/pattern_bg_1.png");
  padding: 40px 0; }
  .travel-blog h1 {
    font-size: 25px; }

.sidebar-news h3 {
  font-size: 20px;
  text-transform: uppercase; }

.sidebar h4 {
  font-size: 16px;
  border-bottom: 1px #e2e2e2 solid; }

@keyframes show_myBtn {
  from {
    height: 0;
    opacity: 0; }
  to {
    height: 100%;
    opacity: 1; } }
@keyframes hidden_myBtn {
  from {
    height: 100%;
    opacity: 1; }
  to {
    height: 0;
    opacity: 0; } }
@keyframes rotate360 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
#myBtn {
  /*display: none;*/
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  font-size: 14px;
  width: 50px; }
  #myBtn .btnfixed {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #cc0000;
    color: #fff;
    float: left;
    text-align: center;
    margin: 5px 0;
    position: relative; }
    #myBtn .btnfixed span, #myBtn .btnfixed i {
      line-height: 50px;
      height: 50px;
      font-size: 25px; }
  #myBtn .icon-chat {
    height: 0;
    overflow: hidden;
    float: left;
    width: 100%; }
  #myBtn .activeicon {
    animation-name: show_myBtn;
    animation-duration: 1s;
    height: 100%; }
  #myBtn .notactive {
    animation-name: hidden_myBtn;
    animation-duration: 1s;
    height: 0; }
  #myBtn .btn-chat {
    float: left;
    width: 100%; }
  #myBtn .btn-all-chat {
    background: #1d55a0;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 5px 0; }
  #myBtn .rotatebtn {
    animation: rotate360 1s; }
  #myBtn .call-icon-desktop i {
    color: #cc0000; }

/* start countries code */
/* 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 {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
  height: 200px;
  overflow-y: auto;
  /* Thêm thanh cuộn nếu nội dung quá dài */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Thêm bóng đổ cho dropdown */ }

/* Links inside the dropdown */
.dropdown-content span {
  color: black;
  text-align: left;
  padding: 3px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer; }

/* 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) */
.show {
  display: block; }

/* end countries code */
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio (9/16 * 100%) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-bottom: 20px;
  /* Thêm khoảng cách giữa các video */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .youtube-player img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    /* Optional: mờ ảnh khi hover */
    transition: filter 0.2s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .youtube-player img:hover {
      filter: brightness(0.8); }
  .youtube-player .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    /* Kích thước nút play */
    height: 60px;
    background-color: #ff0000;
    /* Màu đỏ YouTube */
    border-radius: 50%;
    /* Hình tròn */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    /* Đảm bảo nút play nằm trên thumbnail */ }
    .youtube-player .play-button::before {
      content: '';
      border-style: solid;
      border-width: 15px 0 15px 25px;
      /* Tạo hình tam giác */
      border-color: transparent transparent transparent #ffffff;
      /* Màu trắng */
      margin-left: 5px;
      /* Để tam giác cân đối hơn */ }

@media (max-width: 767.98px) {
  .canvasmobile {
    background: #fff url("../images/section-vector4.png"); }

  .mainmenu-mobile {
    overflow-y: auto;
    max-height: 600px; }
    .mainmenu-mobile ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .mainmenu-mobile ul li {
        border-bottom: 1px #ccc solid;
        padding: 7px 0; }
        .mainmenu-mobile ul li:last-child {
          border: 0; }
        .mainmenu-mobile ul li ul {
          display: none; }
        .mainmenu-mobile ul li:hover ul {
          display: block; }
          .mainmenu-mobile ul li:hover ul li {
            padding-left: 30px; }

  .slidehome {
    position: relative; }
    .slidehome .carousel-item {
      width: 100%;
      position: relative;
      height: auto;
      overflow: hidden; }
    .slidehome .title-slide {
      position: absolute;
      width: 100%;
      top: 5%;
      text-align: center;
      z-index: 1;
      background: none;
      background-size: cover; }
      .slidehome .title-slide img {
        height: 60px; }
      .slidehome .title-slide h1 {
        font-size: 35px; }
      .slidehome .title-slide h4 {
        font-size: 15px;
        margin-bottom: 0; }
      .slidehome .title-slide h2 {
        font-size: 18px; }
    .slidehome .block-slide {
      position: relative;
      bottom: 0;
      z-index: 1;
      width: 100%; }
      .slidehome .block-slide .block-slide-content {
        background: #fff;
        padding: 20px 20px 0 20px;
        text-align: center;
        -webkit-border-top-left-radius: 130px;
        -webkit-border-top-right-radius: 130px;
        -moz-border-radius-topleft: 130px;
        -moz-border-radius-topright: 130px;
        border-top-left-radius: 130px;
        border-top-right-radius: 130px; }
        .slidehome .block-slide .block-slide-content .one-box img {
          height: 55px; }
        .slidehome .block-slide .block-slide-content .one-box h4 {
          font-size: 15px; }
        .slidehome .block-slide .block-slide-content .one-box a {
          color: #1d55a0; }
        .slidehome .block-slide .block-slide-content .border-responsive-0 {
          border: 0 !important; }

  .arrow-slide-customer .prev-slide-customer {
    left: 35%; }
  .arrow-slide-customer .next-slide-customer {
    right: 35%; }

  .besttour .cover {
    height: auto;
    overflow: hidden; }
  .besttour .title-slide img {
    height: 25px;
    border-radius: 0 !important; }
  .besttour .title-slide h1 {
    font-size: 22px; }

  .best-tour {
    padding: 30px 0; }
    .best-tour .icon-air {
      opacity: 0.1; }
    .best-tour .icon-best-tour {
      bottom: 10%;
      top: auto;
      display: none; }

  .one-tour .des {
    height: 230px;
    overflow: hidden; }

  .videohome iframe {
    height: 250px; }

  .box-search .form-search {
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

  .heading {
    position: relative; }
    .heading .icon-head {
      position: absolute;
      top: -30px;
      left: auto;
      right: 25%; }
      .heading .icon-head img {
        transform: scale(0.5, 0.5);
        animation-name: image_zoom_small;
        animation-duration: 3s;
        animation-iteration-count: infinite; }
    .heading h2 {
      font-size: 25px; }
    .heading h3 {
      font-size: 23px; }

  .how-we-work {
    display: none; }
    .how-we-work .col {
      max-width: 100% !important;
      flex: auto; }
    .how-we-work .step {
      margin-bottom: 20px; }
      .how-we-work .step .des {
        min-height: auto; }

  .customize-tour-home .block-form .customize-indicators {
    position: relative;
    margin: 0; }
    .customize-tour-home .block-form .customize-indicators button, .customize-tour-home .block-form .customize-indicators .btn-slide {
      box-sizing: content-box;
      flex: auto;
      width: auto;
      height: auto;
      padding: 10px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: unset;
      cursor: pointer;
      background-color: #e5f2de;
      background-clip: border-box;
      border: 0;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      opacity: 1;
      transition: opacity 1s ease;
      color: #313131;
      font-weight: 700;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
      .customize-tour-home .block-form .customize-indicators button.active, .customize-tour-home .block-form .customize-indicators .btn-slide.active {
        background: #088A00;
        color: #fff; }
      .customize-tour-home .block-form .customize-indicators button .iconarraw, .customize-tour-home .block-form .customize-indicators .btn-slide .iconarraw {
        font-size: 30px;
        vertical-align: middle; }
    .customize-tour-home .block-form .customize-indicators .text-responsive {
      display: none; }
      .customize-tour-home .block-form .customize-indicators .text-responsive.active {
        display: block; }
    .customize-tour-home .block-form .customize-indicators .reponsive-btn {
      padding: 5px; }
  .customize-tour-home .form-customize .opt-des {
    position: relative;
    height: 100%; }
    .customize-tour-home .form-customize .opt-des label:before {
      bottom: 2px; }
    .customize-tour-home .form-customize .opt-des input:checked + label:after {
      bottom: 10px;
      left: 12px; }
    .customize-tour-home .form-customize .opt-des .title {
      font-size: 14px; }

  .tour-style .box-style {
    height: 92px; }
    .tour-style .box-style .name_tour {
      top: 10%;
      padding: 10px 10px; }
      .tour-style .box-style .name_tour h4 {
        font-size: 16px; }

  .tour-country .box-cat .name {
    font-size: 35px; }

  .before-footer .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .before-footer .social ul li {
      display: inline-flex;
      padding: 0 7px; }
      .before-footer .social ul li i {
        font-size: 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px #088A00 solid;
        width: 45px;
        height: 45px;
        display: block;
        text-align: center;
        line-height: 45px; }

  /* detail tour */
  .tour-detail h1 {
    font-size: 20px; }
  .tour-detail .big-carousel-pro {
    height: 245px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .tour-detail .small-carousel-pro {
    height: 110px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .tour-detail .menu-tour ul li span {
    padding: .5rem 1rem; }

  /* end detail tour */ }
@media (max-width: 991.98px) {
  .tour-country .box-cat .name {
    font-size: 25px; }

  .how-we-work {
    display: none; }
    .how-we-work .step .des {
      min-height: 150px;
      margin-bottom: 15px; }
    .how-we-work .col {
      flex: 0 0 100%; }

  .arrow-slide-customer .prev-slide-customer {
    left: 30%; }
  .arrow-slide-customer .next-slide-customer {
    right: 30%; }

  .besttour .cover {
    height: auto; }
  .besttour .title-slide h1 {
    font-size: 20px; }

  .travel-blog h1 {
    font-size: 22px; }

  .tour-detail .days {
    text-align: center;
    font-size: 22px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-weight: bold;
    border: 2px #088A00 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #edf2de;
    line-height: 30px; }
  .tour-detail .price {
    font-size: 25px;
    color: #ff7b00; }
  .tour-detail .fiximg {
    overflow: hidden; }
  .tour-detail .big-carousel-pro {
    height: 224px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .tour-detail .big-carousel-pro .carousel-item {
      height: 292px; }
  .tour-detail .small-carousel-pro {
    height: 104px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .tour-detail .video {
    position: relative;
    height: 103px; }
    .tour-detail .video .play-btn {
      position: absolute;
      width: 100%;
      top: 35%;
      color: #fff;
      text-align: center; }
    .tour-detail .video:hover {
      cursor: pointer; }
      .tour-detail .video:hover img {
        -webkit-filter: sepia(60%);
        filter: sepia(60%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .tour-detail .video:hover .play-btn {
        color: #e00038; }
  .tour-detail .map {
    position: relative;
    height: 103px; }
    .tour-detail .map .iconmap {
      position: absolute;
      width: 100%;
      top: 35%;
      color: #fff;
      text-align: center; }
    .tour-detail .map:hover {
      cursor: pointer; }
      .tour-detail .map:hover img {
        -webkit-filter: sepia(60%);
        filter: sepia(60%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .tour-detail .map:hover .iconmap {
        color: #ff7b00; }
  .tour-detail .menu-tour ul li span {
    padding: .5rem 1rem; } }
@media (max-width: 1024px) {
  .tour-detail .big-carousel-pro {
    height: 295px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .tour-detail .menu-tour ul li span {
    padding: .5rem 1rem; } }
@media (max-width: 1199.98px) {
  header .mainmenu ul li a {
    padding: 10px 10px; } }
@media (max-width: 1300px) {
  header .mainmenu ul li a {
    padding: 10px 12px; }
  header .btn-customize {
    font-size: 12px; } }

/*# sourceMappingURL=style.css.map */
