.home-hero {
    background: #f2f0e8;
    padding: 54px 0 28px;
}

.home-hero__inner {
    display: flex;
    justify-content: center;
    text-align: center;
}

.home-hero__content {
    max-width: 760px;
}

.home-hero__title {
    margin: 0 0 10px;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #222;
}

.home-hero__title span {
    color: #5f84ff;
}

.home-hero__desc {
    margin: 0 auto 22px;
    max-width: 650px;
    color: #444;
    font-size: 16px;
}

.home-hero__search {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 520px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.home-hero__select {
    width: 90px;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.home-hero__input {
    flex: 1;
    border: 0;
    box-shadow: none;
    min-height: 40px;
}

.home-hero__input:focus,
.home-hero__select:focus {
    outline: none;
}

.home-hero__button {
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #5f84ff;
}

.home-quick-categories {
    background: #f2f0e8;
    padding: 10px 0 28px;
}

.home-quick-categories__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.home-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #333;
    font-size: 13px;
}

.home-category-item__icon {
    font-size: 20px;
}

.home-category-item.is-active {
    color: #7fc92c;
}

.home-main-content {
    background: #ececf7;
    padding: 26px 0 36px;
}

.home-main-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 320px;
    gap: 22px;
    align-items: start;
}

.home-main-content__left {
    background: #fff;
    border-radius: 12px;
    padding: 14px 14px 18px;
}

.home-main-content__right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-facility-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
}

.home-facility-tabs__item {
    background: transparent;
    border: 0;
    color: #555;
    min-height: auto;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
}

.home-facility-tabs__item.is-active {
    color: #5f84ff;
    font-weight: 700;
}

.home-facility-list {
    display: flex;
    flex-direction: column;
}

/* Facility card style đã tách riêng ở assets/css/home/facility-list.css */
.home-review-feed__title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.home-review-feed__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-feed-card {
    background: #fff;
    border-radius: 10px;
}

.review-feed-card__meta {
    margin: 0 0 6px;
    font-size: 13px;
    color: #444;
}

.review-feed-card__meta a {
    color: #4e7fff;
    font-weight: 600;
}

.review-feed-card__rating {
    margin-bottom: 6px;
    font-size: 12px;
}

.review-feed-card__time {
    margin: 0 0 8px;
    font-size: 12px;
    color: #888;
}

.review-feed-card__content {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.home-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 16px;
}

.home-pagination__item,
.home-pagination__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-height: 32px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #555;
    font-size: 13px;
    padding: 0;
}

.home-pagination__item.is-active {
    background: #71c36b;
    color: #fff;
}

.home-pagination__arrow.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.home-pagination__dots {
    color: #777;
    font-size: 13px;
}

.home-community-cta {
    background: #ececf7;
    padding: 0 0 36px;
}

.home-community-cta__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 30px;
    border-radius: 14px;
    background: #e8f2e8;
}

.home-community-cta__content {
    max-width: 480px;
}

.home-community-cta__title {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.2;
    color: #222;
}

.home-community-cta__desc {
    margin: 0 0 18px;
    color: #444;
    font-size: 16px;
}

.home-community-cta__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-community-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.home-community-cta__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-weight: 700;
}

/* .home-community-cta__images — replaced by .rtm-cta-slider */

@media (max-width: 991px) {
    .home-main-content__grid {
        grid-template-columns: 1fr;
    }

    .home-community-cta__box {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-community-cta__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .home-hero__title {
        font-size: 32px;
    }

    .home-hero__search {
        flex-direction: column;
        border-radius: 20px;
    }

    .home-hero__select,
    .home-hero__input,
    .home-hero__button {
        width: 100%;
    }

    .facility-card {
        grid-template-columns: 1fr;
    }


}

.home-quick-categories__list {
    gap: 14px;
}

.home-category-item {
    min-width: 120px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(95,132,255,.08);
    text-decoration: none;
    transition: all .18s ease;
}

.home-category-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.home-category-item__label {
    font-weight: 700;
    text-align: center;
}

.home-category-item__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4254c5;
    font-size: 12px;
    font-weight: 700;
}

.home-category-item.is-active {
    color: #2643d4;
    background: #ffffff;
    border-color: rgba(95,132,255,.3);
    box-shadow: 0 12px 28px rgba(95,132,255,.12);
}

