@media (min-width: 1199px) {
    .section-service .section-heading {
        margin-bottom: 50px;
    }

    .section-service .col:nth-child(odd) .card-service {
        transform: translateY(-100px);
    }
}
@media (max-width: 1400px) {
    .section-promo__svg {
        left: 12%;
    }
}

@media (max-width: 1200px) {
    .header-language__wrap {
        font-size: 0.95em;
    }

    .header-navigation__bottom {
        display: flex !important;
    }

    .header-navigation__bottom {
        padding: 30px 35px;
    }

    .header-bottom__wrap {
        padding: 10px 0;
    }

    .header-logo {
        width: 180px;
        height: 70px;
    }

    .close-navigation {
        background-color: var(--bs-gray-300);
        border: 1px solid transparent !important;
        color: var(--bs-gray-700);
        font-size: 1.2em;
        width: 35px;
        height: 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: var(--transition-default);
        -o-transition: var(--transition-default);
        transition: var(--transition-default);
        border-radius: 50%;
        margin: 25px 35px 10px 35px;
        display: flex !important;
    }


    .close-navigation:hover {
        background-color: var(--secondary-color);
        color: var(--bs-white);
    }

    .header-button {
        margin-left: 0;
        display: flex !important;
    }

    .header-navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: 400px !important;
        background-color: var(--bs-white);
        height: 100vh;
        z-index: 6;
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .is-navigation .header-navigation {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .header-navigation__home i {
        color: var(--primary-color) !important;
    }

    .header .header-navigation > ul,
    .header.is-scroll .header-navigation > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 35px;
        overflow-y: auto;
        gap:0 !important;
    }

    .header .header-navigation > ul > li {
        width: 100%;
        padding: 0;
    }

    .header .header-navigation > ul > li > button,
    .header .header-navigation > ul > li > ul > li > button {
        width: 100%;
        background-color: transparent;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        font-weight: 700;
        color: var(--bs-gray-800);
    }

    .header .header-navigation > ul > li > a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
        color: var(--bs-gray-800);
    }

    .header .header-navigation > ul > li > button i,
    .header .header-navigation > ul > li > ul > li > button i {
        width: 25px;
        height: 25px;
        background-color: #edf0f3;
        color: var(--bs-gray-800);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 2px;
    }

    .header .header-navigation > ul > li > button[aria-expanded='true'] i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header .header-navigation > ul > li:hover > a,
    .header .header-navigation > ul > li > button[aria-expanded=true] {
        color: var(--primary-color);
        background-color: transparent;
    }

    .header .header-navigation > ul > li:hover > a i {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .header .header-navigation > ul > li::after {
        position: unset;
        content: unset;
        top: unset;
        right: unset;
        background-color: unset;
    }

    .header .header-navigation > ul > li:not(:last-child) {
        border-bottom: 1px solid rgb(244 241 241);
    }

    .header .header-navigation > ul > li > ul > li:not(:last-child),
    .header .header-navigation > ul > li > 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;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        opacity: unset;
        pointer-events: unset;
        visibility: unset;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0;
        padding: 0.5rem 0 0.5rem 0.5rem;
    }

    .header .header-navigation > ul > li > ul > li > ul {
        padding: 0.5rem 0;
    }

    .header .header-navigation > ul > li > ul > li > a,
    .header .header-navigation > ul > li > ul > li > ul > li > a {
        width: 100%;
        padding: 10px 0;
        font-weight: 700;
    }

    .header .header-navigation > ul > li > a:hover,
    .header .header-navigation > ul > li > ul > li > a:hover,
    .header .header-navigation > ul > li > ul > li > ul > li > a:hover {
        color: var(--primary-color);
    }

    .header-search__wrap {
        top: 100%;
        height: 48px;
        background-color: var(--bs-white);
        -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
        box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    }

    .frmSearch-button {
        color: var(--bs-gray-700);
    }

    .header-search__close {
        background-color: var(--primary-color);
        margin-right: 5px;
    }

    .header-search {
        font-size: 0.85em;
        border-radius: 50%;
        color: var(--bs-gray-700);
        background-color: var(--bs-white);
    }

    .frmSearch-input {
        font-size: 0.95em;
        color: var(--bs-gray-700) !important;
    }

    .frmSearch-input::placeholder {
        color: var(--bs-gray-700) !important;
    }

    .frmSearch-input::-webkit-input-placeholder,
    .frmSearch-input::-moz-placeholder,
    .frmSearch-input:-ms-input-placeholder,
    .frmSearch-input::-ms-input-placeholder {
        color: var(--bs-gray-700) !important;
    }

    .header-search::before {
        left: unset;
        position: unset;
        content: unset;
    }
    .card-blog__layer {
        padding: 18px;
    }

    .card-blog .card-title {
        font-size: 1.2em;
    }

    .card-blog__date {
        padding: 3px 8px;
        font-size: 0.8em;
    }
    .section-products__image {
        width: 280px;
        height: 390px;
    }
    .section-gallery__gird {
        grid-template-rows: repeat(3, 130px);

    }

    .about-us__decor {
        right: 10px;
        width: 150px;
    }
    .card-promo__title {
        font-size: 1.45em;
    }
}

