    .cn h1 {font-size: 3.6rem;}
    .qa-item {
        border-top: 1px dashed #222;
    }
    .qa-item:last-child {
        border-bottom: 1px dashed #222;
    }
    .qa .expand {
        padding: 12px 14px;
        background: var(--grey-03);
        border-radius: 12px;
        border: none;
    }

    section.sub-nav {
        margin-top: 1rem;
        align-items: flex-start;
        margin-bottom: 1rem;
    }
    .subrank-lins span.active{
        color: var(--Black, #222);
        font-weight: 700;
    }
    .subrank-lins span{
        color: var(--grey-07, #808080);
        letter-spacing: 0.24px;
        text-transform: uppercase;
        font-size: 12px;
    }

    section.ranking-section{
        gap: 118px;
        display: flex;
        flex-direction: column;
    }
    .ranking-nav.sticky{
        width: 100%;
        position: sticky;
        top: 0;
        background: #F8F8F8;
        z-index: 100;
    }

    .ranking-nav .score{
        display: flex;
        width: 48px;
        height: 48px;
        padding: 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;

        border-radius: 100px;
        
        background: var(--grey-03, #E9E9E9);
    }
    .ranking-nav .score.active{
        background: var(--FS-red, #B2243C);
        color: var(--White, #FFF);
    }

    .school-card {
        border-radius: 16px;
        background: var(--White, #FFF);
        overflow: hidden;
    }
    .school-card:hover{
        background: var(--Grey-03, #E9E9E9);
    }

    .school-card .card-img {
        width: 306px;
        align-self: stretch;
        flex-shrink: 0;
        border-radius: 16px 0 0 16px;

        background-size: cover;
        background-position: center;
        transform-origin: center;
        transition: transform .1s ease-in-out;
    }
    .school-card .card-img:hover{
        background-size: 130%;
    }

    .school-card .faid{
        border-radius: 4px;
        background: var(--Secondary-Color, #00BDB5);
        padding: 2px 6px;
        justify-content: flex-end;
        gap: 4px;
        font-size: 12px;
    }
    .school-card .faid i{
        color: var(--White, #FFF);
        font-size: 16px;
    }
    .school-card .school_score{
        width: 24px;
        height: 24px;
        min-width: unset;
        font-size: 12px;
    }
    .school-card .medal{
        padding: 1.5rem 0.75rem 0.5rem 0.75rem;
        border-radius: 0 0 8px 8px;
    }
    .school-card .badge {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: var(--Secondary-Teal-200, #99F6E4);
        height: 36px;
        left: 12px;
        bottom: 12px;
        position: absolute;
        min-width: 36px;
    }

    .school .medal  {
        padding: 0.75rem;
        border-radius: 0 0 8px 8px;
        font-weight: normal !important;
    }
    .school .school-img  {
        height: 200px;
        border-radius: 8px;
    }
    .school .school-name  {
        height: 3rem;
        width: 300px;
    }
    .school:hover{
        background: var(--Grey-03, #E9E9E9) !important;
    }
    .school-section {
        border-bottom: 1px solid #E9E9E9;
        padding: 1.5rem 1.5rem 1rem;
    }

    /* new card layout: name/score/rating on the left, bordered stats column on the right */
    .school-card .top-container {
        border-color: var(--grey-03, #E9E9E9) !important;
        padding-bottom: 0.75rem !important;
    }
    .school-card .stats-container {
        width: 180px;
        flex-shrink: 0;
        border-color: var(--grey-03, #E9E9E9) !important;
        font-size: 16px;
    }
    .school-card .card-score .link {
        margin-left: auto;
    }
    .school-card .btn-outline-teal {
        background: #fff;
        border: 1px solid var(--Secondary-Teal-500, #14B8A6);
        border-radius: 8px;
        color: #808080;
    }
    .school-card .btn-outline-teal .fa-plus,
    .school-card .btn-outline-teal .fa-plus-circle {
        color: var(--Secondary-Teal-500, #14B8A6);
    }
    .school-card .btn-outline-teal .fa-heart {
        color: var(--fs-red, #B2243C);
    }
    .school-card .btn-outline-teal.on {
        background: var(--grey-03, #E9E9E9);
    }

    /* hero header */
    section.page-title {
        background: linear-gradient(162.65deg, rgb(40,48,72) 0%, rgb(133,147,152) 100%);
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        max-width: 100vw !important;
        padding: 3rem 72px 5rem;
        color: #fff;
    }
	section.page-title.day {
		background: linear-gradient(162.65deg, rgb(10, 36, 40) 0%, rgb(30, 90, 95) 100%);
	}

    section.page-title .ranking-title,
    section.page-title .ranking-title h1,
    section.page-title .ranking-title h2 {
        color: #fff;
    }
    section.page-title .ranking-title .btn-outline {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.6);
        color: #fff;
    }
    .hero-share {
        gap: 16px;
    }
    .hero-share a {
        width: 32px;
        height: 32px;
        border-radius: 100px;
        background: rgba(255,255,255,0.3);
        color: #fff;
    }

    /* icon sub-tab bar */
    section.ranking-subtab-bar {
        padding: 0 72px;
    }
    .ranking-subtab-bar .subtab-scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .ranking-subtab-bar .subtab-more .dropdown-menu {
        z-index: 2000;
    }
    .ranking-subtab-bar .subtab-item {
        padding: 16px;
        text-decoration: none;
        color: var(--grey-07, #808080);
        min-width: 100px;
        flex-shrink: 0;
        border-bottom: 6px solid transparent;
    }
    .ranking-subtab-bar .subtab-icon {
        width: 32px;
        height: 32px;
        background: var(--grey-03, #E9E9E9);
    }

    .ranking-subtab-bar .subtab-icon i {
        color: #383838;
        font-size: 16px;
    }
    .ranking-subtab-bar .subtab-label {
        font-size: 14px;
        line-height: 1.3;
    }
    .ranking-subtab-bar .subtab-item.active, .ranking-subtab-bar .subtab-item:hover{
        color: #111;
        font-weight: 600;
        border-bottom-color: var(--fs-red, #B2243C);
    }
    .ranking-subtab-bar .subtab-item.active .subtab-icon {
        background: #f7e9ec;
    }
    .ranking-subtab-bar .subtab-item.active .subtab-icon i {
        color: var(--fs-red, #B2243C);
    }

    /* badge + range pagination */
    .range-pagination {
        gap: 12px;
    }
    .range-pagination .range-tab {
        padding: 12px 16px;
        border-radius: 16px;
        background: var(--grey-03, #E9E9E9);
        color: #222;
        text-decoration: none;
    }
    .range-pagination .range-tab.active, .range-pagination .range-tab:hover {
        background: var(--fs-red, #B2243C);
        color: #fff;
    }

    /* promotion block (partner school ads) */
    .promo-card {
        border-radius: 16px;
        background: var(--White, #FFF);
        overflow: hidden;
    }
    .promo-card:hover {
        background: var(--Grey-03, #E9E9E9);
    }
    .promo-card-img {
        height: 200px;
        background-size: cover;
        background-position: center;
    }
    .promo-partner-badge {
        position: absolute;
        left: 20px;
        top: 0;
        background: #fff;
        padding: 12px;
        border-radius: 0 0 8px 8px;
        font-size: 16px;
    }
    .promo-partner-badge i {
        color: var(--Secondary-Color, #00BDB5);
        font-size: 12px;
    }
    .promo-name {
        font-size: 18px;
    }
    .promo-type {
        color: var(--grey-07, #808080);
    }
    .promo-info {
        font-size: 16px;
    }

    .ranking-page-nav{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .other-ranking-card {
        display: flex;
        border-radius: 16px;
        background: var(--White, #fff);
        position: relative;
    }

    .other-ranking-card img{
    }
    .other-ranking-card .content {
        height: 6rem;
        font-weight: 700;
        font-size: 18px;
    }
    .other-ranking-card:hover{
        background: var(--Grey-03, #E9E9E9) !important;
    }

    .other-ranking-card img:nth-of-type(1){
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 1rem !important;
        padding-left: .5rem !important;
        padding-right: 0.5rem !important;
    }
    .other-ranking-card img:nth-of-type(2){
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 1rem !important;
        padding-right: .5rem !important;
        padding-left: 0rem;
    }
    .other-ranking-card img:nth-of-type(3){
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 0 !important;
        padding-left: .5rem !important;
        padding-top: 0.5rem;
        padding-right: 0.5rem;
    }
    .other-ranking-card img:nth-of-type(4){
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 1rem !important;
        padding-right: .5rem !important;
        padding-left:0rem;
        padding-top: 0.5rem;
    }

    .subtab-more .dropdown-item, .subtab-more .dropdown-item{
        border-left: 3px solid #fff;
    }
    .subtab-more .dropdown-item:hover, .subtab-more .dropdown-item:active{
        border-left-color: var(--fs-red, #B2243C);
    }


    @media (max-width: 768px) {
        .ranking-nav.sticky{
            top: 0px !important;
        }
        .subrank-downdown .dropdown-menu.show {
            width: 100%;
        }
        .ranking-page-nav{
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }
        .ranking-nav {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }
        .ranking-nav .score {
            width: 32px;
            height: 32px;
        }
        .score_fliter_all {
            width: 56px !important;
        }
        .ranking-list .school-cnt{
            text-align: center;
            align-self: unset !important;
        }
        .ranking-list .school-card{
            flex-direction: column !important;
            width: 100%;
        }
        .ranking-list .school-card .card-img {
            width: 100%;
            height: 200px;
            flex-shrink: 0;
            border-radius: 8px;
        }
        .school-card .top-container{
            flex-direction: column !important;
            gap: 0.75rem !important;
        }
        .school-card .stats-container{
            width: 100% !important;
            border-left: none !important;
            border-top: 1px solid var(--grey-03);
            padding-left: 0 !important;
            padding-top: 0.75rem !important;
            flex-wrap: wrap;
            gap: 0.5rem 1.5rem !important;
            flex-direction: row !important;
        }
        .school-card .stats-container > * {
            width: calc(50% - 0.75rem) !important;
        }
        .school-card .card-score{
            flex-wrap: wrap;
            border-top: 1px solid var(--grey-03);
            padding-top: 0.75rem;
        }
        .school-text .content{
            gap: 12px !important;
        }
        .card-score .school_score {
            width: 24px;
            height: 24px;
            min-width: 24px;
            font-size: 12px;
        }
        .card-score .stars{
            font-size: 12px;
        }
        .card-score{
            font-size: 14px;
        }
        .card-score .link{
            font-size: 20px;
            display: block !important;
            font-weight: 900;
            flex-grow: 1!important;
            text-align: right!important;
        }
        section.page-title {
            padding: 1.5rem 1rem 2.5rem;
        }
        section.ranking-subtab-bar {
            padding: 0 1rem;
        }
        .promotion-block {
            flex-direction: column !important;
        }
        #faq-video {
            width: 80% !important;
            height: 200px !important;
        }
    }

    @media screen and (max-width: 1366px) {
        .ranking-title {
            h1{
                font-size: 3rem; 
            }
        }

    }