/*
Theme Name: HLD
Author: INVI FRONTEND DEV

[Table of contents] 

1. COMMON ELEMENT
- 1.1 Font
- 1.2 Common element
- 1.3 Common class 
- 1.4 Structure

2. CONTENT
- 2.1 Banner
- 2.2 List Location 
- 2.3 Travel Type
- 2.4 Experience Type
- 2.5 Entire Details
- 2.6 Room menu
- 2.7 List convinient
- 2.8 Price Box 
- 2.9 Cart section
- 2.10 Media Gallery
- 2.11 Photo details 
- 2.12 Title Detail 
- 2.13 List rules
- 2.14 Suggest destination 
- 2.15 Popular tour 
- 2.16 Map layout 
- 2.17 Filter experiences
- 2.18 Carousel image
- 2.19 List destination
- 2.20 Popular destination
- 2.20 Popular destination
- 2.21 Suggest Event
*/
/*============================================================================================*/
/* 1.  COMMON ELEMENT */
/*============================================================================================*/
/*
h1{
    font-size: 56px;
    line-height: 61.6px;
}
h2{
    font-size: 48px;
    line-height: 52.8px;
}
h3{
    font-size: 40px;
    line-height: 44px;
}
h4{
    font-size: 32px;
    line-height: 35.2px;
}
h5{
    font-size: 24px;
    line-height: 26.4px;
}
h6{
    font-size: 20px;
    line-height: 22px;
}
*/
/*-------- 1.1 Font --------*/
@font-face {
  font-family: 'iCiel Avenir LT Std';
  src: url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-85Heavy.eot");
  src: url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-85Heavy.eot?#iefix") format("embedded-opentype"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-85Heavy.woff2") format("woff2"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-85Heavy.woff") format("woff"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-85Heavy.ttf") format("truetype"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-85Heavy.svg#iCielAvenirLTStd-85Heavy") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'iCiel Avenir LT Std';
  src: url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-65Medium.eot");
  src: url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-65Medium.eot?#iefix") format("embedded-opentype"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-65Medium.woff2") format("woff2"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-65Medium.woff") format("woff"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-65Medium.ttf") format("truetype"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-65Medium.svg#iCielAvenirLTStd-65Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'iCiel Avenir LT Std';
  src: url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-55Roman.eot");
  src: url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-55Roman.eot?#iefix") format("embedded-opentype"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-55Roman.woff2") format("woff2"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-55Roman.woff") format("woff"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-55Roman.ttf") format("truetype"), url("./font/Icel-Avaenir-Family/hinted-subset-iCielAvenirLTStd-55Roman.svg#iCielAvenirLTStd-55Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'iCiel Avenir LT Std';
  src: url("./font/Icel-Avaenir-Family/subset-iCielAvenirLTStd-35Light.eot");
  src: url("./font/Icel-Avaenir-Family/subset-iCielAvenirLTStd-35Light.eot?#iefix") format("embedded-opentype"), url("./font/Icel-Avaenir-Family/subset-iCielAvenirLTStd-35Light.woff2") format("woff2"), url("./font/Icel-Avaenir-Family/subset-iCielAvenirLTStd-35Light.woff") format("woff"), url("./font/Icel-Avaenir-Family/subset-iCielAvenirLTStd-35Light.ttf") format("truetype"), url("./font/Icel-Avaenir-Family/subset-iCielAvenirLTStd-35Light.svg#iCielAvenirLTStd-35Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*-------- 1.2 Common element --------*/
body {
  font-size: 16px;
  line-height: 22.4px;
  font-family: "iCiel Avenir LT Std" !important;
  color: #000000;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500;
  margin-bottom: 10px;
}

hr {
  margin: 30px 0 30px 0;
  border-color: #bdbdbd;
}

@media (max-width: 991px) {
  hr {
    margin: 24px 0;
  }
}

hr.large {
  border-color: #bdbdbd;
  border-top-width: 4px;
  margin-top: 60px;
}

@media (max-width: 991px) {
  hr.large {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  hr.large {
    margin-bottom: 45px;
  }
}

ul,
ol {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  outline: none;
}

a:hover, a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}

h1 {
  font-size: 56px;
  line-height: 61.6px;
}

h2 {
  font-size: 48px;
  line-height: 52.8px;
}

h3 {
  font-size: 40px;
  line-height: 44px;
}

h4 {
  font-size: 32px;
  line-height: 35.2px;
}

h5 {
  font-size: 24px;
  line-height: 26.4px;
}

h6 {
  font-size: 20px;
  line-height: 22px;
}

/*-------- 1.3 Common class --------*/
button.btn.focus,
button.btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.btn-outline-black {
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 18px;
  line-height: 25.2px;
  padding: 11px 20px;
  line-height: 20px;
}

.btn-outline-black:hover {
  background: #e0e0e0;
}

.btn-outline {
  color: #000000;
  text-decoration: underline;
}

.btn-outline:hover {
  background: #ee7529;
  color: #ffffff;
}

.mt-100 {
  margin-top: 100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pd-v5 {
  padding: 0 80px;
}

@media (max-width: 991px) {
  .pd-v5 {
    padding: 0 15px;
  }
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.p-0 {
  bottom: 0px !important;
  left: 0px !important;
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
}

.btn-control-rouder {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #e0e0e0 !important;
  outline: currentcolor none medium !important;
  margin: 0px;
  padding: 0px;
  color: #1d1d1d;
  background-color: #ffffff !important;
  cursor: pointer;
  touch-action: manipulation;
  align-items: center;
  justify-content: center;
  background-clip: padding-box;
  box-shadow: #00000026 0px 2px 4px;
  -webkit-box-shadow: #00000026 0px 2px 4px;
  -moz-box-shadow: #00000026 0px 2px 4px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
}

.btn-control-rouder i {
  font-size: 14px;
  line-height: 19.6px;
  padding: 9px 5px !important;
}

.btn-filter {
  border: 1px solid #828282;
  background-color: #ffffff;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin: 0px;
  border-radius: 30px;
  color: #1d1d1d;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.btn-switch {
  /* Rounded sliders */
}

.btn-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.btn-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.btn-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bdbdbd;
  transition: .4s;
}

.btn-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  transition: .4s;
}

.btn-switch input:checked + .slider {
  background-color: #ee7529;
}

.btn-switch input:focus + .slider {
  box-shadow: 0 0 1px #ee7529;
}

.btn-switch input:checked + .slider:before {
  transform: translateX(26px);
}

.btn-switch .slider.round {
  border-radius: 34px;
}

.btn-switch .slider.round:before {
  border-radius: 50%;
}

.superhost {
  display: inline-flex;
  vertical-align: top;
  padding: 4px 8px;
  color: #1d1d1d;
  background-color: #ffffff;
  box-shadow: #00000026 0px 2px 4px;
  -webkit-box-shadow: #00000026 0px 2px 4px;
  -moz-box-shadow: #00000026 0px 2px 4px;
  border: 0.5px solid #00000026;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
  z-index: 99;
}

.modal-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  outline: 0;
  background: #00000026;
}

.modal-mobile.show {
  display: block;
}

.hidden {
  display: none;
  visibility: hidden;
}

.form-control:focus {
  color: #282828;
  border-color: #e0e0e0;
  box-shadow: none;
}

.clr-primary {
  color: #092C4C !important;
}

.clr-secondary {
  color: #ee7529 !important;
}

.clr-info {
  color: #47bdee !important;
}

.clr-success {
  color: #27ae60 !important;
}

.clr-warning {
  color: #e2b93b !important;
}

.clr-error {
  color: #ea5757 !important;
}

.clr-dark {
  color: #1d1d1d !important;
}

.clr-gray {
  color: #828282 !important;
}

.clr-gray-2 {
  color: #4f4f4f !important;
}

.clr-white {
  color: #ffffff !important;
}

.btn {
  border-radius: 4px;
}

.btn-small {
  font-size: 14px;
  line-height: 19.6px;
  padding: 8px 20px;
}

.btn-normal {
  font-size: 16px;
  line-height: 22.4px;
  padding: 10px 22px;
}

.btn-medium {
  font-size: 18px;
  line-height: 25.2px;
  padding: 12px 24px;
}

.btn-large {
  font-size: 20px;
  line-height: 28px;
  padding: 14px 26px;
}

.btn-primary {
  background: #092C4C !important;
  border: #092C4C !important;
  color: #ffffff;
}

.btn-primary:hover {
  background: #ee7529 !important;
}

.btn-outline-primary {
  background: #ffffff !important;
  border: #092C4C 2px solid !important;
  color: #092C4C !important;
}

.btn-secondary {
  background: #ee7529 !important;
  border: #092C4C !important;
  color: #ffffff;
}

.btn-secondary:hover {
  background: #092C4C !important;
}

.btn-outline-secondary {
  background: #ffffff !important;
  border: #ee7529 2px solid !important;
  color: #ee7529 !important;
}

.btn-info {
  background: #47bdee !important;
  color: #ffffff;
}

.btn-success {
  background: #27ae60 !important;
  color: #ffffff;
}

.btn-warning {
  background: #e2b93b !important;
  color: #ffffff;
}

.btn-error {
  background: #ea5757;
  color: #ffffff;
}

.btn-dark {
  background: #1d1d1d;
  color: #ffffff;
}

.btn-gray {
  color: #ffffff;
  background: #4f4f4f;
}

/*-------- 1.4 Structure --------*/
/* Header */
.header-navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 80px;
  z-index: 199;
}

