:root {
  --green1: #01953f;
  --green2: #1d4822;
  --green3: #01953f;
  --orange: #ff9933;
  --green-cyan: #f2faf5;
  --grey-1: #888888;
  --red-1: #f2142b;
}

.limit-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.none {
  display: none !important;
}

.limit-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.limit-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

ul.header-nav.header-nav-main li a {
  font-size: 16px;
  color: #333;
}

ul.header-nav.header-nav-main li.current-menu-item a {
  color: var(--green1);
}

.container {
  max-width: 1200px;
  margin: auto;
}

.row-banner-home {
  /* padding-top: 250px;
  padding-bottom: 250px; */
}

body.home ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a {
  color: #fff;
}

body.home ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li ul li a {
  color: #333;
}

.header-wrapper {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section-home-banner {
  height: 570px;
}

.top-divider.full-width {
  display: none;
}

.search-home-wp {
  max-width: 800px;
  margin: auto;
}

.logo-search {
  display: flex;
  justify-content: center;
}

.text-box-footer-title>h3 {
  margin-bottom: 8px;
}

.search-slogan p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  max-width: 700px;
  margin: auto;
  font-weight: 700;
}

.select-input-wp {
  width: 30%;
  background-color: #fff;
  height: 40px;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  position: relative;
  margin: 0px;
}

span.search-input-text {
  padding-left: 5px;
  font-size: 15px;
  color: #495057;
}

