@charset "UTF-8";
/*!
Theme Name: LuatThaiAn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #252525;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.section-title,
.hero-title,
.consult-title,
.services-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
}

p,
span,
li,
a,
input,
select,
textarea,
button,
.button,
.btn,
.nav > li > a,
.nav-top-link {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  color: #c5161d;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.section-padding {
  padding: 60px 135px;
}
@media (max-width: 1024px) {
  .section-padding {
    padding: 40px 60px;
  }
}
@media (max-width: 768px) {
  .section-padding {
    padding: 30px 20px;
  }
}

body.logged-in .tooltipster-base,
body.logged-in .tooltipster-ruler,
body.logged-in .block-edit-link,
body.admin-bar .tooltipster-base,
body.admin-bar .tooltipster-ruler,
body.admin-bar .block-edit-link {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.services-cat-grid > p,
.clients-grid > p,
.pillars-grid > p,
.quotes-grid > p,
.knowledge-articles-grid > p,
.knowledge-filter-bar > p,
.lawyers-grid > p,
.subnav-pills-container > p,
.gallery-grid > p,
.commitments-grid > p {
  display: none !important;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c5161d;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.primary-btn:hover {
  background-color: #a01016;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 22, 29, 0.25);
}
.primary-btn.outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.primary-btn.outline:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.primary-btn.outline-primary {
  background-color: transparent;
  border-color: #c5161d;
  color: #c5161d;
}
.primary-btn.outline-primary:hover {
  background-color: #c5161d;
  color: #ffffff;
}

.call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #c5161d;
  color: #ffffff;
  padding: 16px 28px;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.call-btn:hover {
  background-color: #a01016;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(197, 22, 29, 0.3);
}
.call-btn img, .call-btn svg {
  width: 22px;
  height: 22px;
}

.tab-btn {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  color: #777777;
  transition: all 0.3s ease;
}
.tab-btn:hover {
  border-color: #c5161d;
  color: #c5161d;
}
.tab-btn.active {
  background-color: #fff5f5;
  border-color: #c5161d;
  color: #c5161d;
}

.submit-btn,
input[type=submit].submit-btn,
.consult-form input[type=submit] {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  padding: 14px 30px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  margin-top: 14px !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}
.submit-btn:hover,
input[type=submit].submit-btn:hover,
.consult-form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.nav-btn:hover {
  background-color: #ffffff;
  transform: scale(1.08);
}

.service-card {
  background-color: #ffffff;
  border: 1.1px solid #d8d8d8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover {
  border-color: #c5161d;
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.service-card:hover .service-link {
  color: #c5161d !important;
  padding-left: 2px;
}
.service-card .icon-box-img, .service-card .icon-wrapper {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
}
.service-card .icon-box-img .icon, .service-card .icon-box-img .icon-inner, .service-card .icon-wrapper .icon, .service-card .icon-wrapper .icon-inner {
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card .icon-box-img img, .service-card .icon-box-img svg, .service-card .icon-wrapper img, .service-card .icon-wrapper svg {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  object-fit: contain;
}
.service-card .icon-box-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.service-card .service-title {
  font-size: 18px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 700 !important;
  color: #252525 !important;
  margin: 0 !important;
  line-height: 27px !important;
}
.service-card .service-desc {
  font-size: 14px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400 !important;
  color: #252525 !important;
  line-height: 21px !important;
  padding-top: 12px !important;
  padding-bottom: 20px !important;
  margin: 0 !important;
  flex-grow: 1;
}
.service-card .service-link {
  font-size: 14.36px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 600 !important;
  color: #777777 !important;
  line-height: 21.53px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: auto !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.home .abh_box,
.home #ftwp-postcontent > .abh_box {
  display: none !important;
}

.hero-subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.hero-subtitle .red-line {
  width: 16px;
  height: 2px;
  background-color: #c5161d;
}
.hero-subtitle .subtitle-text {
  color: #c5161d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.office-badge {
  border: 1px solid #c5161d;
  color: #d8d8d8;
  padding: 2px 8px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.consult-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
}
.consult-form p {
  margin: 0 !important;
}
.consult-form br {
  display: none !important;
}
.consult-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15.45px;
}
@media (max-width: 600px) {
  .consult-form .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.consult-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6.63px;
}
.consult-form .form-group label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  margin: 0;
}
.consult-form .form-group input[type=text],
.consult-form .form-group input[type=tel],
.consult-form .form-group input[type=email],
.consult-form .form-group input[type=date] {
  background-color: #ffffff !important;
  border: 1.1px solid #d8d8d8 !important;
  border-radius: 8px !important;
  padding: 10px 18px !important;
  font-size: 16px !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #252525 !important;
  width: 100% !important;
  height: 46px !important;
  outline: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.consult-form .form-group input[type=text]:focus,
.consult-form .form-group input[type=tel]:focus,
.consult-form .form-group input[type=email]:focus,
.consult-form .form-group input[type=date]:focus {
  border-color: #252525 !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
}
.consult-form .form-group input[type=text]::placeholder,
.consult-form .form-group input[type=tel]::placeholder,
.consult-form .form-group input[type=email]::placeholder,
.consult-form .form-group input[type=date]::placeholder {
  color: rgba(37, 37, 37, 0.5) !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 16px !important;
}
.consult-form .form-group textarea {
  background-color: #ffffff !important;
  border: 1.1px solid #d8d8d8 !important;
  border-radius: 8px !important;
  padding: 10px 18px !important;
  font-size: 16px !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #252525 !important;
  width: 100% !important;
  height: 100px !important;
  resize: none !important;
  outline: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.consult-form .form-group textarea:focus {
  border-color: #252525 !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
}
.consult-form .form-group textarea::placeholder {
  color: rgba(37, 37, 37, 0.5) !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 16px !important;
}
.consult-form .select-wrapper {
  position: relative;
  width: 100%;
}
.consult-form .select-wrapper select {
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1.1px solid #d8d8d8 !important;
  border-radius: 8px !important;
  padding: 10px 42px 10px 18px !important;
  font-size: 16px !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #252525 !important;
  width: 100% !important;
  height: 46px !important;
  outline: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.consult-form .select-wrapper select:focus {
  border-color: #252525 !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
}
.consult-form .select-wrapper::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background-color: #252525;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16.8c-.7 0-1.4-.27-1.93-.8L3.55 9.48c-.29-.29-.29-.77 0-1.06.29-.29.77-.29 1.06 0L11.13 14.94c.48.48 1.26.48 1.74 0L19.39 8.42c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06L13.93 16c-.53.53-1.23.8-1.93.8z' fill='%23000'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16.8c-.7 0-1.4-.27-1.93-.8L3.55 9.48c-.29-.29-.29-.77 0-1.06.29-.29.77-.29 1.06 0L11.13 14.94c.48.48 1.26.48 1.74 0L19.39 8.42c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06L13.93 16c-.53.53-1.23.8-1.93.8z' fill='%23000'/%3E%3C/svg%3E") no-repeat center/contain;
  pointer-events: none;
}
.consult-form .file-upload-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #dbdbdb 100%) !important;
  border: 1.1px solid #d8d8d8 !important;
  border-radius: 8px !important;
  padding: 10px 18px !important;
  height: 46px !important;
  box-sizing: border-box !important;
  cursor: pointer;
}
.consult-form .file-upload-box .file-upload-label {
  font-size: 16px !important;
  color: rgba(37, 37, 37, 0.5) !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.consult-form .file-upload-box .upload-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  pointer-events: none;
}
.consult-form .file-upload-box .file-input-hidden {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.consult-form .date-input-box {
  position: relative;
  width: 100%;
}
.consult-form .date-input-box input[type=text],
.consult-form .date-input-box input[type=date] {
  height: 46px !important;
  padding-right: 44px !important;
  background-color: #ffffff !important;
}
.consult-form .date-input-box .date-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 18px;
  pointer-events: none;
}
.consult-form .form-checkbox {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
}
.consult-form .form-checkbox .wpcf7-list-item {
  margin: 0;
}
.consult-form .form-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  cursor: pointer;
  margin: 0;
  background: #ffffff;
  border-radius: 2.2px;
  border: 1.1px solid #767676;
}
.consult-form .form-checkbox span,
.consult-form .form-checkbox label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  cursor: pointer;
  margin: 0;
}
.consult-form .form-checkbox a,
.consult-form .form-checkbox .privacy-link {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.consult-form .form-submit-row {
  margin-top: 10px;
  width: 100%;
}
.consult-form input[type=submit].submit-btn,
.consult-form .submit-btn {
  display: block !important;
  width: 100% !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 7.73px !important;
  padding: 14.36px 30.92px !important;
  color: #ffffff !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 24px !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 !important;
  transition: all 0.25s ease !important;
}
.consult-form input[type=submit].submit-btn:hover,
.consult-form .submit-btn:hover {
  background-color: #ffffff !important;
  color: #c5161d !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.lta-floating-actions {
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lta-floating-actions .floating-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), filter 0.25s ease;
  text-decoration: none;
  background: transparent;
  padding: 0;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}
.lta-floating-actions .floating-btn svg,
.lta-floating-actions .floating-btn img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.25s ease;
}
.lta-floating-actions .floating-btn:hover {
  transform: scale(1.08) translateY(-2px);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.22));
}
.lta-floating-actions .floating-btn .floating-tooltip {
  position: absolute;
  right: 82px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(30, 30, 30, 0.92);
  color: #ffffff;
  font-size: 13px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.lta-floating-actions .floating-btn .floating-tooltip::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(30, 30, 30, 0.92);
}
.lta-floating-actions .floating-btn:hover .floating-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(-4px);
}
@media (max-width: 768px) {
  .lta-floating-actions {
    right: 15px;
    bottom: 70px;
    gap: 10px;
  }
  .lta-floating-actions .floating-btn {
    width: 56px;
    height: 56px;
  }
  .lta-floating-actions .floating-btn .floating-tooltip {
    display: none;
  }
}

.box.box-text-bottom {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease !important;
}
.box.box-text-bottom:hover {
  transform: translateY(-5px) !important;
  border-color: #c5161d !important;
  box-shadow: 0 12px 28px rgba(197, 22, 29, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
.box.box-text-bottom .box-image {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #f3f4f6 !important;
}
.box.box-text-bottom .box-image .image-cover {
  padding-top: 56.25% !important;
  position: relative !important;
}
.box.box-text-bottom .box-image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
}
.box.box-text-bottom:hover .box-image img {
  transform: scale(1.06) !important;
}
.box.box-text-bottom .box-text {
  padding: 16px 16px 18px !important;
  min-height: 78px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  flex: 1 !important;
  background: #ffffff !important;
}
.box.box-text-bottom .box-text .box-text-inner {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.box.box-text-bottom .box-text p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  width: 100% !important;
}
.box.box-text-bottom .box-text a,
.box.box-text-bottom .box-text p > a,
.box.box-text-bottom .box-text h3,
.box.box-text-bottom .box-text h4 {
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: color 0.2s ease !important;
}
.box.box-text-bottom .box-text a::before,
.box.box-text-bottom .box-text p > a::before,
.box.box-text-bottom .box-text h3::before,
.box.box-text-bottom .box-text h4::before {
  display: none !important;
  content: none !important;
}
.box.box-text-bottom .box-text a::after,
.box.box-text-bottom .box-text p > a::after,
.box.box-text-bottom .box-text h3::after,
.box.box-text-bottom .box-text h4::after {
  display: none !important;
  content: none !important;
}
.box.box-text-bottom .box-text a span,
.box.box-text-bottom .box-text a strong,
.box.box-text-bottom .box-text p > a span,
.box.box-text-bottom .box-text p > a strong,
.box.box-text-bottom .box-text h3 span,
.box.box-text-bottom .box-text h3 strong,
.box.box-text-bottom .box-text h4 span,
.box.box-text-bottom .box-text h4 strong {
  color: inherit !important;
  font-weight: 700 !important;
  font-size: inherit !important;
  background: transparent !important;
}
.box.box-text-bottom:hover {
  transform: translateY(-5px) !important;
  border-color: #c5161d !important;
  box-shadow: 0 12px 28px rgba(197, 22, 29, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
.box.box-text-bottom:hover .box-text a,
.box.box-text-bottom:hover .box-text p > a,
.box.box-text-bottom:hover .box-text h3,
.box.box-text-bottom:hover .box-text h4 {
  color: #c5161d !important;
}
@media (max-width: 768px) {
  .box.box-text-bottom {
    border-radius: 12px !important;
  }
  .box.box-text-bottom .box-text {
    padding: 14px 12px 16px !important;
    min-height: auto !important;
  }
  .box.box-text-bottom .box-text a,
  .box.box-text-bottom .box-text p > a,
  .box.box-text-bottom .box-text h3,
  .box.box-text-bottom .box-text h4 {
    font-size: 14px !important;
  }
}

.row:has(.box-text-bottom) {
  margin-top: 24px !important;
  margin-bottom: 28px !important;
}

.col:has(.box-text-bottom) {
  padding-bottom: 20px !important;
}
.col:has(.box-text-bottom) .col-inner {
  height: 100% !important;
}

#header.header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #d8d8d8 !important;
  box-shadow: none !important;
}
#header.header .header-wrapper {
  background-color: #ffffff !important;
  box-shadow: none !important;
}
#header.header .header-main {
  background-color: #ffffff !important;
  height: 85px !important;
  min-height: 85px !important;
  border-bottom: none !important;
}
#header.header .header-main .header-inner {
  max-width: 1200px !important;
  height: 85px !important;
  min-height: 85px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
#header.header .header-main .header-inner .flex-col.logo {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}
@media (min-width: 992px) {
  #header.header .header-main .header-inner .flex-col.hide-for-medium.flex-left {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #header.header .header-main .header-inner .flex-col.hide-for-medium.flex-right {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }
}
#header.header #logo {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#header.header #logo a {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
  padding: 0 !important;
}
#header.header #logo .header-logo-dark {
  display: none !important;
}
#header.header #logo img,
#header.header #logo .header_logo,
#header.header #logo .header-logo {
  height: 70px !important;
  max-height: 70px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}
#header.header .header-nav.header-nav-main {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
#header.header .header-nav.header-nav-main > li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 85px !important;
  position: relative !important;
  border: none !important;
  background: transparent !important;
}
#header.header .header-nav.header-nav-main > li > a.nav-top-link {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #252525 !important;
  line-height: 19.5px !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  border: none !important;
  background: transparent !important;
  transition: color 0.2s ease !important;
}
#header.header .header-nav.header-nav-main > li > a.nav-top-link > i.icon-angle-down {
  display: none !important;
}
#header.header .header-nav.header-nav-main > li > a.nav-top-link::after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #c5161d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0;
}
#header.header .header-nav.header-nav-main > li.current-menu-item > a.nav-top-link, #header.header .header-nav.header-nav-main > li.current_page_item > a.nav-top-link, #header.header .header-nav.header-nav-main > li.current-menu-ancestor > a.nav-top-link, #header.header .header-nav.header-nav-main > li.active > a.nav-top-link {
  color: #252525 !important;
}
#header.header .header-nav.header-nav-main > li.current-menu-item > a.nav-top-link::after, #header.header .header-nav.header-nav-main > li.current_page_item > a.nav-top-link::after, #header.header .header-nav.header-nav-main > li.current-menu-ancestor > a.nav-top-link::after, #header.header .header-nav.header-nav-main > li.active > a.nav-top-link::after {
  transform: scaleX(1);
  opacity: 1;
}
#header.header .header-nav.header-nav-main > li:hover > a.nav-top-link {
  color: #c5161d !important;
}
#header.header .header-nav.header-nav-main > li:hover > a.nav-top-link::after {
  transform: scaleX(1);
  opacity: 1;
}
#header.header .flex-right .header-nav-main.nav-right {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 85px !important;
}
#header.header .flex-right .header-nav-main.nav-right > li {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 85px !important;
  position: relative !important;
}
#header.header .flex-right .header-search {
  position: relative !important;
}
#header.header .flex-right .header-search::before, #header.header .flex-right .header-search::after {
  display: none !important;
}
#header.header .flex-right .header-search a.header-search-trigger,
#header.header .flex-right .header-search a.nav-top-link {
  padding: 0 !important;
  height: 100% !important;
  color: #777777 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  background: transparent !important;
  transition: color 0.2s ease;
  cursor: pointer;
}
#header.header .flex-right .header-search a.header-search-trigger .lta-search-icon,
#header.header .flex-right .header-search a.nav-top-link .lta-search-icon {
  width: 18px !important;
  height: 18px !important;
  color: #777777 !important;
  display: block !important;
  transition: color 0.2s ease;
}
#header.header .flex-right .header-search a.header-search-trigger .lta-search-icon path,
#header.header .flex-right .header-search a.nav-top-link .lta-search-icon path {
  stroke: currentColor !important;
}
#header.header .flex-right .header-search a.header-search-trigger i.icon-search,
#header.header .flex-right .header-search a.nav-top-link i.icon-search {
  display: none !important;
}
#header.header .flex-right .header-search a.header-search-trigger:hover,
#header.header .flex-right .header-search a.nav-top-link:hover {
  color: #c5161d !important;
}
#header.header .flex-right .header-search a.header-search-trigger:hover .lta-search-icon,
#header.header .flex-right .header-search a.nav-top-link:hover .lta-search-icon {
  color: #c5161d !important;
}
#header.header .flex-right .header-search .nav-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  display: block !important;
  min-width: 320px !important;
  margin: 0 !important;
  padding: 16px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #EAEAEA !important;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
#header.header .flex-right .header-search .nav-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
#header.header .flex-right .header-search:hover > .nav-dropdown, #header.header .flex-right .header-search.current-dropdown > .nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
#header.header .flex-right .header-language-dropdown {
  position: relative !important;
}
#header.header .flex-right .header-language-dropdown::before, #header.header .flex-right .header-language-dropdown::after {
  display: none !important;
}
#header.header .flex-right .header-language-dropdown a.header-language-dropdown__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 0 !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  text-decoration: none !important;
  color: #252525 !important;
  cursor: pointer;
}
#header.header .flex-right .header-language-dropdown a.header-language-dropdown__link .lang-label {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #252525 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  display: inline-block !important;
  transition: color 0.2s ease;
}
#header.header .flex-right .header-language-dropdown a.header-language-dropdown__link .lang-chevron {
  width: 18px !important;
  height: 18px !important;
  color: #252525 !important;
  display: inline-block !important;
  transition: color 0.2s ease, transform 0.2s ease;
}
#header.header .flex-right .header-language-dropdown a.header-language-dropdown__link .lang-chevron path {
  fill: currentColor !important;
}
#header.header .flex-right .header-language-dropdown a.header-language-dropdown__link i.icon-angle-down {
  display: none !important;
}
#header.header .flex-right .header-language-dropdown:hover a.header-language-dropdown__link .lang-label,
#header.header .flex-right .header-language-dropdown:hover a.header-language-dropdown__link .lang-chevron, #header.header .flex-right .header-language-dropdown.current-dropdown a.header-language-dropdown__link .lang-label,
#header.header .flex-right .header-language-dropdown.current-dropdown a.header-language-dropdown__link .lang-chevron {
  color: #c5161d !important;
}
#header.header .flex-right .header-language-dropdown:hover a.header-language-dropdown__link .lang-chevron, #header.header .flex-right .header-language-dropdown.current-dropdown a.header-language-dropdown__link .lang-chevron {
  transform: rotate(180deg);
}
#header.header .flex-right .header-language-dropdown .nav-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  display: block !important;
  min-width: 175px !important;
  margin: 0 !important;
  padding: 6px !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #EAEAEA !important;
  background: #ffffff !important;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
#header.header .flex-right .header-language-dropdown .nav-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
#header.header .flex-right .header-language-dropdown .nav-dropdown li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none !important;
  background: transparent !important;
}
#header.header .flex-right .header-language-dropdown .nav-dropdown li a {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #252525 !important;
  padding: 9px 12px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
  white-space: nowrap !important;
  border: none !important;
  border-bottom: none !important;
  margin: 0 !important;
  background: transparent !important;
}
#header.header .flex-right .header-language-dropdown .nav-dropdown li a .lang-text {
  display: inline-block;
}
#header.header .flex-right .header-language-dropdown .nav-dropdown li a .lang-check {
  display: inline-flex;
  align-items: center;
  color: #c5161d;
  margin-left: 8px;
}
#header.header .flex-right .header-language-dropdown .nav-dropdown li a:hover {
  color: #c5161d !important;
  background-color: #F7F6F3 !important;
}
#header.header .flex-right .header-language-dropdown .nav-dropdown li.active a {
  color: #c5161d !important;
  font-weight: 700 !important;
  background-color: rgba(197, 22, 29, 0.05) !important;
}
#header.header .flex-right .header-language-dropdown:hover > .nav-dropdown, #header.header .flex-right .header-language-dropdown.current-dropdown > .nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
#header.header.stuck, #header.header.is-sticky,
#header.header .header-wrapper.stuck,
#header.header .stuck .header-main {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid #d8d8d8 !important;
}
@media (min-width: 992px) {
  #header.header .show-for-medium {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  #header.header .header-nav.header-nav-main {
    gap: 18px !important;
  }
  #header.header .header-nav.header-nav-main > li > a.nav-top-link {
    font-size: 13px !important;
  }
}
@media (max-width: 991px) {
  #header.header {
    height: 70px !important;
  }
  #header.header .hide-for-medium {
    display: none !important;
  }
  #header.header .show-for-medium {
    display: flex !important;
  }
  #header.header .header-main,
  #header.header .header-main .header-inner {
    height: 70px !important;
    min-height: 70px !important;
  }
  #header.header .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  #header.header .header-inner .show-for-medium.flex-left {
    order: 1 !important;
    flex: 0 0 auto !important;
  }
  #header.header .header-inner .show-for-medium.flex-left .mobile-nav {
    display: flex !important;
    align-items: center !important;
  }
  #header.header .header-inner .show-for-medium.flex-left .mobile-nav > li > a {
    color: #252525 !important;
    font-size: 22px !important;
    padding: 8px !important;
  }
  #header.header .header-inner .flex-col.logo {
    order: 2 !important;
    flex: 1 1 auto !important;
    justify-content: center !important;
    display: flex !important;
  }
  #header.header .header-inner .show-for-medium.flex-right {
    order: 3 !important;
    flex: 0 0 auto !important;
  }
  #header.header #logo {
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #header.header #logo img,
  #header.header #logo .header_logo,
  #header.header #logo .header-logo {
    height: 50px !important;
    max-height: 50px !important;
    width: auto !important;
  }
}

@media (min-width: 850px) {
  .header-nav > li.lta-mega > .sub-menu.nav-dropdown {
    display: block !important;
    column-count: auto !important;
    max-height: calc(100vh - 105px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    padding: 22px 24px 18px !important;
    background: #ffffff !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14) !important;
    max-width: min(1200px, 100vw - 30px) !important;
    scrollbar-width: thin;
    scrollbar-color: #c5161d #f1f1f1;
  }
  .header-nav > li.lta-mega > .sub-menu.nav-dropdown::-webkit-scrollbar {
    width: 6px;
  }
  .header-nav > li.lta-mega > .sub-menu.nav-dropdown::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 4px;
  }
  .header-nav > li.lta-mega > .sub-menu.nav-dropdown::-webkit-scrollbar-thumb {
    background: #c5161d;
    border-radius: 4px;
  }
  .header-nav > li.lta-mega > .sub-menu.nav-dropdown::-webkit-scrollbar-thumb:hover {
    background: #900f14;
  }
  .header-nav > li.lta-mega > .sub-menu.nav-dropdown.lta-mega-tall {
    max-height: calc(100vh - 105px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .header-nav > li.lta-mega .lta-mega-columns {
    display: block !important;
    column-count: var(--lta-cols, 4) !important;
    column-gap: 24px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li {
    display: inline-block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    padding: 0 6px 12px !important;
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li > a {
    font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    color: #c5161d !important;
    display: block !important;
    padding-bottom: 8px !important;
    margin-bottom: 8px !important;
    border-bottom: 1px solid #ECECEC !important;
    transition: opacity 0.2s ease;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li > a:hover {
    opacity: 0.85;
    color: #c5161d !important;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li > ul.nav-column {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li > ul.nav-column > li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li > ul.nav-column > li > a {
    font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #252525 !important;
    padding: 5px 0 !important;
    display: block !important;
    position: relative !important;
    transition: color 0.15s ease, padding-left 0.15s ease !important;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li > ul.nav-column > li > a::before {
    content: "»";
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 0;
    color: #c5161d;
    transition: opacity 0.15s ease;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li > ul.nav-column > li > a:hover {
    color: #c5161d !important;
    padding-left: 14px !important;
  }
  .header-nav > li.lta-mega .lta-mega-columns > li > ul.nav-column > li > a:hover::before {
    opacity: 1;
  }
}
.hero-section {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background-color: #0d1b2a;
}
.hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-slider-wrapper {
  position: relative;
  width: 100%;
  min-height: 650px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-section .hero-slider-wrapper {
    min-height: 580px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-slider-wrapper {
    min-height: 500px;
  }
}
.hero-section .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(30px);
  z-index: 1;
}
.hero-section .hero-slide .hero-subtitle,
.hero-section .hero-slide .hero-title,
.hero-section .hero-slide .hero-desc,
.hero-section .hero-slide .hero-buttons {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.hero-section .hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}
.hero-section .hero-slide.active .hero-subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}
.hero-section .hero-slide.active .hero-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.hero-section .hero-slide.active .hero-desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.hero-section .hero-slide.active .hero-buttons {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.hero-section .hero-slide.slide-exit-left {
  transform: translateX(-30px);
  opacity: 0;
}
.hero-section .hero-slide.slide-exit-right {
  transform: translateX(30px);
  opacity: 0;
}
.hero-section .hero-container {
  position: relative;
  z-index: 2;
  padding: 60px 130px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-section .hero-container {
    padding: 50px 50px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-container {
    padding: 40px 20px;
  }
}
.hero-section .hero-content {
  max-width: 650px;
  color: #ffffff;
}
.hero-section .hero-subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.hero-section .hero-subtitle .red-line {
  width: 16px;
  height: 2px;
  background-color: #c5161d;
  display: inline-block;
}
.hero-section .hero-subtitle .subtitle-text {
  color: #c5161d;
  font-size: 18px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  line-height: 18px;
}
.hero-section .hero-title {
  font-size: 56px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 700;
  line-height: 67.2px;
  margin: 0 0 18px 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .hero-section .hero-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.hero-section .hero-desc {
  font-size: 17px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 28.9px;
  margin: 0;
  max-width: 480px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero-section .hero-desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.hero-section .hero-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-section .hero-buttons {
    margin-top: 25px;
    gap: 10px;
  }
}
.hero-section .hero-buttons .button,
.hero-section .hero-buttons .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 19.5px !important;
  letter-spacing: normal !important;
  margin: 0 !important;
  min-height: auto !important;
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none !important;
}
.hero-section .hero-buttons .button span,
.hero-section .hero-buttons .primary-btn span {
  display: inline-block;
}
.hero-section .hero-buttons .button.primary,
.hero-section .hero-buttons .primary-btn:not(.outline) {
  background-color: #c5161d !important;
  border: 1px solid #c5161d !important;
  color: #ffffff !important;
}
.hero-section .hero-buttons .button.primary:hover,
.hero-section .hero-buttons .primary-btn:not(.outline):hover {
  background-color: #a01016 !important;
  border-color: #a01016 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 22, 29, 0.35) !important;
}
.hero-section .hero-buttons .button.outline,
.hero-section .hero-buttons .primary-btn.outline {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.hero-section .hero-buttons .button.outline:hover,
.hero-section .hero-buttons .primary-btn.outline:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}
.hero-section .hero-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 768px) {
  .hero-section .hero-nav {
    display: none;
  }
}
.hero-section .hero-nav .nav-btn {
  width: 48px;
  height: 48px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 0;
  margin: 0;
  outline: none;
}
.hero-section .hero-nav .nav-btn::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #252525;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.hero-section .hero-nav .nav-btn.prev::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.09 22.5611L9.70562 15.1767C8.83354 14.3046 8.83354 12.8776 9.70562 12.0055L17.09 4.62109' stroke='%23000' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.09 22.5611L9.70562 15.1767C8.83354 14.3046 8.83354 12.8776 9.70562 12.0055L17.09 4.62109' stroke='%23000' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.hero-section .hero-nav .nav-btn.next::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0918 22.5611L17.4762 15.1767C18.3483 14.3046 18.3483 12.8776 17.4762 12.0055L10.0918 4.62109' stroke='%23000' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0918 22.5611L17.4762 15.1767C18.3483 14.3046 18.3483 12.8776 17.4762 12.0055L10.0918 4.62109' stroke='%23000' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.hero-section .hero-nav .nav-btn:hover {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transform: scale(1.08);
}
.hero-section .hero-nav .nav-btn:hover::after {
  background-color: #c5161d;
}
.hero-section .hero-nav .nav-btn:active {
  transform: scale(0.96);
}
@media (max-width: 768px) {
  .hero-section .hero-nav .nav-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
  }
  .hero-section .hero-nav .nav-btn::after {
    width: 18px;
    height: 18px;
  }
}
.hero-section .hero-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 5;
  pointer-events: auto;
}
.hero-section .hero-pagination .dot {
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  max-width: 8px !important;
  max-height: 8px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  opacity: 0.35;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  outline: none;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  line-height: 0 !important;
  box-shadow: none !important;
}
.hero-section .hero-pagination .dot.active {
  width: 24px !important;
  max-width: 24px !important;
  border-radius: 12px !important;
  opacity: 1 !important;
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) !important;
}
.hero-section .hero-pagination .dot:hover:not(.active) {
  opacity: 0.75;
}

.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-slider .slider,
.hero-slider .flickity-viewport {
  min-height: 649px;
}
.hero-slider .section.hero-section {
  min-height: 649px;
  height: 649px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.hero-slider .section.hero-section .section-content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero-slider .flickity-prev-next-button {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 100px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none !important;
  cursor: pointer;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1 !important;
}
.hero-slider .flickity-prev-next-button svg {
  display: none !important;
}
.hero-slider .flickity-prev-next-button::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-color: #292d32;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.hero-slider .flickity-prev-next-button.previous {
  left: 25px !important;
}
.hero-slider .flickity-prev-next-button.previous::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.09 22.5611L9.70562 15.1767C8.83354 14.3046 8.83354 12.8776 9.70562 12.0055L17.09 4.62109' stroke='%23000' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.09 22.5611L9.70562 15.1767C8.83354 14.3046 8.83354 12.8776 9.70562 12.0055L17.09 4.62109' stroke='%23000' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.hero-slider .flickity-prev-next-button.next {
  right: 25px !important;
}
.hero-slider .flickity-prev-next-button.next::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0918 22.5611L17.4762 15.1767C18.3483 14.3046 18.3483 12.8776 17.4762 12.0055L10.0918 4.62109' stroke='%23000' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0918 22.5611L17.4762 15.1767C18.3483 14.3046 18.3483 12.8776 17.4762 12.0055L10.0918 4.62109' stroke='%23000' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.hero-slider .flickity-prev-next-button:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.22) !important;
  transform: translateY(-50%) scale(1.06) !important;
}
.hero-slider .flickity-prev-next-button:hover::after {
  background-color: #c5161d;
}
@media (max-width: 768px) {
  .hero-slider .flickity-prev-next-button {
    display: none !important;
  }
}

.services-section {
  position: relative;
  background-color: #ffffff;
  padding: 48px 0;
}
.services-section .section-bg {
  opacity: 1;
}
.services-section .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-section .services-container {
  position: relative;
  z-index: 2;
  max-width: 1325px;
  margin: 0 auto;
}
.services-section .section-header {
  text-align: left !important;
  width: 100%;
}
.services-section .section-header .section-title {
  font-size: 40px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 700 !important;
  color: #004797 !important;
  margin: 0 0 12px 0 !important;
  text-transform: uppercase !important;
  line-height: 58px !important;
  letter-spacing: normal !important;
}
@media (max-width: 768px) {
  .services-section .section-header .section-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
.services-section .section-header .section-desc {
  font-size: 16px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400 !important;
  color: #252525 !important;
  margin: 0 !important;
  line-height: 24px !important;
  max-width: 745px;
}
.services-section .services-grid {
  margin-bottom: 0;
}
.services-section .services-grid .service-col {
  display: flex;
  flex-direction: column;
}
.services-section .services-grid .service-col .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.services-section .services-action {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.services-section .btn-view-all,
.services-section .button.btn-view-all {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #c5161d !important;
  border: 1px solid #c5161d !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 19.5px !important;
  padding: 10px 32px !important;
  border-radius: 7px !important;
  letter-spacing: normal !important;
  min-height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: all 0.25s ease;
}
.services-section .btn-view-all:hover,
.services-section .button.btn-view-all:hover {
  background-color: #a01016 !important;
  border-color: #a01016 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 22, 29, 0.3) !important;
}

.legal-finder-section {
  position: relative;
  background-color: #c8141e;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  min-height: 691px;
}
.legal-finder-section .section-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.legal-finder-section .bg-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.legal-finder-section .bg-overlay-container .bg-overlay-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  mix-blend-mode: overlay;
}
.legal-finder-section .container,
.legal-finder-section .legal-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.legal-finder-section .container > .col,
.legal-finder-section .legal-container > .col {
  padding-bottom: 0 !important;
}
.legal-finder-section .features-card,
.legal-finder-section .legal-content-box {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  padding: 32px 60px;
  gap: 60px;
  align-items: center;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.legal-finder-section .features-card > .col,
.legal-finder-section .legal-content-box > .col {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .legal-finder-section .features-card,
  .legal-finder-section .legal-content-box {
    flex-direction: column;
    padding: 40px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .legal-finder-section .features-card,
  .legal-finder-section .legal-content-box {
    padding: 24px 16px;
    gap: 24px;
    border-radius: 16px;
  }
}
.legal-finder-section .card-left,
.legal-finder-section .legal-image {
  position: relative;
  flex: 0 0 493px;
  height: 433px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 493px;
  border-radius: 12px;
}
.legal-finder-section .card-left .col-inner,
.legal-finder-section .legal-image .col-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
}
.legal-finder-section .card-left .card-left-img,
.legal-finder-section .card-left .img,
.legal-finder-section .card-left > img,
.legal-finder-section .legal-image .card-left-img,
.legal-finder-section .legal-image .img,
.legal-finder-section .legal-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.legal-finder-section .card-left .card-left-img .img-inner,
.legal-finder-section .card-left .card-left-img img,
.legal-finder-section .card-left .img .img-inner,
.legal-finder-section .card-left .img img,
.legal-finder-section .card-left > img .img-inner,
.legal-finder-section .card-left > img img,
.legal-finder-section .legal-image .card-left-img .img-inner,
.legal-finder-section .legal-image .card-left-img img,
.legal-finder-section .legal-image .img .img-inner,
.legal-finder-section .legal-image .img img,
.legal-finder-section .legal-image > img .img-inner,
.legal-finder-section .legal-image > img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.legal-finder-section .card-left .stats-box,
.legal-finder-section .card-left .years-badge,
.legal-finder-section .legal-image .stats-box,
.legal-finder-section .legal-image .years-badge {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  width: 435px;
  height: 369px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px;
}
.legal-finder-section .card-left .stats-box .stats-number,
.legal-finder-section .card-left .stats-box .years-number,
.legal-finder-section .card-left .years-badge .stats-number,
.legal-finder-section .card-left .years-badge .years-number,
.legal-finder-section .legal-image .stats-box .stats-number,
.legal-finder-section .legal-image .stats-box .years-number,
.legal-finder-section .legal-image .years-badge .stats-number,
.legal-finder-section .legal-image .years-badge .years-number {
  color: #c5161d;
  font-size: 130px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -2px;
}
.legal-finder-section .card-left .stats-box .stats-text,
.legal-finder-section .card-left .stats-box .years-text,
.legal-finder-section .card-left .years-badge .stats-text,
.legal-finder-section .card-left .years-badge .years-text,
.legal-finder-section .legal-image .stats-box .stats-text,
.legal-finder-section .legal-image .stats-box .years-text,
.legal-finder-section .legal-image .years-badge .stats-text,
.legal-finder-section .legal-image .years-badge .years-text {
  color: #004797;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .legal-finder-section .card-left .stats-box,
  .legal-finder-section .card-left .years-badge,
  .legal-finder-section .legal-image .stats-box,
  .legal-finder-section .legal-image .years-badge {
    width: 90%;
    height: 90%;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .legal-finder-section .card-left .stats-box .stats-number,
  .legal-finder-section .card-left .stats-box .years-number,
  .legal-finder-section .card-left .years-badge .stats-number,
  .legal-finder-section .card-left .years-badge .years-number,
  .legal-finder-section .legal-image .stats-box .stats-number,
  .legal-finder-section .legal-image .stats-box .years-number,
  .legal-finder-section .legal-image .years-badge .stats-number,
  .legal-finder-section .legal-image .years-badge .years-number {
    font-size: 90px;
  }
  .legal-finder-section .card-left .stats-box .stats-text,
  .legal-finder-section .card-left .stats-box .years-text,
  .legal-finder-section .card-left .years-badge .stats-text,
  .legal-finder-section .card-left .years-badge .years-text,
  .legal-finder-section .legal-image .stats-box .stats-text,
  .legal-finder-section .legal-image .stats-box .years-text,
  .legal-finder-section .legal-image .years-badge .stats-text,
  .legal-finder-section .legal-image .years-badge .years-text {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .legal-finder-section .card-left,
  .legal-finder-section .legal-image {
    width: 100%;
    flex: auto;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .legal-finder-section .card-left,
  .legal-finder-section .legal-image {
    height: 320px;
  }
}
.legal-finder-section .card-right,
.legal-finder-section .legal-features {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.legal-finder-section .card-right .col-inner,
.legal-finder-section .legal-features .col-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.legal-finder-section .card-right .feature-item,
.legal-finder-section .legal-features .feature-item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 22px 0;
  border-bottom: 1px solid #d8d8d8;
}
.legal-finder-section .card-right .feature-item:first-child,
.legal-finder-section .legal-features .feature-item:first-child {
  padding-top: 0;
}
.legal-finder-section .card-right .feature-item.no-border, .legal-finder-section .card-right .feature-item:last-child,
.legal-finder-section .legal-features .feature-item.no-border,
.legal-finder-section .legal-features .feature-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.legal-finder-section .card-right .feature-item .feature-num,
.legal-finder-section .legal-features .feature-item .feature-num {
  color: #c5161d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  min-width: 24px;
  padding-top: 2px;
}
.legal-finder-section .card-right .feature-item .feature-content,
.legal-finder-section .card-right .feature-item .feature-text,
.legal-finder-section .legal-features .feature-item .feature-content,
.legal-finder-section .legal-features .feature-item .feature-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.legal-finder-section .card-right .feature-item .feature-content .feature-title,
.legal-finder-section .card-right .feature-item .feature-content h3,
.legal-finder-section .card-right .feature-item .feature-content h4,
.legal-finder-section .card-right .feature-item .feature-text .feature-title,
.legal-finder-section .card-right .feature-item .feature-text h3,
.legal-finder-section .card-right .feature-item .feature-text h4,
.legal-finder-section .legal-features .feature-item .feature-content .feature-title,
.legal-finder-section .legal-features .feature-item .feature-content h3,
.legal-finder-section .legal-features .feature-item .feature-content h4,
.legal-finder-section .legal-features .feature-item .feature-text .feature-title,
.legal-finder-section .legal-features .feature-item .feature-text h3,
.legal-finder-section .legal-features .feature-item .feature-text h4 {
  color: #252525;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}
.legal-finder-section .card-right .feature-item .feature-content .feature-desc,
.legal-finder-section .card-right .feature-item .feature-content p,
.legal-finder-section .card-right .feature-item .feature-text .feature-desc,
.legal-finder-section .card-right .feature-item .feature-text p,
.legal-finder-section .legal-features .feature-item .feature-content .feature-desc,
.legal-finder-section .legal-features .feature-item .feature-content p,
.legal-finder-section .legal-features .feature-item .feature-text .feature-desc,
.legal-finder-section .legal-features .feature-item .feature-text p {
  color: #252525;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .legal-finder-section .card-right .feature-item,
  .legal-finder-section .legal-features .feature-item {
    gap: 16px;
    padding: 16px 0;
  }
  .legal-finder-section .card-right .feature-item .feature-content .feature-title,
  .legal-finder-section .card-right .feature-item .feature-content h3,
  .legal-finder-section .card-right .feature-item .feature-content h4,
  .legal-finder-section .card-right .feature-item .feature-text .feature-title,
  .legal-finder-section .card-right .feature-item .feature-text h3,
  .legal-finder-section .card-right .feature-item .feature-text h4,
  .legal-finder-section .legal-features .feature-item .feature-content .feature-title,
  .legal-finder-section .legal-features .feature-item .feature-content h3,
  .legal-finder-section .legal-features .feature-item .feature-content h4,
  .legal-finder-section .legal-features .feature-item .feature-text .feature-title,
  .legal-finder-section .legal-features .feature-item .feature-text h3,
  .legal-finder-section .legal-features .feature-item .feature-text h4 {
    font-size: 16px;
  }
  .legal-finder-section .card-right .feature-item .feature-content .feature-desc,
  .legal-finder-section .card-right .feature-item .feature-content p,
  .legal-finder-section .card-right .feature-item .feature-text .feature-desc,
  .legal-finder-section .card-right .feature-item .feature-text p,
  .legal-finder-section .legal-features .feature-item .feature-content .feature-desc,
  .legal-finder-section .legal-features .feature-item .feature-content p,
  .legal-finder-section .legal-features .feature-item .feature-text .feature-desc,
  .legal-finder-section .legal-features .feature-item .feature-text p {
    font-size: 14px;
  }
}

.knowledge-section {
  background-color: #f7f6f3;
  padding: 60px 0;
}
.knowledge-section .knowledge-header-row,
.knowledge-section .knowledge-news-row,
.knowledge-section .knowledge-footer-row {
  max-width: 1170px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1200px) {
  .knowledge-section .knowledge-header-row,
  .knowledge-section .knowledge-news-row,
  .knowledge-section .knowledge-footer-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.knowledge-section .knowledge-footer-row .col {
  padding: 0 !important;
}
.knowledge-section .knowledge-header-row {
  margin-bottom: 0;
}
.knowledge-section .knowledge-header-top {
  margin-bottom: 0;
}
.knowledge-section .knowledge-header-top .knowledge-main-title {
  color: #004797;
  font-size: 40px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 58px;
  margin: 0 0 6px 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .knowledge-section .knowledge-header-top .knowledge-main-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.knowledge-section .knowledge-header-top .knowledge-main-desc {
  color: #252525;
  font-size: 16px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px 0;
}
.knowledge-section .knowledge-filter-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
.knowledge-section .knowledge-pill-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.knowledge-section .knowledge-pill-tabs br {
  display: none !important;
}
.knowledge-section .knowledge-pill-tabs .pill-tab {
  background: #ffffff;
  border: 1.1px solid #d8d8d8;
  border-radius: 110.43px;
  padding: 7.73px 17.67px;
  color: #777777;
  font-size: 16px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 21.53px;
  text-transform: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}
.knowledge-section .knowledge-pill-tabs .pill-tab:hover {
  border-color: #c5161d;
  color: #c5161d;
}
.knowledge-section .knowledge-pill-tabs .pill-tab.active {
  background: #fff5f5;
  border-color: #c5161d;
  color: #c5161d;
  font-weight: 600;
}
.knowledge-section .knowledge-pill-tabs .knowledge-search-wrap {
  display: flex;
  align-items: center;
  margin-left: 9px;
}
.knowledge-section .knowledge-pill-tabs .knowledge-search-wrap .knowledge-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.knowledge-section .knowledge-pill-tabs .knowledge-search-wrap .knowledge-search-btn svg {
  stroke: #777777;
  transition: stroke 0.2s;
}
.knowledge-section .knowledge-pill-tabs .knowledge-search-wrap .knowledge-search-btn:hover svg {
  stroke: #c5161d;
}
.knowledge-section .knowledge-category-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.knowledge-section .knowledge-category-links br {
  display: none !important;
}
.knowledge-section .knowledge-category-links .cat-link {
  color: #858585;
  font-size: 16px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s;
}
.knowledge-section .knowledge-category-links .cat-link:hover, .knowledge-section .knowledge-category-links .cat-link.active {
  color: #c5161d;
}
.knowledge-section .knowledge-category-links .cat-sep {
  color: #858585;
  font-size: 16px;
  user-select: none;
}
.knowledge-section .knowledge-news-container {
  transition: opacity 0.2s ease;
}
.knowledge-section .featured-news-card {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  border: 1.1px solid #d8d8d8;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 370px;
  margin-bottom: 0;
}
.knowledge-section .featured-news-card .featured-news-img-box {
  width: 570px;
  min-width: 570px;
  height: 370px;
  background: #777777;
  overflow: hidden;
}
.knowledge-section .featured-news-card .featured-news-img-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.knowledge-section .featured-news-card .featured-news-img-box .featured-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.knowledge-section .featured-news-card .featured-news-img-box:hover .featured-news-img {
  transform: scale(1.03);
}
.knowledge-section .featured-news-card .featured-news-body {
  flex: 1 1 0;
  min-height: 362px;
  padding: 50px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-title {
  margin: 0 0 16px 0;
  line-height: 32.8px;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-title a {
  color: #252525;
  font-size: 22px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 700;
  line-height: 32.8px;
  text-decoration: none;
  transition: color 0.2s;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-title a:hover {
  color: #c5161d;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-desc {
  color: #252525;
  font-size: 16px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-meta {
  margin: 0 0 16px 0;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-meta .news-date {
  color: #777777;
  font-size: 14.36px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 21.53px;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-action {
  margin-top: auto;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-action .featured-news-link {
  color: #c5161d;
  font-size: 15.46px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 600;
  line-height: 23.19px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s, color 0.2s;
}
.knowledge-section .featured-news-card .featured-news-body .featured-news-action .featured-news-link:hover {
  color: #a01016;
  transform: translateX(3px);
}
@media (max-width: 1024px) {
  .knowledge-section .featured-news-card {
    flex-direction: column;
  }
  .knowledge-section .featured-news-card .featured-news-img-box {
    width: 100%;
    min-width: 100%;
    height: 260px;
  }
  .knowledge-section .featured-news-card .featured-news-body {
    padding: 30px 20px;
    min-height: auto;
  }
}
.knowledge-section .subnews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .knowledge-section .subnews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .knowledge-section .subnews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.knowledge-section .subnews-card {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.knowledge-section .subnews-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}
.knowledge-section .subnews-card .subnews-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f0f0f0;
}
.knowledge-section .subnews-card .subnews-img-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.knowledge-section .subnews-card .subnews-img-box .subnews-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.knowledge-section .subnews-card .subnews-img-box:hover .subnews-img {
  transform: scale(1.04);
}
.knowledge-section .subnews-card .subnews-body {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.knowledge-section .subnews-card .subnews-body .subnews-title {
  margin: 0 0 11px 0;
  line-height: 24px;
}
.knowledge-section .subnews-card .subnews-body .subnews-title a {
  color: #252525;
  font-size: 16px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s;
}
.knowledge-section .subnews-card .subnews-body .subnews-title a:hover {
  color: #c5161d;
}
.knowledge-section .subnews-card .subnews-body .subnews-desc {
  color: #252525;
  font-size: 14px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 22px 0;
  flex-grow: 1;
}
.knowledge-section .subnews-card .subnews-body .subnews-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.knowledge-section .subnews-card .subnews-body .subnews-footer .news-date {
  color: #777777;
  font-size: 14.36px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 21.53px;
}
.knowledge-section .subnews-card .subnews-body .subnews-footer .subnews-link {
  color: #c5161d;
  font-size: 14.36px;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 600;
  line-height: 21.53px;
  text-decoration: none;
  transition: transform 0.2s, color 0.2s;
}
.knowledge-section .subnews-card .subnews-body .subnews-footer .subnews-link:hover {
  color: #a01016;
  transform: translateX(3px);
}
.knowledge-section .knowledge-btn-view-all {
  display: inline-block;
  background-color: #c5161d !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: "Be Vietnam Pro", "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 19.5px !important;
  padding: 10px 16px !important;
  border-radius: 7px !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(197, 22, 29, 0.25);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}
.knowledge-section .knowledge-btn-view-all:hover {
  background-color: #a31217 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(197, 22, 29, 0.35);
  color: #ffffff !important;
}

.consultation-section {
  position: relative;
  min-height: 758px;
  border-top: 1.16px solid #e3e3e3;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.consultation-section .section-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center bottom !important;
}
.consultation-section .consult-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 758px;
  margin: 0 auto;
  max-width: 1170px !important;
  width: 100%;
}
.consultation-section .consult-row > .col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .consultation-section .consult-row {
    padding: 0 40px;
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .consultation-section .consult-row {
    padding: 0 20px;
  }
}
.consultation-section .consult-info-col {
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.consultation-section .consult-info-col .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .consultation-section .consult-info-col {
    padding-top: 60px;
    padding-bottom: 40px;
    justify-content: center;
  }
  .consultation-section .consult-info-col .col-inner {
    align-items: center;
  }
}
.consultation-section .consult-info {
  max-width: 440px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .consultation-section .consult-info {
    text-align: center;
    max-width: 100%;
  }
}
.consultation-section .consult-title {
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 24px 0;
  color: #ffffff;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .consultation-section .consult-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.consultation-section .consult-desc {
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 17.42px;
  font-weight: 400;
  line-height: 29.61px;
  margin: 0 0 48px 0;
  color: #ffffff;
  max-width: 372px;
  word-wrap: break-word;
}
@media (max-width: 1024px) {
  .consultation-section .consult-desc {
    margin: 0 auto 32px auto;
  }
}
@media (max-width: 768px) {
  .consultation-section .consult-desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.consultation-section .call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #c5161d;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 10px;
  width: 100%;
  max-width: 372px;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 700;
  font-size: 17.42px;
  line-height: 26.13px;
  letter-spacing: 1.05px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.consultation-section .call-btn svg {
  width: 24px;
  height: 24px;
  display: block;
  transition: transform 0.2s ease;
}
.consultation-section .call-btn:hover {
  background-color: #a01016;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.consultation-section .call-btn:hover svg {
  transform: translateX(4px);
}
.consultation-section .consult-form-col {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.consultation-section .consult-form-col .col-inner,
.consultation-section .consult-form-col .consult-form-wrapper {
  background-color: rgba(197, 22, 29, 0.8);
  padding: 48px 50px;
  width: 100%;
  max-width: 690px;
  min-height: 758px;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .consultation-section .consult-form-col .col-inner,
  .consultation-section .consult-form-col .consult-form-wrapper {
    border-radius: 12px;
    min-height: auto;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .consultation-section .consult-form-col .col-inner,
  .consultation-section .consult-form-col .consult-form-wrapper {
    padding: 36px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .consultation-section .consult-form-col {
    justify-content: center;
    width: 100%;
  }
}
.consultation-section .form-header {
  text-align: center;
  margin-bottom: 20px;
}
.consultation-section .form-header h3 {
  color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .consultation-section .form-header h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.site-footer {
  background-color: #252525;
  color: #d8d8d8;
  position: relative;
}
.site-footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1024px) {
  .site-footer .footer-top {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-top {
    flex-direction: column;
  }
}
.site-footer .company-info {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer .company-name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.site-footer .license,
.site-footer .tax-code {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.site-footer .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.site-footer .social-links {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.site-footer .offices {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .site-footer .offices {
    width: 100%;
  }
}
.site-footer .office-loc h5 {
  color: #c5161d;
  font-size: 14px;
  margin: 0 0 4px 0;
  font-weight: 700;
}
.site-footer .office-loc p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.site-footer .links,
.site-footer .policies {
  display: flex;
  flex-direction: column;
}
.site-footer .links ul,
.site-footer .policies ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .links a,
.site-footer .policies a {
  font-size: 14px;
  color: #d8d8d8;
  text-decoration: none;
}
.site-footer .links a:hover,
.site-footer .policies a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .site-footer .links,
  .site-footer .policies {
    width: 100%;
  }
}
.site-footer .certs {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: auto;
}
.site-footer .certs img {
  height: 40px;
  width: auto;
}
.site-footer .footer-bottom {
  background-color: #171717;
  padding: 18px 0;
}
.site-footer .bottom-container {
  display: flex;
  justify-content: space-between;
  padding: 0 135px;
  font-size: 14px;
}
.site-footer .bottom-container p {
  margin: 0;
}
@media (max-width: 1024px) {
  .site-footer .bottom-container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .site-footer .bottom-container {
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.site-footer .floating-actions {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 99;
}
.site-footer .scroll-top {
  position: absolute;
  right: 135px;
  top: -20px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .site-footer .scroll-top {
    right: 60px;
  }
}
@media (max-width: 768px) {
  .site-footer .scroll-top {
    right: 20px;
  }
}

.footer-widgets.footer-1,
.footer-1 {
  background: #252525 !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  position: relative !important;
}
.footer-widgets.footer-1 .footer-container.lta-footer-container,
.footer-widgets.footer-1 > .row,
.footer-1 .footer-container.lta-footer-container,
.footer-1 > .row {
  max-width: 1440px !important;
  min-height: 350px;
  padding-left: 135px !important;
  padding-right: 135px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  position: relative !important;
  box-sizing: border-box !important;
}
@media (max-width: 1200px) {
  .footer-widgets.footer-1 .footer-container.lta-footer-container,
  .footer-widgets.footer-1 > .row,
  .footer-1 .footer-container.lta-footer-container,
  .footer-1 > .row {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 960px) {
  .footer-widgets.footer-1 .footer-container.lta-footer-container,
  .footer-widgets.footer-1 > .row,
  .footer-1 .footer-container.lta-footer-container,
  .footer-1 > .row {
    padding-left: 20px !important;
    padding-right: 20px !important;
    flex-direction: column !important;
    gap: 32px !important;
    min-height: auto;
  }
}
.footer-widgets.footer-1 .footer-container.lta-footer-container > .col,
.footer-widgets.footer-1 .footer-container.lta-footer-container > .widget,
.footer-widgets.footer-1 > .row > .col,
.footer-widgets.footer-1 > .row > .widget,
.footer-1 .footer-container.lta-footer-container > .col,
.footer-1 .footer-container.lta-footer-container > .widget,
.footer-1 > .row > .col,
.footer-1 > .row > .widget {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.footer-widgets.footer-1 .footer-container.lta-footer-container > .col:nth-child(1),
.footer-widgets.footer-1 .footer-container.lta-footer-container > .widget:nth-child(1),
.footer-widgets.footer-1 > .row > .col:nth-child(1),
.footer-widgets.footer-1 > .row > .widget:nth-child(1),
.footer-1 .footer-container.lta-footer-container > .col:nth-child(1),
.footer-1 .footer-container.lta-footer-container > .widget:nth-child(1),
.footer-1 > .row > .col:nth-child(1),
.footer-1 > .row > .widget:nth-child(1) {
  width: 407px !important;
  flex: 0 0 407px !important;
  max-width: 407px !important;
}
@media (max-width: 960px) {
  .footer-widgets.footer-1 .footer-container.lta-footer-container > .col:nth-child(1),
  .footer-widgets.footer-1 .footer-container.lta-footer-container > .widget:nth-child(1),
  .footer-widgets.footer-1 > .row > .col:nth-child(1),
  .footer-widgets.footer-1 > .row > .widget:nth-child(1),
  .footer-1 .footer-container.lta-footer-container > .col:nth-child(1),
  .footer-1 .footer-container.lta-footer-container > .widget:nth-child(1),
  .footer-1 > .row > .col:nth-child(1),
  .footer-1 > .row > .widget:nth-child(1) {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
.footer-widgets.footer-1 .footer-container.lta-footer-container > .col:nth-child(2),
.footer-widgets.footer-1 .footer-container.lta-footer-container > .widget:nth-child(2),
.footer-widgets.footer-1 > .row > .col:nth-child(2),
.footer-widgets.footer-1 > .row > .widget:nth-child(2),
.footer-1 .footer-container.lta-footer-container > .col:nth-child(2),
.footer-1 .footer-container.lta-footer-container > .widget:nth-child(2),
.footer-1 > .row > .col:nth-child(2),
.footer-1 > .row > .widget:nth-child(2) {
  width: 243px !important;
  flex: 0 0 243px !important;
  max-width: 243px !important;
}
@media (max-width: 960px) {
  .footer-widgets.footer-1 .footer-container.lta-footer-container > .col:nth-child(2),
  .footer-widgets.footer-1 .footer-container.lta-footer-container > .widget:nth-child(2),
  .footer-widgets.footer-1 > .row > .col:nth-child(2),
  .footer-widgets.footer-1 > .row > .widget:nth-child(2),
  .footer-1 .footer-container.lta-footer-container > .col:nth-child(2),
  .footer-1 .footer-container.lta-footer-container > .widget:nth-child(2),
  .footer-1 > .row > .col:nth-child(2),
  .footer-1 > .row > .widget:nth-child(2) {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
.footer-widgets.footer-1 .footer-container.lta-footer-container > .col:nth-child(3),
.footer-widgets.footer-1 .footer-container.lta-footer-container > .widget:nth-child(3),
.footer-widgets.footer-1 > .row > .col:nth-child(3),
.footer-widgets.footer-1 > .row > .widget:nth-child(3),
.footer-1 .footer-container.lta-footer-container > .col:nth-child(3),
.footer-1 .footer-container.lta-footer-container > .widget:nth-child(3),
.footer-1 > .row > .col:nth-child(3),
.footer-1 > .row > .widget:nth-child(3) {
  width: 138px !important;
  flex: 0 0 138px !important;
  max-width: 138px !important;
}
@media (max-width: 960px) {
  .footer-widgets.footer-1 .footer-container.lta-footer-container > .col:nth-child(3),
  .footer-widgets.footer-1 .footer-container.lta-footer-container > .widget:nth-child(3),
  .footer-widgets.footer-1 > .row > .col:nth-child(3),
  .footer-widgets.footer-1 > .row > .widget:nth-child(3),
  .footer-1 .footer-container.lta-footer-container > .col:nth-child(3),
  .footer-1 .footer-container.lta-footer-container > .widget:nth-child(3),
  .footer-1 > .row > .col:nth-child(3),
  .footer-1 > .row > .widget:nth-child(3) {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
.footer-widgets.footer-1 .footer-container.lta-footer-container > .col:nth-child(4),
.footer-widgets.footer-1 .footer-container.lta-footer-container > .widget:nth-child(4),
.footer-widgets.footer-1 > .row > .col:nth-child(4),
.footer-widgets.footer-1 > .row > .widget:nth-child(4),
.footer-1 .footer-container.lta-footer-container > .col:nth-child(4),
.footer-1 .footer-container.lta-footer-container > .widget:nth-child(4),
.footer-1 > .row > .col:nth-child(4),
.footer-1 > .row > .widget:nth-child(4) {
  width: 247px !important;
  flex: 0 0 247px !important;
  max-width: 247px !important;
}
@media (max-width: 960px) {
  .footer-widgets.footer-1 .footer-container.lta-footer-container > .col:nth-child(4),
  .footer-widgets.footer-1 .footer-container.lta-footer-container > .widget:nth-child(4),
  .footer-widgets.footer-1 > .row > .col:nth-child(4),
  .footer-widgets.footer-1 > .row > .widget:nth-child(4),
  .footer-1 .footer-container.lta-footer-container > .col:nth-child(4),
  .footer-1 .footer-container.lta-footer-container > .widget:nth-child(4),
  .footer-1 > .row > .col:nth-child(4),
  .footer-1 > .row > .widget:nth-child(4) {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
.footer-widgets.footer-1 .lta-widget-title-box,
.footer-widgets.footer-1 .widget-title,
.footer-widgets.footer-1 h3.widget-title,
.footer-widgets.footer-1 span.widget-title,
.footer-1 .lta-widget-title-box,
.footer-1 .widget-title,
.footer-1 h3.widget-title,
.footer-1 span.widget-title {
  display: inline-flex !important;
  align-items: center !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  border-left: 3px solid #C5161D !important;
  margin: 0 0 24px 0 !important;
  border-bottom: none !important;
  color: #D8D8D8 !important;
  font-size: 12px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 15px !important;
  letter-spacing: 0.5px !important;
  white-space: nowrap !important;
}
.footer-widgets.footer-1 .lta-widget-title-box .lta-widget-title-text,
.footer-widgets.footer-1 .lta-widget-title-box span,
.footer-widgets.footer-1 .lta-widget-title-box *,
.footer-widgets.footer-1 .widget-title .lta-widget-title-text,
.footer-widgets.footer-1 .widget-title span,
.footer-widgets.footer-1 .widget-title *,
.footer-widgets.footer-1 h3.widget-title .lta-widget-title-text,
.footer-widgets.footer-1 h3.widget-title span,
.footer-widgets.footer-1 h3.widget-title *,
.footer-widgets.footer-1 span.widget-title .lta-widget-title-text,
.footer-widgets.footer-1 span.widget-title span,
.footer-widgets.footer-1 span.widget-title *,
.footer-1 .lta-widget-title-box .lta-widget-title-text,
.footer-1 .lta-widget-title-box span,
.footer-1 .lta-widget-title-box *,
.footer-1 .widget-title .lta-widget-title-text,
.footer-1 .widget-title span,
.footer-1 .widget-title *,
.footer-1 h3.widget-title .lta-widget-title-text,
.footer-1 h3.widget-title span,
.footer-1 h3.widget-title *,
.footer-1 span.widget-title .lta-widget-title-text,
.footer-1 span.widget-title span,
.footer-1 span.widget-title * {
  color: #D8D8D8 !important;
  font-size: 12px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 15px !important;
  letter-spacing: 0.5px !important;
  white-space: nowrap !important;
}
.footer-widgets.footer-1 .lta-widget-title-box::after,
.footer-widgets.footer-1 .widget-title::after,
.footer-widgets.footer-1 h3.widget-title::after,
.footer-widgets.footer-1 span.widget-title::after,
.footer-1 .lta-widget-title-box::after,
.footer-1 .widget-title::after,
.footer-1 h3.widget-title::after,
.footer-1 span.widget-title::after {
  display: none !important;
}
.footer-widgets.footer-1 .is-divider.small,
.footer-1 .is-divider.small {
  display: none !important;
}
.footer-widgets.footer-1 .lta-company-info,
.footer-1 .lta-company-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.footer-widgets.footer-1 .lta-company-info .lta-company-name,
.footer-1 .lta-company-info .lta-company-name {
  color: #ffffff;
  font-size: 15px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19.5px;
  word-wrap: break-word;
  margin: 0;
}
.footer-widgets.footer-1 .lta-company-info .lta-company-license,
.footer-1 .lta-company-info .lta-company-license {
  color: #D8D8D8;
  font-size: 14px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 21px;
  word-wrap: break-word;
  margin: 0;
  width: 100%;
}
.footer-widgets.footer-1 .lta-company-info .lta-company-tax,
.footer-1 .lta-company-info .lta-company-tax {
  color: #D8D8D8;
  font-size: 14px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 21px;
  word-wrap: break-word;
  margin: 0;
  width: 100%;
}
.footer-widgets.footer-1 .lta-company-info .lta-contact-item,
.footer-1 .lta-company-info .lta-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.footer-widgets.footer-1 .lta-company-info .lta-contact-item img,
.footer-1 .lta-company-info .lta-contact-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.footer-widgets.footer-1 .lta-company-info .lta-contact-item a,
.footer-1 .lta-company-info .lta-contact-item a {
  color: #D8D8D8;
  font-size: 14px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 19.5px;
  word-wrap: break-word;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-widgets.footer-1 .lta-company-info .lta-contact-item a:hover,
.footer-1 .lta-company-info .lta-contact-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-widgets.footer-1 .lta-company-info .lta-social-links,
.footer-1 .lta-company-info .lta-social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-widgets.footer-1 .lta-company-info .lta-social-links .lta-social-item,
.footer-1 .lta-company-info .lta-social-links .lta-social-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.footer-widgets.footer-1 .lta-company-info .lta-social-links .lta-social-item img,
.footer-1 .lta-company-info .lta-social-links .lta-social-item img {
  width: 30px;
  height: 30px;
  display: block;
  transition: transform 0.2s ease;
}
.footer-widgets.footer-1 .lta-company-info .lta-social-links .lta-social-item:hover,
.footer-1 .lta-company-info .lta-social-links .lta-social-item:hover {
  transform: translateY(-2px);
}
.footer-widgets.footer-1 .lta-company-info .lta-social-links .lta-social-item:hover img,
.footer-1 .lta-company-info .lta-social-links .lta-social-item:hover img {
  filter: brightness(1.2);
}
.footer-widgets.footer-1 .lta-offices,
.footer-1 .lta-offices {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.footer-widgets.footer-1 .lta-offices .lta-office-item,
.footer-1 .lta-offices .lta-office-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
}
.footer-widgets.footer-1 .lta-offices .lta-office-item .lta-office-city,
.footer-1 .lta-offices .lta-office-item .lta-office-city {
  color: #C5161D;
  font-size: 16px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
  margin: 0;
}
.footer-widgets.footer-1 .lta-offices .lta-office-item .lta-office-city::before,
.footer-1 .lta-offices .lta-office-item .lta-office-city::before {
  display: none !important;
}
.footer-widgets.footer-1 .lta-offices .lta-office-item .lta-office-address,
.footer-1 .lta-offices .lta-office-item .lta-office-address {
  color: #D8D8D8;
  font-size: 14px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-weight: 400;
  line-height: 21px;
  word-wrap: break-word;
  margin: 0;
}
.footer-widgets.footer-1 .widget_nav_menu,
.footer-1 .widget_nav_menu {
  width: 100%;
}
.footer-widgets.footer-1 .widget_nav_menu ul.menu,
.footer-1 .widget_nav_menu ul.menu {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 10px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-widgets.footer-1 .widget_nav_menu ul.menu li,
.footer-1 .widget_nav_menu ul.menu li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
}
.footer-widgets.footer-1 .widget_nav_menu ul.menu li a,
.footer-1 .widget_nav_menu ul.menu li a {
  color: #D8D8D8 !important;
  font-size: 14px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  word-wrap: break-word !important;
  text-decoration: none !important;
  padding: 0 !important;
  border: none !important;
  display: inline-block !important;
  transition: color 0.2s ease !important;
}
.footer-widgets.footer-1 .widget_nav_menu ul.menu li a:hover,
.footer-1 .widget_nav_menu ul.menu li a:hover {
  color: #ffffff !important;
  transform: none !important;
}
.footer-widgets.footer-1 .widget_nav_menu ul.menu li.current-menu-item > a,
.footer-1 .widget_nav_menu ul.menu li.current-menu-item > a {
  color: #ffffff !important;
  font-weight: 600 !important;
}
.footer-widgets.footer-1 .lta-footer-certs-fixed,
.footer-1 .lta-footer-certs-fixed {
  width: 360px;
  height: 40px;
  position: absolute;
  left: 945px;
  top: 303px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  z-index: 5;
}
.footer-widgets.footer-1 .lta-footer-certs-fixed .lta-cert-badge,
.footer-1 .lta-footer-certs-fixed .lta-cert-badge {
  width: 109.33px;
  height: 40.05px;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.footer-widgets.footer-1 .lta-footer-certs-fixed .lta-cert-badge:hover,
.footer-1 .lta-footer-certs-fixed .lta-cert-badge:hover {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .footer-widgets.footer-1 .lta-footer-certs-fixed,
  .footer-1 .lta-footer-certs-fixed {
    left: auto;
    right: 40px;
  }
}
@media (max-width: 960px) {
  .footer-widgets.footer-1 .lta-footer-certs-fixed,
  .footer-1 .lta-footer-certs-fixed {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 24px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.footer-bottom {
  background-color: #171717 !important;
  color: #a0a0a0;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 18px 0;
}
.footer-bottom .copyright-footer {
  color: #a0a0a0;
}
.footer-bottom .copyright-footer a {
  color: #d0d0d0;
  text-decoration: none;
}
.footer-bottom .copyright-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*!
 * Trang Giới thiệu (About Us) - Luật Thái An
 * Thiết kế chuẩn Figma/Template ref/about/index.html
 * Tuân thủ Skill flatsome-luatthaian
 */