.home-category-item.is-active .home-category-item__count {
    background: #5f84ff;
    color: #fff;
}

.home-hero__select {
    width: 150px;
}

.home-facility-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-facility-list__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #f8fafc;
}

.home-facility-list__summary-text {
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
}

.home-facility-list__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d8deea;
    color: #334155;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.home-facility-list__empty {
    padding: 20px;
    border-radius: 18px;
    background: #f8fafc;
    text-align: center;
}

.home-facility-list__empty p {
    margin: 0 0 12px;
    color: #475569;
}

@media (max-width: 767px) {
    .home-hero__search {
        border-radius: 24px;
        flex-wrap: wrap;
        justify-content: center;
		display:none;
    }

    .home-hero__select,
    .home-hero__input {
        width: 100%;
        min-width: 100%;
    }

    .home-category-item {
        min-width: calc(50% - 8px);
    }

    .home-facility-list__summary {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =============================================
   HERO SEARCH — nâng cấp
   ============================================= */
.home-hero__search-inner {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15,23,42,0.10);
    padding: 6px 6px 6px 16px;
    gap: 0;
    max-width: 640px;
    margin: 0 auto;
}

.home-hero__select-wrap {
    position: relative;
    flex-shrink: 0;
}

.home-hero__select {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    padding: 8px 28px 8px 4px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
}

.home-hero__select-arrow {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9ca3af;
    display: flex;
}

.home-hero__divider {
    width: 1px;
    height: 24px;
    background: #e5e7eb;
    margin: 0 12px;
    flex-shrink: 0;
}

.home-hero__input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    min-width: 0;
}

.home-hero__input-icon {
    flex-shrink: 0;
    color: #9ca3af;
}

.home-hero__input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #111827;
    outline: none;
    padding: 8px 0;
    min-width: 0;
}

.home-hero__input::placeholder {
    color: #9ca3af;
}

.home-hero__clear {
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: color 0.15s;
}

.home-hero__clear:hover { color: #374151; }

.home-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3867ff;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 22px 41px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.18s;
    white-space: nowrap;
}


.home-hero__button {
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
}

.home-hero__button span {
    display: none;
}
.home-hero__button:hover { background: #2550e0; }

/* Autocomplete suggestions */
.home-hero__suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: -44px;
    right: -44px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(15,23,42,0.14);
    list-style: none;
    margin: 0;
    padding: 6px;
    z-index: 999;
    display: none;
}

.home-hero__suggestion-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.12s;
    color: #374151;
}

