.custom-tabs-bootstrap span.active{
  border-bottom: 4px solid #006CE5!important;
  border-right: none !important;
  font-weight: 600!important;
}

.hideContent {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: calc((100vh - 250px)*3);
  overflow: hidden;
}

.content ul li {
  list-style: disc;
}

.review-images {
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  background-position: center center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
}

.btn-view-all {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 3%;
  right: 10%;
}

.dropdown-toggle::after {
  border: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  color: #006CE5;
  position: relative;
  bottom: -4px;
}

.detail-tour-scrolspy a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: 9999px;
  background-color: #006CE5;
  transition: 0.3s all ease;
}

.detail-tour-scrolspy a:hover::before {
  width: 100%;
}

.max-w-130px {
  max-width: 130px;
}


.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: black;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.styledSelect {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
}

.styledSelect:after {
  content: url(/img/tour-detail/dropdown.svg);
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  right: 20px;
  top: 3px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
}

.options li:hover {
  background-color: #39f;
  color: white;
}

.gap-1 {
  gap: 4px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.min-width-104px {
  width: 104px;
}

.h-fit {
  height: fit-content !important;
}

.custom-sm-visibility {
  opacity: 0;
  visibility: hidden;
}

.avatar-commenter {
  height: 60px;
  width: 60px;
  overflow: hidden;
  flex-shrink: 0;
}

.custom-img-comment {
  height: 100px;
  width: 100px;
  border-radius: 12px;
  flex-shrink: 0;
}
.text-gray-icon {
  color: #6677A2;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}
.pt-60px{
  padding-top: 60px;
}

.text-breadcrumb-primary {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #006CE5;
}
.gap-3 {
  gap: 12px;
}

.border-top-24px {
  border-radius: 24px 24px 0px 0px;
  /* margin-bottom: -3px; */
}

.height-240px {
  height: 240px;
}

.text-gray-icon {
  color: #6677A2;
}

.nav-tabs .nav-link.custom-rounded-btn-search {
/*  width: 130px;*/
  border-radius: 12px !important;
}

.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
}

#style-1::-webkit-scrollbar {
  width: 12px;
  height: 5px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.with-maxcontent {
  width: max-content;
}


@media only screen and (max-width: 990px) {
  .dropdown-menu.menu-EN {
    transform: translate3d(-53px, 56px, 0px) !important;
  }

  .dropdown-menu.menu-VN {
    transform: translate3d(-53px, 56px, 0px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .custom-flex-flow-tour {
    flex-direction: column;
  }

  .custom-p-sm {
    padding-left: 16px !important;
  }
}

@media only screen and (max-width: 425px) {
  .custom-sm-hidden {
    display: none;
  }

  .custom-rounded-search-bar {
    border-radius: 26px !important;
  }

  .custom-sm-visibility {
    opacity: 1;
    visibility: inherit;
  }

  .custom-border-sm {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
    padding: 10px 0px !important;
    margin: 10px 0px !important;
  }
}
.border-right-gray{
  border-right: 1px solid #B9B9BB;
}
.rounded-none{
  border-radius: 0;
}
.box-option-function-tourdetail{
  height: 60px;
    display: flex;
    align-items: center
}
.scrolspy-item.active{
  height: 40px !important;
  border-radius: 16px !important;
}