.custom-max-height {
  max-height: 550px;
  overflow-y: auto;
}

.showroom-title-under img,
.showroom-title-under iframe,
.showroom-title-under video {
  max-width: 100%;
}

.showroom-main {
  display: grid;
  grid-template-columns: 630px auto;
  grid-gap: 0 20px;
}
.showroom-main .tab-content-cat .tab-pane-cat {
  display: none;
}
.showroom-main .tab-content-cat .tab-pane-cat p {
  width: 100%;
}
.showroom-main .tab-content-cat .tab-pane-cat iframe {
  width: 100%;
  border-radius: 20px;
  height: 800px;
}
.showroom-main .tab-content-cat .active {
  display: flex;
}
.showroom-main .right-main-showroom .filter-showroom {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 10px;
}
.showroom-main .right-main-showroom .filter-showroom select {
  background: #f0fbfe;
  border: 1px solid rgba(209, 211, 211, 0.3882352941);
  border-radius: 12px;
  width: 100%;
  padding: 16px 20px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.showroom-main .right-main-showroom .filter-showroom #search-showroom {
  border-radius: 12px;
  border: 1px solid #d1d3d3;
  background: #fff;
  padding-left: 15px;
}
.showroom-main .right-main-showroom #myTab-cat {
  overflow: hidden;
  max-height: 740px;
  overflow-y: scroll;
  padding: 0px;
}
.showroom-main .right-main-showroom #myTab-cat::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.showroom-main .right-main-showroom #myTab-cat li {
  width: calc((100% - 0.5rem) / 2);
  margin: 1rem 0 0 0;
  border-radius: 15px;
  background: #fff;
  padding: 1rem 1rem;
  list-style: none;
  border: 2px solid rgba(209, 211, 211, 0.3882352941);
}
.showroom-main .right-main-showroom #myTab-cat li .name-showroom {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.showroom-main .right-main-showroom #myTab-cat li .address,
.showroom-main .right-main-showroom #myTab-cat li .hotline {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.showroom-main .right-main-showroom #myTab-cat li .address span,
.showroom-main .right-main-showroom #myTab-cat li .hotline span {
  width: calc(100% - 18px - 8px);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.87);
}
.showroom-main .right-main-showroom #myTab-cat li .hotline {
  margin-top: 6px;
  align-items: center;
}
.showroom-main .right-main-showroom #myTab-cat li .hotline span {
  font-weight: 600;
  line-height: 100%;
}
.showroom-main .right-main-showroom #myTab-cat li:hover {
  cursor: pointer;
  background: #fff;
  border: 2px solid #111;
}
.showroom-main .right-main-showroom #myTab-cat li:hover p.name-showroom {
  color: #c73030;
}
.showroom-main .right-main-showroom #myTab-cat .active {
  background: #fff;
  border: 2px solid #111;
}
.showroom-main .right-main-showroom #myTab-cat .active p.name-showroom {
  color: #c73030;
}

@media (max-width: 960px) {
  #myTab-cat {
    max-height: 250px;
  }
  .showroom-main {
    grid-template-columns: 1fr;
    grid-gap: 20px 0;
  }
  .showroom-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .showroom-main .right-main-showroom .filter-showroom {
    margin-left: 0 !important;
    margin-right: 4% !important;
  }
  .showroom-main .right-main-showroom #myTab-cat {
    display: grid !important;
    grid-template-columns: 1fr;
    margin-left: -4%;
    margin-right: 2%;
  }
  .showroom-main .right-main-showroom #myTab-cat li {
    width: 100%;
    padding: 8px 8px;
  }
}/*# sourceMappingURL=map.css.map */