/**
 * Theme Name: Poka Theme Child
 * Template: poka-theme
 * Theme URI: https://pokamedia.com
 * Author: Poka Theme
 * Author URI: https://pokamedia.com
 * Description: An Ecommerce theme works with PokaBuilder
 * Version: 1.0.1
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: poka-theme
 * Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
/**
 * Global
 */
p {
  margin: 0 0 10px;
}
.poka-breadcrumb-container .poka-breadcrumb i:last-child{
  display: inline-block !important;
}
pre, blockquote, form, figure, nav, p, dl, ul, ol, li, a {
  font-size: 15px;
}

h1, h2, h3 {
  font-weight: bold;
}

ol, ul {
  margin-left: 20px;
}

.single-post .post-entry-content a,
.single-post .post-entry-content a b,
.single-post .post-entry-content a span{
  font-size: inherit !important;
  color: var(--primary-color);
}
.post-meta .posted-on{
  font-size: 0;
}
.post-meta .posted-on a{
  font-size: 16px;
}
.single-post .mh-content-entry .post-meta{
  margin-bottom: 15px;
}

/* .mh-fontawesome::before,
.mh-fontawesome::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 7px;
} */
/* Form */
select, input, textarea,
.mh-input {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select.mh-input::placeholder,
input.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
  font-weight: 300;
}

strong, b {
  font-weight: bold;
}

.row-small>.flickity-viewport>.flickity-slider>.col, .row-small>.col {
  padding: 0 9.8px 19.6px;
}

.col, .gallery-item, .columns {
  padding: 0 15px 30px;
}

.wpcf7-form {
  margin-bottom: 0;
}

.wpcf7-form .ajax-loader {
  display: none !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.5em 0;
  text-align: center;
  font-size: 14px;
}

/* Radio button */
.checkbox,
.check-radio {
  --background: #fff;
  --border: #D1D6EE;
  --border-hover: #BBC1E1;
  --border-active: var(--primary-color);
  ;
  --tick: #fff;
  position: relative;
  cursor: pointer;
}

.checkbox input,
.checkbox svg,
.check-radio input,
.check-radio svg {
  width: 16px;
  height: 16px;
  display: inline-block !important;
  top: 3px;
}

.checkbox input,
.check-radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border)) !important;
}

.checkbox input:hover,
.check-radio input:hover {
  --s: 2px;
  --b: var(--border-hover);
}

.checkbox input:checked,
.check-radio input:checked {
  --b: var(--border-active);
}

.checkbox svg,
.check-radio svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(var(--scale, 1)) translateZ(0);
  transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox.path input:checked,
.check-radio.path input:checked {
  --s: 2px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.checkbox.path input:checked+svg,
.check-radio.path input:checked+svg {
  --a: 16.1 86.12;
  --o: 102.22;
}

.checkbox.path svg,
.check-radio.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  -webkit-transition: stroke-dasharray .6s, stroke-dashoffset .6s;
  transition: stroke-dasharray .6s, stroke-dashoffset .6s;
}

/* UX Theme */
.widget .is-divider,
.mh-col-no-divider .is-divider {
  display: none;
}

.icon-box-img svg,
.icon-box-img img {
  padding: 0;
}

.banner h2, .banner h3, .banner h1 {
  line-height: 1.3;
}

.dark, .dark p, .dark td, .dark a {
  color: #fff !important;
}

/* Title */
.mh-title-simple {
  padding: 0;
}