.header-navigation.have-notification {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .header-navigation {
    padding: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    height: auto;
  }
  .header-navigation.left {
    left: 300px;
  }
  .header-navigation.left .header-navigation.left__menu-mobile {
    left: 0;
  }
}

.header-navigation .btn.btn-bars {
  color: #ffffff;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 5px 10px;
  margin-right: 10px;
  display: none;
}

@media (max-width: 991px) {
  .header-navigation .btn.btn-bars {
    display: block;
    border: none;
    outline: none;
    color: white;
    font-size: 20px;
  }
}

.header-navigation a,
.header-navigation a:hover {
  color: #ffffff;
}

.header-navigation .hidden {
  display: none;
}

.header-navigation.light {
  position: fixed;
  background: #ee7529;
  margin-top: 0 !important;
}

.header-navigation.light a {
  color: #ffffff;
}

.header-navigation.light .btn {
  border-color: white !important;
}

.header-navigation .header-navigation__logo img {
  height: 54px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .header-navigation .header-navigation__logo img {
    height: 45px;
  }
}

@media (max-width: 991px) {
  .header-navigation .header-navigation__search {
    display: none;
  }
}

.header-navigation .header-navigation__search .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px solid #1d1d1d;
  cursor: pointer;
  display: flex;
  margin: -1px;
  outline: none;
  overflow: visible;
  padding: 0px;
  text-decoration: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  align-items: center;
  border-radius: 30px;
  flex: 0 1 auto;
  height: 48px;
  min-width: 0px;
  width: 300px;
  position: relative;
  z-index: 1;
}

.header-navigation .header-navigation__search .btn span {
  flex: 1;
  font-size: 14px;
  line-height: 19.6px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
  flex: 1 1 auto;
  min-width: 0px;
  padding: 0 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.header-navigation .header-navigation__search .btn i {
  background-color: #ee7529;
  border-radius: 50%;
  color: #ffffff;
  flex: 0 0 32px;
  height: 32px;
  margin: 7px 7px 7px 0;
  padding: 8px;
  width: 32px;
}

@media (max-width: 991px) {
  .header-navigation__menu {
    display: none;
  }
}

.header-navigation .header-navigation__menu-mobile {
  display: none;
  padding: 40px 20px 10px;
  z-index: 1100;
}

.header-navigation .header-navigation__menu-mobile.left {
  display: block;
  left: 0;
}

@media (max-width: 991px) {
  .header-navigation .header-navigation__menu-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: -300px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 300px;
    height: 100vh;
    z-index: 5000;
    background: #ffffff;
  }
  .header-navigation .header-navigation__menu-mobile .btn-close {
    right: 20px;
    position: absolute;
    top: 10px;
    font-size: 20px;
  }
  .header-navigation .header-navigation__menu-mobile .header-navigation__menu {
    display: block;
    visibility: visible;
  }
  .header-navigation .header-navigation__menu-mobile .header-navigation__menu .nav {
    flex-direction: column;
  }
  .header-navigation .header-navigation__menu-mobile .header-navigation__menu .nav li {
    border-bottom: 1px solid #e0e0e0;
  }
  .header-navigation .header-navigation__menu-mobile .header-navigation__menu .nav a {
    color: #1d1d1d;
  }
}

.header-navigation .header-navigation__panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-navigation .header-navigation__panel-menu {
  margin-right: 20px;
}

.header-navigation .header-navigation__panel-menu a {
  margin: 0 10px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .header-navigation .header-navigation__panel-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-navigation .header-navigation__panel-account {
    display: none;
  }
}

.header-navigation .header-navigation__panel-account .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-flex;
  margin: 0px;
  outline: none;
  overflow: visible;
  padding: 5px 5px 5px 12px;
  text-align: inherit;
  text-decoration: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  align-items: center;
  background-color: #ffffff;
  border-radius: 21px;
  height: 42px;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.header-navigation .header-navigation__panel-account img {
  color: #828282;
  flex: 0 0 30px;
  height: 30px;
  margin-left: 12px;
  overflow: hidden;
  position: relative;
  width: 30px;
  z-index: 1;
  border-radius: 50%;
}

.header-navigation .header-navigation__panel-account .account-menu a {
  color: #1d1d1d;
}

.header-navigation .header-navigation__panel-icon {
  margin: 0 20px 0 10px;
  color: #ffffff;
  position: relative;
}

.header-navigation .header-navigation__panel-icon .btn {
  border: none;
  color: #ffffff;
}

.header-navigation .header-navigation__panel-languague {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  color: #1d1d1d;
  box-shadow: #00000026 0 2px 8px;
}

.header-navigation .header-navigation__panel-languague.show {
  display: block;
}

.header-navigation .header-navigation__panel-languague li {
  padding: 5px 15px;
  cursor: pointer;
}

.header-navigation .header-navigation__panel-languague li:hover a {
  color: #ee7529 !important;
}

.header-navigation .header-navigation__panel-languague a {
  color: #1d1d1d;
}

.header-navigation .header-navigation__panel-search {
  position: relative;
}

.header-navigation .header-navigation__panel-search i {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  color: #333333;
}

.header-navigation .header-navigation__panel-search input {
  border-radius: 20px;
  padding-right: 35px;
  color: #333333 !important;
}

.header-navigation .header-navigation__panel-search input::-moz-placeholder {
  color: #333333;
}

.header-navigation .header-navigation__panel-search input:-ms-input-placeholder {
  color: #333333;
}

.header-navigation .header-navigation__panel-search input::placeholder {
  color: #333333;
}

.header-navigation .header-navigation__panel .account-menu {
  position: absolute;
  top: 70px;
  right: 20px;
  padding: 5px 0;
  border-radius: 10px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
}

.header-navigation .header-navigation__panel .account-menu li {
  cursor: pointer;
  font-size: 14px;
  line-height: 19.6px;
  padding: 8px 10px;
}

.header-navigation .header-navigation__panel .account-menu li:hover {
  background-color: #bdbdbd;
}

.header-type-two {
  box-shadow: #00000026 0px 1px 12px;
  -webkit-box-shadow: #00000026 0px 1px 12px;
  -moz-box-shadow: #00000026 0px 1px 12px;
}

.notification-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 14px 0;
  z-index: 100;
  background: #000000;
}

.notification-top a {
  color: #ffffff;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.notification-top a:hover {
  color: #ffffff;
}

/* Footer */
footer {
  padding: 48px 80px 0;
  background-color: #092C4C;
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  footer {
    padding: 40px 40px 0;
  }
}

footer .footer__title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19.6px;
  margin-bottom: 0px;
  font-weight: bold;
}

footer ul.footer__list-menu li {
  margin-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
}

footer ul.footer__list-menu li a {
  font-size: 14px;
  line-height: 19.6px;
}

footer ul.footer__list-menu li a:hover {
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  footer ul.footer__list-menu {
    display: flex;
    flex-wrap: wrap !important;
  }
  footer ul.footer__list-menu li {
    flex-basis: 33.333333333333336%;
  }
}

@media (max-width: 575px) {
  footer ul.footer__list-menu li {
    flex-basis: 100%;
  }
}

footer hr {
  display: none;
}

@media (max-width: 991px) {
  footer hr {
    display: block;
  }
}

footer .footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 19.6px;
  border-top: 1px solid #bdbdbd;
  padding: 24px 0;
}

footer .footer__bottom .other {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  footer .footer__bottom .other {
    justify-content: center;
  }
}

footer .footer__bottom .other span {
  display: inline-block;
  text-align: center;
  width: 19px;
  line-height: 1px;
  height: 9px;
}

footer .footer__bottom .intl a {
  text-decoration: underline !important;
  font-weight: bold;
}

footer .footer__bottom .intl i {
  font-size: 16px;
  line-height: 22.4px;
  margin-right: 5px;
}

footer .footer__bottom .intl .language {
  margin-right: 15px;
}

@media (max-width: 320px) {
  footer .footer__bottom .intl i {
    margin-right: 2px;
  }
  footer .footer__bottom .intl .language {
    margin-right: 3px;
  }
}

footer .footer__bottom .social {
  margin-left: 24px;
}

footer .footer__bottom .social i {
  font-size: 16px;
  line-height: 22.4px;
  margin-left: 10px;
}

@media (max-width: 320px) {
  footer .footer__bottom .social {
    display: none;
  }
}

/*============================================================================================*/
/* 2.  Component */
/*============================================================================================*/
.content {
  position: relative;
  left: 0;
  min-height: 500px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .content {
    margin-top: 78px;
  }
  .content.home-page {
    margin-top: 0;
  }
}

/*-------- 2.1 Banner --------*/
.banner {
  background: url("https://a0.muscache.com/im/pictures/82e91605-03e4-4121-8018-35c2640d28ba.jpg");
  background-size: cover;
  background-position: 50% 50%;
  height: 550px;
  position: relative;
}

