#searchPage {
  background: #f5f5f5;
}
@media (max-width: 1023px) {
  #searchPage {
    padding-top: 100px;
  }
}

.pagination {
  margin-top: 60px;
}

.searchContent {
  padding-top: 40px;
  padding-bottom: 100px;
}
.searchContent .--titlesearch {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 48px;
}
.searchContent ::-webkit-scrollbar {
  height: 1px;
}
.searchContent ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.searchContent ::-webkit-scrollbar-thumb {
  background: #e8e8e8;
}
.searchContent .--left {
  padding-right: 24px;
}
.searchContent .--news .itemNews {
  display: flex;
  gap: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c5c5c5;
}
.searchContent .--news .itemNews:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.searchContent .--news .itemNews .--img {
  width: 300px;
  flex: 0 0 auto;
}
.searchContent .--news .itemNews .--txt {
  width: calc(100% - 324px);
  margin-top: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.searchContent .--news .itemNews .--name {
  -webkit-line-clamp: 1;
  height: 24px;
}
.searchContent .--service .--listservice {
  gap: 16px;
  display: flex;
  flex-flow: column;
}
.searchContent .--service .itemService {
  flex-flow: unset;
}
.searchContent .--service .itemService .--img {
  width: 300px;
}
.searchContent .--service .itemService .--txt {
  width: calc(100% - 300px);
  padding: 20px 16px 20px 32px;
}
.searchContent .--doctor .--filter {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.searchContent .--doctor .--filter .--name {
  font-weight: 600;
  margin-right: 20px;
}
.searchContent .--doctor .--filter .--name img {
  width: 15px;
  margin-right: 4px;
}
.searchContent .--doctor .--button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.searchContent .--doctor .--button .dropdown button {
  height: 44px;
  font-size: 12px;
  color: #6f7378;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 0 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  background: #fff;
}
.searchContent .--doctor .itemDoctor {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c5c5c5;
}
.searchContent .--doctor .itemDoctor:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.searchContent .--doctor .itemDoctor .--img {
  width: 170px;
  height: 210px;
}
.searchContent .--doctor .itemDoctor .--txt {
  width: calc(100% - 202px);
}
.searchContent .--doctor .tabAll .--title {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.searchContent .--doctor .cards {
  margin-top: 24px;
}
.searchContent .--specialist .--listSpecialist {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.searchContent .--specialist .itemNews {
  display: flex;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.searchContent .--specialist .--name {
  -webkit-line-clamp: 1;
  height: 24px;
}
.searchContent .--specialist .--img {
  width: 290px;
  height: 200px;
}
.searchContent .--specialist .--txt {
  width: calc(100% - 290px);
  margin-top: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px 16px 16px 32px;
}
.searchContent .--room .--map {
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.searchContent .--room .--map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.searchContent .--room .--map .btn-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  font-weight: 500;
}
.searchContent .--room .itemClinic {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.searchContent .--room .itemClinic:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.searchContent .--right .--img {
  width: 100%;
  height: 450px;
  margin-top: 24px;
}
.searchContent .--right .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .searchContent {
    padding-bottom: 60px;
  }
  .searchContent .--right .--img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .searchContent .--titlesearch {
    margin-bottom: 24px;
  }
  .searchContent .--specialist .--name {
    height: 20px;
  }
  .searchContent .--news .itemNews .--name {
    height: 20px;
  }
}
@media (max-width: 1023px) {
  .searchContent {
    padding: 60px 0;
  }
  .searchContent .--left {
    padding-right: 0;
  }
  .searchContent .--titlesearch {
    margin-bottom: 32px;
  }
  .searchContent .--right {
    margin-top: 60px;
  }
  .searchContent .--news .itemNews {
    flex-flow: column;
  }
  .searchContent .--news .itemNews .--txt {
    width: 100%;
  }
  .searchContent .--news .itemNews .--txt .--viewdetail {
    margin-top: 12px;
  }
  .searchContent .--news .itemNews .--name {
    height: 20px;
  }
  .searchContent .--news .itemNews .--img {
    width: 100%;
  }
  .searchContent .pagination {
    margin-top: 24px;
  }
  .searchContent .--listSpecialist .itemNews {
    flex-flow: column;
  }
  .searchContent .--listSpecialist .--txt {
    width: 100%;
    padding: 16px;
  }
  .searchContent .--listSpecialist .--img {
    width: 100%;
  }
  .searchContent .--listSpecialist .--name {
    height: 20px;
  }
  .searchContent .--listSpecialist .--viewdetail {
    margin-top: 12px;
  }
  .searchContent .--service .itemService {
    flex-flow: column;
  }
  .searchContent .--service .itemService .--des {
    height: auto;
  }
  .searchContent .--service .itemService .--img {
    width: 100%;
  }
  .searchContent .--service .itemService .--txt {
    width: 100%;
    padding: 16px;
  }
  .searchContent .--doctor .--filter {
    display: none;
  }
  .searchContent .--doctor .--top {
    display: flex !important;
    margin-bottom: 12px;
    gap: 8px;
  }
  .searchContent .--doctor .--top .--name {
    display: flex !important;
    height: 44px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    width: 35%;
    align-items: center;
    gap: 6px;
    justify-content: center;
  }
  .searchContent .--doctor .--top .--name:focus {
    outline: none;
  }
  .searchContent .--doctor .--top .--search {
    margin-bottom: 0;
    width: calc(65% - 8px);
    position: relative;
  }
  .searchContent .--doctor .--top .--search input {
    height: 44px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 0 40px 0 16px;
    width: 100%;
  }
  .searchContent .--doctor .--top .--search .--icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 12px;
    pointer-events: none;
  }
  .searchContent .--doctor .--button {
    flex-flow: column;
    background: #fff;
    padding: 24px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.05);
  }
  .searchContent .--doctor .--button .dropdown {
    width: 100%;
  }
  .searchContent .--doctor .--button .dropdown button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
  }
  .searchContent .--doctor .--button .dropdown-menu {
    width: 100%;
  }
  .searchContent .--doctor .--button .dropdown-menu .dropdown-item {
    white-space: unset;
  }
  .searchContent .--doctor .multi-collapse {
    margin-bottom: 16px;
  }
}

.cards.--form {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
  padding: 40px 32px;
}
.cards.--form .--title {
  font-size: 24px;
  color: var(--color-1);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.cards.--form .--des {
  text-align: center;
  margin-bottom: 20px;
}
.cards.--form .btn-1 {
  margin: 20px auto 0;
}
.cards .form .form-group input,
.cards .form .form-group .nice-select {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .cards.--form {
    padding: 24px 16px;
  }
  .cards.--form .--title {
    font-size: 16px;
  }
}/*# sourceMappingURL=search.css.map */