.shop-system__stats {
    margin: 0 -4px;
}
.showroom-banner .swiper-slide--tile {
    font-size: 36px;
    font-weight: bold;
    color: white;
}
.showroom-banner .swiper-slide--tile:after {
    content: "";
    width: 146px;
    height: 5px;
    background: white;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    right: 0;
    left: 0;
    border-radius: 43px;
}
.showroom-banner .swiper-slide--wrap {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 0;
    transform: translateY(100%);
    margin: 0 auto;
    right: 0;
}
.shop-system__sidebar {
    padding: 20px 20px 5px 20px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    background-color: white;
    height: 100%;
}
.shop-system__sidebar .bootstrap-select.form-control .btn-light {
    background: #F4F4F4 !important;
    height: 48px;
    border-radius: 10px;
    padding: 12px;
}
.shop-system__sidebar .bootstrap-select>.disabled{
    background: #F4F4F4 !important;
}

.shop-system__map {
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
}
.shop-system__map iframe {
    height: 100%;
    width: 100%;
}

.shop-system__title {
    margin-bottom: 15px;
    color: #112F61;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.shop-system .shop-system__filter .form-control {
    border-radius: 6px;
}

.shop-system__list {
    max-height: 335px;
    overflow-y: auto;
    padding-right: 5px;
    height: 100%;
}

.shop-system__item {
    padding: 12px 10px;
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: #F4F4F4;
    cursor: pointer;
    transition: all .2s ease;
    border: 1px solid transparent;
}

.shop-system__item:hover {
    background-color: #e8e8e8;
}

.shop-system__item.is-active {
    background-color: #52C626;
    border-color: #52C626;
    box-shadow: 0 2px 4px rgba(76, 175, 80, 0.3);
}

.shop-system__item.is-active .shop-system__item-name,
.shop-system__item.is-active .shop-system__item-meta,
.shop-system__item.is-active .shop-system__item-row {
    color: #fff;
}

.shop-system__item.is-active .shop-system__item-row i {
    color: #fff;
}

.shop-system__item-name {
    font-size: 16px;
    font-weight: 700;
    color: #66748B;
}

.shop-system__item-meta {
    font-size: 13px;
    color: #66748B;
}

.shop-system__item-row {
    display: flex;
    align-items: flex-start;
    line-height: 24px;
    font-size: 1.6rem;
    color: #66748B;
}

.shop-system__item-row i {
    margin-top: 2px;
    min-width: 16px;
    color: #333;
}

.shop-system__item.is-active .shop-system__item-row i {
    color: #fff;
}

.shop-system__detail-name {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.shop-system__detail {
    background-color: #e21d2a;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.shop-system__detail-info li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 8px;
}

.shop-system__detail-info i {
    margin-top: 2px;
    min-width: 18px;
}

.shop-system__detail-image img {
    border-radius: 6px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.shop-system__map iframe {
    width: 100%;
    min-height: 220px;
    border: 0;
}
.shop-system__detail-image {
    height: 100%;
}
.shop-system__detail-image img {
    height: 100%;
}

.shop-system__promo-image {
    border-radius: 10px;
    overflow: hidden;
    padding-top:50% !important;
}

.shop-system__promo-image img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.shop-system__stat-card {
    height: 100%;
    padding: 2.5rem 1.5rem 3rem 1.5rem;
    border-radius: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: 140px; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-system__stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.shop-system__stat-card--orange {
    background: #F79700;
}

.shop-system__stat-card--blue {
    background: #3CAAF7;
}

.shop-system__stat-card--purple {
    background: #9728B2;
}

.shop-system__stat-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
    opacity: 0.42;
}

.shop-system__stat-number {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.shop-system__stat-label {
    font-size: 1.6rem;
    opacity: 0.95;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .shop-system {
        padding: 20px 0;
    }

    .shop-system__map {
        height: 400px;
    }
    .shop-system__stat-icon {
        font-size: 35px;
        margin-bottom: 12px;
    }

    .shop-system__stat-number {
        font-size: 30px;
    }

    .shop-system__stat-label {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .shop-system__title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .shop-system__map {
        height: 300px;
    }

    .shop-system__stat-icon {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .shop-system__stat-number {
        font-size: 26px;
    }

    .shop-system__stat-label {
        font-size: 12px;
    }
}

/* Showroom System */
.showroom-system {
    padding: 40px 0;
}

.showroom-system__title {
    font-size: 32px;
    font-weight: 700;
    color: #112F61;
    margin-bottom: 30px;
}

.section-anh-showroom {
    padding-bottom: 150px;
}

.showroom-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.showroom-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.showroom-card__header {
    display: flex;
    align-items: center;
    background-color: #1a237e;
    padding: 12px 16px;
    min-height: 50px;
}

.showroom-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #e21d2a;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
}

.showroom-card__title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.3;
    flex: 1;
}

.showroom-card__body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.showroom-card__row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

.showroom-card__row:last-child {
    margin-bottom: 0;
}

.showroom-card__row i {
    margin-top: 3px;
    min-width: 18px;
    color: #333;
    font-size: 14px;
}

.showroom-card__row--link i {
    color: #e21d2a;
}

.showroom-card__link {
    color: #e21d2a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.showroom-card__link:hover {
    color: #c01a25;
    text-decoration: underline;
}

.showroom-card__row span {
    flex: 1;
}
.shop-system__stats>div>.row {
    margin: 0 -4px;
}
.shop-system__stats>div>.row>div {
    padding: 0 4px;
}

@media (max-width: 991.98px) {
    .showroom-system {
        padding: 30px 0;
    }

    .showroom-system__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .showroom-system__title {
        font-size: 20px;
    }

    .showroom-card__header {
        padding: 10px 14px;
        min-height: 48px;
    }

    .showroom-card__number {
        width: 28px;
        height: 28px;
        font-size: 14px;
        margin-right: 10px;
    }

    .showroom-card__title {
        font-size: 13px;
    }

    .showroom-card__body {
        padding: 14px;
    }

    .showroom-card__row {
        font-size: 12px;
        margin-bottom: 8px;
    }
}


.contact-section .header-contact h1 {
    color: #e62e2e;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-section .card {
    background-color: #e62e2e;
    color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-section .card h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.contact-section .info-item {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-section .info-item:last-child {
    margin-bottom: 0;
}

.contact-section .icon {
    margin-right: 4px;
    font-size: 20px;
    min-width: 20px;
}

.contact-section .info-text {
    flex: 1;
}

.contact-section .contact-name {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}
.shop-system__stats > div {
    padding: 0px 4px;
}
@media (max-width: 968px) {
    .contact-section .content {
        grid-template-columns: 1fr;
    }

    .contact-section .header-contact h1 {
        font-size: 24px;
    }

    .contact-section .card {
        padding: 30px 20px;
    }

    .contact-section .card h2 {
        font-size: 22px;
    }
}

@media (max-width: 768px){
    .showroom-banner .swiper-slide--wrap{
        text-align: center !important;
    }
    .showroom-banner .swiper-slide--tile {
        font-size: 26px;
    }
    .section-show-room .swiper-slider-main .swiper-slide img {
        height: 18.6rem !important;
    }
}

