:root {
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Roboto", sans-serif;
  --brand-red: #c00200;
}

body {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6,
.navbar-nav .nav-link,
.default-btn-one,
.default-btn-two,
.page-content h2,
.section-title h2,
.section-title span,
.mean-container .mean-nav ul li a {
  font-family: var(--font-heading);
}

.footer-area .footer-widget .logo img {
  max-height: 75px;
  width: auto;
  height: auto;
}

img[src=""] {
  display: none;
}

.form-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.blog-area .row > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.blog-card > a:first-child {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.blog-card > a:first-child img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card .blog-card-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.blog-card .blog-card-text h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.4em * 2);
}

.blog-card .blog-card-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  min-height: calc(1.8em * 3);
  margin-bottom: 16px;
}

.blog-card .blog-card-text .read-more {
  margin-top: auto;
}

.search-page-form {
  display: flex;
  max-width: 720px;
  margin: 0 auto 40px;
  gap: 10px;
}

.search-page-form input {
  flex: 1 1 auto;
  height: 52px;
  border: 1px solid #e4e8ee;
  background: #f7f9fb;
  border-radius: 4px;
  padding: 0 18px;
  font-size: 15px;
  color: #0f3041;
  outline: none;
}

.search-page-form input:focus {
  border-color: #c00200;
  background: #fff;
}

.search-page-form button {
  flex: 0 0 auto;
  height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  background: #c00200;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.search-page-form button:hover {
  background: #0f3041;
}

.search-result-meta {
  text-align: center;
  margin-bottom: 30px;
  color: #5a6a75;
}

.search-section {
  margin-bottom: 40px;
}

.search-section-title {
  font-size: 22px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f2f5;
}

.search-page-hit,
.search-service-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #eef1f4;
  border-radius: 5px;
  padding: 22px;
  margin-bottom: 24px;
  text-decoration: none;
  color: inherit;
  height: calc(100% - 24px);
  transition: box-shadow 0.3s, border-color 0.3s;
}

.search-page-hit:hover,
.search-service-card:hover {
  border-color: #c00200;
  box-shadow: 0 10px 24px rgba(15, 48, 65, 0.08);
  color: inherit;
}

.search-page-hit i,
.search-service-card i {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  background: #fff5f5;
  color: #c00200;
  font-size: 22px;
}

.search-page-hit span,
.search-service-card span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #c00200;
  margin-bottom: 4px;
}

.search-page-hit h4,
.search-service-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.search-page-hit p,
.search-service-card p {
  margin: 0;
  color: #5a6a75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.search-service-card {
  flex-direction: column;
  text-align: left;
}

.search-empty p {
  color: #5a6a75;
  margin-bottom: 18px;
}

.search-suggest {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-suggest a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #e4e8ee;
  border-radius: 30px;
  color: #0f3041;
  text-decoration: none;
  font-size: 14px;
}

.search-suggest a:hover {
  border-color: #c00200;
  color: #c00200;
}

@media (max-width: 575px) {
  .search-page-form {
    flex-direction: column;
  }

  .search-page-form button {
    width: 100%;
    justify-content: center;
  }
}

.top-header .right-info .heder-btn a {
  text-transform: uppercase;
}

.lab.la-tiktok {
  font-style: normal;
}

.lab.la-tiktok::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.76.6 2.89 2.89 0 0 1 2.88-2.88c.28 0 .54.04.8.1v-3.5a6.37 6.37 0 0 0-.8-.05A6.34 6.34 0 0 0 3.15 15.3a6.34 6.34 0 0 0 12.68 0V8.73a8.18 8.18 0 0 0 4.76 1.51V6.8a4.85 4.85 0 0 1-1-.11z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.76.6 2.89 2.89 0 0 1 2.88-2.88c.28 0 .54.04.8.1v-3.5a6.37 6.37 0 0 0-.8-.05A6.34 6.34 0 0 0 3.15 15.3a6.34 6.34 0 0 0 12.68 0V8.73a8.18 8.18 0 0 0 4.76 1.51V6.8a4.85 4.85 0 0 1-1-.11z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.widget-area a {
  color: #0f3041;
  text-decoration: none;
}

