@charset "UTF-8";
/* ==========================================================================
   SECTION 1: BANNER TIÊU ĐỀ (FEATURED CASES BANNER)
   ========================================================================== */
.featured-cases-banner {
  position: relative;
  overflow: hidden;
}
.featured-cases-banner:hover .bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 3s ease !important;
  transition: -webkit-transform 3s ease !important;
  transition: transform 3s ease !important;
  transition: transform 3s ease, -webkit-transform 3s ease !important;
}
.featured-cases-banner .bg {
  -webkit-transition: -webkit-transform 3s ease !important;
  transition: -webkit-transform 3s ease !important;
  transition: transform 3s ease !important;
  transition: transform 3s ease, -webkit-transform 3s ease !important;
}
.featured-cases-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C5A059;
  z-index: 2;
}
.featured-cases-banner .banner-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: inherit;
}
.featured-cases-banner .custom-breadcrumb {
  text-align: center;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  -ms-flex-preferred-size: max-content !important;
      flex-basis: max-content !important;
}
.featured-cases-banner .custom-breadcrumb p {
  margin: 0px !important;
}
.featured-cases-banner .custom-breadcrumb > a, .featured-cases-banner .custom-breadcrumb > span {
  display: inline-block;
  vertical-align: middle;
}
.featured-cases-banner .custom-breadcrumb br {
  display: none;
}
.featured-cases-banner .custom-breadcrumb {
  background-color: #ffffff !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  float: none !important;
  margin: 0 auto;
  padding: 10px 10px !important;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #f3f4f6;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-cases-banner .custom-breadcrumb:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
.featured-cases-banner .custom-breadcrumb .home-icon {
  color: #be1e2d;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-cases-banner .custom-breadcrumb .home-icon:hover {
  color: #000000;
}
.featured-cases-banner .custom-breadcrumb .sep {
  color: #9ca3af;
  margin: 0 10px;
}
.featured-cases-banner .custom-breadcrumb .current-page {
  color: #1f2937;
}
.featured-cases-banner {
  /* Responsive mượt mà */
}
@media (max-width: 991px) {
  .featured-cases-banner .banner-title {
    font-size: 32px;
  }
  .featured-cases-banner .custom-breadcrumb {
    padding: 8px 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .featured-cases-banner .banner-title {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .featured-cases-banner .custom-breadcrumb {
    padding: 6px 16px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .featured-cases-banner .custom-breadcrumb .sep {
    margin: 0 6px;
  }
}

.bross-team__header {
  text-align: center;
  margin-bottom: 48px;
}
.bross-team__title h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.bross-team__underline {
  width: 120px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#8B0000), to(transparent));
  background: linear-gradient(90deg, transparent, #8B0000, transparent);
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.bross-team__underline::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.7)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  -webkit-animation: slide 2s infinite;
  animation: slide 2s infinite;
}
.bross-team .box-text {
  position: unset !important;
}
.bross-team__desc p {
  margin-top: 16px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: #6B7280;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
.bross-team__slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 16px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.bross-team__card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  border: 1px solid #f3f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}
.bross-team__card:hover {
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
          box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}
.bross-team__card-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #e5e7eb;
}
.bross-team__card-photo > a:first-child {
  display: block;
  width: 100%;
  height: 100%;
}
.bross-team__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.bross-team__card:hover .bross-team__card-photo img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bross-team .box-text {
  padding: 0px !important;
}
@media (min-width: 1024px) {
  .bross-team .box-image {
    height: 408px !important;
  }
  .bross-team .box-image * {
    height: 408px !important;
  }
}
.bross-team__card-overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
  margin-bottom: 0 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  margin-top: 0px !important;
}
.bross-team__card-overlay span {
  padding: 8px 24px;
  background: #fff;
  color: #8B0000;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bross-team__card:hover .bross-team__card-overlay {
  opacity: 1;
}
.bross-team__card:hover .bross-team__card-overlay span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bross-team__card-info {
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  position: relative;
  z-index: 10;
}
.bross-team__card-name h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bross-team__card-name h3 a {
  color: inherit;
  text-decoration: none;
}
.bross-team__card:hover .bross-team__card-name h3 {
  color: #8B0000;
}
.bross-team__card-position p {
  font-size: 11px;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 12px;
}
.bross-team__card-line {
  width: 32px;
  height: 2px;
  background: #d1d5db;
  margin: auto auto 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bross-team__card:hover .bross-team__card-line {
  width: 64px;
  background: #8B0000;
}
.bross-team__cta {
  text-align: center;
  margin-top: 64px;
}
.bross-team__cta-link a {
  display: inline-block;
  border: 2px solid #8B0000;
  color: #8B0000;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bross-team__cta-link a:hover {
  background: #8B0000;
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1024px) {
  .bross-team__slider {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .bross-team__title h2 {
    font-size: 1.5rem;
  }
  .bross-team__cta {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .bross-team__slider {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bross-team__card-name h3 {
    font-size: 15px;
  }
  .bross-team__card-position p {
    font-size: 10px;
  }
  .bross-team__card-info {
    padding: 12px;
  }
}

/* ==========================================================================
   SECTION: LAWYER PROFILE DETAILS (Tab & Sidebar Layout)
   ========================================================================== */
.lawyer-profile-section {
  background-color: #ffffff;
  padding: 60px 0;
  font-family: "Open Sans", "SF Pro Display", sans-serif;
}
.lawyer-profile-section .lawyer-profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100% !important;
  padding: 15px !important;
}
.lawyer-profile-section .lp-sidebar {
  background-color: #8c2227;
  padding: 40px 30px;
  border-radius: 4px;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.lawyer-profile-section .lp-sidebar a {
  color: #ffffff;
}
.lawyer-profile-section .lp-sidebar .lp-avatar {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.lawyer-profile-section .lp-sidebar .lp-name {
  margin-top: 15px;
  margin-bottom: 5px;
}
.lawyer-profile-section .lp-sidebar .lp-name h2 {
  font-family: inherit;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.lawyer-profile-section .lp-sidebar .lp-position {
  margin-bottom: 25px;
}
.lawyer-profile-section .lp-sidebar .lp-position p {
  font-size: 14px;
  color: #f3f4f6;
  opacity: 0.85;
  margin: 0;
  text-transform: capitalize;
}
.lawyer-profile-section .lp-sidebar .lp-contact-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}
.lawyer-profile-section .lp-sidebar .lp-contact-info a {
  color: white !important;
}
.lawyer-profile-section .lp-sidebar .lp-contact-info p {
  font-size: 13px;
  color: #f9fafb;
  line-height: 1.8;
  margin: 0;
}
.lawyer-profile-section .lp-sidebar .lp-contact-info p a {
  color: #f9fafb;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lawyer-profile-section .lp-sidebar .lp-contact-info p a:hover {
  color: #ffffff;
  opacity: 1;
  border-bottom-style: solid;
}
.lawyer-profile-section .lp-main-content {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .lawyer-profile-section .lp-main-content {
    padding-left: 0;
    margin-top: 40px;
  }
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  border-radius: 3px;
  border: none !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.85;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: 14px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li a:hover {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li.active a {
  opacity: 1;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff, 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 2px #ffffff, 0 4px 10px rgba(0, 0, 0, 0.15);
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(1) a {
  background-color: #8c2227 !important;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(1) a::before {
  content: "\f0b1";
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(2) a {
  background-color: #976b3f !important;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(2) a::before {
  content: "\f0e3";
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(3) a {
  background-color: #cbbb9b !important;
  color: #333333 !important;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(3) a::before {
  content: "\f022";
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(4) a {
  background-color: #5974a2 !important;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(4) a::before {
  content: "\f2c2";
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(5) a {
  background-color: #479c73 !important;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li:nth-child(5) a::before {
  content: "\f19d";
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels {
  background-color: #ffffff;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .panel {
  -webkit-animation: fadeIn 0.4s ease-in-out;
          animation: fadeIn 0.4s ease-in-out;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-tab-title h3 {
  font-family: inherit;
  color: #8c2227;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #8c2227;
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .content-body {
  margin-bottom: 25px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-tab-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 16px;
  text-align: justify;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-tab-content p strong {
  color: #111827;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-awards-row {
  margin-top: 30px;
  border-top: 1px solid #f3f4f6;
  padding-top: 20px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-awards-row .lp-awards-logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-practice-areas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-practice-areas ul li {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
  padding: 10px 15px;
  margin-bottom: 8px;
  background-color: #f9fafb;
  border-left: 3px solid #8c2227;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-practice-areas ul li:hover {
  background-color: #f3f4f6;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-deals-content p {
  font-size: 16px;
  color: #8c2227;
  margin-top: 25px;
  margin-bottom: 12px;
  border-left: 3px solid #8c2227;
  padding-left: 10px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-deals-content p strong {
  color: inherit;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-deals-content p:first-of-type {
  margin-top: 0;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-deals-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-deals-content ul li {
  position: relative;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  padding-left: 20px;
  margin-bottom: 12px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-deals-content ul li::before {
  content: "•";
  color: #8c2227;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 15px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content p strong {
  color: #111827;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content blockquote {
  border-left: 4px solid #8c2227;
  padding: 15px 20px;
  background-color: #f9fafb;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content blockquote p {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 12px;
  font-style: italic;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content blockquote p:last-child {
  margin-bottom: 0;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content blockquote p strong {
  color: #8c2227;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content ul {
  list-style: none;
  padding-left: 0;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content ul li {
  position: relative;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  padding-left: 20px;
  margin-bottom: 10px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-membership-content ul li::before {
  content: "•";
  color: #8c2227;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-education-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 12px;
  padding: 12px 15px;
  background-color: #f9fafb;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
}
.lawyer-profile-section .lp-main-content .lp-tabgroup .tab-panels .lp-education-content p strong {
  color: #8c2227;
  font-weight: 700;
  margin-right: 8px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .lawyer-profile-section {
    padding: 30px 0;
  }
  .lawyer-profile-section .lp-sidebar {
    padding: 30px 20px;
    text-align: center;
  }
  .lawyer-profile-section .lp-sidebar .lp-avatar {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .lawyer-profile-section .lp-main-content .lp-tabgroup .nav-tabs li a {
    padding: 10px 15px;
    font-size: 12px;
  }
}
/* ==========================================================================
   SECTION: TABBED CONTENT FOR MEMBER PROFILES (NEW STRUCTURE)
   Styling for .tabbed-content.lp-tabgroup generated by Flatsome shortcode
   ========================================================================== */
.tabbed-content.lp-tabgroup {
  margin-bottom: 40px;
}
.tabbed-content.lp-tabgroup .nav.nav-simple {
  border-bottom: 3px solid #e5e7eb;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 15px 0;
  list-style: none;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 150px;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab.active a {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), inset 0 -2px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), inset 0 -2px 0 rgba(255, 255, 255, 0.3);
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab#tab-hồ-sơ a {
  background-color: #8c2227;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab#tab-lĩnh-vực-hành-nghề a {
  background-color: #976b3f;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab#tab-các-vụ-việc-tiêu-biểu a {
  background-color: #cbbb9b;
  color: #333333 !important;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab[id*=hiệp-hội] a {
  background-color: #5974a2;
}
.tabbed-content.lp-tabgroup .nav.nav-simple li.tab#tab-trình-độ-học-vấn a {
  background-color: #479c73;
}
.tabbed-content.lp-tabgroup .tabs {
  margin-top: 0;
}
.tabbed-content.lp-tabgroup .tabs .panel {
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
  padding: 30px 0;
}
.tabbed-content.lp-tabgroup .tabs .panel h3 {
  font-size: 20px;
  font-weight: 700;
  color: #8c2227;
  border-bottom: 2px solid #8c2227;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.tabbed-content.lp-tabgroup .tabs .panel p {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 15px;
  text-align: justify;
}
.tabbed-content.lp-tabgroup .tabs .panel p strong {
  color: #111827;
  font-weight: 700;
}
.tabbed-content.lp-tabgroup .tabs .panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.tabbed-content.lp-tabgroup .tabs .panel ul li {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
  padding: 10px 15px;
  margin-bottom: 8px;
  background-color: #f9fafb;
  border-left: 3px solid #8c2227;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 30px;
}
.tabbed-content.lp-tabgroup .tabs .panel ul li:before {
  content: "▸";
  color: #8c2227;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tabbed-content.lp-tabgroup .tabs .panel ul li:hover {
  background-color: #f3f4f6;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media (max-width: 1024px) {
  .tabbed-content.lp-tabgroup .nav.nav-simple li.tab {
    min-width: 130px;
  }
  .tabbed-content.lp-tabgroup .nav.nav-simple li.tab a {
    padding: 12px 15px;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .tabbed-content.lp-tabgroup .nav.nav-simple {
    gap: 5px;
    padding: 10px 0;
  }
  .tabbed-content.lp-tabgroup .nav.nav-simple li.tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    min-width: auto;
  }
  .tabbed-content.lp-tabgroup .nav.nav-simple li.tab a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 8px;
    font-size: 10px;
    gap: 4px;
  }
  .tabbed-content.lp-tabgroup .nav.nav-simple li.tab a::before {
    font-size: 14px;
  }
  .tabbed-content.lp-tabgroup .nav.nav-simple li.tab a span {
    line-height: 1.2;
    word-break: break-word;
  }
  .tabbed-content.lp-tabgroup .tabs .panel {
    padding: 20px 0;
  }
  .tabbed-content.lp-tabgroup .tabs .panel h3 {
    font-size: 18px;
  }
  .tabbed-content.lp-tabgroup .tabs .panel p {
    font-size: 14px;
  }
  .tabbed-content.lp-tabgroup .tabs .panel ul li {
    font-size: 14px;
    padding: 8px 12px;
    padding-left: 28px;
  }
}
@media (max-width: 480px) {
  .tabbed-content.lp-tabgroup .nav.nav-simple li.tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .tabbed-content.lp-tabgroup .nav.nav-simple li.tab a {
    padding: 12px 10px;
    font-size: 11px;
  }
}