span.search-arrow-down {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

svg.location {
  fill: #01953f;
}

.input-search-wp {
  display: flex;
  position: relative;
  width: 50%;
}

div.input-search-wp>input {
  padding-left: 30px;
  margin-bottom: 0px;
  height: 100%;
}

.wp_breadcrumbs a {
  font-weight: 600;
}

span.icon_bread i {
  font-size: 12px;
}

div.input-search-wp svg.location {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.input-search-wrapper {
  max-width: 800px;
  display: flex;
  padding-top: 20px;
}

.btn-search-wp>button {
  margin: 0px;
  background: var(--green1);
  color: #fff;
  position: relative;
  border-radius: 0px 10px 10px 0px;
  width: 100%;
  height: 100%;
}

.btn-search-wp>button span {
  padding-left: 10px;
}

.btn-search-wp button svg {
  fill: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-search-wp {
  width: 20%;
}

.select-input-wp svg {
  position: absolute;
}

.select-input-wp select {
  margin: 0px;
  border: 1px solid transparent;
  padding-left: 20px;
  color: #495057;
  font-size: 15px;
}

.select-input-wp select:focus {
  background-color: transparent !important;
  box-shadow: unset !important;
  /* color: #333;
    opacity: 1!important;
    outline: 0; */
}

.slider-home-wp {
  max-width: 1200px;
  margin: auto;
}

.item-slider a img {
  width: 100%;
  height: 393px;
  object-fit: cover;
}

.slider-home-wp .slick-list {
  margin: 0 -10px;
}

.slider-home-wp .slick-slide>div {
  padding: 0 10px;
}

span.slider-arrow-left.slick-arrow {
  position: absolute;
  left: -80px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

span.slider-arrow-right.slick-arrow {
  position: absolute;
  right: -80px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.text.container>h2 {
  font-size: 30px;
  color: var(--green2);
}

.text.container>h2:after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: var(--orange);
}

.tour-wp.container {
  padding-top: 20px;
}

.tour-wp.container {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}

.item-tour {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: relative;
}

.tour-content {
  padding: 10px;
}

.tour-title>a {
  color: var(--green2);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: 58px;
  display: block;
}

span.tour-icon,
span.tour-date-icon {
  color: var(--grey-1);
  padding-right: 5px;
}

.tour-date,
.tour-day-number {
  color: var(--grey-1);
}

.tour-price {
  color: var(--red-1);
  font-size: 18px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

span.price {
  font-weight: 700;
}

.tour-image>a>img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.text-box-view {
  display: flex;
}

.view-more-tour>p {
  margin-bottom: 0px;
  width: 100px;
}

.view-more-tour p a {
  color: var(--green3);
  font-weight: 700;
  font-size: 18px;
}

.header-wrapper.stuck ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a {
  color: #333;
}

.feed-back-title>p {
  font-size: 18px;
  color: #fff;
}

.row-feedback h2.feedback-title {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feed-back-title {
  max-width: 665px;
}

.view-more-tour p a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-left: 5px;
  font-size: 13px;
  font-weight: 700;
}

.item-feedback-content>p {
  margin-bottom: 0px;
  font-size: 20px;
  color: #333;
}

.item-feedback {
  background-color: #fff;
  padding: 20px;
}

.client-avt>img {
  width: 70px;
  border-radius: 100px;
}

.client-name>p {
  margin-bottom: 0px;
  font-size: 20px;
  color: var(--green2);
  font-weight: 700;
}

.client-location {
  color: var(--green2);
}

.item-feedback-client {
  display: flex;
  padding-top: 20px;
}

.item-feedback-client {
  display: flex;
}

.feedback-content {
  padding-left: 15px;
}

.section-home-feeback ul.slick-dots,
.section-logo ul.slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0px;
}

.section-home-feeback ul.slick-dots>li,
.section-logo ul.slick-dots>li {
  margin: 0px 5px;
}

.section-home-feeback ul.slick-dots>li>button,
.section-logo ul.slick-dots>li>button {
  background: var(--green3);
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  opacity: 0.5;
}

.section-home-feeback ul.slick-dots>li.slick-active>button,
.section-logo ul.slick-dots>li.slick-active>button {
  opacity: 1;
  /* border: 1px solid #fff; */
}

.logo-wp {
  padding-top: 20px;
}

div.tour-price>span {
  color: var(--red-1);
}

.section-logo .slick-list {
  margin: 0 -10px;
}

.section-logo .slick-slide>div {
  padding: 0 10px;
}

.section-home-feeback .slick-list {
  margin: 0 -30px;
}

.section-home-feeback .slick-slide>div {
  padding: 0 30px;
}

.btn-search-wp>button>span {
  color: #fff;
}

h2.title-header {
  text-transform: uppercase;
  position: relative;
}

h2.title-header::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.logo-item {}

.logo-item>a>img {
  width: 100%;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.25);
}

.logo-item a {
  display: block;
  padding-top: 10px;
}

.log-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  padding-top: 20px;
}

.item-log .log-img>a>img {
  width: 100%;
  border-radius: 15px;
}

.item-log-main .log-img>a>img {
  height: 350px;
  object-fit: cover;
}

.item-log-main .log-date {
  margin-top: 20px;
}

.item-log-main {
  grid-row: 1/-1;
}

.log-date {
  background-color: var(--green3);
  width: max-content;
  padding: 2px 21px;
  border-radius: 5px;
  color: #fff;
}

.item-log-main .log-title {
  font-size: 25px;
  padding-top: 10px;
  font-weight: 700;
}

.log-title>a {
  color: #333;
}

.log-excerp {
  color: #333;
}

.log-btn {
  margin-top: 20px;
}

.log-btn>a {
  background: var(--green3);
  padding: 5px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.item-log-sub .item-log {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 20px;
}

.item-log-sub .item-log .log-title>a {
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  /* display: block; */
}

.item-log-sub {
  display: grid;
  grid-row-gap: 15px;
}

.item-log-sub .log-img>a>img {
  height: 130px;
  object-fit: cover;
}

.section-form .row>div {
  padding: 0px;
}

.form-tv-wp {
  /* width: 800px;
  margin: auto;
  background: rgba(59, 150, 97, 0.75); */
}

.input-form-wp.all {
  grid-column: 1/-1;
}

.form-tv-title>h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}

.form-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  padding-top: 10px;
}

.section-form form.wpcf7-form.init {
  margin-bottom: 0px;
}

div.input-form-wp input,
div.input-form-wp select,
div.input-form-wp textarea {
  border-radius: 9px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.form-tv-wp input.wpcf7-form-control.has-spinner.wpcf7-submit {
  margin: 0px;
  margin-top: 27px;
  background-color: var(--red-1);
  border-radius: 5px !important;
}

.search-slogan>p span {
  color: var(--green3);
}

.form-btn-wp p {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.form-phone-wp {
  padding-top: 10px;
}

.form-phone-wp p span {
  color: #fff;
  font-weight: 700;
}

span.wpcf7-spinner {
  display: none;
}

.form-btn-wp {
  display: flex;
  justify-content: center;
}

div.input-form-wp textarea {
  margin-bottom: 0px;
}

div.input-form-wp input,
div.input-form-wp select {
  margin-bottom: 27px;
}

.form-phone-wp>p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-phone-wp>p>a {
  background-color: #f2142b;
  border-radius: 10px;
  border-radius: 100px;
  padding: 5px 20px !important;
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
}

.form-phone-wp i {
  color: #fff;
  margin-right: 10px;
}

/* ul.mobile-nav.nav.nav-left {
  width: 45px;
} */
.section-form form {
  background: rgba(59, 150, 97, 0.75);
  max-width: 800px;
  padding: 30px;
  border-radius: 10px;
  margin: auto;
}

footer#footer {
  padding: 50px 0px;
}

.text-box-infor p {
  margin-bottom: 5px;
}

a.ux-menu-link__link {
  min-height: 10px;
  padding: 0px;
  margin-bottom: 5px;
}

div.link-footer {
  align-items: flex-start;
  position: relative;
}

div.grid-footer-column {
  padding-bottom: 0px;
}

.section-form .wpcf7-response-output {
  color: #fff;
}

div.grid-footer {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.grid-footer-column {
  grid-column: span 2;
}

.text-box-infor>div {
  display: flex;
}

div.link-footer::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-top: 4px;
  margin-right: 8px;
  font-size: 13px;
  color: var(--green3);
}

.text-tel-ft::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-top: 4px;
  margin-right: 8px;
  font-size: 13px;
  color: var(--green3);
}

.text-location-ft::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-top: 4px;
  margin-right: 8px;
  font-size: 13px;
  color: var(--green3);
}

