/*
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.   ***************/
.title_home{
	letter-spacing:3px;
	color:rgb(11, 73, 72);
	font-size:35px;
	margin-bottom:30px;
}
.tong-quan ul li{
	list-style:none;
	margin-left:5px;
	border-bottom:1px dotted #ddd;
	padding-bottom:8px;
}
.tong-quan ul li i{
	color:#005029;
	font-size:13px;
	margin-right:8px;
}
.chinh-sach li{
	list-style:none;
}
.chinh-sach li i{
	color:yellow;
	font-size:13px;
	margin-right:10px;
}
.wpcf7-spinner{
	display:none;
}
.absolute-footer{
	display:none;
}
.san-pham .box-text{
	height:25vh;
}
.san-pham .box-text h3{
	margin-bottom:15px;
}
.hinh-anh .gallery-item img{
	height:180px;
}
.home-giatri h3{
	margin-top:10px;
	margin-bottom:15px;
}

.lien-he .col-inner{
	padding:30px !important;
}
.sb-baiviet .post-item{
	padding-bottom:0px !important;
}
.sb-baiviet .post-item .box-text{
	padding-right:0px;
	text-align:justify;
}
.sb-baiviet .is-divider{
	display:none;
}
.article-inner h2{
	color: #754c29;
    font-size: 22px;
    border-bottom: 1px solid #754c29;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.article-inner .entry-title{
	color: #754c29;
    font-size: 25px;
}
.article-inner p{
	text-align:justify;
}
.section-title-container {
	margin-bottom: 0em !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.san-pham .box-text{
		height:auto !important;
}
}