.banner .banner-text {
  position: absolute;
  top: 30%;
  left: 80px;
}

@media (max-width: 991px) {
  .banner .banner-text {
    top: 20%;
    left: 30px;
  }
}

.banner .banner-text h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 100px;
  line-height: 100px;
  width: 250px;
}

.banner .banner-text .btn-link {
  background: #ffffff;
  color: #1d1d1d;
  margin-top: 30px;
}

.banner-second-type {
  position: relative;
}

.banner-second-type .banner-second-type__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100vw;
}

.banner-second-type .banner-second-type__content {
  position: absolute;
  top: 65px;
  padding: 80px;
}

.banner-second-type .banner-second-type__content h1 {
  max-width: 360px;
}

.banner-second-type .banner-second-type__content p {
  font-size: 18px;
  line-height: 25.2px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 360px;
}

@media (max-width: 991px) {
  .banner-second-type .banner-second-type__content {
    position: relative;
    text-align: center;
    top: 0;
    padding: 15px;
  }
  .banner-second-type .banner-second-type__content h1 {
    font-size: 30px;
    max-width: 100%;
  }
  .banner-second-type .banner-second-type__content p {
    max-width: 100%;
  }
}

/*-------- 2.2 List Location --------*/
.list-location {
  overflow-x: auto;
  display: grid;
  gap: 12px;
  grid-auto-flow: column;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.list-location.grid-two-row {
  grid-template-rows: repeat(2, auto);
}

.list-location.grid-three-row {
  grid-template-rows: repeat(3, auto);
}

@media (max-width: 991px) {
  .list-location.grid-three-row {
    grid-template-rows: repeat(2, auto);
  }
}

.list-location.home {
  padding: 50px 80px;
}

@media (max-width: 991px) {
  .list-location.home {
    padding: 20px 24px;
  }
}

@media (max-width: 991px) {
  .list-location {
    grid-template-rows: repeat(4, auto);
    padding: 50px 24px;
  }
}

@media (max-width: 767px) {
  .list-location {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(4, calc(100% - 110px)) 100%;
  }
}

.list-location .list-location-item img {
  height: 72px;
  width: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.list-location .list-location-item__info {
  margin-left: 15px;
}

.list-location-wrap {
  padding: 24px 0;
}

@media (max-width: 991px) {
  .list-location-wrap .list-location {
    padding: 24px 0;
  }
}

/*-------- 2.3 Travel Type --------*/
.travel-type {
  padding: 0 80px;
}

@media (max-width: 991px) {
  .travel-type {
    padding: 0 24px;
    margin-bottom: 20px;
  }
}

.travel-type .travel-type-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 15px;
}

@media (max-width: 991px) {
  .travel-type .travel-type-list {
    display: grid;
    justify-content: flex-start;
    grid-auto-columns: 80%;
    grid-auto-flow: column;
    gap: 1.5rem;
    overflow: auto hidden;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    touch-action: manipulation;
    scroll-padding: 1rem;
    grid-template-columns: unset;
    grid-template-rows: auto;
  }
}

.travel-type .travel-type-list img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 325px;
}

/*-------- 2.4 Experience Type --------*/
.experience-type {
  padding: 40px 80px;
  background: #000000;
  color: #ffffff;
}

@media (max-width: 991px) {
  .experience-type {
    padding: 40px 24px;
    margin-bottom: 20px;
  }
}

.experience-type .experience-type-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 15px;
}

@media (max-width: 991px) {
  .experience-type .experience-type-list {
    display: grid;
    justify-content: flex-start;
    grid-auto-columns: 80%;
    grid-auto-flow: column;
    gap: 1.5rem;
    overflow: auto hidden;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    touch-action: manipulation;
    scroll-padding: 1rem;
    grid-template-columns: unset;
    grid-template-rows: auto;
  }
}

.experience-type .experience-type-list img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 325px;
}

.experience-type .experience-type-list .experience-type-list-item span {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}

/*-------- 2.5 Entire Details --------*/
@media (max-width: 991px) {
  .entrie-overview h4 {
    max-width: 70%;
  }
}

.entrie-overview img {
  position: absolute;
  right: 20px;
  top: 0;
  height: 56px;
  width: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.entrie-overview .entrie-overview__amount {
  font-weight: 400;
}

.entrie-overview .entrie-overview__service {
  margin-top: 20px;
}

.entrie-overview .entrie-overview__service-item {
  margin: 7px 0;
}

.entrie-overview .entrie-overview__service-item i {
  font-size: 24px;
  margin-right: 10px;
  padding-top: 3px;
}

.entrie-details .entrie-details-item {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .entrie-details .entrie-details-item {
    margin-bottom: 15px;
  }
}

.entrie-details .entrie-details-item__icon {
  font-size: 20px;
  line-height: 28px;
  margin-right: 15px;
}

.entrie-details .entrie-details-item__content span {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #828282;
}

/*-------- 2.6 Room menu type --------*/
.card-services .card-services__items {
  height: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.card-services .card-services__items i {
  font-size: 24px;
  margin-bottom: 15px;
}

.card-services .card-services__items p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 19.6px;
}

/*-------- 2.7 List convinient --------*/
.list-convenient .list-convenient-item {
  padding-bottom: 16px;
  max-width: 80%;
}

.list-convenient .list-convenient-item i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 28px;
}

.list-convenient .modal .modal-content {
  border: none;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 500px;
}

.list-convenient .modal .modal-content .modal-body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.list-convenient .modal .modal-content-item {
  margin-bottom: 10px;
  border-bottom: 1px #e0e0e0 solid;
}

.list-convenient .modal .modal-content-item:nth-last-child(1) {
  border-bottom: none;
}

