/*
Theme Name: Tin tức
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* Custom font */
@font-face {
	font-family: 'gilroy-light';
	font-style: normal;
	src: url('assets/gilroy-light/190528070344Gilroy-Light.eot');
	src: local('gilroy-light'), url('assets/gilroy-light/190528070344Gilroy-Light.eot') format('embedded-opentype'), url('assets/gilroy-light/190528070344Gilroy-Light.woff') format('woff');
}

@font-face {
	font-family: 'gilroy-bold';
	font-style: normal;
	src: url('assets/gilroy-bold/190528072329Gilroy-Bold.eot');
	src: local('gilroy-bold'), url('assets/gilroy-bold/190528072329Gilroy-Bold.eot') format('embedded-opentype'), url('assets/gilroy-bold/190528072329Gilroy-Bold.woff') format('woff');
}

@font-face {
	font-family: 'svn';
	font-style: normal;
	src: url('assets/svn/190528073149SVN.eot');
	src: local('svn'), url('assets/svn/190528073149SVN.eot') format('embedded-opentype'), url('assets/svn/190528073644SVN.woff') format('woff');
}

.gilroy-light,
body, p, blockquote, li, a {
	font-family: 'gilroy-light' !important;
}

.gilroy-bold,
h1, h2, h3, h4, h5, h6 {
	font-family: 'gilroy-bold' !important;
	font-weight: bold;
}

.svn {
	font-family: 'svn' !important;
	font-weight: normal;
}
/*************** ADD CUSTOM CSS HERE.   ***************/

.meta-related ul li a{color: #0092ff;} .meta-related ul li{line-height: 20px;} .meta-related ul{margin-left: 10px}


/* Dành cho điện thoại */
@media all and (max-width: 480px) {
.list-news li{width:50%}
.list-news{width:100%}
 
}
 
/* Dành cho máy tính bảng */
@media all and (max-width: 1024px) {
 
}