
/* Extra Large Devices (Small Desktop) */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    .header_title {
        font-size: 3rem;
    }
    /* Footer */
    .footer_grid {
        grid-template-columns: 320px 1fr;
        gap: 28px;
    }
    .footer_middle_column {
        padding-right: 4%;
    }
    .footer_newsletter__top {
        gap: 32px;
    }
    .footer_newsletter_title {
        font-size: 1.25rem;
    }
    .footer__middle__bottom {
        gap: 22px;
    }
    .footer_newsletter_form {
        height: 46px;
    }
    /* Slider show */
    .slider-content {
        max-width: 960px;
        padding: 0 16px;
    }
    .slider-content__title {
        font-size: 56px;
    }
    .slider-content__name {
        font-size: 16px;
    }
    .slider-content__desc {
        font-size: 13px;
    }
    .slider-content__title,
    .slider-content__name,
    .slider-content__desc {
        max-width: 60%;
    }
    .slider_overlay {
        top: 32%;
    }
    .slideshow__nav {
        bottom: 20px;
    }
    .slideshow__nav-label {
        font-size: 16px;
    }
    /* About Section */
    .about__index__section {
        padding: 80px 0;
    }
    .about-index__header {
        max-width: 520px;
        margin-bottom: 32px;
    }
    .about-index__headline {
        font-size: 32px;
    }
    .about-index__lead {
        font-size: 14px;
    }
    .about-index__body {
        grid-template-columns: minmax(180px, 220px) 1fr;
        gap: 24px;
    }
    .about-index__menu-item.is-active::after {
        width: 90px;
    }
    .about-index__panel {
        gap: 28px;
    }

    /* Show Product Hot */
    .show-product-hot {
        padding: 80px 0;
    }
    .show-product-hot__grid {
        grid-template-columns: minmax(200px, 1fr) minmax(280px, 1.3fr) minmax(220px, 1fr);
        gap: 22px;
    }
    .show-product-hot__title {
        font-size: 32px;
    }
    .show-product-hot__media {
        min-height: 300px;
        margin-top: 24px;
    }
    .show-product-hot__image {
        width: min(460px, 100%);
    }

    /* Standard */
    .standard__section {
        padding: 100px 0;
    }
    .standard__header {
        margin-bottom: 44px;
    }
    .standard__title {
        font-size: 1.75rem;
    }
    .standard__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .standard__item:nth-child(4n) {
        border-right: 1px solid var(--color-line);
    }
    .standard__item:nth-child(3n) {
        border-right: none;
    }
    .standard__item:nth-last-child(-n+4) {
        border-bottom: 1px solid var(--color-line);
    }
    .standard__item:nth-last-child(-n+3) {
        border-bottom: none;
    }

    /* Partner */
    .partner__section {
        padding: 80px 0;
    }
    .partner__header {
        margin-bottom: 44px;
    }
    .partner__title {
        font-size: 1.75rem;
    }
    .partner__desc {
        font-size: 1rem;
    }
    .partner__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    /* Category Hot Section */
    .category__hot__section {
        padding: 0 0 80px;
    }
    .category-hot__header {
        gap: 20px;
    }
    .category-hot__title {
        font-size: 1.75rem;
    }
    .category-hot__tab {
        font-size: 14px;
        padding: 7px 18px;
    }
    .category-hot__view-all {
        font-size: 13px;
    }
    .category-hot__nav-btn {
        right: -40px;
    }
    
}

