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

/*************** ADD CUSTOM CSS HERE.   ***************/
.banner-cta { position: relative; } /* bố cục tham chiếu */
.banner-cta .cta-banner{
  position: absolute;
  bottom: 50px;           /* chỉnh để nằm ngay trên 3 chấm */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

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


}