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


}
.see-all-button {
    display: inline-flex;
    align-items: center;
    font-family: sans-serif;
    font-size: 16px;
    color: #FFC107; /* Màu vàng */
    cursor: pointer;
  }
  
  .icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFC107; /* Vàng đậm */
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
  }
  
  .icon-circle::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 2px solid #FFC107;
    border-radius: 50%;
    left: -8px;
    top: -8px;
  }
  
  .arrow {
    font-size: 16px;
    line-height: 1;
  }
  