/*

Theme Name: Phần mềm gốc

Description: This is a child theme for Flatsome Theme

Author: UX Themes

Template: flatsome

Version: 3.0

*/

:root{

    --bg-base:#EEF1F3;

    --color-base:#000;

    --color-hover:#0EB965;

    --color-xam:#E2E8EC;

    --color-input:#8E9BA3;

    --color-submit:#70D0A1;

    --color-white:#fff;

    --color-line:#6E7980;

    --color-black:#333333;

    --color-brand:#48b7ff;

    --color-border-ct:#4e4e59;

    --color-gra:linear-gradient(80deg, #2ECD70 4.38%, #25B2F4 94.39%);

}
/*custom scrool*/
/* width */
html::-webkit-scrollbar {
  width: 10px;
}
/* Track */
html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
html::-webkit-scrollbar-thumb {
  background: var(--color-gra); 
  border-radius: 10px;
}
/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: var(--color-input); 
}
/*end custom scrool*/

body, #main, #wrapper{

    background-color: var(--bg-base);

}

/*@font-face {*/

/*    font-family: Mulish;*/

/*    src: url('https://ls.fastnew.net/wp-content/themes/phan-mem-goc/assets/font/Mulish-Bold.ttf');*/

/*    font-weight: 700;*/

/*}*/

/*@font-face {*/

/*    font-family: Mulish;*/

/*    src: url('https://ls.fastnew.net/wp-content/themes/phan-mem-goc/assets/font/Mulish-SemiBold.ttf');*/

/*    font-weight: 600;*/

/*}*/

/*@font-face {*/

/*    font-family: Mulish;*/

/*    src: url('https://ls.fastnew.net/wp-content/themes/phan-mem-goc/assets/font/Mulish-Medium.ttf');*/

/*    font-weight: 500;*/

/*}*/

/*@font-face {*/

/*    font-family: Mulish;*/

/*    src: url('https://ls.fastnew.net/wp-content/themes/phan-mem-goc/assets/font/Mulish-Regular.ttf');*/

/*    font-weight: 400;*/

/*}*/

*{

   font-family:"Mulish";*/

}
h1{

    font-size: 24px;

    font-weight: 700;

    line-height: 1.3em;

}

h2{

    font-size: 20px;

    font-weight: 700;

    line-height: 1.3em;

}

h3{

    font-size: 18px;

    font-weight: 700;

    line-height: 1.3em;
}

h4{

    font-size: 16px;

/*     font-weight: 700; */

    line-height: 1.3em;

}

h5{

    font-size: 14px;

/*     font-weight: 700; */

    line-height: 1.3em;

}

div, p, span, a, li, option{

    font-size: 16px;

/*     font-weight: 400; */

    line-height: 1.3em;

}

strong{

    font-size: 16px;

    font-weight: 700;

    line-height: 1.3em;

}