.mh-title-simple b {
  display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main {
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

.mh-title-simple.center .section-title {
  justify-content: center;
}

.mh-title-simple.right .section-title {
  justify-content: flex-end;
}

.mh-title-simple.normal .section-title,
.mh-title-simple.normal .section-title-main {
  font-weight: 500;
}

.mh-title-simple.initial .section-title-main {
  text-transform: initial;
  position: relative;
}

/* Breadcrumb */
/* .poka-breadcrumb,
.poka-breadcrumb a {
  font-size: 15px;
} */
.poka-breadcrumb i,.woocommerce-breadcrumb i {
  margin: 0 5px;
}

.poka-breadcrumb i::before,.woocommerce-breadcrumb i::before {
  content: '\f111';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 6px;
  position: relative;
  top: -3px;
}

/* Pagination */
.nav-pagination {
  width: 100%;
}

.nav-pagination>li>span.current {
  border-color: var(--success-color);
  color: var(--success-color);
  background-color: #fff;
}

.nav-pagination>li>a {
  border-color: #fff;
  color: #727a83 !important;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.nav-pagination>li>a:hover {
  color: #fff !important;
  border-color: var(--success-color);
  background-color: var(--success-color);
}

/* Box filter */
.mh-box-filter {
  /* border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px; */
  /* overflow: hidden; */
  max-width: 80%;
}

.mh-box-filter>.col:first-child {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  overflow: hidden;
}

.mh-box-filter>.col:last-child {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  overflow: hidden;
}

.mh-box-filter>.col:not(:last-child) {
  border-right: 1px solid transparent;
}

.mh-box-filter .search-conntent {
  padding: 5px 15px;
  background-color: #fff;
}

.mh-box-filter .search-conntent .icon-box-text {
  padding: 0;
}

/* .mh-box-filter .search-conntent .icon-box-text > span {
  content: '';
  width: 30px;
  height: 30px;
  top: 5px;
  right: 0;
  background-color: #fff;
} */
.mh-box-filter .search-conntent .mh-add-location,
.mh-box-filter .search-conntent .mh-add-location::placeholder,
.mh-box-filter .search-conntent input,
.mh-box-filter .search-conntent select {
  border: 0;
  padding: 0;
  line-height: 40px;
  min-height: 40px;
  font-size: 15px;
  color: #a3a2a2 !important;
  width: 100%;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 300;
  cursor: pointer;
}

.mh-box-filter .search-conntent .icon-inner {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url('assets/img/all-icon.png');
  background-repeat: no-repeat;
}

.mh-box-filter .search-conntent .icon-inner.search {
  background-position: 0 -55px;
}

.mh-box-filter .search-conntent .icon-inner.location {
  background-position: -155px -1px;
}

/* .mh-box-filter .search-conntent .icon-inner.calendar {
  background-position: -190px -1px;
} */
.mh-box-filter input.button,
.mh-box-filter button.button {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  background-color: var(--success-color);
  line-height: 50px;
  min-height: 50px;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 18px;
}

.mh-list-location {
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 115%;
  border: 1px solid #d9d9d9;
  padding: 15px 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  display: none;
}

.mh-list-location.visible {
  display: block;
}

.mh-list-location .spinner {
  margin-top: 10px;
}

.mh-list-location::before {
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  margin-left: 43%;
  content: "";
  transition: margin-left .3s ease-out;
  position: absolute;
  top: -10px;
}

.mh-list-location p,
.mh-list-location h6 {
  color: #333 !important;
}

.mh-list-location h6 {
  margin: 0;
  font-size: 15px;
}

.mh-list-location h6 i {
  font-size: 19px;
  color: #ffb200;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

/* .mh-list-tour-location.scrollbar {
  overflow-y: scroll;
  height: 250px;
}

.mh-list-tour-location.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.mh-list-tour-location.scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.mh-list-tour-location.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
} */

.mh-list-tour-location > .col > .col-inner:not(.empty-resuilt) {
  padding: 9px 8px;
  border: 1px solid transparent;
}

.mh-list-tour-location > .col > .col-inner:not(.empty-resuilt):hover {
  background-color: rgba(64, 166, 242, 0.1);
  border: 1px solid rgba(64, 166, 242, 0.2);
}

.mh-list-tour-location > .col > .col-inner.empty-resuilt {
  padding: 0 9px;
}

.icon-box-destination {
  cursor: pointer;
  align-items: center;
}

.icon-box-destination .icon-box-text {
  padding-left: 10px !important;
}

.icon-box-destination p {
  font-size: 13px !important;
  text-transform: initial !important;
  line-height: 1.3;
}

.icon-box-destination p.tour-name {
  font-weight: bold;
}

.icon-box-destination p.tour-count {
  color: var(--success-color) !important;
}

.icon-box-destination .icon-box-img img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ededed;
}

.icon-box-destination .icon-box-text .label {
  text-align: center;
  border: 1px solid #365899;
  padding: 5px 10px;
  border-radius: 4px;
  color: #365899;
  font-size: 12px;
  line-height: 1;
  top: 5px;
  min-width: 81px;
}

.icon-box-destination .icon-box-text .label i {
  margin-right: 5px;
}

.icon-box-destination .icon-box-text .tour-detail {
  max-width: 73%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mh-list-tour-location .empty-resuilt p {
  text-transform: initial !important;
  color: var(--primary-color) !important;
  font-size: 14px !important;
}

/* Carousel */
.mh-carousel .flickity-button {
  background-color: rgba(255,255,255,.5);
  max-height: 40px;
  min-width: 40px;
  margin: 0 !important;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  opacity: 1;
}

.mh-carousel .flickity-button > svg {
  display: none;
}

.mh-carousel .flickity-button.previous::before,
.mh-carousel .flickity-button.next::before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  transform: translate(0,-50%) rotate(45deg);
  -moz-transform: translate(0,-50%) rotate(45deg);
  -webkit-transform: translate(0,-50%) rotate(45deg);
  -o-transform: translate(0,-50%) rotate(45deg);
  z-index: 2;
  margin: auto;
  position: absolute;
}

.mh-carousel .flickity-button.previous::before {
  left: 17px;
}

.mh-carousel .flickity-button.next::before {
  right: 17px;
}

.mh-carousel .flickity-button:hover {
  background-color: #fff;
  border-color: #fff;
}

.mh-carousel .flickity-button.previous::before {
  border-bottom: 1.5px solid var(--success-color);
  border-left: 1.5px solid var(--success-color);
}

.mh-carousel .flickity-button.next::before {
  border-top: 1.5px solid var(--primary-color);
  border-right: 1.5px solid var(--primary-color);
}

/**
 * Ajax
 */
.before-ajax {
  display: none !important;
}

.spinner.before-ajax {
  display: block !important;
}

.spinner {
  display: none;
  margin: 30px auto 30px;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 13px;
  height: 13px;
  background-color: var(--success-color);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/**
 * Header
 */
/* Header */
/* Topbar */
.mh-topbar p,
.mh-topbar a {
  margin: 0;
  font-size: 14px !important;
  color: #fff !important;
}

.mh-topbar .nav li {
  margin: 0 20px;
}

.mh-topbar .nav li>a {
  padding: 0;
}

.mh-topbar .nav li:not(:first-child)>a::after {
  content: "";
  position: absolute;
  top: 25%;
  width: 1px;
  border-left: 1px solid rgb(255 255 255 / 10%);
  height: 25px;
  margin-top: -7px;
  left: -20px;
}

.mh-topbar-left .col-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mh-topbar-left .social-icons {
  margin-right: 40px;
  position: relative;
}

.mh-topbar-left .social-icons>a {
  font-size: 15px !important;
  margin: 0 5px;
}

.mh-topbar-left .social-icons>a:first-child {
  margin-left: 0;
}

.mh-topbar-left .social-icons::after {
  content: "";
  position: absolute;
  top: 25%;
  width: 1px;
  border-left: 1px solid rgb(255 255 255 / 10%);
  height: 25px;
  margin-top: -7px;
  right: -20px;
}

/* Main */
#masthead {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.top-menu {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mh-main-menu .col-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mh-main-menu .col-inner>.search {
  padding: 0;
  margin: 0 0 0 30px;
  border: 0;
  background-color: #fff;
  color: var(--primary-color);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  min-height: auto;
  line-height: initial;
}

.mh-main-menu .col-inner>.search>i {
  margin: 0;
  top: -10px;
}

.mh-main-menu .nav>li {
  margin: 0 15px;
}

.mh-main-menu .nav>li>a {
  font-size: 16px;
  color: #082e2d;
}

/* Search box */
#mh_search input,
#mh_search button {
  min-height: 40px;
  line-height: 40px;
}

#mh_search input {
  border-right: 0;
}

#mh_search .poka-search-submit {
  border: 0;
  min-width: 100px;
  padding: 0;
}

/**
 * Footer
 */
/* Before */
#menu-footer-footer-3 .nav-top-link {
  display: none;
}
.mh-col-before-footer .icon-box {
  align-items: center;
}

.mh-col-before-footer .icon-box-text {
  padding-left: 30px !important;
}

.mh-col-before-footer .icon-box-text>h5 {
  color: var(--primary-color);
  margin: 0 0 10px;
  font-size: 22px;
  text-transform: initial;
  font-weight: 600;
}

.mh-col-before-footer .icon-box-text>p {
  font-size: 14px;
}

.mh-col-before-footer .wpcf7 input {
  min-height: 50px;
  line-height: 50px;
  font-size: 15px;
}

.mh-col-before-footer .wpcf7 input.wpcf7-text {
  border-color: #d7d7d7;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  padding: 0 15px;
}

.mh-col-before-footer .wpcf7 input.wpcf7-submit {
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  min-width: 150px;
  background-color: var(--success-color);
  text-transform: initial;
}