.widget-area a:hover {
  color: #c00200;
}

.preloader {
  display: none !important;
}

.hero-slider .hero-slider-item {
  min-height: 680px;
}

.page-title-area {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 160px 0 90px;
}

.page-title-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 48, 65, 0.72);
}

.page-title-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.page-title-content h2 {
  color: #fff;
  margin-bottom: 12px;
}

.page-title-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-title-content ul li,
.page-title-content ul li a {
  color: #fff;
}

.blog-details-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 18px;
}

.choose-img,
.video-contant {
  min-height: 480px;
}

html {
  scroll-behavior: smooth;
}

.site-nav .navbar {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-nav .navbar .navbar-brand {
  flex: 0 0 230px;
  width: 230px;
}

.site-nav .navbar .navbar-collapse {
  flex: 1 1 auto;
  justify-content: center;
}

.site-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.site-nav .navbar .navbar-nav .nav-item,
.site-nav .navbar .navbar-nav .nav-item:first-child,
.site-nav .navbar .navbar-nav .nav-item:last-child {
  margin-left: 10px;
  margin-right: 10px;
}

.site-nav .navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-left: 14px;
  padding-right: 14px;
}

.mean-container .mean-nav ul li a {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.header-search {
  position: relative;
  flex: 0 0 230px;
  width: 230px;
}

.header-search input {
  width: 100%;
  height: 42px;
  border: 1px solid #e4e8ee;
  background: #f7f9fb;
  border-radius: 30px;
  padding: 0 44px 0 16px;
  font-size: 14px;
  color: #0f3041;
  outline: none;
}

.header-search input:focus {
  border-color: #c00200;
  background: #fff;
}

.header-search button {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #c00200;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-search button i {
  font-size: 16px;
  line-height: 1;
}

.header-search button:hover {
  background: #0f3041;
}

.mobile-search-box {
  display: none;
}

@media (max-width: 991px) {
  .top-header {
    display: none;
  }

  .header-search {
    display: none;
  }

  .site-mobile-menu {
    position: relative;
  }

  .mobile-search-box,
  .site-mobile-nav .mean-container a.meanmenu-reveal {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: 1px solid #e4e8ee;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box !important;
    box-shadow: 0 1px 3px rgba(15, 48, 65, 0.06);
  }

  .mobile-search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    cursor: pointer;
    transition: none;
  }

  .mobile-search-box i {
    font-size: 18px;
    color: #0f3041;
    line-height: 1;
  }

  .site-mobile-nav .mean-container a.meanmenu-reveal:hover,
  .site-mobile-nav .mean-container a.meanmenu-reveal.meanclose {
    border-color: #c00200;
    background: #fffaf9;
  }

  .site-mobile-nav .site-mobile-menu.mean-container .mean-bar {
    height: 100%;
    top: 0;
    left: 0;
    overflow: visible;
  }

  .site-mobile-nav .mean-container a.meanmenu-reveal {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-indent: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    overflow: visible;
    z-index: 1002;
  }

  .site-mobile-nav .mean-container a.meanmenu-reveal span {
    display: block;
    width: 16px;
    height: 2px;
    margin: 0 !important;
    padding: 0;
    top: auto !important;
    left: auto !important;
    position: relative;
    background: #0f3041 !important;
    border-radius: 2px;
    transition: transform 0.22s ease, opacity 0.22s ease, background 0.22s ease;
  }

  .site-mobile-nav .mean-container a.meanmenu-reveal.meanclose span {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    background: #c00200 !important;
  }

  .site-mobile-nav .mean-container a.meanmenu-reveal.meanclose span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .site-mobile-nav .mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
    opacity: 0;
  }

  .site-mobile-nav .mean-container a.meanmenu-reveal.meanclose span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .site-mobile-nav .site-mobile-menu.mean-container .mean-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 10px;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
    z-index: 1001;
  }

  .site-mobile-nav .site-mobile-menu.mean-container .navbar-nav {
    height: auto !important;
    max-height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #eef1f4;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(15, 48, 65, 0.12);
  }

  .mean-container .mean-nav ul li a {
    float: none;
    width: 100%;
    padding: 16px 22px;
    color: #0f3041;
    border-top: 0;
    border-bottom: 1px solid #f0f3f6;
    letter-spacing: 1px;
    box-sizing: border-box !important;
  }

  .mean-container .mean-nav ul li:last-child a,
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
  }

  .mean-container .mean-nav ul li a:hover,
  .mean-container .mean-nav ul li a.active {
    color: #c00200;
    background: #fafbfc;
  }

  .search-overlay {
    background: rgba(15, 48, 65, 0.86);
    pointer-events: none;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .search-overlay.search-overlay-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  .search-overlay .search-overlay-layer {
    display: none !important;
  }

  .search-overlay .search-overlay-close,
  .search-overlay .search-overlay-form {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .search-overlay.search-overlay-active .search-overlay-close,
  .search-overlay.search-overlay-active .search-overlay-form {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .search-overlay .search-overlay-close {
    top: 16px;
    right: 16px;
  }

  .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1),
  .search-overlay .search-overlay-close:hover .search-overlay-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    background-color: #fff;
  }

  .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2),
  .search-overlay .search-overlay-close:hover .search-overlay-close-line:nth-child(2) {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .fun-facts-area .row > [class*="col-"] {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }

  .signle-fun-fact {
    padding: 22px 10px;
    height: calc(100% - 30px);
  }

  .signle-fun-fact i {
    font-size: 36px;
    margin-bottom: 8px;
  }

  .signle-fun-fact h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .signle-fun-fact p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.35;
  }
}

