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


}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
 .note-san-pham {
                margin-top: 10px;
                border: 1px dotted #49231a;
                border-radius: 15px;
                padding: 10px;
                margin-bottom: 10px;
            }
#content {
    background: #fef0e1;
}
/* Chia dropdown menu thành 2 cột */
.menu-item-46 .sub-menu {
  display: grid !important;
  grid-template-columns: 1fr 1fr; /* 2 cột */
  column-gap: 20px; /* khoảng cách giữa cột */
}
.menu-item-46 .sub-menu li {
  width: 100% !important;
}
div#logo {
    display: none;
}
.mfp-img {
    max-height: 70vh !important;
}