/* Main */
.mh-col-footer .icon-box-img {
  margin-bottom: 20px;
}

.mh-col-footer .icon-box-text .mh-contact-box {
  padding: 2px 0 2px 20px;
  border-left: 3px solid var(--success-color);
}

.mh-col-footer .icon-box-text .mh-contact-box:not(:last-child) {
  margin: 0 0 20px;
}

.mh-col-footer .icon-box-text .mh-contact-box>p {
  line-height: 1.3;
}

.mh-col-footer .icon-box-text .mh-contact-box>p:nth-child(1) {
  font-size: 15px;
  font-weight: 300;
  color: #5e6d77;
  margin: 0 0 10px;
}

.mh-col-footer .icon-box-text .mh-contact-box>p:nth-child(2),
.mh-col-footer .icon-box-text .mh-contact-box>p:nth-child(2) a {
  font-size: 17px;
}

.mh-col-footer>.col-inner>h5 {
  font-size: 20px;
  margin: 0;
}

.mh-col-footer .nav-vertical>li {
  border: 0;
}

.mh-col-footer .nav-vertical>li>a {
  font-size: 16px;
  font-weight: normal;
}

.mh-col-footer .follow-box .icon-box {
  display: inline-block;
  margin-right: 5px;
}

.mh-col-footer .follow-box .icon-box .icon-box-img {
  margin-bottom: 0;
}

.mh-col-footer .wpcf7-form {
  margin: 0 0 25px;
}

.mh-col-footer .wpcf7-form input {
  line-height: 40px;
  min-height: 40px;
}

.mh-col-footer .wpcf7-form .wpcf7-text {
  border-color: #ebebeb;
}

.mh-col-footer .wpcf7-form .wpcf7-submit {
  margin: 0;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  min-width: 40px;
  background-color: transparent;
}

.mh-col-footer .wpcf7-form .flex-col i {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1bb3ae;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px;
}

.mh-col-footer-bottom p,
.mh-col-footer-bottom p a {
  margin: 0;
  font-size: 14px;
  color: #9b9b9b;
}

/**
 * Page: Homepage
 */
/* Banner */
.mh-home-banner {
  z-index: 10;
}
.mh-home-banner {
  z-index: 10;
}
.mh-home-banner .banner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding:0 !important;
}
.mh-box-banner .text-inner h2,
.mh-box-banner .text-inner p {
  text-transform: uppercase;
}

.mh-box-banner .text-inner h2 {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 35px;
}

.mh-box-banner .text-inner p {
  margin: 0;
  font-size: 16px;
}

/* Điểm đến */
/* .mh-box-destination .box-image {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.mh-box-destination .box-text {
  width: 80%;
}

.mh-box-destination .box-text h4 {
  margin: 0;
  font-size: 17px;
  text-transform: capitalize;
} */
/* Danh mục ... */
.mh-box-cat-tour .box-text-inner>h5 {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
}

/**
 * Page: Liên hệ
 */
.mh-col-contact>.col-inner>h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.mh-col-contact>.col-inner>p {
  font-size: 15px;
  color: #5e6d77;
  margin: 0;
}

.mh-col-contact .wpcf7-form label {
  margin: 0 0 20px;
}

.mh-col-contact .wpcf7-form input,
.mh-col-contact .wpcf7-form textarea {
  margin: 0;
}

.mh-col-contact .wpcf7-form input {
  line-height: 40px;
  min-height: 40px;
}

.mh-col-contact .wpcf7-form .wpcf7-submit {
  padding: 0;
  border: 0;
  min-width: 230px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.mh-box-company .box-text {
  position: absolute;
  max-width: 385px;
  left: -60px;
  top: 20%;
}

.mh-box-company .box-text h4 {
  font-size: 30px;
  margin: 0 0 20px;
}

.mh-box-company .box-text p,
.mh-box-company .box-text a {
  font-size: 15px;
  line-height: 1.3;
  overflow: visible;
}

.mh-box-company .box-text a {
  display: inline-block;
  margin: 0;
}

.mh-box-company .box-text p {
  margin: 0 0 10px;
}

/**
 * Page: Giới thiệu
 */
/* Tầm nhìn ... */
.mh-col-instroduce .box-text-inner h4 {
  color: var(--success-color);
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 500;
}

.testimonial-box .icon-box-img {
  width: 100% !important;
}

.testimonial-box .icon-box-text p.name {
  font-weight: 600;
}

.mh-col-instroduce .box-text-inner p {
  font-size: 14px;
  text-align: justify;
}

/* Kinh nghiệm ... */
.mh-col-exp>.col-inner>p {
  margin: 0;
  font-size: 16px;
}

.mh-col-exp>.col-inner>p.exp {
  font-size: 40px;
}

/* Khách hàng ... */
.mh-testimonial {
  margin-bottom: 40px !important;
}

.testimonial-box {
  opacity: .5;
}

.is-selected .testimonial-box {
  opacity: 1;
}

.testimonial-box .icon-box-img {
  margin-bottom: 30px;
}

.testimonial-box .icon-box-text p {
  margin-bottom: 0;
}

.testimonial-box .icon-box-text p.company {
  color: #7a7a7a;
}

.testimonial-box .icon-box-text {
  opacity: 0;
}

.is-selected .testimonial-box .icon-box-text {
  opacity: 1;
}

.testimonial-content {
  max-width: 830px;
  margin: auto !important;
  font-size: 16px;
}

.mh-testimonial-nav {
  max-width: 600px;
  margin: auto !important;
}

.mh-testimonial::before,
.mh-testimonial::after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 50px;
  background-image: url('assets/img/all-icon.png');
  background-repeat: no-repeat;
  position: absolute;
}

.mh-testimonial::before {
  background-position: 2px 2px;
  left: 95px;
  top: -40px;
}

.mh-testimonial::after {
  background-position: -80px 2px;
  right: 110px;
  bottom: -40px;
}

/**
 * Page: Cám ơn
 */
.mh-col-thanks p {
  font-size: 17px;
}

/**
 * Page: Đăng ký dịch vụ
 */
.mh-col-regiter-services .wpcf7-form label {
  margin: 0 0 20px;
}

.mh-col-regiter-services .wpcf7-form input,
.mh-col-regiter-services .wpcf7-form select {
  min-height: 35px;
}

.mh-col-regiter-services .wpcf7-form input,
.mh-col-regiter-services .wpcf7-form select,
.mh-col-regiter-services .wpcf7-form textarea {
  font-size: 14px;
  margin: 0;
  line-height: 35px;
  color: #333;
}

.mh-col-regiter-services .wpcf7-form textarea {
  min-height: 100px;
}

