/*
Theme Name: Máy lọc khí
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.mr-0,
.mb0,
.mb0 h2,
.mb0 h4,
.mb0 p {
	margin-bottom: 0;
}

.cust-lh .col-inner {
	display: flex;
	justify-content: center;
	gap: 40px;

}

.cust-lh .icon-box {
	border-radius: 5px;
	background: #fff;
	padding: 7px 13px;
}

.cust-lh .icon-box h4 {
	font-weight: 600 !important;
	transition: all .3s linear;
}

.cust-lh .icon-box:hover h4 {
	color: #E74133 !important;
}

.single-post .entry-meta {
	display: none;
}

.single-post .is-divider{
	display:none;
}

.single-post .entry-content{
	padding-top: 0;
}

@media screen and (max-width: 549px) {
	.cust-lh .plain {
		margin: 0 auto;
		display: table;
	}

	.cust-lh .col-inner {
		flex-direction: column;
		gap: 15px;
	}
}

@media only screen and (max-width: 768px) {

	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.section danh-muc-section .section-title-main {
		font-size: 12px;
	}

	.section danh-muc-section .section-title a {
		display: block !important
	}
}