#theme-indexlaw {
  background: #f3f3f3;
  color: #262626;
  padding: 12px 0 36px;
}

#theme-indexlaw .container {
  max-width: 1140px;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

#theme-indexlaw .breadcrumb {
  background: transparent;
  margin: 0 0 14px;
  padding: 0;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
}

#theme-indexlaw .breadcrumb-item,
#theme-indexlaw .breadcrumb-item a {
  color: #7f7f7f;
  font-size: 13px;
  line-height: 1.3;
}

#theme-indexlaw .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #a5a5a5;
  font-size: 12px;
  padding: 0 10px;
}

#theme-indexlaw .archive-lawyer-item {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 0;
}

#theme-indexlaw .archive-lawyer-item .box-detail {
  display: grid;
  gap: 22px;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

#theme-indexlaw .archive-lawyer-item .box-detail-flex {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

#theme-indexlaw .archive-lawyer-item .detail-head-img {
  position: relative;
  flex: 0 0 119px;
}

#theme-indexlaw .archive-lawyer-item .thumbnail-detail {
  display: block;
  width: 119px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0;
  background: #ececec;
  border: 1px solid #f0f0f0;
}

#theme-indexlaw .archive-lawyer-item .thumbnail-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

#theme-indexlaw .archive-lawyer-item .pro {
  width: 82%;
  height: 22px;
  border-radius: 999px;
  padding: 0 4px;
  background-color: #fff1eb;
  position: absolute;
  bottom: -10px;
  left: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #1d1d1d;
  gap: 3px;
}

#theme-indexlaw .archive-lawyer-item .icon-crown::before {
  content: "\f521";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}

#theme-indexlaw .archive-lawyer-item .detail-info-head {
  min-width: 0;
  padding-top: 2px;
  width: 100%;
}

#theme-indexlaw .archive-lawyer-item .detail-info-head h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f1f1f;
}

#theme-indexlaw .archive-lawyer-item .detail-info-head h3 a {
  color: inherit;
  text-decoration: none;
}

#theme-indexlaw .archive-lawyer-item .detail-info-head h3 a:hover {
  color: #0b57ab;
}

#theme-indexlaw .archive-lawyer-item .detail-info-head p {
  margin: 0 0 4px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 6px;
}

#theme-indexlaw .archive-lawyer-item .detail-info-head .d-flex.mb-1 {
  gap: 10px;
  margin-bottom: 10px !important;
}

#theme-indexlaw .archive-lawyer-item .detail-info-head .d-flex.mb-1 > span {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #222;
}

#theme-indexlaw .archive-lawyer-item .rating-container {
  font-size: 13px;
}

#theme-indexlaw .archive-lawyer-item .rating-stars {
  position: relative;
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 1px;
}

#theme-indexlaw .archive-lawyer-item .rating-stars .empty-stars {
  color: #d5d5d5;
}

#theme-indexlaw .archive-lawyer-item .rating-stars .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #ffb100;
  white-space: nowrap;
}

#theme-indexlaw .archive-lawyer-item .badge-stars,
#theme-indexlaw .archive-lawyer-item .badge-count {
  color: #2674cc;
  font-size: 14px;
}

#theme-indexlaw .archive-lawyer-item .badge-mlaw {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border-radius: 180px;
  padding: 3px 8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  background: #e7f2ff;
  color: #505050;
}

#theme-indexlaw .archive-lawyer-item .box-right-contact {
  padding-left: 20px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
}

#theme-indexlaw .archive-lawyer-item .btn-archive-contact {
  display: block;
  background-color: #0069d9;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 6px;
  font-size: 0.938rem;
  color: #fff;
  padding: 0.4rem 1.4rem;
}

.btn-archive-contact span {
  display: block;
  font-size: 12px;
}

.btn-archive-contact i {
  transform: rotate(90deg);
}

#theme-indexlaw .archive-lawyer-item .btn-archive-view {
  background-color: #fff;
  color: #555;
  font-size: 14px;
  padding: 0.4rem 1.4rem;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-weight: 400;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
  height: 48px;
  width: 100%;
  line-height: 48px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