.mh-col-regiter-services .wpcf7-form input::placeholder,
.mh-col-regiter-services .wpcf7-form textarea::placeholder {
  color: #333;
}

.mh-col-regiter-services .wpcf7-form .wpcf7-submit {
  padding: 0;
  border: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  background-color: #1bb3ae;
  min-height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-transform: initial;
}

/**
 * Blog
 */
.post-meta::before {
  content: '\f073';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

/* Archive */
.mh-grid-blog .box-text-inner .post-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  min-height: 40px;
}

.mh-grid-blog .box-text-inner .post-meta {
  font-size: 15px;
}

/* Single */
.mh-content-entry h1 {
  font-size: 36px;
}

.mh-content-entry h2 {
  font-size: 30px;
}

.mh-content-entry h3 {
  font-size: 24px;
}

.mh-content-entry h4 {
  font-size: 20px;
}

.mh-content-entry h5 {
  font-size: 18px;
}

.mh-related-post>.col-inner>h6 {
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 25px;
}

/**
 * Sidebar
 */
.mh-sidebar .searchform {
  margin: 0 0 25px;
}

.mh-sidebar .searchform input,
.mh-sidebar .searchform button {
  line-height: 50px;
  min-height: 50px;
  border: 0;
  background-color: #f3f3f3;
  color: #737373;
  font-size: 15px;
}

.mh-sidebar .searchform button {
  padding: 0;
}

.mh-sidebar .searchform button i {
  font-size: 14px !important;
}

.mh-sidebar .mh-title {
  font-size: 24px;
  text-transform: initial;
  opacity: 1;
  margin: 0 0 25px;
}

.mh-sidebar .box-text-inner .post-title {
  margin: 0;
  font-size: 15px;
}

/**
 * Tour
 */
/* Archive */
.mh-description-tour {
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e1e1e1;
}

.mh-description-tour>h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.3;
}

.mh-description-tour p {
  font-size: 14px;
  text-align: center;
}
.mh-description-tour a{
  font-size: inherit;
  color: var(--primary-color);
}
.mh-description-tour a:hover{
  color: #333;
}
.mh-description-tour .description-tour {
  height:200px;
  overflow: hidden;
}

.mh-tour-order .count {
  font-size: 22px;
  text-transform: capitalize;
}

.mh-tour-order .by {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
}

.mh-tour-order .woocommerce-ordering {
  font-size: 14px;
  margin: 0;
}

.mh-tour-order .woocommerce-ordering .orderby {
  margin: 0;
  border: 0;
  max-width: 150px;
}

/* Box product */
.product-small.box {
  border: 1px solid #e1e1e1;
}

.product-small.box .badge-container {
  margin: 0;
  right: -35px;
  top: -10px;
  left: auto;
  font-size: 13px;
  font-weight: 600;
  transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -webkit-transform: rotate(38deg);
  -o-transform: rotate(38deg);
}

.product-small.box .badge-container .badge-inner {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
  min-width: 90px;
  padding: 20px 0 0;
}

.product-small.box .box-text-products {
  padding: 20px 15px;
}

.product-small.box .box-text-products p {
  margin: 0;
  font-size: 14px;
}

.product-small.box .box-text-products p i {
  font-size: 13px;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.product-small.box .box-text-products .map {
  color: #67757f;
}

.product-small.box .box-text-products .clock,
.product-small.box .box-text-products .start {
  color: #818c94;
}

.product-small.box .name.product-title {
  margin: 0 0 10px;
}

.product-small.box .name.product-title a {
  min-height: 42px;
  margin: 0;
  color: #082e2d;
  font-size: 15px;
  line-height: 1.4;
font-weight: 600;
}

.product-small.box .name.product-title a:hover {
  color: var(--primary-color);
}

.product-small.box .price-wrapper {
  position: absolute;
  right: 20px;
  bottom: 23px;
}

.product-small.box .price-wrapper>.price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}

.product-small.box .price-wrapper>.price del {
  margin: 0 0 6px;
}

.product-small.box .price-wrapper>.price del span {
  color: #cc0033;
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
}

.product-small.box .price-wrapper>.price ins span,
.product-small.box .price-wrapper>.price>span.amount {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}

/* Sidebar */
.mh-widget {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 0 30px;
}

.mh-widget .widget-title {
  font-size: 20px;
  padding: 15px 15px;
  line-height: 1.3;
  border-bottom: 1px solid #e1e1e1;
}

.mh-widget .widget-title::before {
  content: "";
  position: absolute;
  top: 14px;
  width: 3px;
  border-left: 3px solid var(--success-color);
  height: 25px;
  left: 0;
}

/* Danh sách Tour nhỏ */
.mh-widget ul,
.mh-widget ul.menu li {
  margin: 0;
  list-style-type: none;
  position: relative;
}

.mh-widget ul.menu .sub-menu {
  margin: 0 0 10px 10px;
  display: none !important;
}

.mh-widget ul.menu .sub-menu.visible {
  display: block !important;
}

.mh-widget ul.menu .sub-menu a {
  padding: 5px 15px;
  font-size: 14px;
}

.mh-widget ul.menu .sub-menu a::before {
  content: '\f0da';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 5px;
  font-size: 13px;
}

.mh-widget ul.menu>li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.mh-widget ul.menu>li a {
  font-size: 15px;
  display: block;
  line-height: 1.3;
}

.mh-widget ul.menu>li>a {
  padding: 10px 15px;
}

