.elementor-3215 .elementor-element.elementor-element-c6fa6d8{--display:flex;--min-height:804px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-3215 .elementor-element.elementor-element-c6fa6d8 .elementor-background-slideshow__slide__image{background-size:cover;background-position:bottom center;}.elementor-3215 .elementor-element.elementor-element-e308faf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-36f4baa *//* Load font có hỗ trợ tiếng Việt đầy đủ */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap&subset=vietnamese");

:root {
    --holm-navy: #011b34;
    --holm-navy2: #111b34;
    --holm-text: #0b1220;
    --holm-muted: #5b677a;
    --holm-bg: #f2f3f5;
    --holm-white: #ffffff;
    --holm-radius: 18px;
    --holm-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

/* Ép toàn bộ khối dùng font hỗ trợ tiếng Việt */
.holm-wrap,
.holm-wrap * {
    font-family: "Be Vietnam Pro", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--holm-bg);
}

.holm-wrap {
    color: var(--holm-text);
    line-height: 1.65;
}

.holm-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
}

.holm-section {
    padding: 72px 0;
}

.holm-hero {
    position: relative;
    padding: 88px 0 64px;
    color: #fff;
    background: linear-gradient(90deg, rgba(1, 27, 52, .86), rgba(1, 27, 52, .55)), url("https://saigonluxury.com.vn/wp-content/uploads/2021/09/holm-biet-thu-thao-dien.jpg") center/cover no-repeat;
}

.holm-grid {
    display: grid;
    gap: 26px;
}

.holm-hero-grid {
    grid-template-columns: 1.35fr .85fr;
    align-items: center;
}

/* Giảm letter-spacing để chữ Việt không bị "rụng dấu/nhìn lỗi" */
.holm-h1 {
    margin: 0 0 10px;
    font-weight: 800;
    letter-spacing: .03em;
    /* cũ .08em */
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1.12;
}

.holm-sub {
    opacity: .92;
    margin: 0 0 18px;
    font-weight: 500;
}

.holm-bullets {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.holm-bullets li {
    margin: 8px 0;
    padding-left: 22px;
    position: relative;
    opacity: .95;
}

.holm-bullets li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: .9;
}

.holm-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.holm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .35);
    transition: .18s ease;
    cursor: pointer;
    font-size: 15px;
}

.holm-btn.primary {
    background: #fff;
    color: #0b1220;
    border-color: #fff;
}

.holm-btn.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
}

.holm-btn.ghost {
    background: transparent;
    color: #fff;
}

.holm-btn.ghost:hover {
    background: rgba(255, 255, 255, .10);
}

.holm-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--holm-radius);
    box-shadow: var(--holm-shadow);
    overflow: hidden;
}

.holm-carousel {
    display: flex;
    gap: 12px;
    overflow: auto;
    scroll-snap-type: x mandatory;
    padding: 14px;
    scrollbar-width: thin;
}

.holm-carousel::-webkit-scrollbar {
    height: 10px;
}

.holm-carousel::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .25);
    border-radius: 20px;
}

.holm-slide {
    min-width: 78%;
    scroll-snap-align: start;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
}

.holm-slide img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.holm-kicker {
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px;
    opacity: .85;
}

.holm-h2 {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}

.holm-lead {
    color: var(--holm-muted);
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

.holm-light {
    background: var(--holm-bg);
}

.holm-split {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.holm-tile {
    position: relative;
    border-radius: var(--holm-radius);
    overflow: hidden;
    box-shadow: var(--holm-shadow);
    min-height: 360px;
    background: #111;
}

.holm-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .92;
    transition: transform 0.3s ease;
}

.holm-tile:hover img {
    transform: scale(1.03);
}

.holm-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .20), rgba(0, 0, 0, .62));
}

.holm-tile-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
    z-index: 2;
}

.holm-pill {
    display: inline-block;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 8px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
}

.holm-box {
    background: rgba(255, 255, 255, .80);
    border-radius: 16px;
    padding: 18px;
    backdrop-filter: blur(8px);
}

.holm-specs {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.holm-specs li {
    margin: 7px 0;
    color: #1c2a3e;
    font-weight: 500;
    padding-left: 0;
    position: relative;
}

.holm-row {
    display: grid;
    gap: 26px;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
}

.holm-media {
    border-radius: var(--holm-radius);
    overflow: hidden;
    box-shadow: var(--holm-shadow);
    background: #000;
}

.holm-media iframe {
    width: 100%;
    height: 360px;
    display: block;
    border: 0;
}

.holm-logos {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
}

.holm-logos img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .85;
    transition: .15s;
}

.holm-logos img:hover {
    filter: none;
    opacity: 1;
}

.holm-dark {
    background: var(--holm-navy);
    color: #fff;
}

.holm-dark .holm-lead {
    color: rgba(255, 255, 255, .82);
}

.holm-count {
    display: grid;
    gap: 10px;
    font-size: 18px;
}

.holm-count b {
    font-size: 28px;
    color: #fff;
}

.holm-contact {
    background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .88));
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: var(--holm-radius);
    padding: 22px;
    box-shadow: var(--holm-shadow);
}

.holm-note {
    color: rgba(255, 255, 255, .88);
    font-weight: 500;
}

.holm-divider {
    height: 1px;
    background: rgba(255, 255, 255, .14);
    margin: 16px 0;
}

/* Responsive */
@media (max-width: 900px) {
    .holm-hero-grid,
    .holm-split,
    .holm-row {
        grid-template-columns: 1fr;
    }
    
    .holm-h1 {
        font-size: 32px;
        letter-spacing: .02em;
    }
    
    .holm-h2 {
        font-size: 28px;
    }
    
    .holm-slide {
        min-width: 88%;
    }
    
    .holm-slide img {
        height: 260px;
    }
    
    .holm-logos {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .holm-section {
        padding: 50px 0;
    }
    
    .holm-hero {
        padding: 60px 0 40px;
    }
    
    .holm-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .holm-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .holm-h1 {
        font-size: 28px;
    }
    
    .holm-h2 {
        font-size: 24px;
    }
    
    .holm-section {
        padding: 40px 0;
    }
    
    .holm-logos {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .holm-grid[style*="grid-template-columns:1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
}/* End custom CSS */