/* Large Devices (Tablets) */
@media (max-width: 991px) {
    .menu {
        display: flex;
        flex-wrap: wrap;
    }
    .header_title {
        font-size: 2.5rem;
    }
    /* Slider show */
    .slider-content {
        max-width: 780px;
    }
    .slider-content__title {
        font-size: 44px;
    }
    .slider-content__name {
        font-size: 15px;
    }
    .slider-content__desc {
        font-size: 13px;
    }
    .slider-content__title,
    .slider-content__name,
    .slider-content__desc {
        max-width: 70%;
    }
    .slider_overlay {
        top: 30%;
    }
    .slideshow__nav {
        gap: 10px;
    }
    .slideshow__nav-index,
    .slideshow__nav-label {
        font-size: 14px;
    }

    /* Footer */
    .footer_grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer_image_column {
        max-width: 460px;
        margin: 0 auto;
    }
    .footer_middle_column {
        padding-right: 16px;
        padding-left: 16px;
    }
    .footer_newsletter__top {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .footer__middle__bottom {
        flex-direction: column;
        padding: 28px 0;
    }
    .footer_right_column {
        width: 100%;
    }
    /* About Section */
    .about__index__section {
        padding: 70px 0;
    }
    .about-index__header {
        max-width: 480px;
        margin-bottom: 28px;
    }
    .about-index__headline {
        font-size: 28px;
    }
    .about-index__lead {
        font-size: 14px;
    }
    .about-index__body {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .about-index__nav {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .about-index__menu {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 14px;
    }
    .about-index__menu-item {
        gap: 8px;
    }
    .about-index__menu-item.is-active::after {
        display: none;
    }
    .about-index__stage {
        min-height: 585px;
    }
    .about-index__panel {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    /* Show Product Hot */
    .show-product-hot {
        padding: 70px 0;
    }
    .show-product-hot__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "intro"
            "media"
            "content"
            "badge";
        gap: 18px;
    }
    .show-product-hot__intro {
        margin-bottom: 12px;
    }
    .show-product-hot__title {
        font-size: 28px;
    }
    .show-product-hot__media {
        min-height: 260px;
        margin-top: 0;
    }
    .show-product-hot__content,
    .show-product-hot__badge {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    /* Standard */
    .standard__section {
        padding: 90px 0;
    }
    .standard__header {
        margin-bottom: 36px;
    }
    .standard__title {
        font-size: 1.6rem;
    }
    .standard__desc {
        font-size: 0.95rem;
    }
    .standard__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .standard__item:nth-child(3n) {
        border-right: 1px solid var(--color-line);
    }
    .standard__item:nth-child(2n) {
        border-right: none;
    }
    .standard__item:nth-last-child(-n+3) {
        border-bottom: 1px solid var(--color-line);
    }
    .standard__item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    /* Partner */
    .partner__section {
        padding: 70px 0;
    }
    .partner__header {
        margin-bottom: 36px;
    }
    .partner__title {
        font-size: 1.6rem;
    }
    .partner__desc {
        font-size: 0.95rem;
    }
    .partner__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    /* Category Hot Section */
    .category__hot__section {
        padding: 0 0 70px;
    }
    .category-hot__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .category-hot__title {
        font-size: 1.6rem;
    }
    .category-hot__tabs {
        width: 100%;
    }
    .category-hot__tab {
        font-size: 14px;
        padding: 7px 16px;
    }
    .category-hot__nav-btn {
        display: none;
    }
}

/* Medium Devices (Tablets) */
@media (max-width: 767px) {
    img {
        width: 100%;
    }
    .header_title {
        font-size: 2.1rem;
    }
    .breadcrumb-item {
        font-size: 0.75rem;
    }
    .mobile-header {
        display: flex;
    }
    .line__header {
        height: 40px;
    }
    .menu {
        display: none;
    }
    .home__page .menu__icon i{
        color: #4e4e4e;
    }
    .slideshow__menu {
        position: fixed;
        top: 0 !important;
    }

    .main {
        overflow: auto;
    }

    .slider-item {
        margin-top: 80px;
    }

    /* Slider show */

    .slider-content {
        max-width: 100%;
        padding: 0 16px;
    }
    .slider-content__title {
        font-size: 34px;
    }
    .slider-content__name {
        font-size: 14px;
    }
    .slider-content__desc {
        font-size: 12px;
    }
    .slider-content__title,
    .slider-content__name,
    .slider-content__desc {
        max-width: 100%;
    }
    .slider_overlay {
        top: 40%;
    }
    .slideshow__nav {
        bottom: 18px;
        gap: 8px;
        justify-content: center;
    }
    .slideshow__nav-label {
        display: none;
    }

    /* About Section */
    .about__index__section {
        padding: 60px 0;
    }
    .about-index__header {
        margin-bottom: 24px;
    }
    .about-index__headline {
        font-size: 24px;
    }
    .about-index__lead {
        font-size: 13px;
    }
    .about-index__menu {
        gap: 8px 12px;
    }
    .about-index__menu-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .about-index__menu-label {
        font-size: 13px;
    }
    .about-index__stage {
        min-height: auto;
    }
    .about-index__media img {
        border-radius: 22px;
    }
    .about-index__title {
        font-size: 16px;
    }
    .about-index__subtitle {
        font-size: 13px;
    }
    .about-index__desc {
        font-size: 13px;
    }
    .about-index__cta {
        padding: 9px 14px;
        font-size: 11px;
    }

    /* Show Product Hot */
    .show-product-hot {
        padding: 60px 0;
        height: auto;
    }
    .show-product-hot__title {
        font-size: 24px;
    }
    .show-product-hot__media {
        min-height: 230px;
    }
    .show-product-hot__desc {
        font-size: 13px;
    }
    .show-product-hot__cta {
        padding: 9px 14px;
        font-size: 12px;
    }
    .show-product-hot__badge {
        max-width: 100%;
    }

    /* Standard */
    .standard__section {
        padding: 80px 0;
    }
    .standard__header {
        margin-bottom: 28px;
    }
    .standard__title {
        font-size: 1.45rem;
    }
    .standard__desc {
        font-size: 0.9rem;
    }
    .standard__grid {
        grid-template-columns: 1fr;
    }
    .standard__item {
        border-right: none;
    }
    .standard__item + .standard__item {
        border-top: 1px solid var(--color-line);
    }
    .standard__item:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--color-line);
    }
    .standard__item:nth-last-child(-n+1) {
        border-bottom: none;
    }

    /* Partner */
    .partner__section {
        padding: 60px 0;
    }
    .partner__header {
        margin-bottom: 28px;
    }
    .partner__title {
        font-size: 1.45rem;
    }
    .partner__desc {
        font-size: 0.9rem;
    }
    .partner__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Category Hot Section */
    .category__hot__section {
        padding: 0 0 60px;
    }
    .category-hot__title {
        font-size: 1.45rem;
    }
    .category-hot__tab {
        font-size: 13px;
        padding: 6px 14px;
    }
    .category-hot__view-all {
        font-size: 12px;
        padding: 7px 12px;
    }
    .category-hot__card-title {
        font-size: 13px;
    }
    .news__list_title {
        font-size: 1.5rem;
    }
    .news__list_view_all {
        font-size: 11px;
        padding: 6px 12px;
    }
    .news__list_nav_right {
        display: none;
    }

    /* Footer */
    .footer_newsletter {
        padding: 24px 0;
    }
    .footer_newsletter_title {
        font-size: 1.1rem;
    }
    .footer_newsletter_desc {
        font-size: 12px;
    }
    .footer_newsletter_form {
        height: 44px;
    }
    .footer_newsletter_input {
        font-size: 0.9rem;
        padding: 12px 14px;
    }
    .footer_location_title {
        font-size: 0.95rem;
    }
    .footer_location_info p {
        font-size: 0.9rem;
    }
    .footer_contact ul li,
    .footer_support_list a {
        font-size: 0.9rem;
    }
    .footer_social_list a {
        font-size: 14px;
    }
    .footer_copyright_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Small Devices (Phones) */
@media (max-width: 575px) {
    .header_title {
        font-size: 1.8rem;
    }
    /* Slider show */
    .slider-content__title {
        font-size: 24px;
    }
    .slider-content__name {
        font-size: 13px;
    }
    .slider-content__desc {
        font-size: 12px;
    }
    .slider_overlay {
        top: 35%;
    }
    .slideshow__nav {
        bottom: 14px;
    }

    /* About Section */
    .about__index__section {
        padding: 54px 0;
    }
    .about-index__headline {
        font-size: 22px;
    }
    .about-index__lead {
        font-size: 12px;
    }
    .about-index__menu-icon img {
        width: 24px;
        height: 24px;
    }
    .about-index__stage {
        min-height: 585px;
    }

    /* Show Product Hot */
    .show-product-hot {
        padding: 54px 0;
    }
    .show-product-hot__title {
        font-size: 22px;
    }
    .show-product-hot__media {
        min-height: 210px;
    }

    /* Standard */
    .standard__section {
        padding: 70px 0;
    }
    .standard__title {
        font-size: 1.35rem;
    }
    .standard__item {
        padding: 24px 18px;
    }
    .standard__item_title {
        font-size: 1rem;
    }
    .standard__item_desc {
        font-size: 0.85rem;
    }

    /* Partner */
    .partner__section {
        padding: 54px 0;
    }
    .partner__title {
        font-size: 1.35rem;
    }
    .partner__desc {
        font-size: 0.85rem;
    }
    .partner__grid {
        gap: 12px;
    }

    /* Category Hot Section */
    .category__hot__section {
        padding: 0 0 54px;
    }
    .category-hot__title {
        font-size: 1.35rem;
    }
    .category-hot__card-meta {
        font-size: 12px;
    }
    .category-hot__card-title {
        font-size: 12px;
    }

    /* Footer */
    .footer_grid {
        gap: 18px;
    }
    .footer_image_column {
        max-width: 100%;
    }
    .footer__middle__bottom {
        padding: 22px 0;
    }
    .footer_newsletter_form {
        height: 42px;
    }
    .footer_newsletter_submit {
        padding: 8px 12px;
    }
    .footer_section_title {
        font-size: 0.95rem;
    }
}

/* Extra Small Devices */
@media (max-width: 374px) {
    /* Slider show */
    .slider-content__title {
        font-size: 20px;
    }
    .slider-content__name {
        font-size: 12px;
    }
    .slider-content__desc {
        font-size: 11px;
    }
    .slideshow__nav {
        bottom: 12px;
    }

    /* About Section */
    .about-index__headline {
        font-size: 20px;
    }
    .about-index__menu {
        gap: 6px 10px;
    }
    .about-index__menu-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    .about-index__title {
        font-size: 15px;
    }
    .about-index__desc {
        font-size: 12px;
    }
    .about-index__stage {
        min-height: 550px;
    }

    /* Show Product Hot */
    .show-product-hot__title {
        font-size: 20px;
    }
    .show-product-hot__desc {
        font-size: 12px;
    }
    .show-product-hot__cta {
        font-size: 11px;
    }

    /* Standard */
    .standard__section {
        padding: 60px 0;
    }
    .standard__title {
        font-size: 1.25rem;
    }
    .standard__desc {
        font-size: 0.85rem;
    }

    /* Partner */
    .partner__section {
        padding: 50px 0;
    }
    .partner__title {
        font-size: 1.25rem;
    }
    .partner__desc {
        font-size: 0.8rem;
    }

    /* Category Hot Section */
    .category__hot__section {
        padding: 0 0 50px;
    }
    .category-hot__title {
        font-size: 1.25rem;
    }
    .category-hot__tab {
        font-size: 12px;
        padding: 6px 12px;
    }
    /* Footer */
    .footer_newsletter_title {
        font-size: 1rem;
    }
    .footer_newsletter_desc {
        font-size: 11px;
    }
    .footer_newsletter_input {
        font-size: 0.85rem;
    }
    .footer_location_info p,
    .footer_contact ul li,
    .footer_support_list a,
    .footer_social_list a {
        font-size: 0.85rem;
    }
    .footer_copyright_content p {
        font-size: 12px;
    }
}