#theme-indexlaw .archive-lawyer-item .btn-archive-view:hover {
  background: #eff6ff;
  color: #0b57ab;
}

#theme-indexlaw .archive-lawyer-item .archive-location {
  color: #5f5f5f;
  font-size: 14px;
}

#theme-indexlaw .archive-lawyer-item .archive-short-description {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  display: block;
}

#theme-indexlaw .ward-search-input {
  margin-bottom: 8px;
}

#theme-indexlaw .ward-search-input:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}

#theme-indexlaw .archive-lawyer-item .archive-location svg {
  margin-right: 6px;
}

#theme-indexlaw .archive-lawyer-item .archive-actions {
  display: flex;
  gap: 8px;
  width: 100%;
}

#theme-indexlaw .archive-lawyer-item .btn-archive-zalo,
#theme-indexlaw .archive-lawyer-item .btn-archive-email {
  background-color: #fff;
  color: #555;
  font-size: 14px;
  padding: 0.4rem 1.4rem;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-weight: 400;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  width: 100%;
}

@media (max-width: 991px) {
  #theme-indexlaw .archive-lawyer-item .box-detail {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  #theme-indexlaw .archive-lawyer-item .box-right-contact {
    border-left: 0;
    border-top: 1px solid #ececec;
    padding-left: 0;
    padding-top: 12px;
    min-width: 0;
    align-items: flex-start;
    gap: 8px;
  }

  #theme-indexlaw .archive-lawyer-item .detail-head-img {
    flex-basis: 126px;
  }

  #theme-indexlaw .archive-lawyer-item .thumbnail-detail {
    width: 126px;
    height: 152px;
  }

  #theme-indexlaw .archive-lawyer-item .detail-info-head h3 {
    font-size: 20px;
  }

  #theme-indexlaw .archive-lawyer-item .detail-info-head p {
    font-size: 13px;
  }

  #theme-indexlaw .archive-lawyer-item .detail-info-head .d-flex.mb-1 > span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #theme-indexlaw {
    padding-top: 8px;
  }

  #theme-indexlaw .archive-lawyer-item .detail-info-head h3 {
    font-size: 18px;
  }

  #theme-indexlaw .archive-lawyer-item .box-detail {
    border-radius: 3px;
  }

  #theme-indexlaw .archive-lawyer-item .box-right-contact {
    width: 100%;
  }

  #theme-indexlaw .archive-lawyer-item .thumbnail-detail {
    width: 112px;
    height: 132px;
  }

  #theme-indexlaw .archive-lawyer-item .detail-head-img {
    flex-basis: 112px;
  }

  #theme-indexlaw .archive-lawyer-item .detail-info-head p,
  #theme-indexlaw .archive-lawyer-item .badge-stars,
  #theme-indexlaw .archive-lawyer-item .badge-count,
  #theme-indexlaw .archive-lawyer-item .badge-mlaw {
    font-size: 13px;
  }

  #theme-indexlaw .archive-lawyer-item .rating-stars {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.title-search-top h1 {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

#theme-indexlaw .row {
  display: flex;
  flex-wrap: wrap;
}

#theme-indexlaw [class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

#theme-indexlaw .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

#theme-indexlaw .col-lg-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

#theme-indexlaw .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

#theme-indexlaw .col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (max-width: 991px) {
  #theme-indexlaw .col-lg-2,
  #theme-indexlaw .col-lg-3,
  #theme-indexlaw .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#theme-indexlaw .px-05 {
  padding-left: 6px;
  padding-right: 6px;
}

#theme-indexlaw .mb-4 {
  margin-bottom: 1.5rem !important;
}

#theme-indexlaw .mb-3 {
  margin-bottom: 1rem !important;
}

#theme-indexlaw .mb-2 {
  margin-bottom: 0.75rem !important;
}

#theme-indexlaw .mt-3 {
  margin-top: 1rem !important;
}

#theme-indexlaw .fixedbox {
  position: sticky;
  top: 10px;
}

#theme-indexlaw .form-group {
  margin-bottom: 1rem;
}

#theme-indexlaw .form-control {
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px 32px 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  white-space: nowrap;
  height: 42px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23555' stroke-width='1.5' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: 36px;
}

