/*
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.   ***************/
@font-face {
    font-family: Verdana;
    src: url(fonts/subset-Verdana.woff);
}
.row-lienhe:before
{
	background: url(images/services-left-bg.png) no-repeat;
}
.row-lienhe:after
{
	background: url(images/services-right-bg.png) no-repeat;
}
p, a
{
	font-family: Arial;
}
iframe
{
	width: 100%;
	min-height: 500px;
}
.single .entry-content, .single .entry-header-text-top
{
	padding: 0;
}
.row-mobile
{
	display: none;
}
.sec-docnhanh
{
	padding-bottom: 0 !important;
}
.sec-nvpbandoc
{
	padding-top: 0!important;
}
.hotcat {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.row-custom1 .row.large-columns-1 .col.post-item:last-child .col-inner
{
	border-bottom: none;
}
.home .row-small>.col
{
	padding: 0 9.8px 0px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.sec-media .row-custompost .row.large-columns-1.medium-columns-1.small-columns-1
	{
		padding-bottom: 0;
	}
	.row-scroll
	{
		display: none;
	}
	.row-mobile
	{
		display: block;
	}
	.row-mobile .box-text
	{
		padding-bottom: 0;
	}
	.row-mobile .box-image
	{
		width: 30% !important;
		float: left;
		margin-right: 5px;
	}
	.sec-media .row-mobile .box-image
	{
		float: right;
	}
	.row-mobile .box-vertical
	{
		float: left;
		padding: 5px 0;
	}
	.row-docnhanh .row-mobile .col.post-item, .sec-thoisu .row-mobile .col.post-item
	{
		padding-bottom: 0;
	}
	.row-desktop
	{
		display: none;
	}
	iframe
	{
		height: 300px;
	}
	.custombanner
	{
		display: none;
	}

}