/**
 * Bộ nhận diện theo phong cách daikin.com.vn — nạp toàn site.
 * Token trích từ CSS chính thức của Daikin VN:
 *   font Inter · xanh đậm #104a8b · chữ #1d1d1f · xám nền #f5f5f7
 *   cyan nhấn #44c8f5 · tint #c5e7f8 · link #1979c3
 */

/* ---------- font chữ: Inter (giống Daikin VN) ---------- */
body,
button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
.nav > li > a,
.header-nav a,
.button {
  font-family: 'Inter', Helvetica, Arial, sans-serif !important;
}
body { color: #1d1d1f; }
h1, h2, h3, h4 { color: #1d1d1f; letter-spacing: -0.01em; }

/* ---------- header kiểu Daikin: nền trắng, chữ đậm, hover xanh ---------- */
.header-main,
.header-bottom {
  background-color: #ffffff !important;
}
.header-bottom {
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 2px 10px rgba(16, 74, 139, .06);
}
.header-bottom .nav > li > a,
.header-main .nav > li > a {
  color: #1d1d1f !important;
  font-weight: 600;
  font-size: .92em;
  letter-spacing: .3px;
}
.header-bottom .nav > li > a:hover,
.header-main .nav > li > a:hover,
.header-bottom .nav > li.current-menu-item > a,
.header-main .nav > li.current-menu-item > a {
  color: #104a8b !important;
}
/* gạch chân xanh khi hover — đúng kiểu daikin.com.vn */
.header-bottom .nav > li > a::after,
.header-main .nav > li > a::after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  margin-top: 4px;
  background: #104a8b;
  transition: width .22s;
}
.header-bottom .nav > li > a:hover::after,
.header-bottom .nav > li.current-menu-item > a::after,
.header-main .nav > li > a:hover::after,
.header-main .nav > li.current-menu-item > a::after {
  width: 100%;
}
/* top bar giữ xanh đậm Daikin */
.header-top {
  background-color: #104a8b !important;
}
.header-top a, .header-top span, .header-top li { color: #ffffff !important; }

/* dropdown menu */
.nav-dropdown {
  border-radius: 10px;
  border: 1px solid #e3e3e3 !important;
  box-shadow: 0 14px 40px rgba(16, 74, 139, .14) !important;
}
.nav-dropdown .nav-column li > a, .nav-dropdown > li > a {
  color: #1d1d1f !important;
}
.nav-dropdown .nav-column li > a:hover, .nav-dropdown > li > a:hover {
  color: #104a8b !important;
}

/* ---------- nút & link toàn site ---------- */
.button.primary:not(.bk-btn-gold),
input[type="submit"],
button[type="submit"] {
  background-color: #104a8b !important;
  border-radius: 8px;
}
.button.primary:not(.bk-btn-gold):hover,
input[type="submit"]:hover {
  background-color: #0b3a6f !important;
}
.button.is-outline.primary, .button.primary.is-outline {
  color: #104a8b;
  border-color: #104a8b;
}
a { color: #1979c3; }
a:hover { color: #104a8b; }

/* ---------- nền section xám Daikin ---------- */
.section-title span { text-transform: none; }
