@charset "UTF-8";
body {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.page-wrapper,
#content.content-area,
.page-blank,
body.page #content,
body.page .content-area {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

section.section {
  width: 100%;
  max-width: 100%;
}

.header-main {
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header-main .header-nav li > a {
  font-weight: 600;
  font-size: 15px;
  color: #1A1A1A;
  transition: color 0.3s ease;
}
.header-main .header-nav li > a:hover {
  color: #8B1A1A !important;
}
.header-main .header-nav li.active > a {
  color: #8B1A1A !important;
}
.header-main .header-button .button {
  background-color: #8B1A1A !important;
  border-color: #8B1A1A !important;
  color: #FFFFFF !important;
  font-weight: 600;
  border-radius: 4px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}
.header-main .header-button .button:hover {
  background-color: #6B1414 !important;
  border-color: #6B1414 !important;
  box-shadow: 0 4px 12px rgba(139, 26, 26, 0.3);
}

.btn-primary-red {
  background-color: #8B1A1A !important;
  border-color: #8B1A1A !important;
  color: #FFFFFF !important;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s ease;
}
.btn-primary-red:hover {
  background-color: #6B1414 !important;
  border-color: #6B1414 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(139, 26, 26, 0.35);
}

.btn-outline-white {
  background-color: transparent !important;
  border: 2px solid #FFFFFF !important;
  color: #FFFFFF !important;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s ease;
}
.btn-outline-white:hover {
  background-color: #FFFFFF !important;
  color: #1A1A1A !important;
  transform: translateY(-2px);
}

.btn-outline-red {
  background-color: transparent !important;
  border: 1.5px solid #8B1A1A !important;
  color: #8B1A1A !important;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 28px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.btn-outline-red:hover {
  background-color: #8B1A1A !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 26, 26, 0.25);
}

.thanhha-heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.thanhha-heading-wrap .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #8B1A1A;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.thanhha-heading-wrap .gold-divider {
  width: 60px;
  height: 3px;
  background-color: #C9A227;
  margin: 12px auto 16px auto;
  border-radius: 2px;
}
.thanhha-heading-wrap .section-desc {
  font-size: 15px;
  color: #666666;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.hero-thanhha {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.hero-thanhha .hero-tag {
  display: inline-block;
  color: #C9A227;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-thanhha .hero-title h1 {
  font-size: 54px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-thanhha .hero-title h1 .highlight-gold {
  color: #C9A227;
}
.hero-thanhha .hero-subtitle p {
  font-size: 17px;
  color: #E2E8F0;
  max-width: 680px;
  margin: 0 auto 30px auto;
  line-height: 1.7;
}
.hero-thanhha .hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.about-thanhha {
  padding: 80px 0;
}
.about-thanhha .about-img-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.about-thanhha .about-img-box img {
  border-radius: 8px;
  display: block;
  width: 100%;
}
.about-thanhha .about-img-box .experience-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #8B1A1A;
  color: #FFFFFF;
  padding: 16px 20px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(139, 26, 26, 0.4);
}
.about-thanhha .about-img-box .experience-badge .badge-num {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.about-thanhha .about-img-box .experience-badge .badge-txt {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.about-thanhha .section-label span {
  color: #8B1A1A;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.about-thanhha .about-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.35;
  margin-bottom: 18px;
}
.about-thanhha .about-desc p {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 24px;
}
.about-thanhha .about-principles {
  margin-bottom: 30px;
}
.about-thanhha .about-principles .principle-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.about-thanhha .about-principles .principle-item .principle-icon {
  width: 10px;
  height: 10px;
  background-color: #C9A227;
  border-radius: 50%;
  flex-shrink: 0;
}
.about-thanhha .about-principles .principle-item .principle-text {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
}

.services-thanhha {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.services-thanhha .service-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 220px;
  background-color: #111111;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  cursor: pointer;
}
.services-thanhha .service-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  opacity: 0.65;
}
.services-thanhha .service-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.4) 0%, rgba(17, 17, 17, 0.85) 100%);
  transition: all 0.3s ease;
}
.services-thanhha .service-card .card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-thanhha .service-card .card-content .service-num {
  align-self: flex-start;
  background-color: #8B1A1A;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
}
.services-thanhha .service-card .card-content .service-name {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  transition: color 0.3s ease;
}
.services-thanhha .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(139, 26, 26, 0.25);
  border: 1px solid #8B1A1A;
}
.services-thanhha .service-card:hover .card-bg {
  transform: scale(1.08);
  opacity: 0.85;
}
.services-thanhha .service-card:hover .card-content .service-name {
  color: #E5C358;
}
.services-thanhha .btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.team-thanhha {
  padding: 80px 0;
  background-color: #F8F9FA;
}
.team-thanhha .lawyer-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border: 1px solid #E5E7EB;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.team-thanhha .lawyer-card .lawyer-img-wrap {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-color: #E2E8F0;
}
.team-thanhha .lawyer-card .lawyer-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.team-thanhha .lawyer-card .lawyer-img-wrap .lawyer-badge-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #8B1A1A;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}
.team-thanhha .lawyer-card .lawyer-img-wrap .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ECEFF1;
  font-size: 40px;
  font-weight: 800;
  color: #90A4AE;
}
.team-thanhha .lawyer-card .lawyer-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.team-thanhha .lawyer-card .lawyer-body .lawyer-name {
  font-size: 17px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 4px;
}
.team-thanhha .lawyer-card .lawyer-body .lawyer-role {
  font-size: 13px;
  font-weight: 600;
  color: #8B1A1A;
  margin-bottom: 4px;
}
.team-thanhha .lawyer-card .lawyer-body .lawyer-exp {
  font-size: 12px;
  color: #666666;
  margin-bottom: 12px;
}
.team-thanhha .lawyer-card .lawyer-body .lawyer-desc {
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 14px;
  flex-grow: 1;
}
.team-thanhha .lawyer-card .lawyer-body .lawyer-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.team-thanhha .lawyer-card .lawyer-body .lawyer-tags span {
  font-size: 11px;
  background-color: #F1F5F9;
  color: #666666;
  padding: 2px 8px;
  border-radius: 3px;
}
.team-thanhha .lawyer-card .lawyer-body .lawyer-link {
  font-size: 13px;
  font-weight: 600;
  color: #8B1A1A;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.team-thanhha .lawyer-card .lawyer-body .lawyer-link:hover {
  color: #C9A227;
}
.team-thanhha .lawyer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  border-color: #8B1A1A;
}
.team-thanhha .lawyer-card:hover .lawyer-img-wrap img {
  transform: scale(1.05);
}

