/*
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.   ***************/


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


}
/* 📱 Ẩn accordion trên tablet và desktop */
@media (min-width: 768px) {
  .dang-ky-nhan-thong-tin {
    display: none !important;
  }
}

/* 📱 Sticky trên điện thoại */
@media (max-width: 767px) {
  .dang-ky-nhan-thong-tin {
    position: sticky;
    top: 0; /* Dính trên cùng màn hình */
    z-index: 1000; /* Đảm bảo không bị che */
    background-color: #fff; /* Nền trắng để dễ đọc */
    padding: 10px;
    border-bottom: 1px solid #ddd;
	background:black;
	  color: white;
  }
	.dang-ky-nhan-thong-tin:hover{
		color:white !important;
	}
}


