﻿:root {
    --kienan-primary: #223a66;
    --kienan-accent: #e12454;
    --kienan-soft: #f7fbff;
    --kienan-border: #e5edf4;
    --vh-blue: #3e83cf;
    --vh-blue-dark: #2f6fb8;
    --vh-font-sans: "Segoe UI", Tahoma, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.kienan-homepage {
    background: #fff;
    color: #1f2f46;
    font-family: var(--vh-font-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.kienan-homepage a {
    color: inherit;
}

.kienan-homepage,
.kienan-homepage button,
.kienan-homepage input,
.kienan-homepage select,
.kienan-homepage textarea,
.kienan-homepage .btn,
.kienan-homepage .nav-link,
.kienan-homepage .dropdown-item,
.kienan-homepage h1,
.kienan-homepage h2,
.kienan-homepage h3,
.kienan-homepage h4,
.kienan-homepage h5,
.kienan-homepage h6,
.kienan-homepage strong,
.kienan-homepage .vh-title,
.kienan-homepage .vh-brand-name,
.kienan-homepage .vh-action-copy strong,
.kienan-homepage .vh-library-card h3,
.kienan-homepage .vh-footer-brand h3 {
    font-family: var(--vh-font-sans) !important;
}

/* =========================================
   HEADER LAYOUT
   ========================================= */
.vh-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 12px rgba(34,58,102,0.10);
}

/* Marquee bar */
.vh-marquee-bar {
    background: #c92f28;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.vh-marquee-inner {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 34px;
    overflow: hidden;
}

.vh-marquee-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.08);
    padding: 0 16px 0 0;
    min-height: 34px;
    letter-spacing: 0;
    position: relative;
}

.vh-marquee-label::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.22);
}

.vh-marquee-scroll {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 0 16px;
    color: rgba(255,255,255,0.95);
    font-weight: 500;
}

/* Topbar */
.vh-topbar {
    background: #ffffff;
    border-bottom: 1px solid #dbe6f2;
}

.vh-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.vh-brandline {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.vh-brandline a { display: block; }

.vh-brandline img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    border-radius: 0;
}

.vh-brandline div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vh-brand-name,
.vh-brandline strong {
    font-family: var(--vh-font-sans);
    font-size: 21px;
    font-weight: 700;
    color: var(--vh-blue-dark);
    line-height: 1.2;
}

.vh-brandline span {
    font-size: 14px;
    color: #5d7794;
}

.vh-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex-wrap: wrap;
}

.vh-topbar-right span,
.vh-topbar-right a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #46617e;
    font-weight: 600;
}

.vh-topbar-right a:hover { color: var(--vh-blue-dark); }
.vh-topbar-right i { color: var(--vh-blue-dark); font-size: 15px; }

.vh-separator {
    color: #c0d0e0 !important;
}

.vh-admin-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #e8f1fb;
    color: var(--vh-blue-dark) !important;
    font-weight: 700;
    font-size: 12px;
}

.vh-admin-link:hover {
    background: #d0e4f5;
}

.vh-admin-link.is-footer {
    background: transparent;
    padding: 0;
}

/* Menu bar */
.vh-menu-bar {
    background: #4477b7;
    box-shadow: 0 2px 10px rgba(34,58,102,0.10);
}

.vh-menu-inner {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 48px;
}

.vh-menu-inner .navbar {
    flex: 1;
}

.vh-menu {
    width: 100%;
    justify-content: flex-start;
}

.vh-menu-bar {
    background: #4477b7;
}

.vh-menu {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vh-menu > .nav-item {
    position: relative;
}

.vh-menu > .nav-item:first-child > .nav-link {
    border-radius: 0;
}

.vh-menu .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 16px !important;
    white-space: nowrap;
    border-radius: 0;
    letter-spacing: 0;
    transition: background 0.2s, border-radius 0.2s;
}

.vh-menu .nav-link:hover,
.vh-menu > .nav-item:hover > .nav-link {
    background: rgba(255,255,255,0.12);
    border-radius: 0;
}

.vh-menu .dropdown-toggle::after {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 10px;
}

.vh-submenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 20;
    display: none;
    min-width: 240px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(34,58,102,0.18);
    border: 1px solid #edf3f8;
}

.vh-submenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 16px;
    color: #223a66;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 8px;
    margin: 0 6px;
    transition: background 0.15s, color 0.15s;
}

.vh-submenu li a:hover {
    background: #eef5fb;
    color: #2f6fb8;
}

.vh-menu > .dropdown:hover > .vh-submenu {
    display: block;
}

.vh-submenu li {
    position: relative;
}

.vh-submenu-level2 {
    top: 0;
    left: calc(100% + 6px);
}

.vh-submenu .has-submenu:hover > .vh-submenu-level2 {
    display: block;
}

.vh-submenu-arrow {
    margin-left: auto;
    color: #6b8298;
}

/* Search box in menu */
.vh-search-box {
    flex-shrink: 0;
    margin-left: 18px;
}

.vh-search-box form {
    display: flex;
    align-items: center;
}

.vh-search-box input {
    border: 1px solid rgba(255,255,255,0.42);
    background: rgba(255,255,255,0.12);
    border-radius: 999px 0 0 999px;
    padding: 8px 16px;
    font-size: 13px;
    color: #fff;
    width: 210px;
    outline: none;
    transition: width 0.25s ease, background 0.2s;
}

.vh-search-box input::placeholder { color: rgba(255,255,255,0.72); }
.vh-search-box input:focus {
    width: 250px;
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.58);
}

.vh-search-box button {
    border: 1px solid rgba(255,255,255,0.42);
    border-left: none;
    background: rgba(255,255,255,0.12);
    border-radius: 0 999px 999px 0;
    padding: 8px 14px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.2s;
}

.vh-search-box button:hover { background: rgba(255,255,255,0.22); }

.vh-hero {
    position: relative;
}

.vh-hero-slider {
    margin: 0;
}

.vh-hero-slide {
    background: #dfeaf6;
}

.vh-hero-slide img {
    width: 100%;
    aspect-ratio: 1680 / 592;
    height: auto;
    max-height: 592px;
    display: block;
    object-fit: contain;
    background: #dfeaf6;
}

.vh-hero .slick-prev,
.vh-hero .slick-next {
    z-index: 3;
    width: 44px;
    height: 44px;
}

.vh-hero .slick-prev {
    left: 16px;
}

.vh-hero .slick-next {
    right: 16px;
}

.vh-hero .slick-prev:before,
.vh-hero .slick-next:before {
    font-size: 44px;
    opacity: 0.85;
}

.vh-hero .slick-dots {
    bottom: 14px;
}

.vh-hero .slick-dots li button:before {
    font-size: 11px;
    color: #fff;
    opacity: 0.55;
}

.vh-hero .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.vh-quicklinks {
    position: relative;
    margin-top: -58px;
    padding: 0 0 24px;
    z-index: 4;
}

.vh-divider {
    display: none;
}

.vh-quick-grid {
    align-items: stretch;
}

.vh-quick-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 22px 46px rgba(34,58,102,0.16);
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
}

.vh-action-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 124px;
    padding: 30px 34px;
    background: #fff;
    border-right: 1px solid #dfe7f0;
    transition: background 0.2s ease;
}

.vh-action-card:last-child {
    border-right: 0;
}

.vh-action-card:hover {
    background: #f8fbff;
}

.vh-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    color: #2f8ea1;
    font-size: 28px;
}

.vh-action-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.vh-action-copy strong {
    display: block;
    color: #1f2f46;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.vh-action-copy small {
    display: block;
    color: #4d627b;
    font-size: 13px;
    line-height: 1.5;
}

.vh-quick-card,
.vh-schedule-card {
    display: none;
    height: 100%;
    background: #fff;
    border: 1px solid #e4edf5;
    text-align: center;
    padding: 0 0 16px;
}

.vh-quick-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.vh-quick-card h3,
.vh-schedule-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 14px 10px 6px;
    color: #1f2f46;
}

.vh-quick-card p,
.vh-schedule-card p,
.vh-schedule-card span {
    font-size: 13px;
    color: #4e6780;
    margin: 0 12px 4px;
}

.vh-schedule-card {
    background: var(--vh-blue-dark);
    color: #fff;
    padding-top: 18px;
}

.vh-schedule-card h3,
.vh-schedule-card p,
.vh-schedule-card span {
    color: #fff;
}

