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

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('googlefonts/Roboto/RobotoCondensed-Regular.ttf') format('truetype');
    font-style: normal;
}
p {
	font-family: 'Roboto Condensed', sans-serif ! important;
	font-size: 16px;
	color: #333;
}

h1,h2,h3,h4,h5,h6, .heading-font,
span,
li a {
	font-family: 'Roboto Condensed', sans-serif ! important;
}

*{
	font-family: 'Roboto Condensed', sans-serif ! important;
}
.block_widget{
	font-family: 'Roboto Condensed', sans-serif ! important;
}
.devider {
	width: 100%;
	height: 32px;
	background: url('images/devider.png') no-repeat center center;
	margin: 10px 0px 20px 0px;
}
/*
.devider-white {
	width: 100%;
	height: 32px;
	background: url('images/devider-white.png') no-repeat center center;
	margin: 0px 0px 25px 0px;
}
*/
/*------------------------------------------------------
						Navigation
-------------------------------------------------------*/
.nav > li > a {
	color: #444;
	font-size: 14px;
}
.nav > li > a:hover {
	text-decoration: none;
}
.header-main .nav-dropdown-default li a {
	font-size: 16px;
	color: #444;
}
.header-main .nav-dropdown-default li a:hover {
	text-decoration: none;
	color:#0769ad;
}
.header-main .searchform .search-field {
	border-radius: 2px;
	background-color:#fff;
	border: 1px solid #ccc;
}
/*------------------------------------------------------
						banner
-------------------------------------------------------*/
 .banner h3 {
	 
	 line-height: 40px!important;
	 
 }
 /*------------------------------------------------------
						ẩn tên tác giả
-------------------------------------------------------*/
 .meta-author {
	 display:none !important;
 }
.byline {
	 display:none !important;
 }
  /*------------------------------------------------------
						CONTACT FORM TRANG CHỦ
-------------------------------------------------------*/
#wpcf7-f5-p98-o1 {
	border: 0px solid #000 !important;
	padding: 20px !important;
	background-color:#006699!important;
	padding-bottom: 0px !important;
}

#wpcf7-f5-p98-o1 label {
	color:#fff !important;
}

#wpcf7-f5-p98-o1 .wpcf7-submit {
	background-color:#004e75!important;
	width: 50% !important;
	text-align: center !important;
}