﻿/* Section */
.hx-member-section {
    background: #0B0B0B center / cover no-repeat;
    overflow: hidden;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.hx-member-section {
    padding: 80px 0;
    background: #fff;
}

.hx-member-head {
    margin-bottom: 40px;
}

.hx-member-sub {
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 13px;
    color: #111;
    opacity: .75;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.hx-member-title {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0;
    color: #111;
}

/* Swiper layout */
.hx-member-swiper-wrap {
    position: relative;
}

.hx-member-swiper {
    padding-bottom: 45px; /* chừa chỗ pagination */
}

    .hx-member-swiper .swiper-slide {
        height: auto;
    }

/* Card */
.hx-member-card {
    position: relative;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    overflow: hidden;
    height: 380px; /* giống ảnh demo */
}

.hx-member-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

    .hx-member-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1);
        opacity: .22; /* nền mờ */
    }

/* lớp phủ sáng */
.hx-member-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.65);
    z-index: 2;
}

/* Top logo */
.hx-member-top {
    position: relative;
    z-index: 3;
    padding: 22px 22px 10px 22px;
    min-height: 90px;
}

.hx-member-logo {
    max-width: 150px;
    max-height: 50px;
    object-fit: contain;
}

/* Body info */
.hx-member-body {
    position: relative;
    z-index: 3;
    padding: 10px 22px 22px 22px;
    color: #111;
}

.hx-member-row {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.4;
}

    .hx-member-row span {
        min-width: 70px;
        opacity: .55;
    }

    .hx-member-row b {
        font-weight: 700;
    }

/* Icon tròn (mắt) */
.hx-member-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    color: #111;
    margin-top: 10px;
    text-decoration: none;
}

    .hx-member-icon:hover {
        transform: translateY(-1px);
    }

/* Số lớn góc dưới */
.hx-member-no {
    position: absolute;
    left: 18px;
    bottom: 8px;
    z-index: 3;
    font-size: 90px;
    font-weight: 800;
    color: rgba(0,0,0,.12);
    line-height: 1;
    pointer-events: none;
}

/* Pagination */
.hx-member-pagination {
    bottom: 0 !important;
}

    .hx-member-pagination .swiper-pagination-bullet {
        opacity: .25;
    }

    .hx-member-pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }

/* Responsive */
@media (max-width: 992px) {
    .hx-member-title {
        font-size: 34px;
    }

    .hx-member-card {
        height: 360px;
    }
}

@media (max-width: 576px) {
    .hx-member-title {
        font-size: 28px;
    }

    .hx-member-card {
        height: 340px;
    }
}