@media (max-width: 991px) {
    .vh-quicklinks {
        margin-top: -24px;
    }

    .vh-quick-panel {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .vh-action-card {
        min-height: 0;
        padding: 22px 20px;
        border-right: 0;
        border-bottom: 1px solid #dfe7f0;
    }

    .vh-action-card:last-child {
        border-bottom: 0;
    }
}

.vh-section {
    padding: 38px 0;
}

.vh-title {
    text-align: center;
    color: var(--vh-blue);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.vh-tabs {
    border: 0;
    justify-content: center;
    margin-bottom: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.vh-tabs .nav-link {
    border: 0;
    font-size: 12px;
    color: #333;
    padding: 4px 14px 10px;
    white-space: nowrap;
}

.vh-tabs .nav-link.active {
    color: var(--vh-blue);
    border-bottom: 2px solid var(--vh-blue);
    background: transparent;
}

.vh-news-layout {
    align-items: start;
}

.vh-news-main img {
    width: 100%;
    height: 268px;
    object-fit: cover;
    display: block;
}

.vh-news-main h3 {
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 14px;
}

.vh-news-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 18px;
}

.vh-news-side-item {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    align-items: start;
}

.vh-news-side-item img {
    width: 96px;
    height: 76px;
    object-fit: cover;
}

.vh-news-side-item span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
}

.vh-tab-only-list {
    grid-template-columns: 1fr 1fr 1fr;
}

.vh-doctors {
    padding-top: 26px;
}

.vh-doctor-card {
    text-align: center;
    padding: 10px;
}

.vh-doctor-card img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 999px;
    margin: 0 auto 14px;
}

.vh-doctor-name {
    border: 1px solid #b8c6d8;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vh-doctor-card p {
    font-size: 13px;
    margin: 10px auto 0;
    max-width: 180px;
}

.vh-doctor-slider .slick-prev,
.vh-doctor-slider .slick-next {
    width: 30px;
    height: 30px;
    z-index: 2;
}

.vh-doctor-slider .slick-prev:before,
.vh-doctor-slider .slick-next:before {
    color: #a3b7cb;
    font-size: 28px;
}

.vh-intro {
    background: #f7f7f7;
}

.vh-intro-head h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.vh-intro-head span {
    color: #6a7b8b;
    font-size: 13px;
}

.vh-intro-content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 22px;
    align-items: start;
}

.vh-intro-content img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.vh-intro-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.vh-gallery {
    background: #fbfdff;
}

.vh-links {
    background: #fff;
}

.vh-link-sidebar {
    max-width: 280px;
    margin-left: auto;
    background: #fff;
    border-left: 1px solid #e4edf6;
    padding-left: 18px;
}

.vh-link-floating {
    position: fixed;
    right: 18px;
    top: 210px;
    z-index: 40;
    width: 220px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(12, 53, 88, 0.16);
    border: 1px solid #dbe6f2;
    border-radius: 8px;
    overflow: hidden;
}

.vh-block-heading {
    background: #2d54a3;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding: 9px 11px 8px;
    text-transform: uppercase;
    border-bottom: 2px solid #d52b2b;
    letter-spacing: 0.02em;
}

.vh-link-list {
    display: grid;
    gap: 0;
    border: 0;
    border-top: 0;
    padding: 0;
    background: #fff;
}

.vh-link-banner {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dbe6f2;
    background: #fff;
    aspect-ratio: 4 / 1;
}

.vh-link-banner:last-child {
    border-bottom: 0;
}

.vh-link-banner img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    display: block;
    padding: 4px;
    transition: transform 0.18s ease;
}

.vh-link-banner:hover img {
    transform: scale(1.015);
}

.vh-gallery-card {
    display: block;
    background: #fff;
}

.vh-gallery-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.vh-gallery-card p {
    font-size: 13px;
    line-height: 1.6;
    margin: 10px 0 0;
}

.vh-video-placeholder {
    height: 170px;
    background: #d6dde5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8fa3;
    font-size: 28px;
}

.vh-footer {
    background: #111b26;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 46px 0 20px;
    color: #e5edf6;
}

.vh-footer .row {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 1.05fr) minmax(280px, 0.92fr);
    gap: clamp(24px, 4vw, 46px);
    align-items: start;
    margin-left: 0;
    margin-right: 0;
}

.vh-footer .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    flex: none;
}

.vh-footer-brand {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
}

.vh-footer-brand img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.vh-footer-brand h3 {
    font-size: 17px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.vh-footer-brand p {
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 5px;
    color: #e3edf7;
    white-space: pre-line;
}

.vh-footer-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.vh-footer-contact-list p {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    color: #e3edf7;
    font-size: 15.5px;
    line-height: 1.58;
    white-space: normal;
    overflow-wrap: anywhere;
}

.vh-footer-contact-list i {
    flex: 0 0 20px;
    width: 20px;
    margin-top: 4px;
    color: #8fd3ff;
    text-align: center;
}

.vh-footer-contact-list strong {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.vh-footer-contact-list a {
    color: #b9e6ff;
    font-weight: 700;
    text-decoration: none;
}

.vh-footer-contact-list a:hover {
    color: #fff;
    text-decoration: underline;
}

.vh-footer a {
    color: #b9e6ff;
}

.vh-map-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 12px;
}

.vh-map-card iframe {
    width: 100%;
    height: 214px;
    border: 0;
    border-radius: 10px;
    background: #e8eef3;
}

.vh-map-card span {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.vh-copyright {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #b9c8d7;
    font-size: 14.5px;
    text-align: center;
}

.vh-facebook-preview {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e6edf5;
}

.vh-facebook-preview-head {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: center;
}

.vh-facebook-preview-head img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.vh-facebook-preview-head strong {
    display: block;
    color: #223a66;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.vh-facebook-preview-head small {
    display: block;
    margin-top: 4px;
    color: #6b7d91;
    font-size: 13px;
    line-height: 1.4;
}

.vh-facebook-preview-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vh-facebook-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #1877f2;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.vh-facebook-link {
    display: block;
    color: #4f6985;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

.vh-map-card span {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #223a66;
}

.vh-copyright {
    text-align: center;
    font-size: 12px;
    color: #6c7f94;
    margin-top: 20px;
}

.vh-page-hero {
    background: #f5f9fd;
    padding: 30px 0 26px;
    border-top: 1px solid #dbe8f2;
    border-bottom: 1px solid #dbe8f2;
}

.vh-page-hero h1 {
    font-size: 32px;
    margin-bottom: 8px;
    color: #223a66;
}

.vh-page-hero p,
.vh-page-hero a {
    font-size: 14px;
    color: #6c7f94;
}

.vh-departments {
    background: #f8fbff;
}

.vh-dept-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.vh-dept-card {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(34,58,102,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
}

.vh-dept-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(34,58,102,0.16);
}

.vh-dept-image {
    position: relative;
    overflow: hidden;
    height: 160px;
}

.vh-dept-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vh-dept-card:hover .vh-dept-image img {
    transform: scale(1.06);
}

.vh-dept-overlay {
    position: absolute;
    inset: 0;
    background: rgba(47,111,184,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
}

.vh-dept-overlay i {
    font-size: 36px;
    color: #fff;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.vh-dept-card:hover .vh-dept-overlay {
    background: rgba(47,111,184,0.45);
}

.vh-dept-card:hover .vh-dept-overlay i {
    opacity: 1;
    transform: scale(1);
}

.vh-dept-card h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #223a66;
    margin: 14px 14px 6px;
    line-height: 1.4;
}

.vh-dept-card p {
    font-size: 13px;
    color: #5a6e84;
    line-height: 1.6;
    margin: 0 14px 14px;
}

.vh-dept-viewall {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 12px;
    background: var(--vh-blue-dark);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s;
}

.vh-dept-viewall:hover {
    background: #1a4a80;
    color: #fff;
}

.vh-detail-section {
    padding: 34px 0 46px;
}

.vh-detail-card,
.vh-side-card {
    background: #fff;
    border: 1px solid #e1ebf4;
    padding: 22px;
}

.vh-side-card {
    margin-bottom: 20px;
}

.vh-side-card h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #2f6fb8;
}

.vh-side-link {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #edf3f8;
    font-weight: 500;
    line-height: 1.6;
}

.vh-detail-meta {
    font-size: 13px;
    text-transform: uppercase;
    color: #2f6fb8;
    font-weight: 700;
    margin-bottom: 14px;
}

.vh-detail-cover {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    margin-bottom: 18px;
}

.vh-doctor-cover {
    object-fit: contain;
    background: #f8fbff;
}

.vh-detail-summary {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 18px;
    color: #223a66;
}

.vh-richtext {
    font-size: 16px;
    line-height: 1.85;
    color: #314962;
}

.vh-richtext img,
.vh-richtext iframe,
.vh-richtext table {
    max-width: 100%;
}

.vh-facebook-card iframe {
    background: #fff;
}

.kienan-novena {
    background: #fff;
}

.kienan-novena .header-top-bar {
    background: linear-gradient(90deg, var(--kienan-primary), #31568f);
}

.kienan-novena .header-top-bar,
.kienan-novena .header-top-bar a,
.kienan-novena .header-top-bar li,
.kienan-novena .top-right-bar a,
.kienan-novena .top-right-bar span {
    color: #fff;
}

.kienan-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 auto 10px;
    padding: 10px 0 6px;
    flex: 0 0 auto;
    max-width: 460px;
}

.kienan-brand img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.kienan-brand span {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 300px;
}

.kienan-brand small {
    color: #6f8ba4;
    font-size: 12px;
}

.kienan-brand-note {
    display: none;
}

.kienan-novena .navbar-collapse {
    flex: 0 0 100%;
    margin-left: 0;
    justify-content: center;
}

.kienan-novena .navigation {
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 86px, #2f6fb8 86px, #2f6fb8 100%);
    padding: 0 0 0;
}

.kienan-novena .navigation .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.kienan-main-nav {
    align-items: center;
    width: 100%;
    justify-content: center;
    background: #2f6fb8;
}

.kienan-main-nav .nav-item {
    margin: 0;
}

.kienan-main-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 14px !important;
    white-space: nowrap;
}

