/*
Theme Name: đồng phục 
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  ***************/


}



.phongvt-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.phongvt-footer a {
  margin: 0 10px;
}

.phongvt-footer img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 768px) {
  .phongvt-footer {
    flex-wrap: wrap;
  }

  .phongvt-footer a {
    margin: 10px;
  }

  .phongvt-footer img {
    max-width: 80px;
  }
}
