.cp-flex-row {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

        .cp-flex-row1 {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

        .cp-flex-row2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .cp-flex-row3 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 450px;
            margin-top: 40px;
        }


        .inline {
            display: inline-block;
        }

        .cp-flex-column {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

        }

        .cp-desktop {
            display: block;
        }

        .cp-mobile {
            display: none;
        }

        .mobile-image {
            width: 100%
        }

        .cp-sidebody img {
            width: 100%;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;

        }

        .cp-sidebody {
            max-width: 1240px;
            margin: 0 auto;
            text-align: center;
          
            vertical-align: middle;
        }

    


    .category-space{
        padding: 5px;
    }
       
    #ergo{
        display: block;
    }
    #dieu{
        display: none;
    }
    #home{
        display: none;
    }
    #visit{
        display: none;
    }
    #stool{
        display: none;
    }

    #mergo{
        display: block;
    }
    #mdieu{
        display: none;
    }
    #mhome{
        display: none;
    }
    #mvisit{
        display: none;
    }
    #mstool{
        display: none;
    }

    .tip-space{
        padding: 15px;
    }
    .cp-footer{
        background-color: #6D7E76;
    }
    .cp-footer-buttons{
        display: flex;
        justify-content: center;
    }

    .cp-footer-button-space{
        
        padding: 10px;
    }

    .swiper {
  height: 750px;;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}



@media screen and (max-width: 768px) {
 .cp-desktop{
    display: none;
 }

 .cp-mobile{
    display: block;
 }
}
        




        