.kienan-main-nav .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
}

.kienan-main-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 14px 30px rgba(34, 58, 102, .15);
    padding: 8px 0;
}

.kienan-main-nav .dropdown-item {
    font-size: 14px;
    padding: 10px 18px;
    white-space: nowrap;
}

.kienan-main-nav .dropdown-item:hover {
    background: #f3f8fd;
    color: var(--kienan-primary);
}

.kienan-novena .banner {
    padding: 0;
    background: #fff;
}

.kienan-banner-full {
    min-height: 0;
}

.kienan-hero-slider {
    position: relative;
}

.kienan-hero-slide {
    width: 100%;
    background: #eef4fb;
}

.kienan-hero-slide img {
    width: 100%;
    height: 620px;
    object-fit: contain;
    object-position: center center;
    display: block;
    background: #eef4fb;
}

.kienan-hero-slider .slick-prev,
.kienan-hero-slider .slick-next {
    width: 46px;
    height: 46px;
    z-index: 4;
    border-radius: 999px;
    background: rgba(34, 58, 102, .55);
}

.kienan-hero-slider .slick-prev:hover,
.kienan-hero-slider .slick-next:hover {
    background: rgba(34, 58, 102, .85);
}

.kienan-hero-slider .slick-prev {
    left: 18px;
}

.kienan-hero-slider .slick-next {
    right: 18px;
}

.kienan-hero-slider .slick-prev:before,
.kienan-hero-slider .slick-next:before {
    font-size: 24px;
    opacity: 1;
}

.kienan-hero-slider .slick-dots {
    bottom: 18px;
}

.kienan-hero-slider .slick-dots li button:before {
    font-size: 11px;
    color: #fff;
    opacity: .55;
}

.kienan-hero-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.kienan-novena .feature-item,
.kienan-novena .service-item,
.kienan-novena .doctor-inner-box,
.kienan-novena .testimonial-block,
.kienan-contact-wrap {
    border-radius: 20px;
    border: 1px solid var(--kienan-border);
    box-shadow: 0 14px 36px rgba(34, 58, 102, .07);
}

.kienan-novena .feature-item {
    background: #fff;
}

.kienan-intro-portal {
    align-items: stretch;
}

