/* =====Header====== */

.header-main .hide-for-medium .header-nav{
	text-align:center;
	justify-content:center;
	align-items:center;
	gap:10px;
	color: var(--second-color);
}
.header-main .hide-for-medium .header-nav:hover{
	color: var(--main-color);

}
.header-main .header-button-1 .button{
	color: var(--second-color);
	background:var(--main-color); 
}
.header-main .header-button-1 .button:hover{
	background:yellow; 
	box-shadow:unset !important;
}
.header-main .header-contact i{
	color:var(--main-color); 
}
.header-main .header-contact span{
	color:var(--second-color); 
}
.header-main .menu-item a{
	font-weight:100;
}

.Home-intro .top1{
	padding: 2px 25px 2px 15px;
	border-radius: 20px;
	color: #1a3925;
	background-color: #fef9c2;
	width: max-content;
	color: #a65f00;
	font-weight:bold;
	font-family:outfit;
}
.Home-intro h1{
	color: var(--second-color);
}
.Home-intro h5{
	margin-top:25px;
	font-weight:100;
}


/* ======Why-choices-us=========== */
.Home-wcu .icon{
	padding: 13px;
	background: #fefce8;
	border-radius: 15px;
}
.Home-wcu .icon img{
	filter: invert(51%) sepia(70%) saturate(2960%) hue-rotate(15deg) brightness(99%) contrast(101%);
}
.Home-wcu .col {
	display: flex;
	padding:10px;
}
.Home-wcu .col .col-inner{
	border: 1px solid #f5eeee;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	padding: 26px;
}
.Home-wcu .col .col-inner:hover{
	transform: translateY(-5px);
	transition: transform 0.3s ease;
}
.Home-wcu .col .col-inner:hover .icon{
	background:var(--main-color);
}
.Home-wcu .col .col-inner:hover .icon img{
	filter: brightness(0);
}
.Home-wcu .icon-box-text h4{
	color: var(--second-color);
}
.Home-wcu .icon-box-text p{
	padding-right:25px;
}
.Home-services .content{
	padding-left:30px;
}
.Home-services .row2 h2{
	color:var(--second-color);
}
.Home-services .row2 h3{
	display: flex;
	align-items: center;
	gap: 15px; 
	margin-bottom:0px;
	color: #000;
	font-size:22px;
}
.Home-services .row2 .desc{
	padding-left:25px;
	color: #312f2f;
}
.Home-services .row2 .content{
	padding-left:10px;
}
.Home-services .content .button{
	margin-top:30px;
	padding:8px 15px 8px 15px;;
	background:var(--second-color);
	font-size:14px;
}
.Home-services .list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
}

.Home-services .list-icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	flex-shrink: 0;
}

.Home-services .list-title {
	font-weight: 600;
	margin-bottom: 4px;
	color:#000;
}

.Home-services .list-desc {
	color: var(--second-color);
	font-size: 14px;
	line-height: 1.5;
}


/* =====Home-services====== */

.Home-services .box-image img{
	filter: brightness(75%);
}
.Home-services .box{
	border-radius:20px;
	overflow:hidden;
}

.Home-services .box-text-inner {
	transition: transform 0.4s ease;
	transform: translateY(35px); 
}

.Home-services .box .button{
	background:var(--main-color);
	color:var(--second-color);
	border-radius:10px;
	opacity:0;
	border:unset;
}
.Home-services .box:hover .box-image img {
	filter: brightness(60%);
}
.Home-services .box .text p{
	padding-right:50px;
}
.Home-services .box:hover .box-text-inner {
	transform: translateY(-10px);
}
.Home-services .row1{
	margin-bottom:50px;
}
.Home-services .box:hover .button {
	opacity: 1;
	visibility: visible;
}
.Home-services .box-shade {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%) !important;
}