.link-footer {
  align-items: flex-start;
}

.text-mail-ft::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-top: 4px;
  margin-right: 8px;
  font-size: 13px;
  color: var(--green3);
}

.img-footer-wp {
  display: flex;
  align-items: center;
}

.img-footer-wp>a>img {
  width: 150px;
  margin-right: 10px;
}

div.text-box-footer-city p,
div.text-box-footer-vp p {
  margin-bottom: 5px;
}

.grid-footer-column:nth-child(5),
.grid-footer-column:nth-child(6) {
  grid-column: span 3;
}

.grid-footer-column:nth-child(4) {
  grid-row: span 2;
}

.absolute-footer.dark.medium-text-center.small-text-center {
  display: none;
}

/*search -- start*/
.search-tour-main-wp {
  display: grid;
  padding-top: 20px;
  grid-template-columns: 2.5fr 1fr;
  grid-column-gap: 30px;
}

.search-tour-item {
  display: grid;
  grid-template-columns: 300px 1fr;
}

.search-tour-title>a {
  color: #01953f;
  font-size: 22px;
  font-weight: 700;
}

.search-tour-item-content {
  padding: 10px 20px;
}

span.search-icon {
  color: #717171;
}

span.text-grey {
  color: #717171;
}

.search-tour-item {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
  position: relative;
}

.search-tour-price>span {
  color: #f2142b;
  font-weight: 700;
  font-size: 22px;
}

.search-tour-price {
  margin-bottom: 5px;
}

a.link-search-tour {
  background: #fc6600;
  border-radius: 5px;
  padding: 6px 30px;
  color: #fff;
}

.search-tour-btn {
  position: absolute;
  right: 19px;
  bottom: 17px;
}

.search-tour-item:not(:first-child) {
  margin-top: 30px;
}

