/* ==================== Reset & Base ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* ==================== Header Component ==================== */
.container-header {
    width: 100%;
    position: relative;
}

.content-header {
    width: 100%;
}

header {
    width: 100%;
    min-height: 10vw;
    padding: 1vw 0;
    background-color: #8B1A1A;
    background-size: 100% 100%;
    background-image: url(../img/background_header.f58b0152.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    position: relative;
}

header .title {
    padding: 0.5vw 0;
}

header .title img {
    height: 40px;
    width: auto;
    margin: 0 auto;
}

.nav {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nav::-webkit-scrollbar {
    display: none;
}

.nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2vw;
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
    flex-wrap: nowrap;
    margin: 0;
    list-style: none;
}

.nav ul li {
    cursor: pointer;
    white-space: nowrap;
    padding: 0 5px;
}

.nav ul li:hover {
    cursor: pointer;
    color: #f3c671;
}

.nav ul li a {
    text-decoration: none;
    color: #fff;
}

.nav ul li a:hover {
    color: #f3c671;
    text-decoration: none;
}

.nav ul li.active-nav {
    color: #f3c671;
}

.smallScreen {
    display: none !important;
    position: absolute;
    height: 10vw;
    align-items: center;
    right: 5vw;
    top: 0;
}

.smallScreen i {
    font-size: 24px;
    color: #fff;
}

/* ==================== Mobile Menu ==================== */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.mobile-menu a:hover {
    color: #f3c671;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

/* ==================== Home Page ==================== */
.home-content {
    width: 100%;
    background-size: 100% 100%;
    background-image: url(../img/background.758c1338.png);
}

.banner {
    width: 100%;
    height: 40vw;
    border-radius: 0 0 20vw 20vw;
    overflow: hidden;
    border-bottom: 10px solid #c1272d;
    box-shadow: 0 4px 20px rgba(255, 255, 0, .6);
}

.banner img {
    width: 100%;
    margin-top: -5vw;
    transition: transform 1s ease;
}

.banner img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.slogen {
    width: 100%;
    text-align: center;
    margin: 8vw 0;
}

.slogen img {
    width: 40%;
    margin: 0 auto;
}

.active-section {
    width: 100%;
    margin-top: 15vw;
    text-align: center;
}

.active-section > img {
    width: 10vw;
    margin: 0 auto;
}

.category {
    width: 100%;
    height: 20vw;
    margin-top: 5vw;
    background-size: 100% 100%;
    background-image: url(../img/blackground_category.b3b5bd07.png);
    display: flex;
    justify-content: center;
    align-items: center;
}

.categoryItem {
    width: 13vw;
    height: 20vw;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transition: transform .3s ease;
}

.categoryItem > div img {
    width: 2vw;
}

.categoryText {
    min-height: 105px;
    writing-mode: vertical-lr;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #916c2b;
}

.category .categoryItem:first-child {
    border-left: 4px solid #fff;
}

.category .categoryItem:last-child {
    border-right: 4px solid #fff;
}

.categoryItem:hover {
    cursor: pointer;
    transform: translateY(-10px);
    background-color: #f2eee5;
    border: 4px solid #f3c671 !important;
}

.home-description {
    width: 100%;
    margin-top: 8vw;
    text-align: center;
    overflow: hidden;
}

.home-description img {
    display: block;
    margin: 0 auto;
}

.descriptionText {
    width: 75%;
    margin: 0 auto;
    margin-top: 5vw;
    text-align: justify;
    letter-spacing: 8px;
    font-size: 26px;
    line-height: 65px;
}

/* ==================== Footer Component ==================== */
.container-footer {
    width: 100%;
    background-color: #999;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 25px 0;
}

.content-footer {
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.content-footer a {
    color: #fff;
    margin: 0 20px;
}

.content-footer a:hover {
    color: #f3c671;
}

.record {
    width: 80%;
    display: flex;
    justify-content: space-around;
}

.footer {
    width: 100%;
    margin-top: 5vw;
}

/* ==================== Introduced Page ==================== */
.introduced-content {
    width: 100%;
    text-align: center;
    background-size: 100% 100%;
    background-image: url(../img/background_1.png);
    overflow: hidden;
}

.activeIntroduced {
    width: 20vw;
    margin-top: 10vw;
    display: inline;
}

.activeIntroducedText {
    width: 75%;
    margin: 5vw auto 0;
    text-align: justify;
    letter-spacing: 8px;
    font-size: 26px;
    line-height: 65px;
}

.organItem {
    width: 100%;
    margin-top: 5vw;
}

.organItem h3 {
    font-size: 35px;
    font-weight: 400;
    color: #bf272d;
    letter-spacing: 8px;
    text-align: center;
}

.organText {
    font-size: 35px;
    margin-top: 1vw;
    letter-spacing: 8px;
    color: #916c2b;
    text-align: center;
}

.cert {
    margin-top: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cert img {
    width: 20vw;
    transition: transform .3s ease;
    margin: 5px;
    box-shadow: 5px 5px 5px #888;
}

.cert img:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.certBig {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.certBig img {
    height: 80vh;
    max-width: 90%;
    object-fit: contain;
}

/* ==================== Honor Page ==================== */
.honor-content-top {
    width: 100%;
    height: 60vw;
    background-size: 100% 100%;
    background-image: url(../img/background_top.e513995e.png);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honor-slogen {
    width: 100%;
    display: block;
}

.honor_bottom {
    width: 100%;
    height: 80vw;
    margin-top: -1vw;
    background-size: 100% 100%;
    background-image: url(../img/honor_bottom.da563770.png);
}

.honor_bottom_title {
    width: 100%;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor_bottom_title img {
    width: 20%;
}

.carousel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item.active {
    opacity: 1;
    z-index: 1;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3vw;
    height: 3vw;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, 0.11);
    color: #fff;
    z-index: 10;
    text-align: center;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.carousel-arrow:hover {
    background-color: rgba(31, 45, 61, 0.23);
}

.carousel-arrow-left {
    left: 16px;
}

.carousel-arrow-right {
    right: 16px;
}

.carousel-indicators {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    display: flex;
    gap: 8px;
}

.carousel-indicators button {
    display: block;
    opacity: 0.48;
    width: 2vw;
    height: 0.2vw;
    border-radius: 0.1vw;
    background-color: #cc1417;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
}

.carousel-indicators button.active {
    opacity: 1;
}

.realShotsImages {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.realShots_top {
    width: 100%;
    height: 20vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5vw;
}

.realShots_top_item {
    width: 35vw;
}

.realShots_bottom_item {
    width: 26vw;
}

.realShots_bottom {
    width: 100%;
    height: 30vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mini-carousel {
    width: 100%;
    height: 20vw;
    position: relative;
    overflow: hidden;
}

.mini-carousel .carousel-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.mini-carousel .carousel-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mini-carousel .carousel-item.active {
    opacity: 1;
    z-index: 1;
}

.mini-carousel .carousel-item img {
    width: 24vw;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.mini-carousel .carousel-item img:hover {
    transform: scale(1.05);
}

.mini-carousel .carousel-arrow {
    width: 2vw;
    height: 2vw;
    font-size: 12px;
}

.mini-carousel .carousel-indicators {
    bottom: 4px;
    gap: 4px;
}

.mini-carousel .carousel-indicators button {
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
}

.realShots_bottom .mini-carousel {
    height: 14vw;
    display: flex;
    flex-direction: column;
}

.realShots_bottom .mini-carousel .carousel-container {
    flex: 1;
    min-height: 0;
}

.realShots_bottom .mini-carousel .carousel-indicators {
    position: static;
    transform: none;
    margin: 4px auto 0;
}

.realShots_bottom .mini-carousel .carousel-item img {
    width: 18vw;
}

.honor-content h3 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 1vw;
    font-weight: 400;
    color: #b6945d;
}

/* ==================== Active Detail Page ==================== */
.detail-content {
    width: 100%;
    text-align: center;
}

.detail-content .content_topImg {
    width: 100%;
    margin-top: -1vw;
}

.detail-content .target {
    width: 80%;
    margin: 0 auto;
}

.detail-content .target img {
    width: 18vw;
    margin: 0 auto 2vw;
    display: block;
}

.detail-content .text {
    font-size: 35px;
    letter-spacing: 10px;
    line-height: 60px;
}

.detail-content .text1 {
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 60px;
}

.detail-content .group {
    width: 80%;
    margin: 5vw auto 0;
}

.detail-content .group img {
    width: 18vw;
    margin: 0 auto 2vw;
    display: block;
}

.detail-content .group .topic_title {
    width: 35vw;
    margin: 1vw auto;
}

.detail-content .categories {
    width: 80%;
    margin: 5vw auto 0;
}

.detail-content .categories img {
    width: 18vw;
    margin: 0 auto 2vw;
    display: block;
}

.detail-content .ageGroup {
    width: 80%;
    margin: 5vw auto 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-content .ageGroup_center {
    width: 0;
    height: 200px;
    border: 2px solid #bf272d;
}

.detail-content .red {
    color: #bf272d;
    text-align: left;
}

.detail-content .category {
    width: 50vw;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-content .category .subheading:nth-child(2) {
    height: 80px;
    line-height: 80px;
    padding: 0 8vw;
    border-left: 2px solid #bf272d;
    border-right: 2px solid #bf272d;
}

.detail-content .subheading {
    font-size: 35px;
    color: #bf272d;
}

.detail-content .lineHeight {
    margin: 1vw 0;
}

.detail-content .activeHonor {
    width: 100%;
    display: flex;
}

.detail-content .activeHonor img:first-child {
    width: 75%;
}

.detail-content .activeHonor img:last-child {
    width: 25%;
}

.detail-content .more-info {
    margin: 2vw auto;
    cursor: pointer;
    transition: transform 0.3s;
}

.detail-content .more-info:hover {
    transform: scale(1.05);
}

/* ==================== Enroll Page ==================== */
.enroll-content {
    width: 100%;
    text-align: center;
    padding-bottom: 5vw;
}

.enroll-content .content_topImg {
    width: 100%;
    margin-top: -1vw;
}

.enroll-content .text {
    font-size: 35px;
    letter-spacing: 10px;
    line-height: 60px;
    color: #333;
}

.enroll-content .text.red {
    color: #bf272d;
}

.enroll-content .group {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
}

.enroll-content .group img {
    width: 18vw;
    margin-bottom: 2vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.enroll-content .group .qualityWork {
    width: 35vw;
    margin-bottom: 2vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.enroll-content .process {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.enroll-content .processItem {
    width: 40%;
}

.enroll-content .centerline {
    width: 0;
    border: 1px solid #000;
    height: 4vw;
    margin: 0 auto;
}

.enroll-content .excellentWork {
    width: 100%;
    display: flex;
    justify-content: center;
}

.enroll-content .excellentWork div {
    width: 15%;
    transition: width 1s ease;
}

.enroll-content .excellentWork div:hover {
    width: 18vw;
}

.enroll-content .excellentWork img {
    width: 18vw;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .35);
    transition: transform .3s ease;
}

.enroll-content .excellentWork img:hover {
    transform: translateY(-5px);
}

.enroll-content .phone {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #bf272d;
}

.enroll-content .phone img {
    width: 3vw;
    height: 3vw;
    margin: 0;
    margin-right: 2vw;
}

/* ==================== Placeholder Pages ==================== */
.subpage-content {
    width: 100%;
    min-height: 100vh;
    background-size: 100% 100%;
    background-image: url(../img/background.758c1338.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #916c2b;
    padding: 10vw 0;
}

.subpage-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #c1272d;
}

.subpage-content p {
    font-size: 18px;
    width: 70%;
    text-align: center;
    line-height: 2;
}

.subpage-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 40px 60px;
    margin: 20px;
    width: 60%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.subpage-card h3 {
    font-size: 24px;
    color: #c1272d;
    margin-bottom: 15px;
}

.subpage-card p {
    font-size: 16px;
    color: #333;
    width: 100%;
}

/* ==================== Responsive - Tablet (769px-960px) ==================== */
@media screen and (min-width: 769px) and (max-width: 960px) {
    .smallScreen {
        display: none !important;
    }

    .nav {
        display: block !important;
    }

    .nav ul {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 15px !important;
        padding: 0 15px !important;
    }

    .nav ul li {
        padding: 5px 10px !important;
    }

    /* Detail page tablet */
    .detail-content .ageGroup {
        width: 100%;
    }

    .detail-content .ageGroup_center {
        height: 150px;
    }

    .detail-content .category {
        width: 100%;
    }

    .detail-content .subheading {
        font-size: 20px;
    }

    .detail-content .text {
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 40px;
    }

    .detail-content .text1 {
        font-size: 18px;
        letter-spacing: 4px;
        line-height: 36px;
    }
    .enroll-content .text {
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 40px;
    }

    .enroll-content .excellentWork div {
        width: 20%;
    }

    .enroll-content .excellentWork div:hover {
        width: 25vw;
    }

    .enroll-content .excellentWork img {
        width: 25vw;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, .35);
    }
}

/* ==================== Responsive - Desktop Large (1401px-2100px) ==================== */
@media screen and (min-width: 1401px) and (max-width: 2100px) {
    .detail-content .ageGroup {
        width: 100%;
    }

    .detail-content .ageGroup_center {
        height: 150px;
    }

    .detail-content .subheading {
        font-size: 28px;
    }

    .detail-content .text {
        font-size: 28px;
        letter-spacing: 8px;
        line-height: 50px;
    }

    .detail-content .text1 {
        font-size: 24px;
        letter-spacing: 6px;
        line-height: 45px;
    }
}

/* ==================== Responsive - Desktop Medium (961px-1400px) ==================== */
@media screen and (min-width: 961px) and (max-width: 1400px) {
    .detail-content .ageGroup {
        width: 100%;
    }

    .detail-content .ageGroup_center {
        height: 150px;
    }

    .detail-content .category {
        width: 100%;
    }

    .detail-content .subheading {
        font-size: 20px;
    }

    .detail-content .text {
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 40px;
    }

    .detail-content .text1 {
        font-size: 18px;
        letter-spacing: 4px;
        line-height: 36px;
    }
}

/* ==================== Responsive - Mobile (<=768px) ==================== */
@media screen and (max-width: 768px) {
    /* Header mobile */
    header .title img {
        height: 30px;
        margin: 0 auto;
    }

    header {
        height: 20vw;
    }

    .nav ul {
        justify-content: center;
        gap: 12px;
        font-size: 13px;
        padding: 0 10px;
    }

    .smallScreen {
        display: none !important;
    }

    .smallScreen i {
        font-size: 24px;
        color: #fff;
    }

    /* Home mobile */
    .home-content {
        background-image: url(../img/background_phone.f08959ca.png);
    }

    .banner {
        box-shadow: 0 2px 5px rgba(255, 255, 0, .6);
    }

    .slogen img {
        width: 60%;
        margin: 0 auto;
    }

    .active-section {
        margin-top: 10vw;
    }

    .active-section > img {
        width: 18vw;
        margin: 0 auto;
    }

    .category {
        height: 35vw;
        background-image: url(../img/blackground_category_phone.3d7a917e.png);
    }

    .categoryItem {
        width: 20vw;
        height: 35vw;
    }

    .categoryItem > div img {
        width: 4vw;
    }

    .categoryText {
        font-size: 12px;
    }

    .categoryItem:hover {
        transform: translateY(-5px);
    }

    .home-description {
        background-size: 100% 100%;
        background-image: url(../img/description_phone.2b7cab0e.png);
    }

    .home-description img {
        width: 50vw;
    }

    .descriptionText {
        width: 85%;
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 25px;
    }

    .footer {
        margin-top: 5vw;
    }

    /* Footer mobile */
    .container-footer {
        font-size: 12px;
        padding: 15px 0;
        line-height: 20px;
    }

    .record {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .content-footer {
        width: 90%;
    }

    /* Introduced mobile */
    .introduced-content {
        background-image:  url(../img/background_1.png);
    }

    .activeIntroduced {
        width: 40vw;
    }

    .activeIntroducedText {
        width: 85%;
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 25px;
    }

    .organItem h3,
    .organText {
        font-size: 15px;
        letter-spacing: 3px;
    }

    .organText {
        margin-top: 2vw;
    }

    .cert img:hover {
        transform: translateY(-5px);
    }

    .certBig img {
        width: 80%;
        height: auto;
    }

    /* Honor mobile */
    .honor_bottom_title img {
        width: 35%;
    }

    .realShots_top {
        margin-bottom: 8vw;
    }

    .honor_bottom_title {
        height: 15vw;
    }

    .honor-content h3 {
        margin-top: 20px;
        font-size: 15px;
    }

    .carousel-arrow {
        width: 6vw;
        height: 6vw;
        font-size: 14px;
    }

    .carousel-indicators button {
        width: 4vw;
        height: 0.4vw;
        border-radius: 0.2vw;
    }

    .mini-carousel {
        height: 40vw;
    }

    .mini-carousel .carousel-item img {
        width: 60vw;
    }

    .mini-carousel .carousel-arrow {
        width: 5vw;
        height: 5vw;
        font-size: 10px;
    }

    .mini-carousel .carousel-indicators button {
        width: 1vw;
        height: 1vw;
    }

    .realShots_bottom .mini-carousel {
        height: 35vw;
    }

    .realShots_bottom .mini-carousel .carousel-indicators {
        position: static;
        transform: none;
        margin: 4px auto 0;
    }

    .realShots_bottom .mini-carousel .carousel-item img {
        width: 50vw;
    }

    /* Detail mobile */
    .detail-content .categories img,
    .detail-content .target img {
        width: 35vw;
    }

    .detail-content .target {
        width: 90%;
    }

    .detail-content .group {
        width: 90%;
    }

    .detail-content .categories {
        width: 90%;
    }

    .detail-content .text {
        font-size: 15px;
        letter-spacing: 4px;
        line-height: 30px;
    }

    .detail-content .ageGroup {
        width: 90%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .detail-content .ageGroup_center {
        width: 0;
        height: 0;
        border: none;
    }

    .detail-content .group img {
        width: 35vw;
    }

    .detail-content .group .topic_title {
        width: 50vw;
    }

    .detail-content .category {
        width: 100%;
        justify-content: center;
        gap: 1vw;
        margin: 2vw 0;
    }

    .detail-content .category .subheading:nth-child(2) {
        height: auto;
        line-height: normal;
        padding: 0 4vw;
    }

    .detail-content .category .subheading {
        padding: 0 2vw;
    }

    .detail-content .subheading {
        font-size: 15px;
    }

    .detail-content .lineHeight {
        margin: 1vw 0;
    }

    .detail-content .text1 {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 28px;
    }

    .detail-content .activeHonor img:first-child {
        width: 75%;
    }

    .detail-content .activeHonor img:last-child {
        width: 25%;
    }

    /* Enroll mobile */
    .enroll-content .text {
        font-size: 15px;
        letter-spacing: 4px;
        line-height: 30px;
    }

    .enroll-content .group img {
        width: 35vw;
    }

    .enroll-content .group .qualityWork {
        width: 55vw;
    }

    .enroll-content .processItem {
        width: 100%;
        margin-top: 2vw;
    }

    .enroll-content .centerline {
        height: 6vw;
    }

    .enroll-content .excellentWork div {
        width: 20%;
    }

    .enroll-content .excellentWork div:hover {
        width: 25vw;
    }

    .enroll-content .excellentWork img {
        width: 25vw;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, .35);
    }

    .enroll-content .phone {
        font-size: 20px;
    }

    .enroll-content .phone img {
        width: 7vw;
        height: 7vw;
        margin: 0;
        margin-right: 3vw;
    }
}

/* ==================== Responsive - Large (1401px-2100px) ==================== */
@media screen and (min-width: 1401px) and (max-width: 2100px) {
    .detail-content .ageGroup {
        width: 100%;
    }

    .detail-content .ageGroup_center {
        height: 150px;
    }

    .detail-content .subheading {
        font-size: 28px;
    }

    .detail-content .text {
        font-size: 28px;
        letter-spacing: 8px;
        line-height: 50px;
    }

    .enroll-content .text {
        font-size: 28px;
        letter-spacing: 8px;
        line-height: 50px;
    }
}

/* ==================== Responsive - Medium Large (961px-1400px) ==================== */
@media screen and (min-width: 961px) and (max-width: 1400px) {
    .detail-content .ageGroup {
        width: 100%;
    }

    .detail-content .ageGroup_center {
        height: 150px;
    }

    .detail-content .category {
        width: 100%;
    }

    .detail-content .subheading {
        font-size: 20px;
    }

    .detail-content .text {
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 40px;
    }

    .enroll-content .text {
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 40px;
    }
}