.list-convenient .modal .modal-content-item:nth-last-child(1) p {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*-------- 2.8 Price Box --------*/
.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.price-box {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #f7f7f7;
  box-shadow: #00000026 0px 6px 16px;
  -webkit-box-shadow: #00000026 0px 6px 16px;
  -moz-box-shadow: #00000026 0px 6px 16px;
}

@media (max-width: 991px) {
  .price-box {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #e0e0e0;
  }
}

.price-box .price-box__header {
  margin-bottom: 10px;
}

.price-box .price-box__header .price {
  color: #4f4f4f;
}

.price-box .price-box__header .price b {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.price-box .price-box__header .evaluate {
  color: #4f4f4f;
}

.price-box .price-box__header .evaluate b {
  color: #000000;
}

.price-box .price-box__header .evaluate i {
  color: #ee7529;
}

.price-box .price-box__main p {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}

.price-box .price-box__footer {
  margin-top: 20px;
}

.price-box .price-box__footer hr {
  margin: 16px 0;
}

.price-box__wrap {
  margin-top: 25px;
}

.price-box__wrap-item {
  padding: 10px 0;
}

.price-box__wrap-item .date,
.price-box__wrap-item .hour,
.price-box__wrap-item a {
  font-size: 14px;
  line-height: 19.6px;
  display: block;
}

.price-box__wrap-item .date {
  font-weight: bold;
}

.price-box__wrap-item .book {
  color: #828282;
  text-decoration: underline;
}

.price-box__wrap-item .book:hover {
  color: #1d1d1d;
  text-decoration: underline !important;
}

.price-box__wrap.type-second .price-box__wrap-item .date,
.price-box__wrap.type-second .price-box__wrap-item .hour,
.price-box__wrap.type-second .price-box__wrap-item a {
  font-size: 16px;
  line-height: 22.4px;
  display: block;
}

.price-box__wrap hr {
  margin: 12px 0;
}

.price-notification {
  margin-top: 20px;
  padding: 25px;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
}

.price-notification .price-notification__content {
  flex: 1;
}

.price-notification .price-notification__icon {
  margin-left: 10px;
}

.price-notification .price-notification__icon img {
  height: 35px;
  width: auto;
}

.price-report {
  font-weight: 600;
  color: #828282;
}

.price-report i {
  margin-right: 10px;
}

.price-report span {
  text-decoration: underline;
}

.popup-pricebox {
  position: absolute;
  bottom: -100%;
  display: none;
  visibility: hidden;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 500;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.popup-pricebox.show {
  display: block;
  visibility: visible;
  bottom: 0;
}

.popup-pricebox .popup-pricebox__left {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 96px !important;
  z-index: 1 !important;
}

@media (max-width: 991px) {
  .popup-pricebox .popup-pricebox__left .btn-normal {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px !important;
  }
}

.popup-pricebox .btn-close {
  position: fixed;
  top: 30px;
  left: 30px;
  font-size: 25px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 1px 12px;
}

.popup-pricebox .btn-close:hover {
  background: #e0e0e0;
}

@media (max-width: 991px) {
  .popup-pricebox .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
  }
}

/*-------- 2.9 Cart Section--------*/
.location-detail .location-detail__map iframe {
  height: 400px;
}

.location-detail .location-detail__description p {
  font-weight: 400;
  color: #282828;
}

/*-------- 2.10 Media Gallery --------*/
.host-info .host-info__avatar {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.host-info .host-info__avatar img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.host-info .host-info__name span {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #828282;
}

.host-info .host-info__other li {
  font-weight: 400;
}

.host-info .host-specification .wrapper-icon {
  display: flex;
  align-items: center;
  height: 20px;
  color: #ee7529;
}

.host-info .protect-your-payment {
  max-width: 300px;
  font-size: 14px;
  line-height: 19.6px;
}

@media (max-width: 991px) {
  .host-info .protect-your-payment {
    max-width: 95%;
  }
}

@media (max-width: 991px) {
  .host-info .btn-outline-black {
    width: 100%;
  }
}

/*-------- 2.11 Photo details --------*/
.photo-details {
  margin-bottom: 50px;
  height: 350px;
  position: relative;
}

.photo-details.first-layout .photo-details-left {
  height: 100%;
  width: 50%;
  left: 0px;
  top: 0px;
  position: absolute;
}

.photo-details.first-layout .photo-details-center {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 25%;
  padding-left: 8px;
  left: 50%;
  top: 0px;
  position: absolute;
}

.photo-details.first-layout .photo-details-center .photo-details-item {
  height: 50%;
}

.photo-details.first-layout .photo-details-center .photo-details-item:nth-child(2) {
  padding-top: 8px;
}

.photo-details.first-layout .photo-details-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 25%;
  padding-left: 8px;
  right: 0px;
  top: 0px;
  position: absolute;
}

.photo-details.first-layout .photo-details-right .photo-details-item {
  height: 50%;
}

.photo-details.first-layout .photo-details-right .photo-details-item:nth-child(2) {
  padding-top: 8px;
}

.photo-details.second-layout {
  height: 400px;
}

.photo-details.second-layout .photo-details-left {
  height: 100%;
  width: 50%;
  left: 0px;
  top: 0px;
  position: absolute;
  display: flex;
}

.photo-details.second-layout .photo-details-left .photo-details-item {
  width: 50%;
}

.photo-details.second-layout .photo-details-left .photo-details-item:nth-child(2) {
  padding-left: 8px;
}

.photo-details.second-layout .photo-details-center {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 25%;
  padding-left: 8px;
  left: 50%;
  top: 0px;
  position: absolute;
}

.photo-details.second-layout .photo-details-center .photo-details-item {
  height: 50%;
}

.photo-details.second-layout .photo-details-center .photo-details-item:nth-child(2) {
  padding-top: 8px;
}

.photo-details.second-layout .photo-details-right {
  height: 100%;
  width: 25%;
  padding-left: 8px;
  right: 0px;
  top: 0px;
  position: absolute;
}

.photo-details .photo-details-item {
  height: 100%;
}

.photo-details .photo-details-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*-------- 2.12 Title Detail --------*/
.title-details .title-details__summary-info {
  font-size: 14px;
  line-height: 19.6px;
}

.title-details .title-details__summary-info i {
  color: #ee7529;
}

.title-details .title-details__summary-info .location {
  text-decoration: underline;
  color: #828282;
}

.title-details .title-details__summary-info .dot {
  margin: 0 8px 8px;
  color: #828282;
  line-height: 5px;
}

.title-details .title-details__social {
  font-size: 14px;
  line-height: 19.6px;
}

.title-details .title-details__social i {
  margin-right: 5px;
}

.title-details .title-details__social span {
  text-decoration: underline;
  line-height: 18px;
}

/*-------- 2.13 List rules  --------*/
.list-rules .list-rules__content {
  color: #000000;
}

.list-rules .list-rules__content .list-rules-item .modal-dialog {
  top: 100px;
}

.list-rules .list-rules__content .list-rules-item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25.2px;
}

@media (max-width: 991px) {
  .list-rules .list-rules__content .list-rules-item-title {
    width: 100%;
    border: 1px solid;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .list-rules .list-rules__content .list-rules-item-title::after {
    position: absolute;
    right: 30px;
    top: 10px;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 600;
  }
}

.list-rules .list-rules__content .list-rules-item-show {
  color: #828282 !important;
  font-weight: 600;
}

.list-rules .list-rules__content .list-rules-item-show span {
  text-decoration: underline;
}

.list-rules .list-rules__content .list-rules-item-content i {
  font-weight: bold;
  width: 13px;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .list-rules .list-rules__content .list-rules-item-main {
    display: none;
  }
}

/*-------- 2.14 Suggest destination --------*/
.suggest-destination h6 {
  color: #1d1d1d;
  font-weight: 400;
}

.suggest-destination .suggest-destination-type a,
.suggest-destination .suggest-destination-items a {
  color: #4f4f4f;
  font-weight: 400;
}

.suggest-destination .suggest-destination-items a {
  padding: 8px 15px;
  display: block;
}

/*-------- 2.15 Popular tour --------*/
.popular-tour {
  margin-top: 32px;
  position: relative;
}

.popular-tour .popular-tour__header {
  display: flex;
  justify-content: space-between;
  padding-right: 90px;
  width: 100%;
}

@media (max-width: 991px) {
  .popular-tour .popular-tour__header {
    padding-right: 0px;
  }
}

.popular-tour .popular-tour__header a {
  text-decoration: underline;
}

.popular-tour .popular-tour__slick .item {
  position: relative;
}

.popular-tour .popular-tour__slick .item .like {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  z-index: 99;
}

.popular-tour .popular-tour__slick .item .like img {
  width: 25px;
  height: 25px;
}

.popular-tour .popular-tour__slick .item .rating {
  margin-top: 10px;
}

.popular-tour .popular-tour__slick .item .rating i {
  color: #ee7529;
}

.popular-tour .popular-tour__slick .item .rating .destination {
  color: #4f4f4f;
}

.popular-tour .popular-tour__slick .item img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-tour .popular-tour__slick .owl-nav {
  position: absolute;
  right: 0;
  top: -55px;
  margin-top: 0;
}

/*-------- 2.16 Map layout --------*/
.map-layout__left {
  padding: 24px 10px 0;
}

.listProduct__header .title {
  margin-bottom: 20px;
}

.listProduct__header .description {
  color: #282828;
  font-size: 14px;
  line-height: 19.6px;
}

.listProduct__header .description a {
  text-decoration: underline !important;
}

.listProduct__header .listProduct__header-item {
  padding: 24px 0;
}

.map-layout__right {
  top: 100px;
  height: calc(100vh - 100px);
}

.map-layout__right iframe {
  height: 100%;
}

/*-------- 2.17 Filter experiences --------*/
.filter-experiences {
  padding: 5px 0 10px;
  position: relative;
}

.filter-experiences .filter-experiences-item {
  position: relative;
}

.filter-experiences .filter-experiences-item .btn i {
  font-size: 14px;
  line-height: 19.6px;
}

.filter-experiences .filter-experiences-item .btn.check {
  border: 2px solid #000000 !important;
}

.filter-experiences .filter-experiences-item .btn:hover {
  border: 1px solid #000000;
}

.filter-experiences .filter-experiences-item-toggle {
  position: absolute;
  top: 52px;
  left: 0;
  min-width: 350px;
  background: white;
  border: #828282;
  border-radius: 10px;
  box-shadow: #00000026 1px 2px 20px;
  -webkit-box-shadow: #00000026 1px 2px 20px;
  -moz-box-shadow: #00000026 1px 2px 20px;
  display: none;
  z-index: 100;
}

.filter-experiences .filter-experiences-item-toggle .row {
  margin: 0 !important;
}

.filter-experiences .filter-experiences-item-toggle__main {
  padding: 20px;
}

.filter-experiences .filter-experiences-item-toggle__footer {
  border-top: 1px solid #e0e0e0;
  padding: 12px 14px;
}

.filter-experiences .filter-experiences-item-toggle__footer .btn {
  border-radius: 5px;
  font-size: 14px;
  line-height: 19.6px;
  margin: 0 !important;
}

.filter-experiences .filter-experiences-item-toggle__footer .btn-dark {
  background: #1d1d1d;
  color: #ffffff;
}

.filter-experiences .filter-experiences-item-toggle__footer .btn-cancel {
  border: none;
  text-decoration: underline;
}

.filter-experiences .filter-experiences-item .show {
  display: block !important;
}

.filter-experiences .range-slider .price-average {
  font-weight: 400;
  color: #1d1d1d;
  padding-bottom: 40px;
}

.filter-experiences .range-slider .double-slider {
  display: flex;
  justify-content: space-between;
  height: 50px;
  width: 400px;
  position: relative;
  margin: 23px auto 8px;
}

.filter-experiences .range-slider .value-output {
  margin-top: 15px;
}

.filter-experiences .range-slider .value-output.from:before {
  content: 'From: ';
}

.filter-experiences .range-slider .value-output.to:before {
  content: 'To: ';
}

.filter-experiences .range-slider .progressbar_from {
  position: absolute;
  top: -3px;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #e0e0e0;
  z-index: 1;
}

.filter-experiences .range-slider .progressbar_to {
  position: absolute;
  top: -3px;
  right: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  z-index: 1;
}

.filter-experiences .range-slider input[type='range'] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  height: 0;
  position: absolute;
}

.filter-experiences .range-slider input[type='range']:focus {
  outline: none;
}

.filter-experiences .range-slider input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 2.2s;
  box-shadow: #000000 0px 0px 0px;
  -webkit-box-shadow: #000000 0px 0px 0px;
  -moz-box-shadow: #000000 0px 0px 0px;
  background: #1d1d1d;
  border-radius: 25px;
  border: 0px solid #1d1d1d;
  position: relative;
}