.mh-widget ul.menu>li.menu-item-has-children::before {
  content: '\f107';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mh-widget ul.menu li.menu-item-has-children::before {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.mh-widget ul.menu li.menu-item-has-children.visible::before {
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Danh sách Tour lớn - Filter */
.mh-widget>.filter-item:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.filter-item {
  padding: 20px 15px;
}

.filter-item .mh-title-filter {
  font-size: 16px;
}

/* .filter-item .icon-box {
  align-items: center;
} */
.filter-item .icon-inner {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background-image: url('assets/img/all-icon.png');
  background-repeat: no-repeat;
}

.filter-item .icon-inner.location {
  background-position: -155px -1px;
}

.filter-item .icon-inner.calendar {
  background-position: -190px -1px;
}

.filter-item .icon-box-text {
  padding-left: 12px !important;
}

.filter-item .icon-box-text p,
.filter-item .icon-box-text select {
  font-size: 14px;
  line-height: 1;
}

.filter-item .icon-box-text select,
.filter-item .icon-box-text input {
  margin: 0;
  border: 0;
  padding: 0;
  color: var(--success-color);
  line-height: 20px;
  height: 30px;
}

.filter-item .icon-box-text .destination-name {
  padding: 10px 0 0;
  cursor: pointer;
  color: #67757f;
}

.filter-item .mh-list-destination {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e1e1e1;
  z-index: 9;
  top: 50px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  display: none;
  overflow: scroll;
    max-height: 16em;
}

.filter-item .mh-list-destination.visible {
  display: block;
}

.filter-item .mh-list-destination p {
  cursor: pointer;
  line-height: 25px;
  padding: 0 5px;
}

.filter-item .mh-list-destination p:hover {
  color: var(--success-color);
}

.filter-item .icon-box-text input.date {
  line-height: 20px;
  height: 20px;
}

.filter-item .mh-title-list {
  color: #636d77;
  margin: 0 0 10px;
  font-size: 15px;
}

.filter-item .mh-more-filter {
  color: var(--success-color);
  font-size: 14px;
}

.filter-item .mh-more-filter i {
  margin-left: 5px;
}

.filter-item .list-filter li {
  margin: 0 0 10px;
  cursor: pointer;
  padding-left: 3px;
}

.filter-item .list-filter li,
.filter-item .list-filter li label {
  font-size: 14px;
}

.filter-item .list-filter li i {
  margin-right: 5px;
  font-size: 15px;
}

/* .filter-item .list-filter label {
  margin: 0 0 10px;
  font-size: 14px;
  cursor: pointer;
} */
.filter-item .list-filter label input {
  margin-right: 3px;
}

.filter-item .list-filter-limit {
  height: 95px;
  overflow: hidden;
}

.filter-item .list-filter-limit.full {
  height: 100%;
}

.filter-item .more {
  color: var(--success-color);
  font-size: 14px;
  cursor: pointer;
}

.filter-item .more i {
  margin-left: 5px;
}

.filter-item .star-rating {
  display: inline-block;
  margin: 0;
  position: relative;
  top: 2px;
}

.filter-item .accordion-title,
.filter-item .accordion-title .toggle {
  border: 0;
  padding: 0;
}

.filter-item .accordion-title.active {
  background-color: transparent;
  color: #333;
  font-weight: normal;
}

.filter-item .accordion-title .toggle {
  margin: 0;
  top: 0;
  right: 0;
  font-size: 12px;
  left: auto;
  opacity: 1;
}

.filter-item .accordion-inner {
  padding: 10px 0 0;
}

/* Single */
/* Content */
/* .mh-col-content-tour .mh-title-content-tour,
.mh-col-content-tour .product_title {
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 15px;
  color: var(--primary-color);
} */

.mh-col-content-tour .product_title {
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 15px;
  color: var(--primary-color);
}

.mh-col-content-tour .nav-tour {
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 20px;
  background-color: #fff;
}

.mh-col-content-tour .nav-tour li {
  margin: 0 10px;
}

.mh-col-content-tour .nav-tour li a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 12px 15px;
  line-height: 1.3;
  color: #333;
}

.mh-col-content-tour .nav-tour li.active a {
  color: var(--success-color);
}

.mh-col-content-tour .nav-tour li a::before {
  top: auto;
  bottom: 0;
  background-color: var(--success-color);
}

.mh-col-content-tour .mh-panels .panels-tour {
  margin: 0 0 25px;
}

.mh-col-content-tour .title-panels {
  border-left: 3px solid var(--primary-color);
  padding: 2px 0 2px 10px;
  color: var(--primary-color);
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: bold;
}

.mh-col-content-tour .mh-panels h4:not(.title-panels):not(.schedule-title),
.mh-col-content-tour .mh-panels h5:not(.title-panels):not(.schedule-title),
.mh-col-content-tour .mh-panels h6:not(.title-panels):not(.schedule-title) {
  font-size: 17px;
  font-weight: 600;
}

.mh-col-content-tour .mh-panels p,
.mh-col-content-tour .mh-panels a,
.mh-col-content-tour .mh-panels li {
  font-size: 15px;
  margin: 0 0 5px;
}

.mh-col-content-tour .mh-panels img {
  margin: 0 0 15px;
}

.mh-col-content-tour .schedule-item {
  padding-left: 20px;
  border-left: 1px solid var(--success-color);
}

.mh-col-content-tour .panels-tour > .schedule-item:not(:last-child)  {
  padding-bottom: 15px;
}

.mh-col-content-tour .schedule-item .dot {
  height: 25px;
  width: 25px;
  background-color: var(--success-color);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -14px;
}

.mh-col-content-tour .schedule-item .schedule-title {
  color: #333;
  font-size: 15px;
  margin: 0 0 15px;
  opacity: 1;
  font-weight: bold;
}

.mh-tour-reviews {
  margin: 0 0 60px;
}

.mh-tour-reviews .flickity-page-dots {
  bottom: -40px;
}

.mh-tour-reviews .flickity-page-dots li {
  margin: 0 3px;
  border-width: 1px;
  border-color: var(--success-color);
}

.mh-tour-reviews .flickity-page-dots .is-selected {
  background-color: var(--success-color);
}

.mh-tour-reviews .tour-review-inner {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;;
  background-color: #fbfbfb;
  padding: 20px;
}

.mh-tour-reviews .tour-review .reviews-title {
  font-weight: bold;
  font-size: 18px;
  color: var(--success-color);
  margin: 0 0 10px
}

.mh-tour-reviews .tour-review .reviews-title i {
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: -1px;
}

.mh-tour-reviews .tour-review .icon-box {
  margin: 20px 0 0;
}

.mh-tour-reviews .tour-review .icon-box .icon-box-text > p {
  font-weight: bold;
  color: var(--success-color);
}

/* .tour-accordion-schedule .accordion-item>a {
  border-color: #f1f1f1;
  padding: 10px 15px;
}

.tour-accordion-schedule>.accordion-item:first-child>a {
  border: 0;
}

.tour-accordion-schedule .accordion-item>a .toggle {
  border: 0;
  margin: 0;
  position: absolute;
  top: 6px;
  right: 10px;
  left: auto;
}

.tour-accordion-schedule .accordion-item .accordion-inner {
  padding: 15px 0;
} */

/* .mh-col-tour-info>.col-inner>.mh-tour-info {
  padding: 15px;
  border: 1px solid #e1e1e1;
}

.mh-col-tour-info .product_title {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.3;
} */

.mh-box-tour-info .box-tour {
  padding: 0 0 10px;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}

.mh-box-tour-info p {
  margin: 0;
  font-size: 14px;
}

.mh-box-tour-info p i {
  color: #333;
  min-width: 18px;
  text-align: center;
}

.mh-col-tour-info .mh-box-tour-info p span.amount {
  opacity: 1;
  margin: 0;
  color: #f00;
}

.mh-col-tour-info .mh-box-tour-info .mh-single-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1;
}

.mh-col-tour-info .mh-box-tour-info p span.amount>bdi {
  font-size: 30px;
}

.mh-col-tour-info .mh-box-tour-info p del span.amount>bdi {
  font-size: 17px;
  color: #333;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.mh-col-tour-info .button {
  margin: 5px 0 0;
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  min-height: 60px;
}

.mh-col-tour-info .button i {
  font-size: 22px;
  margin: 0 0 0 2px;
  position: relative;
  top: -2px;
}

.mh-col-tour-info .button span {
  font-size: 13px;
  display: block;
  text-transform: initial;
  line-height: 1.3;
}

.mh-tour-book .price {
  font-size: 16px;
  color: #f00;
  font-weight: bold;
}

.button-book-tour {
  padding: 0 15px 15px;
}

.button-book-tour .button {
  margin: 0;
  font-size: 16px;
}

.button-book-tour .button span {
  font-size: 12px;
}

.button-book-tour .button i {
  font-size: 18px;
}

.form-tuvan .icon-box {
  align-items: center;
}

/* .form-tuvan form {
  display: flex;
} */

.form-tuvan form span {
  margin: 0;
}

.form-tuvan .col-inner > p {
  font-size: 14px;
  margin: 0 0 5px;
}

.form-tuvan .col-inner > p:last-child {
  margin: 0;
}

.form-tuvan .wpcf7-form input {
  margin: 0;
  border: 0;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
}

.form-tuvan .wpcf7-form .flex-row {
  border: 2px solid var(--success-color);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  margin: 0 0 5px;
}

.form-tuvan .wpcf7-submit {
  background-color: var(--success-color);
}

.form-tuvan .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 5px;
  padding: 5px;
  font-size: 13px;
  line-height: 1.3;
}

