/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ============================
   FLATSOME SLIDER TEXT
   ============================ */

/* Chấm điều hướng Flickity */
.flickity-page-dots {
  z-index: 99; /* Đưa lên trên các phần tử khác */
  pointer-events: auto; /* Cho phép click/tap */
}
.flickity-prev-next-button {
    color: #135f36; /* nút chuyển slider */
}
.flickity-page-dots .dot {
    border: 3px solid #135f36;
    height: 24px;
    width: 24px;
  touch-action: manipulation; /* Giúp nhận chạm mượt hơn trên mobile */
}
.flickity-page-dots .dot.is-selected {
    background-color: #135f36;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .4), inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 0 5px rgba(255, 255, 255, .5);
}
.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot {
    height: 24px;
    width: 24px;
}
.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #135f36;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 4px rgba(0, 0, 0, 0.15);
}
.absolute-footer {
    color: #ffffff;
}
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star {
    border-bottom: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}