.search-item-img>img {
  height: 200px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.find-tour-wp .input-search-wrapper {
  flex-direction: column;
  padding-top: 0px;
}

.find-tour-wp .select-input-wp {
  width: 100%;
  border-radius: 5px;
}

.find-tour-wp .input-search-wp {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.find-tour-wp .btn-search-wp {
  width: 100%;
}

.find-tour-wp .btn-search-wp button {
  border-radius: 5px;
  background-color: #fc6600;
}

.find-tour-wp {
  border-radius: 5px;
  background: linear-gradient(180deg, #1d9c53 0%, rgba(10, 115, 23, 0.9) 100%);
  padding: 27px;
}

.title-find {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.wp_breadcrumbs {
  padding-top: 20px;
}

.find-tour-wp div.input-search-wp>input {
  padding-left: 30px;
  margin-bottom: 0px;
  height: 100%;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  border-radius: 5px;
}

.find-tour-wp form.form-search-home {
  margin-bottom: 10px;
}

/* .find-tour-wp .btn-search-wp button svg {
  left: 25%;
} */
footer#footer {
  background-color: #eeeeee;
}

.search-tour-main-content {
  padding-bottom: 40px;
}

div.header-main {
  height: 70px;
}

div#top-bar {
  background-color: #1d4822;
}

li.html.custom.html_topbar_left .phone-header a,
li.html.custom.html_topbar_right a {
  position: relative;
  color: #fff;
}

li.html.custom.html_topbar_left .phone-header a::before,
li.html.custom.html_topbar_right a::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f095";
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

.header-mail a {
  color: #fff;
}

.header-mail a::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f0e0";
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

li.html.custom.html_topbar_left .phone-header a::after {
  height: 15px;
  content: "";
  display: block;
  width: 1px;
  right: 0px;
  position: absolute;
  right: -9px;
  z-index: 11;
  top: 2px;
  background: #fff;
}

.paginate_wp a,
.paginate_wp span {
  border: 1px solid #1D4822;
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginate_wp a {
  color: #1D4822;
}

.paginate_wp span {
  background-color: #1D4822;
  color: #fff;
}

.paginate_wp {
  display: flex;
  padding-top: 20px;
  justify-content: center;
}

.paginate_wp a:nth-child(2n) {
  /* background: RED; */
  border-left: none;
  border-right: none;
}

a.next.page-numbers {
  border-right: 1px solid #1D4822;
}

.popup-qc {
  width: 390px;
  position: relative;
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding-bottom: 15px;
  background-color: #000;
  z-index: 999;
}

.qc-close>span {
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qc-content {
  padding: 10px 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.form-qc-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dfc568;
  padding: 0px 10px !important;
}

.form-qc-btn input {
  margin: 0;
  color: #333 !important;
  background-color: transparent !important;
  border: none !important;
}

.form-qc-btn input:hover {
  box-shadow: inset 0 0 0 100px transparent !important;
  color: #333;
}

.form-qc-lh input {
  margin-bottom: 0px;
  height: 45px;
}

div#popmake-418 {
  background-color: #000;
}

button.pum-close.popmake-close {
  border-radius: 0px !important;
}

div#popmake-418 .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  text-align: center;
}

/*search -- end*/
@media only screen and (min-width: 1400px) {
  .section-home-banner {
    height: 650px;
  }
}

@media only screen and (min-width: 1500px) {
  .section-home-banner {
    height: 700px;
  }
}

@media only screen and (min-width: 1600px) {
  .section-home-banner {
    height: 750px;
  }
}

@media only screen and (min-width: 1700px) {
  .section-home-banner {
    height: 800px;
  }
}

@media only screen and (min-width: 1800px) {
  .section-home-banner {
    height: 850px;
  }
}

@media only screen and (min-width: 2000px) {
  .section-home-banner {
    height: 900px;
  }
}

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

  span.slider-arrow-left,
  span.slider-arrow-right {
    display: none !important;
  }
}

@media only screen and (max-width: 820px) {
  .banner-img {
    display: flex;
    justify-content: center;
  }

  /*   .find-tour-wp .btn-search-wp button svg {
    left: 40%;
  } */
  .search-tour-main-wp {
    grid-template-columns: 1fr;
  }

  div.grid-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-footer-column:nth-child(4) {
    grid-row: span 1;
  }

  form.form-search-home {
    font-size: 14px;
  }

  .logo-search {
    display: none;
  }

  .grid-footer-column:nth-child(5),
  .grid-footer-column:nth-child(6) {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 600px) {
	.search-item-img>img {
		height:auto !important;
	}
	.item-slider a img,.tour-image>a>img,.item-image {
		height:auto !important;
	}
  div#popmake-418 {
    max-width: 300px !important;
    left: unset !important;
    right: 0px;
  }

  .popup-qc {
    width: 300px;
  }

  /*   .find-tour-wp .btn-search-wp button svg {
    left: -10px;
  } */
  .search-tour-item {
    display: grid;
    grid-template-columns: 1fr;
  }

  div.grid-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
  }

  .section-form form {
    max-width: 380px;
    padding: 20px;
  }

  .section-home-feeback {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .form-tv-title>h2 {
    font-size: 25px;
  }

  .log-date {
    font-size: 14px;
  }

  .log-btn>a {
    font-size: 15px;
    padding: 5px 20px;
  }

  .item-log-sub .item-log .log-title>a {
    font-size: 17px;
  }

  .item-log-main .log-img>a>img {
    height: 260px;
    object-fit: cover;
  }

  .item-log-sub {
    padding-top: 20px;
  }

  .log-container {
    grid-template-columns: 1fr;
  }

  .feed-back-title>p {
    font-size: 16px;
  }

  .tour-date,
  .tour-day-number {
    font-size: 15px;
  }

  .log-excerp {
    font-size: 15px;
  }

  .item-log-main .log-title {
    font-size: 23px;
  }

  .tour-title>a {
    font-size: 16px;
  }

  .section-tour,
  .section-slider-banner,
  .section-blog,
  .section-logo {
    padding: 30px 0px !important;
  }

  .row-feedback h2.feedback-title {
    font-size: 40px;
  }

  .view-more-tour p a {
    font-size: 16px;
  }

  .item-feedback-content>p {
    font-size: 18px;
  }

  .text.container>h2 {
    font-size: 25px;
  }

  /* .slider-home-wp {
    padding: 0px 15px;
  } */
  .tour-wp.container {
    grid-template-columns: 1fr;
    /* grid-row-gap: 20px; */
  }

  .item-tour:not(:first-child) {
    margin-top: 20px;
  }

  .btn-search-wp {
    width: 100%;
  }

  .input-search-wrapper {
    flex-direction: column;
  }

  .select-input-wp {
    border-radius: 10px;
    width: 100%;
  }

  .input-search-wp {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    height: 37px;
  }

  .btn-search-wp>button {
    border-radius: 10px;
    margin-top: 10px;
  }

  div.input-search-wp>input {
    border-radius: 10px;
  }

  .btn-search-wp>button>span {
    position: relative;
  }

  .btn-search-wp button svg {
    left: -10px;
  }
}