.mh-col-content-tour .mh-showmore button {
  font-size: 15px;
  text-transform: initial;
  font-weight: normal;
  margin: 5px 0 0;
  border: 0;
  padding: 0;
  color: var(--success-color);
}

.mh-col-content-tour .mh-showmore button i {
  margin-left: 5px !important;
  margin-right: 0 !important;
  font-size: 12px;
  position: relative;
  top: -1px;
}
/* .tour-accordion-schedule > .accordion-item:first-child .accordion-inner {
  display: block;
}

.mh-col-content-tour .product_title {
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.mh-col-content-tour .location i {
  color: #5e6d77;
  margin-right: 5px;
}

.mh-col-content-tour .row-tour-info {
  margin: 20px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.mh-col-content-tour .row-tour-info .col-inner {
  padding: 20px 5px;
} */
/* .mh-col-content-tour .row-tour-info > .col:first-child .col-inner {
  padding-left: 0;
}

.mh-col-content-tour .row-tour-info > .col:last-child .col-inner {
  padding-right: 0;
} */
/* .mh-col-content-tour .row-tour-info .icon-box {
  align-items: center;
}

.mh-col-content-tour .row-tour-info .icon-box i {
  color: #5191fa;
  font-size: 32px;
}

.mh-col-content-tour .row-tour-info .icon-box-text h5,
.mh-col-content-tour .row-tour-info .icon-box-text p {
  line-height: 1.6;
  font-size: 13px;
}

.mh-col-content-tour .row-tour-info .icon-box-text h5 {
  font-weight: bold;
}

.mh-col-content-tour .row-tour-info .icon-box-text p {
  color: #6c6c6c;
}

.mh-col-content-tour .mh-title-items {
  text-transform: capitalize;
  font-size: 25px;
  margin: 0 0 20px;
}

.mh-col-content-tour .tour-content {
  margin: 0 0 30px;
}

.mh-col-content-tour .tour-content>h5 {
  margin: 0 0 20px;
  font-size: 20px;
}

.mh-col-content-tour .tour-content>ul {
  margin: 0;
  list-style-type: none;
}

.mh-col-content-tour .tour-content>ul>li {
  margin: 0 0 15px;
  color: #6c6c6c;
}

.mh-col-content-tour .tour-content>ul>li i {
  margin-right: 5px;
  color: var(--success-color);
}

.mh-col-content-tour .tour-content>ul>li i.fa-circle {
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.mh-col-content-tour .tour-entry-content {
  height: 300px;
  color: #6c6c6c;
  overflow: hidden;
}

.mh-col-content-tour .separator {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  opacity: 1;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease;
  min-height: 115px;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgb(255 255 255 / 68%) 0%, #fff 100%);
  bottom: 40px;
}

.mh-col-content-tour .mh-showmore button {
  font-size: 15px;
  text-transform: initial;
  font-weight: normal;
  margin: 5px 0 0;
  border: 0;
  padding: 0;
  color: var(--success-color);
}

.mh-col-content-tour .mh-showmore button i {
  margin-left: 5px !important;
  margin-right: 0 !important;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.mh-col-content-tour .mh-list-extra-cost {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mh-col-content-tour .mh-list-extra-cost>li {
  width: 50%;
}

.mh-col-content-tour .mh-list-extra-cost>li .fa-times {
  color: #f00;
}

.mh-col-content-tour .mh-tour-type {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0 10px;
}

.mh-col-content-tour .mh-tour-type ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mh-col-content-tour .mh-tour-type ul li {
  width: 33.3333%;
  margin: 0 0 20px;
}

.mh-col-content-tour .mh-tour-type ul li a,
.mh-col-content-tour .mh-tour-type ul li a i {
  color: #5e6d77;
  font-size: 16px;
}

.mh-col-content-tour .mh-tour-type ul li a:hover,
.mh-col-content-tour .mh-tour-type ul li a:hover i {
  color: var(--success-color);
}

.mh-col-content-tour .mh-tour-type ul li a i {
  font-size: 20px;
  margin-right: 15px;
} */
/* Sidebar */
.mh-col-sidebar-tour>.col-inner>h6 {
  text-transform: initial;
  font-size: 22px;
  opacity: 1;
  font-weight: 500;
  margin: 0 0 20px;
}

.mh-col-sidebar-tour .filter-tour-submit {
  margin: 0;
  border: 0;
  width: 100%;
  padding: 0;
  line-height: 45px;
  min-height: 45px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: initial;
  font-size: 17px;
  font-weight: normal;
}