.practice-areas-thanhha {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.practice-areas-thanhha .practice-img-box {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
}
.practice-areas-thanhha .practice-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.practice-areas-thanhha .practice-card .practice-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.practice-areas-thanhha .practice-card .practice-header .practice-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C9A227;
  flex-shrink: 0;
}
.practice-areas-thanhha .practice-card .practice-header .practice-title {
  font-size: 15px;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0;
}
.practice-areas-thanhha .practice-card .practice-desc {
  font-size: 13px;
  color: #666666;
  margin: 0;
  padding-left: 18px;
  line-height: 1.4;
}
.practice-areas-thanhha .practice-card:hover {
  border-color: #8B1A1A;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(139, 26, 26, 0.12);
}

.news-thanhha {
  padding: 80px 0;
  background-color: #F8F9FA;
}
.news-thanhha .news-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border: 1px solid #E5E7EB;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-thanhha .news-card .news-img-box {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.news-thanhha .news-card .news-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-thanhha .news-card .news-img-box .news-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #8B1A1A;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}
.news-thanhha .news-card .news-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-thanhha .news-card .news-content .news-title {
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.4;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}
.news-thanhha .news-card .news-content .news-title a {
  color: inherit;
  text-decoration: none;
}
.news-thanhha .news-card .news-content .news-title a:hover {
  color: #8B1A1A;
}
.news-thanhha .news-card .news-content .news-excerpt {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}
.news-thanhha .news-card .news-content .news-link {
  font-size: 13px;
  font-weight: 700;
  color: #8B1A1A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}
.news-thanhha .news-card .news-content .news-link:hover {
  color: #C9A227;
}
.news-thanhha .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}
.news-thanhha .news-card:hover .news-img-box img {
  transform: scale(1.06);
}
.news-thanhha .btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.library-thanhha {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.library-thanhha .library-list {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}
.library-thanhha .library-list .library-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #E5E7EB;
  text-decoration: none;
  transition: background-color 0.25s ease;
}
.library-thanhha .library-list .library-item:last-child {
  border-bottom: none;
}
.library-thanhha .library-list .library-item .library-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.library-thanhha .library-list .library-item .library-left .doc-icon {
  color: #8B1A1A;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.library-thanhha .library-list .library-item .library-left .doc-tag {
  font-size: 11px;
  font-weight: 700;
  background-color: #FEE2E2;
  color: #8B1A1A;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
}
.library-thanhha .library-list .library-item .library-left .doc-title {
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
  transition: color 0.2s ease;
}
.library-thanhha .library-list .library-item .doc-arrow {
  color: #666666;
  font-size: 16px;
  transition: all 0.25s ease;
}
.library-thanhha .library-list .library-item:hover {
  background-color: #FDF8F8;
}
.library-thanhha .library-list .library-item:hover .doc-title {
  color: #8B1A1A;
}
.library-thanhha .library-list .library-item:hover .doc-arrow {
  color: #8B1A1A;
  transform: translateX(4px);
}
.library-thanhha .btn-wrap {
  text-align: center;
  margin-top: 35px;
}

