/*
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.   ***************/

.nav > li > a {
	font-size: 14px;
}

.nav .active a {
	
}

.single-post #comments, 
.single-post .comments-area {
    display: none !important;
}

.has-icon-bg .icon img {
    margin: 0;    
    width: 100%;
}

.entry-header .is-divider {
	display: none;
}

/**/
.bbanner h5 {
	color: #00355d;
}

.tiem-nang h3,
.linh-vuc h3 {	
	background: #0859d3;
    color: #FFF;
    border-radius: 5px 33px 33px 5px;
    padding: 11px 25px 10px 23px;
	margin-bottom: 28px;
}

.tiem-nang p,
.linh-vuc p {
	background: url("img/icon_check.png") no-repeat top left;
	padding-left: 35px;
}

.tiem-nang p b,
.linh-vuc p b{
	color: #00355d;
}

/**/
h1.page-title span, .section-title-normal span {
    border-bottom: 2px solid #DA251C;
    padding-bottom: 7.5px;
}

#post-list .box-image {
	vertical-align: top;
}
#post-list .box-text{
	vertical-align: top;
	padding-top; 0
}


.box-blog-post .is-divider,
.box-blog-post .from_the_blog_comments {
	display: none;
}

.box-blog-post .post-title {
	margin-bottom: 13PX;
}



/** Footer **/
#footer {
	background: #023E8A;
	color: #e5e5e5;
	padding-top: 25px;
}

#footer .footer-middle {
	margin-top: 20px;
}

#footer h5, #footer h3, #footer a {
	color: #e5e5e5;
}

#footer p, #footer a {
	font-size: 14px;
	margin-bottom: 7px;
	margin-bottom: 5px;
}

#footer li {
	margin-bottom: 5px;
}

#footer .col {
	padding-bottom: 10px;
}

#footer .absolute-footer.dark {
	
}

#footer .footer-primary {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 16px;
}

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


}