/* Form book */
/* .widget-book {
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  margin: 0 0 40px;
}

.box-price-tour {
  background-color: var(--success-color);
  color: #fff;
  min-height: 95px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px;
  overflow: hidden;
}

.box-price-tour span {
  color: #fff;
  opacity: 1 !important;
}

.box-price-tour ins,
.box-price-tour del {
  line-height: 1.3;
}

.box-price-tour del span {
  font-size: 15px;
}

.box-price-tour>span.amount,
.box-price-tour ins span {
  font-size: 24px;
  font-weight: 600;
}

.box-price-tour .sale-badge {
  top: -18px;
  right: -35px;
  font-size: 15px;
  background-color: var(--secondary-color);
  padding: 30px 0 0;
  font-weight: 600;
  transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -webkit-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  min-width: 80px;
  text-align: center;
}

.form-book-tour .book-control {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px;
}

.form-book-tour .book-control input {
  border: 0;
  color: #626262;
}

.form-book-tour .book-control p {
  font-size: 14px;
}

.form-book-tour .book-control #book-time {
  width: 100%;
  line-height: 40px;
  min-height: 40px;
  padding: 0;
}

.form-book-tour .book-control .note {
  color: #626262;
}

.form-book-tour .book-control .number {
  display: flex;
  flex-direction: row;
}

.form-book-tour .book-control .number span,
.form-book-tour .book-control .number input {
  text-align: center;
  line-height: 40px;
  min-height: 40px;
  font-size: 19px;
}

.form-book-tour .book-control .number span {
  width: 20%;
  cursor: pointer;
  color: #808c94;
  font-size: 23px;
  position: relative;
  top: 3px;
}

.form-book-tour .book-control .number input {
  width: 60%;
  color: var(--success-color);
}

.form-book-tour .mh-submit-book .button {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  line-height: 45px;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 17px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
} */
/* Range price */
.range-container {
  margin: 0 auto 10px;
  max-width: 93%;
}

.slider-labels {
  margin: 10px 0 15px;
}

.slider-labels .caption>span {
  font-size: 14px;
  background-color: var(--success-color);
  padding: 3px 5px;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top .3s;
  transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -7px;
  top: -5px;
  cursor: pointer;
  background-color: var(--success-color);
  ;
}

.noUi-background {
  background-color: #D6D7D9;
}

.noUi-connect {
  background-color: var(--success-color);
  ;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid var(--success-color);
  border: 8px solid #1bb3ae8c;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

[disabled].noUi-connect, [disabled] .noUi-connect {
  background-color: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid var(--success-color);
  border: 8px solid #1bb3ae8c;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

[disabled].noUi-connect, [disabled] .noUi-connect {
  background-color: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

/**
 * Page: Booking
 */
#booking-form .next-btn,
#booking-form .prev-btn,
#booking-form .submit-btn {
  background-color: var(--primary-color);
  padding: 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 40px;
  min-height: 40px;
  min-width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: 0.5s;
  width: 100%;
  cursor: pointer;
  margin: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

#booking-form .submit-btn {
  background-color: var(--success-color);
}

#booking-form .next-btn i,
#booking-form .prev-btn i,
#booking-form .submit-btn i {
  font-size: 15px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

/* #booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
  background-color: #444b5d;
  color: #fff;
} */

/* Progress Bar */
.progress-wrap {
  margin: auto;
  display: table;
  width: 80%;
}

.line-progress-bar {
  display: flex;
  margin: auto;
  width: 100%;
}

.line {
  height: 1px;
  width: 80%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(217, 217, 217);
  position: absolute;
  margin-top: 8px;
}

.progress-wrap div ul {
  display: flex;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px;
  justify-content: space-between;
  z-index: 1;
}

.progressbar-dots {
  display: inline-flex;
  border: #949494 solid 4px;
  background: #333333;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #737373;
  font-size: 20px;
  margin-left: 0px;
  border: 0px solid rgb(217, 217, 217);
  background-color: rgb(217, 217, 217);
  font-size: 13px;
}

.progressbar-dots span {
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  margin-top: 50px;
}

.progressbar-dots.active {
  background-color: var(--success-color);
  color: #fff;
}

.progressbar-dots.active span {
  color: var(--success-color);
}

/*  Tab */
.tab-pane {
  display: none;
}

.tab-pane:first-child {
  display: block;
}

/* Error */
span.error {
  color: #D6041D;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: initial;
  font-size: 13px;
}

.mh-section-booking {
  background-color: rgba(0, 0, 0, 0.03);
}

.mh-row-booking {
  max-width: 600px;
}

.mh-row-booking .box-content-tour {
  padding: 15px;
  border: 1px solid #cbd3db;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 0 0 10px;
}

.mh-row-booking .box-content-tour .title-steps {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
  color: var(--primary-color);
}

.mh-row-booking .box-content-tour .title-steps span {
  background-color: #ff9933;
  text-align: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.mh-row-booking .box-tour h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--primary-color);
  margin: 0 0 3px;
}

.mh-row-booking .mh-box-tour-info p {
  font-size: 14px;
}

.mh-row-booking .mh-box-tour-info p span.amount {
  color: #c00;
  font-size: 16px;
}

.mh-row-booking .mh-box-tour-info p i {
  margin-right: 4px;
  font-size: 13px;
  min-width: 16px;
  text-align: center;
  color: var(--primary-color);
}

.mh-calendar-tour .pignose-calendar {
  width: 100%;
  max-width: initial;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.mh-calendar-tour .pignose-calendar .pignose-calendar-body {
  padding-bottom: 0;
}

.mh-calendar-tour .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  text-transform: initial;
}

.mh-calendar-tour .mh-date-select {
  margin: 0 0 5px;
  color: var(--primary-color);
  font-weight: bold;
}

.mh-option-tour .box-quantity {
  background-color: #f5f5f5;
  padding: 5px 15px 10px;
}

.mh-option-tour .box-quantity .quantity:not(:last-child) {
  border-bottom: 1px solid #eaeef3;
}

.mh-option-tour .box-quantity .quantity {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mh-option-tour .box-quantity .quantity input {
  border: 0;
  background-color: transparent;
}

.mh-option-tour .box-quantity .quantity>span {
  font-size: 15px;
  min-width: 130px;
  display: inline-block;
}

.mh-option-tour .box-quantity .quantity .plus,
.mh-option-tour .box-quantity .quantity .minus {
  cursor: pointer;
}

.mh-option-tour .box-quantity .quantity .plus,
.mh-option-tour .box-quantity .quantity .minus,
.mh-option-tour .box-quantity .quantity input {
  line-height: 45px;
  min-height: 45px;
}

.mh-option-tour .box-quantity .total-human {
  min-height: 45px;
  line-height: 45px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-weight: bold;
  color: var(--primary-color);
}

.mh-option-tour .box-quantity .total-human b {
  font-size: 18px;
  color: #dd3802;
}

.mh-option-tour .box-quantity .total-human:not(:last-child) {
  border-bottom: 1px solid #eaeef3;
}

.mh-contact-tour input,
.mh-contact-tour select,
.mh-contact-tour textarea {
  border-color: #eaeef3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 0;
  font-size: 15px;
}

.mh-contact-tour input,
.mh-contact-tour select {
  line-height: 40px;
  min-height: 40px;
}

.mh-contact-tour .input-icon i {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--primary-color);
  background-color: #1bb3ae29;
  border-right: 1px solid #eaeef3;
}

.mh-contact-tour .input-icon input,
.mh-contact-tour .input-icon select {
  padding-left: 50px;
}

.mh-contact-tour .mh-booking-submit {
  margin: 0;
  border: 0;
  padding: 0;
  min-width: 220px;
  line-height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
}

#msform {
  width: 400px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: absolute;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #fff;;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
  background: #27AE60;
  color: white;
}

