/*SORT*/
.vnt-box-select {
  position: relative;
  min-width: 220px;
  z-index: 10;
}
.vnt-box-select__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #dddddd;
  padding: 9px 30px 9px 15px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;

}
.vnt-box-select__text::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f107';
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.vnt-box-select__text span{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vnt-box-select__list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 12px 15px 12px 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

}
.vnt-box-select.active .vnt-box-select__list  {
  opacity: 1;
  pointer-events: auto;
}

.vnt-box-select__list ul {
  list-style: none;
}
.vnt-box-select__list li {
  cursor: pointer;
  margin-bottom: 10px;
}
.vnt-box-select__list li:last-child {
  margin-bottom: 0;
}
.vnt-box-select__list li a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.vnt-box-select__list li.selected,
.vnt-box-select__list li:hover {

}




/*LIST*/

.list-tour .item {
  margin-bottom: 20px;
}
.tour-detail {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 19px;
}
.tour-detail .i-img {
  width: 240px;
  margin-right: 20px;
  float: left;
}
.tour-detail .i-img a{
  display: block;
  padding-top: 66.666667%;
  position: relative;
  overflow: hidden;
}
.tour-detail .i-img a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tour-detail .i-desc {
  float: left;
  width: -webkit-calc(100% - 440px);
  width: -moz-calc(100% - 440px);
  width: calc(100% - 440px);
}
.tour-detail .i-info {
  width: 160px;
  float: right;
  text-align: right;
}
.tour-detail .i-title {
  font-size: 20px;
  line-height: 30px;
  /* max-height: 60px;
  overflow: hidden; */
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
}
.tour-detail .i-content {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.tour-detail .i-dates{
  text-align: right;
}
.tour-detail .i-dates span{
  display: inline-block;
  color: #666666;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}
.tour-detail .i-dates span::before{
  content: '\f133';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0;
  top: 0;
}
.tour-detail .i-price {
  font-size: 22px;
  line-height: 30px;
  color: #d82727;
  font-weight: bold;
  margin-bottom: 5px;
}
.tour-detail .i-price-line {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  text-decoration: line-through;
}
.tour-detail .i-percent {
  background: #ffd302;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 25px;
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tour-detail .i-icon ul {
  display: inline-block;
}
.tour-detail .i-icon ul:after {
  display: block;
  content: '';
  clear: both;
}
.tour-detail .i-icon ul li {
  float: left;
  margin: 0 4px;
  color: #999999;
}
.tour-detail .i-link a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 6px 10px 4px;
  background: #eb1b24;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.tour-detail .i-link a:hover {
  background: #666666;
  color: #ffffff;
}




/***** SITEBAR ********/

.box-filter {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.box-filter .filter-title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background: #f6f6f6;
  padding: 10px 15px;
}
.box-filter .item-filter {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}
.box-filter .item-filter:last-child {
  border-bottom: 0;
}
.filterTitle {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.box-filter-price {}

#slider_price {
  margin: 15px 5px;
}
#slider_price .ui-widget-header{
  background: var(--web-color);
}
#slider_price.ui-widget-content {
  border: 0;
  background: #dddddd;
}
#slider_price.ui-slider-horizontal {
  height: 4px;
}
#slider_price.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  border-radius: 100%;
  border: 2px solid var(--web-color) !important;
  background: #ffffff !important;
}

.box-filter-price .slider-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-filter-price .slider-info .s-item { }

.box-filter-price .slider-info .s-item span {
  font-size: 12px;
  line-height: 20px;
}



.popup_mobile {
  position: relative;
}
.popup_mobile .pmTitle {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 55px 10px 10px;
  font-weight: bold;
  color: #ffffff;
  background: #d82727;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: none;
}
.popup_mobile .pmClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 25px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  display: none;
}
.popup_mobile .pmClose .fa {
  font-size: inherit;
  line-height: inherit;
}