#theme-indexlaw .form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#theme-indexlaw .search-lawer .select2-container {
  width: 100% !important;
}

#theme-indexlaw .search-lawer .select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 8px;
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  padding-right: 28px;
}

#theme-indexlaw .search-lawer .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 36px;
}

#theme-indexlaw .search-lawer .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-left: 12px;
  margin-right: 0;
  color: #333;
  font-weight: 700;
}

#theme-indexlaw .search-lawer .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 8px;
}

#theme-indexlaw .search-lawer .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #555 transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-left: -5px;
  margin-top: -2px;
}

#theme-indexlaw
  .search-lawer
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #555 transparent;
  border-width: 0 5px 6px 5px;
}

#theme-indexlaw .search-lawer .select2-container--default.select2-container--focus .select2-selection--single,
#theme-indexlaw .search-lawer .select2-container--default .select2-selection--single:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#theme-indexlaw .search-lawer .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #222;
}

#theme-indexlaw .search-lawer .select2-container--default .select2-results__option {
  font-size: 14px;
}

#theme-indexlaw .search-lawer .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff4500;
  color: #fff;
}

#theme-indexlaw .search-lawer .select2-dropdown {
  border: 1px solid #bbb;
  border-radius: 8px;
  overflow: hidden;
}

#theme-indexlaw .search-lawer .select2-search--dropdown .select2-search__field {
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
}

#theme-indexlaw .text-center {
  text-align: center !important;
}

#theme-indexlaw .d-flex {
  display: flex !important;
}

#theme-indexlaw .align-items-center {
  align-items: center !important;
}

#theme-indexlaw .justify-content-between {
  justify-content: space-between !important;
}

#theme-indexlaw .flex-wrap {
  flex-wrap: wrap !important;
}

#theme-indexlaw .order-1 {
  order: 1;
}

#theme-indexlaw .order-2 {
  order: 2;
}

#theme-indexlaw .d-none {
  display: none !important;
}

@media (min-width: 768px) {
  #theme-indexlaw .d-md-block {
    display: block !important;
  }

  #theme-indexlaw .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  #theme-indexlaw .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  #theme-indexlaw .d-xl-none {
    display: none !important;
  }
}

#theme-indexlaw .list-items-lawer > div {
  padding: 10px 0;
}

#theme-indexlaw .title-search-top {
  min-width: 0;
}

#theme-indexlaw .title-search-top h1 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}

#theme-indexlaw .sort-select {
  min-width: 200px;
}

#theme-indexlaw #sortSelect {
  color: #495057;
  font-weight: 400;
}

#theme-indexlaw .btn-searchs {
  width: 100%;
  padding: 10px 20px;
  background: #ff4500;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

#theme-indexlaw .btn-searchs:hover {
  background: #e03e00;
}

#theme-indexlaw .find-namecate {
  color: #636e7d;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-bottom: 15px;
  padding-left: 5px;
}

#theme-indexlaw .pill-links-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

#theme-indexlaw .pill-links-container a {
  display: inline-block;
  white-space: nowrap;
  background: #f9f8f9;
  border-radius: 100px;
  color: #636e7d;
  font-size: 14px;
  padding: 5px 10px;
  transition: background 0.3s;
}

#theme-indexlaw .pill-links-container a:hover {
  background: #ff4500;
  color: #fff;
  border-color: #ff4500;
}

#theme-indexlaw .search-lawer.fixedbox {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
}

#theme-indexlaw .pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 20px 0;
  margin: 0;
  flex-wrap: wrap;
}

#theme-indexlaw .pagination li {
  margin: 0;
}

#theme-indexlaw .pagination li a,
#theme-indexlaw .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

#theme-indexlaw .pagination li.active span,
#theme-indexlaw .pagination li.active a {
  background: #ff4500;
  color: #fff;
  border-color: #ff4500;
}

#theme-indexlaw .pagination li.disabled span {
  opacity: 0.5;
  cursor: not-allowed;
}

#theme-indexlaw .pagination li a:hover {
  background: #fff5f2;
  border-color: #ff4500;
}
