@media (min-width: 850px) {
	/* 	css header menu */
	div#wide-nav ul li.menu-item {
		margin: 0;
	}

	div#wide-nav ul li.menu-item a.nav-top-link {
		font-size: 18px;
        font-weight: 500;
		color: #9e4908;
		line-height: 15px;
		text-transform: math-auto;
	}

	div#wide-nav ul li.menu-item:not(:last-child) a.nav-top-link {
		border-right: 1px solid #9e4908;
		margin: 0;
		padding: 0 40px !important;
	}

	div#wide-nav ul li.menu-item:last-child a.nav-top-link {
		padding-left: 40px !important;
	}
	
	div#wide-nav ul li.menu-item.active a.nav-top-link {
		font-weight: 700;
	}
	
	/* 	css sidebar bai viet */
	.single-post .post-sidebar.large-4.col {
		padding-left: 10px;
	}
	
	/* css con duong moi - icon con duong */
	.title-icon-1 h2 {
		margin-left: -70px;
	}

	.title-icon-2 {
		margin-right: -70px;
	}

}
  
	
@media (max-width: 768px) {
	.mfp-bg.off-canvas-center:not(.dark) {
		background-color: #000000cf;
	}

	.off-canvas-center .nav-sidebar.nav-vertical>li>a {
		        font-size: 26px !important;
        font-family: 'Averta', sans-serif !important;
        text-transform: math-auto;
	}

	.off-canvas-center .mfp-content {
		padding-top: 0 !important;
	}

	.nav-slide-header .toggle {opacity: 1;}
}

@media (max-width: 548px) {
	.paddingMb0 {
		padding-bottom: 0 !important;
	}
	.mfp-bg.off-canvas.main-menu-overlay.mfp-ready {
		background-image: url(https://message.webmau16.com/wp-content/uploads/2025/04/Nen.webp);
		background-repeat: no-repeat;
		background-size: contain;
		opacity: 1;
		position: relative !important;
	}

	.mfp-bg.off-canvas.main-menu-overlay.mfp-ready:before {
		content: "";
		background: #7d3b06ad;
		width: 100%;
		height: 100%;
		display: block;
	}
	/* 	css web title */
	.web-title h2, .web-title-icon h2 {
		font-size: 22px;
	}

	.web-title-icon h2:before {
		display: block;
		text-align: center;
		margin: 8px auto;
		width: 36px;
		height: 36px;
	}

	.web-title-icon p {
		font-size: 16px;
	}
	
	.content-justify-mb p {
		text-align: justify !important;
	}
	
	
	/* 	css dich vu */
	.mtn-dv-mb {
		padding: 10px 0 0 25px;
		overflow: hidden;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		height: 120px;
	}
	
	.dichvu button.owl-prev svg, .dichvu button.owl-next svg {
		background-color: #9e490857 !important;
		box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
		padding: 5px !important;
		border-radius: 20px;
		border: 2px solid #9e490800 !important;
		width: 36px !important;
		height: 36px !important;
	}
	
	.dichvu .owl-nav button.owl-prev {
		left: 0;
	}

	.dichvu .owl-nav button.owl-next {
		right: 6px;
	}
	
	/* 	css khach hang review */
	.stack.tn-stack {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	/* 	css trang loi song */
	.tab-blog .nav {
		gap: 25px;
	}
}