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

.doctorFilter {
  padding: 80px 0;
}

.doctorFilter .--filter {
  display      : flex;
  align-items  : center;
  margin-bottom: 32px;
}

.doctorFilter .--filter .--name {
  font-weight : 600;
  margin-right: 20px;
}

.doctorFilter .--filter .--name img {
  width       : 15px;
  margin-right: 4px;
}

.doctorFilter .--button {
  display    : flex;
  align-items: center;
  gap        : 10px;
}

.doctorFilter .--button .dropdown button {
  height       : -moz-max-content;
  height       : max-content;
  min-height   : 44px;
  font-size    : 12px;
  color        : #6f7378;
  border       : 1px solid #dcdcdc;
  border-radius: 6px;
  padding      : 6px 10px;
  display      : flex;
  gap          : 20px;
  align-items  : center;
  background   : #fff;
}

.doctorFilter .--button .dropdown button:focus,
.doctorFilter .--button .dropdown button:focus-visible {
  border : 1px solid var(--color-1);
  outline: none;
}

.doctorFilter .--search {
  position     : relative;
  margin-bottom: 12px;
}

.doctorFilter .--search input {
  height       : 44px;
  background   : #ffffff;
  border       : 1px solid #dedede;
  border-radius: 4px;
  padding      : 0 40px 0 16px;
  width        : 100%;
}

.doctorFilter .--search input::-moz-placeholder {
  color: #bdbdbd;
}

.doctorFilter .--search input::placeholder {
  color: #bdbdbd;
}

.doctorFilter .--search input:focus {
  border : 1px solid var(--color-1);
  outline: none;
}

.doctorFilter .--search .--icon {
  position      : absolute;
  top           : 50%;
  transform     : translate(0, -50%);
  right         : 12px;
  pointer-events: none;
}

.doctorFilter .--listdoctor .col-md-6:nth-child(2n+1) {
  padding-right: 20px;
}

.doctorFilter .--listdoctor .col-md-6:nth-child(2n+2) {
  padding-left: 20px;
}

.doctorFilter .--listdoctor .col-md-6:nth-child(n+3) {
  margin-top: 40px;
}

.doctorFilter .pagination {
  justify-content: center;
  margin-top     : 32px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .doctorFilter {
    padding: 60px 0;
  }

  .doctorFilter .--listdoctor .col-md-6:nth-child(2n+1) {
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .doctorFilter {
    padding: 60px 0;
  }

  .doctorFilter .--filter {
    display: none;
  }

  .doctorFilter .--top {
    display      : flex;
    margin-bottom: 12px;
    gap          : 8px;
  }

  .doctorFilter .--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;
  }

  .doctorFilter .--top .--name span {
    color: #000;
  }

  .doctorFilter .--top .--name:focus {
    outline: none;
  }

  .doctorFilter .--top .--search {
    margin-bottom: 0;
    width        : calc(65% - 8px);
  }

  .doctorFilter .multi-collapse {
    margin-bottom: 16px;
  }

  .doctorFilter .--button {
    flex-flow : column;
    background: #fff;
    padding   : 24px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.05);
  }

  .doctorFilter .--button .dropdown {
    width: 100%;
  }

  .doctorFilter .--button .dropdown button {
    width          : 100%;
    display        : flex;
    justify-content: space-between;
    gap            : 8px;
    align-items    : center;
  }

  .doctorFilter .--button .dropdown-menu {
    width: 100%;
  }

  .doctorFilter .--button .dropdown-menu .dropdown-item {
    white-space: unset;
  }

  .doctorFilter .--listdoctor {
    margin-top: 24px;
  }

  .doctorFilter .--listdoctor .col-md-6:nth-child(2n+1) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .doctorFilter .--listdoctor .col-md-6:nth-child(2n+2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .doctorFilter .--listdoctor .col-md-6:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .doctorFilter .--top {
    flex-flow: column;
  }

  .doctorFilter .--top .--name {
    width: 100%;
  }

  .doctorFilter .--top .--search {
    width: 100%;
  }

  .doctorFilter .--listdoctor {
    margin-top: 0;
  }

  .doctorFilter .--listdoctor .col-md-6:nth-child(n+2) {
    margin-bottom: 0;
  }

  .doctorFilter .--listdoctor .col-md-6:nth-child(n+3) {
    margin-top: 10px;
  }

  .doctorFilter .--button {
    padding: 16px;
  }
}

.doctorFaq {
  padding: 100px 0;
}

.doctorFaq .segTitle {
  margin-bottom: 32px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .doctorFaq {
    padding: 60px 0;
  }
}

@media (max-width: 1023px) {
  .doctorFaq {
    padding: 60px 0;
  }
}

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

.dtdoctorContent {
  background: #f5f5f5;
  padding   : 60px 0 100px;
}

.dtdoctorContent .--info {
  border       : 1px solid #e7e7e7;
  box-shadow   : 0px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding      : 10px;
}

.dtdoctorContent .--info .--img {
  display        : flex;
  justify-content: center;
  margin-bottom  : 12px;
}

.dtdoctorContent .--info .--img img {
  width: 100%;
}

.dtdoctorContent .--info .--cate {
  border       : 1px solid #dddddd;
  border-radius: 24px;
  padding      : 5px 10px;
  font-size    : 12px;
  width        : -moz-max-content;
  width        : max-content;
  margin       : 15px auto 12px;
}

.dtdoctorContent .--info .--name {
  font-size    : 22px;
  font-weight  : 700;
  text-align   : center;
  margin-bottom: 10px;
}

.dtdoctorContent .--info .btn-1 {
  width          : 100%;
  box-shadow     : 0px 4px 15px rgba(52, 52, 52, 0.2);
  border-radius  : 6px;
  justify-content: center;
}

