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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ----------------------------- NGHĨA CODE THÊM ---------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&display=swap');
body{
    font-weight: 500 !important;
    font-size: 19px !important;
}
*{
    font-family: "Quicksand", sans-serif !important;
}
#masthead .header-inner a{
    font-size: 14px;
    font-weight: bold;
}
#logo a{
    height: 100px;
    width: 100px;
}
.header_logo{
    border-radius: 50% !important;
    object-fit: cover;
}
.table-cus td, .table-cus th{
    color: white !important;
}
.testimonial-meta{
    color: white !important;
}
.all-question a{
    color: #c70b00 !important;
    font-weight: bold !important;
}
/* ----------------------------- NGHĨA CODE THÊM ---------------------------- */

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


}