/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}

#progress-container {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 40;
  background: transparent;
}

#progress-bar {
  height: 100%;
  background: #c5a059;
  width: 0%;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

/* Pattern Grid Background */
.pattern-grid {
  background-image: radial-gradient(#c5a059 1px, transparent 1px);
  background-size: 24px 24px;
}

ul {
  margin: 1.5em 0 !important;
}

a:focus {
  color: white !important;
}

/* Swiper Styles */
html,
body {
  margin: 0;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

#primary {
  margin: 0 !important;
  margin-top: 5rem !important;
  padding: 0 !important;
}

#ast-scroll-top {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50% !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#ast-scroll-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* Swiper container in hero section needs higher z-index for controls */
.bannerSwiper {
  z-index: 1 !important;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  background: transparent !important;
  width: 48px !important;
  height: 48px !important;
  z-index: 20 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* Banner Swiper Navigation - higher z-index */
.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
  z-index: 30 !important;
}

.swiper-button-prev {
  left: 1rem !important;
}

.swiper-button-next {
  right: 1rem !important;
}

@media (min-width: 640px) {
  .swiper-button-prev {
    left: 2rem !important;
  }
  .swiper-button-next {
    right: 2rem !important;
  }
}
/* Swiper Pagination Bullets */
.swiper-pagination {
  bottom: 2rem !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}

/* Banner Swiper Pagination - higher z-index */
.bannerSwiper .swiper-pagination {
  z-index: 30 !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background-color: #c5a059 !important; /* accent-gold */
  width: 32px !important;
  border-radius: 6px !important;
}

.floating-contact-buttons {
  position: fixed !important;
  bottom: 100px !important;
  right: 30px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 12px !important;
  z-index: 99999 !important;
  -webkit-animation: slideInRight 0.6s ease-out forwards;
          animation: slideInRight 0.6s ease-out forwards;
}

.floating-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  color: #fff !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease !important;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease !important;
  text-decoration: none !important;
}
.floating-btn:hover {
  -webkit-transform: scale(1.15) !important;
          transform: scale(1.15) !important;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}
.floating-btn:hover img {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.floating-btn .btn-message {
  width: 40px !important;
  height: 40px !important;
}
.floating-btn img {
  width: 32px !important;
  height: 32px !important;
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
  -webkit-animation: wiggle 2s ease-in-out 1.5s infinite;
          animation: wiggle 2s ease-in-out 1.5s infinite;
}
.floating-btn:nth-child(2) img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  20% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  40% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  20% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  40% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.messenger-btn {
  background: linear-gradient(135deg, #e0e0e0 0%, #ffffff 100%) !important;
}

.zalo-btn {
  background: linear-gradient(135deg, #4e87db 0%, #498dfc 100%) !important;
}
.zalo-btn:hover {
  background: linear-gradient(135deg, #5c7fb8 0%, #0f6af1 100%) !important;
}

@media (max-width: 768px) {
  .floating-contact-buttons {
    bottom: 90px !important;
    right: 20px !important;
  }
  .floating-btn {
    width: 45px !important;
    height: 45px !important;
  }
  .floating-btn .btn-message {
    width: 36px !important;
    height: 36px !important;
  }
  .floating-btn img {
    width: 28px !important;
    height: 28px !important;
  }
}
#ast-scroll-top {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50% !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  right: 30px !important;
  bottom: 30px !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
#ast-scroll-top:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 768px) {
  #ast-scroll-top {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    min-height: 45px !important;
    right: 20px !important;
    bottom: 25px !important;
  }
}
.dropcap::first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 0.8;
  font-weight: bold;
  color: #0056b3;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.article-content {
  font-family: Merriweather, serif;
  color: #1f2937;
  font-size: 1.125rem;
  line-height: 1.8;
}
.article-content > p:first-of-type::first-letter,
.article-content .dropcap::first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 0.8;
  font-weight: bold;
  color: #0056b3;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
.article-content p {
  margin-bottom: 1.5rem;
}
.article-content p.lead,
.article-content p:first-of-type.font-bold {
  font-size: 1.25rem;
  color: #111827;
}
.article-content h2 {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.article-content h3 {
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #111827;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.article-content blockquote {
  border-left: 4px solid #c9a227;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 2rem 0;
  font-style: italic;
  background-color: #f9fafb;
  border-radius: 0 0.5rem 0.5rem 0;
}
.article-content blockquote p {
  font-size: 1.25rem;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.article-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.article-content blockquote cite {
  display: block;
  font-size: 0.875rem;
  font-family: system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #0056b3;
  margin-top: 0.5rem;
}
.article-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 1rem 0;
  padding-left: 1rem;
}
.article-content ul li {
  margin-bottom: 0.5rem;
}
.article-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 1rem 0;
  padding-left: 1rem;
}
.article-content ol li {
  margin-bottom: 0.5rem;
}
.article-content figure {
  margin: 2rem 0;
}
.article-content figure img {
  width: 100%;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.article-content figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
}
.article-content a {
  color: #0056b3;
  text-decoration: none;
}
.article-content a:hover {
  text-decoration: underline;
}
.article-content code {
  background-color: #f3f4f6;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
}
.article-content pre {
  background-color: #1f2937;
  color: #f9fafb;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.article-content pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

.prose {
  font-family: Merriweather, serif;
}
.prose p {
  margin-bottom: 1.5rem;
}
.prose > p:first-of-type::first-letter,
.prose .dropcap::first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 0.8;
  font-weight: bold;
  color: #0056b3;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
.prose blockquote {
  border-left-color: #c9a227 !important;
  background-color: #f9fafb;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1.5rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.prose blockquote p {
  color: #1f2937;
}
.prose blockquote p:first-of-type::before, .prose blockquote p:last-of-type::after {
  content: none;
}
.prose blockquote cite {
  font-family: "Manrope", sans-serif;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  color: #0056b3;
  margin-top: 0.5rem;
}
.prose figure figcaption {
  text-align: center;
  font-style: italic;
}

.wp-block-quote {
  border-left: 4px solid #c9a227 !important;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 2rem 0;
  font-style: italic;
  background-color: #f9fafb;
  border-radius: 0 0.5rem 0.5rem 0;
}
.wp-block-quote p {
  font-size: 1.25rem;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation {
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  color: #0056b3;
  margin-top: 0.5rem;
}

.wp-block-pullquote {
  border-top: 4px solid #c9a227;
  border-bottom: 4px solid #c9a227;
  padding: 2rem 0;
  margin: 2rem 0;
}
.wp-block-pullquote blockquote {
  border: none;
  background: transparent;
  padding: 0;
}
.wp-block-pullquote blockquote p {
  font-size: 1.5rem;
  text-align: center;
}
.wp-block-pullquote cite {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  color: #0056b3;
  margin-top: 1rem;
}

.wp-block-image {
  margin: 2rem 0;
}
.wp-block-image img {
  border-radius: 0.75rem;
}
.wp-block-image figcaption {
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.5rem;
  font-style: italic;
}

.hero-gradient {
  background: linear-gradient(135deg, #0f2f57 0%, #0056b3 100%);
}

.field-invalid {
  border-color: #ef4444 !important;
  background-color: #fef2f2 !important;
}

.field-invalid:focus {
  border-color: #dc2626 !important;
  ring-color: #dc2626 !important;
}

.field-valid {
  border-color: #10b981 !important;
}/*# sourceMappingURL=style.css.map */