/*
Theme Name: Flatsome Child
Description: Modular child theme for Flatsome with performance optimization
Author: Custom Development
Template: flatsome
Version: 1.0.0
Text Domain: flatsome-child
*/

/* Performance-optimized child theme styles will override parent theme */
.button,button,fieldset,input,select,textarea {
    margin-bottom: 0em !important;
}
/* Ẩn icon mặc định */
#top-link i {
  display: none !important;
}
/* Ẩn icon mặc định */
#top-link i {
  display: none !important;
}

/* Ẩn icon mặc định trong thẻ <i> nếu có */
#top-link i {
  display: none !important;
}

/* Ẩn icon được chèn qua CSS (nếu theme thêm bằng ::before / ::after) */
#top-link::before,
#top-link::after {
  display: none !important;
  content: none !important;
}

/* Thay thế bằng hình wifi */
#top-link {
  background: url('https://kainetworks.vn/wp-content/uploads/2025/09/wifi.png') center center no-repeat !important;
  background-size: contain !important;
  width: 50px;
  height: 50px;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

/* Hiệu ứng hover nhẹ */
#top-link:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
