﻿/* 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 (max-width : 1440px) {
    .product-details-top .description-wrap .description-content p > img {
        max-width: 100%;
        height: auto !important;
    }
    .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 : 1300px) {
    .viewAll{
        right:20px;
    }
}
@media only screen and (max-width : 1201px) {
   

    .header-small-device.small-device-ptb-1 {
        display: flex;
        align-items: center;
    }
    .header-large-device {
        display: none;
    }
   
    .header-area {
        padding-bottom: 97px !important;
    }
    .blog-area .warp-arrow, .brand-area .warp-arrow{
        display:none;
    }
}
@media only screen and (max-width : 1024px) {

    .product-details-top {
        padding: 10px;
    }
    .warp_search-land .title-form {
        font-size: 15px;
    }

    .footer-area .item-1 {
        padding-right: 0;
    }
    .category-area .warp_flexBox {
        height: 400px;
    }
    .shop-area .list-cateproject ul {
        gap: 20px;
    }
    .category-area .content {
        bottom: 20px;
    }
    .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: 10px;
    }
    .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 : 900px) {
    .warp_form_contatct .list-item {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
    .product-details-top .description-wrap .description-content p > img {
        width:100% !important;
        max-width:100% !important;
    }

    .warp_search-land .title-form {
        font-size: 20px;
    }
    .warp_search-land {
        min-width: 96%;
    }
    .row-detail_project > .col-md-4 {
        display: none;
    }
    .row-detail_project > .col-md-8 {
        flex: 100%;
        max-width: 100%;
    }
    .main-wrapper.home .btn-search_form, .search-name_project, .warp_search-land .dropdown-toggle {
        min-width: 157px;
    }
    .btn-search_form, .search-name_project, .warp_search-land .dropdown-toggle {
        min-width: 130px;
    }
    #ListCategorie {
        width: 100%;
    }
    .warp_search-land .input-search {
        padding: 0 8px;
    }
    .trangchu_introduction .description * {
        font-size: 16px;
    }
    .footer-area .footer-top .container {
        padding: 50px 0;
    }
    .service-area.bg-img .sub-title{
        font-size:18px;
    }
    .service-area {
        margin-top: 60px;
    }
    .brand-area {
        margin: 60px 0;
    }
    .trangchu_introduction .warp_img {
        max-width: 600px;
        margin: auto;
    }
    .button_view-about{
        margin-bottom:20px;
    }
    .warp-item_bottom {
        display: none;
    }
    .warp_search-land {
        position: unset;
        bottom: unset;
        z-index: 2;
        left: unset;
        transform: unset;
        max-width: 97%;
        margin: auto;
        background: rgb(0, 102, 197);
        background: linear-gradient(90deg, rgba(0, 102, 197, 1) 0%, rgba(9, 62, 161, 1) 100%);
        border-radius: 20px;
        padding-bottom: 5px;
        margin-top: 40px;
    }
    .slider_home.position-relative {
        margin-bottom: 50px;
    }
    .poster-area{
        display:none;
    }
    .warp_button_footer {
        flex-wrap: wrap;
        gap: 20px;
    }
    .title-home,
    .blog-area .title-home {
        font-size: 30px;
    }
    .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: 22px;
        color: #fff;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
        .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) {
    .warp_form_contatct .list-item {
        display: grid;
        gap: 6px;
        grid-template-columns: repeat(1, 1fr);
    }
    .product-details-top .title-project {
        font-size: 20px;
    }
    .product-details-top h1 {
        font-size: 20px;
    }
    .product-details-top h2 {
        font-size: 18px;
    }
    .product-details-top h3 {
        font-size: 20px;
    }
    .product-details-top .breadcrumb-area {
        margin: 0;
        padding: 10px 0;
    }
    .banner-project_area .heroSwiper2 .swiper-wrapper .swiper-slide .hero-slider-img, .banner-project_area .heroSwiper2 .swiper-wrapper .swiper-slide, .banner-project_area .heroSwiper2 .swiper-wrapper, .banner-project_area .heroSwiper2 {
        aspect-ratio: 800 / 500;
    }
    .banner-orther h2 {
        font-size: 26px;
    }
    .banner-orther .breadcrumb-area,
    .banner-orther {
        min-height: 160px;
    }
    .mobile_slide {
        display: block;
    }
    .pc_slide{
        display:none;
    }
    .warp_search-land .item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        align-items: center;
    }
    .warp_search-land .item .search-name_project {
        grid-column: span 1;
    }
    .viewMoreProject_detail .title-home.line {
        font-size: 20px;
    }
    .list-characteristics .item {
        width: 100%;
    }
      .list-characteristics .item:nth-child(2){
          border-top:0;
        }
        #ListCategorie .warp_search-land .item {
            flex-direction: column;
        }
    #ListCategorie .warp_search-land .dropdown-toggle input {
        flex: 1;
        max-width: unset;
    }
    #ListCategorie .btn-search_form, .search-name_project, .warp_search-land .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #ListCategorie .warp_search-land .item > div {
        width: 100%;
    }
    #ListCategorie .warp_search-land .box2 .item button {
        width: 100%;
    }
    .trangchu_introduction .row:after {
        top: 20%;
        bottom: unset;
        z-index: -1;
    }
    .warp_button_footer {
        justify-content: center;
    }
    .footer-area .footer-top > .container > .row {
        flex-direction: column-reverse;
    }
    .footer-area .footer-top .container {
        padding: 0 calc(var(--ps-gutter-x) * 2);
        padding-bottom:20px;
    }
    .warp-content-contact {
        margin-top: 20px;
    }
    .footer-area .warp_form {
        max-width: 100%;
    }
    .footer-area .item-1 {
        padding-right: calc(var(--ps-gutter-x) * 1);
    }
    .project-new-area .project-new .content {
        background: hwb(0deg 77% 23% / 10%);
    }
    .project-new-area .project-new {
        display: flex;
        flex-direction: column;
    }
        .project-new-area .project-new .content,
        .project-new-area .project-new .img {
            flex: 100%;
            width: 100%;
        }
        .warp_search-land .input-search {
            padding: 20px;
        }
    .warp_search-land .box2 .item {
        flex-wrap: wrap;
    }
        .warp_search-land .box2 .item button{
            flex:1;
            padding: 10px 0;
        }
        .warp_search-land .box2 .item > div {
            flex: 1;
        }
        .trangchu_introduction .warp-content {
            margin-bottom: 20px;
        }
    .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;
    }
 
    .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-area {
        padding-bottom: 80px !important;
    }
    .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: 20px !important;
    }
    .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:13px !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: 50px 0;
        margin-top:0;
    }
    .contact-area_home{
        margin-top:50px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .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;
    }
    .product-details-top,
    #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%;
    }
    .header-area {
        padding-bottom: 95px;
    }
    .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;
    }
    .warp_search-land .dropdown-toggle {
        justify-content: space-between;
    }
}

@media only screen and (max-width : 419px) {
    .btn-search_form, .search-name_project, .warp_search-land .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width : 415px) {
    .warp_search-land .dropdown-toggle {
        justify-content: space-between;
    }
    .warp_search-land .item {
        grid-template-columns: repeat(1, 1fr);
    }
    .warp_search-land .dropdown-menu {
        width: 100%;
    }
    .warp_search-land .box-item .dropdown {
        flex: 1;
    }
    .warp_search-land .item {
        flex-wrap: wrap;
    }
    .warp_search-land .dropdown-toggle input{
        flex:1;
        max-width:unset;
    }
    .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 : 350px) {
    .viewcount.item * {
        font-size: 10px !important;
    }
}