.search_drug {
  border: 1px solid #ddd;
  padding: 15px;
  margin-left: 60px;
  width: 100%;
  position: relative;
  /* z-index: 8; */
}
.show_search_suggest {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
}
.show_search_suggest.active {
  display: block;
}
.btn_search_drug {
  background: url("https://www.vinmec.com/assets/images/booking/search_icon_drug.svg") center center
    no-repeat;
  width: 20px;
  height: 20px;
}
.txt_search_drug {
  width: calc(100% - 20px);
}
.list_az {
  margin-bottom: 10px;
}
.list_az span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 60px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  margin-right: 5px;
  margin-bottom: 15px;
}
.list_az span:hover,
.list_az span.active {
  background: #0076c0;
  color: #fff;
  border-color: #0076c0;
}
.list_drug {
  margin: 0 -30px;
}
.list_drug li {
  width: calc(50% - 60px);
  margin: 0 30px 20px;
}
.name_drug {
  border-bottom: 1px solid #ddd;
  margin-left: 20px;
  line-height: 30px;
  display: block;
}
.list_result_search_drug li {
  margin: 20px 0;
}
.thumb_drug {
  width: 60px;
}
.list_az {
  display: inline-block;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  overflow: hidden;
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .search_drug.flex-one {
    -webkit-box-flex: inherit;
    flex: inherit;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    margin-left: 0;
    margin-top: 10px;
  }
  .list_drug {
    margin: 0 -10px;
  }
  .list_drug li {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  .list_az {
    max-height: 500px;
  }
}
.hidden {
  opacity: 0;
  max-height: 0;
}
#hide_alpha {
  display: inline-block;
  padding: 0px 10px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  margin-right: 5px;
  margin-bottom: 15px;
}
#hide_alpha:hover {
  background: #0076c0;
  color: #fff;
  border-color: #0076c0;
}

.content_detail_sick ul{
  list-style: unset;
}