.about-hero-section {
  height: 370px !important;
  min-height: 370px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.about-hero-section .section-bg img,
.about-hero-section .section-bg .bg {
  object-fit: cover !important;
  object-position: center right !important;
  width: 100% !important;
  height: 100% !important;
}
.about-hero-section .section-content {
  width: 100% !important;
  position: relative !important;
  z-index: 2;
}
.about-hero-section .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 991px) {
  .about-hero-section .row {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .about-hero-section .row {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.about-hero-section .hero-page-header-box {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.about-hero-section .hero-page-header-box .hero-page-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 55px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 66px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
  word-wrap: break-word !important;
}
@media (max-width: 991px) {
  .about-hero-section .hero-page-header-box .hero-page-title {
    font-size: 42px !important;
    line-height: 52px !important;
  }
}
@media (max-width: 768px) {
  .about-hero-section .hero-page-header-box .hero-page-title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.about-hero-section .hero-page-header-box .hero-breadcrumb {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 18px !important;
  line-height: 27px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.about-hero-section .hero-page-header-box .hero-breadcrumb br {
  display: none !important;
}
.about-hero-section .hero-page-header-box .hero-breadcrumb .breadcrumb-link {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.about-hero-section .hero-page-header-box .hero-breadcrumb .breadcrumb-link:hover {
  color: #c5161d !important;
  opacity: 0.9;
}
.about-hero-section .hero-page-header-box .hero-breadcrumb .breadcrumb-sep {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 27px !important;
}
.about-hero-section .hero-page-header-box .hero-breadcrumb .breadcrumb-current {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 27px !important;
}
@media (max-width: 768px) {
  .about-hero-section .hero-page-header-box .hero-breadcrumb {
    gap: 12px !important;
  }
  .about-hero-section .hero-page-header-box .hero-breadcrumb .breadcrumb-link,
  .about-hero-section .hero-page-header-box .hero-breadcrumb .breadcrumb-sep,
  .about-hero-section .hero-page-header-box .hero-breadcrumb .breadcrumb-current {
    font-size: 15px !important;
    line-height: 22px !important;
  }
}

.about-subnav-section {
  background-color: #f7f6f3 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-bottom: none !important;
}
.about-subnav-section .section-content {
  width: 100% !important;
}
.about-subnav-section .section-content .col {
  padding: 0 !important;
}
.about-subnav-section .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.about-subnav-section .subnav-pills-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  margin: 0 !important;
}
.about-subnav-section .subnav-pills-container br {
  display: none !important;
}
.about-subnav-section .subnav-pills-container .subnav-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 7.73px 17.67px !important;
  border-radius: 110.43px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 14.36px !important;
  line-height: 21.53px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  background-color: #ffffff !important;
  border: 1.1px solid #d8d8d8 !important;
  color: #252525 !important;
  font-weight: 400 !important;
}
.about-subnav-section .subnav-pills-container .subnav-pill:hover {
  border-color: #c5161d !important;
  color: #c5161d !important;
  background-color: #fff9f9 !important;
}
.about-subnav-section .subnav-pills-container .subnav-pill.active {
  background-color: #fff5f5 !important;
  border-color: #c5161d !important;
  color: #c5161d !important;
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .about-subnav-section .subnav-pills-container {
    gap: 8px !important;
  }
  .about-subnav-section .subnav-pills-container .subnav-pill {
    padding: 6px 14px !important;
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
}

.about-origin-section {
  padding: 60px 0 !important;
  background-color: #ffffff !important;
}
.about-origin-section .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  align-items: flex-start !important;
}
.about-origin-section .origin-left-col .origin-title-block {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #004797 !important;
  line-height: 58px !important;
  letter-spacing: -0.3px !important;
  max-width: 523px !important;
  width: max-content !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  text-transform: uppercase !important;
  word-wrap: break-word !important;
}
@media (max-width: 991px) {
  .about-origin-section .origin-left-col .origin-title-block {
    font-size: 32px !important;
    line-height: 46px !important;
    letter-spacing: normal !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .about-origin-section .origin-left-col .origin-title-block {
    font-size: 26px !important;
    line-height: 38px !important;
    margin-bottom: 18px !important;
  }
}
.about-origin-section .origin-left-col .office-image-container {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 570px !important;
  width: 100% !important;
}
.about-origin-section .origin-left-col .office-image-container p {
  margin: 0 !important;
  padding: 0 !important;
}
.about-origin-section .origin-left-col .office-image-container img {
  width: 100% !important;
  max-width: 523px !important;
  height: auto !important;
  aspect-ratio: 523/500 !important;
  display: block !important;
  border-radius: 20px !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
}
.about-origin-section .origin-left-col .office-image-container:hover img {
  transform: scale(1.015);
}
.about-origin-section .origin-left-col .office-image-container .origin-badge {
  position: absolute !important;
  top: 54.6% !important;
  left: calc(100% - 98px) !important;
  width: 145px !important;
  box-sizing: border-box !important;
  padding: 24px 20px !important;
  background: rgba(0, 71, 151, 0.9) !important;
  box-shadow: 0px 8.62px 34.49px rgba(28, 45, 79, 0.25) !important;
  border-radius: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  z-index: 5 !important;
  backdrop-filter: blur(4px);
}
.about-origin-section .origin-left-col .office-image-container .origin-badge br {
  display: none !important;
}
.about-origin-section .origin-left-col .office-image-container .origin-badge .badge-label {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 21px !important;
  color: #d8d8d8 !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
}
.about-origin-section .origin-left-col .office-image-container .origin-badge .badge-year {
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 45.27px !important;
  letter-spacing: 3px !important;
  color: #ffffff !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding-top: 2.16px !important;
  white-space: nowrap !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .about-origin-section .origin-left-col .office-image-container .origin-badge {
    left: auto !important;
    right: 16px !important;
    top: auto !important;
    bottom: 16px !important;
    transform: none !important;
    width: 130px !important;
    padding: 16px 14px !important;
  }
  .about-origin-section .origin-left-col .office-image-container .origin-badge .badge-label {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .about-origin-section .origin-left-col .office-image-container .origin-badge .badge-year {
    font-size: 28px !important;
    line-height: 36px !important;
    letter-spacing: 2px !important;
  }
}
.about-origin-section .origin-content-col {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  padding-left: 65px !important;
}
@media (max-width: 991px) {
  .about-origin-section .origin-content-col {
    padding-left: 15px !important;
    margin-top: 30px !important;
  }
}
.about-origin-section .origin-content-col p {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 15px !important;
  color: #252525 !important;
  line-height: 1.7 !important;
  margin-bottom: 18px !important;
}
.about-origin-section .origin-content-col p:last-child {
  margin-bottom: 0 !important;
}
.about-origin-section .origin-content-col strong {
  color: #1a1a1a !important;
  font-weight: 700 !important;
}
.about-origin-section .brand-meaning-card {
  background-color: #f7f6f3 !important;
  border-left: 3.5px solid #c5161d !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 22px 26px !important;
  margin: 22px 0 24px !important;
  box-shadow: none !important;
}
.about-origin-section .brand-meaning-card p {
  margin: 0 !important;
}
.about-origin-section .brand-meaning-card .brand-sub {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #c5161d !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 6px !important;
  display: block !important;
  line-height: 1.4 !important;
}
.about-origin-section .brand-meaning-card .brand-slogan {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}
.about-origin-section .brand-meaning-card .brand-desc {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 14px !important;
  color: #4a4a4a !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .about-origin-section .brand-meaning-card {
    padding: 18px 20px !important;
    margin: 18px 0 20px !important;
  }
  .about-origin-section .brand-meaning-card .brand-slogan {
    font-size: 22px !important;
  }
  .about-origin-section .brand-meaning-card .brand-desc {
    font-size: 13.5px !important;
  }
}

.about-timeline-section {
  background-color: #f7f6f3;
  padding: 65px 0;
}
.about-timeline-section .section-header-centered {
  text-align: center;
  max-width: 770px;
  margin: 0 auto 32px;
}
.about-timeline-section .section-header-centered .timeline-heading {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #004797;
  line-height: 58px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .about-timeline-section .section-header-centered .timeline-heading {
    font-size: 28px;
    line-height: 38px;
  }
}
.about-timeline-section .section-header-centered .timeline-subtext {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 24px;
  margin: 0;
}
.about-timeline-section .timeline-milestones-diagram {
  position: relative;
  width: 1075px;
  max-width: 100%;
  height: 748px;
  margin: 0 auto;
}
.about-timeline-section .timeline-milestones-diagram .timeline-milestone-spine {
  position: absolute;
  top: 0;
  left: 236px;
  width: 605px;
  height: 647px;
  pointer-events: none;
  user-select: none;
  max-width: none;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item {
  position: absolute;
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item .card-year {
  position: relative;
  align-self: stretch;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #c5161d;
  line-height: 26px;
  letter-spacing: -0.26px;
  margin: 0;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item .card-desc {
  position: relative;
  align-self: stretch;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2007 {
  top: 9px;
  left: 0;
  align-items: flex-start;
  text-align: left;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2007 .card-year,
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2007 .card-desc {
  text-align: left;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2014 {
  top: 130px;
  left: 625px;
  align-items: flex-end;
  text-align: right;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2014 .card-year,
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2014 .card-desc {
  text-align: right;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2017 {
  top: 251px;
  left: 0;
  align-items: flex-start;
  text-align: left;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2017 .card-year,
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2017 .card-desc {
  text-align: left;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2018 {
  top: 372px;
  left: 625px;
  align-items: flex-end;
  text-align: right;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2018 .card-year,
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2018 .card-desc {
  text-align: right;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2019 {
  top: 493px;
  left: 0;
  align-items: flex-start;
  text-align: left;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2019 .card-year,
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2019 .card-desc {
  text-align: left;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2020 {
  top: 614px;
  left: 625px;
  align-items: flex-end;
  text-align: right;
}
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2020 .card-year,
.about-timeline-section .timeline-milestones-diagram .timeline-card-item.item-2020 .card-desc {
  text-align: right;
}
@media (max-width: 1119px) {
  .about-timeline-section .timeline-milestones-diagram {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 10px;
  }
  .about-timeline-section .timeline-milestones-diagram .timeline-milestone-spine {
    display: none;
  }
  .about-timeline-section .timeline-milestones-diagram .timeline-card-item {
    position: static;
    width: 100%;
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid #c5161d;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  }
  .about-timeline-section .timeline-milestones-diagram .timeline-card-item .card-year {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .about-timeline-section .timeline-milestones-diagram {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
  }
  .about-timeline-section .timeline-milestones-diagram .timeline-card-item {
    padding: 16px 20px;
  }
  .about-timeline-section .timeline-milestones-diagram .timeline-card-item .card-year {
    font-size: 22px;
  }
  .about-timeline-section .timeline-milestones-diagram .timeline-card-item .card-desc {
    font-size: 13.5px;
  }
}

.about-quote-band {
  background: #c5161d;
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
.about-quote-band .quote-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.about-quote-band .quote-inner p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .about-quote-band .quote-inner p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.about-mvv-section {
  padding: 60px 0 !important;
  background-color: #ffffff !important;
}
.about-mvv-section .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 1230px) {
  .about-mvv-section .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .about-mvv-section .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.about-mvv-section .mvv-main-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #004797 !important;
  text-transform: uppercase !important;
  line-height: 58px !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 32px !important;
  word-wrap: break-word !important;
}
@media (max-width: 991px) {
  .about-mvv-section .mvv-main-title {
    font-size: 32px !important;
    line-height: 46px !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .about-mvv-section .mvv-main-title {
    font-size: 26px !important;
    line-height: 38px !important;
    margin-bottom: 20px !important;
  }
}
.about-mvv-section .mvv-top-row {
  margin-bottom: 30px !important;
}
.about-mvv-section .mvv-top-row .col {
  display: flex !important;
  flex-direction: column !important;
}
.about-mvv-section .mvv-top-row .col .col-inner {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.about-mvv-section .mvv-top-row .col .col-inner .ux_html {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.about-mvv-section .mvv-top-card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%) !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 12px !important;
  padding: 36px 32px !important;
  height: 100% !important;
  min-height: 200px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.about-mvv-section .mvv-top-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
}
.about-mvv-section .mvv-top-card .card-heading {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  color: #252525 !important;
  text-transform: uppercase !important;
  line-height: 39.15px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.about-mvv-section .mvv-top-card .card-text {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #252525 !important;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .about-mvv-section .mvv-top-card {
    padding: 28px 24px !important;
    min-height: auto !important;
  }
  .about-mvv-section .mvv-top-card .card-heading {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .about-mvv-section .mvv-top-card .card-text {
    font-size: 15px !important;
    line-height: 22px !important;
    margin-top: 10px !important;
  }
}
.about-mvv-section .core-values-card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%) !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 12px !important;
  padding: 24px 0 !important;
  box-sizing: border-box !important;
}
.about-mvv-section .core-values-card .values-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  color: #252525 !important;
  text-transform: uppercase !important;
  line-height: 39.15px !important;
  text-align: center !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}
.about-mvv-section .core-values-card .values-row {
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 24px !important;
  padding: 0 32px !important;
}
@media (max-width: 991px) {
  .about-mvv-section .core-values-card .values-row {
    flex-direction: column !important;
    gap: 24px !important;
    padding: 0 24px !important;
  }
}
.about-mvv-section .core-values-card .value-col {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 12px 24px 12px 0 !important;
  border-right: 1px solid #d8d8d8 !important;
  box-sizing: border-box !important;
}
.about-mvv-section .core-values-card .value-col:last-child {
  border-right: none !important;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .about-mvv-section .core-values-card .value-col {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }
  .about-mvv-section .core-values-card .value-col:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
.about-mvv-section .core-values-card .value-col p {
  margin: 0 !important;
  padding: 0 !important;
}
.about-mvv-section .core-values-card .value-col .value-icon {
  width: 40px !important;
  height: 40px !important;
  display: block !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}
.about-mvv-section .core-values-card .value-col .value-name {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  color: #252525 !important;
  margin: 18px 0 11px 0 !important;
  padding: 0 !important;
}
.about-mvv-section .core-values-card .value-col .value-desc {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #252525 !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .about-mvv-section .core-values-card {
    padding: 20px 0 !important;
  }
  .about-mvv-section .core-values-card .values-title {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 14px !important;
  }
  .about-mvv-section .core-values-card .value-col .value-name {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: 14px 0 8px 0 !important;
  }
  .about-mvv-section .core-values-card .value-col .value-desc {
    font-size: 14.5px !important;
    line-height: 22px !important;
  }
}
.about-mvv-section .mvv-footer-note {
  text-align: center !important;
  width: 100% !important;
  max-width: 840px !important;
  margin: 32px auto 0 !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #252525 !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}
@media (max-width: 768px) {
  .about-mvv-section .mvv-footer-note {
    font-size: 14.5px !important;
    line-height: 22px !important;
    margin-top: 24px !important;
  }
}

.about-practice-section {
  background-color: #f7f6f3 !important;
  padding: 60px 0 !important;
}
.about-practice-section .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 1230px) {
  .about-practice-section .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .about-practice-section .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.about-practice-section .practice-header {
  text-align: center !important;
  margin: 0 auto 24px auto !important;
}
.about-practice-section .practice-header .practice-main-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #004797 !important;
  text-transform: uppercase !important;
  line-height: 58px !important;
  text-align: center !important;
  margin: 0 0 10px 0 !important;
  word-wrap: break-word !important;
}
@media (max-width: 991px) {
  .about-practice-section .practice-header .practice-main-title {
    font-size: 32px !important;
    line-height: 46px !important;
  }
}
@media (max-width: 768px) {
  .about-practice-section .practice-header .practice-main-title {
    font-size: 26px !important;
    line-height: 38px !important;
  }
}
.about-practice-section .practice-header .practice-subtext {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #252525 !important;
  line-height: 27px !important;
  max-width: 869px !important;
  margin: 0 auto !important;
  text-align: center !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .about-practice-section .practice-header .practice-subtext {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
.about-practice-section .practice-list {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.about-practice-section .practice-item-row {
  display: flex !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  box-sizing: border-box !important;
}
.about-practice-section .practice-item-row:first-child {
  border-top: none !important;
}
@media (max-width: 768px) {
  .about-practice-section .practice-item-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 16px 0 !important;
  }
}
.about-practice-section .practice-item-row .item-label-col {
  width: 417px !important;
  min-width: 417px !important;
  max-width: 417px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  box-sizing: border-box !important;
  padding-right: 20px !important;
}
.about-practice-section .practice-item-row .item-label-col p {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}
@media (max-width: 991px) {
  .about-practice-section .practice-item-row .item-label-col {
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
  }
}
@media (max-width: 768px) {
  .about-practice-section .practice-item-row .item-label-col {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
}
.about-practice-section .practice-item-row .item-label-col .item-num {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 40px !important;
  font-weight: 900 !important;
  color: #c5161d !important;
  line-height: 52px !important;
  min-width: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}
@media (max-width: 768px) {
  .about-practice-section .practice-item-row .item-label-col .item-num {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
.about-practice-section .practice-item-row .item-label-col .item-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #252525 !important;
  text-transform: uppercase !important;
  line-height: 27px !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .about-practice-section .practice-item-row .item-label-col .item-title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.about-practice-section .practice-item-row .item-desc-col {
  flex: 1 1 auto !important;
  width: calc(100% - 417px) !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #252525 !important;
  text-align: justify !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .about-practice-section .practice-item-row .item-desc-col {
    width: calc(100% - 360px) !important;
  }
}
@media (max-width: 768px) {
  .about-practice-section .practice-item-row .item-desc-col {
    width: 100% !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 23px !important;
  }
}
.about-practice-section .practice-item-row .item-desc-col p {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #252525 !important;
  text-align: justify !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .about-practice-section .practice-item-row .item-desc-col p {
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: left !important;
  }
}
.about-practice-section .practice-item-row .item-desc-col strong {
  font-weight: 700 !important;
  color: #252525 !important;
}
.about-practice-section .practice-cta-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 24px !important;
  padding-top: 32px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  flex-wrap: wrap !important;
}
@media (max-width: 768px) {
  .about-practice-section .practice-cta-wrapper {
    gap: 12px !important;
    padding-top: 24px !important;
  }
}
.about-practice-section .practice-cta-wrapper .cta-text {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #444444 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .about-practice-section .practice-cta-wrapper .cta-text {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.about-practice-section .practice-cta-wrapper .cta-link {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #c5161d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 19.5px !important;
  border-bottom: 1px solid #c5161d !important;
  text-decoration: none !important;
  display: inline-block !important;
  padding-bottom: 1px !important;
  white-space: nowrap !important;
  transition: color 0.2s ease, border-color 0.2s ease !important;
}
.about-practice-section .practice-cta-wrapper .cta-link:hover {
  color: #a01016 !important;
  border-bottom-color: #a01016 !important;
}

.page .page .abh_box,
.page .page-id-23 .abh_box,
.page .abh_box_down {
  display: none !important;
}

/*!
 * Trang Đội ngũ Luật sư (Team Page) - Luật Thái An
 * Thiết kế chuẩn Figma/Template ref/gioithieu-2
 * Tuân thủ Skill flatsome-luatthaian & Design Tokens
 */
.team-hero-section {
  padding: 60px 0 !important;
  background: #ffffff !important;
  border-top: 1px solid #e5e3de !important;
}
.team-hero-section .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
  align-items: center !important;
}
@media (max-width: 1230px) {
  .team-hero-section .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .team-hero-section .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.team-hero-section .team-hero-img-box {
  width: 370px !important;
  max-width: 100% !important;
  height: 400px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  position: relative !important;
  margin: 0 auto !important;
}
.team-hero-section .team-hero-img-box .img-inner {
  height: 100% !important;
  border-radius: 12px !important;
}
.team-hero-section .team-hero-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 12px !important;
}
@media (max-width: 768px) {
  .team-hero-section .team-hero-img-box {
    width: 100% !important;
    max-width: 370px !important;
    height: auto !important;
    aspect-ratio: 370/400 !important;
  }
}
.team-hero-section .team-hero-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 770px !important;
  padding-left: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 768px) {
  .team-hero-section .team-hero-content {
    padding-top: 24px !important;
  }
}
.team-hero-section .team-hero-content .team-main-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #004797 !important;
  font-size: 33px !important;
  font-weight: 700 !important;
  line-height: 47.85px !important;
  text-transform: uppercase !important;
  margin: 0 0 24px 0 !important;
  word-wrap: break-word !important;
}
@media (max-width: 991px) {
  .team-hero-section .team-hero-content .team-main-title {
    font-size: 28px !important;
    line-height: 40px !important;
    margin-bottom: 18px !important;
  }
}
@media (max-width: 768px) {
  .team-hero-section .team-hero-content .team-main-title {
    font-size: 24px !important;
    line-height: 35px !important;
    margin-bottom: 16px !important;
  }
}
.team-hero-section .team-hero-content p {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #444444 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin: 0 0 16px 0 !important;
  text-align: justify !important;
  word-wrap: break-word !important;
}
.team-hero-section .team-hero-content p:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .team-hero-section .team-hero-content p {
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: left !important;
  }
}
.team-hero-section .team-hero-content .team-btn-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  height: 48px !important;
  padding: 10px 26px !important;
  background: #c5161d !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 24px !important;
  text-align: center !important;
  margin-top: 20px !important;
  box-sizing: border-box !important;
  cursor: default !important;
  letter-spacing: normal !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
}
.team-hero-section .team-hero-content .team-btn-badge:hover {
  background: #a01016 !important;
}
@media (max-width: 768px) {
  .team-hero-section .team-hero-content .team-btn-badge {
    height: 44px !important;
    padding: 8px 20px !important;
    font-size: 15px !important;
    margin-top: 16px !important;
  }
}

.team-capabilities-section {
  background-color: #f7f6f3 !important;
  padding: 60px 0 !important;
}
.team-capabilities-section .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 1230px) {
  .team-capabilities-section .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .team-capabilities-section .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.team-capabilities-section .capabilities-header-row {
  margin-bottom: 32px !important;
  align-items: flex-start !important;
}
.team-capabilities-section .capabilities-header-row .section-title-sub {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #004797 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 40.6px !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .team-capabilities-section .capabilities-header-row .section-title-sub {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 12px !important;
  }
}
.team-capabilities-section .capabilities-header-row .section-desc {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #252525 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .team-capabilities-section .capabilities-header-row .section-desc {
    font-size: 15px !important;
    line-height: 23px !important;
  }
}
.team-capabilities-section .capabilities-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
}
.team-capabilities-section .capability-card {
  background: #ffffff !important;
  border: 1px solid #e5e3de !important;
  border-radius: 10px !important;
  padding: 24px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.team-capabilities-section .capability-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;
}
.team-capabilities-section .capability-card .cap-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #252525 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .team-capabilities-section .capability-card .cap-title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.team-capabilities-section .capability-card .cap-desc {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #252525 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .team-capabilities-section .capability-card .cap-desc {
    font-size: 15px !important;
    line-height: 23px !important;
  }
}
.team-capabilities-section .capability-card .cap-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #c5161d !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  text-decoration: none !important;
  border-bottom: 1px solid #c5161d !important;
  padding-bottom: 1px !important;
  margin-top: 2px !important;
  transition: color 0.2s ease, border-bottom-color 0.2s ease !important;
}
.team-capabilities-section .capability-card .cap-link:hover {
  color: #a01016 !important;
  border-bottom-color: #a01016 !important;
}
.team-capabilities-section .capability-card .cap-sub-items {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 4px !important;
}
.team-capabilities-section .capability-card .cap-sub-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
}
.team-capabilities-section .capability-card .cap-sub-item .sub-item-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #252525 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .team-capabilities-section .capability-card .cap-sub-item .sub-item-title {
    font-size: 15px !important;
    line-height: 22px !important;
  }
}

.team-fdi-section {
  background-color: #c5161d !important;
  padding: 60px 0 !important;
  color: #ffffff !important;
}
.team-fdi-section .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 1230px) {
  .team-fdi-section .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .team-fdi-section .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.team-fdi-section .fdi-header-row {
  margin-bottom: 32px !important;
  align-items: flex-start !important;
}
.team-fdi-section .fdi-header-row .fdi-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 40.6px !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .team-fdi-section .fdi-header-row .fdi-title {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 12px !important;
  }
}
.team-fdi-section .fdi-header-row .fdi-desc {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
}
.team-fdi-section .fdi-header-row .fdi-desc strong {
  font-weight: 700 !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .team-fdi-section .fdi-header-row .fdi-desc {
    font-size: 15px !important;
    line-height: 23px !important;
  }
}
.team-fdi-section .fdi-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
}
.team-fdi-section .fdi-card {
  background: #ffffff !important;
  border: 1px solid #e5e3de !important;
  border-radius: 10px !important;
  padding: 24px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  color: #252525 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.team-fdi-section .fdi-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
}
.team-fdi-section .fdi-card .fdi-card-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #252525 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
}
@media (max-width: 768px) {
  .team-fdi-section .fdi-card .fdi-card-title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.team-fdi-section .fdi-card .fdi-card-desc {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #252525 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .team-fdi-section .fdi-card .fdi-card-desc {
    font-size: 15px !important;
    line-height: 23px !important;
  }
}
.team-fdi-section .fdi-card .fdi-sub-items {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 4px !important;
}
.team-fdi-section .fdi-card .fdi-sub-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
}
.team-fdi-section .fdi-card .fdi-sub-item .sub-item-text {
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  color: #252525 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  word-wrap: break-word !important;
}
.team-fdi-section .fdi-card .fdi-sub-item .sub-item-text strong {
  font-weight: 700 !important;
  color: #252525 !important;
}
@media (max-width: 768px) {
  .team-fdi-section .fdi-card .fdi-sub-item .sub-item-text {
    font-size: 15px !important;
    line-height: 22px !important;
  }
}
.team-fdi-section .fdi-card .fdi-sub-item .fdi-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #c5161d !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  text-decoration: none !important;
  border-bottom: 1px solid #c5161d !important;
  padding-bottom: 1px !important;
  transition: color 0.2s ease, border-bottom-color 0.2s ease !important;
}
.team-fdi-section .fdi-card .fdi-sub-item .fdi-link:hover {
  color: #a01016 !important;
  border-bottom-color: #a01016 !important;
}

.team-principles-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.team-principles-section .row {
  max-width: 1200px !important;
}
.team-principles-section .principles-header {
  margin-bottom: 12px;
}
.team-principles-section .principles-header .principles-title {
  color: #004797;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40.6px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .team-principles-section .principles-header .principles-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.team-principles-section .principles-header .principles-desc {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.team-principles-section .principles-cards-row {
  margin-top: 0;
  margin-bottom: 16px;
}
.team-principles-section .principles-cards-row .col:first-child .principle-box {
  padding-right: 24px;
  padding-left: 0;
}
.team-principles-section .principles-cards-row .col:nth-child(2) .principle-box {
  padding-right: 24px;
  padding-left: 24px;
}
.team-principles-section .principles-cards-row .col:last-child .principle-box {
  padding-left: 24px;
  border-right: none;
}
@media (max-width: 768px) {
  .team-principles-section .principles-cards-row .col:first-child .principle-box, .team-principles-section .principles-cards-row .col:nth-child(2) .principle-box, .team-principles-section .principles-cards-row .col:last-child .principle-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.team-principles-section .principle-box {
  border-right: 1px solid #D8D8D8;
  padding-top: 24px;
  padding-bottom: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .team-principles-section .principle-box {
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.team-principles-section .principle-box .p-number {
  color: #c5161d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  margin-bottom: 16px;
}
.team-principles-section .principle-box .p-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 33px;
  color: #252525;
  margin-bottom: 16px;
}
.team-principles-section .principle-box .p-desc {
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 24px;
  margin: 0;
}
.team-principles-section .principles-quote-row {
  margin-top: 8px;
}
.team-principles-section .core-commitment-quote {
  background-color: #f7f6f3;
  border-radius: 15px;
  padding: 32px 60px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .team-principles-section .core-commitment-quote {
    padding: 24px 20px;
    gap: 16px;
  }
}
.team-principles-section .core-commitment-quote .quote-bar {
  width: 4px;
  height: 95px;
  background-color: #c5161d;
  border-radius: 2px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .team-principles-section .core-commitment-quote .quote-bar {
    height: 80px;
  }
}
.team-principles-section .core-commitment-quote .quote-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-principles-section .core-commitment-quote .quote-content .quote-slogan {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
  color: #252525;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .team-principles-section .core-commitment-quote .quote-content .quote-slogan {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
.team-principles-section .core-commitment-quote .quote-content .quote-sub {
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .team-principles-section .core-commitment-quote .quote-content .quote-sub {
    font-size: 14.5px;
    line-height: 22px;
  }
}

.team-commitment-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #ffffff 0%, #F3F3F3 100%);
}
.team-commitment-section .row {
  max-width: 1200px !important;
}
.team-commitment-section .commitment-title-box {
  padding-top: 12px;
}
@media (max-width: 768px) {
  .team-commitment-section .commitment-title-box {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.team-commitment-section .commitment-title-box .commitment-title {
  color: #004797;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40.6px;
  margin: 0;
}
@media (max-width: 768px) {
  .team-commitment-section .commitment-title-box .commitment-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.team-commitment-section .commitment-content-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.team-commitment-section .commitment-content-box .commitment-p {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.team-commitment-section .commitment-content-box .commitment-p strong {
  font-weight: 700;
  color: #252525;
}
.team-commitment-section .commitment-content-box .commitment-link-wrap {
  margin-top: 4px;
  display: flex;
}
.team-commitment-section .commitment-content-box .commitment-link {
  color: #C5161D;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  border-bottom: 1px solid #C5161D;
  display: inline-flex;
  padding-bottom: 1px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.team-commitment-section .commitment-content-box .commitment-link:hover {
  color: #a01016;
  border-bottom-color: #a01016;
}

.team-lawyers-section,
.lawyer-leader-section,
.lawyers-grid-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.team-lawyers-section .row,
.lawyer-leader-section .row,
.lawyers-grid-section .row {
  max-width: 1200px !important;
}
.team-lawyers-section .row > .col,
.lawyer-leader-section .row > .col,
.lawyers-grid-section .row > .col {
  padding-bottom: 0 !important;
}
.team-lawyers-section .lawyers-header-row,
.lawyer-leader-section .lawyers-header-row,
.lawyers-grid-section .lawyers-header-row {
  margin-bottom: 30px !important;
}
.team-lawyers-section .lawyers-section-header,
.lawyer-leader-section .lawyers-section-header,
.lawyers-grid-section .lawyers-section-header {
  text-align: center;
  margin-bottom: 0 !important;
}
.team-lawyers-section .lawyers-section-header h2,
.lawyer-leader-section .lawyers-section-header h2,
.lawyers-grid-section .lawyers-section-header h2 {
  color: #004797;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40.6px;
  margin: 0;
}
@media (max-width: 768px) {
  .team-lawyers-section .lawyers-section-header h2,
  .lawyer-leader-section .lawyers-section-header h2,
  .lawyers-grid-section .lawyers-section-header h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.team-lawyers-section .leader-profile-row,
.lawyer-leader-section .leader-profile-row,
.lawyers-grid-section .leader-profile-row {
  margin-bottom: 30px !important;
}
.team-lawyers-section .leader-profile-card,
.lawyer-leader-section .leader-profile-card,
.lawyers-grid-section .leader-profile-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.team-lawyers-section .leader-profile-card .leader-grid,
.team-lawyers-section .leader-profile-card .row,
.lawyer-leader-section .leader-profile-card .leader-grid,
.lawyer-leader-section .leader-profile-card .row,
.lawyers-grid-section .leader-profile-card .leader-grid,
.lawyers-grid-section .leader-profile-card .row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .team-lawyers-section .leader-profile-card .leader-grid,
  .team-lawyers-section .leader-profile-card .row,
  .lawyer-leader-section .leader-profile-card .leader-grid,
  .lawyer-leader-section .leader-profile-card .row,
  .lawyers-grid-section .leader-profile-card .leader-grid,
  .lawyers-grid-section .leader-profile-card .row {
    flex-direction: column;
    gap: 20px;
  }
}
.team-lawyers-section .leader-profile-card .leader-img-col,
.lawyer-leader-section .leader-profile-card .leader-img-col,
.lawyers-grid-section .leader-profile-card .leader-img-col {
  flex: 0 0 370px;
  width: 370px;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .team-lawyers-section .leader-profile-card .leader-img-col,
  .lawyer-leader-section .leader-profile-card .leader-img-col,
  .lawyers-grid-section .leader-profile-card .leader-img-col {
    flex: none;
    width: 100%;
    max-width: 370px;
  }
}
.team-lawyers-section .leader-profile-card .leader-img-col img,
.lawyer-leader-section .leader-profile-card .leader-img-col img,
.lawyers-grid-section .leader-profile-card .leader-img-col img {
  width: 370px;
  height: 556px;
  max-height: 556px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 768px) {
  .team-lawyers-section .leader-profile-card .leader-img-col img,
  .lawyer-leader-section .leader-profile-card .leader-img-col img,
  .lawyers-grid-section .leader-profile-card .leader-img-col img {
    width: 100%;
    height: auto;
    aspect-ratio: 370/556;
  }
}
.team-lawyers-section .leader-profile-card .leader-info-col,
.lawyer-leader-section .leader-profile-card .leader-info-col,
.lawyers-grid-section .leader-profile-card .leader-info-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
@media (max-width: 768px) {
  .team-lawyers-section .leader-profile-card .leader-info-col,
  .lawyer-leader-section .leader-profile-card .leader-info-col,
  .lawyers-grid-section .leader-profile-card .leader-info-col {
    width: 100%;
  }
}
.team-lawyers-section .leader-profile-card .leader-info-col p,
.lawyer-leader-section .leader-profile-card .leader-info-col p,
.lawyers-grid-section .leader-profile-card .leader-info-col p {
  margin: 0 !important;
}
.team-lawyers-section .leader-profile-card .leader-info-col > br,
.team-lawyers-section .leader-profile-card .leader-info-col br + br,
.team-lawyers-section .leader-profile-card .leader-info-col p + br,
.team-lawyers-section .leader-profile-card .leader-info-col br + p,
.lawyer-leader-section .leader-profile-card .leader-info-col > br,
.lawyer-leader-section .leader-profile-card .leader-info-col br + br,
.lawyer-leader-section .leader-profile-card .leader-info-col p + br,
.lawyer-leader-section .leader-profile-card .leader-info-col br + p,
.lawyers-grid-section .leader-profile-card .leader-info-col > br,
.lawyers-grid-section .leader-profile-card .leader-info-col br + br,
.lawyers-grid-section .leader-profile-card .leader-info-col p + br,
.lawyers-grid-section .leader-profile-card .leader-info-col br + p {
  display: none !important;
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-title-box,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-title-box,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-title-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-title-box .title-accent-bar,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-title-box .title-accent-bar,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-title-box .title-accent-bar {
  width: 3px;
  height: 48px;
  background-color: #c5161d;
  border-radius: 2px;
  flex-shrink: 0;
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-title-box .title-text,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-title-box .title-text,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-title-box .title-text {
  display: flex;
  flex-direction: column;
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-title-box .title-text .degree,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-title-box .title-text .degree,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-title-box .title-text .degree {
  color: #c5161d;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.5px;
  letter-spacing: 1.76px;
  margin-bottom: 2px;
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-title-box .title-text .name,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-title-box .title-text .name,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-title-box .title-text .name {
  color: #252525;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 42px;
  margin: 0;
}
@media (max-width: 768px) {
  .team-lawyers-section .leader-profile-card .leader-info-col .leader-title-box .title-text .name,
  .lawyer-leader-section .leader-profile-card .leader-info-col .leader-title-box .title-text .name,
  .lawyers-grid-section .leader-profile-card .leader-info-col .leader-title-box .title-text .name {
    font-size: 24px;
    line-height: 34px;
  }
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-role,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-role,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-role {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #252525;
  margin: 0;
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-bio-wrap,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-bio-wrap,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-bio-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-bio,
.team-lawyers-section .leader-profile-card .leader-info-col p.leader-bio,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-bio,
.lawyer-leader-section .leader-profile-card .leader-info-col p.leader-bio,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-bio,
.lawyers-grid-section .leader-profile-card .leader-info-col p.leader-bio {
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  text-align: justify;
  margin: 0 !important;
}
.team-lawyers-section .leader-profile-card .leader-info-col .strengths-box,
.lawyer-leader-section .leader-profile-card .leader-info-col .strengths-box,
.lawyers-grid-section .leader-profile-card .leader-info-col .strengths-box {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.team-lawyers-section .leader-profile-card .leader-info-col .strengths-box .strengths-title,
.team-lawyers-section .leader-profile-card .leader-info-col .strengths-box strong,
.lawyer-leader-section .leader-profile-card .leader-info-col .strengths-box .strengths-title,
.lawyer-leader-section .leader-profile-card .leader-info-col .strengths-box strong,
.lawyers-grid-section .leader-profile-card .leader-info-col .strengths-box .strengths-title,
.lawyers-grid-section .leader-profile-card .leader-info-col .strengths-box strong {
  font-weight: 700;
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.team-lawyers-section .leader-profile-card .leader-info-col .strengths-box .strengths-content,
.lawyer-leader-section .leader-profile-card .leader-info-col .strengths-box .strengths-content,
.lawyers-grid-section .leader-profile-card .leader-info-col .strengths-box .strengths-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.team-lawyers-section .leader-profile-card .leader-info-col .strengths-box .strength-item,
.lawyer-leader-section .leader-profile-card .leader-info-col .strengths-box .strength-item,
.lawyers-grid-section .leader-profile-card .leader-info-col .strengths-box .strength-item {
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  text-align: justify;
  margin: 0 !important;
}
.team-lawyers-section .leader-profile-card .leader-info-col .strengths-box br + br,
.lawyer-leader-section .leader-profile-card .leader-info-col .strengths-box br + br,
.lawyers-grid-section .leader-profile-card .leader-info-col .strengths-box br + br {
  display: none !important;
}
.team-lawyers-section .leader-profile-card .leader-info-col .leader-btn-wrap,
.lawyer-leader-section .leader-profile-card .leader-info-col .leader-btn-wrap,
.lawyers-grid-section .leader-profile-card .leader-info-col .leader-btn-wrap {
  margin-top: 6px;
  display: flex;
}
.team-lawyers-section .leader-profile-card .leader-info-col .view-more-btn,
.lawyer-leader-section .leader-profile-card .leader-info-col .view-more-btn,
.lawyers-grid-section .leader-profile-card .leader-info-col .view-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 10px 26px;
  border: 1px solid #c5161d;
  border-radius: 8px;
  background: transparent;
  color: #c5161d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.team-lawyers-section .leader-profile-card .leader-info-col .view-more-btn:hover,
.lawyer-leader-section .leader-profile-card .leader-info-col .view-more-btn:hover,
.lawyers-grid-section .leader-profile-card .leader-info-col .view-more-btn:hover {
  background-color: #c5161d;
  color: #ffffff;
}
.team-lawyers-section .team-members-row,
.lawyer-leader-section .team-members-row,
.lawyers-grid-section .team-members-row {
  max-width: 1200px !important;
  row-gap: 0;
  margin-bottom: 0 !important;
}
.team-lawyers-section .team-members-row > .col,
.lawyer-leader-section .team-members-row > .col,
.lawyers-grid-section .team-members-row > .col {
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.team-lawyers-section .team-members-row > .col:nth-last-child(-n+2),
.lawyer-leader-section .team-members-row > .col:nth-last-child(-n+2),
.lawyers-grid-section .team-members-row > .col:nth-last-child(-n+2) {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .team-lawyers-section .team-members-row > .col,
  .lawyer-leader-section .team-members-row > .col,
  .lawyers-grid-section .team-members-row > .col {
    margin-bottom: 30px !important;
  }
  .team-lawyers-section .team-members-row > .col:last-child,
  .lawyer-leader-section .team-members-row > .col:last-child,
  .lawyers-grid-section .team-members-row > .col:last-child {
    margin-bottom: 0 !important;
  }
}
.team-lawyers-section .member-lawyer-card,
.lawyer-leader-section .member-lawyer-card,
.lawyers-grid-section .member-lawyer-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .team-lawyers-section .member-lawyer-card,
  .lawyer-leader-section .member-lawyer-card,
  .lawyers-grid-section .member-lawyer-card {
    flex-direction: column;
    gap: 20px;
  }
}
.team-lawyers-section .member-lawyer-card .member-img-box,
.lawyer-leader-section .member-lawyer-card .member-img-box,
.lawyers-grid-section .member-lawyer-card .member-img-box {
  flex: 0 0 270px;
  width: 270px;
  height: 405px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .team-lawyers-section .member-lawyer-card .member-img-box,
  .lawyer-leader-section .member-lawyer-card .member-img-box,
  .lawyers-grid-section .member-lawyer-card .member-img-box {
    flex: none;
    width: 100%;
    max-width: 270px;
    height: auto;
    aspect-ratio: 270/405;
  }
}
.team-lawyers-section .member-lawyer-card .member-img-box img,
.lawyer-leader-section .member-lawyer-card .member-img-box img,
.lawyers-grid-section .member-lawyer-card .member-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease;
}
.team-lawyers-section .member-lawyer-card .member-img-box:hover img,
.lawyer-leader-section .member-lawyer-card .member-img-box:hover img,
.lawyers-grid-section .member-lawyer-card .member-img-box:hover img {
  transform: scale(1.03);
}
.team-lawyers-section .member-lawyer-card .member-info,
.lawyer-leader-section .member-lawyer-card .member-info,
.lawyers-grid-section .member-lawyer-card .member-info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.team-lawyers-section .member-lawyer-card .member-info p,
.lawyer-leader-section .member-lawyer-card .member-info p,
.lawyers-grid-section .member-lawyer-card .member-info p {
  margin: 0 !important;
}
.team-lawyers-section .member-lawyer-card .member-info > br,
.team-lawyers-section .member-lawyer-card .member-info br + br,
.team-lawyers-section .member-lawyer-card .member-info p + br,
.team-lawyers-section .member-lawyer-card .member-info br + p,
.lawyer-leader-section .member-lawyer-card .member-info > br,
.lawyer-leader-section .member-lawyer-card .member-info br + br,
.lawyer-leader-section .member-lawyer-card .member-info p + br,
.lawyer-leader-section .member-lawyer-card .member-info br + p,
.lawyers-grid-section .member-lawyer-card .member-info > br,
.lawyers-grid-section .member-lawyer-card .member-info br + br,
.lawyers-grid-section .member-lawyer-card .member-info p + br,
.lawyers-grid-section .member-lawyer-card .member-info br + p {
  display: none !important;
}
.team-lawyers-section .member-lawyer-card .member-info .member-title-bar,
.lawyer-leader-section .member-lawyer-card .member-info .member-title-bar,
.lawyers-grid-section .member-lawyer-card .member-info .member-title-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.team-lawyers-section .member-lawyer-card .member-info .member-title-bar .bar,
.lawyer-leader-section .member-lawyer-card .member-info .member-title-bar .bar,
.lawyers-grid-section .member-lawyer-card .member-info .member-title-bar .bar {
  width: 3px;
  height: 47px;
  background-color: #c5161d;
  border-radius: 2px;
  flex-shrink: 0;
}
.team-lawyers-section .member-lawyer-card .member-info .member-title-bar .text,
.lawyer-leader-section .member-lawyer-card .member-info .member-title-bar .text,
.lawyers-grid-section .member-lawyer-card .member-info .member-title-bar .text {
  display: flex;
  flex-direction: column;
}
.team-lawyers-section .member-lawyer-card .member-info .member-title-bar .text .degree,
.lawyer-leader-section .member-lawyer-card .member-info .member-title-bar .text .degree,
.lawyers-grid-section .member-lawyer-card .member-info .member-title-bar .text .degree {
  color: #c5161d;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.5px;
  letter-spacing: 1.76px;
  margin-bottom: 2px;
}
.team-lawyers-section .member-lawyer-card .member-info .member-title-bar .text .name,
.lawyer-leader-section .member-lawyer-card .member-info .member-title-bar .text .name,
.lawyers-grid-section .member-lawyer-card .member-info .member-title-bar .text .name {
  color: #252525;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}
.team-lawyers-section .member-lawyer-card .member-info .member-role,
.lawyer-leader-section .member-lawyer-card .member-info .member-role,
.lawyers-grid-section .member-lawyer-card .member-info .member-role {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #252525;
  margin: 0;
}
.team-lawyers-section .member-lawyer-card .member-info .member-strengths,
.lawyer-leader-section .member-lawyer-card .member-info .member-strengths,
.lawyers-grid-section .member-lawyer-card .member-info .member-strengths {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.team-lawyers-section .member-lawyer-card .member-info .member-strengths .strengths-title,
.team-lawyers-section .member-lawyer-card .member-info .member-strengths strong,
.lawyer-leader-section .member-lawyer-card .member-info .member-strengths .strengths-title,
.lawyer-leader-section .member-lawyer-card .member-info .member-strengths strong,
.lawyers-grid-section .member-lawyer-card .member-info .member-strengths .strengths-title,
.lawyers-grid-section .member-lawyer-card .member-info .member-strengths strong {
  color: #252525;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.team-lawyers-section .member-lawyer-card .member-info .member-strengths .strengths-content,
.lawyer-leader-section .member-lawyer-card .member-info .member-strengths .strengths-content,
.lawyers-grid-section .member-lawyer-card .member-info .member-strengths .strengths-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.team-lawyers-section .member-lawyer-card .member-info .member-strengths .strength-item,
.lawyer-leader-section .member-lawyer-card .member-info .member-strengths .strength-item,
.lawyers-grid-section .member-lawyer-card .member-info .member-strengths .strength-item {
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  text-align: justify;
  margin: 0 !important;
}
.team-lawyers-section .member-lawyer-card .member-info .member-strengths br + br,
.lawyer-leader-section .member-lawyer-card .member-info .member-strengths br + br,
.lawyers-grid-section .member-lawyer-card .member-info .member-strengths br + br {
  display: none !important;
}
.team-lawyers-section .member-lawyer-card .member-info .member-btn-wrap,
.lawyer-leader-section .member-lawyer-card .member-info .member-btn-wrap,
.lawyers-grid-section .member-lawyer-card .member-info .member-btn-wrap {
  margin-top: auto;
  padding-top: 4px;
  display: flex;
}
.team-lawyers-section .member-lawyer-card .member-info .member-btn,
.lawyer-leader-section .member-lawyer-card .member-info .member-btn,
.lawyers-grid-section .member-lawyer-card .member-info .member-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border: 1px solid #c5161d;
  border-radius: 8px;
  background: transparent;
  color: #c5161d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s ease;
  width: auto;
}
.team-lawyers-section .member-lawyer-card .member-info .member-btn:hover,
.lawyer-leader-section .member-lawyer-card .member-info .member-btn:hover,
.lawyers-grid-section .member-lawyer-card .member-info .member-btn:hover {
  background-color: #c5161d;
  color: #ffffff;
}
.team-lawyers-section .team-footer-row,
.lawyer-leader-section .team-footer-row,
.lawyers-grid-section .team-footer-row {
  margin-top: 36px !important;
  margin-bottom: 0 !important;
}
.team-lawyers-section .team-footer-row > .col,
.lawyer-leader-section .team-footer-row > .col,
.lawyers-grid-section .team-footer-row > .col {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.team-lawyers-section .team-footer-cta,
.team-lawyers-section .team-footer-row,
.lawyer-leader-section .team-footer-cta,
.lawyer-leader-section .team-footer-row,
.lawyers-grid-section .team-footer-cta,
.lawyers-grid-section .team-footer-row {
  text-align: center;
  margin: 0;
}
.team-lawyers-section .team-footer-cta .all-team-btn,
.team-lawyers-section .team-footer-row .all-team-btn,
.lawyer-leader-section .team-footer-cta .all-team-btn,
.lawyer-leader-section .team-footer-row .all-team-btn,
.lawyers-grid-section .team-footer-cta .all-team-btn,
.lawyers-grid-section .team-footer-row .all-team-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  min-height: 48px;
  background-color: #c5161d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.team-lawyers-section .team-footer-cta .all-team-btn:hover,
.team-lawyers-section .team-footer-row .all-team-btn:hover,
.lawyer-leader-section .team-footer-cta .all-team-btn:hover,
.lawyer-leader-section .team-footer-row .all-team-btn:hover,
.lawyers-grid-section .team-footer-cta .all-team-btn:hover,
.lawyers-grid-section .team-footer-row .all-team-btn:hover {
  background-color: #a01016;
}

.clients-main-section {
  background-color: #ffffff;
}

.clients-page {
  color: #252525;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
}
.clients-page .clients-intro-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 48px;
}
.clients-page .clients-intro-header .clients-main-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  color: #004797;
  text-transform: uppercase;
  margin: 0 auto 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .clients-page .clients-intro-header .clients-main-title {
    font-size: 33px;
    line-height: 47.85px;
  }
}
.clients-page .clients-intro-header .clients-lead-text {
  font-size: 15px;
  line-height: 24px;
  color: #444444;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .clients-page .clients-intro-header .clients-lead-text {
    font-size: 16px;
  }
}
.clients-page .clients-cards-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.clients-page .clients-cat-card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  border: 1px solid #e5e3de;
  border-radius: 12px;
  padding: 24px 20px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 768px) {
  .clients-page .clients-cat-card {
    padding: 32px 48px;
  }
}
.clients-page .clients-cat-card:hover {
  border-color: rgba(0, 71, 151, 0.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.clients-page .clients-cat-card .cat-title {
  font-size: 22px;
  font-weight: 700;
  color: #c5161d;
  text-transform: uppercase;
  line-height: 1.45;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .clients-page .clients-cat-card .cat-title {
    font-size: 28px;
    line-height: 40.6px;
  }
}
.clients-page .clients-cat-card .client-lines {
  display: flex;
  flex-direction: column;
}
.clients-page .clients-cat-card .client-lines .client-line {
  font-size: 15px;
  line-height: 26px;
  color: #252525;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .clients-page .clients-cat-card .client-lines .client-line {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.clients-page .clients-cat-card .client-lines .client-line strong {
  font-weight: 700;
  color: #252525;
}
.clients-page .clients-cat-card .client-lines .client-line:last-child {
  margin-bottom: 0;
}
.clients-page .clients-outro-text {
  width: 1000px;
  max-width: 100%;
  margin: 26px auto 0;
  text-align: center;
}
.clients-page .clients-outro-text .outro-highlight {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #444444;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .clients-page .clients-outro-text .outro-highlight {
    font-size: 16px;
  }
}
.clients-page .clients-outro-text .outro-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #444444;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .clients-page .clients-outro-text .outro-desc {
    font-size: 16px;
  }
}

.cases-main-section {
  background-color: #ffffff;
}

.cases-page {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  color: #252525;
}
.cases-page p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cases-page .cases-main-col .cases-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  color: #004797;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .cases-page .cases-main-col .cases-heading {
    font-size: 33px;
    line-height: 47.85px;
  }
}
.cases-page .cases-main-col .cases-intro-card {
  background: #f7f6f3;
  border-radius: 8px;
  border-left: 2px solid #c5161d;
  padding: 16px 20px;
  margin-bottom: 28px;
}
.cases-page .cases-main-col .cases-intro-card .cases-intro-p {
  font-size: 15px;
  line-height: 24px;
  color: #252525;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cases-page .cases-main-col .cases-intro-card .cases-intro-p {
    font-size: 16px;
  }
}
.cases-page .cases-main-col .cases-intro-card .cases-intro-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #c5161d;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  border-bottom: 1px solid #c5161d;
  padding-bottom: 1px;
  transition: opacity 0.2s ease;
}
.cases-page .cases-main-col .cases-intro-card .cases-intro-more:hover {
  opacity: 0.85;
  color: #c5161d;
}
.cases-page .cases-main-col .cases-categories-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block {
  scroll-margin-top: 100px;
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block .cat-title-text {
  color: #c5161d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0ece6;
}
@media (min-width: 768px) {
  .cases-page .cases-main-col .cases-categories-list .case-cat-block .cat-title-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block .cat-cases-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block .case-entry-item {
  scroll-margin-top: 100px;
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block .case-entry-item .case-entry-title {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .cases-page .cases-main-col .cases-categories-list .case-cat-block .case-entry-item .case-entry-title {
    font-size: 18px;
    line-height: 27px;
  }
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block .case-entry-item .case-entry-body p {
  font-size: 15px;
  line-height: 24px;
  color: #252525;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cases-page .cases-main-col .cases-categories-list .case-cat-block .case-entry-item .case-entry-body p {
    font-size: 16px;
  }
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block .case-entry-item .case-entry-body p:last-child {
  margin-bottom: 8px;
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block .case-entry-item .case-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #c5161d;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  border-bottom: 1px solid #c5161d;
  padding-bottom: 1px;
  margin-top: 2px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cases-page .cases-main-col .cases-categories-list .case-cat-block .case-entry-item .case-detail-link:hover {
  opacity: 0.85;
  transform: translateX(2px);
  color: #c5161d;
}
.cases-page .cases-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cases-page .cases-sidebar .toc-widget {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  border-top: 3px solid #e6e6e6;
  padding: 20px 12px;
}
.cases-page .cases-sidebar .toc-widget .toc-heading {
  color: #666666;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.5px;
  letter-spacing: 1.76px;
  margin: 0 0 12px 0;
  padding-left: 6px;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list {
  display: flex;
  flex-direction: column;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 4px;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
  color: #252525;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.2s ease;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link .toc-indicator {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: transparent;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background-color 0.2s ease;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link .toc-text {
  flex: 1;
  word-wrap: break-word;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link:hover {
  color: #c5161d;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link:hover .toc-indicator {
  background: #c5161d;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link.active {
  color: #c5161d;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link.active .toc-indicator {
  background: #c5161d;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link.toc-sublink {
  font-size: 12.5px;
  font-weight: 400;
  padding-left: 11px;
  line-height: 1.4;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link.toc-sublink .toc-indicator {
  width: 3px;
  height: 14px;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link.toc-sublink .toc-text {
  color: #4b5563;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link.toc-sublink:hover .toc-text, .cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link.toc-sublink.active .toc-text {
  color: #c5161d;
}
.cases-page .cases-sidebar .toc-widget .toc-nav-list .toc-link:last-child {
  border-bottom: none;
}
.cases-page .cases-sidebar .sidebar-cta-card {
  background: #c5161d;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: left;
  color: #ffffff;
}
.cases-page .cases-sidebar .sidebar-cta-card .cta-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 21.6px;
  margin: 0 0 10px 0;
}
.cases-page .cases-sidebar .sidebar-cta-card .cta-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 400;
  line-height: 21.45px;
  margin: 0 0 16px 0;
}
.cases-page .cases-sidebar .sidebar-cta-card .cta-btn {
  display: block;
  background: #ffffff;
  color: #c5161d;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  border-radius: 5px;
  padding: 10px 16px;
  text-decoration: none;
  margin-bottom: 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.cases-page .cases-sidebar .sidebar-cta-card .cta-btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  color: #c5161d;
}
.cases-page .cases-sidebar .sidebar-cta-card .cta-hotline {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease;
}
.cases-page .cases-sidebar .sidebar-cta-card .cta-hotline:hover {
  color: #ffffff;
  transform: scale(1.03);
}

.testimonials-main-section {
  background-color: #ffffff;
}

.testimonials-page {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  color: #252525;
}
.testimonials-page p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.testimonials-page .testimonials-main-col .testimonials-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  color: #004797;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .testimonials-page .testimonials-main-col .testimonials-heading {
    font-size: 33px;
    line-height: 47.85px;
  }
}
.testimonials-page .testimonials-main-col .testimonials-intro-card {
  background: #f7f6f3;
  border-radius: 8px;
  border-left: 2px solid #c5161d;
  padding: 16px 20px;
  margin-bottom: 28px;
}
.testimonials-page .testimonials-main-col .testimonials-intro-card .testimonials-intro-p {
  font-size: 15px;
  line-height: 24px;
  color: #252525;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .testimonials-page .testimonials-main-col .testimonials-intro-card .testimonials-intro-p {
    font-size: 16px;
  }
}
.testimonials-page .testimonials-main-col .testimonials-intro-card .testimonials-intro-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #c5161d;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  border-bottom: 1px solid #c5161d;
  padding-bottom: 1px;
  transition: opacity 0.2s ease;
}
.testimonials-page .testimonials-main-col .testimonials-intro-card .testimonials-intro-more:hover {
  opacity: 0.85;
  color: #c5161d;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block {
  scroll-margin-top: 100px;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-title-text {
  color: #c5161d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0ece6;
}
@media (min-width: 768px) {
  .testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-title-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body p {
  font-size: 15px;
  line-height: 24px;
  color: #252525;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body p {
    font-size: 16px;
  }
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body p strong {
  font-weight: 700;
  color: #252525;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body ul {
  padding-left: 20px;
  margin: 10px 0 14px 0;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body ul li {
  font-size: 15px;
  line-height: 24px;
  color: #252525;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body ul li {
    font-size: 16px;
  }
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body ul li strong {
  font-weight: 700;
  color: #252525;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body ul li:last-child {
  margin-bottom: 0;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body .detail-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #c5161d;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  border-bottom: 1px solid #c5161d;
  padding-bottom: 1px;
  margin-top: 6px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .block-body .detail-link:hover {
  opacity: 0.85;
  transform: translateX(2px);
  color: #c5161d;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .quotes-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .quotes-list .quote-entry-card {
  background: #f7f6f3;
  border-radius: 8px;
  border-left: 3px solid #c5161d;
  padding: 16px 20px;
  transition: all 0.2s ease;
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .quotes-list .quote-entry-card:hover {
  background: #f0eee9;
  transform: translateX(3px);
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .quotes-list .quote-entry-card .quote-text {
  font-size: 15px;
  line-height: 24px;
  color: #252525;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .quotes-list .quote-entry-card .quote-text {
    font-size: 15.5px;
  }
}
.testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .quotes-list .quote-entry-card .quote-author {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
}
@media (min-width: 768px) {
  .testimonials-page .testimonials-main-col .testimonials-blocks-list .testimonial-block .quotes-list .quote-entry-card .quote-author {
    font-size: 13.5px;
  }
}
.testimonials-page .testimonials-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonials-page .testimonials-sidebar .toc-widget {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  border-top: 3px solid #e6e6e6;
  padding: 20px 12px;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-heading {
  color: #666666;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.5px;
  letter-spacing: 1.76px;
  margin: 0 0 12px 0;
  padding-left: 6px;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list {
  display: flex;
  flex-direction: column;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list .toc-link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 4px;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
  color: #252525;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.2s ease;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list .toc-link .toc-indicator {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: transparent;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background-color 0.2s ease;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list .toc-link .toc-text {
  flex: 1;
  word-wrap: break-word;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list .toc-link:hover {
  color: #c5161d;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list .toc-link:hover .toc-indicator {
  background: #c5161d;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list .toc-link.active {
  color: #c5161d;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list .toc-link.active .toc-indicator {
  background: #c5161d;
}
.testimonials-page .testimonials-sidebar .toc-widget .toc-nav-list .toc-link:last-child {
  border-bottom: none;
}
.testimonials-page .testimonials-sidebar .sidebar-cta-card {
  background: #c5161d;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: left;
  color: #ffffff;
}
.testimonials-page .testimonials-sidebar .sidebar-cta-card .cta-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 21.6px;
  margin: 0 0 10px 0;
}
.testimonials-page .testimonials-sidebar .sidebar-cta-card .cta-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 400;
  line-height: 21.45px;
  margin: 0 0 16px 0;
}
.testimonials-page .testimonials-sidebar .sidebar-cta-card .cta-btn {
  display: block;
  background: #ffffff;
  color: #c5161d;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  border-radius: 5px;
  padding: 10px 16px;
  text-decoration: none;
  margin-bottom: 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.testimonials-page .testimonials-sidebar .sidebar-cta-card .cta-btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  color: #c5161d;
}
.testimonials-page .testimonials-sidebar .sidebar-cta-card .cta-hotline {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease;
}
.testimonials-page .testimonials-sidebar .sidebar-cta-card .cta-hotline:hover {
  color: #ffffff;
  transform: scale(1.03);
}

.services-hub-page {
  color: #252525;
}
.services-hub-page .services-intro-header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 45px;
}
.services-hub-page .services-intro-header .services-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c5161d;
  background: rgba(197, 22, 29, 0.08);
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.services-hub-page .services-intro-header .services-main-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  color: #c5161d;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .services-hub-page .services-intro-header .services-main-title {
    font-size: 34px;
  }
}
.services-hub-page .services-intro-header .services-lead-text {
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .services-hub-page .services-intro-header .services-lead-text {
    font-size: 17px;
  }
}
.services-hub-page .services-cat-row {
  max-width: 1170px;
  margin: 0 auto;
}
.services-hub-page .services-cat-row .service-cat-col {
  margin-bottom: 30px;
}
.services-hub-page .services-cat-row .service-cat-col .col-inner {
  height: 100%;
}
.services-hub-page .services-cat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1170px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .services-hub-page .services-cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.services-hub-page .service-cat-card {
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s ease;
}
.services-hub-page .service-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 71, 151, 0.07);
  border-color: rgba(197, 22, 29, 0.4);
}
.services-hub-page .service-cat-card .card-top {
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media (min-width: 576px) {
  .services-hub-page .service-cat-card .card-top {
    padding: 0 24px;
  }
}
.services-hub-page .service-cat-card .card-top .cat-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2px;
  transition: transform 0.3s ease;
}
.services-hub-page .service-cat-card .card-top .cat-icon-box img,
.services-hub-page .service-cat-card .card-top .cat-icon-box svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.services-hub-page .service-cat-card .card-top .cat-card-title {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #c5161d;
  text-transform: uppercase;
  line-height: 34.8px;
  margin: 0;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .services-hub-page .service-cat-card .card-top .cat-card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.services-hub-page .service-cat-card .card-top .cat-card-desc {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #252525;
  margin: 0;
  padding: 0;
  border: none;
  word-wrap: break-word;
}
.services-hub-page .service-cat-card:hover .card-top .cat-icon-box {
  transform: scale(1.05);
}
.services-hub-page .service-cat-card .subservices-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.services-hub-page .service-cat-card .subservices-list li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #D8D8D8;
}
.services-hub-page .service-cat-card .subservices-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.65px;
  color: #252525;
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
  .services-hub-page .service-cat-card .subservices-list li a {
    padding: 8px 12px;
    font-size: 15px;
  }
}
.services-hub-page .service-cat-card .subservices-list li a .item-text {
  flex: 1;
  line-height: 22.65px;
  word-wrap: break-word;
  transition: color 0.2s ease;
}
.services-hub-page .service-cat-card .subservices-list li a .item-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.2s ease;
}
.services-hub-page .service-cat-card .subservices-list li a .item-arrow svg {
  width: 20px;
  height: 20px;
  stroke: #252525;
  transition: stroke 0.2s ease;
}
.services-hub-page .service-cat-card .subservices-list li a:hover {
  background: rgba(197, 22, 29, 0.03);
  transform: none;
  box-shadow: none;
}
.services-hub-page .service-cat-card .subservices-list li a:hover .item-text {
  color: #c5161d;
}
.services-hub-page .service-cat-card .subservices-list li a:hover .item-arrow {
  transform: translateX(4px);
}
.services-hub-page .service-cat-card .subservices-list li a:hover .item-arrow svg {
  stroke: #c5161d;
}
.services-hub-page .services-commitments-block {
  background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 30px;
  margin-bottom: 45px;
}
.services-hub-page .services-commitments-block .commitments-title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #004797;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.services-hub-page .services-commitments-block .commitments-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .services-hub-page .services-commitments-block .commitments-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-hub-page .services-commitments-block .commit-col,
.services-hub-page .services-commitments-block .commitments-inner-row .commit-col {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .services-hub-page .services-commitments-block .commit-col,
  .services-hub-page .services-commitments-block .commitments-inner-row .commit-col {
    margin-bottom: 0;
  }
}
.services-hub-page .services-commitments-block .commit-col .col-inner,
.services-hub-page .services-commitments-block .commitments-inner-row .commit-col .col-inner {
  height: 100%;
}
.services-hub-page .services-commitments-block .commit-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px 20px;
  text-align: center;
  height: 100%;
}
.services-hub-page .services-commitments-block .commit-item .commit-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(197, 22, 29, 0.1);
  color: #c5161d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-weight: 800;
  font-size: 18px;
}
.services-hub-page .services-commitments-block .commit-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}
.services-hub-page .services-commitments-block .commit-item p {
  font-size: 13.5px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

.service-detail-breadcrumb-bar {
  background: linear-gradient(90deg, var(--Color-2, #004797) 0%, #0B1E3B 100%);
  padding: 18px 0;
  border-bottom: none;
}
.service-detail-breadcrumb-bar .row {
  margin-bottom: 0;
}
.service-detail-breadcrumb-bar .col {
  padding-bottom: 0 !important;
}
.service-detail-breadcrumb-bar .service-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}
.service-detail-breadcrumb-bar .service-breadcrumb a {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  transition: opacity 0.2s ease, text-decoration 0.2s ease;
}
.service-detail-breadcrumb-bar .service-breadcrumb a:hover {
  color: #ffffff !important;
  opacity: 0.85;
  text-decoration: underline;
}
.service-detail-breadcrumb-bar .service-breadcrumb .sep {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  user-select: none;
}
.service-detail-breadcrumb-bar .service-breadcrumb .current {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .service-detail-breadcrumb-bar .service-breadcrumb {
    gap: 8px 12px;
    font-size: 15px;
    line-height: 22px;
  }
  .service-detail-breadcrumb-bar .service-breadcrumb a,
  .service-detail-breadcrumb-bar .service-breadcrumb .sep,
  .service-detail-breadcrumb-bar .service-breadcrumb .current {
    font-size: 15px;
    line-height: 22px;
  }
}

.service-detail-wrapper {
  background-color: #ffffff;
  padding-top: 36px;
  padding-bottom: 60px;
}
.service-detail-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
.service-detail-wrapper .service-content-col {
  flex: 1 1 0%;
  min-width: 0;
  max-width: calc(100% - 295px);
  padding-left: 15px;
  padding-right: 35px;
}
@media (max-width: 849px) {
  .service-detail-wrapper .service-content-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}
.service-detail-wrapper .service-sidebar-col {
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}
@media (max-width: 849px) {
  .service-detail-wrapper .service-sidebar-col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
  }
}

.service-detail-article {
  color: #374151;
}
.service-detail-article .service-detail-header {
  margin-bottom: 24px;
}
.service-detail-article .service-detail-header .post-meta-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13.5px;
  color: #64748b;
  margin-bottom: 12px;
}
.service-detail-article .service-detail-header .post-meta-top .meta-date,
.service-detail-article .service-detail-header .post-meta-top .meta-updated,
.service-detail-article .service-detail-header .post-meta-top .meta-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-detail-article .service-detail-header .post-meta-top .meta-updated {
  color: #004797;
}
.service-detail-article .service-detail-header .post-meta-top strong {
  color: #334155;
}
.service-detail-article .service-detail-header .service-detail-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.35;
  color: #111827;
  margin: 0;
}
@media (max-width: 768px) {
  .service-detail-article .service-detail-header .service-detail-title {
    font-size: 24px;
  }
}
.service-detail-article .service-detail-body {
  font-size: 15px;
  line-height: 1.75;
  color: #374151;
}
.service-detail-article .service-detail-body > p:first-of-type,
.service-detail-article .service-detail-body #ftwp-postcontent > p:first-of-type {
  font-size: 15.5px;
  line-height: 1.75;
  color: #374151;
  background: #fafafa;
  border-left: 3px solid #c5161d;
  padding: 18px 24px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 28px;
}
.service-detail-article .service-detail-body h2,
.service-detail-article .service-detail-body #ftwp-postcontent h2 {
  font-size: 22px;
  font-weight: 700;
  color: #c5161d;
  line-height: 1.4;
  margin-top: 36px;
  margin-bottom: 16px;
  scroll-margin-top: 100px;
}
@media (min-width: 768px) {
  .service-detail-article .service-detail-body h2,
  .service-detail-article .service-detail-body #ftwp-postcontent h2 {
    font-size: 24px;
  }
}
.service-detail-article .service-detail-body h2:first-child,
.service-detail-article .service-detail-body #ftwp-postcontent h2:first-child {
  margin-top: 0;
}
.service-detail-article .service-detail-body h3,
.service-detail-article .service-detail-body #ftwp-postcontent h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 12px;
}
.service-detail-article .service-detail-body p,
.service-detail-article .service-detail-body #ftwp-postcontent p {
  margin-bottom: 16px;
}
.service-detail-article .service-detail-body ul,
.service-detail-article .service-detail-body #ftwp-postcontent ul {
  padding-left: 24px;
  margin-top: 12px;
  margin-bottom: 20px;
  list-style-type: disc;
}
.service-detail-article .service-detail-body ul li,
.service-detail-article .service-detail-body #ftwp-postcontent ul li {
  margin-bottom: 8px;
  padding-left: 4px;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}
.service-detail-article .service-detail-body ul li::before,
.service-detail-article .service-detail-body #ftwp-postcontent ul li::before {
  content: none !important;
  display: none !important;
}
.service-detail-article .service-detail-body ul li::marker,
.service-detail-article .service-detail-body #ftwp-postcontent ul li::marker {
  color: #c5161d;
  font-size: 1em;
}
.service-detail-article .service-detail-body ul li:last-child,
.service-detail-article .service-detail-body #ftwp-postcontent ul li:last-child {
  margin-bottom: 0;
}
.service-detail-article .service-detail-body ul li ul,
.service-detail-article .service-detail-body #ftwp-postcontent ul li ul {
  margin-top: 6px;
  margin-bottom: 8px;
  padding-left: 20px;
  list-style-type: disc;
}
.service-detail-article .service-detail-body ul li ul li::marker,
.service-detail-article .service-detail-body #ftwp-postcontent ul li ul li::marker {
  color: #c5161d;
}
.service-detail-article .service-detail-body ul li ol,
.service-detail-article .service-detail-body #ftwp-postcontent ul li ol {
  margin-top: 6px;
  margin-bottom: 8px;
  padding-left: 20px;
}
.service-detail-article .service-detail-body ol,
.service-detail-article .service-detail-body #ftwp-postcontent ol {
  padding-left: 24px;
  margin-top: 12px;
  margin-bottom: 20px;
  list-style-type: decimal;
}
.service-detail-article .service-detail-body ol li,
.service-detail-article .service-detail-body #ftwp-postcontent ol li {
  margin-bottom: 8px;
  padding-left: 4px;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}