.clients-thanhha {
  padding: 60px 0;
  background-color: #F8F9FA;
}
.clients-thanhha .partner-box {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 18px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #666666;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.clients-thanhha .partner-box:hover {
  border-color: #C9A227;
  color: #8B1A1A;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.contact-form-thanhha {
  padding: 80px 0;
  position: relative;
  background-color: #111111;
  background-size: cover;
  background-position: center;
}
.contact-form-thanhha .contact-info-col {
  color: #FFFFFF;
  padding-right: 30px;
}
.contact-form-thanhha .contact-info-col .contact-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.contact-form-thanhha .contact-info-col .contact-intro p {
  font-size: 16px;
  color: #CBD5E1;
  line-height: 1.65;
  margin-bottom: 30px;
}
.contact-form-thanhha .contact-info-col .contact-card-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.contact-form-thanhha .contact-info-col .contact-card-item .item-icon {
  color: #C9A227;
  font-size: 18px;
  margin-top: 3px;
}
.contact-form-thanhha .contact-info-col .contact-card-item .item-text {
  font-size: 15px;
  line-height: 1.5;
}
.contact-form-thanhha .contact-info-col .contact-card-item .item-text strong {
  color: #C9A227;
  display: block;
  margin-bottom: 2px;
}
.contact-form-thanhha .contact-form-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 35px 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-row .col-half {
  flex: 1;
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-row .col-full {
  width: 100%;
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-row label {
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  display: block;
  margin-bottom: 6px;
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-row .input-field {
  width: 100%;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  color: #333333;
  transition: border-color 0.2s ease;
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-row .input-field:focus {
  border-color: #8B1A1A;
  outline: none;
  box-shadow: 0 0 0 2px rgba(139, 26, 26, 0.15);
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-submit-row {
  margin-top: 24px;
  margin-bottom: 0;
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-submit-row .thanhha-submit-btn {
  width: 100%;
  background-color: #8B1A1A !important;
  border-color: #8B1A1A !important;
  color: #FFFFFF !important;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-submit-row .thanhha-submit-btn:hover {
  background-color: #6B1414 !important;
  box-shadow: 0 6px 18px rgba(139, 26, 26, 0.4);
}

.footer-thanhha {
  background-color: #8B1A1A !important;
  color: #FFFFFF;
  padding: 60px 0 20px 0;
}
.footer-thanhha .footer-logo {
  max-width: 200px;
  margin-bottom: 15px;
}
.footer-thanhha .footer-slogan p {
  font-size: 15px;
  font-weight: 700;
  color: #C9A227;
  margin-bottom: 12px;
}
.footer-thanhha .footer-intro p {
  font-size: 13.5px;
  color: #F1F5F9;
  line-height: 1.6;
  margin-bottom: 16px;
}
.footer-thanhha .footer-col-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
}
.footer-thanhha .footer-col-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #C9A227;
}
.footer-thanhha .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-thanhha .footer-menu li {
  margin-bottom: 10px;
}
.footer-thanhha .footer-menu li a {
  color: #F1F5F9;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-thanhha .footer-menu li a:hover {
  color: #C9A227 !important;
  padding-left: 5px;
}
.footer-thanhha .footer-contact-info p {
  font-size: 14px;
  color: #F1F5F9;
  line-height: 1.65;
  margin-bottom: 10px;
}
.footer-thanhha .footer-contact-info p strong {
  color: #FFFFFF;
}
.footer-thanhha .footer-bottom-row {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}
.footer-thanhha .footer-bottom-row .footer-copyright p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.single-post-thanhha {
  padding: 40px 0 60px 0;
}
.single-post-thanhha .post-header {
  margin-bottom: 25px;
}
.single-post-thanhha .post-header .breadcrumb-wrap {
  font-size: 13px;
  color: #666666;
  margin-bottom: 15px;
}
.single-post-thanhha .post-header .breadcrumb-wrap a {
  color: #666666;
  text-decoration: none;
}
.single-post-thanhha .post-header .breadcrumb-wrap a:hover {
  color: #8B1A1A;
}
.single-post-thanhha .post-header .breadcrumb-wrap span {
  margin: 0 6px;
}
.single-post-thanhha .post-header .post-badge {
  display: inline-block;
  background-color: #8B1A1A;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.single-post-thanhha .post-header .post-title {
  font-size: 34px;
  font-weight: 800;
  color: #1A1A1A;
  line-height: 1.3;
  margin-bottom: 15px;
}
.single-post-thanhha .post-header .post-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #666666;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 15px;
}
.single-post-thanhha .post-header .post-meta .author-name {
  color: #8B1A1A;
  font-weight: 600;
}
.single-post-thanhha .post-featured-image {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.single-post-thanhha .post-featured-image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.single-post-thanhha .post-body-content {
  font-size: 16px;
  line-height: 1.8;
  color: #2D3748;
}
.single-post-thanhha .post-body-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 14px;
  border-left: 4px solid #8B1A1A;
}
.single-post-thanhha .post-body-content p {
  margin-bottom: 18px;
}
.single-post-thanhha .post-body-content .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #1A1A1A;
}
.single-post-thanhha .post-sidebar-sticky {
  position: sticky;
  top: 90px;
}
.single-post-thanhha .post-sidebar-sticky .sidebar-widget {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 22px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.single-post-thanhha .post-sidebar-sticky .sidebar-widget .widget-title {
  font-size: 15px;
  font-weight: 700;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid #F1F5F9;
}
.single-post-thanhha .post-sidebar-sticky .sidebar-widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #8B1A1A;
}
.single-post-thanhha .post-sidebar-sticky .widget-author-box {
  background-color: #8B1A1A;
  color: #FFFFFF;
  border: none;
  text-align: center;
  padding: 25px 20px;
}
.single-post-thanhha .post-sidebar-sticky .widget-author-box .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 12px auto;
  overflow: hidden;
  border: 3px solid #C9A227;
}
.single-post-thanhha .post-sidebar-sticky .widget-author-box .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-thanhha .post-sidebar-sticky .widget-author-box .author-name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
}
.single-post-thanhha .post-sidebar-sticky .widget-author-box .author-role {
  font-size: 13px;
  color: #E5C358;
  margin-bottom: 12px;
}
.single-post-thanhha .post-sidebar-sticky .widget-author-box .author-desc {
  font-size: 12.5px;
  line-height: 1.5;
  color: #F1F5F9;
  margin-bottom: 15px;
}
.single-post-thanhha .post-sidebar-sticky .widget-author-box .author-contact-btn {
  display: inline-block;
  background-color: #C9A227;
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.single-post-thanhha .post-sidebar-sticky .widget-author-box .author-contact-btn:hover {
  background-color: #FFFFFF;
  color: #8B1A1A;
}
.single-post-thanhha .post-sidebar-sticky .widget-toc .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post-thanhha .post-sidebar-sticky .widget-toc .toc-list li {
  margin-bottom: 10px;
}
.single-post-thanhha .post-sidebar-sticky .widget-toc .toc-list li a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}
.single-post-thanhha .post-sidebar-sticky .widget-toc .toc-list li a::before {
  content: "•";
  color: #8B1A1A;
  font-size: 16px;
}
.single-post-thanhha .post-sidebar-sticky .widget-toc .toc-list li a:hover {
  color: #8B1A1A;
  padding-left: 4px;
}
.single-post-thanhha .related-posts-thanhha {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #F1F5F9;
}
.single-post-thanhha .related-posts-thanhha .related-title {
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .hero-thanhha .hero-title h1 {
    font-size: 40px;
  }
  .about-thanhha .about-img-box {
    margin-bottom: 30px;
  }
  .contact-form-thanhha .contact-info-col {
    padding-right: 0;
    margin-bottom: 35px;
  }
  .single-post-thanhha .post-sidebar-sticky {
    position: static;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero-thanhha {
    padding: 60px 0 !important;
  }
  .hero-thanhha .hero-title h1 {
    font-size: 32px;
  }
  .hero-thanhha .hero-subtitle p {
    font-size: 15px;
  }
  .hero-thanhha .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .hero-thanhha .hero-buttons .button {
    width: 100%;
  }
  .services-thanhha .service-card {
    height: 180px;
  }
  .thanhha-heading-wrap .section-title {
    font-size: 26px;
  }
  .contact-form-thanhha .contact-form-card .thanhha-cf7-wrapper .form-row {
    flex-direction: column;
    gap: 0;
  }
}
