﻿/* typical phone screen resolution */
@media (min-width: 1200px) {
    .nav-menu2 .sub-menu.style-pc-2 ul.s-menu .mn-banner .item {
        position:relative;
        aspect-ratio:460/300;
    }
        .nav-menu2 .sub-menu.style-pc-2 ul.s-menu .mn-banner .item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            object-fit:cover;
        }
        .nav-menu2 .sub-menu.style-pc-2 ul.s-menu .mn-banner .item {
            width: 50%;
        }
    .nav-menu2 .sub-menu.style-pc-2 ul.s-menu .mn-banner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .nav-menu2 .sub-menu.style-pc-2 ul.s-menu > li:last-child {
        width: calc(100%* 2 / 3);
      
    }
    .nav-menu2 .sub-menu.style-pc-2 ul.s-menu > li:first-child {
        width: calc(100%* 1 / 3);
    }
    .nav-menu2 .sub-menu ul.s-menu > li {
        position: relative;
        gap: 10px;
    }
    .nav-menu2 .sub-menu ul.s-menu {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .nav-menu2 .sub-menu.style-pc-2 ul.s-menu {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .has-dropdown:hover .sub-menu .s-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .has-dropdown:hover .sub-menu .ct-sub {
        padding: 2.5rem 0;
    }
    .nav-menu2 .sub-menu .ct-sub {
        background-color: #FFF;
        padding: 0;
    }
    . .nav-menu2 .gs-menu {
        height: calc(100% - 8.1333vw);
        overflow: auto;
    }
    .has-dropdown:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -khtml-transform: none;
        transform: none;
        height: auto;
    }

    .menu-open::after{
        opacity:.2;
        visibility:visible;
        z-index:5;
    }
    html::after {
        content: '';
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #25282B;
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }
    .nav-menu2 .sub-menu {
        position: fixed;
        top: 95px;
        right: 0;
        left: 0;
        z-index: 450;
        -webkit-transform: translateY(8px);
        -khtml-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: transform 0.2s;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 02s, -webkit-transform 0.2s;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
   
}


@media only screen and (min-width : 992px) {
    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-start {
        text-align: left !important;
    }
    .blog-timeline-item .content .hover-content .image {
        width: 300px;
        max-width: 35%;
        margin-left: 9%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-timeline-item .content .hover-content .text {
        float: left;
        width: 390px;
        max-width: 55%;
        margin-top: 50px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-timeline-item .content .hover-content {
        margin-top: -40px;
        margin-right: 15px;
    }

    .blog-timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

}


@media only screen and (max-width : 1550px) {
    .hero-content-four h1 {
        font-size: 92px;
    }
    .close-sub-menu {
        bottom:30px;
    }

}
@media only screen and (max-width : 1440px) {
    .hero-content-four h1 {
        font-size: 92px;
    }
    .introduction .col-6.img {
        height: 450px;
    }
    .cta-area .col-4.warp-content {
        width: 35%;
        max-width: 35%;
        flex: 35%;
    }
}
@media only screen and (max-width : 1400px) {
    .counter-wrap {
        padding: 60px 34px 30px;
    }
}
@media only screen and (max-width : 1300px) {
    .viewAll{
        right:20px;
    }
}
@media only screen and (max-width : 1201px) {

    .counter-wrap {
        padding: 60px 60px 30px;
    }

    .header-small-device.small-device-ptb-1 {
        display: flex;
        align-items: center;
    }
    .header-large-device {
        display: none;
    }
   

    .blog-area .warp-arrow, .brand-area .warp-arrow{
        display:none;
    }

    #scrollUp {
        bottom: 80px;
    }
}

@media only screen and (max-width : 1024px) {
    .ajaxfeature:has(.testimonials-two-area) {
        overflow:hidden;
    }
    .close-des .col-xl-4.col-md-6.colItem.colItem-2 .card .list-unstyled {
        max-height: auto;
        min-height: auto;
    }
    .close-des .colItem-2,
    .close-des .colItem-2 .list-unstyled {
        min-height: auto
    }
    .pricing-area .title {
        font-size: 33px;
        max-width: 570px;
    }
    .colItem-2 {
        transform: translate(0)
    }
    .col-pricing{
        justify-content:center;
    }
    .main-wrapper.page-dichvu {
        overflow-y: hidden;
    }

    .close-des.col-pricing {
        align-items: flex-end;
        justify-content:center;
    }
    .header-small-device .logo-header{
        padding:0 15px;
    }
    .css-18livsh {
        gap: 16px;
    }
    .css-18livsh aside,
    .css-18livsh aside:last-of-type {
        max-width: 10%;
        flex: 10%;
    }
    .css-j2wkw5 {
        max-width: 80%;
        flex: 80%;
    }
    .list-info_contact {
        grid-template-columns: 1fr ;
    }
    .services-area.cus .container {
        padding: 90px 15px;
    }
    .serviecs-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
        .serviecs-list .div1 {
            grid-area: 1 / 1 / 2 / 3;
        }

        .serviecs-list .div2 {
            grid-area: 2 / 1 / 3 / 2;
        }

        .serviecs-list .div3 {
            grid-area: 2 / 2 / 3 / 3;
        }

        .serviecs-list .div4 {
            grid-area: 3 / 1 / 4 / 2;
        }

        .serviecs-list .div5 {
            grid-area: 3 / 2 / 4 / 3;
        }
    .project-area .div7 {
        display: block;
    }
    .footer-shapes .shape {
        z-index: -1;
        position: absolute;
        right: 0;
        bottom: 10%;
        left: unset;
        max-width: 15%;
        transform: rotate(180deg);
    }
    .footer-list-content {
        flex-wrap: wrap;
    }
        .footer-list-content .footer-item:first-child {
            max-width: 40%;
            flex: 40%;
        }
        .footer-list-content .footer-item:nth-child(2),
        .footer-list-content .footer-item:nth-child(3) {
            max-width: 27%;
            flex: 27%;
        }
    .footer-list-content .footer-item:last-child {
        max-width: 100%;
        flex: 100%;
        
    }
    .marquee-wrap {
        font-size: 130px;
    }

    .project-area .parent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }





    .project-area .div1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .project-area .div2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .project-area .div3 {
        grid-area: 3 / 1 / 4 / 3;
    }

    .project-area .div4 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .project-area .div5 {
        grid-area: 5 / 1 / 6 / 3;
    }

    .project-area .div6 {
        grid-area: 4 / 1 / 5 / 2;
    }
    .project-area .div7 {
        grid-area: 4 / 2 / 5 / 3;
    }
    .work-process-line {
        display: none;
    }
    .h1 {
        font-size: 65px;
    }
    .about-area .container:first-child {
        padding: 50px 15px;
    }
    .counter-left-image{
        margin-bottom:30px;
    }
    .counter-wrap {
        margin: 55px;
    }
    .hero-area-shapes .shape img {
        width: 165px;
    }
    .hero-content-four p {
        font-size: 18px;
    }
    .hero-content-four h1 {
        font-size: 110px;
    }
    .service-area .item .img {
        min-width: 76px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service-area .warp_flex .content {
        min-width: 217px;
    }
    .service-area .warp_flex {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .category-area .single-brand img.poster {
        max-width: 100%;
    }
    .imgthumb-productdetails {
        padding: 0;
    }
    .sidebar-wrapper{
        padding:10px;
    }
    .footer-area .row {
        --ps-gutter-x: 30px;
    }
    .slider_home .warp-item_bottom{
        bottom:60px;
    }
    .slider_home .heroSwiper2 .swiper-wrapper .swiper-slide .hero-slider-content div * {
        font-size: 17px;
    }
    .slider_home .heroSwiper2 .swiper-wrapper .swiper-slide .hero-slider-content h2 {
        font-size: 30px;
    }
    .contact-area_home .content .title,
    .title-home .title,
    .introduction .title {
        font-size: 25px;
    }
    .home-services .warp-item .item .item-content .title{
        font-size:18px;
    }
    .contact-area_home {
        min-height: 401px;
    }
    .introduction .description {
        max-width: 450px;
    }
    .home-services .row {
        --ps-gutter-x: 12px;
    }
    .warp-message .line,
    .warp-message .line2 {
        width: 100%;
    }
    .warp-message .warp-content {
        max-width:1024px;
        width:auto;
    }
    .main-menu > nav > ul {
        gap: 6px !important;
    }
    .warp-message .line3{
        width:99%;
    }
    .warp-aboutus .item-child {
        max-width: 364px;
    }
}

@media only screen and (max-width : 992px) {
    .pb-100 {
        padding-bottom: 44px;
    }

    .pt-100 {
        padding-top: 44px;
    }
    .chat-box .button{
        right:2em
    }
    .why-choose-services {
        margin-top: 16px;
    }
    .working-process-area.custom .box-wapper {
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -ms-flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .pricing-area .title{
        max-width:100%;
    }
    .left-bar_index {
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .page-banner-shapes .marquee-wrap {
        color: #ffffff14;
    }
    .page-banner-area.page-detail .page-banner-shapes .marquee-wrap {
        font-size: 80px
    }
    .page-banner-area.page-detail .container {
        padding: 0 15px;
    }
    .tag-share {
        margin-bottom: 0;
    }
    .css-18livsh .tag-share {
        margin-bottom: 30px;
    }
    .css-ljx5n5 > div > nav > span {
        display: block;
        width: 100%;
        margin: 0px auto;
        height: 1px;
        background-color: rgb(224, 225, 233);
    }
    .css-ljx5n5 > div > nav {
        width: 100%;
        overflow: auto;
        padding: 0px 16px 16px;
        padding-bottom: 5px;
    }
        .css-ljx5n5 > div > nav ul {
            list-style: none;
            margin: 0px;
            padding: 16px 0px 0px;
            padding-top:0;
        }
            .css-ljx5n5 > div > nav ul li a {
                display: inline-flex;
                padding: 8px 0px;
                color: inherit;
                line-height: 1.5;
            }
    .hotline-phone-ring {
        height: 104px;
    }
    .css-yvg1ef_mobile {
        position: sticky;
        width: 100%;
        bottom: 16px;
        z-index: 9999991;
        padding-top: 10px;
    }
    #muc_luc_mobile li {
        padding: 6px 0;
        border-bottom: 1px solid #d3d3d354;
    }
        #muc_luc_mobile li:last-child{
            border:0;
        }
        .css-18livsh {
            margin-bottom: 30px;
        }
    .main-wrapper.blog ~ .mbws-sale-contact{
        display: none !important;
    }
    .css-yvg1ef_mobile {
        display: block;
    }
    .main-wrapper.blog {
        overflow: visible !important;
    }
    .css-tefo69 {
        display: none;
    }
    .css-1a8il2f > div,
    .css-18livsh aside, .css-18livsh aside:last-of-type,
    .css-j2wkw5 {
        max-width: 100%;
        width: 100%
    }
    .css-tefo69 .css-yvg1ef{
        position:relative;
        top:0;

    }
    .css-tefo69 .css-yvg1ef li svg{
        width:30px;
        height:auto;
    }
    .css-tefo69 .css-yvg1ef ul{
        display:flex;
        gap:10px;
    }
}

    @media only screen and (max-width : 900px) {
        .pricing-area .container{
            padding:0 10px;
        }
        .swiper-slide .colItem {
            position: sticky;
            top: 100px;
        }
        .pricing-area .colItem {
            height: calc(100vh - 189px);
        }
        .main-wrapper.page-dichvu {
            overflow: unset;
        }
        .closeDesc {
            bottom: 67px;
        }
        .swiperBaoGia {
            display: none !important;
        }
        .swiperBaoGiaMoblie {
            display: block !important;
        }
        body.modal-open_cus .main-wrapper,
        body.modal-open_cus {
            overflow: hidden;
        }
        .duantieubieu-item {
            margin: 0;
        }

        .viewMoreProject_detail .project-grid-item .image {
            margin-bottom: 10px;
        }

        .blog-meanFlower-area .entry .entry-content {
            padding: 0;
        }

        .viewMoreProject_detail .title_detail h3 {
            font-size: 24px;
        }

        .pagethank .item .cricle2 {
            right: 64%;
        }

        .pagethank .item .cricle1 {
            left: -19px;
            top: -44px;
        }

        .warp_thank-you h1 {
            font-size: 35px;
        }

        .line-bottom {
            transform: translateX(-50%);
            left: 50%;
            opacity: 60%;
        }

        .list-thanks_botoom {
            justify-content: space-around;
            flex-wrap: wrap;
        }

        .warp_thank-you {
            display: flex;
            flex-direction: column;
            text-align: center;
        }

        .faqs-area .section-title {
            text-align: center;
        }

        .faq-tab-wrap.fixed {
            max-width: 100%;
        }

        .faq-nav li {
            margin: 0;
        }

        .faq-nav {
            gap: 10px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .list-info_contact {
            grid-template-columns: repeat(2,1fr);
            margin-bottom: 20px;
        }

        .error-area .image .img {
            width: 50px;
            margin: auto;
        }

        .project-list-item .image {
            width: 100%;
        }

        .project-list-item .content {
            max-width: 100%;
        }

        .project-list-item {
            flex-direction: column-reverse;
        }


        .footer-list-content .footer-item:first-child {
            max-width: 50%;
            flex: 50%;
        }

        .footer-list-content .footer-item:last-child,
        .footer-list-content .footer-item:nth-child(3),
        .footer-list-content .footer-item:nth-child(2) {
            max-width: 47%;
            flex: 47%;
        }

        .marquee-wrap {
            font-size: 90px;
        }

        .blog-timeline-item .content h4 {
            max-width: 100%;
            font-size: 20px;
        }

        .blog-timeline-item .content .hover-content .text p {
            margin-bottom: 16px;
        }

        .blog-timeline-item .detail-btn {
            margin-top: 0;
            position: absolute;
            right: 40px;
            top: 25px;
        }
        .orther-content h2{
            font-size:26px;
        }
        .orther-content h3{
            font-size:22px;
        }
        .orther-content h4{
            font-size:18px;
        }
        .section-title h2, .about-content-four .warp-desc h2 {
            font-size: 29px;
        }

        .services-area .container {
            padding: 60px 0;
        }

        .hero-area-shapes .shape img {
            width: 120px;
        }


        .hero-area-shapes .shape {
        }

        .hero-area-four .row {
            padding-top: 40px;
        }

        .hero-content-four h1 {
            font-size: 80px;
        }

        .product-details-content .pro-details-action-wrap {
            align-items: flex-start;
            flex-direction: column;
        }

        .product-category .filter-wrap .ct-top-filter > div {
            min-width: auto;
            flex: 1;
        }

        .show-pc-1 {
            display: none;
        }

        .show-mobile-1 {
            display: block;
        }

        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
            width: 240px;
        }

            .product-details-content .pro-details-action-wrap .pro-details-add-to-cart .btn-base {
                width: 100%;
            }

        .sidebar-cart-active {
            left: 0;
            -webkit-transform: translate(-200px, 0);
            -ms-transform: translate(-200px, 0);
            transform: translate(-200px, 0);
        }

        .product-area_home .productSwiper .list-product {
            grid-template-columns: repeat(3, 1fr);
        }

        .product-area_home .warp_top_product {
            flex-direction: column;
            gap: 20px;
        }

        .warp_blog .img-left {
            margin-bottom: 30px;
        }

        .blog-tintuc .row {
            --ps-gutter-x: 15.5px;
        }

        .blog-tintuc .warp-slide.mobile {
            display: block;
        }

        .blog-tintuc .warp-slide.pc {
            display: none;
        }

        .blog-tintuc .warp-slide {
            position: relative;
            bottom: 0;
            width: 100%;
            left: 0;
        }

        .service-area .item {
            margin-bottom: 20px;
        }

        .header-small-device .logo-header .img-logo {
            width: 160px !important;
        }

        .content_recruitment .button-62 {
            font-size: 12px;
        }

        .contact-area_home {
            min-height: 350px;
        }

        .introduction .col-6.img:after {
            left: 106px;
        }

        .introduction .description {
            width: 100%;
            max-width: 100%;
        }

        .introduction .col-6.img {
            text-align: center;
        }

            .introduction .col-6.img img {
                max-width: 500px;
                height: auto;
            }

        .introduction .col-6.ct {
            margin-bottom: 30px;
        }

        .relatedArticles {
            margin-top: 0;
        }

        .layout-productDetail.blog-area .blog-wrap-cotainer {
            padding: 0;
        }

        .relate-post_detail .moblie .entry-desc {
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .relate-post_detail .moblie {
            display: block;
            margin-bottom: 40px;
        }

        .relate-post_detail {
            padding: 0;
            background: transparent;
        }

        .title-post_detail h2 {
            font-size: 19px;
            margin-bottom: 20px;
            text-transform: capitalize;
        }

            .title-post_detail h2:after,
            .relate-post_detail .pc {
                display: none;
            }

        .introduction .col-6.img {
            height: auto;
        }

        .section-title .sub-title {
            font-size: 40px;
        }

        .section-title .title {
            font-size: 25px;
            line-height: 1.3;
        }

        .contact-area_home .text {
            margin-bottom: 20px;
        }

        .introduction .col-6.img {
            aspect-ratio: 650/450;
            position: relative;
            width: 100%;
            max-width: 100%;
            flex: 100%;
            margin-top: 20px;
        }

        .introduction .col-6.ct {
            width: 100%;
            max-width: 100%;
            flex: 100%;
        }

        .introduction .content-child p {
            max-width: 100%;
        }

        .cta-area .col-4.warp-form,
        .cta-area .col-4.warp-content {
            width: 50%;
            max-width: 50%;
            flex: 50%;
        }

        .service-area {
            padding: 40px 0;
        }

        .cta-area .col-4.img {
            width: 100%;
            max-width: 100%;
            flex: 100%;
            position: relative;
            padding-right: calc(var(--ps-gutter-x) * 1);
        }

        .slider_home .warp-item_bottom {
            bottom: 25px;
        }
    }


    @media only screen and (max-width : 600px) {
        .main-wrapper.page-faqs .section-title h2 {
            font-size: 22px;
        }
        .pricing-area .row.justify-content-center{
            margin:0;
        }
        .page-dichvu .ajaxfeature:has(.pricing-area ) {
            overflow: unset;
        }
        .page-dichvu .ajaxfeature {
            overflow: hidden;
        }
        .warp_mbws-sale-contact{
            margin:0 6px;
        }
        .warp_mbws-sale-contact .arrow-sale {
            display: none;
        }
        .service-item.style-three .content h5,
        .service-item.style-three .content p {
            text-align: justify;
            text-align-last: center;
        }
        .service-item.style-three .icon {
            margin-right: 0;
        }
        .col-pricing .card-headline .cs-price {
            font-size: 16px;
        }
        .special-slide .card-headline .up-star {
            display: none;
        }
        .col-pricing .card-headline .text-title {
            font-size: 18px;
        }
        .up-star {
            width: 38px;
        }
        .up-star i {
            font-size: 10px;
        }
        #scrollUp {
            display: none !important;
        }
        .col-lg-6:has(.bgimg) {
            height: 341px;
        }
            .col-lg-6:has(.bgimg) *{
                width:100%;
                object-position:top;
            }
            #contact-form_baogia {
                padding: 10px;
            }
        .elementor-element_warp .elementor-element_avatar img {
            width: 80px;
        }
        .cta-area-two .section-title .desc p
{
            font-size:17px;
        }
        .working-process-area.custom {
            padding: 0;
        }
        .working-process-area.custom .box-wapper {
            display: -ms-flexbox;
            display: flex;
            gap: 16px;
            -ms-flex-wrap: wrap;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            text-align: start;
            margin-bottom: 20px;
        }
            .working-process-area.custom .box-wapper img {
                width: 35px;
                height: auto;
                min-width: 35px;
            }
        .working-process-area.custom .section-title {
            margin-bottom: 0;
        }
        .colItem {
            transform: translateY(0);
            padding: 0;
        }

        .page-banner-shapes:after{
            display:none;
        }
        .page-detail .blog-meta li {
            font-size: 14px;
        }
        .tag-share .dec-tag ul li a{
            font-size:12px;
        }
        .service-limeline-item {
            padding: 14px 10px;
        }

        .page-banner-counter-shapes .img-gt-banner-holder {
            position: relative;
            left: 0;
        }

        #navbar ul {
            padding-top: 10px;
        }

        .pricing-item .desc h3 {
            font-size: 25PX;
        }

        .pricing-item.style-two {
            padding: 30px;
        }

        .author-logo .quote svg {
            width: 20px;
            height: 20px;
        }

        .blog-area .section-title,
        .shop-area .section-title {
            margin: 20px 0;
        }

        .project-list-item {
            padding-top: 50px;
            margin-bottom: 30px;
        }

        .shop-area .section-title h1 {
            font-size: 30px;
        }

        .project-details-info {
            flex-direction: column;
        }

            .project-details-info .pd-info-item {
                flex: auto;
                text-align: start;
            }

        .blog-area.rel.z-1 .container {
            padding: 40px 0;
        }

        .about-circles {
            margin: auto;
        }

        .why-choose-us-area.gt-wcu .container {
            padding: 40px 19px;
        }

        .team-item .content h5,
        .service-item.style-two .content h6 {
            font-size: 18px;
        }

        .theme-btn, a.theme-btn {
            padding: 7px 26px;
        }

        .testimonials-and-clients:before {
            bottom: -10px;
        }

        .testimonials-and-clients:after {
            bottom: -22px;
        }

        .testimonial-item {
            padding: 30px;
        }

        .cta-area-two .container {
            padding: 75px 20px;
        }

        .viewMoreProject_detail .title_detail h3 {
            font-size: 20px;
            font-weight: 600;
        }

        .popup-image {
            padding: 10px !important;
        }

        .list-thanks_botoom {
            gap: 20px;
        }

        .warp_thank-you h1 {
            font-size: 26px;
        }

        .main-wrapper.home .project-grid-item .project-tags a {
            font-size: 14px;
        }

        .faqs-area .section-title {
            margin-bottom: 10px;
        }

        .faqs-area .pt-80 {
            padding-top: 40px;
        }

        .faq-nav li a {
            font-size: 16px;
        }

        .faqs-area h4 {
            font-size: 20px;
        }

        .accordion-button button span {
            font-size: 16px;
        }

        .accordion-button button svg {
            width: 30px;
            height: 30px;
            min-width: 30px;
            padding: 7px;
        }

        .service-two-item,
        .contact-info-item,
        .contact-form-area .contact-form {
            padding: 20px;
        }

        .why-choose-contact-page .container {
            padding: 50px 20px;
        }

        .list-info_contact {
            grid-template-columns: repeat(1,1fr);
            margin-bottom: 20px;
        }

        .page-banner-shapes .marquee-wrap {
            font-size: 80px;
        }

        .project-list-item .content h4 a {
            font-size: 18px;
        }

        .service-two-item h4 a {
            font-size: 20px;
        }

        .service-item.style-three {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .services-area.cus .container{
            padding-top: 0;
        }

        .why-choose-area .section-title {
            margin: 0;
        }

        .serviecs-list {
            display: flex !important;
            flex-direction: column;
        }

        .project-grid-item .content {
            padding: 0 15px;
        }

            .project-grid-item .content h4 a {
                font-size: 16px;
            }

        .project-grid-item .project-tags a {
            font-size: 14px;
        }

        .project-area .parent {
            display: flex;
            flex-direction: column;
        }

        .contact-form-area .section-title {
            margin-bottom: 20px;
        }
        .orther-content h2 {
            font-size: 22px;
        }

        .orther-content h3 {
            font-size: 18px;
        }

        .orther-content h4 {
            font-size: 16px;
        }
        .project-area .div1,
        .project-area .div2,
        .project-area .div3,
        .project-area .div4,
        .project-area .div5,
        .project-area .div6,
        .project-area .div7 {
            grid-area: 1;
        }

        .work-process-item .content h5 {
            margin-bottom: 18px;
            font-size: 20px;
            line-height: 1.7;
        }

        .marquee-wrap {
            font-size: 50px;
        }

        .footer-list-content .footer-item:first-child,
        .footer-list-content .footer-item:last-child, .footer-list-content .footer-item:nth-child(3), .footer-list-content .footer-item:nth-child(2) {
            max-width: 100%;
            flex: 100%;
        }

        .blog-timeline-item .detail-btn {
            right: 21px;
        }

        .blog-timeline-item {
            padding: 30px 51px 25px;
        }

        .blog-two-area > .container {
            padding-top: 40px;
        }

        .project-area > .container {
            padding-top: 40px;
            padding-bottom: 15px;
        }

        .testimonials-content .section-title,
        .services-area .section-title,
        .blog-two-area .section-title,
        .project-area .section-title {
            margin: 0;
        }

        .work-process-item .circle {
            display: none;
        }

        .work-process-item .image {
            min-height: unset;
            max-height: unset;
            width: 100%;
        }

            .work-process-item .image img {
                width: 100%;
                height: auto;
            }

        .work-process-item .content {
            min-height: 190px;
            max-height: unset;
            margin-top: 20px;
        }

        .working-process-area .row > div:nth-child(2n) .work-process-item {
            flex-direction: column;
        }

        .working-process-area .container {
            padding: 40px 15px;
        }

        .about-area > .container {
            padding: 0;
        }

        .hero-content-four h5 {
            font-size: 18px;
        }

        .trusted-clients img {
            width: 50px;
            height: 50px;
        }

        .trusted-clients {
            margin-top: 16px;
        }

        .counter-item .count-text {
            font-size: 45px;
        }

        .about-content-four .warp-desc ul {
            gap: 10px;
        }

        .testimonials-and-clients {
            padding: 15px;
            position: relative;
        }

            .testimonials-and-clients .swiper-slide {
                padding: 0;
            }

            .testimonials-and-clients .swiper-pagination {
                display: none;
            }

        .section-title h2, .about-content-four .warp-desc h2 {
            font-size: 26px;
        }

        .h1 {
            font-size: 25px;
        }

        .services-area .container {
            padding: 40px 0;
            border-top: 0;
        }

        .section-title h2 {
            font-size: 22px;
        }

        .counter-shapes .marquee-wrap {
            color: rgb(255 255 255 / 8%);
        }

        .counter-shapes .marquee-wrap {
            font-size: 60px;
        }

        .counter-left-image {
            margin-bottom: 91px;
        }

        .counter-area {
            padding-top: 40px;
        }

        .counter-item .text {
            max-width: 100%;
        }

        .counter-area > .row {
            flex-direction: column-reverse;
        }

        .counter-wrap {
            padding: 20px;
            text-align: center;
            margin: 20px;
            margin-bottom: 50px;
        }

        .hero-area-shapes .hero-image {
            position: relative;
            margin-top: 27px;
            max-width: 100%;
        }

        .hero-area-shapes .shape img {
            width: 60px;
        }

        .hero-content-four h1 {
            font-size: 50px;
            font-weight: 600;
            line-height: 1.2;
        }

        .subTitle-vote {
            display: none;
        }

        #rating-container {
            flex-direction: column;
            gap: 10px;
        }

        .slider_home .heroSwiper2 .swiper-wrapper .swiper-slide .hero-slider-img, .slider_home .heroSwiper2 .swiper-wrapper .swiper-slide, .slider_home .heroSwiper2 .swiper-wrapper, .slider_home .heroSwiper2 {
            aspect-ratio: 1000 / 550;
        }

        .starName {
            display: none;
        }

        .button_comment .item, .button_comment {
            width: 100%;
            text-align: center;
        }

        .product-details-content .pro-details-price span {
            align-items: flex-start;
        }

        .warp_price-sale {
            align-items: center;
            flex-direction: column;
        }

        .slidehomeSwiper .hero-slider-img img {
            height: 140px;
            object-position: center;
        }

        .slider_home .heroSwiper2 .swiper-wrapper .swiper-slide .hero-slider-img img {
            height: 100%;
        }

        .product-category .filter-wrap .ct-top-filter > div:first-child {
            border-right: 1px solid #cccccc7d;
        }

        .warp_price-sale {
            gap: 0;
        }

        .product-details-content .pro-details-price del.amount {
            margin: 0;
        }

        .product-details-content .pro-details-price .warp_price-badge span {
            position: relative;
        }

        .description-review-wrapper .nav-tabs .nav-link {
            padding: 8px 10px;
        }

        .service-area .warp_flex {
            grid-template-columns: repeat(1, 1fr);
        }

        .flower-icon {
            width: 30px;
            left: -40px;
        }

        .title-home {
            font-size: 20px;
        }

        .pagination_cus span {
            width: 10px;
            height: 10px;
        }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img {
            width: 100px;
        }

        .sidebar-cart-active .btn-action.mobile {
            display: flex !important;
        }

        .sidebar-cart-active .btn-action.pc {
            display: none !important;
        }

        .cart-content .btn-action .order,
        .cart-content .btn-action .continue_buy {
            flex: 1;
        }

        .footer-area h4 {
            font-size: 17px;
        }

        .blog-area .newsSwiper2 {
            margin-top: 20px;
            padding: 10px !important;
        }

        .product-area_home .productSwiper .list-product .item-product:last-child {
            display: none;
        }

        .shop-topbar-wrapper {
            position: relative
        }

        .sidebar-toggle-button {
            position: absolute;
            bottom: 22px;
            right: 0
        }

        .shop-topbar-wrapper .shop-topbar-left {
            flex-direction: column;
            align-items: start;
        }

        .product-area_home .warp_top_product .list-cate {
            flex-wrap: wrap;
            justify-content: center;
        }

        .whychooseus-area .item {
            max-width: 340px;
            margin: auto;
            margin-bottom: 14px;
        }

        .product-area_home .productSwiper .list-product {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
        }

            .product-area_home .productSwiper .list-product .item-product {
                flex: 50%;
                max-width: 50%;
                padding-right: calc(var(--ps-gutter-x)* 1);
                padding-left: calc(var(--ps-gutter-x)* 1);
            }

        .service-area .item {
            margin-bottom: 35px;
        }

        .shop-topbar-wrapper {
            padding: 0;
        }

            .shop-topbar-wrapper .shop-topbar-left {
                margin-bottom: 30px;
            }

        .warp_search-document .search_document .search .btn_search {
            display: block;
            width: 50px;
        }

            .warp_search-document .search_document .search .btn_search span {
                display: none;
            }

        .header-small-device.small-device-ptb-1 {
            height: 82px !important;
        }

        .warp-document .content-left {
            width: 100%;
            max-width: 100%;
        }

        .warp_service_detail .blog-details-top .img img {
            width: 100%;
        }

        .content_recruitment .button-62 {
            font-size: 14px;
        }

        .content_recruitment {
            margin: 0;
            margin-bottom: 10px;
        }

        .download_documents {
            text-align: end;
            width: 100%;
            margin-top: 10px;
        }

            .download_documents a {
                display: inline-block;
            }

        .warp-document .content-right .title {
            flex-direction: column;
            align-items: flex-start;
        }

        .warp-document .content-left {
            width: 100%;
            margin-bottom: 20px;
        }

        .layout-productDetail .title-home .title {
            font-size: 13px !important;
        }

        #navbar .warp-menu_c2 a img {
            width: 23px;
        }

        .productMore_detail {
            margin-top: 40px;
        }

        .description-review-wrapper .product-wrap {
            padding: 0;
        }

        .btn_login {
            padding: 10px 40px !important;
        }

        .note.text-dark, #or-text, .sign-pc {
            display: none !important;
        }

        .warp_a_sign {
            display: block;
        }

        .navbar li * {
            font-size: 15px !important;
        }

        #navbar {
            width: 280px !important;
        }

        .contact-area_home .content .title, .title-home .title, .introduction .title {
            font-size: 20px;
        }

        .slider_home .heroSwiper2 .swiper-wrapper .swiper-slide .hero-slider-content div * {
            font-size: 15px;
        }

        .slider_home .heroSwiper2 .swiper-wrapper .swiper-slide .hero-slider-content h2 {
            font-size: 22px;
        }

        .brand-area {
            margin: 30px 0;
        }

        .contact-area_home {
            margin-top: 50px;
        }

        .footer-widget {
            margin-bottom: 20px;
        }

        .footer-area .item-2, .footer-area .item-3,
        .footer-area .item-1 {
            max-width: 100%;
            flex: 100%;
        }

        .introduction .col-6.img:after {
            left: 0;
            top: -8px;
        }

        .introduction .col-6.img img {
            max-width: 100%;
        }

        .home-services .mobile {
            display: block;
        }

        .home-services .pc {
            display: none;
        }

        .warp-content_page_nhamay .row {
            flex-direction: column-reverse;
        }

        .warp-content_page .col-md-5 {
            margin-bottom: 20px;
        }

        .section-title3 .title {
            font-size: 25px;
        }

        .warp-aboutus .item-child {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .breadcrumb-area {
            padding: 20px 0;
        }

        #trangchu_datlich {
            margin-top: 0;
        }

        .blog-details-top .post-title .title {
            font-size: 22px;
        }

        .moblie {
            display: block;
        }

        .pc {
            display: none;
        }

        .slider_different .title-company_cus {
            display: none;
        }

        .product-details-top .description-review-wrapper {
            margin-top: 30px;
        }

        .title_detail h3 {
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            margin: 30px 0;
            margin-top: 50px;
        }

        .product-details-top .col-md-5.col-12 {
            margin: 30px 0;
        }

        .slider_different .warp-content .warp-content_title .container .content .breadcrumbs {
            bottom: 10px;
        }

        .slider_different .warp-content .warp-content_title .container .content h1 {
            width: 100%;
            text-align: center;
            padding: 0 10px;
            font-size: 25px;
        }

        .list-categories_project ul {
            margin: 30px 0;
        }

            .list-categories_project ul a {
                font-size: 18px;
            }

        .warp-project .project-image {
            margin-bottom: 20px;
        }

        .service-area .col-6 {
            margin-bottom: 40px;
        }

        .footer-widget .content img {
            height: 100px !important;
        }

        .section-title h2:after {
            right: -120px;
            width: 100px;
        }

        .footer-widget .col-12.col-md-9 {
            justify-content: center;
            margin: 10px 0;
        }

        .footer-top .col-md-6.col-sm-6.col-12,
        .footer-widget .content {
            justify-content: center;
        }

            .footer-top .col-md-6.col-sm-6.col-12:last-child,
            .footer-top .col-md-6.col-sm-6.col-12:first-child {
                max-width: 100%;
                width: 100%;
                flex: 100%;
            }

        .cta-area .col-4.img,
        .cta-area .col-4.img iframe {
            height: 400px !important;
        }

        .contact-area_home .text {
            font-size: 15px;
        }

        .contact-area_home .number {
            font-size: 28px;
        }

        .slider_home .warp-item_bottom .warp-boxed .warp-arrow {
            display: none;
        }

        .product-area.project {
            margin-top: 60px;
        }

        .title-company_cus {
            position: absolute;
            right: 0;
            bottom: -26px;
            font-size: 8px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding: 20px 10px;
            background: #000;
            padding-left: 113px;
        }

        .product-area.project .product-wrap,
        .blog-tintuc .container {
            position: relative;
            padding-bottom: 30px;
        }

        .viewAll {
            bottom: 0;
            top: unset;
            left: 50%;
            transform: translateX(-50%);
            right: unset;
        }

        .cta-area .row {
            gap: 30px;
        }

        .cta-area .col-4.warp-form, .cta-area .col-4.warp-content {
            width: 100%;
            max-width: 100%;
            flex: 100%;
        }

        .pagination_cus {
            display: none;
        }

        .viewcount.item * {
            font-size: 12px !important;
        }

        .copyrightFlex {
            text-align: center;
        }

        .product-category .filter-wrap .ct-top-filter .group-view-wrap {
            display: none;
        }

        .warp_showlist-mobile {
            display: block;
            margin: 14px;
        }

        .left-sidebar-product {
            min-width: 300px;
        }

        .product-category.active-filter .sidebar-close.text-right {
            left: 300px !important;
        }

        .product-category .filter-wrap .ct-top-filter > div:last-child,
        .product-category .filter-wrap .ct-top-filter > div {
            justify-content: center;
        }

        .list_item_col .item-col.col1,
        .list_item_col .item-col {
            width: 50%;
        }

            .list_item_col .item-col.col4 {
                width: calc(100% / 1);
            }

        .product-area_home-new .warp-box {
            text-align: center;
        }

        .product-area_home-new .button_viewMore {
            display: none;
        }

        .category-area .row {
            gap: 10px;
        }

        .header-small-device .logo-header .img-logo {
            width: 110px !important;
        }

        .product-area_home {
            margin: 0;
        }

        .custommer .title-home {
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .slidehomeSwiper {
            margin-top: 30px;
        }

        .category-area .content .title {
            font-size: 18px;
        }

        .item-col.col4 .single-product-item .product-content .product-price {
            flex-direction: row;
        }

    }


    @media only screen and (max-width : 415px) {
        .header-small-device .logo-header .img-logo {
            width: 150px !important;
        }

        .single-product-item .product-content .product-price {
            flex-direction: column;
            gap: 4px;
        }
        /*.btn_login {
        padding: 5px 14px !important;
    }*/
        .warp_btn_login {
            flex-direction: column;
        }

        .warp_form_login {
            padding: 0 12px !important;
        }

        .warp_signup,
        .btn_login {
            width: 100%;
        }

        .warp_signup {
            padding: 9px 80px !important;
        }
    }

    @media only screen and (max-width : 382px) {
        .project-grid-item .project-tags {
            display: none;
        }

        .butonD {
            margin-left: 9px;
            border-radius: 6px;
            margin-top: 10px;
        }

        .plt01 {
            padding-right: 60px !important;
        }

        .warp_rating-arae {
            gap: 30px;
        }
    }


    @media only screen and (max-width : 350px) {
        .viewcount.item * {
            font-size: 10px !important;
        }
    }