.box-content-tour-views .tour-views:not(:last-child) {
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
}

.box-content-tour-views p {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
}

.box-content-tour-views .total-cost-tour {
  color: var(--primary-color);
  font-weight: bold;
}

.box-content-tour-views .total-cost-tour b {
  font-size: 18px;
  color: #dd3802;
}

.mh-continue-book-tour {
  border: 1px solid #1bb3ae82;
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.mh-continue-book-tour p {
  font-size: 18px;
  margin: 0 0 15px;
}

.mh-continue-book-tour .button {
  margin: 0;
  border: 0;
  padding: 0 20px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.mh-payment-tour > h3 {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 18px;
}

.mh-payment-tour > h5 {
  margin: 10px 0;
  font-weight: bold;
}

.mh-payment-tour img {
  margin: 0 0 5px;
}

.mh-payment-tour > p {
  margin: 0;
}

.box-img-bank {
  border: 1px solid #ddd;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 73px;
  margin-right: 3px;
  padding: 8px;
}

.box-img-bank img {
  width: 100%;
  height: 100%;
}

/**
 * Post type: Hotel
 */
/* Single */
.mh-col-gallery-hotel {

}

.mh-box-info-hotel {
  background-color: rgb(243, 243, 243);
  padding: 20px;
}

.mh-items-info {
  font-size: 15px;
  margin: 0 0 5px;
}

.mh-items-info i {
  font-size: 12px;
  top: -1px;
  position: relative;
}

.mh-items-info .star-rating {
  display: inline-block;
  margin: 0 0 0 15px;
  position: relative;
  top: 1px;
}

.mh-items-info ul {
  margin: 3px 0 0 10px;
  list-style-type: none;
}

.mh-items-info ul li {
  line-height: 27px;
}

.mh-items-info ul li i {
  margin-right: 5px;
  font-size: 14px;
}

.mh-items-info span.amount {
  font-size: 20px;
  margin-left: 10px;
}

.mh-list-contact {
  margin: 20px 0 0;
  list-style-type: none;
}

.mh-list-contact li {
  margin: 0 0 4px;
}

.mh-list-contact li,
.mh-list-contact li a {
  font-size: 14px;
}

.mh-list-contact li i {
  margin-right: 5px;
  font-size: 12px;
}

.mh-list-contact li a {
  color: #dd3802;
  font-weight: bold;
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
  /* Homepage */
  .mh-box-banner .text-inner h2 {
    font-size: 30px;
  }

  .mh-box-banner .text-inner p {
    font-size: 15px;
  }

  .mh-box-filter {
    max-width: 100%;
  }

  .mh-box-filter > .col {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }

  /* Page: Liên hệ */
  .mh-col-contact .col-inner {
    padding: 0 !important;
  }

  .mh-box-company .box-text {
    position: static;
    max-width: 100%;
  }

  /* Product */
  .mh-col-content-tour .product_title {
    margin: 0;
  }

  .mh-col-tour-info .mh-box-tour-info .mh-single-price {
    margin: 3px 0 0;
  }

  .mh-col-content-tour .nav-tour li {
    margin: 0;
    width: 20%;
  }

  .mh-col-content-tour .nav-tour li a {
    font-size: 15px;
    padding: 12px 0;
    text-align: center;
    display: block;
  }

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

  /* Page: Giới thiệu */
  .mh-testimonial::before {
    left: 0;
    top: -25px;
  }

  .mh-testimonial::after {
    right: 0;
    bottom: -20px;
  }
}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
  /* Homepage */
  .mh-box-banner .text-inner h2 {
    font-size: 27px;
  }
  .img-banner{
      display: none;
    }
    .mh-home-banner .banner{
      position: static;
      padding-top: 400px !important;
    }
  .mh-box-filter .search-conntent {
    padding: 2px 15px;
  }

  .mh-box-filter > .col {
    margin-bottom: 2px;
  }

  .mh-list-location {
    z-index: 10;
    top: 55px;
  }

  /* Blog */
  /* Single */
  .mh-content-entry h1 {
    font-size: 26px;
  }

  .list-post-dich-vu {
    grid-gap: 15px;
  }

  .mh-content-entry h2 {
    font-size: 18px;
  }

  .sub-item-dich-vu {
    margin-bottom: 0;
  }

  .mh-content-entry h3 {
    font-size: 16px;
  }

  .mh-content-entry h4 {
    font-size: 16px;
  }

  .mh-content-entry h5 {
    font-size: 16px;
  }

  .mh-content-entry .mh-title-simple {
    margin: 0 0 10px !important;
  }

  .mh-related-post>.col-inner>h6 {
    font-size: 24px;
    margin: 0 0 15px;
    color: #333;
    opacity: 1;
  }

  /* Page: Giới thiệu */
  .mh-testimonial {
    margin-bottom: 0px !important;
  }

  .mh-testimonial::before {
    left: 0;
    top: -20px;
  }

  .mh-testimonial::after {
    right: 0;
    bottom: 20px;
  }

  /* Product */
  .mh-col-content-tour .nav-tour li {
    width: 50%;
  }

  .mh-col-content-tour .schedule-item .dot {
    height: 20px;
    width: 20px;
    top: 0;
    left: -11px;
  }

  .mh-col-content-tour .schedule-item .schedule-title {
    line-height: 1.3;
  }

  /* ------ danh muc dich vu ---- */
  .button-left-dv, .button-right-dv {
    padding: 7px 20px;
  }

  .list-post-dich-vu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .sub-item-dich-vu .title {
    font-size: 14px;
  }

  .sub-item-dich-vu .content {
    padding: 10px;
  }

  .post-meta {
    font-size: 12px;
  }


}

@media only screen and (max-width: 320px) {}