.filter-experiences .range-slider input[type='range']::-webkit-slider-thumb {
  box-shadow: #000000 0px 0px 0px;
  -webkit-box-shadow: #000000 0px 0px 0px;
  -moz-box-shadow: #000000 0px 0px 0px;
  border: 1px solid #e0e0e0;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0;
  transform: translate(0, -50%);
  z-index: 9999;
  position: absolute;
  top: 50%;
}

.filter-experiences .range-slider input[type='range']:focus::-webkit-slider-runnable-track {
  background: #47bdee;
}

.filter-experiences .range-slider input[type='range']::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: #000000 0px 0px 0px;
  -webkit-box-shadow: #000000 0px 0px 0px;
  -moz-box-shadow: #000000 0px 0px 0px;
  background: #ee7529;
  border-radius: 25px;
  border: 0px solid #1d1d1d;
}

.filter-experiences .range-slider input[type='range']::-moz-range-thumb {
  box-shadow: #000000 0px 0px 0px;
  -webkit-box-shadow: #000000 0px 0px 0px;
  -moz-box-shadow: #000000 0px 0px 0px;
  border: 0px solid #1d1d1d;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #ee7529;
  cursor: pointer;
}

.filter-experiences .range-slider input[type='range']::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}

.filter-experiences .range-slider input[type='range']::-ms-fill-lower, .filter-experiences .range-slider input[type='range']::-ms-fill-upper {
  background: #092C4C;
  border: 0px solid #1d1d1d;
  border-radius: 50px;
  box-shadow: #000000 0px 0px 0px;
  -webkit-box-shadow: #000000 0px 0px 0px;
  -moz-box-shadow: #000000 0px 0px 0px;
}

.filter-experiences .range-slider input[type='range']::-ms-thumb {
  box-shadow: #000000 0px 0px 0px;
  -webkit-box-shadow: #000000 0px 0px 0px;
  -moz-box-shadow: #000000 0px 0px 0px;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #092C4C;
  cursor: pointer;
}

.filter-experiences .range-slider input[type='range']:focus::-ms-fill-lower, .filter-experiences .range-slider input[type='range']:focus::-ms-fill-upper {
  background: #092C4C;
}

/*-------- 2.17 Suggest location --------*/
.grid-location {
  margin-top: 32px;
  position: relative;
}

.grid-location .grid-location__header {
  display: flex;
  justify-content: space-between;
  padding-right: 90px;
  width: 100%;
}

.grid-location .grid-location__header a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .grid-location .grid-location__header {
    padding-right: 0;
  }
}

.grid-location .grid-location__slick .item {
  position: relative;
}

.grid-location .grid-location__slick .item .like {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  z-index: 99;
}

.grid-location .grid-location__slick .item .like img {
  width: 25px;
  height: 25px;
}

.grid-location .grid-location__slick .item .like:hover {
  font-weight: bold;
}

.grid-location .grid-location__slick .item .grid-location__info {
  margin-top: 10px;
  position: relative;
}

.grid-location .grid-location__slick .item .grid-location__info .price a {
  text-decoration: underline;
}

.grid-location .grid-location__slick .item .grid-location__info .location-name {
  font-size: 18px;
  line-height: 25.2px;
}

.grid-location .grid-location__slick .item .rating .fa-star {
  color: #ee7529;
}

.grid-location .grid-location__slick .item img {
  border-radius: 10px;
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .grid-location .grid-location__slick .item img {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .grid-location .grid-location__slick .item img {
    height: 250px;
  }
}

.grid-location .grid-location__slick .owl-nav {
  position: absolute;
  right: 0;
  top: -44px;
  margin-top: 0;
}

.grid-location .grid-location__slick .carousel-img .owl-nav {
  top: 0 !important;
}

/*-------- 2.18 Carousel image --------*/
.carousel-img .owl-nav {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}

.carousel-img .owl-nav .owl-prev {
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.carousel-img .owl-nav .owl-next {
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.carousel-img .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-img .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 2px !important;
  z-index: 99;
  background: #ffffff75;
  border-radius: 50%;
}

.carousel-img .owl-dots .owl-dot.active {
  background: #ffffff;
}

/*-------- 2.18 List destination --------*/
.list-destination .list-destination__row-item {
  position: relative;
}

.list-destination .list-destination__row-item a:hover {
  text-decoration: underline !important;
}

.list-destination .list-destination__row .carousel-img {
  width: 300px;
  margin-right: 15px;
}

.list-destination .list-destination__row .carousel-img img {
  height: 200px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .list-destination .list-destination__row .carousel-img {
    width: 100%;
  }
  .list-destination .list-destination__row .carousel-img img {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .list-destination .list-destination__row .carousel-img img {
    height: 250px;
  }
}

.list-destination .list-destination__row-content {
  flex: 1;
}

.list-destination .list-destination__row-content-top hr {
  width: 50px;
  margin: 0;
  border-color: #828282;
}

@media (max-width: 991px) {
  .list-destination .list-destination__row-content-top {
    margin-top: 15px;
  }
}

.list-destination .list-destination__row-content-top .heart {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 99;
  height: 25px;
  width: 25px;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .list-destination .list-destination__row-content-top .heart {
    top: 10px;
  }
}

.list-destination .list-destination__row-content-top .heart img {
  top: 0;
  left: 0;
}

.list-destination .list-destination__row-content-bottom .underline {
  text-decoration: underline;
}

.list-destination .list-destination__row-content-bottom i {
  color: #ee7529;
}

.list-destination .list-destination__row-content span {
  font-size: 14px;
  line-height: 19.6px;
  color: #828282;
}

.list-destination .list-destination__row hr {
  border-color: #e0e0e0;
}

/*-------- 2.20 Popular destination --------*/
.popular-destination {
  margin-top: 32px;
  position: relative;
}

.popular-destination .popular-destination__slick .item {
  position: relative;
}

.popular-destination .popular-destination__slick .item a {
  color: #ffffff;
}

.popular-destination .popular-destination__slick .item img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-destination .popular-destination__slick .item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #00000026 40%, transparent);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}

.popular-destination .popular-destination__slick .item .btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.popular-destination .popular-destination__slick .owl-nav {
  position: absolute;
  right: 0;
  top: -55px;
  margin-top: 0;
}

.popular-destination .popular-destination__slick .owl-dots {
  margin-top: 10px !important;
  text-align: center;
}

.popular-destination .popular-destination__slick .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.popular-destination .popular-destination__slick .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #e0e0e0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  border-radius: 30px;
}

.popular-destination .popular-destination__slick .owl-dots .active span {
  background: #ee7529;
}

/*-------- 2.21 Suggest Event --------*/
.suggest-event {
  margin-top: 32px;
  position: relative;
}

.suggest-event .suggest-event__header {
  display: flex;
  justify-content: space-between;
  padding-right: 90px;
  width: 100%;
}

@media (max-width: 991px) {
  .suggest-event .suggest-event__header {
    padding-right: 0px;
  }
}

.suggest-event .suggest-event__header a {
  text-decoration: underline;
}

.suggest-event .suggest-event__list-item {
  padding: 12px 16px 12px 12px;
  border-radius: 8px;
  border: 1.5px solid #e0e0e0;
}

.suggest-event .suggest-event__list-item .suggest-event__item-img {
  margin-right: 12px;
}

.suggest-event .suggest-event__list-item .suggest-event__item-img img {
  width: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  max-height: 200px;
}

.suggest-event .suggest-event__list-item .suggest-event__item-content .rating {
  font-size: 14px;
  line-height: 19.6px;
  color: #828282;
}

.suggest-event .suggest-event__list-item .suggest-event__item-content .rating .fa-star {
  color: #ee7529;
}

.suggest-event .suggest-event__list-item .suggest-event__item-content .rating .point {
  color: #1d1d1d;
}

.suggest-event .suggest-event__list-item .suggest-event__item-content .time span {
  border-radius: 4px;
  color: #000000;
  border: 1.25px solid #000000;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
}

.suggest-event .suggest-event__list .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  margin-top: 0;
}

/*-------- 2.22 First news --------*/
.first-news {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .first-news {
    padding: 0 0 20px;
  }
}

.first-news .first-news__image img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .first-news .first-news__image img {
    margin-right: 0px;
  }
}

.first-news .first-news__contentWrap-date {
  color: #828282;
}

.first-news .first-news__contentWrap a:hover {
  text-decoration: underline !important;
}

.first-news .first-news__contentWrap-des {
  font-size: 18px;
  line-height: 25.2px;
}

.first-news .first-news__contentWrap h3 {
  font-weight: 900;
  list-style: 42px;
}

