a {
  text-decoration: none;
}
.search-container-places{
  margin: 0;
}
.main-content__page-title h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.main-content__page-title_container h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}

.main-content__page-tabs {
  padding-bottom: 15px;
  border-bottom: 0.75px solid #dadce0;
  text-align: center;
}

.card-post__custom-item-img .img-detail {
  min-height: 150px;
  height: 100%;
  max-height: 175px;
  object-fit: cover;
}

.main-content__page-tabs .main-content__tabs-item {
  color: #1f3b64;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 16px;
  text-transform: uppercase;
}

.main-content__page-tabs .main-content__tabs-item.active {
  color: var(--color-orange);
}

.main-content__page-tabs .main-content__tabs-item:hover {
  color: var(--color-orange);
}

.main-content__page-title {
  margin: 40px 0;
}

.main-content__page-title_container {
  padding-bottom: 5px;
  border-bottom: 1px solid #717171;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main-content__page-title_container .main-content__page-title_outstanding_more {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black);
}

.main-content__page-title_container
  .main-content__page-title_outstanding_more:hover {
  color: var(--color-orange);
}

.card-post__custom-info .card-post__custom-date,
.card-post__custom-info .card-post__custom-rating-hotel {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-grey-dark);
}

.card-post__custom-info .card-post__custom-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-title-grey);
}

.card-post__custom-info .card-post__custom-location,
.card-post__custom-info .card-post__custom-location-start {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-placeholder);
}

.card-post__custom-info .card-post__custom-location i,
.card-post__custom-info .card-post__custom-location-start i {
  font-weight: 900;
}

.card-post__custom-info .card-post__custom-description {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-placeholder);
}

.card-post__custom-info .card-post__custom-rating {
  font-weight: 400;
  font-size: 11px;
}

.card-post__custom-info .card-post__custom-rating .stars {
  color: #ffd700;
  font-size: 14px;
}

.card-post__custom-info .card-post__custom-duration {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-placeholder);
}

.card-post__custom-info .card-post__custom-price-label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-placeholder);
}

.card-post__custom-info .card-post__custom-price {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--color-red);
}

.pagination-custom {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

.pagination-custom__item {
  font-family: "Roboto", sans-serif;
  border: 0.25px solid #708de9;
  border-radius: 6px;
  color: var(--color-pagination);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  margin: 5px;
}

.pagination-custom__item.active,
.pagination-custom__item:hover {
  background-color: var(--color-blue-main);
  color: white;
  border: 0.25px solid var(--color-blue-main);
}

.panel-heading {
  cursor: pointer;
  user-select: none;
}

.panel-primary {
  border-color: var(--color-orange);
}

.filter-panel-toggle.is-collapsed .panel-primary > .panel-heading{
  background-color: #ffb275;
  border-color: #ffb275;
}
.panel-primary > .panel-heading {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  background-image: none;
}
.panel-primary > .panel-heading > .panel-title {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 0;
}
.panel-heading .glyphicon {
  transition: transform 0.3s ease;
}
.panel-heading[aria-expanded="false"] .glyphicon {
  transform: rotate(0deg);
}
.panel-heading[aria-expanded="true"] .glyphicon {
  transform: rotate(180deg);
}


@media screen and (max-width: 599px) {
  .card-post__custom-item-img .img-detail {
    height: 250px;
  }
}

#filterCollapse .row{
  margin:0;
}

@media (max-width: 767.98px) {
  .main-content__page-tabs {
    padding: 20px 15px;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #fff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  }

  .main-content__page-tabs::-webkit-scrollbar {
    display: none;
    /* ẩn scrollbar trên Chrome, Safari */
  }

  .card-post__custom-item-img .img-detail {
    max-height: 224px;
  }

  .card-post__custom-info {
    padding: 16px 10px 0 10px;
  }

  .main-content__page-content {
    margin: 30px 0;
  }

  .card-post__custom-info .card-post__custom-price {
    font-size: 20px;
  }

  .panel-primary > .panel-heading > .panel-title{
    padding: 10px;
  }

  .panel.panel-primary, .panel-heading{
    border-radius: 4px;
  }
}

/* Small Devices (Tablets in portrait mode, 600px and up) */
@media screen and (min-width: 600px) and (max-width: 767px) {
}
/* Wrapper điều khiển width + neo phải */
.filter-panel-toggle{
  width:100%;
  max-width:100%;
  transition: width .35s ease;
  margin-left:auto; /* neo mép phải */
}

/* Đóng (default): co 1/3 và style nền/chữ */
.filter-panel-toggle.is-collapsed{
  width:20%;
}
.filter-panel-toggle.is-collapsed .panel,
.filter-panel-toggle.is-collapsed .panel-collapse{
  background:#ffb275;
  border-color:#ffb275;
}
.filter-panel-toggle.is-collapsed .panel-heading,
.filter-panel-toggle.is-collapsed .panel-title,
.filter-panel-toggle.is-collapsed .panel *{
  color:#fff;
}

/* Icon: ẩn khi đóng, hiện khi mở; xoay khi mở */
.filter-panel-toggle.is-collapsed .panel-heading .glyphicon{
  display:none !important;
  transform:none;
}
.filter-panel-toggle:not(.is-collapsed) .panel-heading .glyphicon{
  display:inline-block;
  transition: transform .25s ease;
  transform: rotate(180deg); /* tùy thích, bỏ nếu không muốn xoay */
}

/* Mobile: luôn full width cho dễ dùng */
@media (max-width: 991px){
  .filter-panel-toggle,
  .filter-panel-toggle.is-collapsed{ width:100%; }
}
