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

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}
/* Bọc ul nav thành slider ngang */
.wsu-row-sliders {
  position: relative;
  overflow: hidden;
}

.wsu-row-sliders ul.nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

.wsu-row-sliders ul.nav::-webkit-scrollbar {
  display: none;
}

.wsu-row-sliders ul.nav li {
  flex: 0 0 auto;
  margin-right: 25px;
}
.is-divider {
    display: none;
}