.kienan-home-tabs {
    border-bottom: 1px solid #dbe8f2;
    justify-content: flex-start;
    margin-bottom: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.kienan-home-tabs .nav-link {
    border: 0;
    color: #223a66;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 16px 14px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.kienan-home-tabs .nav-link.active {
    color: #3895ff;
    border-bottom: 3px solid #3895ff;
    background: transparent;
}

.kienan-home-tab-content {
    padding-top: 10px;
}

.kienan-intro-feature {
    display: block;
    border: 1px solid var(--kienan-border);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(34, 58, 102, .06);
}

.kienan-intro-feature img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.kienan-intro-feature-copy {
    padding: 18px 20px 10px;
}

.kienan-intro-feature-copy h3 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.kienan-intro-feature-copy p {
    margin-bottom: 0;
    color: #6f8ba4;
}

.kienan-intro-sidebar {
    border: 1px solid var(--kienan-border);
    background: #fff;
    box-shadow: 0 10px 30px rgba(34, 58, 102, .06);
    min-height: 100%;
}

.kienan-intro-sidebar-title {
    padding: 16px 18px;
    border-bottom: 1px solid var(--kienan-border);
    font-size: 28px;
    font-weight: 700;
    color: var(--kienan-primary);
    text-transform: uppercase;
}

.kienan-intro-sidebar-list {
    padding: 14px 18px 0;
}

.kienan-intro-mini {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    align-items: start;
    padding: 0 0 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #edf3f8;
}

.kienan-intro-mini img {
    width: 100%;
    height: 78px;
    object-fit: cover;
}

.kienan-intro-mini h4 {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.kienan-intro-mini span {
    color: #6f8ba4;
    font-size: 13px;
}

.kienan-intro-summary {
    padding: 4px 18px 20px;
}

.kienan-intro-summary p {
    margin-bottom: 18px;
}

.kienan-tab-news-item {
    margin-bottom: 18px;
}

.kienan-novena .feature-item .btn-main,
.kienan-novena .btn-main {
    background: var(--kienan-primary);
    border-color: var(--kienan-primary);
}

.kienan-novena .btn-main-2 {
    background: var(--kienan-accent);
    border-color: var(--kienan-accent);
}

.kienan-phone-stat {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.kienan-department-item {
    padding: 0 0 24px;
    overflow: hidden;
    background: #fff;
}

.kienan-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.kienan-department-item .icon,
.kienan-department-item .content {
    padding: 0 24px;
}

.kienan-department-item .icon {
    padding-top: 22px;
}

.kienan-department-item .content p,
.kienan-doctor-card .content span,
.kienan-news-item .client-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kienan-doctor-card {
    background: transparent;
    padding: 10px 12px 16px;
    margin: 0 10px;
    text-align: center;
    border: 0 !important;
    box-shadow: none !important;
}

.kienan-doctor-card .doctor-img img {
    height: 220px;
    object-fit: cover;
    border-radius: 999px;
    width: 220px !important;
    margin: 0 auto 18px;
}

.kienan-doctor-card .content p {
    margin: 14px 0 0;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
}

.kienan-doctor-card .content h4 {
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    border: 1px solid #aab7c7;
    border-radius: 12px;
    padding: 14px 16px 12px;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kienan-doctor-card .content span {
    display: block;
    max-width: 260px;
    margin: 10px auto 0;
    color: #000;
    font-size: 18px;
    line-height: 1.55;
}

.kienan-doctor-slider {
    margin-top: 30px;
}

.kienan-doctor-slider .slick-prev,
.kienan-doctor-slider .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(34, 58, 102, .12);
    z-index: 2;
}

.kienan-doctor-slider .slick-prev:before,
.kienan-doctor-slider .slick-next:before {
    color: var(--kienan-primary);
    font-size: 28px;
}

.kienan-doctor-slider .slick-prev {
    left: -48px;
}

.kienan-doctor-slider .slick-next {
    right: -48px;
}

#doctor .section-title h2,
#news .section-title h2 {
    color: #3895ff;
    text-transform: uppercase;
    letter-spacing: .02em;
}

#doctor .section-title p,
#news .section-title p {
    max-width: 820px;
    margin: 0 auto;
}

.kienan-news-item {
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.kienan-news-item .client-info {
    padding: 24px;
}

.kienan-news-date {
    color: var(--kienan-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.kienan-video-frame {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(34, 58, 102, .14);
}

.kienan-contact-wrap {
    background: #fff;
    padding: 40px;
}

.kienan-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.kienan-contact-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.kienan-contact-list i {
    color: var(--kienan-accent);
    margin-top: 4px;
}

.kienan-action-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.kienan-novena .footer {
    background: #f8fbff;
}

.kienan-novena .backtop.reveal {
    bottom: 35px;
}

@media (max-width: 991px) {
    .vh-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        min-height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .vh-topbar-right { flex-wrap: wrap; gap: 10px; justify-content: flex-start; }
    .vh-separator { display: none; }
    .vh-brandline img { width: 52px; height: 52px; }
    a.vh-brand-name,
    .vh-brandline strong { font-size: 18px; }
    .vh-menu-bar { padding: 8px 0; }
    .vh-search-box { margin-left: 0; }
    .vh-search-box input,
    .vh-search-box input:focus { width: 100%; }
    .vh-search-box form { width: 100%; }
    .vh-dept-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vh-link-sidebar {
        max-width: none;
        margin: 28px 0 0;
        border-left: 0;
        padding-left: 0;
    }
    .vh-link-floating {
        position: static;
        width: auto;
        margin: 24px 15px 0;
        box-shadow: none;
        border-radius: 8px;
    }
    .vh-link-banner img {
        max-height: none;
    }
    .contact-info-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-grid { grid-template-columns: 1fr; }

    .kienan-novena .navigation {
        background: #2f6fb8;
        padding: 10px 0;
    }

    .kienan-brand {
        margin-left: 0;
        padding-right: 0;
        max-width: none;
        margin-bottom: 0;
        padding: 0;
    }

    .kienan-brand img {
        width: 58px;
        height: 58px;
    }

    .kienan-brand span {
        min-width: 0;
    }

    .kienan-novena .navbar-collapse {
        margin-left: 0;
        flex: 1 1 auto;
    }

    .kienan-novena .navigation .container {
        flex-wrap: wrap;
    }

    .kienan-main-nav .nav-link {
        padding: 10px 0 !important;
    }

    .kienan-novena .banner {
        padding: 0;
    }

    .kienan-hero-slide img {
        height: 420px;
    }

    .kienan-intro-feature img {
        height: 320px;
    }

    .kienan-home-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .kienan-home-tabs .nav-link {
        font-size: 16px;
        white-space: nowrap;
        padding: 8px 14px 12px;
    }

    .kienan-doctor-slider .slick-prev {
        left: -10px;
    }

    .kienan-doctor-slider .slick-next {
        right: -10px;
    }
}

@media (max-width: 767px) {
    .vh-dept-grid { grid-template-columns: 1fr 1fr; }
    .vh-marquee-scroll { font-size: 13px; }
    .contact-info-cards { grid-template-columns: 1fr; margin-top: -20px; }
    .contact-form-row { grid-template-columns: 1fr; }
    .contact-hero h1 { font-size: 28px; }
    .contact-form-wrap { padding: 22px 18px; }

    .kienan-brand span small {
        display: none;
    }

    .kienan-hero-slide img {
        height: 240px;
    }

    .kienan-intro-feature img {
        height: 220px;
    }

    .kienan-intro-sidebar-title {
        font-size: 22px;
    }

    .kienan-intro-mini {
        grid-template-columns: 90px 1fr;
    }

    .kienan-doctor-card .doctor-img img {
        width: 180px !important;
        height: 180px;
    }

    .kienan-doctor-card .content h4 {
        min-height: 76px;
        font-size: 18px;
    }

    .kienan-doctor-card .content p,
    .kienan-doctor-card .content span {
        font-size: 16px;
    }

    .kienan-contact-wrap {
        padding: 26px;
    }

    .vh-topbar-inner,
    .vh-topbar-right {
        display: block;
    }

    .vh-brandline div {
        display: block;
    }

    .vh-menu .nav-link {
        padding: 10px 0 !important;
    }

    .vh-submenu {
        position: static;
        display: block;
        min-width: 0;
        padding: 0 0 8px 12px;
        background: transparent;
        box-shadow: none;
    }

    .vh-submenu li a {
        padding: 6px 0;
        color: #dfefff;
        font-size: 13px;
    }

    .vh-hero-slide img {
        height: 260px;
    }

    .vh-news-side,
    .vh-tab-only-list,
    .vh-intro-content {
        grid-template-columns: 1fr;
    }

    .vh-detail-cover {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .vh-hero-slide img {
        height: 380px;
    }
}

/* Mobile override - keep header/menu/banner aligned */
@media (max-width: 991px) {
    .vh-header {
        position: static;
    }

    .vh-topbar-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        min-height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .vh-brandline {
        width: 100%;
    }

    .vh-brandline div {
        min-width: 0;
    }

    .vh-topbar-right {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 12px;
        width: 100%;
        justify-content: flex-start;
    }

    .vh-menu-inner {
        display: block;
    }

    .vh-menu-inner .navbar {
        display: block;
        width: 100%;
    }

    .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 12px;
        margin: 8px 0;
        border: 1px solid rgba(255,255,255,0.28);
        border-radius: 10px;
        color: #fff;
        background: rgba(255,255,255,0.08);
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    #vhMenu.navbar-collapse {
        margin-top: 8px;
        padding: 10px 12px;
        background: #2a629f;
        border-radius: 12px;
    }

    .vh-menu {
        display: block;
        width: 100%;
    }

    .vh-menu > .nav-item {
        display: block;
        width: 100%;
    }

    .vh-menu .nav-link {
        display: block;
        width: 100%;
        padding: 11px 0 !important;
        font-size: 14px;
        line-height: 1.4;
    }

    .vh-submenu {
        position: static;
        top: auto;
        left: auto;
        display: block;
        min-width: 0;
        margin: 0;
        padding: 0 0 8px 14px;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .vh-submenu li a {
        margin: 0;
        padding: 6px 0;
        color: #dfefff;
        white-space: normal;
        font-size: 13px;
    }

    .vh-search-box {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .vh-search-box form {
        width: 100%;
    }

    .vh-search-box input,
    .vh-search-box input:focus {
        width: 100%;
    }

    .vh-hero-slide img {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .vh-hero .slick-prev,
    .vh-hero .slick-next {
        width: 34px;
        height: 34px;
    }

    .vh-hero .slick-prev:before,
    .vh-hero .slick-next:before {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .vh-marquee-inner {
        min-height: 30px;
    }

    .vh-marquee-label {
        min-height: 30px;
        padding: 0 10px;
        font-size: 10px;
    }

    .vh-topbar-right span,
    .vh-topbar-right a {
        font-size: 12px;
    }

    .vh-brandline img {
        width: 42px;
        height: 42px;
    }

    a.vh-brand-name,
    .vh-brandline strong {
        font-size: 15px;
    }

    .vh-brandline span {
        font-size: 11px;
        line-height: 1.35;
    }

    .vh-hero-slide img {
        height: 220px;
    }
}

.vh-contact-form-card h2 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #223a66;
}

.vh-contact-copy {
    color: #5d7288;
    line-height: 1.8;
    margin-bottom: 22px;
}

.vh-contact-form {
    display: grid;
    gap: 14px;
}

.vh-contact-form label {
    font-size: 15px;
    font-weight: 700;
    color: #223a66;
    text-transform: uppercase;
}

.vh-contact-form label span {
    color: #e64b45;
    margin-left: 2px;
}

.vh-contact-form input,
.vh-contact-form textarea {
    width: 100%;
    border: 1px solid #ccd9e7;
    background: #fff;
    padding: 12px 14px;
    font-size: 16px;
    color: #223a66;
}

.vh-contact-form textarea {
    min-height: 180px;
    resize: vertical;
}

.vh-contact-submit {
    border: 0;
    background: #ea4b43;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 20px;
    margin-top: 8px;
}

.vh-form-alert {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.6;
}

.vh-form-alert.is-error {
    background: #fff1f1;
    color: #b42318;
}

.vh-form-alert.is-success {
    background: #edfdf3;
    color: #067647;
}

.vh-contact-map iframe {
    width: 100%;
    height: 240px;
    border: 0;
}

/* Homepage refinement: wider content, full banner image, balanced news and doctor cards */
@media (min-width: 1200px) {
    .kienan-homepage .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .kienan-homepage .container {
        max-width: 1460px;
    }
}

.kienan-homepage .vh-hero-slide {
    background: #e7f1fb;
}

.kienan-homepage .vh-hero-slide img {
    height: min(520px, 27.2vw);
    min-height: 320px;
    object-fit: contain;
    object-position: center center;
    background: #e7f1fb;
}

.kienan-homepage .vh-news-layout {
    align-items: stretch;
}

.kienan-homepage .vh-news-main {
    display: block;
    height: 100%;
    color: #1f2f46;
}

.kienan-homepage .vh-news-main img {
    height: 300px;
}

.kienan-homepage .vh-news-main h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 81px;
    max-height: 81px;
}

.kienan-homepage .vh-news-side {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.kienan-homepage .vh-news-side-item {
    min-height: 108px;
    height: 108px;
    padding: 8px;
    border: 1px solid #e7eef6;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.kienan-homepage .vh-news-side-item img {
    width: 104px;
    height: 90px;
}

.kienan-homepage .vh-news-side-item span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 63px;
    max-height: 63px;
    font-size: 13px;
    line-height: 1.6;
}

.kienan-homepage .vh-doctor-name {
    max-width: 210px;
    margin: 0 auto;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kienan-homepage .vh-doctor-card p {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

@media (max-width: 991px) {
    .kienan-homepage .vh-hero-slide img {
        height: 320px;
        min-height: 260px;
    }

    .kienan-homepage .vh-news-side {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .kienan-homepage .vh-hero-slide img {
        height: 220px;
        min-height: 180px;
    }

    .kienan-homepage .vh-news-main img {
        height: 220px;
    }
}

/* Intro and full-width slide polish */
.kienan-homepage .vh-hero-slide,
.kienan-homepage .vh-hero-slider .slick-track,
.kienan-homepage .vh-hero-slider .slick-slide {
    background: #e7f1fb;
}

.kienan-homepage .vh-hero-slide img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    display: block;
}

.kienan-homepage .vh-intro {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.kienan-homepage .vh-intro-card {
    display: grid;
    grid-template-columns: minmax(360px, 47%) 1fr;
    gap: 34px;
    align-items: center;
    background: #fff;
    border: 1px solid #e2edf8;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(28, 76, 132, 0.08);
}

.kienan-homepage .vh-intro-media {
    overflow: hidden;
    border-radius: 14px;
    background: #eef5fb;
}

.kienan-homepage .vh-intro-media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.kienan-homepage .vh-intro-copy {
    min-width: 0;
}

.kienan-homepage .vh-intro-kicker {
    display: inline-flex;
    align-items: center;
    background: #eaf4ff;
    color: #2f78c7;
    border-radius: 999px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.kienan-homepage .vh-intro-copy h2 {
    margin: 16px 0 14px;
    color: #203651;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}

.kienan-homepage .vh-intro-copy p {
    color: #536b83;
    font-size: 15px;
    line-height: 1.85;
    margin: 0;
}

.kienan-homepage .vh-intro-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 22px;
}

.kienan-homepage .vh-intro-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f5f9fd;
    border: 1px solid #e2edf8;
    border-radius: 999px;
    padding: 8px 12px;
    color: #31536f;
    font-size: 13px;
    font-weight: 700;
}

.kienan-homepage .vh-intro-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #2f6fb6;
    color: #fff;
    padding: 12px 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.kienan-homepage .vh-intro-button:hover {
    color: #fff;
    background: #245c99;
}

@media (max-width: 991px) {
    .kienan-homepage .vh-intro-card {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .kienan-homepage .vh-intro-media img {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .kienan-homepage .vh-intro-copy h2 {
        font-size: 24px;
    }

    .kienan-homepage .vh-intro-media img {
        height: 210px;
    }
}

.vh-gallery-entry img {
    height: 260px;
    object-fit: cover;
}

.vh-gallery-entry p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 18px;
    font-weight: 800;
}

.vh-gallery-entry p span {
    color: #2f78c7;
    font-size: 13px;
    text-transform: uppercase;
}

/* Stable homepage slider: full-width frame, no crop, Slick can animate normally */
.kienan-homepage .vh-hero-slider,
.kienan-homepage .vh-hero-slider .slick-list,
.kienan-homepage .vh-hero-slider .slick-track,
.kienan-homepage .vh-hero-slider .slick-slide,
.kienan-homepage .vh-hero-slide {
    height: clamp(220px, 35.238vw, 592px);
}

.kienan-homepage .vh-hero-slider .slick-slide > div {
    height: 100%;
}

.kienan-homepage .vh-hero-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #e7f1fb;
    overflow: visible;
}

.kienan-homepage .vh-hero-slide img {
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain;
    object-position: center center;
    display: block;
}

@media (max-width: 767px) {
    .kienan-homepage .vh-hero-slider,
    .kienan-homepage .vh-hero-slider .slick-list,
    .kienan-homepage .vh-hero-slider .slick-track,
    .kienan-homepage .vh-hero-slider .slick-slide,
    .kienan-homepage .vh-hero-slide {
        height: 35.238vw;
        min-height: 132px;
    }
}

/* Balance desktop menu position */
@media (min-width: 992px) {
    .vh-menu .nav-item:first-child {
        margin-left: 28px;
    }
}

/* Classic Van Ho homepage layout ported from reference UI */
.kienan-homepage .vh-header-classic {
    position: relative;
    z-index: 30;
    background: #f5f9ff;
    color: #28435f;
    box-shadow: 0 4px 14px rgba(17, 54, 93, .08);
}

.kienan-homepage .vh-header-classic .container {
    max-width: 1728px;
}

.kienan-homepage .vh-header-classic .vh-marquee-bar {
    display: block;
    background: #cf2029;
    color: #fff;
    min-height: 38px;
}

.kienan-homepage .vh-header-classic .vh-marquee-inner {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
}

.kienan-homepage .vh-header-classic .vh-marquee-label {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 130px;
    padding: 0 18px;
    background: #b81f27;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.kienan-homepage .vh-header-classic .vh-marquee-label::after {
    display: none;
}

.kienan-homepage .vh-header-classic .vh-marquee-scroll {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
}

.kienan-homepage .vh-header-classic .vh-marquee-scroll span {
    padding-left: 0;
    animation: none;
}

.kienan-homepage .vh-header-classic .vh-topbar {
    display: block;
    background: #f5f9ff;
    border: 0;
}

.kienan-homepage .vh-header-classic .vh-topbar-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.kienan-homepage .vh-header-classic .vh-brandline {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}

.kienan-homepage .vh-header-classic .vh-brandline img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
    border-radius: 0;
}

.kienan-homepage .vh-header-classic .vh-brand-name {
    display: block;
    color: #2c6fb4;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: .02em;
}

.kienan-homepage .vh-header-classic .vh-brandline span {
    display: block;
    margin-top: 5px;
    color: #6f8194;
    font-size: 15px;
    font-weight: 600;
}

.kienan-homepage .vh-header-classic .vh-topbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #526b89;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.kienan-homepage .vh-header-classic .vh-topbar-right a,
.kienan-homepage .vh-header-classic .vh-topbar-right span {
    color: #526b89;
}

.kienan-homepage .vh-header-classic .vh-topbar-right i {
    color: #2e74bc;
    margin-right: 6px;
}

.kienan-homepage .vh-header-classic .vh-menu-bar {
    background: #2f75bb;
    border: 0;
    box-shadow: none;
}

.kienan-homepage .vh-header-classic .vh-menu-inner {
    min-height: 54px;
    display: flex;
    align-items: center;
}

.kienan-homepage .vh-header-classic .navbar {
    width: 100%;
}

.kienan-homepage .vh-header-classic .vh-menu {
    align-items: center;
}

.kienan-homepage .vh-header-classic .vh-menu .nav-link {
    color: #fff !important;
    background: transparent;
    border-radius: 0;
    padding: 19px 18px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

.kienan-homepage .vh-header-classic .vh-menu .nav-link:hover {
    color: #fff !important;
    background: rgba(255,255,255,.12);
}

.kienan-homepage .vh-header-classic .vh-submenu {
    top: 100%;
}

.kienan-homepage .vh-header-classic .vh-search-box {
    flex: 0 0 220px;
    margin-left: 18px;
}

.kienan-homepage .vh-header-classic .vh-search-box form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
}

.kienan-homepage .vh-header-classic .vh-search-box input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    padding: 0 16px;
    font-size: 14px;
}

.kienan-homepage .vh-header-classic .vh-search-box input::placeholder {
    color: rgba(255,255,255,.72);
}

.kienan-homepage .vh-header-classic .vh-search-box button {
    width: 48px;
    height: 100%;
    border: 0;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

.kienan-homepage .vh-hero .vh-hero-slide img {
    height: 520px;
    object-fit: cover;
}

.kienan-homepage .vh-hero-actions {
    position: relative;
    z-index: 9;
    padding: 0 0 54px;
    margin-top: -88px;
    background: linear-gradient(180deg, transparent 0, transparent 88px, #fff9ed 88px, #fff 100%);
}

.kienan-homepage .vh-action-panel {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(15, 55, 38, .16);
    overflow: hidden;
}

.kienan-homepage .vh-action-item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    min-height: 126px;
    align-items: center;
    padding: 26px 34px;
    color: #2d2d2d;
    border-right: 1px solid #e6ece7;
    background: #fff;
}

.kienan-homepage .vh-action-item:last-child {
    border-right: 0;
}

.kienan-homepage .vh-action-item:hover {
    background: #fbfdfc;
}

.kienan-homepage .vh-action-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1b8b86;
    font-size: 29px;
}

.kienan-homepage .vh-action-copy {
    display: block;
}

.kienan-homepage .vh-action-copy strong {
    display: block;
    color: #24313f;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 8px;
}

.kienan-homepage .vh-action-copy em {
    display: block;
    color: #4d5350;
    font-style: normal;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

.kienan-homepage .vh-floating-contact {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 90;
    display: grid;
    gap: 16px;
}

.kienan-homepage .vh-floating-contact a {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    box-shadow: 0 10px 24px rgba(0,0,0,.14);
}

.kienan-homepage .vh-float-call {
    background: #008942;
}

.kienan-homepage .vh-float-message {
    background: #ffc928;
}

.kienan-homepage .vh-floating-contact a:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .kienan-homepage .vh-header-classic .vh-menu .nav-link {
        padding-left: 11px;
        padding-right: 11px;
        font-size: 13px;
    }

    .kienan-homepage .vh-header-classic .vh-search-box {
        flex-basis: 190px;
    }

    .kienan-homepage .vh-action-panel {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .kienan-homepage .vh-header-classic .vh-marquee-inner {
        padding: 0;
    }

    .kienan-homepage .vh-header-classic .vh-topbar-inner {
        min-height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
        flex-direction: column;
        align-items: stretch;
    }

    .kienan-homepage .vh-header-classic .vh-topbar-right {
        flex-wrap: wrap;
        gap: 8px 16px;
        white-space: normal;
    }

    .kienan-homepage .vh-header-classic .vh-menu-inner {
        min-height: auto;
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .kienan-homepage .vh-header-classic .navbar-toggler {
        color: #fff;
        border: 1px solid rgba(255,255,255,.35);
        padding: 8px 12px;
        margin: 0;
    }

    .kienan-homepage .vh-header-classic .navbar-collapse {
        padding-top: 10px;
    }

    .kienan-homepage .vh-header-classic .vh-menu .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .kienan-homepage .vh-header-classic .vh-search-box {
        margin: 12px 0 0;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .kienan-homepage .vh-hero-slider,
    .kienan-homepage .vh-hero-slider .slick-list,
    .kienan-homepage .vh-hero-slider .slick-track,
    .kienan-homepage .vh-hero-slider .slick-slide,
    .kienan-homepage .vh-hero-slide {
        height: auto;
    }

    .kienan-homepage .vh-hero .vh-hero-slide img {
        height: auto;
        min-height: 260px;
    }

    .kienan-homepage .vh-hero-actions {
        margin-top: 0;
        padding: 18px 0 34px;
        background: #fff;
    }

    .kienan-homepage .vh-action-panel {
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .kienan-homepage .vh-action-item {
        border-right: 0;
        border-bottom: 1px solid #e6ece7;
        min-height: 94px;
        padding: 18px 22px;
    }

    .kienan-homepage .vh-action-item:last-child {
        border-bottom: 0;
    }

    .kienan-homepage .vh-floating-contact {
        right: 14px;
        bottom: 18px;
    }

    .kienan-homepage .vh-floating-contact a {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}

/* Reference library section */
.kienan-homepage .vh-library-home {
    background: #fff;
    padding-top: 18px;
    padding-bottom: 54px;
}

.kienan-homepage .vh-library-tabs {
    border: 0;
    justify-content: center;
    gap: 28px;
    margin-bottom: 42px;
}

.kienan-homepage .vh-library-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #a2a7ad;
    font-size: 18px;
    font-weight: 800;
    padding: 0 0 12px;
}

.kienan-homepage .vh-library-tabs .nav-link.active {
    color: #1f2328;
    border-bottom-color: #1b8b86;
}

.kienan-homepage .vh-library-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.kienan-homepage .vh-library-card {
    display: block;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(34,58,102,.12);
}

.kienan-homepage .vh-library-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.kienan-homepage .vh-library-card h3 {
    margin: 0;
    padding: 18px 24px 40px;
    color: #414141;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

.kienan-homepage .vh-library-more {
    text-align: center;
    margin-top: 28px;
}

.kienan-homepage .vh-library-more a {
    color: #2f78c7;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .kienan-homepage .vh-library-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .kienan-homepage .vh-library-tabs {
        gap: 18px;
        margin-bottom: 26px;
    }

    .kienan-homepage .vh-library-tabs .nav-link {
        font-size: 16px;
    }

    .kienan-homepage .vh-library-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .kienan-homepage .vh-library-card img {
        height: 210px;
    }

    .kienan-homepage .vh-library-card h3 {
        padding: 16px 18px 26px;
        font-size: 16px;
    }
}

/* Site-wide responsive guardrails for content managed pages. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.kienan-homepage,
.kienan-novena,
.kienan-homepage *,
.kienan-novena * {
    min-width: 0;
}

.kienan-homepage img,
.kienan-homepage svg,
.kienan-homepage video,
.kienan-homepage canvas,
.kienan-homepage iframe,
.kienan-novena img,
.kienan-novena svg,
.kienan-novena video,
.kienan-novena canvas,
.kienan-novena iframe {
    max-width: 100%;
}

.kienan-homepage input,
.kienan-homepage select,
.kienan-homepage textarea,
.kienan-homepage button,
.kienan-novena input,
.kienan-novena select,
.kienan-novena textarea,
.kienan-novena button {
    max-width: 100%;
}

.kienan-homepage .container,
.kienan-novena .container {
    width: min(100% - 30px, 1320px);
}

.vh-header,
.vh-header *,
.lib-grid,
.vid-grid,
.lib-photo,
.vid-card {
    min-width: 0;
}

.lib-photo,
.vid-card {
    overflow-wrap: anywhere;
}

.vid-frame iframe,
.lib-lightbox img {
    max-width: 100%;
}

.kienan-homepage .vh-richtext,
.kienan-novena .vh-richtext,
.kienan-homepage .vh-news-main,
.kienan-homepage .vh-news-side-item,
.kienan-homepage .vh-library-card,
.kienan-homepage .vh-action-item,
.kienan-novena .vh-dept-card,
.kienan-novena .vh-doctor-card,
.kienan-novena .vh-article-card,
.kienan-novena .vh-contact-card {
    overflow-wrap: anywhere;
}

.kienan-homepage .vh-richtext table,
.kienan-novena .vh-richtext table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
    .kienan-homepage .vh-header-classic .vh-menu {
        flex-wrap: wrap;
    }

    .kienan-homepage .vh-header-classic .vh-menu .nav-link {
        white-space: normal;
    }
}

@media (max-width: 991px) {
    .kienan-homepage .vh-header-classic .vh-brandline,
    .vh-brandline,
    .kienan-brand {
        flex-wrap: wrap;
    }

    .kienan-homepage .vh-news-layout,
    .vh-news-layout,
    .vh-intro-content,
    .vh-contact-layout {
        grid-template-columns: 1fr !important;
    }

    .vh-link-floating {
        display: none;
    }

    .lib-grid,
    .vid-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .kienan-homepage .container,
    .kienan-novena .container {
        width: min(100% - 24px, 100%);
    }

    .kienan-homepage .vh-header-classic .vh-marquee-label {
        min-width: auto;
        padding: 0 12px;
        font-size: 12px;
    }

    .kienan-homepage .vh-header-classic .vh-marquee-scroll {
        padding-left: 12px;
        font-size: 13px;
    }

    .kienan-homepage .vh-header-classic .vh-brand-name,
    .vh-brand-name,
    .vh-brandline strong {
        font-size: 19px;
        line-height: 1.25;
    }

    .kienan-homepage .vh-header-classic .vh-brandline img,
    .vh-brandline img,
    .kienan-brand img {
        width: 54px;
        height: 54px;
    }

    .kienan-homepage .vh-header-classic .vh-topbar-right,
    .vh-topbar-right {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .vh-news-side,
    .kienan-homepage .vh-news-side,
    .vh-dept-grid,
    .vh-tab-only-list,
    .lib-grid,
    .vid-grid {
        grid-template-columns: 1fr !important;
    }

    .vh-news-side-item,
    .kienan-homepage .vh-news-side-item {
        grid-template-columns: 92px 1fr;
        height: auto;
        min-height: 0;
    }

    .vh-news-side-item img,
    .kienan-homepage .vh-news-side-item img {
        width: 92px;
        height: 72px;
    }

    .vh-intro-content img,
    .vh-gallery-card img,
    .vh-gallery-entry img {
        height: auto;
    }

    .vh-page-hero h1,
    .vh-title {
        font-size: 25px;
        line-height: 1.25;
    }
}

@media (max-width: 420px) {
    .vh-news-side-item,
    .kienan-homepage .vh-news-side-item,
    .kienan-homepage .vh-action-item {
        grid-template-columns: 1fr;
    }

    .vh-news-side-item img,
    .kienan-homepage .vh-news-side-item img {
        width: 100%;
        height: auto;
    }
}

/* Modern public header */
.vh-header,
.kienan-homepage .vh-header-classic {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(221, 232, 241, 0.9);
    box-shadow: 0 10px 32px rgba(22, 58, 91, 0.09);
    backdrop-filter: saturate(160%) blur(12px);
}

.vh-marquee-bar,
.kienan-homepage .vh-header-classic .vh-marquee-bar {
    background: #0b5e89;
    min-height: 34px;
    border: 0;
}

.vh-marquee-inner,
.kienan-homepage .vh-header-classic .vh-marquee-inner {
    min-height: 34px;
    padding: 0;
}

.vh-marquee-label,
.kienan-homepage .vh-header-classic .vh-marquee-label {
    min-height: 34px;
    min-width: auto;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.vh-marquee-scroll,
.kienan-homepage .vh-header-classic .vh-marquee-scroll {
    padding-left: 14px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 600;
}

.vh-topbar,
.kienan-homepage .vh-header-classic .vh-topbar {
    background: #fff;
    border: 0;
}

.vh-topbar-inner,
.kienan-homepage .vh-header-classic .vh-topbar-inner {
    min-height: 74px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.vh-brandline,
.kienan-homepage .vh-header-classic .vh-brandline {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vh-brandline img,
.kienan-homepage .vh-header-classic .vh-brandline img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(11, 94, 137, 0.12);
}

.vh-brand-name,
.vh-brandline strong,
.kienan-homepage .vh-header-classic .vh-brand-name {
    display: block;
    color: #15466a;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.vh-brandline span,
.kienan-homepage .vh-header-classic .vh-brandline span {
    display: block;
    margin-top: 3px;
    color: #64798b;
    font-size: 13px;
    font-weight: 700;
}

.vh-topbar-right,
.kienan-homepage .vh-header-classic .vh-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    white-space: normal;
}

.vh-topbar-right span,
.vh-topbar-right a,
.kienan-homepage .vh-header-classic .vh-topbar-right span,
.kienan-homepage .vh-header-classic .vh-topbar-right a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #31536f;
    font-size: 13px;
    font-weight: 800;
}

.vh-topbar-right span {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #e2edf6;
    border-radius: 999px;
    background: #f7fbff;
}

.vh-topbar-right i,
.kienan-homepage .vh-header-classic .vh-topbar-right i {
    margin-right: 0;
    color: #0b7c86;
}

.vh-menu-bar,
.kienan-homepage .vh-header-classic .vh-menu-bar {
    background: #fff;
    border-top: 1px solid #edf3f8;
    box-shadow: none;
}

.vh-menu-inner,
.kienan-homepage .vh-header-classic .vh-menu-inner {
    min-height: 58px;
    display: flex;
    align-items: center;
}

.vh-menu-inner .navbar,
.kienan-homepage .vh-header-classic .navbar {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
}

.vh-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    width: auto;
}

.vh-menu .nav-link,
.kienan-homepage .vh-header-classic .vh-menu .nav-link {
    color: #234a68 !important;
    padding: 11px 13px !important;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 850;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}

.vh-menu .nav-link:hover,
.vh-menu > .nav-item:hover > .nav-link,
.kienan-homepage .vh-header-classic .vh-menu .nav-link:hover {
    color: #086b76 !important;
    background: #eaf7f7;
}

.vh-submenu,
.kienan-homepage .vh-header-classic .vh-submenu {
    top: calc(100% + 10px);
    min-width: 250px;
    padding: 8px;
    border: 1px solid #e5eef6;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(20, 70, 106, 0.16);
}

.vh-submenu li a {
    color: #24455f;
    padding: 10px 12px;
    border-radius: 10px;
    white-space: normal;
}

.vh-submenu li a:hover {
    background: #eff8fb;
    color: #086b76;
}

.vh-appointment-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #d92f48;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(217, 47, 72, 0.22);
}

.vh-appointment-cta:hover {
    background: #bf243b;
    color: #fff !important;
    transform: translateY(-1px);
}

.vh-search-box {
    flex: 0 1 210px;
    margin-left: 0;
}

.vh-search-box form,
.kienan-homepage .vh-header-classic .vh-search-box form {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #dbe8f2;
    border-radius: 999px;
    overflow: hidden;
    background: #f7fbff;
}

.vh-search-box input,
.kienan-homepage .vh-header-classic .vh-search-box input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #24455f;
    padding: 0 12px 0 15px;
    font-size: 13px;
}

.vh-search-box input::placeholder {
    color: #7f93a5;
}

.vh-search-box button,
.kienan-homepage .vh-header-classic .vh-search-box button {
    width: 42px;
    height: 100%;
    border: 0;
    background: transparent;
    color: #0b7c86;
    padding: 0;
    font-size: 16px;
}

.navbar-toggler {
    min-height: 42px;
    min-width: 46px;
    border: 1px solid #dbe8f2 !important;
    border-radius: 12px;
    background: #f7fbff;
    color: #15466a !important;
}

@media (max-width: 1199px) {
    .vh-menu .nav-link,
    .kienan-homepage .vh-header-classic .vh-menu .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 12px;
    }

    .vh-search-box {
        flex-basis: 180px;
    }
}

@media (max-width: 991px) {
    .vh-topbar-inner,
    .kienan-homepage .vh-header-classic .vh-topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .vh-topbar-right,
    .kienan-homepage .vh-header-classic .vh-topbar-right {
        justify-content: flex-start;
    }

    .vh-menu-inner,
    .kienan-homepage .vh-header-classic .vh-menu-inner {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .vh-menu-inner .navbar,
    .kienan-homepage .vh-header-classic .navbar {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .navbar-collapse {
        flex: 0 0 100%;
        order: 2;
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #e2edf6;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 14px 30px rgba(20, 70, 106, 0.1);
    }

    .vh-menu {
        display: grid;
        gap: 4px;
        width: 100%;
    }

    .vh-menu .nav-link,
    .kienan-homepage .vh-header-classic .vh-menu .nav-link {
        display: flex;
        width: 100%;
        padding: 12px 14px !important;
        border-radius: 12px;
        white-space: normal;
    }

    .vh-submenu,
    .kienan-homepage .vh-header-classic .vh-submenu {
        position: static;
        display: block;
        min-width: 0;
        margin: 4px 0 8px 12px;
        padding: 4px;
        border-radius: 12px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .vh-submenu-level2,
    .kienan-homepage .vh-header-classic .vh-submenu-level2 {
        position: static;
        margin: 4px 0 4px 14px;
        box-shadow: none;
    }

    .vh-appointment-cta {
        margin-left: auto;
    }

    .vh-search-box {
        flex: 0 0 100%;
        order: 3;
    }
}

@media (max-width: 575px) {
    .vh-marquee-bar {
        display: none;
    }

    .vh-brandline img,
    .kienan-homepage .vh-header-classic .vh-brandline img {
        width: 48px;
        height: 48px;
    }

    .vh-brand-name,
    .vh-brandline strong,
    .kienan-homepage .vh-header-classic .vh-brand-name {
        font-size: 17px;
    }

    .vh-brandline span,
    .kienan-homepage .vh-header-classic .vh-brandline span {
        font-size: 12px;
    }

    .vh-topbar-right {
        gap: 7px;
    }

    .vh-topbar-right span {
        width: 100%;
        justify-content: flex-start;
    }

    .vh-appointment-cta {
        order: 1;
        width: calc(100% - 58px);
        margin-left: 0;
    }

    .navbar-toggler {
        order: 0;
    }
}

/* Stable professional layout pass */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.kienan-homepage {
    background: #f6fafc;
    color: #223a4f;
}

.kienan-homepage .container,
.kienan-novena .container,
.container {
    width: min(100% - 32px, 1200px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.kienan-homepage .vh-section,
.kienan-novena .vh-section {
    padding: 56px 0;
}

.kienan-homepage .vh-title {
    margin: 0 0 28px;
    color: #17496a;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
}

.kienan-homepage .vh-hero {
    position: relative;
    overflow: hidden;
    background: #dfeef5;
}

.kienan-homepage .vh-hero-slider,
.kienan-homepage .vh-hero-slider .slick-list,
.kienan-homepage .vh-hero-slider .slick-track,
.kienan-homepage .vh-hero-slider .slick-slide,
.kienan-homepage .vh-hero-slider .slick-slide > div,
.kienan-homepage .vh-hero-slide {
    height: clamp(360px, 42vw, 560px) !important;
    min-height: 0 !important;
}

.kienan-homepage .vh-hero-slide {
    position: relative;
    overflow: hidden;
}

.kienan-homepage .vh-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 54, 82, 0.74), rgba(13, 95, 124, 0.32), rgba(13, 54, 82, 0.08));
    pointer-events: none;
}

.kienan-homepage .vh-hero .vh-hero-slide img,
.kienan-homepage .vh-hero-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.vh-hero-copy {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.vh-hero-content-card {
    width: min(620px, 100%);
    color: #fff;
    pointer-events: auto;
}

.vh-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 13px;
    font-weight: 800;
}

.vh-hero-content-card h1 {
    margin: 16px 0 14px;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
}

.vh-hero-content-card p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.75;
}

.vh-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.vh-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
}

.vh-hero-btn-primary {
    background: #d92f48;
    color: #fff;
    box-shadow: 0 14px 28px rgba(217, 47, 72, 0.24);
}

.vh-hero-btn-secondary {
    background: #fff;
    color: #0f5f77;
}

.kienan-homepage .vh-hero-actions {
    margin-top: 0;
    padding: 28px 0 12px;
    background: #f6fafc;
}

.kienan-homepage .vh-action-panel {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.kienan-homepage .vh-action-item {
    height: 100%;
    min-height: 132px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: center;
    padding: 22px;
    border: 1px solid #e1edf4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(19, 82, 111, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kienan-homepage .vh-action-item:hover {
    transform: translateY(-3px);
    border-color: #b9dde7;
    box-shadow: 0 18px 38px rgba(19, 82, 111, 0.13);
}

.kienan-homepage .vh-action-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #eaf7f7;
    color: #0b7c86;
}

.kienan-homepage .vh-action-copy strong {
    min-height: 0;
    color: #173f5f;
    font-size: 17px;
    line-height: 1.35;
}

.kienan-homepage .vh-action-copy em {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #607789;
    font-size: 14px;
    line-height: 1.55;
}

.kienan-homepage .vh-news {
    background: #fff;
}

.kienan-homepage .vh-tabs,
.kienan-homepage .vh-library-tabs {
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 8px;
    margin-bottom: 24px;
    overflow-x: auto;
}

.kienan-homepage .vh-tabs .nav-link,
.kienan-homepage .vh-library-tabs .nav-link {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid #dfeaf2;
    border-radius: 999px;
    color: #4d6577;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.kienan-homepage .vh-tabs .nav-link.active,
.kienan-homepage .vh-library-tabs .nav-link.active {
    color: #fff;
    background: #0b7c86;
    border-color: #0b7c86;
}

.kienan-homepage .vh-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 22px;
    align-items: stretch;
}

.kienan-homepage .vh-news-main,
.kienan-homepage .vh-news-side-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e1edf4;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(19, 82, 111, 0.08);
}

.kienan-homepage .vh-news-main img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.kienan-homepage .vh-news-main h3 {
    min-height: auto;
    max-height: none;
    margin: 0;
    padding: 18px 20px 22px;
    color: #173f5f;
    font-size: 22px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kienan-homepage .vh-news-side,
.kienan-homepage .vh-tab-only-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kienan-homepage .vh-news-side-item {
    display: flex;
    min-height: 0;
    height: 100%;
    padding: 0;
}

.kienan-homepage .vh-news-side-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.kienan-homepage .vh-news-side-item span {
    min-height: 68px;
    max-height: none;
    padding: 12px 14px 14px;
    color: #173f5f;
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kienan-homepage .vh-doctors,
.kienan-homepage .vh-departments,
.kienan-homepage .vh-library-home {
    background: #f6fafc;
}

.kienan-homepage .vh-doctor-slider .slick-track {
    display: flex !important;
}

.kienan-homepage .vh-doctor-slider .slick-slide {
    height: auto;
}

.kienan-homepage .vh-doctor-slider .slick-slide > div,
.kienan-homepage .vh-doctor-card {
    height: 100%;
}

.kienan-homepage .vh-doctor-card {
    padding: 10px;
}

.kienan-homepage .vh-doctor-card a {
    height: 100%;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 18px;
    border: 1px solid #e1edf4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(19, 82, 111, 0.08);
}

.kienan-homepage .vh-doctor-card img {
    width: 150px;
    height: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 999px;
    margin: 0 auto 16px;
}

.kienan-homepage .vh-doctor-name {
    max-width: none;
    min-height: 52px;
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kienan-homepage .vh-doctor-card p {
    max-width: none;
    white-space: normal;
    color: #607789;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kienan-homepage .vh-intro {
    background: #fff;
}

.kienan-homepage .vh-intro-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: stretch;
    border-radius: 22px;
}

.kienan-homepage .vh-intro-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.vh-intro-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0;
}

.vh-intro-stats div {
    padding: 14px 12px;
    border: 1px solid #e1edf4;
    border-radius: 14px;
    background: #f7fbff;
}

.vh-intro-stats strong {
    display: block;
    color: #0b7c86;
    font-size: 24px;
    line-height: 1;
}

.vh-intro-stats span {
    display: block;
    margin-top: 6px;
    color: #607789;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.kienan-homepage .vh-dept-grid,
.kienan-homepage .vh-library-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.kienan-homepage .vh-dept-card,
.kienan-homepage .vh-library-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e1edf4;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(19, 82, 111, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.kienan-homepage .vh-dept-card:hover,
.kienan-homepage .vh-library-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(19, 82, 111, 0.13);
}

.kienan-homepage .vh-dept-image,
.kienan-homepage .vh-library-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.kienan-homepage .vh-dept-image img,
.kienan-homepage .vh-library-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kienan-homepage .vh-dept-card h3,
.kienan-homepage .vh-library-card h3 {
    min-height: 58px;
    margin: 0;
    padding: 16px 18px 8px;
    color: #173f5f;
    font-size: 17px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kienan-homepage .vh-dept-card p {
    flex: 1 1 auto;
    margin: 0;
    padding: 0 18px 18px;
    color: #607789;
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kienan-homepage .vh-footer {
    margin-top: 0;
    padding: 46px 0 18px;
    background: #113b5d;
}

.kienan-homepage .vh-footer .row {
    row-gap: 22px;
}

.vh-footer-links-card,
.kienan-homepage .vh-map-card {
    margin-bottom: 18px;
}

.vh-footer-links-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
}

.vh-footer-links-card h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 18px;
}

.vh-footer-links-card a {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

.vh-footer-links-card a:hover {
    color: #fff;
}

.kienan-homepage .vh-map-card {
    height: 100%;
    min-height: 230px;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

.kienan-homepage .vh-map-card iframe {
    height: 210px;
}

.vh-hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

table {
    max-width: 100%;
}

.vh-richtext table,
.detail-richtext table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
    .kienan-homepage .vh-action-panel,
    .kienan-homepage .vh-dept-grid,
    .kienan-homepage .vh-library-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .kienan-homepage .vh-section,
    .kienan-novena .vh-section {
        padding: 44px 0;
    }

    .kienan-homepage .vh-news-layout,
    .kienan-homepage .vh-intro-card {
        grid-template-columns: 1fr;
    }

    .kienan-homepage .vh-intro-media img {
        min-height: 260px;
    }

    .vh-footer .row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .kienan-homepage .container,
    .kienan-novena .container,
    .container {
        width: min(100% - 24px, 100%);
    }

    .kienan-homepage .vh-hero-slider,
    .kienan-homepage .vh-hero-slider .slick-list,
    .kienan-homepage .vh-hero-slider .slick-track,
    .kienan-homepage .vh-hero-slider .slick-slide,
    .kienan-homepage .vh-hero-slider .slick-slide > div,
    .kienan-homepage .vh-hero-slide {
        height: 430px !important;
    }

    .vh-hero-content-card p {
        font-size: 16px;
        line-height: 1.6;
    }

    .vh-hero-buttons,
    .vh-hero-btn {
        width: 100%;
    }

    .kienan-homepage .vh-action-panel,
    .kienan-homepage .vh-news-side,
    .kienan-homepage .vh-tab-only-list,
    .kienan-homepage .vh-dept-grid,
    .kienan-homepage .vh-library-grid,
    .vh-intro-stats {
        grid-template-columns: 1fr;
    }

    .kienan-homepage .vh-action-item {
        min-height: 0;
    }

    .kienan-homepage .vh-footer {
        padding-top: 34px;
    }

    .vh-footer .row {
        grid-template-columns: 1fr;
    }

    .vh-footer-brand {
        grid-template-columns: 52px 1fr;
        gap: 12px;
    }

    .vh-footer-brand img {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 480px) {
    .kienan-homepage .vh-hero-slider,
    .kienan-homepage .vh-hero-slider .slick-list,
    .kienan-homepage .vh-hero-slider .slick-track,
    .kienan-homepage .vh-hero-slider .slick-slide,
    .kienan-homepage .vh-hero-slider .slick-slide > div,
    .kienan-homepage .vh-hero-slide {
        height: 470px !important;
    }

    .kienan-homepage .vh-action-item {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

