@import url("../font-awesome/css/font-awesome.min.css");
@import url("imagehover.css");
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

input[type="text"], input[type="submit"], input[type="password"], input[type="email"], input[type="reset"], textarea, select {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  border: 1px #bf2130 solid !important; }

input[type="text"] {
  padding: .375rem .75rem; }

header {
  background-color: rgba(251, 251, 251, 0.9);
  position: fixed !important;
  z-index: 999;
  float: left;
  width: 100%; }

.btn-plan-trip {
  background: #f5970c;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  text-decoration: none; }
  .btn-plan-trip:hover {
    background: #e78c03;
    color: #fff;
    text-decoration: none; }

.btn {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important; }

.form-filter-tour .form-group {
  margin-bottom: 0; }

.mainmenu ul {
  margin: 25px 0;
  padding: 0;
  list-style-type: none; }
  .mainmenu ul li {
    float: left;
    padding: 5px 15px;
    position: relative; }
    .mainmenu ul li a {
      text-transform: uppercase;
      color: #bf2130;
      text-decoration: none;
      display: inline-block; }
      .mainmenu ul li a:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #bf2130;
        transition: width .3s;
        margin-top: 5px; }
      .mainmenu ul li a:hover:after {
        width: 100%; }
    .mainmenu ul li ul {
      display: none;
      position: absolute;
      left: 8px;
      top: 11px;
      width: 200px;
      background-color: rgba(251, 251, 251, 0.9); }
      .mainmenu ul li ul li {
        float: left;
        width: 100%;
        position: relative; }
        .mainmenu ul li ul li a {
          text-transform: none;
          float: left;
          color: #313131; }
        .mainmenu ul li ul li ul {
          left: 100%;
          top: -25px; }
          .mainmenu ul li ul li ul::before {
            content: '\f105';
            font-family: 'FontAwesome';
            position: absolute;
            left: -7px;
            top: 5px; }
    .mainmenu ul li:hover > ul {
      display: block; }

.slide-search-home {
  position: relative; }
  .slide-search-home .slide {
    position: relative;
    z-index: 1; }

.form-search-tour {
  position: absolute;
  z-index: 2;
  bottom: 40%;
  text-align: center;
  float: left;
  width: 100%; }
  .form-search-tour .title-search {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px; }
  .form-search-tour .boxsearch {
    border: 1px #bf2130 solid;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    width: 40%;
    margin: 0 auto;
    background: #fff; }
    .form-search-tour .boxsearch input, .form-search-tour .boxsearch button {
      border: 0;
      width: 100%;
      -webkit-border-radius: 30px !important;
      -moz-border-radius: 30px !important;
      border-radius: 30px !important;
      padding: 5px 10px;
      border: 0 !important; }
      .form-search-tour .boxsearch input:focus, .form-search-tour .boxsearch button:focus {
        outline: none; }
    .form-search-tour .boxsearch button {
      color: #bf2130; }
      .form-search-tour .boxsearch button:hover {
        background: #f5970c;
        color: #fff; }

.bg-orange {
  background: #feedd7;
  padding: 60px 0; }

.bg-green {
  background: #dafed742;
  padding: 60px 0; }

.imghvr-flip-vert .caption {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 25px; }
  .imghvr-flip-vert .caption a {
    color: #fff;
    top: 35%;
    text-transform: uppercase; }
  .imghvr-flip-vert .caption:hover a {
    text-decoration: underline; }

.imghvr-fold-up {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important; }

.verticalcenter {
  display: table;
  width: 100%;
  height: 100%; }
  .verticalcenter .midlecontent {
    display: table-cell;
    vertical-align: middle; }

.headinghome {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px; }
  .headinghome::after {
    content: ' ';
    width: 70px;
    border-bottom: 2px #bf2130 solid;
    margin: 0 auto;
    float: left;
    position: absolute;
    bottom: -20px;
    left: 47%; }

.onetour {
  overflow: hidden;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  position: relative; }
  .onetour .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important; }
    .onetour .img img {
      height: 100%;
      width: 100%; }
  .onetour .info {
    padding: 40px 10px 0 10px;
    font-size: 13px;
    border: 1px solid #f8f9fa;
    min-height: 190px;
    margin-top: -20px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }
    .onetour .info h3 {
      font-size: 16px;
      min-height: 38px;
      text-transform: uppercase; }
      .onetour .info h3 a {
        text-decoration: none;
        color: #bf2130; }
        .onetour .info h3 a:hover {
          color: #f5970c; }
    .onetour .info .price {
      font-size: 15px;
      color: #bf2130;
      font-weight: bold; }
  .onetour:hover .info {
    border: 1px solid #bf2130; }

.box_tintuc {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  position: relative; }
  .box_tintuc .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    position: relative;
    z-index: 1; }
    .box_tintuc .img img {
      width: 130%; }
  .box_tintuc .info {
    padding: 20px;
    margin: -60px 20px 0 20px;
    background-color: rgba(251, 251, 251, 0.9);
    border: 1px #bf2130 solid;
    position: relative;
    z-index: 2;
    min-height: 210px;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important; }
    .box_tintuc .info h3 {
      font-size: 16px;
      min-height: 38px;
      text-transform: uppercase;
      border-bottom: 2px #bf2130 solid; }
      .box_tintuc .info h3 a {
        text-decoration: none;
        color: #313131; }
        .box_tintuc .info h3 a:hover {
          color: #f5970c; }

footer {
  border-top: 2px #bf2130 solid;
  padding: 40px 0;
  float: left;
  width: 100%; }

.bg-top-page {
  min-height: 100px;
  float: left;
  width: 100%;
  position: relative;
  color: #fff; }
  .bg-top-page h1 {
    font-size: 35px; }
  .bg-top-page .content-top-page {
    position: absolute;
    bottom: 35%;
    float: left;
    width: 100%; }
  .bg-top-page .breadcrumb {
    padding-left: 0; }
    .bg-top-page .breadcrumb a {
      color: #fff; }
      .bg-top-page .breadcrumb a:hover {
        color: #bf2130; }
  .bg-top-page .content-bottom-page {
    position: absolute;
    bottom: 5%;
    float: left;
    width: 100%; }

.icon-catnews {
  text-align: center;
  padding: 25px 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important; }
  .icon-catnews a {
    color: #bf2130; }
    .icon-catnews a:hover {
      text-decoration: none; }
  .icon-catnews i {
    font-size: 50px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px #bf2130 solid; }
  .icon-catnews h2 {
    font-weight: 400; }
  .icon-catnews:hover {
    background: #feedd7;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important; }

.bread-detail {
  color: #fff; }
  .bread-detail a {
    color: #fff; }
    .bread-detail a:hover {
      text-decoration: none;
      color: #bf2130; }

.aboutcountry .iconlist {
  color: #bf2130;
  width: 25px; }
.aboutcountry .card-header {
  font-weight: 600; }

.box-sidebar {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  border: 1px #bf2130 solid;
  padding: 15px; }

.sidebar-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .sidebar-list ul li {
    padding: 7px 0;
    width: 100%;
    border-bottom: 1px #f2f2f2 solid; }
    .sidebar-list ul li a {
      color: #313131; }
      .sidebar-list ul li a:hover {
        color: #bf2130; }

.box-sidebar-news {
  margin: 30px 0; }
  .box-sidebar-news h3 {
    color: #bf2130;
    border-bottom: 2px #bf2130 solid;
    padding-bottom: 5px; }
  .box-sidebar-news .post-sidebar a {
    color: #313131; }
    .box-sidebar-news .post-sidebar a:hover {
      color: #bf2130; }
  .box-sidebar-news .catnews-sidebar {
    margin: 8px 0;
    padding: 10px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important; }
    .box-sidebar-news .catnews-sidebar i {
      font-size: 30px;
      color: #bf2130; }
    .box-sidebar-news .catnews-sidebar h2 {
      color: #313131; }
    .box-sidebar-news .catnews-sidebar:hover {
      background-color: #feedd7; }

.box-cat {
  border: 2px #bf2130 solid;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  padding: 20px; }
  .box-cat a:hover {
    text-decoration: none; }

.boxlogin {
  border: 2px #bf2130 solid;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: 100px 0;
  padding: 20px; }

.maptour {
  float: left;
  width: 100%;
  height: 500px; }
  .maptour #map-canvas {
    float: left;
    width: 100%;
    height: 500px; }

.page-item .page-link {
  color: #313131; }
.page-item.active .page-link {
  color: #313131;
  background-color: #bf2130;
  color: #fff;
  border-color: #bf2130; }

.bg_testimonials {
  padding: 60px 0;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .bg_testimonials .talking {
    font-size: 40px;
    font-weight: 600; }
  .bg_testimonials h3 {
    position: relative;
    color: #169179;
    font-weight: 700;
    margin-bottom: 30px; }
    .bg_testimonials h3:after {
      border-bottom: 1px #bf2130 solid;
      width: 40%;
      content: ' ';
      position: absolute;
      left: 0;
      bottom: -8px;
      float: left; }
  .bg_testimonials .content-testimonial {
    float: left;
    width: 100%;
    overflow: hidden; }
  .bg_testimonials .box_chiase {
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 3px 3px 5px 0px #b8b8b8;
    -moz-box-shadow: 3px 3px 5px 0px #b8b8b8;
    box-shadow: 3px 3px 5px 0px #b8b8b8; }
    .bg_testimonials .box_chiase .chiase_content {
      float: left;
      width: 100%;
      min-height: 160px;
      text-align: justify; }
    .bg_testimonials .box_chiase .chiase_info {
      float: left;
      width: 100%; }
      .bg_testimonials .box_chiase .chiase_info .cover {
        width: 80px;
        height: 80px;
        overflow: hidden;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        float: left;
        margin-right: 10px; }
        .bg_testimonials .box_chiase .chiase_info .cover img {
          width: 100%;
          height: 100%; }
      .bg_testimonials .box_chiase .chiase_info .info h4 {
        color: #bf2130;
        font-weight: 600; }
  .bg_testimonials .swiper-button-next {
    right: -10px; }
  .bg_testimonials .swiper-button-prev {
    left: -10px; }

.detail-tour #getimg {
  height: 380px;
  overflow: hidden; }
.detail-tour .swiper-slide {
  height: 100px !important;
  overflow: hidden;
  object-fit: cover; }
  .detail-tour .swiper-slide img {
    height: 100% !important;
    width: 100%; }

.onlymobile {
  display: none; }

.onlydesktop {
  display: block; }

@media (max-width: 768px) {
  .onlymobile {
    display: block; }

  .onlydesktop {
    display: none; }

  header {
    position: relative !important; }
    header .headmobile {
      position: relative; }
      header .headmobile .btn-menu, header .headmobile .btn-search {
        width: 40px;
        height: 40px;
        text-align: center;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        border: 1px #bf2130 solid; }
      header .headmobile i {
        line-height: 40px;
        color: #bf2130; }
      header .headmobile .btn-menu {
        position: absolute;
        top: 28%;
        left: 15px; }
      header .headmobile .btn-search {
        position: absolute;
        top: 28%;
        right: 15px; }

  .headinghome {
    margin-top: 15px;
    font-size: 25px; }
    .headinghome::after {
      content: ' ';
      bottom: -15px;
      left: 40%; }

  .imghvr-flip-vert .caption {
    font-size: 18px; }

  .bg-orange, .bg-green {
    padding: 30px 0; }

  @keyframes aminationmenu {
    0% {
      left: -100%; }
    100% {
      left: 0; } }
  .block-head {
    display: none;
    position: fixed;
    background: #fff;
    width: 80%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    animation-name: aminationmenu;
    animation-duration: 0.3s; }

  .mainmenu ul li {
    width: 100%;
    border-bottom: 1px #f2f2f2 solid;
    position: relative; }
    .mainmenu ul li a {
      text-transform: uppercase;
      color: #bf2130;
      text-decoration: none;
      display: inline-block; }
      .mainmenu ul li a:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #bf2130;
        transition: width .3s;
        margin-top: 5px; }
      .mainmenu ul li a:hover:after {
        width: 100%; }
    .mainmenu ul li ul {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      background-color: rgba(251, 251, 251, 0.9); }
      .mainmenu ul li ul li {
        float: left;
        width: 100%;
        position: relative; }
        .mainmenu ul li ul li a {
          text-transform: none;
          float: left;
          color: #313131; }
        .mainmenu ul li ul li ul {
          left: 0;
          top: 0; }
          .mainmenu ul li ul li ul::before {
            content: ''; }
          .mainmenu ul li ul li ul li a {
            color: #535353;
            font-size: 14px; }
    .mainmenu ul li:hover > ul {
      display: block; }
    .mainmenu ul li:last-child {
      border-bottom: 0; }
    .mainmenu ul li i {
      position: absolute;
      top: 5px;
      right: 10px; }

  .bg-menu-mobile {
    float: left;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(251, 251, 251, 0.7);
    z-index: 7;
    left: 0; }

  .closemenu {
    font-size: 30px;
    float: right;
    padding: 25px 20px 0 0; }

  .form-search-tour {
    bottom: 10px; }
    .form-search-tour .title-search {
      font-size: 25px;
      margin-bottom: 0; }

  @keyframes aminationsearch {
    0% {
      right: -100%; }
    100% {
      right: 0; } }
  .form-search-tour-mobile {
    display: none;
    animation-name: aminationsearch;
    animation-duration: 0.3s;
    position: absolute;
    z-index: 1100;
    top: 0;
    right: 0;
    text-align: center;
    float: right;
    width: 80%;
    background: #fff;
    padding: 25px 10px; }
    .form-search-tour-mobile .boxsearch {
      border: 1px #bf2130 solid;
      -webkit-border-radius: 30px !important;
      -moz-border-radius: 30px !important;
      border-radius: 30px !important;
      width: 100%;
      margin: 0 auto;
      background: #fff; }
      .form-search-tour-mobile .boxsearch input, .form-search-tour-mobile .boxsearch button {
        border: 0;
        width: 100%;
        -webkit-border-radius: 30px !important;
        -moz-border-radius: 30px !important;
        border-radius: 30px !important;
        padding: 5px 10px;
        border: 0 !important; }
        .form-search-tour-mobile .boxsearch input:focus, .form-search-tour-mobile .boxsearch button:focus {
          outline: none; }
      .form-search-tour-mobile .boxsearch button {
        color: #bf2130; }
        .form-search-tour-mobile .boxsearch button:hover {
          background: #f5970c;
          color: #fff; }
      .form-search-tour-mobile .boxsearch i {
        font-size: 25px; }

  .bg-top-page .content-top-page, .bg-top-page .content-bottom-page {
    bottom: 15%; }
    .bg-top-page .content-top-page h1, .bg-top-page .content-bottom-page h1 {
      font-size: 25px; }
    .bg-top-page .content-top-page .breadcrumb, .bg-top-page .content-bottom-page .breadcrumb {
      margin: 0; }
  .bg-top-page .imgmobile {
    height: 130px;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px; }
    .bg-top-page .imgmobile img {
      height: 100%;
      width: auto; }

  #style-sidebar, #search-sidebar {
    display: none; }

  .box-sidebar h3 {
    font-size: 16px;
    margin: 0; }

  .detail-tour #getimg {
    height: 250px;
    overflow: hidden; }
  .detail-tour .swiper-slide {
    height: 60px !important;
    overflow: hidden;
    object-fit: cover; }
    .detail-tour .swiper-slide img {
      height: 100% !important;
      width: 100%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 86.66667vw; } }

/*# sourceMappingURL=style.css.map */