@media (max-width: 991px) {
  .first-news .first-news__contentWrap h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

/*-------- 2.22 Latest news --------*/
.list-news {
  margin-bottom: 50px;
}

.list-news .list-news__title {
  margin-bottom: 24px;
  font-weight: 900;
}

.list-news .large-type img {
  max-height: 250px !important;
}

.list-news .large-type .title {
  font-size: 20px !important;
  line-height: 28px !important;
}

.list-news .list-news__teaser {
  margin-bottom: 30px;
}

.list-news .list-news__teaser-image img {
  width: 100%;
  height: 100%;
  max-height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .list-news .list-news__teaser-image img {
    max-height: 125px !important;
  }
}

.list-news .list-news__teaser-content {
  margin-top: 15px;
}

.list-news .list-news__teaser-content .date {
  color: #828282;
}

.list-news .list-news__teaser-content .title {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 600;
  margin: 5px 0 10px;
}

@media (max-width: 767px) {
  .list-news .list-news__teaser {
    margin-bottom: 15px;
  }
  .list-news .list-news__teaser-image, .list-news .list-news__teaser-content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-top: 0;
  }
  .list-news .list-news__teaser-image {
    margin-right: 10px;
    margin-top: 6px;
  }
  .list-news .list-news__teaser-content .title {
    margin: 0 !important;
  }
}

/*-------- 2.23 Dark list news --------*/
.darklist-news {
  background: #000000;
  padding: 80px 0;
  color: #ffffff;
  position: relative;
}

@media (max-width: 991px) {
  .darklist-news {
    padding: 20px 0 80px;
  }
}

.darklist-news .darklist-news__title {
  font-weight: 900;
  max-width: 500px;
}

@media (max-width: 991px) {
  .darklist-news .darklist-news__title {
    font-size: 28px;
  }
}

.darklist-news .darklist-news__sub-title {
  font-size: 20px;
  line-height: 28px;
  max-width: 900px;
}

.darklist-news .btn {
  display: inline-block;
  border-color: #ffffff;
  position: absolute;
  top: 80px;
  right: 80px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.darklist-news .btn a {
  color: #ffffff !important;
}

.darklist-news .btn:hover a {
  color: #000000 !important;
}

@media (max-width: 991px) {
  .darklist-news .btn {
    bottom: 30px;
    left: 15px;
    top: auto;
    right: auto;
  }
}

.darklist-news__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 15px;
  margin-top: 30px;
}

