/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face {
  font-family: 'Gilroy';
  src: url('/wp-content/fonts/gilroy/SVN-Gilroy-Regular.otf') format('otf');
  font-weight: 400;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/wp-content/fonts/gilroy/SVN-Gilroy-SemiBold.otf') format('otf');
  font-weight: 700;
}

body {
  font-family: 'Gilroy', sans-serif;
}

a.button.primary.lowercase {
    background: linear-gradient(
135deg, #E0B15F, #976729);
    border: 1px solid #976729;
}

.col-thong-so .col-inner {
    background: white;
    padding: 10px 30px;
    border-radius: 10px;
}

.col-thong-so .col-inner p.count-up {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 13px;
    color: #d3a455;
}

.col-thong-so .col-inner p.info-count-up {
    text-align: right;
    margin-bottom: 0px;
}


/* ----------------------------------------- MEDIA SCREEN MOBILE ----------------------------------------- */
@media only screen and (max-width: 490px) {}
