


/* Điền CSS tùy chỉnh ở đây */
@font-face {
    font-family: 'times new roman';
    src: url('wp-content/themes/flatsome/fonts/times new roman.eot');
    src: url('wp-content/themes/flatsome/fonts/times new roman.eot?#iefix') format('embedded-opentype'),
         url('wp-content/themes/flatsome/fonts/times new roman.woff') format('woff'),
         url('wp-content/themes/flatsome/fonts/times new roman.ttf') format('truetype'),
         url('wp-content/themes/flatsome/fonts/times new roman.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'timesbd';
    src: url('wp-content/themes/flatsome/fonts/timesbd.eot');
    src: url('wp-content/themes/flatsome/fonts/timesbd.eot?#iefix') format('embedded-opentype'),
         url('wp-content/themes/flatsome/fonts/timesbd.woff') format('woff'),
         url('wp-content/themes/flatsome/fonts/timesbd.ttf') format('truetype'),
         url('wp-content/themes/flatsome/fonts/timesbd.svg#font-name') format('svg');
    font-weight: bold;
    font-style: normal;}

.card-description {
   display: none !important;
}

.site-header {
background-color: #fff !important;
}
.main-navigation a {
color: #000 !important;
}
/*Màu back footer*/
.footer-wrapper {
    width: 100%;
    position: relative;
    background-color: #e5e5e5;
}