.home-hero__suggestion-item:hover { background: #f3f4f6; }

.home-hero__suggestion-item svg { flex-shrink: 0; color: #9ca3af; }

.home-hero__suggestion-name {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-hero__suggestion-type {
    font-size: 12px;
    color: #6b7280;
    background: #f3f4f6;
    padding: 2px 8px;
    border-radius: 20px;
    flex-shrink: 0;
}

/* Popular tags */
.home-hero__tags {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14px;
}

.home-hero__tags-label {
    font-size: 13px;
    color: #6b7280;
}

.home-hero__tag {
    font-size: 13px;
    color: #374151;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 4px 12px;
    text-decoration: none;
    transition: all 0.15s;
}

.home-hero__tag:hover {
    background: #fff;
    border-color: #3867ff;
    color: #3867ff;
}

/* =============================================
   SEARCH PAGE
   ============================================= */
.rtm-search-page {
    padding: 32px 0 60px;
    min-height: 60vh;
}

/* Search bar trong trang kết quả */
.rtm-search-page__bar {
    margin-bottom: 28px;
}

.rtm-search-bar__inner {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(15,23,42,0.08);
    border: 1.5px solid #e5e7eb;
    padding: 6px 6px 6px 14px;
    gap: 0;
}

.rtm-search-bar__select {
    appearance: none;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #374151;
    padding: 8px 10px 8px 0;
    cursor: pointer;
    outline: none;
    flex-shrink: 0;
}

.rtm-search-bar__divider {
    width: 1px;
    height: 22px;
    background: #e5e7eb;
    margin: 0 12px;
    flex-shrink: 0;
}

.rtm-search-bar__input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9ca3af;
    min-width: 0;
}

.rtm-search-bar__input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #111827;
    outline: none;
    padding: 8px 0;
    min-width: 0;
}

.rtm-search-bar__input::placeholder { color: #9ca3af; }

.rtm-search-bar__btn {
    background: #3867ff;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s;
    white-space: nowrap;
}

.rtm-search-bar__btn:hover { background: #2550e0; }

/* Header kết quả */
.rtm-search-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.rtm-search-page__summary {
    font-size: 15px;
    color: #4b5563;
}

.rtm-search-page__summary strong { color: #111827; font-weight: 600; }

.rtm-search-page__clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: all 0.15s;
}

.rtm-search-page__clear:hover { color: #e53e3e; border-color: #e53e3e; }

/* Filter tags */
.rtm-search-page__filters {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.rtm-search-filter {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    text-decoration: none;
    transition: all 0.15s;
    white-space: nowrap;
}

.rtm-search-filter:hover {
    border-color: #3867ff;
    color: #3867ff;
}

.rtm-search-filter.is-active {
    background: #3867ff;
    border-color: #3867ff;
    color: #fff;
}

/* Empty state */
.rtm-search-page__empty {
    text-align: center;
    padding: 64px 20px;
}

.rtm-search-page__empty-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.rtm-search-page__empty h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
}

.rtm-search-page__empty p {
    color: #6b7280;
    margin: 0 0 20px;
}

.rtm-search-page__empty-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: #3867ff;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;
}

.rtm-search-page__empty-btn:hover { background: #2550e0; }

@media (max-width: 600px) {
    .home-hero__search-inner {
        flex-wrap: wrap;
        padding: 10px;
        gap: 8px;
        border-radius: 14px;
    }

    .home-hero__select-wrap { width: 100%; }
    .home-hero__select { width: 100%; padding-right: 28px; }
    .home-hero__divider { display: none; }
    .home-hero__button { width: 100%; justify-content: center; }

    .rtm-search-bar__inner { flex-wrap: wrap; padding: 8px; gap: 8px; }
    .rtm-search-bar__select { width: 100%; }
    .rtm-search-bar__divider { display: none; }
    .rtm-search-bar__btn { width: 100%; justify-content: center; }
}

/* =============================================
   MARQUEE — Chữ chạy trang chủ
   ============================================= */
.rtm-marquee {
    background: #111;
    color: #fff;
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
}

.rtm-marquee__track {
    display: inline-flex;
    align-items: center;
    gap: 0;
    animation: rtm-marquee-scroll 28s linear infinite !important;
    animation-play-state: running !important;
    will-change: transform;
    white-space: nowrap;
}

@keyframes rtm-marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}

.rtm-marquee__item {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0 18px;
    flex-shrink: 0;
    color: #fff !important;
}

.rtm-marquee__sep {
    color: #f59e0b;
    font-size: 10px;
    flex-shrink: 0;
    padding: 0 4px;
}

#rtm-hero-rotator-current {
    color: #fff;
}

/* ép luôn không được pause khi hover/chạm */
.rtm-marquee:hover .rtm-marquee__track,
.rtm-marquee:active .rtm-marquee__track,
.rtm-marquee:focus .rtm-marquee__track,
.rtm-marquee__track:hover,
.rtm-marquee__track:active,
.rtm-marquee__track:focus {
    animation-play-state: running !important;
}
/* =============================================
   CTA SLIDER — Slide ảnh 3 tấm
   ============================================= */
.rtm-cta-slider {
    position: relative;
    flex-shrink: 0;
    width: 380px;
}

.rtm-cta-slider__track {
    position: relative;
    width: 100%;
}

.rtm-cta-slider__slide {
    display: none;
    gap: 10px;
    animation: rtm-slide-fadein 0.5s ease;
}

.rtm-cta-slider__slide--active {
    display: flex;
}

@keyframes rtm-slide-fadein {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.rtm-cta-slider__img-wrap {
    flex: 1;
    min-width: 0;
}

.rtm-cta-slider__img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* Dots navigation */
.rtm-cta-slider__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 12px;
}

.rtm-cta-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    flex-shrink: 0;
}

.rtm-cta-slider__dot.is-active {
    background: #111;
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 991px) {
    .rtm-cta-slider {
        width: 100%;
    }
    .rtm-cta-slider__img-wrap img {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .rtm-cta-slider__img-wrap img {
        height: 120px;
    }
    .rtm-marquee__item {
        font-size: 12px;
    }
}

/* =============================================
   REVIEW FEED SIDEBAR — cập nhật UI mới
   ============================================= */
.home-review-feed__title {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.home-review-feed__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home-review-feed__empty {
    font-size: 13px;
    color: #999;
    padding: 8px 0;
}

.review-feed-card {
    padding: 14px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.review-feed-card:last-child {
    border-bottom: none;
}

.review-feed-card__meta {
    margin: 0 0 5px;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px;
}

.review-feed-card__author {
    font-weight: 700;
    color: #222;
	text-transform: capitalize;
}

.review-feed-card__verb {
    color: #666;
    font-weight: 400;
}

.review-feed-card__facility {
    color: #1a73e8;
    font-weight: 600;
    text-decoration: none;
}

.review-feed-card__facility:hover {
    text-decoration: underline;
}

.review-feed-card__row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.review-feed-card__stars {
    display: flex;
    gap: 1px;
}

.review-feed-card__star {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1;
}

.review-feed-card__star.is-filled {
    color: #f59e0b;
}

.review-feed-card__time {
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
}

.review-feed-card__content {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.home-hero__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.home-hero__title-prefix {
    color: #222;
}

.home-hero__rotator {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 12px 20px 12px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5f84ff 0%, #3b63ee 100%);
    box-shadow: 0 20px 44px rgba(95, 132, 255, 0.22);
    color: #fff;
}

.home-hero__rotator-current {
    display: inline-block;
    min-width: 10ch;
    white-space: nowrap;
}

.home-hero__rotator-current::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 0.95em;
    margin-left: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    vertical-align: -0.08em;
    animation: rtmHeroCaret 0.9s steps(1) infinite;
}

.home-hero__rotator-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: rgba(255,255,255,.95);
}

.home-hero__rotator-menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: min(360px, calc(100vw - 48px));
    padding: 12px;
    border-radius: 20px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(226,232,240,.95);
    box-shadow: 0 28px 80px rgba(15,23,42,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.home-hero__rotator-option {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    transition: all .18s ease;
}

.home-hero__rotator-option.is-active,
.home-hero__rotator-option:hover {
    background: #eef2ff;
    color: #3150d7;
    transform: translateX(2px);
}

@keyframes rtmHeroCaret {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

@media (max-width: 991px) {
    .home-hero__rotator {
        min-height: 64px;
        padding: 10px 18px;
    }

    .home-hero__rotator-current {
        min-width: 8ch;
    }

    
}

@media (max-width: 767px) {
    .home-hero__title {
        gap: 10px;
    }
     .home-hero__title span{
		 color:#fff;
		 text-transform:capitalize;
	 }
	.home-hero__title-prefix{
		color: #5f84ff !important;
	}
    .home-hero__rotator {
        width: 100%;
        justify-content: center;
        min-height: 58px;
        padding: 12px 16px;
        border-radius: 24px;
    }
    #rtm-hero-rotator{display:none;}
    .home-hero__rotator-current {
        min-width: 0;
        max-width: calc(100% - 40px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-hero__rotator-menu {
        position: static;
        min-width: 100%;
        width: 100%;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(255,255,255,.14);
        border-color: rgba(255,255,255,.18);
        padding: 6px;
        gap: 5px;
        border-radius: 16px;
    }

    /* Cố định height option — không giãn nở */
    .home-hero__rotator-option {
        height: 44px;
        min-height: 44px;
        max-height: 44px;
        padding: 0 14px;
        background: rgba(255,255,255,.16);
        color: #fff;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-shrink: 0;
        border-radius: 12px;
    }

    .home-hero__rotator-option.is-active,
    .home-hero__rotator-option:hover {
        background: rgba(255,255,255,.26);
        color: #fad390;
        transform: none;
    }
}


body.home.rtm-header-search-visible .home-hero__search {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px);
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: none;
}

.home-hero__search {
    transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease, max-height 0.24s ease, margin 0.24s ease, padding 0.24s ease, box-shadow 0.24s ease;
    max-height: 96px;
}
.home-hero__title-prefix,
.home-hero__rotator {
    font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, sans-serif;
}