.contact-area,
.contact-area.contact-two {
  background-color: #0f3041;
  background-image:
    radial-gradient(ellipse at 8% 0%, rgba(192, 2, 0, 0.22), transparent 48%),
    linear-gradient(165deg, #143a50 0%, #0f3041 48%, #0b2432 100%);
}

.contact-area::before {
  background-color: transparent;
  opacity: 0;
}

.contact-card h3 {
  font-size: 20px;
  color: #ffffff;
  word-break: break-word;
}

.contant-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.contact-map-bar {
  background: #0f3041;
  text-align: center;
  padding: 16px 20px;
}

.contact-map-bar a {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 16px;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.contact-map-bar a i {
  color: #c00200;
  margin-right: 6px;
}

.contact-map-bar a:hover {
  color: #c00200;
}

@media (max-width: 767px) {
  .contant-map iframe {
    height: 280px;
  }
}

.footer-bottom .legal-info-card {
  margin: 0;
  padding: 28px 0 8px;
  background: transparent;
  border: 0;
  text-align: left;
}

.footer-bottom .legal-info-card h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #ffffff;
}

.footer-bottom .legal-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 32px;
}

.footer-bottom .legal-info-list li {
  display: block;
  padding: 2px 0;
  margin: 0;
  color: #d7e0e5;
  line-height: 1.55;
  font-size: 14px;
}

.footer-bottom .legal-info-list li span {
  display: inline-block;
  min-width: 118px;
  margin-right: 8px;
  font-weight: 600;
  color: #ffffff;
}

.footer-bottom .legal-info-card a {
  color: #ffffff;
}

.footer-bottom .legal-info-card a:hover {
  color: #c00200;
}

.footer-bottom p {
  padding-top: 22px;
}

@media (max-width: 767px) {
  .footer-bottom .legal-info-list {
    grid-template-columns: 1fr;
  }
}

.support-dock {
  position: fixed;
  left: auto;
  right: 14px;
  bottom: 90px;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.support-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(15, 48, 65, 0.18);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-zalo {
  padding: 5px;
}

.support-phone {
  background: #c00200;
  color: #ffffff;
  font-size: 18px;
}

.support-phone:hover,
.support-phone:focus {
  color: #ffffff;
}

.support-btn:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 20px rgba(15, 48, 65, 0.24);
}

@media (max-width: 767px) {
  .support-dock {
    left: auto;
    right: 8px;
    bottom: 80px;
    gap: 8px;
  }

  .support-btn {
    width: 36px;
    height: 36px;
  }

  .support-phone {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-nav .navbar .navbar-nav .nav-item,
  .site-nav .navbar .navbar-nav .nav-item:first-child,
  .site-nav .navbar .navbar-nav .nav-item:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .site-nav .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