.darklist-news__grid .darklist-news__item img {
  height: 265px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.darklist-news__grid .darklist-news__item p {
  padding: 16px;
  color: #ffffff;
  background-color: #1d1d1d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 991px) {
  .darklist-news__grid {
    display: grid;
    justify-content: flex-start;
    grid-auto-columns: 80%;
    grid-auto-flow: column;
    gap: 1.5rem;
    overflow: auto hidden;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    touch-action: manipulation;
    scroll-padding: 1rem;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
  }
  .darklist-news__grid .darklist-news__item img {
    width: 200px;
  }
}

/*-------- 2.23 Tab news --------*/
.tab-news {
  padding: 50px 0 0;
}

.tab-news .tab-news__button-wrap {
  padding: 10px;
}

.tab-news .tab-news__button-wrap .btn-filter.active {
  border: #000000 2px solid;
  color: #000000;
  font-weight: 600;
}

.tab-news .tab-news__content-item {
  display: none;
}

.tab-news .tab-news__content-item.show {
  display: block;
}

/*-------- 2.24 News details --------*/
.news-details .news-details__banner img {
  height: calc(100vh - 98px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.news-details .news-details__header {
  width: 100%;
  margin: 0 auto;
  max-width: 740px;
  padding: 50px 0;
}

.news-details .news-details__header h2 {
  font-weight: 900;
}

.news-details .news-details__header .meta-wrap {
  font-weight: 500;
  color: #4f4f4f;
}

.news-details .news-details__header .meta-wrap a {
  color: #ee7529;
}

.news-details .news-details__header .social-wrap a {
  font-size: 24px;
  margin-right: 24px;
}

.news-details .news-details__content * {
  width: 100%;
  margin: 0 auto 15px;
  max-width: 740px;
}

.news-details .news-details__content p,
.news-details .news-details__content span,
.news-details .news-details__content ul,
.news-details .news-details__content a,
.news-details .news-details__content i,
.news-details .news-details__content b {
  font-size: 20px;
  line-height: 28px;
  line-height: 32px;
}

.news-details .news-details__content img,
.news-details .news-details__content iframe {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin: 20px 0;
  border-radius: 10px;
}

.news-details .news-details__content iframe {
  height: 558px;
}

@media (max-width: 991px) {
  .news-details .news-details__content iframe {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .news-details .news-details__content iframe {
    height: 250px;
  }
}

.news-details .news-details__content a {
  color: #ee7529;
}

.news-details .news-details__content a:hover {
  text-decoration: underline !important;
}

.news-details .news-details__content blockquote {
  padding-left: 20px;
  border-left: 5px solid #e0e0e0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #828282;
  font-style: italic;
}

/*-------- 2.25 Account function --------*/
.account-function .account-function__header {
  padding: 60px 0;
}

.account-function .account-function__header .title {
  font-weight: 900;
}

.account-function .account-function__header .meta {
  font-size: 18px;
  line-height: 25.2px;
}

.account-function .account-function__header .meta a {
  color: #ee7529;
}

.account-function .account-function__header .meta a:hover {
  text-decoration: underline !important;
}

.account-function .account-function__list-item {
  padding: 24px;
  box-shadow: #00000029 0px 8px 16px;
  -webkit-box-shadow: #00000029 0px 8px 16px;
  -moz-box-shadow: #00000029 0px 8px 16px;
  border-radius: 8px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .account-function .account-function__list-item {
    margin-bottom: 25px;
  }
}

.account-function .account-function__list-item img {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.account-function .account-function__list-item .title-function {
  margin-bottom: 8px;
  font-weight: 900;
}

.account-function .account-function__list-item i {
  font-size: 12px;
}

.account-function .account-function__notification a {
  color: #ee7529;
}

.account-function .account-function__notification a:hover {
  text-decoration: underline !important;
}

/*-------- 2.25 Account function --------*/
.account-details {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .account-details {
    padding-top: 5px;
  }
}

.account-details .account-details__left {
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  flex: 0 0 305px;
}

@media (max-width: 991px) {
  .account-details .account-details__left {
    width: 100%;
    border: none;
    padding: 24px 0;
  }
}

.account-details__profile {
  text-align: center;
  margin-bottom: 20px;
}

.account-details__profile img {
  width: 128px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.account-details .account-details__centificate-item {
  font-weight: 500;
  margin-bottom: 20px;
}

.account-details .account-details__centificate-item i {
  font-size: 20px;
  margin-right: 10px;
}

.account-details .account-details__confirm-title {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 700;
  margin-bottom: 20px;
}

.account-details .account-details__confirm-item {
  font-weight: 500;
  margin-bottom: 20px;
}

.account-details .account-details__confirm-item i {
  font-size: 20px;
  margin-right: 10px;
}

.account-details .account-details__notification {
  font-size: 14px;
  line-height: 19.6px;
}

.account-details .account-details__notification a {
  text-decoration: underline !important;
  font-weight: 600;
}

.account-details .account-details__right {
  margin-left: 50px;
  max-width: 100%;
  flex: 1;
}

@media (max-width: 991px) {
  .account-details .account-details__right {
    margin-left: 0;
  }
}

.account-details .account-details__meta {
  margin-bottom: 40px;
}

.account-details .account-details__meta span {
  color: #828282;
  margin: 10px 0;
  display: block;
}

.account-details .account-details__meta a {
  text-decoration: underline !important;
}

.account-details .account-details__title {
  margin-bottom: 20px;
}

.account-details .account-details__about {
  margin-bottom: 20px;
}

.account-details .account-details__info-item {
  margin-bottom: 15px;
}

.account-details .account-details__info i {
  margin-right: 10px;
}

.account-details .account-details__list-product {
  max-width: 100%;
}

.account-details .account-details__list-product .owl-nav {
  top: -56px !important;
}

.account-details .account-details__report a {
  text-decoration: underline !important;
}

/*-------- 2.26 Review --------*/
.review .review__amount {
  margin-bottom: 20px;
}

.review .review__amount i {
  font-size: 20px;
  margin-right: 10px;
}

.review .review__list.row {
  margin: 0;
}

.review .review__list-item {
  padding: 20px 0;
}

.review .review__list-item .review-meta {
  font-size: 14px;
  line-height: 19.6px;
  color: #828282;
  margin-bottom: 10px;
}

.review .review__list-item .review-user {
  margin-top: 10px;
}

.review .review__list-item .review-user img {
  height: 56px;
  width: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.review .review__list-item .review-user h6 {
  font-weight: 900;
}

.review .review__list-item .review-user span {
  font-size: 14px;
  line-height: 19.6px;
  color: #828282;
}

.review .review__show-more {
  margin-top: 25px;
}

/*-------- 2.27 Pay --------*/
.pay {
  padding: 50px 0;
}

.pay .pay__title {
  font-weight: 800;
  margin-bottom: 40px;
}

.pay .pay__wrap h5 {
  font-weight: 600;
}

.pay .pay__wrap .pay__trip-info h5,
.pay .pay__wrap .pay__trip-require h5 {
  margin-bottom: 20px;
}

.pay .pay__wrap .pay__trip-info-item,
.pay .pay__wrap .pay__trip-require-item {
  margin-bottom: 20px;
}

.pay .pay__wrap .pay__trip-info-item .label,
.pay .pay__wrap .pay__trip-require-item .label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25.2px;
}

.pay .pay__wrap .pay__trip-info-item span,
.pay .pay__wrap .pay__trip-require-item span {
  color: #828282;
}

.pay .pay__wrap .pay__trip-info .btn-outline,
.pay .pay__wrap .pay__trip-require .btn-outline {
  border: 1px solid #000000;
  text-decoration: none !important;
}

.pay .pay__wrap .pay__trip-info .btn-outline:hover,
.pay .pay__wrap .pay__trip-require .btn-outline:hover {
  border-color: transparent;
}

.pay .pay__wrap .pay__method-header {
  margin-bottom: 20px;
}

.pay .pay__wrap .pay__method-header-img img {
  height: 10px;
  margin-right: 6px;
}

.pay .pay__wrap .pay__method-form select option {
  outline-color: red;
}

.pay .pay__wrap .pay__important-notification {
  border-left: 8px solid #e2b93b;
  padding-left: 24px;
  color: #828282;
}

.pay .pay__wrap .pay__important-notification a {
  font-weight: 600;
  text-decoration: underline !important;
}

.pay .pay__wrap .pay__important-notification a,
.pay .pay__wrap .pay__important-notification h5,
.pay .pay__wrap .pay__important-notification b {
  color: #000000;
}

.pay .pay__wrap .pay__small-notification {
  font-size: 14px;
  line-height: 19.6px;
}

.pay .pay__wrap .pay__small-notification a {
  font-weight: 600;
  text-decoration: underline !important;
}

.pay .pay__wrap .pay__bill {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .pay .pay__wrap .pay__bill {
    border: none;
    border-top: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 20px 0 0;
    margin-top: 20px;
  }
}

.pay .pay__wrap .pay__bill-header img {
  width: 126px;
  height: 106px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-right: 20px;
}

.pay .pay__wrap .pay__bill-header span {
  font-size: 14px;
  line-height: 19.6px;
  color: #828282;
}

.pay .pay__wrap .pay__bill-header p {
  font-size: 14px;
  line-height: 19.6px;
}

.pay .pay__wrap .pay__bill-header i {
  color: #ee7529;
  margin-right: 5px;
}

.pay .pay__wrap .pay__bill-header .evalute span {
  color: #1d1d1d;
}

.pay .pay__wrap .pay__bill-content-item {
  padding: 10px 0;
}

/*-------- 2.28 Page navigation --------*/
.page-navigation .page-navigation__list-item {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin: 0 8px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.page-navigation .page-navigation__list-item i {
  font-size: 14px;
}

.page-navigation .page-navigation__list-item:hover {
  background: #f7f7f7;
}

.page-navigation .page-navigation__list-item.active {
  background: #092C4C;
}

.page-navigation .page-navigation__list-item.active a {
  color: #ffffff;
}

.page-navigation .page-navigation__list-item.disable {
  cursor: not-allowed;
}

.page-navigation .page-navigation__list-item.disable a {
  color: #e0e0e0;
}

/*-------- 2.29 List Experiences --------*/
.list-experience {
  margin: 30px 0;
  border-top: 1px solid #e0e0e0;
}

.list-experience .list-experience__img {
  height: 250px;
  width: 190px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
  border-top: 1px solid #e0e0e0;
}

.list-experience .list-experience__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-experience .list-experience__item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.list-experience .list-experience__content .meta,
.list-experience .list-experience__content .description {
  font-size: 14px;
  line-height: 19.6px;
  color: #828282;
}

.list-experience .list-experience__content hr {
  width: 50px;
  margin: 0;
}

.list-experience .list-experience__content b,
.list-experience .list-experience__content .amount span {
  color: #000000;
}

.list-experience .list-experience__content .description span {
  margin-bottom: 5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-experience .list-experience__content .heart {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 99;
  height: 25px;
  width: 25px;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .list-experience .list-experience__content .heart {
    top: 10px;
    right: auto;
  }
}

.list-experience .list-experience__content .heart i {
  right: 10px;
}

.list-experience .list-experience__content .heart img {
  top: 20px;
  left: 10px;
}

.list-experience .list-experience__content .star i {
  color: #ee7529;
}

.list-experience .list-experience__content .price {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .list-experience .list-experience__content .price {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.header-breadcrumb .header-breadcrumb-item {
  display: inline-block;
  font-weight: 400;
}

.header-breadcrumb .header-breadcrumb-item::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  padding: 0 5px;
  text-decoration: none;
}

.header-breadcrumb .header-breadcrumb-item:nth-last-child(1)::after {
  content: "";
}

/*-------- 2.30 Auth --------*/
.auth {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
  background-image: url("../img/hld-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.auth .login-card {
  margin: auto;
  width: 450px;
  min-height: 400px;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: #00000026 0px 2px 8px;
  -webkit-box-shadow: #00000026 0px 2px 8px;
  -moz-box-shadow: #00000026 0px 2px 8px;
}

@media (max-width: 767px) {
  .auth .login-card {
    width: 95%;
  }
}

.auth .logo img {
  height: 80px;
}

.auth .login-form-container {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .auth .login-form-container {
    padding: 20px;
  }
}

.auth .login-form-container .login-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  padding: 0 0 10px;
}

.auth .login-form-container .form-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.auth .login-form-container .form-item:not(:last-of-type) {
  margin-bottom: 24px;
}

.auth .login-form-container .form-item > label {
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 12px;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 0 4px;
}

.auth .login-form-container .form-item > input {
  flex: 1 0 auto;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #828282;
  transition: border-color 0.2s ease;
  box-shadow: #00000026 0px 2px 8px;
  -webkit-box-shadow: #00000026 0px 2px 8px;
  -moz-box-shadow: #00000026 0px 2px 8px;
}

.auth .login-form-container .form-item > input:hover {
  border-color: #ee7529;
}

.auth .login-form-container .form-item > input:focus {
  outline: 0;
  border-color: #ee7529;
}

.auth .login-form-container .form-item .form-remember,
.auth .login-form-container .form-item .form-forgot {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
}

.auth .login-form-container .form-item .form-remember label {
  cursor: pointer;
  color: #828282;
  transition: color 0.2s ease;
  padding-left: 12px;
  position: relative;
  margin-bottom: 0;
}

.auth .login-form-container .form-item .form-remember label:hover {
  color: #000000;
}

.auth .login-form-container .form-item .form-remember label::before {
  content: '\f0c8';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.auth .login-form-container .form-item .form-remember input:hover + label {
  color: #000000;
}

.auth .login-form-container .form-item .form-remember input:checked + label::before {
  content: '\f14a';
}

.auth .login-form-container .form-item .form-remember input {
  cursor: pointer;
  margin: 0;
  opacity: 0;
}

.auth .login-form-container .form-item .form-forgot {
  justify-content: flex-end;
}

.auth .login-form-container .form-item .form-forgot a,
.auth .login-form-container .form-item .form-forgot a:focus {
  color: #ee7529;
  font-weight: bold;
  text-decoration: none;
}

.auth .login-form-container .form-item .form-forgot a:hover, .auth .login-form-container .form-item .form-forgot a:active,
.auth .login-form-container .form-item .form-forgot a:focus:hover,
.auth .login-form-container .form-item .form-forgot a:focus:active {
  text-decoration: underline;
}

.auth .login-form-container .small-notification {
  font-size: 14px;
  line-height: 19.6px;
}

.auth .login-form-container .small-notification a {
  color: #092C4C;
  text-decoration: underline;
}

.auth .btn-default {
  border-color: #e0e0e0;
  padding: 10px;
}

.auth .btn-default:hover {
  background-color: #e0e0e0;
}

.auth .btn-default:active {
  background-color: #e0e0e0;
}

.auth .divider {
  padding: 15px 10px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 19.6px;
  color: #828282;
  position: relative;
}

.auth .divider::before, .auth .divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #828282;
}

@media (max-width: 767px) {
  .auth .divider::before, .auth .divider::after {
    width: 75px;
  }
}

.auth .divider::before {
  left: 0;
  transform: translateX(-100%);
}

.auth .divider::after {
  right: 0;
  transform: translateX(100%);
}

.auth .social-list {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}

.auth .social-list li {
  flex: 1;
  padding: 0 8px;
}

.auth .social-list li .btn {
  width: 100%;
  justify-content: center;
}

/*-------- 2.31 Banner hosts --------*/
.banner-host {
  position: relative;
}

.banner-host .banner-host__bg {
  width: 100%;
  height: 600px;
}

.banner-host .banner-host__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-host .banner-host__main {
  position: absolute;
  top: 20%;
  left: 80px;
  z-index: 20;
}

@media (max-width: 991px) {
  .banner-host .banner-host__main {
    top: 155;
    left: 50px;
  }
}

.banner-host .banner-host__main-wrap {
  font-size: 40px;
}

@media (max-width: 991px) {
  .banner-host .banner-host__main-wrap {
    font-size: 25px;
  }
}

.banner-host .banner-host__main-wrap-item {
  margin: 15px 0;
}

.banner-host .banner-host__main-wrap .dropdown {
  cursor: pointer;
}

.banner-host .banner-host__main-wrap .dropdown .dropdown-item {
  width: 400px;
  white-space: normal;
}

.banner-host .banner-host__main-wrap .dropdown .dropdown-item:active, .banner-host .banner-host__main-wrap .dropdown .dropdown-item.active {
  background: #ee7529 !important;
}

@media (max-width: 767px) {
  .banner-host .banner-host__main-wrap .dropdown .show {
    transform: translate3d(-50px, 35px, 0px) !important;
  }
  .banner-host .banner-host__main-wrap .dropdown .dropdown-item {
    width: 270px;
  }
}

.banner-host .banner-host__main-wrap .dropdown .dropdown-title {
  border-bottom: 3px solid white;
  height: 40px;
}

.banner-host .banner-host__main-wrap .dropdown .dropdown-title::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}

/*-------- 2.32 Hosts mechanism --------*/
.host-mechanism .host-mechanism__wrap-item {
  padding: 0 20px;
  margin-bottom: 20px;
}

.host-mechanism .host-mechanism__wrap-item img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.host-mechanism .host-mechanism__wrap-item span {
  color: #1d1d1d;
}

.host-mechanism .host-mechanism__wrap-item a {
  text-decoration: underline;
  color: #333333;
}

.host-mechanism .host-mechanism__wrap-item a:hover {
  text-decoration: underline !important;
}

/*-------- 2.33 Hosts sample --------*/
.host-sample {
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
}

.host-sample .host-sample__content {
  width: 100%;
  max-width: 360px;
  margin-right: 70px;
}

.host-sample .host-sample__slide {
  overflow-y: hidden;
}

.host-sample .host-sample__slide-item img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.host-sample .host-sample__slide-item a {
  font-weight: 600;
  text-decoration: underline !important;
  color: #282828;
}

.host-sample .host-sample__slide .owl-nav {
  margin: 30px 0 3px;
  text-align: right;
}

@media (max-width: 991px) {
  .host-sample .host-sample__content {
    margin-bottom: 30px;
    max-width: 100%;
  }
}

/*-------- 2.34 Lists protect --------*/
.list-protect .list-protect__wrap-item {
  margin-bottom: 30px;
}

.list-protect .list-protect__wrap-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

/*-------- 2.35 Lists service --------*/
.list-service .list-service-item {
  margin-bottom: 20px;
}

.list-service .list-service-item i {
  font-size: 35px;
}

.connect-form {
  border-top: 1px #e0e0e0 solid;
  padding-top: 50px;
}

/*-------- 2.35 Experience hosting--------*/
.experience-hosting .experience-hosting__item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 14px 88px 0 #00000026;
  margin-bottom: 16px;
  min-width: 288px;
}

.experience-hosting .experience-hosting__item-title {
  padding: 24px;
  border-bottom: 1px solid #e0e0e0;
}

.experience-hosting .experience-hosting__item-title img {
  max-width: 160px;
  height: auto;
  border-radius: 6px;
}

.experience-hosting .experience-hosting__item-title h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.experience-hosting .experience-hosting__item-title .label {
  border: 1px solid #e0e0e0;
  width: auto;
  display: inline;
  padding: 2px 5px 2px 8px;
  border-radius: 3px;
  position: relative;
}

.experience-hosting .experience-hosting__item-title .label::after {
  content: "";
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: -0.5px;
  background: #27ae60;
}

.experience-hosting .experience-hosting__item-title .label.inprogress::after {
  background: #e2b93b;
}

.experience-hosting .experience-hosting__item-notification {
  padding: 24px;
  border-bottom: 1px solid #e0e0e0;
}

.experience-hosting .experience-hosting__item-notification i {
  font-size: 20px;
  margin-right: 20px;
  margin-top: 5px;
}

.experience-hosting .experience-hosting__item-confirm {
  padding: 24px;
}

/*-------- 2.40 Dropdown list--------*/
.dropdown-list {
  position: relative;
}

.dropdown-list .dropdown-list__label {
  height: 25px;
  margin-bottom: 10px;
}

.dropdown-list .dropdown-list__toggle {
  position: relative;
  width: auto;
  min-width: 120px;
  height: 55px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  padding: 15px 50px 15px 24px;
  cursor: pointer;
  color: #1d1d1d;
}

.dropdown-list .dropdown-list__toggle::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  color: #1d1d1d;
}

.dropdown-list .dropdown-list__menu {
  position: absolute;
  top: 100px;
  left: 0;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  visibility: hidden;
  background: #ffffff;
  z-index: -1;
}

.dropdown-list .dropdown-list__menu.show {
  visibility: visible;
  z-index: 50;
}

.dropdown-list .dropdown-list__menu-item {
  width: 100%;
  padding: 16px 24px;
  white-space: nowrap;
}

.dropdown-list .dropdown-list__menu-item:hover {
  background: #092C4C;
  color: white;
}

.filter-dropdown-list label {
  color: #000000;
  font-weight: bold;
  height: 25px;
  margin-bottom: 10px;
  min-width: 250px;
  width: 100%;
}

.filter-dropdown-list input {
  height: 55px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}

/*-------- 2.41 account children --------*/
.account-children .account-children__settings-item {
  margin-bottom: 50px;
}

.account-children .account-children__settings-item-header p {
  font-size: 18px;
  line-height: 25.2px;
}

.account-children .account-children__settings-item label {
  margin-bottom: 0;
}

.account-children .account-children__settings-item-main {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.account-children .account-children__settings-item-main p {
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 0;
}

.account-children .account-children__settings-item-main span {
  color: #828282;
  font-size: 14px;
  line-height: 19.6px;
}

.account-children .account-children__box {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 24px;
  max-width: 350px;
}

@media (max-width: 991px) {
  .account-children .account-children__box {
    max-width: 100%;
  }
}

.account-children .account-children__box input {
  height: 55px;
}

.account-children .account-children__box img {
  height: 50px;
  width: 50px;
}

.account-children .account-children__box-item {
  margin-bottom: 15px;
}

.account-children .account-children__login-item-main {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.account-children .account-children__login .btn.clr-secondary:hover {
  color: #ffffff !important;
}

.account-children .account-children__login .icon {
  font-size: 30px;
  margin-right: 20px;
}

.account-children .flex-1 {
  flex: 1;
  margin-right: 10px;
}

.account-children .account-children__personal-item-main {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.account-children .account-children__personal-item-main .btn.clr-secondary:hover {
  color: #ffffff !important;
}

.account-children .account-children__payment-item-amount {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

/*-------- 2.42 Timeline --------*/
.timeline {
  margin: 45px 0 45px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ebeef3;
  left: 18.5%;
  margin-left: -2px;
}

.timeline > li {
  position: relative;
}

.timeline > li .cbp_tmtime {
  display: block;
  width: 23%;
  padding-right: 80px;
  position: absolute;
}

.timeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.timeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 0;
}

.timeline > li .cbp_tmtime span:last-child {
  font-size: 18px;
  font-weight: 500;
}

img.thumb_visit {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  margin-top: -5px;
  float: right;
  margin-left: 15px;
}

@media (max-width: 767px) {
  img.thumb_visit {
    display: none;
  }
}

.timeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #eef3f7;
  padding: 20px;
  position: relative;
  border-radius: 5px;
}

.timeline > li .cbp_tmlabel p {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.timeline > li .cbp_tmlabel h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}

.timeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #eef3f7;
  border-width: 10px;
  top: 15px;
}

.timeline > li .cbp_tmicon {
  width: 48px;
  height: 48px;
  font-weight: 500;
  background-color: #fff;
  text-transform: none;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 50px;
  position: absolute;
  color: #ff9933;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #999;
  text-align: center;
  left: 18.5%;
  top: 0;
  margin: 0 0 0 -25px;
}

@media screen and (max-width: 65.375em) {
  .timeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 47.2em) {
  .timeline:before {
    display: none;
  }
  .timeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .timeline > li .cbp_tmtime span {
    text-align: left;
  }
  .timeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
  }
  .timeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #eef3f7;
    top: -20px;
  }
  .timeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #eef3f7;
  }
  .timeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -65px 5px 0 0px;
  }
}

/*-------- Custom for drupal sites--------*/
.header-navigation.light.toolbar-exits {
  top: 77px;
}

#toolbar-administration {
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
}

.search-experience {
  position: absolute;
  top: 150px;
  left: 50%;
  min-width: 650px;
  transform: translate(-50%, 0);
}

.search-experience .panel-dropdown-content.visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .content {
    position: relative;
    left: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  .content.left {
    left: 300px;
  }
  .search-experience {
    position: relative;
    top: 100px;
    padding: 20px;
    max-width: 500px;
    min-width: 0;
  }
  .search-experience a {
    color: #1d1d1d;
  }
}