.dtdoctorContent .--info .btn-1 i {
  margin-right: 6px;
}

.dtdoctorContent .--reply {
  border       : 1px solid rgba(81, 81, 81, 0.2);
  box-shadow   : 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding      : 12px 20px;
  display      : flex;
  align-items  : center;
  margin-top   : 12px;
}

.dtdoctorContent .--reply .--number {
  font-size   : 20px;
  font-weight : 600;
  margin-right: 6px;
}

.dtdoctorContent .--reply img {
  margin-right: 12px;
}

.dtdoctorContent .--contentdoc {
  border       : 1px solid #e7e7e7;
  box-shadow   : 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding      : 30px;
  background   : #fff;
}

.dtdoctorContent .--contentdoc .--title {
  font-size  : 18px;
  font-weight: 600;
}

.dtdoctorContent .--contentdoc .--infodoc {
  margin-top   : 4px;
  margin-bottom: 40px;
  position     : relative;
}

.dtdoctorContent .--contentdoc .--infodoc span:first-child {
  margin-right: 24px;
  position    : relative;
}

.dtdoctorContent .--contentdoc .--infodoc span:first-child::after {
  content   : "";
  top       : 50%;
  position  : absolute;
  transform : translate(0, -50%);
  width     : 4px;
  height    : 4px;
  background: #b9b9b9;
  left      : calc(100% + 10px);
}

.dtdoctorContent .--contentdoc .--infodoc::after {
  content      : "";
  position     : absolute;
  top          : calc(100% + 20px);
  border-bottom: 2px solid var(--color-1);
  width        : 50px;
  transform    : translate(0, -50%);
  left         : 0;
}

.dtdoctorContent .--contentdoc .--des {
  margin-bottom: 44px;
}

.dtdoctorContent .--contentdoc .--listinfodoc {
  margin-top: 16px;
}

.dtdoctorContent .--contentdoc .--listinfodoc .--item {
  display: flex;
  gap    : 12px;
  padding: 12px 15px;
}

.dtdoctorContent .--contentdoc .--listinfodoc .--item:nth-child(2n+1) {
  background: #f5f5f5;
}

.dtdoctorContent .--contentdoc .--listinfodoc .--name {
  width      : 30%;
  align-items: flex-start;
  display    : flex;
}

.dtdoctorContent .--contentdoc .--listinfodoc .--name img {
  margin-right: 8px;
  width       : 20px;
}

.dtdoctorContent .--contentdoc .--listinfodoc .--content {
  width: calc(70% - 12px);
}

.dtdoctorContent .--contentdoc .--listinfodoc .--content.--list {
  display  : flex;
  flex-flow: column;
  gap      : 8px;
}

.dtdoctorContent .--contentdoc .--listinfodoc .--content.--list .--itemct {
  align-items: center;
  display    : flex;
}

.dtdoctorContent .--contentdoc .--listinfodoc .--content.--list .--itemct i {
  width          : 12px;
  height         : 12px;
  display        : flex;
  align-items    : center;
  font-size      : 8px;
  justify-content: center;
  border-radius  : 50%;
  background     : #dadada;
  color          : #fff;
  margin-right   : 12px;
}

.dtdoctorContent .--contentdoc .--listinfodoc .--content.--list ul {
  padding-left: 1rem;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .dtdoctorContent {
    padding: 60px 0;
  }

  .dtdoctorContent .--reply .--icon img {
    width: 30px;
  }
}

@media (max-width: 1023px) {
  .dtdoctorContent {
    padding: 60px 0;
  }

  .dtdoctorContent .--contentdoc {
    margin-top: 24px;
    padding   : 16px;
  }

  .dtdoctorContent .--contentdoc .--listinfodoc .--item {
    flex-flow: column;
  }

  .dtdoctorContent .--contentdoc .--listinfodoc .--name {
    width: 100%;
  }

  .dtdoctorContent .--contentdoc .--listinfodoc .--content {
    width: 100%;
  }

  .dtdoctorContent .cards {
    display   : block !important;
    padding   : 24px 32px;
    margin-top: 10px;
    background: #fff;
    border    : 1px solid #e8e8e8;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  }

  .dtdoctorContent .cards .--title {
    font-size     : 20px;
    text-transform: uppercase;
    color         : var(--color-1);
    text-align    : center;
    font-weight   : 700;
  }

  .dtdoctorContent .cards .--des {
    text-align: center;
  }

  .dtdoctorContent .cards .form .form-group .nice-select,
  .dtdoctorContent .cards .form .form-group input {
    border    : 1px solid #e8e8e8;
    background: #fff;
  }

  .dtdoctorContent .cards .btn-1 {
    margin: 0 auto;
  }
}

.dtdoctorNews {
  padding-bottom: 100px;
  background    : #f5f5f5;
}

.dtdoctorNews .segTitle {
  padding-bottom: 32px;
}

.dtdoctorNews .pagination {
  justify-content: center;
  margin-top     : 32px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .dtdoctorNews {
    padding-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .dtdoctorNews {
    padding-bottom: 60px;
    overflow      : hidden;
  }

  .dtdoctorNews .--viewall {
    display: flex !important;
    margin : 24px auto 0;
  }

  .dtdoctorNews .--listNews {
    display: none;
  }

  .dtdoctorNews .--listNews.mobi {
    display: block !important;
    width  : 100vw;
  }

  .dtdoctorNews .--listNews .itemNews {
    width       : 300px;
    margin-right: 12px;
  }

  .dtdoctorNews .--listNews .itemNews .--img {
    height: 210px;
  }
}

/*# sourceMappingURL=doctor.css.map */