.service-detail-article .service-detail-body ol li::before,
.service-detail-article .service-detail-body #ftwp-postcontent ol li::before {
  content: none !important;
  display: none !important;
}
.service-detail-article .service-detail-body ol li::marker,
.service-detail-article .service-detail-body #ftwp-postcontent ol li::marker {
  color: #c5161d;
  font-weight: 700;
}
.service-detail-article .service-detail-body ol li:last-child,
.service-detail-article .service-detail-body #ftwp-postcontent ol li:last-child {
  margin-bottom: 0;
}
.service-detail-article .service-detail-body ol li ul,
.service-detail-article .service-detail-body #ftwp-postcontent ol li ul {
  margin-top: 6px;
  margin-bottom: 8px;
  padding-left: 20px;
}
.service-detail-article .service-detail-body ol li ol,
.service-detail-article .service-detail-body #ftwp-postcontent ol li ol {
  margin-top: 6px;
  margin-bottom: 8px;
  padding-left: 20px;
}
.service-detail-article .service-detail-body blockquote {
  border-left: 4px solid #c5161d;
  background: #fff5f5;
  padding: 18px 24px;
  border-radius: 0 10px 10px 0;
  margin: 26px 0;
  font-style: italic;
  font-size: 15.5px;
  line-height: 1.7;
  color: #1f2937;
}
.service-detail-article .service-detail-body blockquote p {
  margin: 0;
}
.service-detail-article .service-detail-body img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
  margin: 16px 0;
}
.service-detail-article .service-detail-body .service-related-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 20px;
  margin: 22px 0;
  transition: all 0.2s ease;
}
.service-detail-article .service-detail-body .service-related-box .related-badge-icon {
  color: #c5161d;
  font-size: 15px;
  line-height: 1;
  flex-shrink: 0;
}
.service-detail-article .service-detail-body .service-related-box .related-box-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.service-detail-article .service-detail-body .service-related-box .related-box-text br {
  display: none !important;
}
.service-detail-article .service-detail-body .service-related-box .related-box-text .related-badge-label {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.service-detail-article .service-detail-body .service-related-box .related-box-text .related-badge-link {
  font-size: 14.5px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
  transition: color 0.2s ease;
}
.service-detail-article .service-detail-body .service-related-box .related-box-text .related-badge-link:hover {
  color: #c5161d;
}
.service-detail-article .service-detail-body .service-related-box:hover {
  border-color: #c5161d;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(197, 22, 29, 0.08);
  transform: translateX(4px);
}
.service-detail-article .service-detail-body .service-related-link-box,
.service-detail-article .service-detail-body p:not([class*=box] *):not(.box-text *):not(.col-inner *) > a[href*="/dich-vu/"]:only-child {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 20px;
  background: #f9fafb;
  margin: 20px 0;
  text-decoration: none;
  color: #004797;
  font-weight: 600;
  transition: all 0.2s ease;
}
.service-detail-article .service-detail-body .service-related-link-box::before,
.service-detail-article .service-detail-body p:not([class*=box] *):not(.box-text *):not(.col-inner *) > a[href*="/dich-vu/"]:only-child::before {
  content: "◈";
  color: #c5161d;
  font-size: 14px;
  flex-shrink: 0;
}
.service-detail-article .service-detail-body .service-related-link-box:hover,
.service-detail-article .service-detail-body p:not([class*=box] *):not(.box-text *):not(.col-inner *) > a[href*="/dich-vu/"]:only-child:hover {
  border-color: #c5161d;
  background: #ffffff;
  color: #c5161d;
  box-shadow: 0 4px 12px rgba(197, 22, 29, 0.08);
  transform: translateX(4px);
}
.service-detail-article .service-detail-share-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
.service-detail-article .service-detail-share-bar .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.service-detail-article .service-detail-share-bar .share-btn svg {
  flex-shrink: 0;
}
.service-detail-article .service-detail-share-bar .share-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #ffffff;
}
.service-detail-article .service-detail-share-bar .share-btn.share-fb {
  background-color: #1877f2;
}
.service-detail-article .service-detail-share-bar .share-btn.share-gmail {
  background-color: #ea4335;
}
.service-detail-article .service-detail-share-bar .share-btn.share-print {
  background-color: #6b7280;
}
.service-detail-article .service-detail-bottom-cta {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #c5161d;
  border-radius: 10px;
  padding: 26px 28px;
  margin-top: 36px;
  margin-bottom: 36px;
}
.service-detail-article .service-detail-bottom-cta .bottom-cta-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px 0;
}
.service-detail-article .service-detail-bottom-cta .bottom-cta-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
  margin: 0 0 20px 0;
}
.service-detail-article .service-detail-bottom-cta .bottom-cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.service-detail-article .service-detail-bottom-cta .bottom-cta-actions .btn-zalo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0068ff;
  color: #ffffff;
  font-weight: 600;
  font-size: 14.5px;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.service-detail-article .service-detail-bottom-cta .bottom-cta-actions .btn-zalo:hover {
  background-color: #0056d6;
  color: #ffffff;
  transform: translateY(-1px);
}
.service-detail-article .service-detail-bottom-cta .bottom-cta-actions .btn-hotline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c5161d;
  color: #ffffff;
  font-weight: 600;
  font-size: 14.5px;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.service-detail-article .service-detail-bottom-cta .bottom-cta-actions .btn-hotline:hover {
  background-color: #a31217;
  color: #ffffff;
  transform: translateY(-1px);
}
.service-detail-article .service-detail-related-section {
  margin-top: 36px;
}
.service-detail-article .service-detail-related-section .related-section-title {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 20px 0;
}
.service-detail-article .service-detail-related-section .related-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 768px) {
  .service-detail-article .service-detail-related-section .related-services-grid {
    grid-template-columns: 1fr;
  }
}
.service-detail-article .service-detail-related-section .related-services-grid .related-service-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.service-detail-article .service-detail-related-section .related-services-grid .related-service-card:hover {
  border-color: #c5161d;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.service-detail-article .service-detail-related-section .related-services-grid .related-service-card .card-date {
  font-size: 12.5px;
  color: #9ca3af;
  font-weight: 500;
  margin-bottom: 10px;
}
.service-detail-article .service-detail-related-section .related-services-grid .related-service-card .card-title {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.45;
  color: #1f2937;
  margin: 0 0 16px 0;
}
.service-detail-article .service-detail-related-section .related-services-grid .related-service-card .card-title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.2s ease;
}
.service-detail-article .service-detail-related-section .related-services-grid .related-service-card .card-title a:hover {
  color: #c5161d;
}
.service-detail-article .service-detail-related-section .related-services-grid .related-service-card .card-link {
  font-size: 13.5px;
  font-weight: 700;
  color: #c5161d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease;
}
.service-detail-article .service-detail-related-section .related-services-grid .related-service-card .card-link:hover {
  transform: translateX(4px);
}

