.section-content {   
	color: #2d3436;
}

h1.pro-title {
	font-size: 36px !important;

	color: #1a1a1a;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
	letter-spacing: -1px;
}
p.pro-intro {
	font-size: 18px;
	line-height: 1.8;
	color: var(--second-color);
	text-align: justify;
}

h2.pro-heading {
	font-size: 20px !important;
	color: #d08700;
	background: #fffcf0;
	padding: 12px 20px;
	border-left: 6px solid #d08700;
	margin-top: 50px;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3.pro-sub-title, h3.pro-service-name {
	font-size: 19px !important;
	color: #2d3436;
	margin-top: 30px;
	margin-bottom: 10px;
}

p.pro-body-text, p.pro-description {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #4a4a4a;
}

p.pro-step {
	background: #fafafa;
	padding: 15px 20px;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 12px;
	transition: all 0.3s ease;
}
p.pro-step:hover {
	border-color: #d08700;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
p.pro-step strong {
	color: #d08700;
	margin-right: 10px;
}

/* Phần cuối bài */
p.pro-footer {
	text-align: center;
	margin-top: 60px;
	padding: 40px;
	background: #1a1a1a;
	color: #fff;
	border-radius: 12px;
	line-height: 2;
}
p.pro-footer strong {
	font-size: 22px;
	color: #d08700;
}

.services-contact{
	background:var(--main-color);
}
.services-contact h1{
	color:var(--second-color);
}
.services-contact a{
	margin-top:15px;
	background: #009e35;
	padding: 5px 25px;
}

.News{
	background:#f8fafc;
}
.News h1{
	font-size:30px;
	color:#000;
	margin-bottom:25px;
}
.News .blog-post-inner{
	display:flex;
	flex-direction:column;
	align-items: flex-start;
	justify-content: left;
	text-align: left;
}
.News .is-divider{
	display:none;
}
.News .box.box-normal{
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	color: #000;
	overflow: hidden;
}
.News .box.box-normal:hover img{
	transform: scale(1.1);
}
.News .box.box-normal:hover .post-title{
	color: var(--main-color);
}
.News .post-meta{
	margin:0px;
	order:1;
}
.News .post-title{
	order:2;
	color: #000;
	font-size: 20px;
}
.News .post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.News .from_the_blog_excerpt {
	order:3;
}
.News .ux-relay__button{
	background: var(--main-color);
	padding: 5px 40px;
	border-radius: 15px;
	font-weight: bold;
}


.lh-title{
	background:var(--second-color);
}
.lh-title p{
	color: #ffff;
}
/* Tổng thể section */
.lh-info .col-inner h3:first-child {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #111;
}

.lh-info .col-inner p:nth-child(2) {
	color: #666;
	font-size: 15px;
	margin-bottom: 30px;
}

/* Khung nền xám bo góc cho mỗi mục liên hệ */
.lh-info .icon-box.featured-box {
	background-color: #f8f9fa !important; /* Màu nền xám nhạt */
	border-radius: 20px !important; /* Bo góc lớn 20px */
	padding: 20px 25px !important;
	margin-bottom: 15px !important;
	border: none !important;
	box-shadow: none !important;
	display: flex;
	align-items: center;
}

/* Khung trắng chứa Icon */
.lh-info .icon-inner {
	background-color: #ffffff !important;
	border: none !important;
	border-radius: 15px !important; /* Bo góc icon */
	box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
	width: 60px !important;
	height: 60px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.lh-info .icon-inner img {
	width: 28px !important;
	height: auto;
}

.lh-info .icon-box-text {
	padding-left: 15px !important;
	padding-top: 0 !important;
}

.lh-info .icon-box-text h3 {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #9ea5ad !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-bottom: 2px !important;
}

.lh-info .icon-box-text p {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #111 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
}

.lh-info .icon-box.featured-box:hover {
	background-color: #f1f3f5 !important;
	transform: translateY(-2px);
	transition: all 0.3s;
}

.Services-page .blog-post-inner{
	text-align:left;
}
.Services-page .post-title{
	font-size:22px !important;
}
.Services-page .post-date{
	display:none;
}
.Services-page .box-overlay:hover .blog-post-inner .button {
	opacity:1;
	transform: translateY(-5px);
	transition: transform 0.4s ease;
}
.Services-page .box-overlay:hover .blog-post-inner {
	opacity:1;
	transform: translateY(-20px);
	transition: transform 0.4s ease;
}
.Services-page .blog-post-inner{
	transition: transform 0.4s ease;
	transform: translateY(20px);
}
.Services-page .from_the_blog_excerpt {
	margin:8px 0px;
	padding-right:20px;
}
.Services-page .is-divider{
	display:none;
}
.Services-page .box-image{
	border-radius:15px;
	overflow:hidden;
}
.Services-page .blog-post-inner .button {
	background: var(--main-color);
	color: var(--second-color);
	border-radius: 10px;
	transition: transform 0.4s ease;
	transform: translateY(2px);
	border: unset;
	opacity:0;
	padding: 2px 30px;
}

.comments-area {
	display: none;
}
.blog-wrapper.blog-single,
.blog-wrapper.blog-single .entry-title
{
	color: #000 !important;
}
.blog-wrapper.blog-single .entry-title{
	font-size: 30px !important;
	margin-bottom: 0px !important;
}
.blog-wrapper.blog-single h3{
	font-size:25px !important;

}
.entry-header-text{
	padding:0px !important;
}
.blog-wrapper.blog-single .ng-star-inserted{
	color: #000;
}
.blog-wrapper.blog-single p{
	font-size:17px !important;
}
.blog-wrapper.blog-single .entry-divider{
/* 	display:none; */
}
.logo{
	display:flex;
	justify-content:center;
}
.header-main .sub-menu.nav-dropdown{
	border: 1px solid var(--second-color);
	color: var(--second-color);
}
.header-main .sub-menu.nav-dropdown li{
	border-bottom:0px;
}
.header-main .sub-menu.nav-dropdown li:hover a{
	color:var(--main-color);
}
.header-contact-wrapper .header-contact a{
	font-size: 18px;
}
.Home-intro,
.Home-intro .col,
.Home-news .col:nth-child(2)
{
	padding-bottom:0px !important;
}
@media (max-width: 768px) {
	h1.pro-title { font-size: 26px !important; }
	h2.pro-heading { font-size: 18px !important; padding: 10px 15px; }
	.section-content { padding: 0 15px; }
	.post-sidebar{
		display:none;
	}
	.gioithieu{
		padding:0px !important;
		text-align:justify;
	}
	.gioithieu h1.pro-title{
		font-size:21px;
	}
	.gioithieu .col{
		padding:8px;
	}
	.gioithieu p.pro-footer{
		padding:11px;
	}
	.gioithieu h2.pro-heading{
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.services-contact h1{
		font-size: 24px !important;
	}
	.services-contact .col ,
	.lh-title .col{
		padding-bottom:10px !important;
	}
	.lh-title h1{
		font-size:30px !important;
	}
	.lh-info .icon-box-text p{
		font-size:15px !important;
	}
	.lh-info .col{
		padding: 0px !important;
	}
	.lh-info .section-content{

	}
	.lh-info .icon-box.featured-box{
		padding: 15px 10px !important;
	}
} 