/* 1. Nền tổng thể của toàn bộ Section */
.Home-cmt {
	background-color: var(--second-color) !important;
	padding-top: 50px !important;
	padding-bottom: 60px !important;
}
.Home-cmt .text h2 {
	color: #ffffff !important;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.Home-cmt .text p {
	color: rgba(255, 255, 255, 0.6) !important;
}
.Home-cmt .col {
	display: flex !important;
}
.Home-cmt .cmt{
	margin-top:20px;
}
.Home-cmt .cmt .col-inner {
	background-color: #1e293b80 !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 20px !important;
	padding: 30px !important;
	transition: all 0.3s ease;
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}

.Home-cmt .cmt .col-inner:hover {
	border-color: #ffce3d !important;
	background-color: #1e293b !important;
}

.Home-cmt .reviewer-stars {
	margin-bottom:10px;
	color: #ffce3d !important;
	font-size: 22px;
	display: block;
	flex-shrink: 0;
}
.Home-cmt .col-inner > p {
	flex-grow: 1 !important; 
	color: #ffffff !important;
	font-style: italic;
	text-align: justify;
	font-size: 15px;
	margin-bottom:5px !important;
	line-height: 1.6;
	display: block !important;
}

.Home-cmt .icon-box {
	flex-shrink: 0; 
	margin-top:20px;
	gap: 12px;
	display: flex;
	align-items: center;
}

/* Avatar tròn tuyệt đối */
.Home-cmt .icon-box-img {
	width: 50px !important;
	height: 50px !important;
	flex-shrink: 0;
}

.Home-cmt .icon-box-img .icon-inner {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50% !important;
	border: 1px solid rgba(255,255,255,0.2) !important;
	overflow: hidden !important; /* Cắt ảnh thừa */
	margin: 0 !important;
	padding: 0 !important;
}

.Home-cmt .icon-box-img img {
	padding-top:0px; 
	border-radius: 50% !important;
	filter: grayscale(20%);
}

.Home-cmt .icon-box-text h3 {
	font-size: 16px !important;
	color: #ffffff !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

.Home-cmt .icon-box-text p {
	font-size: 13px !important;
	color: #8899a6 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.Home-cmt .flickity-prev-next-button:hover {
	background-color: #ffce3d !important;
}

.Home-cmt .flickity-prev-next-button:hover svg {
	fill: #000 !important;
}

/* ==========Home News============ */
.Home-news h2{
	color: var(--second-color);
}
.Home-news .is-divider{
	display:none;
}
.Home-news .blog-post-inner{
	display:flex;
	flex-direction:column;
}
.Home-news .col-inner .box-text-bottom:hover .post-title{
	color:var(--main-color);
	cursor:pointer;
}
.Home-news .post-meta{
	order:1;
	color: #8c780c;
	font-size: 13px;
	padding-bottom:5px;
}
.Home-news .post-title{
	order:2;
	color: var(--second-color);
}
.Home-news .from_the_blog_excerpt {
	order:3;
	margin-top:10px;
}
.Home-news  .image-cover{
	border-radius: 15px;
	overflow: hidden;
}

/* ===========Contact============= */

.Home-contact .row{
	padding-top:25px;
	border-radius:20px;
	background:var(--main-color);
	width:max-content;
}
.Home-contact .col:nth-child(1){
	padding-bottom:10px !important;
}
.Home-contact h1{
	color: var(--second-color);
	font-size:45px;
}
.Home-contact h5{
	font-weight:100;
}
.Home-contact .col-inner.text-center {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}
.Home-contact .button {
	border-radius: 15px;
	padding: 10px 30px;
	height: auto;
	text-transform: none;
	font-weight: bold;
	font-size: 18px;
	border: none;
	box-shadow: none !important;
	transition: all 0.3s ease;
}
.Home-contact .bt1 {
	background-color: #0d1a14 ;
	color: #ffffff;
}
.Home-contact .bt1:hover {
	background-color: #1a2723;
	transform: translateY(-2px);
}
.Home-contact .bt2 {
	background-color: rgba(255, 255, 255, 0.2); 
	color: #0d1a14;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.Home-contact .bt2 i {
	margin-right: 8px;
	color: #0d1a14 !important;
}
.Home-contact .bt2:hover {
	background-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-2px);
}
.Home-contact h1 {
	color: var(--second-color);
	font-size: 43px !important;
	line-height: 1.2;
	margin-bottom: 15px;
}
.Home-contact h5 {
	font-weight: 400;
	color: #333;
	opacity: 0.8;
}