.service-detail-sidebar {
  position: sticky;
  top: 100px;
  z-index: 10;
  width: 280px !important;
  max-width: 280px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
.admin-bar .service-detail-sidebar {
  top: 135px;
}
@media (max-width: 849px) {
  .service-detail-sidebar {
    position: static;
    top: auto;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.service-detail-sidebar .widget {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-widget-container,
.service-detail-sidebar .widget_fixedtoc #ftwp-widget-container {
  width: 100% !important;
  position: static !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container,
.service-detail-sidebar .widget_fixedtoc #ftwp-container {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-trigger,
.service-detail-sidebar .ftwp-widget #ftwp-container .ftwp-trigger,
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-header-minimize,
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-header-control,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-trigger,
.service-detail-sidebar .widget_fixedtoc #ftwp-container .ftwp-trigger,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-header-minimize,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-header-control {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 1px solid #E6E6E6 !important;
  border-top: 3px solid #E6E6E6 !important;
  border-radius: 10px !important;
  padding: 20px 12px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-header,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-header {
  display: block !important;
  padding: 0 !important;
  margin: 0 0 16px 0 !important;
  border: none !important;
  background: transparent !important;
  height: auto !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-header #ftwp-header-title,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-header #ftwp-header-title {
  display: block !important;
  color: #666666 !important;
  font-size: 11px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 16.5px !important;
  letter-spacing: 1.76px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list:not(:has(.ftwp-active)) > .ftwp-item:first-child > .ftwp-anchor::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list:not(:has(.ftwp-active)) > .ftwp-item:first-child > .ftwp-anchor::before {
  background-color: #C5161D !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list:not(:has(.ftwp-active)) > .ftwp-item:first-child > .ftwp-anchor .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list:not(:has(.ftwp-active)) > .ftwp-item:first-child > .ftwp-anchor .ftwp-text {
  color: #C5161D !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list::before, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list::after,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list::after {
  display: none !important;
  content: none !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item::before, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item::after,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item::after {
  display: none !important;
  content: none !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 9px 0 !important;
  border: none !important;
  border-bottom: 1px solid #E6E6E6 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor::before {
  content: "" !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 3px !important;
  min-width: 3px !important;
  height: 16px !important;
  border-radius: 2px !important;
  background-color: transparent !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor::after,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor::after {
  display: none !important;
  content: none !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor .ftwp-text {
  display: inline !important;
  color: #252525 !important;
  font-size: 14px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  line-height: 18.2px !important;
  word-break: break-word !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  transition: color 0.2s ease !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor .ftwp-text::before, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor .ftwp-text::after,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor .ftwp-text::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor .ftwp-text::after {
  display: none !important;
  content: none !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:hover,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:hover {
  background: transparent !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:hover::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:hover::before {
  background-color: #C5161D !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:hover .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:hover .ftwp-text {
  color: #C5161D !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.ftwp-active, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.active, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:focus,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.ftwp-active,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.active,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:focus {
  background: transparent !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.ftwp-active::before, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.active::before, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:focus::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.ftwp-active::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.active::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:focus::before {
  background-color: #C5161D !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.ftwp-active .ftwp-text, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.active .ftwp-text, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:focus .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.ftwp-active .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor.active .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item .ftwp-anchor:focus .ftwp-text {
  color: #C5161D !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item:last-child > .ftwp-anchor,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item:last-child > .ftwp-anchor {
  border-bottom: none !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.ftwp-active > .ftwp-anchor, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.active > .ftwp-anchor,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.ftwp-active > .ftwp-anchor,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.active > .ftwp-anchor {
  background: transparent !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.ftwp-active > .ftwp-anchor::before, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.active > .ftwp-anchor::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.ftwp-active > .ftwp-anchor::before,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.active > .ftwp-anchor::before {
  background-color: #C5161D !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.ftwp-active > .ftwp-anchor .ftwp-text, .service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.active > .ftwp-anchor .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.ftwp-active > .ftwp-anchor .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item.active > .ftwp-anchor .ftwp-text {
  color: #C5161D !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item ol,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item ol {
  padding-left: 10px !important;
  margin: 0 !important;
  list-style: none !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item ol .ftwp-item > .ftwp-anchor,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item ol .ftwp-item > .ftwp-anchor {
  padding: 7px 0 !important;
}
.service-detail-sidebar .ftwp-widget #ftwp-container #ftwp-contents #ftwp-list .ftwp-item ol .ftwp-item > .ftwp-anchor .ftwp-text,
.service-detail-sidebar .widget_fixedtoc #ftwp-container #ftwp-contents #ftwp-list .ftwp-item ol .ftwp-item > .ftwp-anchor .ftwp-text {
  font-size: 13px !important;
  font-weight: 600 !important;
}
.service-detail-sidebar .lta-service-cta-card {
  background: #C5161D !important;
  border-radius: 10px !important;
  padding: 24px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
}
.service-detail-sidebar .lta-service-cta-card .lta-cta-title {
  align-self: stretch !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 800 !important;
  line-height: 21.6px !important;
  word-wrap: break-word !important;
  text-align: left !important;
  margin: 0 !important;
}
.service-detail-sidebar .lta-service-cta-card .lta-cta-subtitle {
  align-self: stretch !important;
  padding-top: 12px !important;
  padding-bottom: 18px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 400 !important;
  line-height: 21.45px !important;
  word-wrap: break-word !important;
  text-align: left !important;
  margin: 0 !important;
}
.service-detail-sidebar .lta-service-cta-card .lta-cta-btn {
  align-self: stretch !important;
  height: 39.5px !important;
  min-height: 39.5px !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #C5161D !important;
  font-size: 14px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 700 !important;
  line-height: 19.5px !important;
  word-wrap: break-word !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}
.service-detail-sidebar .lta-service-cta-card .lta-cta-btn:hover {
  background-color: #f8fafc !important;
  color: #a31217 !important;
  transform: none !important;
  box-shadow: none !important;
}
.service-detail-sidebar .lta-service-cta-card .lta-cta-phone {
  align-self: stretch !important;
  padding-top: 18px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
}
.service-detail-sidebar .lta-service-cta-card .lta-cta-phone a {
  color: #ffffff !important;
  font-size: 30px !important;
  font-family: "Be Vietnam Pro", "Inter", sans-serif !important;
  font-weight: 700 !important;
  line-height: 19.5px !important;
  word-wrap: break-word !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease !important;
}
.service-detail-sidebar .lta-service-cta-card .lta-cta-phone a:hover {
  opacity: 0.9 !important;
  color: #ffffff !important;
}
.service-detail-sidebar .widget_lta_service_navigation_widget,
.service-detail-sidebar .lta-widget {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 0;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .widget-title,
.service-detail-sidebar .lta-widget .widget-title {
  font-size: 15px;
  font-weight: 700;
  color: #004797;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 2px solid #f1f5f9;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li {
  border-bottom: 1px solid #f3f4f6;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li:last-child,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li:last-child {
  border-bottom: none;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li a,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 4px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s ease;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li a .arrow-icon,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li a .arrow-icon {
  font-size: 10px;
  color: #9ca3af;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li a .item-title,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li a .item-title {
  flex: 1;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li a:hover,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li a:hover {
  color: #c5161d;
  padding-left: 6px;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li a:hover .arrow-icon,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li a:hover .arrow-icon {
  color: #c5161d;
  transform: translateX(3px);
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li.active a, .service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li.current-menu-item a,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li.active a,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li.current-menu-item a {
  color: #c5161d;
  font-weight: 700;
}
.service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li.active a .arrow-icon, .service-detail-sidebar .widget_lta_service_navigation_widget .lta-services-sidebar-menu li.current-menu-item a .arrow-icon,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li.active a .arrow-icon,
.service-detail-sidebar .lta-widget .lta-services-sidebar-menu li.current-menu-item a .arrow-icon {
  color: #c5161d;
}

.knowledge-hub-page {
  color: #252525;
}
.knowledge-hub-page .knowledge-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}
.knowledge-hub-page .knowledge-filter-bar .filter-tab {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
  text-decoration: none;
  background: #f1f5f9;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.knowledge-hub-page .knowledge-filter-bar .filter-tab:hover {
  background: rgba(197, 22, 29, 0.08);
  color: #c5161d;
  border-color: rgba(197, 22, 29, 0.2);
}
.knowledge-hub-page .knowledge-filter-bar .filter-tab.active {
  background: #c5161d;
  color: #ffffff;
}
.knowledge-hub-page .featured-article-card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 71, 151, 0.05);
  margin-bottom: 45px;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .knowledge-hub-page .featured-article-card {
    grid-template-columns: 1.1fr 1fr;
  }
}
.knowledge-hub-page .featured-article-card:hover {
  box-shadow: 0 10px 30px rgba(0, 71, 151, 0.1);
  border-color: rgba(197, 22, 29, 0.3);
}
.knowledge-hub-page .featured-article-card .featured-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
@media (min-width: 860px) {
  .knowledge-hub-page .featured-article-card .featured-img-wrap {
    min-height: 340px;
  }
}
.knowledge-hub-page .featured-article-card .featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.knowledge-hub-page .featured-article-card:hover .featured-img-wrap img {
  transform: scale(1.04);
}
.knowledge-hub-page .featured-article-card .featured-content {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.knowledge-hub-page .featured-article-card .featured-content .featured-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #004797;
  background: rgba(0, 71, 151, 0.08);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.knowledge-hub-page .featured-article-card .featured-content .featured-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  color: #1e293b;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .knowledge-hub-page .featured-article-card .featured-content .featured-title {
    font-size: 25px;
  }
}
.knowledge-hub-page .featured-article-card .featured-content .featured-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.knowledge-hub-page .featured-article-card .featured-content .featured-title a:hover {
  color: #c5161d;
}
.knowledge-hub-page .featured-article-card .featured-content .featured-excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 22px;
}
.knowledge-hub-page .featured-article-card .featured-content .featured-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}
.knowledge-hub-page .featured-article-card .featured-content .featured-meta .meta-date {
  font-size: 13.5px;
  color: #94a3b8;
  font-weight: 500;
}
.knowledge-hub-page .featured-article-card .featured-content .featured-meta .read-more-btn {
  font-size: 14.5px;
  font-weight: 700;
  color: #c5161d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.2s ease;
}
.knowledge-hub-page .featured-article-card .featured-content .featured-meta .read-more-btn:hover {
  transform: translateX(4px);
}
.knowledge-hub-page .knowledge-articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 50px;
}
@media (min-width: 640px) {
  .knowledge-hub-page .knowledge-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .knowledge-hub-page .knowledge-articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border-color: rgba(197, 22, 29, 0.3);
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card:hover .card-img-wrap img {
  transform: scale(1.05);
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content {
  padding: 22px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content .article-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: #1e293b;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content .article-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content .article-card-title a:hover {
  color: #c5161d;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content .article-card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content .article-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content .article-card-footer .card-date {
  font-size: 12.5px;
  color: #94a3b8;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content .article-card-footer .card-link {
  font-size: 13.5px;
  font-weight: 700;
  color: #c5161d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease;
}
.knowledge-hub-page .knowledge-articles-grid .article-grid-card .card-content .article-card-footer .card-link:hover {
  transform: translateX(3px);
}
.knowledge-hub-page .knowledge-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}
.knowledge-hub-page .knowledge-pagination .page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}
.knowledge-hub-page .knowledge-pagination .page-num:hover {
  border-color: #c5161d;
  color: #c5161d;
}
.knowledge-hub-page .knowledge-pagination .page-num.active {
  background: #c5161d;
  border-color: #c5161d;
  color: #ffffff;
}
.knowledge-hub-page .knowledge-pagination .page-num.dots {
  border: none;
  background: transparent;
  cursor: default;
}

.knowledge-detail-page {
  color: #252525;
}
.knowledge-detail-page .detail-header {
  margin-bottom: 30px;
}
.knowledge-detail-page .detail-header .detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13.5px;
  color: #64748b;
  margin-bottom: 16px;
}
.knowledge-detail-page .detail-header .detail-breadcrumb a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.knowledge-detail-page .detail-header .detail-breadcrumb a:hover {
  color: #c5161d;
}
.knowledge-detail-page .detail-header .detail-breadcrumb .sep {
  color: #cbd5e1;
}
.knowledge-detail-page .detail-header .detail-breadcrumb .current {
  color: #c5161d;
  font-weight: 600;
}
.knowledge-detail-page .detail-header .detail-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
  color: #1e293b;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .knowledge-detail-page .detail-header .detail-title {
    font-size: 32px;
  }
}
.knowledge-detail-page .detail-header .detail-lead {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  background: #f8fafc;
  border-left: 4px solid #c5161d;
  padding: 18px 22px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 30px;
}
.knowledge-detail-page .detail-sidebar {
  position: sticky;
  top: 90px;
  margin-bottom: 30px;
}
.knowledge-detail-page .detail-sidebar .sidebar-widget {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
}
.knowledge-detail-page .detail-sidebar .sidebar-widget .widget-title {
  font-size: 16px;
  font-weight: 700;
  color: #004797;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 2px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 8px;
}
.knowledge-detail-page .detail-sidebar .sidebar-widget .toc-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.knowledge-detail-page .detail-sidebar .sidebar-widget .toc-nav-list li {
  margin-bottom: 8px;
}
.knowledge-detail-page .detail-sidebar .sidebar-widget .toc-nav-list li:last-child {
  margin-bottom: 0;
}
.knowledge-detail-page .detail-sidebar .sidebar-widget .toc-nav-list li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 600;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.2s ease;
}
.knowledge-detail-page .detail-sidebar .sidebar-widget .toc-nav-list li a:hover {
  background: rgba(197, 22, 29, 0.06);
  color: #c5161d;
  transform: translateX(3px);
}
.knowledge-detail-page .detail-sidebar .sidebar-widget .toc-nav-list li a .toc-num {
  color: #c5161d;
  font-weight: 700;
  flex-shrink: 0;
}
.knowledge-detail-page .detail-sidebar .sidebar-cta-card {
  background: linear-gradient(135deg, #004797 0%, #083b74 100%);
  color: #ffffff;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 24px;
}
.knowledge-detail-page .detail-sidebar .sidebar-cta-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.knowledge-detail-page .detail-sidebar .sidebar-cta-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 16px;
}
.knowledge-detail-page .detail-sidebar .sidebar-cta-card .cta-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  background: #c5161d;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.knowledge-detail-page .detail-sidebar .sidebar-cta-card .cta-phone-btn:hover {
  background: #a01016;
  transform: translateY(-2px);
  color: #ffffff;
}
.knowledge-detail-page .detail-article-content .article-section {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 16px;
  padding: 30px 24px;
  margin-bottom: 30px;
  box-shadow: 0 4px 18px rgba(0, 71, 151, 0.03);
  scroll-margin-top: 100px;
}
@media (min-width: 768px) {
  .knowledge-detail-page .detail-article-content .article-section {
    padding: 36px 32px;
  }
}
.knowledge-detail-page .detail-article-content .article-section .section-h2 {
  font-size: 20px;
  font-weight: 700;
  color: #004797;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .knowledge-detail-page .detail-article-content .article-section .section-h2 {
    font-size: 22px;
  }
}
.knowledge-detail-page .detail-article-content .article-section p {
  font-size: 15px;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 16px;
}
.knowledge-detail-page .detail-article-content .article-section p:last-child {
  margin-bottom: 0;
}
.knowledge-detail-page .detail-article-content .article-section .definition-box {
  background: #f0f7ff;
  border: 1px solid #bae6fd;
  border-left: 4px solid #004797;
  border-radius: 8px;
  padding: 18px 20px;
  margin: 20px 0;
}
.knowledge-detail-page .detail-article-content .article-section .definition-box p {
  margin: 0;
  color: #0369a1;
  font-size: 14.5px;
  line-height: 1.65;
}
.knowledge-detail-page .detail-article-content .article-section .entity-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 20px 0;
}
.knowledge-detail-page .detail-article-content .article-section .entity-types-grid .entity-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.knowledge-detail-page .detail-article-content .article-section .entity-types-grid .entity-item .entity-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #c5161d;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.knowledge-detail-page .detail-article-content .article-section .entity-types-grid .entity-item .entity-info .entity-name {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}
.knowledge-detail-page .detail-article-content .article-section .entity-types-grid .entity-item .entity-info .entity-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}
.knowledge-detail-page .detail-article-content .article-section .inline-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #004797;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 14px;
  transition: all 0.2s ease;
}
.knowledge-detail-page .detail-article-content .article-section .inline-action-btn:hover {
  background: #c5161d;
  color: #ffffff;
  transform: translateX(4px);
}
.knowledge-detail-page .detail-article-content .detail-share-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 30px;
}
.knowledge-detail-page .detail-article-content .detail-share-bar .share-label {
  font-size: 13.5px;
  font-weight: 700;
  color: #475569;
}
.knowledge-detail-page .detail-article-content .detail-share-bar .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  transition: all 0.2s ease;
}
.knowledge-detail-page .detail-article-content .detail-share-bar .share-btn:hover {
  border-color: #c5161d;
  color: #c5161d;
}
.knowledge-detail-page .detail-article-content .detail-share-bar .share-btn.btn-fb:hover {
  border-color: #1877f2;
  color: #1877f2;
}
.knowledge-detail-page .detail-article-content .detail-share-bar .share-btn.btn-mail:hover {
  border-color: #ea4335;
  color: #ea4335;
}
.knowledge-detail-page .detail-article-content .detail-related-block {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}
.knowledge-detail-page .detail-article-content .detail-related-block .related-title {
  font-size: 18px;
  font-weight: 800;
  color: #004797;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.knowledge-detail-page .detail-article-content .detail-related-block .related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .knowledge-detail-page .detail-article-content .detail-related-block .related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.knowledge-detail-page .detail-article-content .detail-related-block .related-grid .related-card {
  border: 1px solid #edf2f7;
  border-radius: 10px;
  padding: 16px;
  background: #fbfcfe;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s ease;
}
.knowledge-detail-page .detail-article-content .detail-related-block .related-grid .related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(197, 22, 29, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}
.knowledge-detail-page .detail-article-content .detail-related-block .related-grid .related-card .related-date {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 8px;
}
.knowledge-detail-page .detail-article-content .detail-related-block .related-grid .related-card .related-name {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.45;
  margin-bottom: 12px;
}
.knowledge-detail-page .detail-article-content .detail-related-block .related-grid .related-card .related-link {
  font-size: 13px;
  font-weight: 600;
  color: #c5161d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.knowledge-detail-page .detail-article-content .detail-related-block .related-grid .related-card .related-link:hover {
  text-decoration: underline;
}

/*!
 * Trang Danh sách Đội ngũ Luật sư (Lawyers Page) - Luật Thái An
 * Thiết kế chuẩn Figma Group 1000004264
 * Tuân thủ Skill flatsome-luatthaian & Design Tokens
 */
.lawyers-page-wrapper {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  color: #252525;
}
.lawyers-page-wrapper p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lawyers-hero-banner {
  height: 370px !important;
  min-height: 370px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #ffffff;
}
.lawyers-hero-banner.section {
  min-height: 370px !important;
  height: 370px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .lawyers-hero-banner.section {
    min-height: 280px !important;
    height: 280px !important;
  }
}
.lawyers-hero-banner .section-bg img,
.lawyers-hero-banner .section-bg .bg {
  object-fit: cover !important;
  object-position: center right !important;
  width: 100% !important;
  height: 100% !important;
}
.lawyers-hero-banner .section-bg .section-bg-overlay {
  display: none !important;
}
.lawyers-hero-banner .section-content {
  width: 100% !important;
  position: relative !important;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 370px !important;
  height: 370px !important;
}
@media (max-width: 768px) {
  .lawyers-hero-banner .section-content {
    min-height: 280px !important;
    height: 280px !important;
  }
}
.lawyers-hero-banner .row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
@media (max-width: 991px) {
  .lawyers-hero-banner .row {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .lawyers-hero-banner .row {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.lawyers-hero-banner .hero-page-header-box {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.lawyers-hero-banner .hero-page-header-box .hero-page-title {
  font-family: "Be Vietnam Pro", Inter, sans-serif !important;
  font-size: 55px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 66px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
  word-wrap: break-word !important;
}
@media (max-width: 991px) {
  .lawyers-hero-banner .hero-page-header-box .hero-page-title {
    font-size: 42px !important;
    line-height: 52px !important;
  }
}
@media (max-width: 768px) {
  .lawyers-hero-banner .hero-page-header-box .hero-page-title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.lawyers-hero-banner .hero-page-header-box .hero-breadcrumb {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  font-family: "Be Vietnam Pro", Inter, sans-serif !important;
  font-size: 18px !important;
  line-height: 27px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.lawyers-hero-banner .hero-page-header-box .hero-breadcrumb br {
  display: none !important;
}
.lawyers-hero-banner .hero-page-header-box .hero-breadcrumb .breadcrumb-link {
  font-family: "Be Vietnam Pro", Inter, sans-serif !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.lawyers-hero-banner .hero-page-header-box .hero-breadcrumb .breadcrumb-link:hover {
  color: #c5161d !important;
  opacity: 0.9;
}
.lawyers-hero-banner .hero-page-header-box .hero-breadcrumb .breadcrumb-sep {
  font-family: "Be Vietnam Pro", Inter, sans-serif !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 27px !important;
}
.lawyers-hero-banner .hero-page-header-box .hero-breadcrumb .breadcrumb-current {
  font-family: "Be Vietnam Pro", Inter, sans-serif !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 27px !important;
}
@media (max-width: 768px) {
  .lawyers-hero-banner .hero-page-header-box .hero-breadcrumb {
    gap: 12px !important;
  }
  .lawyers-hero-banner .hero-page-header-box .hero-breadcrumb .breadcrumb-link,
  .lawyers-hero-banner .hero-page-header-box .hero-breadcrumb .breadcrumb-sep,
  .lawyers-hero-banner .hero-page-header-box .hero-breadcrumb .breadcrumb-current {
    font-size: 15px !important;
    line-height: 22px !important;
  }
}
.lawyers-hero-banner .banner-content {
  text-align: left;
  padding: 0;
}
.lawyers-hero-banner .banner-content .hero-title {
  font-family: "Be Vietnam Pro", Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .lawyers-hero-banner .banner-content .hero-title {
    font-size: 32px;
  }
}
.lawyers-hero-banner .banner-content .hero-subtitle {
  display: none !important;
}
.lawyers-hero-banner .banner-content .hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  color: #ffffff;
}
.lawyers-hero-banner .banner-content .hero-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.lawyer-leader-section {
  padding: 60px 0 40px;
  background-color: #ffffff;
}
.lawyer-leader-section .leader-lawyer-card {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .lawyer-leader-section .leader-lawyer-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lawyer-leader-section .leader-lawyer-card .leader-img-box {
  width: 370px;
  height: 556px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .lawyer-leader-section .leader-lawyer-card .leader-img-box {
    width: 100%;
    max-width: 370px;
    height: auto;
    aspect-ratio: 370/556;
    margin: 0 auto;
  }
}
.lawyer-leader-section .leader-lawyer-card .leader-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.lawyer-leader-section .leader-lawyer-card .leader-img-box:hover img {
  transform: scale(1.02);
}
.lawyer-leader-section .leader-lawyer-card .leader-details {
  flex: 1;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-header-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-header-bar .accent-bar {
  width: 3px;
  height: 59px;
  background: #c5161d;
  border-radius: 2px;
  flex-shrink: 0;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-header-bar .header-meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-header-bar .header-meta .degree {
  color: #c5161d;
  font-size: 11px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.5px;
  letter-spacing: 1.76px;
  display: block;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-header-bar .header-meta .name {
  color: #252525;
  font-size: 28px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 42px;
  margin: 0;
}
@media (max-width: 768px) {
  .lawyer-leader-section .leader-lawyer-card .leader-details .leader-header-bar .header-meta .name {
    font-size: 24px;
    line-height: 36px;
  }
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-role {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #252525;
  text-align: justify;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-bio-p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
  text-align: justify;
  padding-top: 12px;
  margin: 0;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-strengths {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  text-align: justify;
  padding-top: 12px;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .leader-strengths strong {
  font-weight: 700;
  color: #252525;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .btn-outline-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  border-radius: 8px;
  border: 1px solid #c5161d;
  color: #c5161d;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  background: transparent;
  margin-top: 4px;
  transition: all 0.2s ease;
}
.lawyer-leader-section .leader-lawyer-card .leader-details .btn-outline-red:hover {
  background-color: #c5161d;
  color: #ffffff;
  transform: translateY(-1px);
}

.lawyers-grid-section {
  padding: 20px 0 60px;
  background-color: #ffffff;
}
.lawyers-grid-section .lawyer-grid-row {
  row-gap: 36px;
}
.lawyers-grid-section .lawyer-card-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 570px;
  height: 100%;
}
@media (max-width: 600px) {
  .lawyers-grid-section .lawyer-card-item {
    flex-direction: column;
    align-items: center;
  }
}
.lawyers-grid-section .lawyer-card-item .lawyer-thumb {
  width: 270px;
  height: 405px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .lawyers-grid-section .lawyer-card-item .lawyer-thumb {
    width: 100%;
    max-width: 270px;
    height: auto;
    aspect-ratio: 270/405;
  }
}
.lawyers-grid-section .lawyer-card-item .lawyer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.lawyers-grid-section .lawyer-card-item .lawyer-thumb:hover img {
  transform: scale(1.02);
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body {
  flex: 1;
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
  min-height: 405px;
}
@media (max-width: 600px) {
  .lawyers-grid-section .lawyer-card-item .lawyer-card-body {
    width: 100%;
    min-height: auto;
  }
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .lawyer-name-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .lawyer-name-bar .bar {
  width: 3px;
  height: 47px;
  background-color: #c5161d;
  border-radius: 2px;
  flex-shrink: 0;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .lawyer-name-bar .meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .lawyer-name-bar .meta .degree {
  color: #c5161d;
  font-size: 11px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16.5px;
  letter-spacing: 1.76px;
  display: block;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .lawyer-name-bar .meta .name {
  color: #252525;
  font-size: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .lawyer-position {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #252525;
  text-align: justify;
  margin: 0;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .lawyer-strengths {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
  text-align: justify;
  padding-top: 12px;
  margin: 0;
  flex: 1;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .lawyer-strengths strong {
  font-weight: 700;
  color: #252525;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .btn-outline-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  border-radius: 8px;
  border: 1px solid #c5161d;
  color: #c5161d;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration: none;
  background: transparent;
  margin-top: auto;
  transition: all 0.2s ease;
}
.lawyers-grid-section .lawyer-card-item .lawyer-card-body .btn-outline-red:hover {
  background-color: #c5161d;
  color: #ffffff;
  transform: translateY(-1px);
}

.lawyers-bottom-cta {
  background: linear-gradient(135deg, #004797 0%, #002d62 100%);
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
.lawyers-bottom-cta .cta-title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .lawyers-bottom-cta .cta-title {
    font-size: 22px;
  }
}
.lawyers-bottom-cta .cta-desc {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680px;
  margin: 0 auto 24px;
  line-height: 1.6;
}
.lawyers-bottom-cta .cta-btn-group {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.lawyers-bottom-cta .cta-btn-group .btn-cta-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #c5161d;
  color: #ffffff;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.lawyers-bottom-cta .cta-btn-group .btn-cta-call:hover {
  background-color: #a01016;
  color: #ffffff;
}
.lawyers-bottom-cta .cta-btn-group .btn-cta-appoint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}
.lawyers-bottom-cta .cta-btn-group .btn-cta-appoint:hover {
  background-color: #ffffff;
  color: #004797;
}

/*!
 * Trang Chi tiết Luật sư (Lawyer Detail Page) - Luật Thái An
 * Thiết kế chuẩn Figma Group 1000004265
 * Tuân thủ Skill flatsome-luatthaian & Design Tokens
 */
.lawyer-detail-page {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  color: #252525;
}
.lawyer-detail-page p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.lawyer-detail-page .profile-top-card {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .lawyer-detail-page .profile-top-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lawyer-detail-page .profile-top-card .profile-avatar-box {
  width: 370px;
  height: 508px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .lawyer-detail-page .profile-top-card .profile-avatar-box {
    width: 100%;
    max-width: 370px;
    height: auto;
    aspect-ratio: 370/508;
    margin: 0 auto;
  }
}
.lawyer-detail-page .profile-top-card .profile-avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.lawyer-detail-page .profile-top-card .profile-avatar-box:hover img {
  transform: scale(1.02);
}
.lawyer-detail-page .profile-top-card .profile-info-col {
  flex: 1;
  max-width: 770px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 991px) {
  .lawyer-detail-page .profile-top-card .profile-info-col {
    width: 100%;
    gap: 24px;
  }
}
.lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .title-degree {
  color: #c5161d;
  font-size: 18px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26.1px;
}
.lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .title-name {
  color: #004797;
  font-size: 36px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52.2px;
  margin: 0;
}
@media (max-width: 768px) {
  .lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .title-name {
    font-size: 28px;
    line-height: 40px;
  }
}
.lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .title-tagline {
  color: #004797;
  font-size: 30px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 43.5px;
  margin: 0;
}
@media (max-width: 768px) {
  .lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .title-tagline {
    font-size: 22px;
    line-height: 32px;
  }
}
.lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .red-divider-line {
  width: 148px;
  height: 2px;
  background: #c5161d;
  border-radius: 1px;
}
.lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .membership-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .membership-info .membership-title {
  color: #252525;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-align: justify;
}
.lawyer-detail-page .profile-top-card .profile-info-col .profile-title-block .membership-info .membership-desc {
  color: #252525;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  margin: 0;
}
.lawyer-detail-page .profile-top-card .profile-info-col .verification-qr-card {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  border-radius: 12px;
  border: 1px solid #d8d8d8;
  padding: 20px 48px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lawyer-detail-page .profile-top-card .profile-info-col .verification-qr-card {
    padding: 16px 20px;
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
}
.lawyer-detail-page .profile-top-card .profile-info-col .verification-qr-card .qr-text {
  flex: 1;
  color: #252525;
  font-size: 18px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  line-height: 27px;
  text-align: justify;
}
@media (max-width: 768px) {
  .lawyer-detail-page .profile-top-card .profile-info-col .verification-qr-card .qr-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.lawyer-detail-page .profile-top-card .profile-info-col .verification-qr-card .qr-img-box {
  width: 145px;
  height: 145px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lawyer-detail-page .profile-top-card .profile-info-col .verification-qr-card .qr-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.lawyer-detail-page .lawyer-body-sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .section-main-heading {
  color: #c5161d;
  font-size: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  text-align: justify;
  margin: 0;
}
@media (max-width: 768px) {
  .lawyer-detail-page .lawyer-body-sections .content-section-block .section-main-heading {
    font-size: 20px;
    line-height: 30px;
  }
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .section-body-p {
  color: #252525;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  margin: 0;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .section-body-p strong {
  font-weight: 700;
  color: #252525;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .link-item-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 1px;
  border-bottom: 1px solid #c5161d;
  width: fit-content;
  text-decoration: none;
  color: #c5161d;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  line-height: 24px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .link-item-row:hover {
  opacity: 0.85;
  transform: translateX(2px);
  color: #c5161d;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .sub-case-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .sub-case-block .sub-case-title {
  color: #252525;
  font-size: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  line-height: 30px;
  text-align: justify;
  margin: 0;
}
@media (max-width: 768px) {
  .lawyer-detail-page .lawyer-body-sections .content-section-block .sub-case-block .sub-case-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .sub-case-block .cases-bullet-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .sub-case-block .cases-bullet-ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  text-align: justify;
}
.lawyer-detail-page .lawyer-body-sections .content-section-block .sub-case-block .cases-bullet-ul li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #c5161d;
  font-size: 18px;
  line-height: 24px;
}

/*!
 * Trang Liên hệ (Contact Page) - Luật Thái An
 * Thiết kế chuẩn Figma/Template ref/lien-he.zip
 * Tuân thủ Skill flatsome-luatthaian & Design Tokens
 */
.contact-hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0 60px;
  color: #ffffff;
  overflow: hidden;
}
.contact-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 30, 70, 0.88) 0%, rgba(197, 22, 29, 0.82) 100%);
  z-index: 1;
}
.contact-hero-banner .banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.contact-hero-banner .banner-content .hero-title {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .contact-hero-banner .banner-content .hero-title {
    font-size: 28px;
  }
}
.contact-hero-banner .banner-content .hero-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 750px;
  margin: 0 auto 18px;
  line-height: 1.6;
}
.contact-hero-banner .banner-content .hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.contact-hero-banner .banner-content .hero-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-hero-banner .banner-content .hero-breadcrumb a:hover {
  color: #fca5a5;
}
.contact-hero-banner .banner-content .hero-breadcrumb .sep {
  opacity: 0.6;
}
.contact-hero-banner .banner-content .hero-breadcrumb .current {
  color: #fef08a;
  font-weight: 600;
}

.contact-main-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.contact-main-section .contact-info-col {
  padding-right: 25px;
}
@media (max-width: 768px) {
  .contact-main-section .contact-info-col {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.contact-main-section .contact-info-col .company-badge {
  display: inline-block;
  color: #c5161d;
  font-size: 13.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.contact-main-section .contact-info-col .info-main-title {
  font-size: 32px;
  font-weight: 800;
  color: #004797;
  margin-bottom: 24px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .contact-main-section .contact-info-col .info-main-title {
    font-size: 26px;
  }
}
.contact-main-section .contact-info-col .office-item {
  background-color: #f7f6f3;
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 16px;
  border-left: 4px solid #c5161d;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-main-section .contact-info-col .office-item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.contact-main-section .contact-info-col .office-item .office-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #004797;
  margin-bottom: 6px;
}
.contact-main-section .contact-info-col .office-item .office-name svg {
  color: #c5161d;
  flex-shrink: 0;
}
.contact-main-section .contact-info-col .office-item .office-address {
  font-size: 14.5px;
  line-height: 1.6;
  color: #252525;
  margin: 0;
}
.contact-main-section .contact-info-col .contact-direct-box {
  margin-top: 24px;
  padding-top: 10px;
}
.contact-main-section .contact-info-col .contact-direct-box .direct-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15.5px;
}
.contact-main-section .contact-info-col .contact-direct-box .direct-row svg {
  color: #c5161d;
  flex-shrink: 0;
}
.contact-main-section .contact-info-col .contact-direct-box .direct-row .direct-label {
  font-weight: 700;
  color: #4b5563;
}
.contact-main-section .contact-info-col .contact-direct-box .direct-row .direct-val {
  font-weight: 700;
  color: #c5161d;
  text-decoration: none;
}
.contact-main-section .contact-info-col .contact-direct-box .direct-row .direct-val:hover {
  text-decoration: underline;
}
.contact-main-section .contact-info-col .social-channels-box {
  margin-top: 24px;
}
.contact-main-section .contact-info-col .social-channels-box .social-label {
  font-size: 14px;
  font-weight: 700;
  color: #4b5563;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-main-section .contact-info-col .social-channels-box .social-icons-list {
  display: flex;
  gap: 12px;
}
.contact-main-section .contact-info-col .social-channels-box .social-icons-list .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f7f6f3;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  color: #004797;
  text-decoration: none;
  transition: all 0.25s ease;
}
.contact-main-section .contact-info-col .social-channels-box .social-icons-list .social-link:hover {
  background-color: #c5161d;
  border-color: #c5161d;
  color: #ffffff;
  transform: translateY(-2px);
}
.contact-main-section .contact-info-col .social-channels-box .social-icons-list .social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.contact-main-section .contact-form-card {
  background: #c5161d;
  border-radius: 20px;
  padding: 38px 34px;
  color: #ffffff;
  box-shadow: 0 12px 40px rgba(197, 22, 29, 0.25);
}
@media (max-width: 768px) {
  .contact-main-section .contact-form-card {
    padding: 24px 20px;
    border-radius: 16px;
  }
}
.contact-main-section .contact-form-card .form-header-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .contact-main-section .contact-form-card .form-header-title {
    font-size: 22px;
  }
}
.contact-main-section .contact-form-card .form-header-desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 24px;
}
.contact-main-section .contact-form-card label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  margin-bottom: 6px;
}
.contact-main-section .contact-form-card label .req {
  color: #ffcdd2;
  margin-left: 2px;
}
.contact-main-section .contact-form-card .contact-form-inner .form-row,
.contact-main-section .contact-form-card form .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .contact-main-section .contact-form-card .contact-form-inner .form-row,
  .contact-main-section .contact-form-card form .form-row {
    flex-direction: column;
    gap: 16px;
  }
}
.contact-main-section .contact-form-card .contact-form-inner .form-row .form-group,
.contact-main-section .contact-form-card form .form-row .form-group {
  flex: 1;
}
.contact-main-section .contact-form-card .contact-form-inner .form-group,
.contact-main-section .contact-form-card form .form-group {
  margin-bottom: 18px;
}
.contact-main-section .contact-form-card .contact-form-inner .form-group label,
.contact-main-section .contact-form-card form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  margin-bottom: 6px;
}
.contact-main-section .contact-form-card .contact-form-inner .form-group label .req,
.contact-main-section .contact-form-card form .form-group label .req {
  color: #ffcdd2;
  margin-left: 2px;
}
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=text],
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=tel],
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=email],
.contact-main-section .contact-form-card .contact-form-inner .form-group textarea,
.contact-main-section .contact-form-card form .form-group input[type=text],
.contact-main-section .contact-form-card form .form-group input[type=tel],
.contact-main-section .contact-form-card form .form-group input[type=email],
.contact-main-section .contact-form-card form .form-group textarea {
  width: 100%;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14.5px;
  color: #1e293b !important;
  font-family: inherit;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=text]::placeholder,
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=tel]::placeholder,
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=email]::placeholder,
.contact-main-section .contact-form-card .contact-form-inner .form-group textarea::placeholder,
.contact-main-section .contact-form-card form .form-group input[type=text]::placeholder,
.contact-main-section .contact-form-card form .form-group input[type=tel]::placeholder,
.contact-main-section .contact-form-card form .form-group input[type=email]::placeholder,
.contact-main-section .contact-form-card form .form-group textarea::placeholder {
  color: #94a3b8;
}
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=text]:focus,
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=tel]:focus,
.contact-main-section .contact-form-card .contact-form-inner .form-group input[type=email]:focus,
.contact-main-section .contact-form-card .contact-form-inner .form-group textarea:focus,
.contact-main-section .contact-form-card form .form-group input[type=text]:focus,
.contact-main-section .contact-form-card form .form-group input[type=tel]:focus,
.contact-main-section .contact-form-card form .form-group input[type=email]:focus,
.contact-main-section .contact-form-card form .form-group textarea:focus {
  outline: none;
  border-color: #fca5a5 !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}
.contact-main-section .contact-form-card .contact-form-inner .form-group textarea,
.contact-main-section .contact-form-card form .form-group textarea {
  min-height: 110px;
  resize: vertical;
}
.contact-main-section .contact-form-card .contact-form-inner .btn-submit-contact,
.contact-main-section .contact-form-card form .btn-submit-contact {
  width: 100%;
  background: #ffffff !important;
  color: #c5161d !important;
  font-weight: 800;
  font-size: 16px;
  padding: 15px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 8px;
  display: block;
  text-align: center;
}
.contact-main-section .contact-form-card .contact-form-inner .btn-submit-contact:hover,
.contact-main-section .contact-form-card form .btn-submit-contact:hover {
  background: #f8fafc !important;
  color: #991b1b !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.contact-main-section .contact-form-card .contact-form-inner .btn-submit-contact:active,
.contact-main-section .contact-form-card form .btn-submit-contact:active {
  transform: translateY(0);
}
.contact-main-section .contact-form-card .contact-form-inner .privacy-guarantee,
.contact-main-section .contact-form-card form .privacy-guarantee {
  display: block;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-top: 14px;
  text-align: center;
  font-style: italic;
}

.contact-map-section {
  padding: 0 0 70px;
  background-color: #ffffff;
}
.contact-map-section .map-header {
  text-align: center;
  margin-bottom: 28px;
}
.contact-map-section .map-header .map-title {
  font-size: 26px;
  font-weight: 800;
  color: #004797;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .contact-map-section .map-header .map-title {
    font-size: 20px;
  }
}
.contact-map-section .map-header .map-desc {
  font-size: 15px;
  color: #6b7280;
}
.contact-map-section .map-frame-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}
.contact-map-section .map-frame-box iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: 0;
}
@media (max-width: 768px) {
  .contact-map-section .map-frame-box iframe {
    height: 320px;
  }
}

@media only screen and (max-width: 768px) {
  /*************** ADD MOBILE ONLY CSS HERE ***************/
}
/*************** ADD CUSTOM CSS HERE. ***************/
