@media screen and (max-width: 1024px) {
    hr {
        margin: 0;
    }

    .row {
        margin: 0 !important;
    }

    .col-lg-6:first-child{
        padding-left: 0 !important;
    }

    .col-lg-6 {
        padding-right: 0 !important;
    }

    .main-navbar {
        padding: 0.8rem;
    }
    .nav-link {
        font-size: 0.9rem;
    }
    
    .text-block {
        padding: 3rem;
    }
    .text-box {
        max-width: 100%;
    }
    .slide-title {
        margin-top: 0;
    }
    .slide-title {
        font-size: 4rem;
    }
    .slide-description {
        font-size: .75rem;
        margin-top: 0;
    }
    .subtitle {
        font-size: 2rem;
    }
    .custom-button-fill {
        margin: 1.5rem 0;
    }
    .dots-container {
        margin-top: 2rem;
    }
    .dots {
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 1rem;
    }

    .logo {
        width: 80%;
    }

    .main-menu-component {
        margin: 0 3rem;
    }

    .btn-active {
        width: 100%;
        height: fit-content;
    }

    .custom-button-fill {
        margin: 1rem 0;
        padding: 1rem;
        height: fit-content;
    }

    .news-section {
        padding: 5rem;
    }

    .news-content {
        margin-top: 0;
    }

    .news-content .news-content-component.visible {
        margin: 3rem 0;
    }

    .news-text-block .news-title {
        font-size: 2rem;
    }
    
    .news-image {
        height: 100%;
        padding: 0;
    }

    .program-image {
        height: 100%;
    }

    .scrolling-image-container {
        height: 10rem;
    }

    .product-main {
        padding: 0 2rem;
    }

    .text-best-seller {
        padding: 0 3rem;
    }

    .text-best-seller h3 {
        font-size: 3rem;
    }

    .text-best-seller h3 span {
        font-size: 3rem;
        display: inline-block !important;
    }

    .slick-scrollbar {
        display: none;
    }

    .product-info-section {
        padding: 5rem;
    }

    .product-info {
        padding: 2rem;
    }

    .slide-product {
        height: 100%;
    }

    .product-name h1{
        font-size: 1.5rem;
    }

    .product-detail p {
        font-size: 0.8rem;
    }

    .button-text {
        font-size: 1rem;
    }

    .button-icon {
        max-width: 1.2rem;
    }

    .additional-information {
        padding: 3rem;
    }

    .additional-information .description {
        font-size: 1.25rem;
    }

    .product-components {
        padding: 3rem;
    }

    .sidebar, .search-sidebar {
        position: fixed;
        left: -100%;
        width: 100%;
        z-index: 1003;
        padding: 6.875rem;
    }

    .sub-sidebar {
        position: fixed;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--color-primary);
        box-shadow: 0.125rem 0 0.625rem rgba(0, 0, 0, 0.15);
        transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 1003;
        border-right: 0.0625rem solid var(--color-primary-light);
    }

    .sub-sidebar.open {
        left: 0;
    }

    .product-sidebar .sidebar-content {
        padding: 3rem;
    }
    

    .info-components {
        margin-top: 0.5rem;
    }

    .brand-story-section {
        padding: 5rem;
    }

    .title-story {
        font-size: 1.25rem;
    }

    .decor-section {
        padding: 3rem;
    }
  
    .decor-section .row .col-lg-8 {
        padding: 0 !important;
    }

    .main-banner img {
        border-radius: 0.5rem;
    }

    .poster-item {
        padding: 0;
    }

    .poster-item .row{
        padding: 0 !important;
    }

    .poster-image {
        border-radius: 0.5rem;
    }

    .slider-nav {
        margin-top: 1rem;
    }

    .banner-image {
        border-radius: 0.5rem;
        margin: 0.5rem;
    }

    .footer-content,
    .footer-bottom {
        padding: 5rem;
    }

    .footer-top h3 {
        font-size: 2rem;
    }

    .footer-bottom h1 {
        font-size: 1rem;
    }

    .footer-bottom p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .row {
        margin: 0 !important;
    }
    .col-lg-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .main-navbar {
        display: none;
    }

    .menu-toggle {
        visibility: visible;
        display: flex;
        opacity: 1;
    }

    .sidebar, .search-sidebar {
        position: fixed;
        left: -100%;
        width: 100%;
        z-index: 1003;
        padding: 6.875rem;
    }

    .mobile-sidebar {
        display: block;
    }

    .menu-toggle i {
        color: var(--color-white);
    }

    .sub-sidebar {
        position: fixed;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--color-primary);
        box-shadow: 0.125rem 0 0.625rem rgba(0, 0, 0, 0.15);
        transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 1003;
        border-right: 0.0625rem solid var(--color-primary-light);
    }

    .sub-sidebar.open {
        left: 0;
    }

    .icon-search-container {
        margin-bottom: 2rem;
    }

    .nav-link {
        font-size: 1.5rem;
        margin: 0.5rem 0;
    }

    .main-menu__left,
    .main-menu__right {
        display: none;
    }

    .main-menu__center {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .icon-search-container {
        display: block;
    }

    .logo {
        width: 100px; /* Giảm kích thước logo */
    }

    .slider-section {
        margin-top: calc(var(--h-announcement));
    }

    .slide-title {
        font-size: 3em;
    }
    .subtitle {
        font-size: 1.5rem;
    }
    .image-block
    {
        height: 50vh;
        width: 100%;
    }
    .text-block
    {
        height: 50vh;
        width: 100%;
    }
    .product-main {
        padding: 0 3rem;
    }
    .slick-dots {
        display: none !important;
    }
    .text-best-seller h3 {
        font-size: 3rem;
    }
    .product-list-component .product-name {
        font-size: 1rem;
    }
    .product-list-component .product-detail {
        font-size: 0.75rem;
    }
    .product-list-component .product-price {
        font-size: 1rem;
    }
    .news-section {
        padding: 5rem;
    }
    .news-content {
        margin-top: 3rem;
    }
    .news-content .news-content-component.visible {
        margin: 2rem 0;
    }
    .news-image {
        padding: 0;
    }
    .btn-active {
        float: unset !important;
        width: 100% !important;
        height: fit-content;
    }
    .custom-button-fill, .custom-button-border {
        margin: 1rem 0;
        padding: 1rem;
        height: fit-content;
    }
    .scrolling-image-container {
        height: 5rem;
    }
    .product-main {
        padding: 0 2rem;
    }
    .text-best-seller {
        padding: 0 3rem;
        align-items: center;
    }
    .text-best-seller h3 {
        font-size: 3rem;
    }
    .text-best-seller h3 span {
        font-size: 3rem;
        display: inline-block !important;
    }
    .text-best-seller p {
        text-align: center;
    }
    .slick-scrollbar {
        display: none;
    }
    .program-section {
        padding: 2rem;
    }

    .product-info-section {
        padding: 0;
    }
    .product-info {
        padding: 3rem;
    }
    .category-title {
        font-size: 0.8rem;
    }
    .product-name {
        margin-top: 1rem;
    }
    .product-name h1 {
        font-size: 1.5rem;
    }
    .button-text {
        font-size: 1rem;
    }
    .additional-information {
        padding: 3rem;
    }
    .additional-information .description {
        font-size: 1.25rem;
    }
    .product-sidebar {
        width: 100%;
    }
    .product-components {
        padding: 3rem;
    }
    .product-sidebar .sidebar-content {
        padding: 3rem;
    }
    .info-components {
        margin-top: 0.5rem;
    }
    .review-section {
        padding: 3rem;
    }
    .contact-box-section {
        padding: 3rem;
    }
    .contact-box-section .contact-title {
        font-size: 1rem;
    }

    .brand-story-section {
        padding: 5rem;
    }

    .title-story {
        text-align: center;
    }
    
    .title-blog {
        width: 100%;
    }

    .decor-section {
        padding: 3rem;
    }

    .decor-section .row .col-lg-8 {
        padding: 0 !important;
    }

    .main-banner {
        margin-bottom: 2rem !important;
    }

    .main-banner img {
        border-radius: 1rem;
    }

    .poster-item {
        padding: 0;
        margin-bottom: 1rem;
    }
    
    .poster-item .row{
        padding: 0 !important;
    }

    .poster-image {
        border-radius: 0.5rem;
    }

    .slider-nav {
        margin-top: 1rem;
    }

    .banner-image {
        border-radius: 0.5rem;
        margin: 0.5rem;
    }

    .footer-content,
    .footer-bottom {
        padding: 5rem;
    }
    .footer-top h3 {
        font-size: 2rem;
    }
    .footer-bottom h1 {
        font-size: 1rem;
    }
    .footer-bottom p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 435px) {
    hr {
        margin: 0;
    }

    .row {
        margin: 0 !important;
    }
    
    .col-lg-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .main-navbar {
        display: none;
    }

    .menu-toggle {
        visibility: visible;
        opacity: 1;
    }

    .sidebar {
        position: fixed;
        left: -100%;
        width: 100%;
        z-index: 1003;
        padding: 2rem;
    }

    .search-sidebar {
        position: fixed;
        left: -100%;
        width: 100%;
        z-index: 1003;
        padding: 2rem;
    }

    .sidebar-content ul li a {
        font-size: 1.25rem;
    }

    .textbox__description p{
        font-size: 1rem;
    }

    .mobile-sidebar {
        display: block;
    }

    .menu-toggle i {
        color: var(--color-white);
    }

    .sub-sidebar {
        position: fixed;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--color-primary);
        box-shadow: 0.125rem 0 0.625rem rgba(0, 0, 0, 0.15);
        transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 1003;
        border-right: 0.0625rem solid var(--color-primary-light);
    }

    .sub-sidebar.open {
        left: 0;
    }
    .btn-action {
        height: calc(375 / 35 * 100%);
        width: fit-content;
    }
    .announcement__link {
        font-size: 0.8rem;
    }
    .text-block {
        padding: 2rem;
    }
    .slide-title {
        font-size: 1.5em;
    }
    .subtitle {
        font-size: 1rem;
    }
    .custom-button-fill, .custom-button-border {
        margin: 1rem 0;
        padding: 1rem;
        height: fit-content;
    }
    .news-section {
        padding: 1rem;
    }
    .news-content {
        margin-top: 3rem;
    }
    .news-content .news-content-component.visible {
        margin: 2rem 0;
    }
    .news-image {
        padding: 0;
    }
    .brand-box {
        padding: 2rem;
    }
    .brand-text-box {
        padding: 2rem;
    }
    .textbox__heading {
        font-size: 2rem;
    }
    .textbox__description {
        padding: 0;
        font-size: 1rem;
    }
    .scrolling-image-container {
        height: 5rem;
    }
    .product-main {
        padding: 0 2rem;
    }
    .text-best-seller {
        padding: 0 3rem;
        align-items: center;
    }
    .text-best-seller h3 {
        font-size: 2rem;
    }
    .text-best-seller h3 span {
        font-size: 2rem;
        display: inline-block !important;
    }
    .text-best-seller p {
        text-align: center;
    }
    .slick-scrollbar {
        display: none;
    }

    .poster-item .row {
        display: flex;
        flex-wrap: wrap;
    }
    .poster-item .row .col-6 {
        padding: 5px !important;
    }

    .program-section {
        padding: 0;
    }
    .product-info-section {
        padding: 0;
    }
    .product-info {
        padding: 2rem;
    }
    .product-description{
        margin-top: 0.5rem;
    }
    .product-description .product-fit .content {
        margin-bottom: 0.5rem;
    }
    .category-title {
        font-size: 0.8rem;
    }
    .product-name {
        margin-top: 1rem;
    }
    .product-name h1 {
        font-size: 1.5rem;
    }
    .button-text {
        font-size: 1rem;
    }
    .additional-information {
        padding: 3rem;
    }
    .additional-information .description {
        font-size: 1.25rem;
    }
    .additional-information .content .description{
        font-size: 1rem;
    }
    .product-sidebar {
        width: 100%;
    }
    .product-components {
        padding: 3rem;
    }
    .product-sidebar .sidebar-content {
        padding: 3rem;
    }
    .info-components {
        margin-top: 0.5rem;
    }
    .review-section {
        padding: 3rem;
    }
    .contact-box-section {
        padding: 3rem;
    }
    .contact-box-section .contact-title {
        font-size: 1rem;
    }
    .brand-story-section {
        padding: 3rem;
    }
    .title-story {
        margin-bottom: 2rem;
        text-align: center;
    }
    .title-blog {
        float: unset;
        text-align: center;
        font-size: 2rem;
    }
    .main-banner {
        margin-bottom: 2rem !important;
    }

    .main-banner img {
        border-radius: 1rem;
    }

    .poster-item {
        padding: 0;
        margin-bottom: 1rem;
    }
    
    .poster-item .row{
        padding: 0 !important;
    }

    .poster-image {
        border-radius: 0.5rem;
    }

    .slider-nav {
        display: none;
    }

    .banner-image {
        border-radius: 0.5rem;
        margin: 0.5rem;
    }
    .footer-content,
    .footer-bottom {
        padding: 2rem;
    }
    .footer-top h3 {
        font-size: 2rem;
    }
    .footer-bottom h1 {
        font-size: 1rem;
    }
    .footer-bottom p {
        font-size: 1rem;
    }
}
