@media (max-width: 1200px) {
    .header-bottom {
        padding: 5px 0;
    }

    .page-home .header {
        transform: translateY(0);
    }

    .page-home .header.is-scroll {
        animation: unset;
    }


    .header-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 400px;
        background-color: rgb(var(--primary-rgb), 0.8);
        height: 100vh;
        z-index: 6;
        transform: translateX(-200%);
        transition: all 0.5s ease-in-out;
        transition-delay: 0.1s;
        padding: 30px 35px;
        backdrop-filter: blur(10px);
    }

    .is-navigation .header-navigation {
        transform: translateX(0);
    }

    .header .header-navigation > ul {
        flex-direction: column;
        margin-top: 50px;
    }

    .header .header-navigation > ul > li {
        width: 100%;
    }

    .header .header-navigation > ul > li > a,
    .header .header-navigation > ul > li > button,
    .header .header-navigation > ul > li > ul > li > button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        color: var(--bs-gray-200);
        font-weight: 600;
        background-color: transparent;
        border: 1px solid transparent;
    }

    .header .header-navigation > ul > li:not(:last-child) {
        border-bottom: 1px solid rgb(244 241 241 / 11%);
    }

    .header .header-navigation > ul > li > ul > li:not(:last-child) {
        border-bottom: 1px solid transparent;
    }

    .header .header-navigation > ul > li > ul,
    .header .header-navigation > ul > li > ul > li > ul {
        background-color: transparent;
        width: 100%;
        position: unset !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
        opacity: unset;
        pointer-events: unset;
        visibility: unset;
        box-shadow: none !important;
    }

    .header .header-navigation > ul > li:hover > a {
        color: var(--bs-white);
    }

    .header .header-navigation > ul > li > a:hover {
        color: var(--bs-white);
    }

    .header .header-navigation > ul > li > ul > li > a,
    .header .header-navigation > ul > li > ul > li > ul > li > a {
        color: var(--bs-gray-200);
        width: 100%;
        padding: 10px 16px;
        font-weight: 500;
    }

    .header .header-navigation > ul > li > ul > li > a:hover {

    }

    .header .header-navigation ul button i {
        width: 20px;
        height: 20px;
        background-color: var(--bs-gray-200);
        color: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        transition: var(--transition-default);
    }

    .header .header-navigation > ul > li > ul > li > button > i {
        transform: rotate(90deg);
    }

    .header-navigation > ul > li > button[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .header-navigation > ul > li ul > li > button[aria-expanded="true"] i {
        transform: rotate(-90deg);
    }
}

@media (max-width: 1024px) {
    .section-heading .heading-title {
        font-size: 1.6em;
    }

    .section-heading .heading-description {
        font-size: 1em;
    }

    .hero-content .hero-content_title {
        font-size: 2.2em;
    }

    .hero-content .hero-content_desc {
        font-size: 1.1em;
    }

    .page-article .border-end {
        border-right: transparent !important;
    }

    .page-article .article-content .article-title {
        font-size: 1.8em;
    }

    #detailContent h1 {
        font-size: 1.5em;
    }

    #detailContent h2 {
        font-size: 1.45em;
    }

    #detailContent h3 {
        font-size: 1.4em;
    }

    #detailContent h4 {
        font-size: 1.35em;
    }

    #detailContent h5 {
        font-size: 1.3em;
    }

    #detailContent h6 {
        font-size: 1.25em;
    }
}

@media (max-width: 992px) {
    .button-theme {
        font-size: 0.95em;
        padding: 8px 18px;
    }

    .hero-content .hero-content_title {
        font-size: 2em;
    }

    .col:not(:last-child) .card-contact {
        border-right: unset;
        border-bottom: 1px solid #776a6a21;
    }

    .card-contact {
        padding: 15px;
        font-size: 14px;
    }

    .card-contact .icon {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

    .section-breadcrumb {
        padding: 80px 0;
    }

    .search-top .contact-form_item .invalid-feedback {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .card-blog__image {
        width: 100px;
        height: 67px;
    }

    .float-group {
        right: 7px;
        bottom: 60px;
    }

    .scroll-top {
        bottom: 7px;
    }
}

@media (max-width: 576px) {
    .section-heading .heading-title-2 {
        font-size: 1.6em;
    }

    .hero-content {
        display: none !important;
    }

    .page-article .article-content .article-title {
        font-size: 1.6em;
    }

    #detailContent h1 {
        font-size: 1.35em;
    }

    #detailContent h2 {
        font-size: 1.3em;
    }

    #detailContent h3 {
        font-size: 1.25em;
    }

    #detailContent h4 {
        font-size: 1.2em;
    }

    #detailContent h5 {
        font-size: 1.15em;
    }

    #detailContent h6 {
        font-size: 1.1em;
    }

    .footer-column__title {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }

    .section-breadcrumb {
        padding: 60px 0;
    }

    .section-breadcrumb__title {
        font-size: 1.7em;
    }

    .header-top {
        overflow: hidden;
    }

    .header-top__text {
        overflow-x: auto;
    }
}

@media (max-width: 400px) {
    .header-navigation {
        width: 100%;
        padding: 30px 25px;
    }
}
