/*
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.   ***************/
    .title-by-vp124 {
    position: relative;
    display: inline;
    font-size: 28px;
    color: rgb(10 162 152);
    text-transform: uppercase;
    margin-bottom: 20px;
    margin: 0px auto;
    padding: 0 90px;
    margin-bottom: 25px;
    line-height: 3;
  }
    .title-by-vp124:before {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/flatsome-child/image/icon-skinsaigon.svg) no-repeat right bottom;
    width: 50px;
    height: 50px;
    bottom: 0px;
    left: 30px;
  }
    .title-by-vp124:after {
      position: absolute;
      content: '';
      width: 75px;
      height: 10px;
      /* background: url(wp-content/themes/flatsome-child/images/image-title.png) no-repeat right bottom; */
      bottom: 8px;
      right: 0;
  }
/* Cấp 1 */
ul > li::marker {
  content: "● ";
}

/* Cấp 2 */
ul > li > ul > li::marker {
  content: "○ ";
}

/* Cấp 3 */
ul > li > ul > li > ul > li::marker {
  content: "▪ ";
}

/* Cấp 1 */
ul > li {
  list-style-type: disc; /* ● */
}

/* Cấp 2 */
ul > li > ul > li {
  list-style-type: circle; /* ○ */
}

/* Cấp 3 */
ul > li > ul > li > ul > li {
  list-style-type: square; /* ▪ */
}

  /* Media query cho giao diện mobile */
@media (max-width: 768px) {
    .title-by-vp124:before {
          display: none;
      }
      .title-by-vp124:after {
          display: none;
      }
      .title-by-vp124 {
        display: contents;
      }
  }

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


}