.tptooltour{
  margin-bottom: 7px;
}
.tptooltour .tlgrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 -10px;
}
.tptooltour .tlgrip > div{
  padding: 0 10px;
  margin-bottom: 5px;
}
.tptooltour .tlfind{
  font-size: 15px;
  line-height: 25px;
}
.tptooltour .tlfind strong{
  color: #d82727;
  font-size: 20px;
}
.tptooltour .ssgrip{
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 -4px;
}
.tptooltour .ssgrip > div{
  padding: 0 4px;
}
.tptooltour .sttext{
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.ittooltour{
  position: relative;
  width: 220px;
  z-index: 10;
}
.ittooltour .vvtitle{
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #dddddd;
  padding: 9px 30px 9px 15px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.ittooltour .vvtitle::before{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f107';
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.ittooltour .vvtitle span{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ittooltour .vvconts {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 12px 15px 12px 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ittooltour.active .vvconts{
  opacity: 1;
  pointer-events: auto;
}
.ittooltour .vvconts li{
  margin-bottom: 10px;
}
.ittooltour .vvconts li:last-child{
  margin-bottom: 0;
}
.ittooltour .vvconts li a{
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.ittooltour .vvconts li.active a{
  color: #d82727;
  font-weight: bold;
}
.tpfindtour .fichose{
  margin-bottom: 12px;
}
.tpfindtour .filinks button{
  height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #d82727;
  padding: 5px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tpfindtour .filinks button:hover{
  background-color: #666666;
}
.tpfindtour .filinks button i{
  margin-right: 10px;
  font-size: 18px;
}
.itfindtour{
  margin-bottom: 10px;
}
.itfindtour .chtitle{
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
}
.itfindtour .chconts input, .itfindtour .chconts select{
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background-color: #eeeeee;
  border: none;
  outline: none;
}
.itfindtour .chosen-container{
  height: 40px;
}
.itfindtour .chosen-container-single .chosen-single{
  background-image: url('../images/iselect.png')!important;
  background-size: 13px 8px!important;
  background-repeat: no-repeat!important;
  background-position: calc(100% - 10px) 17px!important;
  font-size: 15px;
  line-height: 23px;
}
.itfindtour .fa-date{
  position: relative;
}
.itfindtour .fa-date::before{
  content: '\f133';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #333333;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}


.vdateall{
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #fbac09;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.vdateall input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
  opacity: 0;
  z-index: 1;
}
.vdateall i{
  margin-right: 7px;
}
.tour-detail .i-content > div{
  overflow: unset!important;
  white-space: unset!important;
}
.ui-datepicker{
  width: auto!important;
}





/*07/2024*/
.ui-datepicker{
  width: 24em;
}
.ui-datepicker a{
  width: 45px;
  height: 48px;
  display: block;
  line-height: 20px;
}
.ui-datepicker a span.txtmdy{
  width: 100%;
  font-size: 10px;
  text-align: center;
  display: block;
  color: #3d4196;
}
/* .ui-datepicker .ui-datepicker-current-day a span.txtmdy{
    color: #fff;
} */
.ui-datepicker .active a{
  border: 1px solid #3d4196;
  font-weight: bold;
  text-align: center;
  color: #3d4196;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.ui-datepicker .active a span.txtmdy{
  color: #3d4196;
}
.ui-widget-content .ui-state-highlight{
  background-color: transparent;
}
.ui-widget-content .ui-state-highlight span.txtmdy{
  color: #3d4196;
}
.ui-datepicker .active .ui-state-active{
  background-color: #3d4196;
  color: #fff!important;
  border-color: #3d4196!important;
}
.ui-datepicker .active .ui-state-active span.txtmdy{
  color: #fff;
}
.ui-datepicker .disactive{
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .4;
}
.ui-datepicker .active .dactive{
  border-color: #d82727;
  color: #d82727;
}
.ui-datepicker .active .vactive{
  border-color: #3d4196;
  color: #3d4196;
}
.ui-datepicker a.vactive span.txtmdy{
  color: #3d4196;
}
.ui-datepicker a.dactive span.txtmdy{
  color: #d82727;
}
.ui-datepicker .note-calenda{
  padding: 10px 10px 15px;
  text-align: right;
}
.ui-datepicker .note-calenda span{
  display: block;
}
.ui-datepicker .note-calenda .green_color{
  color: #9fc43a;
}
.ui-datepicker .note-calenda .red_color{
  color: #d82727;
}
#ui-datepicker-div{
  z-index: 111114!important;
}




.ui-datepicker .active .green_color {
  border-color: #9fc43a;
  color: #9fc43a;
}
.ui-datepicker .active .red_color  {
  border-color: #d82727;
  color: #d82727;
}

.ui-datepicker a.green_color span.txtmdy{
  color: #9fc43a;
}
.ui-datepicker a.red_color span.txtmdy{
  color: #d82727;
}



/***** RESPONSE ********/
@media screen and (max-width: 991px) {
  .tour-detail .i-title {
    font-size: 18px;
    line-height: 25px;
  }


  .popup_mobile {
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
  }
  .popup_mobile.active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .popup_mobile .pmTitle {
    display: block;
  }
  .popup_mobile .pmClose {
    display: block;
  }
  .popup_mobile .pmContent {
    height: -webkit-calc(100vh - 45px);
    height: -moz-calc(100vh - 45px);
    height: calc(100vh - 45px);
    overflow: auto;
  }
  .popup_mobile .box-filter {
    margin: 15px;
  }
  .list-filter {
    margin-top: 0;
  }
  .list-filter ul li {
    float: none;
    margin-right: 0;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .list-filter ul li:after {
    display: none;
  }
  .list-filter ul li a {
    display: block;
    color: #333333;
    padding: 10px 40px 10px 10px;
    position: relative;
  }
  .list-filter ul li:hover a,
  .list-filter ul li.current a{
    background: #f6f6f6;
    color: #333333;
  }
  .list-filter ul li a:before {
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f105';
  }

  /*update 22/05/2025*/
  .tptooltour{
    margin-bottom: 15px;
    position: relative;
    margin-top: -10px;
  }
  .tour-detail{
    padding: 15px;
  }

}
@media screen and (max-width: 767px) {
  .tour-detail .i-img {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .tour-detail .i-desc {
    float: none;
    width: 100%;
  }
  .tour-detail .i-info {
    width: 100%;
    float: none;
  }
  .tour-detail .g-price{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    margin: 0 -5px;
    margin-bottom: 5px;
  }
  .tour-detail .g-price > div{
    padding: 0 5px;
    margin-bottom: 0;
  }

  .block-filter.vchange .grid{
    margin: 0 -5px;
  }
  .block-filter.vchange .grid > div{
    padding: 0 5px;
    width: 50%!important;
    margin-bottom: 10px;
  }

  .tour-detail .i-desc{
    margin-bottom: 15px;
  }
}

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

}