/*
Theme Name: OneHub Child
Theme URI: https://onehub.com.vn/
Description: Child theme của Safebyte, dùng để tùy chỉnh an toàn không sợ mất khi update theme gốc
Author: OneHub
Template: safebyte
Version: 1.0.0
*/

/* Fix card height không đều - Service Cards Carousel */
#service-cards-home .pxl-swiper-slide {
    display: flex;
    height: auto;
}

#service-cards-home .pxl-post-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