@media (max-width: 1024px) {
    .hero-content_title {
        font-size: 2em;
    }
    .section-breadcrumb__title {
        font-size: 1.7em;
    }

    .section-breadcrumb {
        padding: 50px 0;
    }
    .footer-title {
        font-size: 1.05em;
        margin-bottom: 20px;
    }
    .detail-article__date {
        padding: 10px;
        font-size: 0.8em;
    }

    .detail-article-title {
        font-size: 1.5em !important;
    }

    .detailContent h1 {
        font-size: 1.4em;
    }

    .detailContent h2 {
        font-size: 1.3em;
    }

    .detailContent h3 {
        font-size: 1.2em;
    }

    .detailContent h4 {
        font-size: 1.1em;
    }

    .detailContent h5 {
        font-size: 1.05em;
    }

    .detailContent h6 {
        font-size: 1em;
    }
    .card-promo__content{
       width: 60%;
    }

    .section-blog-2 .section-swiper {
        background-size: contain;
        padding: 0 30px 0 30px;
    }
    .blog-2__title {
        font-size: 1.25em;
    }
    .box-menu .box-menu__logo {
        width: 200px;
    }
    .box-menu .box-menu__layer {
        font-size: 1em;
    }

    .section-menu__box .box-menu__item {
        padding: 15px;
    }
    .modal-menu .modal-content .content {
        padding: 20px 15px 20px 20px;
        height: 780px;
        overflow: auto;
    }
    .modal-menu .modal-menu__logo {
        width: 250px;
    }

}

@media (max-width: 992px) {
    .hero-content_title {
        font-size: 1.6em;
    }
    .contact-form .contact-left,
    .contact-form .contact-right {
        width: 100%;
    }

    .contact-form .contact-left .heading-title {
        font-size: 1.5em;
    }
    .section-about-us .image-center .image-2 {
        top: 30px;
        left: -88px;
        width: 200px;
    }

    .section-about-us .image-center .image-1 {
        bottom: 12px;
        left: -12px;
        width: 250px;
    }
    .card-product__title {
        font-size: 1em;
    }
    .section-promo {
        padding: 50px 0;
    }
    .section-gallery__gird {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 150px);
        gap: 5px;
    }

    .section-gallery__gird .item:nth-child(6) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .section-gallery__gird .item:nth-child(7) {
        grid-area: 4 / 1 / 5 / 2;
    }

    .section-gallery__gird .item:nth-child(8) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .section-gallery__gird .item:nth-child(9) {
        grid-area: 4 / 2 / 5 / 3;
    }

    .section-gallery__gird .item:nth-child(10) {
        grid-area: 3 / 3 / 4 / 4;
    }

    .section-gallery__gird .item:nth-child(11) {
        grid-area: 4 / 3 / 5 / 4;
    }
    .card-promo::after {
        height: 90%;
    }
    .card-promo {
        padding:30px;
    }
    .section-blog__title {
        color: #a68758;
        font-weight: 800;
        font-size: 5.3vw;
        writing-mode:unset;
        text-orientation: unset;
        text-align: center;
    }

}

