html, body {
    max-width: 1366px;
    margin: 0 auto;
}

.fs-13 {
    font-size: 1.3rem !important;
}

.fs-14 {
    font-size: 1.4rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-17 {
    font-size: 1.7rem !important;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}

.fs-26 {
    font-size: 2.6rem !important;
}

.fs-30 {
    font-size: 3rem !important;
}

.fs-45 {
    font-size: 4.5rem !important;
}

.color-text {
    color: var(--color-text);
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.shadow-1 {
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
}

.shadow-2 {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
}

.rounded-10 {
    border-radius: 1rem !important;
}

.rounded {
    border-radius: 0.5rem !important;
}

.hover-img, .hover-product {
    overflow: hidden;
}

.hover-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-product img {
    transition: transform ease 0.3s;
}

.hover-product:hover img {
    transform: scale(1.1) rotate(1.5deg);
}

.object-scale {
    object-fit: scale-down !important;
}

.object-cover {
    object-fit: cover !important;
}

.bg-second {
    background: var(--color-second);
}

.btn-red {
    background: var(--red);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
}

.bg-main {
    background: var(--color-main);
}

.font-saira {
    font-family: "Saira Extra Condensed", sans-serif;
}

.bg-light-1 {
    background: #F0F4F9;
}

.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-section .list-inline {
    gap: 1.5rem;
}

.social-section li a {
    color: var(--white);
    height: 5rem;
    line-height: 5rem;
    display: block;
}

.social-section li a:hover {
    color: var(--color-second);
}

.member-section a {
    font-size: 1.6rem;
}

#member-info img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}

.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-header a {
    border: 1px solid var(--color-highlight);
    z-index: 1;
    padding: 1.8rem 5rem;
}

.contact-header a:before, .btn-submit:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--color-highlight);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-submit:before {
    background-color: var(--color-main);
}

.contact-header a:hover {
    color: white !important
}

.contact-header a:hover:before, .btn-submit:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-mini-cart {
    width: 5rem;
    height: 5rem;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.title-section {
    line-height: 1.1;
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--color-main);
}

.bg-service {
    position: absolute;
    width: 100%;
    height: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-service:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(31 36 44 / 90%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.swiper .swiper-slide {
    height: auto;
}

.service-section .icon {
    width: 10rem;
    height: 9.8rem;
    margin-top: -8.5rem;
    border-radius: 1rem;
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .icon img {
    max-width: 6rem;
}

.service-section .swiper {
    padding: 3rem;
    margin: -3rem;
}

.service-section .article-item:hover .icon {
    background: var(--color-highlight) !important;
}

.service-section .article-item:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-section .inner-content:before {
    content: '';
    height: 3px;
    background: var(--color-second);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .article-item:hover .inner-content:before {
    width: 84%;
}

.btn-more:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

#counter .item {
    background: rgb(104 3 9 / 50%);
    border-radius: 2rem;
    overflow: hidden;
    color: white;
    height: 100%;
}

#counter .item:after {
    content: '';
    width: 4.3rem;
    height: 0.6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: var(--color-highlight);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#counter .item:hover:after {
    width: 100%;
}

#counter .item .icon {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#counter .item:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.why-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-section .content {
    background: #2C313A;
}

.why-section .title::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    padding-right: 1rem;
    color: var(--color-second);
}

.newsletter-section input {
    height: 8rem;
}

.newsletter-section .btn {
    max-width: 18rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.4rem 1rem;
    width: 100%;
}

.team-section .content {
    bottom: 0;
    left: 2rem;
    right: 2rem;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-section .swiper-slide:hover .content {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.team-section .swiper-slide {
    padding-bottom: 7rem;
}

.team-section .content:before, .team-section .content:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 0.3rem;
    width: 0;
    background: var(--color-second);
    transition: 0;
}

.team-section .content:before {
    left: 0;
}

.team-section .content:after {
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -ms-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
    right: 0;
}

.team-section .swiper-slide:hover .content:before {
    width: 100%;
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -ms-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
}

.team-section .swiper-slide:hover .content:after {
    width: 100%;
    transition: 0s;
    background: transparent !important;
}

.project-section {
    background: linear-gradient(to top, #fff 50%, #f0f4f9 50%);
}

.project-section .btn-more {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
}

.project-section .btn-more:hover {
    background: var(--color-highlight);
}

.project-section .inner-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    transform: translateY(50%);
    background: var(--color-second);
    border-radius: 5px;
    z-index: 2;
    padding-right: 7rem !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-section .swiper-slide-active .inner-content {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.project-section .swiper-slide {
    padding-bottom: 7rem;
}

.project-section .article-item .article-title a:hover {
    color: var(--color-main) !important;
}

.process-section .inner-image {
    width: 20rem;
    height: 20rem;
    margin: 0 auto;
}

.process-section {
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.process-section .item:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background: var(--color-second);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-section {
    background: #1F232C;
}

.contact-section .background-overlay {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.contact-section .form-control {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    outline: 0;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    margin-bottom: 2.5rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 5px;
    border: 2px solid #343C4A;
    height: 6rem;
}

.contact-section textarea.form-control {
    height: auto;
}

.contact-section select option {
    color: #000;
}

.contact-section select.chosen-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px), calc(100% - 15px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    line-height: 1.5;
}

.testimonial-section .item {
    padding: 3rem 2rem 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.03);
}

.testimonial-section .item:before {
    content: '';
    background-color: var(--color-main);
    width: 100%;
    height: 0.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.testimonial-section .item .img {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.testimonial-section .item .img img {
    width: 8rem;
    height: 8rem;
}

.testimonial-section .item .quote-icon {
    height: 3.4rem;
    width: 3.4rem;
    line-height: 2.6rem;
    font-size: 1.7rem;
    color: white;
    background-color: var(--color-highlight);
    border-radius: 50%;
    border: 0.4rem solid white;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    right: -1.2rem;
}

.testimonial-section .item .description {
    font-size: 1.6rem;
    color: var(--color-text)
}

.testimonial-section .item .subtitle {
    color: var(--color-text);
}

.post-meta {
    bottom: 0;
}

.btn-view-more {
    border-top: 1px dashed var(--gray);
}

.article-item .btn-view-more a {
    padding-left: 4.8rem;
}

.btn-view-more a:before {
    content: '';
    width: 3.6rem;
    height: 0.2rem;
    background: rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-view-more a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    left: 3.6rem;
    top: 50%;
    position: absolute;
    font-size: 1.8rem;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.article-item:hover .btn-view-more a {
    padding-left: 5.5rem;
    color: var(--color-main) !important;
}

.article-item:hover .btn-view-more a:after {
    opacity: 1;
    visibility: visible;
}

footer {
    padding-top: 3rem;
    position: relative;
    border-top: 3px solid var(--color-highlight);
}

footer .overlay-footer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bg-footer,.bg-footer * {
    position: unset;
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}

.footer-menu-section ul li a {
    color: var(--color-main);
}

.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

.copyright {
    border-width: 2px !important;
}

footer .title-section {
    font-size: 2rem !important;
    text-align: left;
    margin-bottom: 0 !important;
    text-transform: inherit !important;
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4;
}

.item-album img {
    cursor: pointer;
}

.form-control {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    height: 5rem;
    border-color: #EBEBEB;
}

.form-group {
    margin-bottom: 2rem;
}

.menu-section > ul > li > .entry-menu:before {
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    top: -0.8rem;
    left: 4.5rem;
    opacity: 1;
    z-index: -1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.menu-section > ul > li > .entry-menu {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15) !important;
}

.view-collapse .card .card-header .btn-header-link.collapsed i:before {
    content: "\2b";
}

.view-collapse .card {
    border: 1px solid #d5d5d5;
}

.view-collapse .card:not(:first-child) {
    border-top: none
}

.view-collapse .card .card-header .btn-header-link {
    padding: 1.2rem 1.5rem;
    cursor: pointer;
}

.view-collapse .card .card-header+div {
    padding: 1.2rem 1.5rem;
    border-top: 1px solid #B3B3B3;
}

.view-collapse .card .collapse ul, .card .collapse ol {
    padding-left: 1.5rem;
}

.view-collapse .card .card-header .btn-header-link:hover {
    color: var(--color-highlight);
}

.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 12rem 0;
}

.breadcrumbs-section-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
}

.breadcrumbs-section-bg h1 {
    line-height: 1.5;
}

.social-share .list-social .btn-social a {
    border: 1px solid #E5E5E5;
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-align: center;
    line-height: 4.5rem;
    color: var(--color-text);
    border-radius: 50%;
}

.social-share .list-social .btn-social {
    margin: 0 0 0 1rem;
}

.social-share .list-social .btn-social a:hover {
    color: white;
    background: var(--color-highlight);
}

.product-image-detail .inner-image {
    padding-top: 100%;
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

.article_detail h1 {
    font-size: 3.5rem;
}

.product-detail-footer .content ul, .product-detail-footer .content ol {
    padding-left: 1.5rem;
}

.search-page .input-group-append .btn {
    z-index: 1;
}

.invalid-feedback {
    color: #dc3545;
}

.product-detail-footer .nav li {
    margin: 1rem;
}

.setting-menu-mb {
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 6%);
    position: relative;
    z-index: 10;
}

.is-mobile .flex-logo {
    flex: 1;
}

.t-fade:nth-child(1) {
    animation-delay: 0.1s;
}

.t-fade:nth-child(2) {
    animation-delay: 0.2s;
}

.t-fade:nth-child(3) {
    animation-delay: 0.3s;
}

.t-fade:nth-child(4) {
    animation-delay: 0.4s;
}

.t-fade:nth-child(5) {
    animation-delay: 0.5s;
}

.t-fade:nth-child(6) {
    animation-delay: 0.6s;
}

.counter-section {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    z-index: 1;
}

.item-feature * {
    color: #757474;
}

.swiper-feature--image img {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
}

.bg-feature {
    background: #f9f4f9;
}

.bg-about {
    padding: 5rem 0;
    background-size: cover;
}

.bg-title {
    padding: 10rem 0;
    background-size: cover;
    background-position: bottom center;
}

.item-category {
    position: relative;
}

.img-category {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.img-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-category {
    background: rgba(116, 112, 109, 0.7);
    padding: 15vh  5rem 15vh 2rem;
    color: white;
}

.even .info-category {
    background: rgb(104 3 9 / 70%);
    padding: 15vh 2rem 15vh 5rem;
}

.info-category > a {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
    display: inline-block;
    color: white;
}

.swiper-partner-main .swiper-slide {
    margin-top: 6rem !important;
}

#box-history {
    overflow-y: visible;
    overflow-x: auto;
    margin: 0;
    padding: 0;
    clear: both;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#box-history .odd {
    margin-bottom: 100%;
}

#box-history .even {
    margin-top: 100%;
}

.item-history {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 3rem;
    color: white;
}

.history--tile {
    font-size: 9vw;
    font-weight: bold;
}

footer .social-section li a {
    color: black;
    height: 3rem;
    line-height: 2;
}

.is-mobile #box-history {
    overflow-x: auto !important;
}

.product-dialog {
    max-width: 70rem;
}

.rise-shake {
  animation: jump-shaking 1.75s infinite;
}

/*CSS by quyettq*/
.hotline-toggle-wrapper {
  position: relative;
  display: inline-block;
}

.hotline-toggle {
    background: var(--color-highlight);
    padding: 0.5rem 2rem;
    border-radius: 2.5rem;
    color: var(--white);
}

.hotline-dropdown {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #ccc;
  z-index: 100;
  display: none;
  flex-direction: column;
  min-width: 165px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 0.5rem;
  border-radius: 10px;
  overflow: hidden;
}

.hotline-item {
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  gap: 10px;
}

.hotline-item:hover {
  background-color: #f0f0f0;
}
/*End css quyettq*/

@keyframes jump-shaking {
    0% { transform: skewX(-15deg); }
  5% { transform: skewX(15deg); }
  10% { transform: skewX(-15deg); }
  15% { transform: skewX(15deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}

@media (min-width: 768px) {
    .service-section .content {
        padding: 10rem 0 6rem !important;
    }

    .why-section {
        padding: 10rem 0 15rem;
    }

    .newsletter-section {
        margin-top: -6rem;
    }

    .process-section {
        padding: 8rem 0 10rem !important;
    }

    .contact-section .right {
        padding: 5rem !important;
    }

    .newsletter-section .invalid-feedback {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .fs-md-65 {
        font-size: 6.5rem !important;
    }

    .project-section {
        padding: 0 8rem !important;
    }
}

@media (min-width: 1000px) {
    .is-mobile .cart-contact-header {
        order: 3;
    }
}

@media (min-width: 1080px) {
    header .logo-section {
        min-width: 27rem;
        min-height: 15rem;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -5rem;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    }

    .head-info {
        margin-left: 30rem;
    }
    
    .item-feature {
        height: 110px;
        display: block;
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding: 1.5rem;
    }
    
    .hovered * {
        position: relative;
    }
    
    .hovered {
        overflow: initial;
        transform: translateY(-100px);
    }
    
    .hovered:before {
        content: "";
        background: white;
        width: 100%;
        height: 200%;
        position: absolute;
        inset: 0;
        border-bottom: 4px solid var(--color-main);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        border-radius: 2rem 2rem 0 0;
        overflow: hidden;
    }
}

@media (min-width: 1280px) {
    .project-section .inner-content {
        left: 6rem;
        right: 6rem;
    }
}

@media (max-width: 1200px) {
    .menu-section > ul > li {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }

    .contact-header a {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 1080px) {
    .swiper-slider-main .swiper-slide--tile {
        font-size: 1.5rem !important;
    }

    .swiper-slider-main .swiper-slide--description {
        font-size: 4.5rem !important;
    }

    .swiper-slider-main .desc_short {
        font-size: 1.4rem !important;
    }

    .swiper-slide--wrap .btn-submit {
        padding: 1rem 2rem !important;
    }
}

@media (max-width: 1024px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

@media (max-width: 992px) {
    .footer-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .social-share .list-social .btn-social a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }

    .setting-menu > .container > .row > div {
        justify-content: end;
    }

    .flex-logo {
        flex: 1;
    }

    .setting-menu .menu-sec {
        order: 3;
    }
}

@media (max-width: 768px) {
    .swiper-slider-main .swiper-slide img {
        object-position: 70% center;
    }

    .breadcrumbs-section-bg {
        padding: 5rem 0;
    }

    .breadcrumbs-section-bg h1.text-h1 {
        font-size: 3rem;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .nh-admin-bar ul {
        display: none;
    }

    .head-info .email {
        display: none !important;
    }

    .title-section h3, .title-section h1 {
        font-size: 3rem;
    }

    .footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .social-section li {
        padding-left: 1rem;
    }

    .display-4 {
        font-size: 2.7rem;
    }

    .product-detail-footer .nav li {
        width: 100%;
    }

    .swiper-slider-main .swiper-slide--description {
        font-size: 3.5rem !important;
    }

    .bg-service {
        background: var(--color-main) !important;
        height: 100%;
    }

    .why-section,.service-section .content, .process-section {
        padding: 6rem 0 !important;
    }

    .newsletter-section {
        margin-top: 6rem;
    }

    .newsletter-section input {
        height: 7rem;
        width: 100%;
    }

    .newsletter-section .btn {
        position: unset !important;
        transform: translateY(0);
        max-width: 100%;
        margin-top: 1.5rem;
    }

    .price-amount {
        display: block;
    }

    .price-amount.old-price {
        display: inline-block;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .counter-section {
        position: relative;
        padding: 1rem 0;
    }
    
    .flex-product {
        flex-direction: column;
    }
    
    .flex-product a {
        display: block;
        width: 100%;
    }
}