/* ====== Footer ======== */
/* --- 1. TỔNG THỂ FOOTER --- */
.Footer-page {
	background-color: #0a140f !important; /* Màu xanh đen đậm cực sang */
	color: #cbd5e1 !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* --- 2. TIÊU ĐỀ CÁC CỘT (Dịch vụ, Liên hệ, Bản đồ) --- */
.Footer-page h5 {
	color: #ffffff !important;
	text-transform: none !important;
	font-size: 20px !important;
	font-weight: bold !important;
	border-left: 4px solid #ffcc00; /* Vạch vàng bên trái */
	padding-left: 15px !important;
	margin-bottom: 25px !important;
}

/* --- 3. MENU DỊCH VỤ (Hiệu ứng khi hover hiện mũi tên) --- */
.Footer-page .ux-menu-link {
	padding: 8px 0 !important;
}

.Footer-page .ux-menu-link a {
	color: #cbd5e1 !important;
	transition: all 0.3s ease;
	position: relative;
	padding-left: 0;
}

/* Tạo hiệu ứng nhảy chữ và hiện dấu > khi hover */
.Footer-page .ux-menu-link a:hover {
	color: #ffcc00 !important;
	padding-left: 15px; /* Đẩy chữ sang phải */
}

.Footer-page .ux-menu-link a::before {
	content: ">";
	position: absolute;
	left: 0;
	opacity: 0;
	color: #ffcc00;
	transition: all 0.3s ease;
}

.Footer-page .ux-menu-link a:hover::before {
	opacity: 1;
}
.Footer-page .icon-box {
	margin-bottom: 15px;
	align-items: center;
}

.Footer-page .icon-box-img {
	width: 30px !important;
	margin-right: 15px;
}

.Footer-page .icon-box-text p {
	margin: 0;
	color: #ffffffb3 ;
	font-size: 14px;
}
.Footer-page .social-icons{
	display: flex;
	gap: 10px;
}
.Footer-page .img-inner img {
	max-width: 220px !important;
	margin-bottom: 20px;
}

.Footer-page .text p {
	line-height: 1.8;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
	.Home-contact{
		padding-top:0px !important;
	}
	.Home-intro h1{
		font-size: 30px !important;
	}
	.Home-intro h1 br{
		display:none;
	}
	.Home-wcu .col .col-inner{
		border: 1px solid #f5eeee;
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
		border-radius: 20px;
		padding: 10px;
	}
	.Home-wcu .icon-box-text p{
		padding-right:5px;
	}
	.Home-services .row1{
		margin-bottom:30px;
	}
	.Home-services .row2 h2{
		font-size: 24px !important;
	}
	.Home-cmt{
		padding-top: 20px !important;
		padding-bottom: 25px !important;
	}
	.Home-cmt .text{
		text-align:center !important;
	}
	.Home-cmt .flickity-page-dots{
		display:none;
	}
	.Home-news h2{
		font-size: 30px !important;
	}
	.Home-news p br{
		display:none;
	}
	.Home-news .post-item.is-selected .col-inner{
		box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	}
	.Home-news .post-item.is-selected{
		padding: 5px 25px;
	}
	.Home-news .col {
		padding-bottom:10px;
	}
	.Home-news .box-text{
		padding:10px 15px;
	}
	.Home-news .post-title {
		display: -webkit-box;
		-webkit-line-clamp: 2;      /* tối đa 2 dòng */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.Home-news .image-cover{
		border-radius:0px;
	}
	.Home-contact .row{
		width: 100%;
	}
	.Home-contact .text h1{
		font-size:24px !important;
	}
	.Home-contact .col{
		padding-bottom:5px;
	}
	.Home-contact .button{
		padding:9px;
		
	}
	.Home-contact .button{
		font-size:13px !important;
	}
	.Home-contact .text h1 br,
	.Home-contact .text h5 br
	{ 
		display:none;
	}
} 