@media (max-width: 768px) {
    .scroll-top {
        right: 10px;
        bottom: 20px;
        width: 38px;
        height: 38px;
    }
    .box-menu{
        height: 335px;
    }
    .box-menu img{
        height: 100%;
        object-fit: cover;
    }
    .box-menu .box-menu__layer{
        padding:20px 25px;
    }
    .box-menu .box-menu__logo {
        width: 150px;
    }
    .section-menu__top .section-menu__link {
        font-size: 1em;
    }
    .modal-menu__gallery .item {
        width: 31%;
    }
    .section-address .detailContent {
        height: 400px;
    }

}

@media (max-width: 767px) {
    .header-logo {
        width: 160px;
    }
    .card-promo {
        padding:25px;
    }
    .card-promo__image,
    .card-promo__content{
        width: 100%;
    }
    .card-promo::after{
        height: 100%;
    }
    .card-promo__content{
       padding:30px 0 0 0;
    }
    .card-promo.promo-2 .card-promo__image {
        order: 1;
    }

    .card-promo.promo-2 .card-promo__content {
        order: 2;
    }
    .card-promo__title {
        font-size: 1.25em;
    }
    .card-promo__desc {
        font-size: 1.1em;
    }
    .card-promo::after{
        background-color: transparent;
    }
    .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
    }
    .box-menu .box-menu__layer,
    .box-menu.box-menu-2 .box-menu__layer{
        background: linear-gradient(90deg, rgb(2 33 19 / 87%) 50%, rgb(28 50 36) 100%);
    }
}
@media (max-width: 600px) {
    .section-about-us .image-center .image-1 {
        width: 200px;
    }

    .section-introduce__image-2 svg {
        width: 90px;
    }

    .section-introduce__image-2 .image {
        margin-top: 0;
        width: 150px;
        height: 150px;
    }
    .section-gallery__gird .item .layer svg {
        width: 25px;
    }

    .about-us__decor {
        width: 100px;
        right: 5px;
        bottom: 5px;
    }

    .section-about-us .image-bg .bg-svg {
        height: 400px;
    }

}

@media (max-width: 576px) {
    .section-breadcrumb__title {
        font-size: 1.6em;
    }

    .group-contact {
        -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08) !important;
        box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08) !important;
        background-color: #f3f3f3;
        flex-direction: row;
        bottom: 0;
        left: 0;
        height: 60px;
        width: 100%;
        gap: 1px;
    }

    .group-contact .item-contact {
        height: 60px !important;
        width: calc(100% / 4) !important;
        background-color: var(--primary-color);
        border-radius: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.9em !important;
        gap: 2px;
        padding: 10px 0;
    }

    .group-contact .item-contact .item {
        border-radius: 50%;
        padding: 5px;
        font-size: 1em;
        background-color: var(--secondary-color);
    }

    .group-contact .item-contact {
        background-color: var(--bs-white);
    }

    .group-contact .item-contact span.text {
        color: var(--bs-gray-800);
        font-weight: 700;
        opacity: 1;
        display: flex;
        visibility: visible;
    }

    .group-contact .item-contact .item.item-phone svg {
        width: 16px;
    }

    .group-contact .item-contact:hover {
        background-color: var(--bs-white);

    }

    .group-contact .item-contact:hover span.text {
        color: var(--secondary-color);
    }
    .section-blog-2 .section-swiper {
        background-size: contain;
        padding: 0px 20px 0 20px;
    }

}

@media (max-width: 425px) {
    .page-detail-product .product-buttons .button-theme {
        width: 100%;
    }
    .section-gallery__gird {
        grid-template-rows: repeat(4, 100px);
        gap: 5px;
    }
    .section-promo__svg{
        left: 50%;
        transform: translateX(-50%);
        width: 170px;
    }
}

@media (max-width: 375px) {
    .header-navigation {
        width: 100% !important;
    }
}
