.slider {
    position: relative;
    margin-bottom: 30px;
}

.slider-banner {
    display: block;
    width: 100%;
}

.slider-banner__img {
    position: relative;
    padding-top: 45%;
    overflow: hidden;
}

.slider-banner__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-banner__pagination {
    bottom: 20px !important;
}

.slider-banner__pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
}

.slider-banner__pagination .swiper-pagination-bullet-active {
    background-color: #eb1b17;
}

.header {
    min-height: 75px;
}

.product-list {
    padding-top: 8px;
}

/* .product-list.package-gold {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
} */

.product-list.package-silver .product-price,
.product-list.package-silver .product-label {
    background-color: #54b8bc;
}

.product-list.package-silver .product-label::after {
    background: conic-gradient(transparent 0deg 180deg, #007c80 180deg 270deg, transparent 270deg 360deg);
}

.product-list.package-silver .product-img {
    padding-top: 74%;
}

.product-list.package-gold .product-price,
.product-list.package-gold .product-label {
    background-color: #e2aa49;
}

.product-list.package-gold .product-label::after {
    background: conic-gradient(transparent 0deg 180deg, #a16a29 180deg 270deg, transparent 270deg 360deg);
}

.product-list.package-gold .product-img {
    padding-top: 56%;
}

.product-list.package-normal .product-price,
.product-list.package-normal .product-label {
    background-color: #0e3a5a;
}

.product-list.package-normal .product-price {
    padding: 8px 10px;
}

.product-list.package-normal .product-img {
    padding-top: 100%;
}

.product-cover {
    position: relative;
    display: block;
}

.product-cover .icon_h {
    position: absolute;
}

.product-img {
    position: relative;
    padding-top: 45%;
    overflow: hidden;
}

.product-img > img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-label {
    position: absolute;
    left: -5px;
    top: 15px;
    z-index: 1;

    color: #fff;
    font-size: 12px;
    font-weight: 600;

    border-radius: 5px 5px 5px 0;
    padding: 4px 10px 3px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #eb1b17;
}

.product-label::after {
    --sizeIcon: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: calc(100% - var(--sizeIcon) / 2);

    width: var(--sizeIcon);
    height: var(--sizeIcon);
    border-radius: 50%;
    background: conic-gradient(transparent 0deg 180deg, #74150f 180deg 270deg, transparent 270deg 360deg);
}

.product-price {
    padding: 12px 18px;
}

.product-title {
    line-height: 1.5;
    height: auto;
    padding: 12px 0 20px;
}

.product-btn {
    color: #eb1b17;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    margin: auto;

    width: fit-content;
    padding: 9px 20px 8px;
    border-radius: 6px;
    border: 1.8px solid #eb1b17;
}

.member {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid #f2f2f2;
}

.member-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 16px 14px 8px;
    background-color: #e8feff;
}

.member-header__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    width: 60%;
    margin: 8px auto 0;
}

.member-slide {
    --sizeHeight: 448px;
    position: relative;
    min-height: var(--sizeHeight);
    height: var(--sizeHeight);
}

.member-slide__cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 16px 14px 38px;
    background-color: #fff;
}

.member-slide__cover .swiper {
    width: 100%;
    height: 100%;
}

.member-slide__cover .swiper-slide {
    width: 100%;
    height: calc(100% / 6) !important;
}

.member-slide__item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.member-slide__img {
    --sizeAvatar: 60px;
    width: var(--sizeAvatar);
    min-width: var(--sizeAvatar);
    height: var(--sizeAvatar);
    overflow: hidden;
    border-radius: 50%;
}

.member-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-slide__title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.member-slide__desc {
    margin-bottom: 0;
    margin-top: 4px;
    color: #505050;
}

.member-slide__pagination {
    position: relative;
    z-index: 1;
    bottom: -5px !important;
}

.member-slide__pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.member-slide__prev,
.member-slide__next {
    top: auto;
    bottom: 12px;
    z-index: 1;
    background-color: transparent;
}

.member-slide__prev::after,
.member-slide__next::after {
    color: #000;
}

.member-slide__prev.swiper-button-disabled,
.member-slide__next.swiper-button-disabled {
    opacity: 0 !important;
}

.general-group {
    margin-top: 24px;
}

.navigation-nav {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    /* padding: 10px 0; */
}

.navigation-nav__link {
    display: inline-block;
    margin-left: 20px;
    padding: 8px 20px 7px;

    border: 1px solid #dfdfdf;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.navigation-nav__link.active {
    color: #fff;
    border-color: #eb1b17;
    background-color: #eb1b17;
}

@media (min-width: 768px) {
    .recharge {
        margin-bottom: 20px;
    }
}
