/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  display: inline-block;
  vertical-align: middle;
}

/* Gradients */
.bg-navy-grad {
  background: linear-gradient(
    135deg,
    var(--fs-color-primary) 0%,
    #003d73 100%
  ) !important;
}
.text-gold-grad {
  color: var(--fs-color-primary);
}

/* Glassmorphism */
.glass-dark {
  background: rgba(0, 86, 163, 0.8) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.glass-card {
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgb(0, 0, 0, 0.05) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
}
.glass-card:hover {
  background: rgba(255, 255, 255, 0.6) !important;
  transform: translateY(-5px) !important;
  border: 1px solid rgb(0, 0, 0, 0.05) !important;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08) !important;
}

.contact-info-item p {
  margin-bottom: 0 !important;
}

.glass-premium {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  ) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgb(0, 0, 0, 0.05) !important;
}

/* Card Hover General */
.card-hover {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.card-hover:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

/* Hero Section Typography Responsive */
.hero-title {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 24px !important;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.hero-desc {
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin-bottom: 40px !important;
  border-left: 4px solid #055ef9 !important;
  padding-left: 24px !important;
  opacity: 0.9 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  max-width: 640px !important;
}
@media (max-width: 549px) {
  .hero-title {
    font-size: 28px !important; /* Phù hợp màn hình 360px */
    line-height: 1.3 !important;
  }
  .hero-desc {
    font-size: 14px !important;
    padding-left: 16px !important;
    margin-bottom: 24px !important;
  }
}

/* Section Title Components */
.section-subtitle {
  color: #000;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  display: block !important;
  margin-bottom: 8px !important;
}
.section-subtitle.blue-gray {
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
}
.section-title {
  font-size: 32px !important;
  font-weight: 600 !important;
  color: var(--fs-color-primary) !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  display: flex;
  justify-content: center !important;
}
.section-title-divider {
  width: 80px !important;
  height: 4px !important;
  background-color: var(--fs-color-primary) !important;
  margin: 24px auto 0 auto !important;
}
@media (max-width: 549px) {
  .section-title {
    font-size: 24px !important;
  }
}

/* Why Choose Us & Values Cards */
.why-card {
  padding: 20px !important;
  border-radius: 16px !important;
  height: 100% !important;
}
.why-icon-box {
  width: 56px !important;
  height: 56px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
}
.why-icon-box.gold-theme {
  background-color: #0d89e733 !important;
  color: var(--fs-color-primary) !important;
}
.why-icon-box.blue-theme {
  background-color: #0d89e733 !important;
  color: var(--fs-color-primary) !important;
}
.why-icon-box span {
  font-size: 30px !important;
}
.why-card h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: var(--fs-color-primary) !important;
  margin-bottom: 24px !important;
  line-height: 1.4 !important;
  margin-top: 0 !important;
}
.why-card p {
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 849px) {
    
  .stat-number {
    font-size: 30px !important; 
  }
  
  .why-card h3 {
    font-size: 20px !important;
  }
  

}

/* Stats Section */
.stat-number-wrapper {
  padding: 16px !important;
  text-align: left !important;
}
.stat-number-wrapper.has-border {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.stat-number {
  font-size: 35px ;
  font-weight: 700 !important;
  margin: 8px 0 !important;
  font-family: "Open Sans", sans-serif !important;
}
.stat-label {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
@media (max-width: 549px) {
  .stat-number {
    font-size: 25px !important; /* Phù hợp màn 360px */
  }
  .stat-label {
    font-size: 12px !important;
  }
}

/* Vision Section */
.vision-content {
  margin-top: 24px !important;
}
.vision-quote {
  border-left: 3px solid var(--fs-color-primary) !important;
  padding-left: 20px !important;
  font-style: italic !important;
  font-size: 18px !important;
  color: #181c1f !important;
  margin-bottom: 24px !important;
}
.vision-text {
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}
.vision-stat-num {
  color: var(--fs-color-primary) !important;
  font-size: 36px !important;
  font-weight: 700 !important;
}
.vision-stat-label {
  color: #74777e !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-weight: 600 !important;
}

/* Vision Image Grid - Sửa lỗi mảng trắng ở dưới ảnh */
.rounded-image-1 {
  border-radius: 16px !important;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  height: 288px !important;
  width: 100% !important;
  overflow: hidden !important;
}
.rounded-image-1 .img-inner {
  height: 100% !important;
}
.rounded-image-1 img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.rounded-image-2 {
  border-radius: 16px !important;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  height: 192px !important;
  width: 100% !important;
  overflow: hidden !important;
}
.rounded-image-2 .img-inner {
  height: 100% !important;
}
.rounded-image-2 img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.col-pt-12 {
  padding-top: 48px !important;
}
@media (max-width: 549px) {
  .col-pt-12 {
    padding-top: 0px !important;
  }
  .rounded-image-1 {
    height: 170px !important; /* Giảm tỷ lệ cho màn hình 360px */
  }
  .rounded-image-2 {
    height: 110px !important;
  }
}

/* Commitments Section (3 KHÔNG - 3 CÓ) */
.commitments-decor {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 33.333% !important;
  height: 100% !important;
  background-color: rgba(
    254,
    183,
    0,
    0.05
  ) !important; /* Gold background accent */
  transform: skewX(-12deg) translateX(50%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.commitment-title-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 25px !important;
}
.commitment-title-wrapper.align-right {
  justify-content: flex-end !important;
}
.commitment-line {
  width: 64px !important;
  height: 4px !important;
  background-color: var(--fs-color-primary) !important;
}
.commitment-title {
  font-size: 32px !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  margin: 0 !important;
}
.number-italic {
  font-size: 48px !important;
  font-weight: 800 !important;
  font-style: italic !important;
}

.group-commitment-card {
  position: relative !important;
  overflow: hidden !important;
  padding: 20px !important;
  border-radius: 16px !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgb(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  transition: all 0.5s ease !important;
  z-index: 2 !important;
}
.group-commitment-card:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-3px) !important;
}
.card-bg-number {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  font-size: 75px !important;
  font-weight: 900 !important;
  color: rgba(255, 255, 255, 0.03) !important;
  line-height: 1 !important;
  user-select: none !important;
  transition: color 0.5s ease !important;
  z-index: 1 !important;
}
.group-commitment-card:hover .card-bg-number {
  color: #055ef90a !important;
}

.commitment-card-content {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  position: relative !important;
  z-index: 10 !important;
}
.commitment-icon-box {
  width: 56px !important;
  height: 56px !important;
  border-radius: 12px !important;
  background-color: #0d89e733 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--fs-color-primary) !important;
  flex-shrink: 0 !important;
}
.commitment-icon-box span {
  font-size: 30px !important;
}
.commitment-card-text h4 {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: var(--fs-color-primary) !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}
.commitment-card-text p {
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.social-button,
.social-icons .button.icon:hover,
.social-icons .button.icon:not(.is-outline) {
  background-color: #ffffff20 !important;
  border-color: #ffffff30 !important;
}
@media (max-width: 549px) {
  .commitment-title {
    font-size: 22px !important;
  }
  .group-commitment-card {
    padding: 15px !important;
  }
  .commitment-card-content {
    gap: 16px !important;
  }
  .commitment-icon-box {
    width: 44px !important;
    height: 44px !important;
  }
  .commitment-icon-box span {
    font-size: 22px !important;
  }
  .commitment-card-text h4 {
    font-size: 20px !important;
  }
  .commitment-card-text p {
    font-size: 14px !important;
  }
}

/* Projects Section */
.project-banner {
  border-radius: 24px !important;
  overflow: hidden;
  transition: all 0.5s ease;
}
.project-banner img {
  transition: transform 1s ease !important;
}
.project-banner:hover img {
  transform: scale(1.1) !important;
}
.view-all-projects-link:hover span {
  transform: translateX(8px);
}
.project-badge {
  background-color: var(--fs-color-primary) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 9999px !important;
  width: max-content !important;
  margin-bottom: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}
.project-banner-title {
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
}
.project-banner-title.small-title {
  font-size: 24px !important;
}
.project-banner-desc {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 549px) {
  .project-banner-title {
    font-size: 22px !important;
  }
  .project-banner-title.small-title {
    font-size: 18px !important;
  }
  .project-banner-desc {
    font-size: 13px !important;
  }
}

/* Expert Cards - Sửa lỗi mảng trắng bên dưới ảnh chuyên gia */
.expert-card {
  padding: 16px !important;
  border-radius: 24px !important;
  text-align: left !important;
  height: 100% !important;
  transition: all 0.3s ease !important;
}
.expert-card:hover {
  transform: translateY(-5px) !important;
}
.expert-card:hover .expert-image {
  transform: scale(1.05) !important;
}
.expert-image {
  transition: transform 0.5s ease !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.expert-img-wrapper {
  position: relative !important;
  margin-bottom: 24px !important;
  width: 100% !important;
  aspect-ratio: 3/4 !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  border: 1px solid rgb(0, 0, 0, 0.05) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}
/* Force Flatsome inner wrappers to take full height of aspect ratio container */
.expert-img-wrapper .img,
.expert-img-wrapper .img-inner {
  height: 100% !important;
}

.expert-card h4 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: var(--fs-color-primary) !important;
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}
.expert-card p {
  color: rgba(0, 86, 163, 0.7) !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
@media (max-width: 549px) {
  .expert-card {
    padding: 12px !important;
  }
  .expert-card h4 {
    font-size: 20px !important;
  }
}

/* Partners wrapper */
.partners-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 48px !important;
  opacity: 0.6 !important;
  filter: grayscale(100%) !important;
  transition: all 0.3s !important;
}
.partners-wrapper:hover {
  opacity: 1 !important;
  filter: grayscale(0%) !important;
}
.partner-item {
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.2em !important;
  color: #181c1f !important;
}
@media (max-width: 549px) {
  .partners-wrapper {
    gap: 24px !important;
  }
  .partner-item {
    font-size: 16px !important;
  }
}

/* Responsive Utils */
@media (max-width: 549px) {
  .col-divider > .col-inner > div {
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .col-divider:first-child > .col-inner > div {
    border-top: none !important;
    padding-top: 0px !important;
    margin-top: 0px;
  }
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
}

/* Home mobile polish */
.img-h-full,
.img-h-full .img,
.img-h-full .img-inner,
.img-h-full .img-inner img {
  height: 100% !important;
}

.img-h-full .img-inner img,
.rounded-image-1 .img-inner img,
.rounded-image-2 .img-inner img,
.expert-img-wrapper .img-inner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.project-banner .banner-inner,
.project-banner .banner-bg,
.project-banner .banner-bg img,
.hero-banner .banner-inner,
.hero-banner .banner-bg,
.hero-banner .banner-bg img {
  height: 100% !important;
}

.project-banner .banner-bg img,
.hero-banner .banner-bg img {
  object-fit: cover !important;
}

@media (max-width: 549px) {
  body.home,
  body.home #wrapper,
  body.home #main {
    overflow-x: hidden !important;
  }

  .home #main .section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .home #main .section:first-of-type {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .home .hero-banner,
  .home .hero-banner .banner-inner,
  .home .hero-banner .banner-layers {
    min-height: 100svh !important;
  }

  .hero-text-box {
    left: 16px !important;
    right: 16px !important;
    width: calc(100% - 32px) !important;
    transform: translateY(-50%) !important;
  }

  .hero-text-box h1,
  .hero-title {
    font-size: 29px !important;
    line-height: 1.15 !important;
    margin-bottom: 18px !important;
  }

  .hero-text-box p,
  .hero-desc {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 22px !important;
    padding-left: 14px !important;
  }

  .hero-text-box .button {
    font-size: 16px !important;
  }

  .section-subtitle {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
  }

  .section-title {
    font-size: 25px !important;
    line-height: 1.25 !important;
  }

  .why-card,
  .group-commitment-card,
  .expert-card {
    border-radius: 12px !important;
  }

  .why-card {
    padding: 15px !important;
  }

  .why-card h3 {
    font-size: 17px !important;
    line-height: 1.3 !important;
  }

  .why-card p,
  .vision-text {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .rounded-image-1,
  .rounded-image-2 {
    height: 180px !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
  }

  .rounded-image-1 .img-inner,
  .rounded-image-2 .img-inner,
  .rounded-image-1 .img-inner img,
  .rounded-image-2 .img-inner img {
    height: 100% !important;
  }

  .rounded-image-1 + .gap-element,
  .rounded-image-2 + .gap-element {
    display: none !important;
  }

  .commitment-title-wrapper,
  .commitment-title-wrapper.align-right {
    justify-content: flex-start !important;
    gap: 10px !important;
    margin-bottom: 22px !important;
  }

  .commitment-line {
    width: 42px !important;
  }

  .commitment-title {
    font-size: 18px !important;
    letter-spacing: 0.12em !important;
  }

  .number-italic {
    font-size: 34px !important;
  }

  .commitment-card-content {
    align-items: center !important;
  }

  .project-banner {
    min-height: 260px !important;
    border-radius: 14px !important;
    margin-bottom: 16px !important;
  }

  .project-banner .banner-bg img {
    height: 100% !important;
    object-fit: cover !important;
  }

  .project-banner .text-box {
    width: calc(100% - 28px) !important;
    left: 14px !important;
  }

  .project-badge {
    margin-bottom: 10px !important;
  }

  .project-banner-title {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  .project-banner-title.small-title {
    font-size: 18px !important;
  }

  .project-banner-desc {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .expert-img-wrapper {
    aspect-ratio: 4/3 !important;
    margin-bottom: 16px !important;
    border-radius: 12px !important;
  }

  .expert-img-wrapper .img,
  .expert-img-wrapper .img-inner {
    width: 100% !important;
    height: 100% !important;
  }

  .expert-card h4 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
}

/* ==========================================================================
   New Footer Styling (Cloned from kieugiagroup.com)
   ========================================================================== */

/* Nen Gradient chinh */
.new-footer-section {
  background: #0d88e7 !important;
  padding-top: 120px !important;
  padding-bottom: 30px !important;
  position: relative !important;
}

/* Khoi trang noi tren cung */
.footer-top-card {
  background-color: #f0f9fe !important;
  border-radius: 24px !important;
  box-shadow: var(--ts-shadow);
  margin-top: -160px !important;
  margin-bottom: 60px !important;
  padding: 40px 40px !important;
  position: relative !important;
  z-index: 20 !important;
}

/* Tieu de cac khoi trong card */
.footer-block-title h4 {
  color: #0f172a !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* Menu danh sach lien ket */
.footer-link-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-link-list li {
  margin-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 14.5px !important;
}
.footer-link-list a {
  color: #64748b !important;
  font-weight: 500 !important;
  transition:
    color 0.2s ease,
    transform 0.2s ease !important;
  text-decoration: none !important;
}
.footer-link-list a:hover {
  color: #0d88e7 !important;
  transform: translateX(3px) !important;
}

/* Icon tron nho truoc menu link */
.footer-icon-dot {
  width: 24px;
  height: 24px;
  background-color: rgba(14, 165, 233, 0.1) !important;
  color: #0ea5e9 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 12px !important;
  flex-shrink: 0 !important;
}
.footer-icon-dot svg {
  width: 12px !important;
  height: 12px !important;
}

/* Cot Cam ket dong hanh */
.commitment-desc {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin-bottom: 18px !important;
}
.footer-commitment-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-commitment-list li {
  margin-bottom: 12px !important;
  display: flex !important;
  align-items: flex-start !important;
  font-size: 14px !important;
  color: #334155 !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
.check-icon-dot {
  width: 20px;
  height: 20px;
  background-color: rgba(14, 165, 233, 0.1) !important;
  color: #0ea5e9 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 10px !important;
  margin-top: 1px !important;
  flex-shrink: 0 !important;
}
.check-icon-dot svg {
  width: 10px !important;
  height: 10px !important;
}

/* Cot Logo va thong tin chinh */
.brand-header-row {
  align-items: center !important;
  margin-bottom: 15px !important;
}
.brand-logo-img {
  background-color: #ffffff !important;
  border-radius: 50% !important;
  padding: 4px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}
.brand-title h3 {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  margin: 0 !important;
  letter-spacing: 0.05em !important;
}
.brand-desc {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}

/* Hop Hotline & Email */
.contact-box-button {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  transition: all 0.3s ease !important;
  height: 100% !important;
}
.contact-box-button:hover {
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-2px) !important;
}
.contact-icon {
  color: #ffffff !important;
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0 !important;
}
.contact-box-text {
  display: flex !important;
  flex-direction: column !important;
}
.contact-label {
  font-size: 10px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
}
.contact-value {
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  transition: color 0.2s !important;
  word-break: break-all;
  white-space: nowrap;
}
.contact-value:hover {
  color: #e0f2fe !important;
}

.footer-link-list ul li {
  margin-left: 0 !important;
}

/* Nut Mang xa hoi */
.footer-social-icons {
  margin-top: 25px !important;
}
.footer-social-icons a {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  margin: 0 5px 10px 0 !important;
  box-shadow: none !important;
}
.footer-social-icons a:hover {
  background-color: #ffffff !important;
  color: #0c5adb !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}
.footer-social-icons a svg {
  width: 18px !important;
  height: 18px !important;
}

/* Lien he ben phai */
.contact-section-title h5 {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 6px !important;
  text-transform: uppercase !important;
}
.contact-section-title h4 {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}
.contact-info-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.contact-info-item {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 16px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  transition: all 0.3s ease !important;
}
.contact-info-item:hover {
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-2px) !important;
}
.contact-info-item svg.info-icon {
  width: 20px !important;
  height: 20px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  flex-shrink: 0 !important;
}
.contact-info-item span,
.contact-info-item a {
  color: #ffffff !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
}
.contact-info-item a:hover {
  text-decoration: underline !important;
}

/* Copyright line */
.footer-copyright-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 50px !important;
  padding-top: 25px !important;
}
.copyright-text p {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
  margin: 0 !important;
}

/* CSS Responsive */
@media (max-width: 767px) {
  .new-footer-section {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
  }
  .footer-top-card {
    margin-top: -120px !important;
    margin-bottom: 40px !important;
    padding: 24px 20px !important;
    border-radius: 16px !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .footer-block-title h4 {
    margin-bottom: 12px !important;
  }
  .brand-title h3 {
    font-size: 20px !important;
  }
  .contact-section-title h4 {
    font-size: 18px !important;
    margin-bottom: 18px !important;
  }
  .contact-info-item {
    padding: 12px 16px !important;
    border-radius: 12px !important;
  }
}
