/* Section Home Introduce */
	.section-home-introduce {
	}

	.section-home-introduce .introduce-container {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
			url('web/imgs/temp/background_home.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 800px;
		display: flex;
		align-items: center;
		margin-top: calc(-1 * var(--header-height));


	}
	.section-home-introduce .introduce-content {
		margin-bottom: 60px;
		color: #fff;
		line-height: 1.2;
		text-transform: uppercase;

	}

	.section-home-introduce .introduce-title {
		font-size: 60px;
		font-weight: 600;
		margin-bottom: 30px;
	}

	.section-home-introduce .introduce-text {
		font-size: 40px;
		font-weight: 400;
		margin-bottom: 50px;

	}

	.section-home-introduce .introduce-title span {
		font-weight: 300;
	}

	.section-home-introduce .btn-discover {
		background-color: #cd993d;
		color: #fff;
		padding: 12px 30px;
		text-decoration: none;
		font-weight: 600;
		border-radius: 4px;
		transition: 0.3s;
	}

	.section-home-introduce .btn-discover:hover {
		background-color: var(--primary-color-main);
	}

	.section-home-introduce .introduce-stats {
		display: inline-flex;
		z-index: 2;
		height: 200px;
		margin-top: 250px;
	}

	.section-home-introduce .stat-item {
		padding: 30px 35px;
		text-align: center;
		color: #fff;
		min-width: 150px;
	}

	.section-home-introduce .bg-navy {
		background-color: #1c2c52;
	}

	.section-home-introduce .bg-gold {
		background-color: #cd993d;
	}

	.section-home-introduce .stat-item .number {
		display: block;
		font-size: 60px;
		font-weight: 700;
		line-height: 1;
	}

	.section-home-introduce .introduce-info {
		margin-top: -250px;
		margin-bottom: 50px;
		display: flex;
		justify-content: center;
	}

	.section-home-introduce .stat-item .desc {
		margin-top: 10px;
		font-size: 18px;
		opacity: 0.9;
		margin-bottom: 0;
	}

	.section-home-introduce .introduce-right {
		display: inline-flex;
		width: 481px;
		height: 500px;
		z-index: 2;
	}

	.section-home-introduce .info-card {
		text-align: left;
		border-top: 8px solid #cd993d;
		background-color: #fff;
		padding: 50px 40px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.section-home-introduce .card-title {
		color: #1c2c52;
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 40px;
		padding-left: 15px;
	}

	.section-home-introduce .card-item {
		margin-bottom: 30px;
	}

	.section-home-introduce .card-item:last-child {
		margin-bottom: 0;
	}

	.section-home-introduce .item-icon {
		width: 45px;
		height: 45px;
		margin-right: 20px;
		flex-shrink: 0;
	}

	.section-home-introduce .item-text h3 {
		font-size: 18px;
		font-weight: 700;
		color: #1c2c52;
		margin-bottom: 5px;
	}

	.section-home-introduce .item-text p {
		font-size: 14px;
		color: #666;
		margin: 0;
	}

	.section-home-introduce .introduce-summary .summary-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		align-items: center;
	}

	.section-home-introduce .introduce-summary .summary-images {
		position: relative;
		height: 450px;
		width: 100%;
		max-width: 500px;
	}

	.section-home-introduce .introduce-summary .image-card {
		position: absolute;
		border-radius: 8px;
		overflow: hidden;
		transition: transform 0.3s ease;
		background: #fff;
		padding: 12px;
		box-shadow: 0px 2px 25px 0px #00215B33;
	}

	.section-home-introduce .introduce-summary .image-card::before {
		content: '';
		position: absolute;
		top: 12px;
		left: 12px;
		right: 12px;
		bottom: 12px;
		background-color: #00215B33;
		z-index: 2;
		pointer-events: none;
		border-radius: 4px;
		transition: background-color 0.3s ease;
	}

	.section-home-introduce .introduce-summary .image-card::after {
		content: '';
		position: absolute;
		top: 12px;
		left: 12px;
		right: 12px;
		bottom: 12px;
		border: 2px solid rgba(255, 255, 255, 0.3);
		pointer-events: none;
		z-index: 3;
		border-radius: 4px;
	}

	.section-home-introduce .introduce-summary .image-card:hover {
		transform: translateY(-8px) scale(1.02);
		z-index: 5;
	}

	.section-home-introduce .introduce-summary .image-card:hover::before {
		background-color: #00215B1A;
	}

	.section-home-introduce .introduce-summary .image-card-1 {
		top: 0;
		left: 0;
		width: 380px;
		height: 310px;
		z-index: 2;
	}

	.section-home-introduce .introduce-summary .image-card-2 {
		bottom: 0;
		right: 0;
		width: 300px;
		height: 370px;
		z-index: 3;
	}

	.section-home-introduce .introduce-summary .image-card img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		border-radius: 4px;
		position: relative;
		z-index: 1;
	}

	.section-home-introduce .introduce-summary .summary-content {
		padding: 20px 0;
	}

	.section-home-introduce .introduce-summary .content-header {
		color: rgba(205, 153, 61, 1);
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1.5px;
		margin-bottom: 12px;
		text-transform: uppercase;
	}

	.section-home-introduce .introduce-summary .content-title {
		font-size: 40px;
		font-weight: 600;
		color: #16254C;
		margin: 0 0 25px 0;
		line-height: 1.2;
		letter-spacing: -0.5px;
	}

	.section-home-introduce .introduce-summary .content-subtitle {
		font-size: 16px;
		font-weight: 600;
		color: #00215B;
		margin-bottom: 25px;
		line-height: 1.7;
		text-transform: uppercase;
		letter-spacing: 0.3px;
	}

	.section-home-introduce .introduce-summary .content-description {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 20px;
		color: #000;
		font-weight: 400;

	}

	.section-home-introduce .introduce-summary .btn-learn-more {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		background-color: rgba(205, 153, 61, 1);
		color: #fff;
		padding: 16px 35px;
		text-decoration: none;
		font-weight: 600;
		font-size: 14px;
		border-radius: 4px;
		margin-top: 20px;
		transition: all 0.3s ease;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		border: 2px solid rgba(205, 153, 61, 1);
	}

	.section-home-introduce .introduce-summary .btn-learn-more:hover {
		background-color: var(--primary-color-main);
		transform: translateX(5px);
		border: 2px solid var(--primary-color-main);

	}

	.section-home-introduce .introduce-summary .btn-learn-more i {
		font-size: 16px;
		transition: transform 0.3s ease;
	}

	.section-home-introduce .introduce-summary .btn-learn-more:hover i {
		transform: translateX(5px);
	}

	/* Responsive Design */
		@media (max-width: 991px) {
			.section-home-introduce .introduce-right {
				display: block;
				transform: none;
			}

			.section-home-introduce .introduce-container {
				min-height: 500px;
				padding-top: 100px;
				padding-bottom: 60px;
			}

			.section-home-introduce .introduce-title {
				font-size: 42px;
			}

			.section-home-introduce .introduce-text {
				font-size: 28px;
			}

			.section-home-introduce .introduce-info {
				transform: none;
				margin-top: 0px;
				flex-wrap: wrap;
			}

			.section-home-introduce .introduce-stats {
				margin-bottom: 30px;
				margin-top: 0px;
			}

			.section-home-introduce .info-card {
				padding: 40px 35px;
			}

		}
		@media (max-width: 767px) {
			.section-home-introduce .introduce-title {
				font-size: 32px;
			}

			.section-home-introduce .introduce-text {
				font-size: 22px;
				margin-bottom: 30px;
			}

			.section-home-introduce .stat-item {
				padding: 30px 35px;
			}

			.section-home-introduce .stat-item .number {
				font-size: 56px;
			}

			.section-home-introduce .card-title {
				font-size: 26px;
				margin-bottom: 35px;
			}

			.section-home-introduce .info-card {
				padding: 35px 25px;
			}
		}
		@media (max-width: 1199px) {
			.section-home-introduce .introduce-summary .summary-wrapper {
				gap: 20px;
			}

			.section-home-introduce .introduce-summary .content-title {
				font-size: 42px;
			}

			.section-home-introduce .introduce-summary .image-card-1 {
				width: 340px;
				height: 280px;
			}

			.section-home-introduce .introduce-summary .image-card-2 {
				width: 270px;
				height: 330px;
			}

			.section-home-introduce .introduce-summary .summary-images {
				height: 420px;
				max-width: 450px;
			}
		}

		@media (max-width: 991px) {
			.section-home-introduce .introduce-summary {}

			.section-home-introduce .introduce-summary .summary-wrapper {
				grid-template-columns: 1fr;
				gap: 20px;
			}

			.section-home-introduce .introduce-summary .summary-images {
				height: 400px;
				order: 2;
				margin: 0 auto;
				max-width: 500px;
			}

			.section-home-introduce .introduce-summary .image-card-1 {
				width: 380px;
				height: 310px;
			}

			.section-home-introduce .introduce-summary .image-card-2 {
				width: 300px;
				height: 370px;
			}

			.section-home-introduce .introduce-summary .summary-content {
				order: 1;
			}

			.section-home-introduce .introduce-summary .content-title {
				font-size: 38px;
			}
		}

		@media (max-width: 767px) {
			.section-home-introduce .introduce-summary {}

			.section-home-introduce .introduce-summary .summary-images {
				height: 380px;
				max-width: 420px;
			}

			.section-home-introduce .introduce-summary .image-card-1 {
				width: 320px;
				height: 260px;
			}

			.section-home-introduce .introduce-summary .image-card-2 {
				width: 250px;
				height: 310px;
			}

			.section-home-introduce .introduce-summary .content-title {
				font-size: 32px;
			}

			.section-home-introduce .introduce-summary .content-subtitle {
				font-size: 14px;
			}

			.section-home-introduce .introduce-summary .content-description {
				font-size: 14px;
			}
		}

		@media (max-width: 575px) {
			.section-home-introduce .introduce-summary .summary-images {
				height: 360px;
				max-width: 350px;
			}

			.section-home-introduce .introduce-summary .image-card-1 {
				width: 240px;
				height: 200px;
			}

			.section-home-introduce .introduce-summary .image-card-2 {
				width: 190px;
				height: 240px;
				right: 0;

			}

			.section-home-introduce .introduce-summary .content-title {
				font-size: 28px;
			}

			.section-home-introduce .introduce-summary .content-header {
				font-size: 13px;
			}

			.section-home-introduce .introduce-summary .btn-learn-more {
				width: 100%;
				justify-content: center;
				padding: 14px 25px;
				font-size: 13px;
			}
		}

		@media (max-width: 374px) {
			.section-home-introduce .introduce-summary .content-title {
				font-size: 24px;
			}

			.section-home-introduce .introduce-summary .summary-images {
				height: 320px;
				max-width: 300px;
			}

			.section-home-introduce .introduce-summary .image-card-1 {
				width: 240px;
				height: 200px;
			}

			.section-home-introduce .introduce-summary .image-card-2 {
				width: 190px;
				height: 240px;
			}

		}
	/*End Responsive Design */

/*  End Section Home Introduce */

/* Section Home Service */
	.section-home-service {
		padding: 0;
		margin: 60px 0;
		background-color: #f8f9fa;
	}

	.section-home-service .service-wrapper {
		display: flex;
		gap: 0;
	}

	.section-home-service .service-main-image {
		flex: 0 0 40%;
		max-width: 40%;
		position: relative;
		overflow: hidden;
	}

	.section-home-service .service-main-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.section-home-service .service-row {
		flex: 0 0 60%;
		max-width: 60%;
		display: flex;
		flex-wrap: nowrap;
	}

	.section-home-service .service-item {
		flex: 1;
		position: relative;
		overflow: hidden;
		min-height: 500px;
	}

	.section-home-service .service-item  {
		background-color: var(--primary-color-main);
	}                         

	.section-home-service .service-item:hover  {
		background-color: var(--secondary-color-main);
	}         

	.section-home-service .service-item:hover .service-button  {
		background-color: var(--primary-color-main);
	} 
	.section-home-service .service-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.3;
	}

	.section-home-service .service-content {
		position: relative;
		z-index: 2;
		padding: 40px 30px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		color: #ffffff;
	}

	.section-home-service .service-title {
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.section-home-service .service-subtitle {
		font-size: 16px;
		margin-bottom: 25px;
		opacity: 0.9;
	}

	.section-home-service .service-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.section-home-service .service-list li a {
		color: #ffffff;
		text-decoration: none;
		transition: all 0.3s ease;
	}

	.section-home-service .service-list li a:hover {
		color: var(--primary-color-main);
		text-decoration: underline;
		
	}

	.section-home-service .service-list li {
		margin-bottom: 12px;
		padding-left: 20px;
		position: relative;
		font-size: 14px;
		line-height: 1.5;
	}

	.section-home-service .service-list li:before {
		content: "•";
		position: absolute;
		left: 0;
		color: #ffffff;
		font-size: 18px;
	}

	.section-home-service .service-button {
		width: 48px;
		height: 48px;
		background-color: var(--secondary-color-main);
		border: none;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s ease;
		align-self: flex-start;
	}


	.section-home-service .service-item .service-button {
		background-color: var(--secondary-color-main);
	}

	.section-home-service .service-item .service-button:hover {
		background-color: var(--primary-color-main);
	}

	.section-home-service .service-button:hover {
		opacity: 0.9;
		transform: translateX(5px);
	}

	.section-home-service .service-button svg {
		width: 24px;
		height: 24px;
		fill: #ffffff;
	}

	@media (max-width: 1200px) {
		.section-home-service .service-title {
			font-size: 24px;
		}

		.section-home-service .service-subtitle {
			font-size: 14px;
		}

		.section-home-service .service-list li {
			font-size: 13px;
			margin-bottom: 10px;
		}

		.section-home-service .service-content {
			padding: 30px 20px;
		}
	}

	@media (max-width: 1200px) and (min-width: 501px) {
		.section-home-service .service-main-image {
			display: none;
		}

		.section-home-service .container-fluid {
			max-width: 1140px;
			padding-left: 15px;
			padding-right: 15px;
		}

		.section-home-service .service-row {
			flex: 0 0 100%;
			max-width: 100%;
		}

		.section-home-service .service-title {
			font-size: 24px;
		}

		.section-home-service .service-subtitle {
			font-size: 14px;
		}

		.section-home-service .service-list li {
			font-size: 13px;
			margin-bottom: 10px;
		}

		.section-home-service .service-content {
			padding: 30px 20px;
		}
	}

	@media (max-width: 800px) {
		.section-home-service .service-wrapper {
			flex-direction: column;
		}

		.section-home-service .service-main-image {
			display: none;
		}

		.section-home-service .container-fluid {
			max-width: 1140px;
			padding-left: 15px;
			padding-right: 15px;
		}

		.section-home-service .service-row {
			flex: 0 0 100%;
			max-width: 100%;
			flex-wrap: wrap;
		}

		.section-home-service .service-item {
			flex: 0 0 100%;
			max-width: 100%;
			min-height: 350px;
		}

		.section-home-service .service-title {
			font-size: 28px;
		}

		.section-home-service .service-subtitle {
			font-size: 16px;
		}

		.section-home-service .service-list li {
			font-size: 14px;
		}
	}

	@media (max-width: 576px) {
		.section-home-service {
			padding: 40px 0;
		}

		.section-home-service .service-content {
			padding: 30px 20px;
		}

		.section-home-service .service-title {
			font-size: 24px;
		}

		.section-home-service .service-subtitle {
			font-size: 14px;
		}

		.section-home-service .service-list li {
			font-size: 14px;
			margin-bottom: 12px;
		}
	}
/* End Section Home Service */

/* Section Home Project */

	.section-home-project {
		padding: 80px 0;
		background-color: #ffffff;
	}

	.section-home-project .project-header {
		text-align: center;
		margin-bottom: 60px;
	}

	.section-home-project .project-subtitle {
		font-size: 16px;
		color: var(--secondary-color-main);
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.section-home-project .project-title {
		font-size: 42px;
		color: var(--primary-color-main);
		font-weight: 700;
		text-transform: uppercase;
		margin: 0;
	}

	.section-home-project .project-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 20px;
		height: 700px;
	}

	.section-home-project .project-item {
		position: relative;
		overflow: hidden;
		border-radius: 8px;
		display: block;
		text-decoration: none;
		transition: transform 0.3s ease;
	}

	.section-home-project .project-item:hover {
		transform: translateY(-5px);
	}

	.section-home-project .project-item:first-child {
		grid-row: 1 / 3;
	}

	.section-home-project .project-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		transition: transform 0.3s ease;
	}

	.section-home-project .project-item:hover img {
		transform: scale(1.05);
	}

	.section-home-project .project-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 20px 25px;
		margin: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		opacity: 0;
		transform: translateY(100%);
		transition: all 0.3s ease;
	}

	.section-home-project .project-item:hover .project-overlay {
		opacity: 1;
		transform: translateY(0);
	}

	.section-home-project .project-name {
		color: var(--primary-color-main);
		font-size: 18px;
		font-weight: 600;
		margin: 0;
		line-height: 1.4;
		max-width: calc(100% - 60px);
	}

	.section-home-project .project-button {
		width: 48px;
		height: 48px;
		background-color: var(--secondary-color-main);
		border: none;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s ease;
		flex-shrink: 0;
	}

	.section-home-project .project-button:hover {
		opacity: 0.9;
		transform: translateX(5px);
		background-color: var(--primary-color-main);
	}

	.section-home-project .project-button svg {
		width: 24px;
		height: 24px;
		fill: #ffffff;
	}

	@media (max-width: 992px) {
		.section-home-project {
			padding: 60px 0;
		}

		.section-home-project .project-title {
			font-size: 36px;
		}

		.section-home-project .project-grid {
			grid-template-columns: 1fr 1fr;
			height: auto;
			gap: 15px;
		}

		.section-home-project .project-item {
			min-height: 250px;
		}

		.section-home-project .project-item:first-child {
			grid-row: auto;
			grid-column: 1 / 3;
			min-height: 350px;
		}
	}

	@media (max-width: 576px) {
		.section-home-project {
			padding: 40px 0;
		}

		.section-home-project .project-header {
			margin-bottom: 40px;
		}

		.section-home-project .project-subtitle {
			font-size: 14px;
		}

		.section-home-project .project-title {
			font-size: 28px;
		}

		.section-home-project .project-grid {
			grid-template-columns: 1fr;
			gap: 15px;
		}

		.section-home-project .project-item {
			min-height: 250px;
		}

		.section-home-project .project-item:first-child {
			grid-column: auto;
			min-height: 300px;
		}

		.section-home-project .project-overlay {
			padding: 20px 15px;
		}

		.section-home-project .project-name {
			font-size: 16px;
		}

		.section-home-project .project-button {
			width: 40px;
			height: 40px;
		}

		.section-home-project .project-button svg {
			width: 20px;
			height: 20px;
		}
	}

	/* Section project */

	.section-home-project {
		padding: 80px 0;
		background-color: #ffffff;
	}

	.section-home-project .project-header {
		text-align: center;
		margin-bottom: 60px;
	}

	.section-home-project .project-subtitle {
		font-size: 16px;
		color: var(--secondary-color-main);
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.section-home-project .project-title {
		font-size: 42px;
		color: var(--primary-color-main);
		font-weight: 700;
		text-transform: uppercase;
		margin: 0;
	}

	.section-home-project .project-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 20px;
		height: 700px;
	}

	.section-home-project .project-item {
		position: relative;
		overflow: hidden;
		border-radius: 8px;
		display: block;
		text-decoration: none;
		transition: transform 0.3s ease;
	}

	.section-home-project .project-item:hover {
		transform: translateY(-5px);
	}

	.section-home-project .project-item:first-child {
		grid-row: 1 / 3;
	}

	.section-home-project .project-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		transition: transform 0.3s ease;
	}

	.section-home-project .project-item:hover img {
		transform: scale(1.05);
	}

	.section-home-project .project-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 20px 25px;
		margin: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		opacity: 0;
		transform: translateY(100%);
		transition: all 0.3s ease;
	}

	.section-home-project .project-item:hover .project-overlay {
		opacity: 1;
		transform: translateY(0);
	}

	.section-home-project .project-name {
		color: var(--primary-color-main);
		font-size: 18px;
		font-weight: 600;
		margin: 0;
		line-height: 1.4;
		max-width: calc(100% - 60px);
	}

	.section-home-project .project-button {
		width: 48px;
		height: 48px;
		background-color: var(--secondary-color-main);
		border: none;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s ease;
		flex-shrink: 0;
	}

	.section-home-project .project-button:hover {
		opacity: 0.9;
		transform: translateX(5px);
	}

	.section-home-project .project-button svg {
		width: 24px;
		height: 24px;
		fill: #ffffff;
	}

	@media (max-width: 992px) {
		.section-home-project {
			padding: 60px 0;
		}

		.section-home-project .project-title {
			font-size: 36px;
		}

		.section-home-project .project-grid {
			grid-template-columns: 1fr 1fr;
			height: auto;
			gap: 15px;
		}

		.section-home-project .project-item {
			min-height: 250px;
		}

		.section-home-project .project-item:first-child {
			grid-row: auto;
			grid-column: 1 / 3;
			min-height: 350px;
		}
	}

	@media (max-width: 576px) {
		.section-home-project {
			padding: 40px 0;
		}

		.section-home-project .project-header {
			margin-bottom: 40px;
		}

		.section-home-project .project-subtitle {
			font-size: 14px;
		}

		.section-home-project .project-title {
			font-size: 28px;
		}

		.section-home-project .project-grid {
			grid-template-columns: 1fr;
			gap: 15px;
		}

		.section-home-project .project-item {
			min-height: 250px;
		}

		.section-home-project .project-item:first-child {
			grid-column: auto;
			min-height: 300px;
		}

		.section-home-project .project-overlay {
			padding: 20px 15px;
		}

		.section-home-project .project-name {
			font-size: 16px;
		}

		.section-home-project .project-button {
			width: 40px;
			height: 40px;
		}

		.section-home-project .project-button svg {
			width: 20px;
			height: 20px;
		}
	}
/* End Section Home Project */

/* Section Home Category */
	.section-home-category {
		padding: 80px 0;
		background-color: #f8f9fa;
	}

	.section-home-category .category-header {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 60px;
		gap: 40px;
	}

	.section-home-category .category-header-left {
		flex: 0 0 auto;

	}

	.section-home-category .category-subtitle {
		font-size: 16px;
		color: var(--secondary-color-main);
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.section-home-category .category-title {
		font-size: 42px;
		color: var(--primary-color-main);
		font-weight: 700;
		text-transform: uppercase;
		margin: 0;
	}

	.section-home-category .category-header-right {
		flex: 1;
		max-width: 500px;
	}

	.section-home-category .category-description {
		font-size: 15px;
		color: #666666;
		line-height: 1.8;
		margin: 0;
	}

	.section-home-category .category-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.section-home-category .category-item {
		background-color: #ffffff;
		border-radius: 8px;
		overflow: hidden;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		display: block;
		text-decoration: none;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.section-home-category .category-item:hover {
		transform: translateY(-5px);

	}

	.section-home-category .category-image {
		width: 100%;
		height: 400px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.section-home-category .category-image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		padding: 30px;
		transition: transform 0.3s ease;
	}

	.section-home-category .category-item:hover .category-image img {
		transform: scale(1.05);
	}

	.section-home-category .category-content {
		padding: 25px;
	}

	.section-home-category .category-name {
		font-size: 20px;
		color: var(--primary-color-main);
		font-weight: 700;
		margin-bottom: 15px;
	}

	.section-home-category .category-link {
		display: flex;
		align-items: center;
		gap: 8px;
		color: var(--secondary-color-main);
		font-size: 15px;
		font-weight: 600;
		transition: gap 0.3s ease;
	}

	.section-home-category .category-item:hover .category-link {
		gap: 12px;
	}

	.section-home-category .category-link svg {
		width: 18px;
		height: 18px;
		fill: var(--secondary-color-main);
	}

	@media (max-width: 992px) {

		.section-home-category {
			padding: 60px 0;
		}

		.section-home-category .category-header {
			flex-direction: column;
			gap: 30px;
		}

		.section-home-category .category-title {
			font-size: 36px;
		}

		.section-home-category .category-header-right {
			max-width: 100%;
		}

		.section-home-category .category-grid {
			grid-template-columns: repeat(2, 1fr);
			gap: 20px;
		}
	}

	@media (max-width: 576px) {
		.section-home-category {
			padding: 40px 0;
		}

		.section-home-category .category-header {
			margin-bottom: 40px;
		}

		.section-home-category .category-subtitle {
			font-size: 14px;
		}

		.section-home-category .category-title {
			font-size: 28px;
		}

		.section-home-category .category-description {
			font-size: 14px;
		}

		.section-home-category .category-grid {
			grid-template-columns: 1fr;
			gap: 20px;
		}

		.section-home-category .category-image {
			height: 220px;
		}

		.section-home-category .category-content {
			padding: 20px;
		}

		.section-home-category .category-name {
			font-size: 18px;
		}
	}
/* End Section Home Category */

/* Section Home Customer */

	/* Section Home Customer */
      /* Section Home Customer */
        .section-home-customer {
            padding: 80px 0;
            background-color: #ffffff;
        }

        .section-home-customer .customer-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-home-customer .customer-subtitle {
            font-size: 16px;
            color: var(--secondary-color-main);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .section-home-customer .customer-title {
            font-size: 42px;
            color: var(--primary-color-main);
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
        }

        .section-home-customer .customer-slider {
            position: relative;
            overflow: hidden;
        }

        .section-home-customer .customer-wrapper {
            display: flex;
            transition: transform 0.5s ease;
        }

        .section-home-customer .customer-slide {
            min-width: 100%;
            display: flex;
            gap: 50px;
            align-items: flex-start;
            padding: 0 10px;
        }

        .section-home-customer .customer-image-wrapper {
            flex: 0 0 auto;
            width: 330px;
            height: 330px;
            position: relative;
        }

        .section-home-customer .customer-image-frame {
            width: 100%;
            height: 100%;
            border: 10px solid #f5f5f5;
            box-shadow: 0px 2px 25px 0px rgba(0, 33, 91, 0.2);
            overflow: hidden;
        }

        .section-home-customer .customer-image-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .section-home-customer .customer-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            padding: 40px 20px;
            background-color: #ffffff;
        }

        .section-home-customer .customer-quote-icon {
            width: 56px;
            height: 56px;
            background-color: var(--primary-color-main);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }

        .section-home-customer .customer-quote-icon svg {
            width: 26px;
            height: 26px;
            fill: #ffffff;
        }

        .section-home-customer .customer-text {
            font-size: 16px;
            color: #333333;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .section-home-customer .customer-name {
            font-size: 18px;
            color: var(--primary-color-main);
            font-weight: 700;
            margin-bottom: 3px;
        }

        .section-home-customer .customer-position {
            font-size: 14px;
            color: #999999;
            margin-bottom: 25px;
        }

        /* Controls - MOVED OUTSIDE SLIDES */
        .section-home-customer .customer-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-top: 40px;
        }

        .section-home-customer .customer-nav-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f5f5f5;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .section-home-customer .customer-nav-btn:hover {
            background-color: var(--secondary-color-main);
        }

        .section-home-customer .customer-nav-btn:hover svg {
            fill: #ffffff;
        }

        .section-home-customer .customer-nav-btn svg {
            width: 20px;
            height: 20px;
            fill: #333333;
            transition: fill 0.3s ease;
        }

        .section-home-customer .customer-dots {
            display: flex;
            gap: 10px;
        }

        .section-home-customer .customer-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #dddddd;
            border: none;
            padding: 0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .section-home-customer .customer-dot.active {
            background-color: var(--secondary-color-main);
            width: 10px;
        }

        .section-home-customer .customer-dot:hover {
            background-color: var(--secondary-color-main);
            opacity: 0.7;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .section-home-customer {
                padding: 60px 0;
            }

            .section-home-customer .customer-title {
                font-size: 36px;
            }

            .section-home-customer .customer-slide {
                flex-direction: column;
                gap: 30px;
                align-items: center;
                padding: 0 15px;
            }

            .section-home-customer .customer-image-wrapper {
                width: 280px;
                height: 280px;
            }

            .section-home-customer .customer-content {
                width: 100%;
                padding: 20px 15px;
                text-align: center;
                align-items: center;
            }

            .section-home-customer .customer-quote-icon {
                margin: 0 auto 20px;
            }

            .section-home-customer .customer-text {
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .section-home-customer {
                padding: 50px 0;
            }

            .section-home-customer .customer-header {
                margin-bottom: 40px;
            }

            .section-home-customer .customer-title {
                font-size: 32px;
            }

            .section-home-customer .customer-slide {
                gap: 25px;
                padding: 0 10px;
            }

            .section-home-customer .customer-image-wrapper {
                width: 220px;
                height: 220px;
            }

            .section-home-customer .customer-content {
                padding: 15px 10px;
            }

            .section-home-customer .customer-quote-icon {
                width: 50px;
                height: 50px;
                margin-bottom: 15px;
            }

            .section-home-customer .customer-quote-icon svg {
                width: 24px;
                height: 24px;
            }

            .section-home-customer .customer-text {
                font-size: 15px;
                margin-bottom: 25px;
            }
        }

        @media (max-width: 576px) {
            .section-home-customer {
                padding: 40px 0;
            }

            .section-home-customer .customer-header {
                margin-bottom: 30px;
            }

            .section-home-customer .customer-subtitle {
                font-size: 14px;
            }

            .section-home-customer .customer-title {
                font-size: 26px;
            }

            .section-home-customer .customer-slide {
                gap: 20px;
                padding: 0 5px;
            }

            .section-home-customer .customer-image-wrapper {
                width: 180px;
                height: 180px;
            }

            .section-home-customer .customer-image-frame {
                border-width: 8px;
            }

            .section-home-customer .customer-content {
                padding: 10px 5px;
            }

            .section-home-customer .customer-quote-icon {
                width: 45px;
                height: 45px;
                margin-bottom: 15px;
            }

            .section-home-customer .customer-quote-icon svg {
                width: 20px;
                height: 20px;
            }

            .section-home-customer .customer-text {
                font-size: 14px;
                line-height: 1.6;
                margin-bottom: 20px;
            }

            .section-home-customer .customer-name {
                font-size: 16px;
            }

            .section-home-customer .customer-position {
                font-size: 13px;
                margin-bottom: 15px;
            }

            .section-home-customer .customer-controls {
                margin-top: 30px;
            }

            .section-home-customer .customer-nav-btn {
                width: 35px;
                height: 35px;
            }

            .section-home-customer .customer-nav-btn svg {
                width: 18px;
                height: 18px;
            }

            .section-home-customer .customer-controls {
                gap: 10px;
            }

            .section-home-customer .customer-dot {
                width: 8px;
                height: 8px;
            }

            .section-home-customer .customer-dot.active {
                width: 8px;
            }
        }
/* End Section Home Customer */

/* Section Home News */
	.section-home-news {
		padding: 80px 0;
		background-color: #f8f9fa;
	}

	.section-home-news .news-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 50px;
	}

	.section-home-news .news-title {
		font-size: 36px;
		color: var(--primary-color-main);
		font-weight: 700;
		text-transform: uppercase;
		margin: 0;
	}

	.section-home-news .news-view-all {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 12px 28px;
		background-color: var(--primary-color-main);
		color: #ffffff;
		text-decoration: none;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		border-radius: 4px;
		transition: all 0.3s ease;
	}

	.section-home-news .news-view-all:hover {
		background-color: var(--secondary-color-main);
		color: #ffffff;
		transform: translateX(5px);
	}

	.section-home-news .news-view-all svg {
		width: 18px;
		height: 18px;
		fill: #ffffff;
	}

	.section-home-news .news-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.section-home-news .news-item {
		background-color: #ffffff;
		border-radius: 8px;
		overflow: hidden;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		display: block;
		text-decoration: none;
	}

	.section-home-news .news-item:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.section-home-news .news-image {
		position: relative;
		width: 100%;
		height: 280px;
		overflow: hidden;
	}

	.section-home-news .news-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

	.section-home-news .news-item:hover .news-image img {
		transform: scale(1.05);
	}

	.section-home-news .news-date {
		position: absolute;
		top: 20px;
		left: 20px;
		background-color: var(--secondary-color-main);
		color: #ffffff;
		padding: 10px 15px;
		border-radius: 4px;
		text-align: center;
		font-weight: 600;
	}

	.section-home-news .news-date-day {
		font-size: 24px;
		line-height: 1;
		display: block;
		margin-bottom: 2px;
	}

	.section-home-news .news-date-month {
		font-size: 12px;
		text-transform: uppercase;
		line-height: 1;
		display: block;
	}

	.section-home-news .news-content {
		padding: 30px;
	}

	.section-home-news .news-item-title {
		font-size: 20px;
		color: var(--primary-color-main);
		font-weight: 700;
		margin-bottom: 15px;
		line-height: 1.4;
	}

	.section-home-news .news-excerpt {
		font-size: 15px;
		color: #666666;
		line-height: 1.7;
		margin-bottom: 20px;
	}

	.section-home-news .news-read-more {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: var(--secondary-color-main);
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
		transition: gap 0.3s ease;
	}
	.section-home-news .news-read-more:hover {
		color: var(--primary-color-main);
	}
	.section-home-news .news-item:hover .news-read-more {
		gap: 12px;
	}

	.section-home-news .news-read-more svg {
		width: 18px;
		height: 18px;
		fill: var(--secondary-color-main);
	}

	.section-home-news .news-read-more:hover svg {
		fill: var(--primary-color-main);
	}
	@media (max-width: 1000px) {
		.section-home-news {
			padding: 40px 0;
		}

		.section-home-news .news-header {
			flex-direction: column;
			gap: 20px;
			align-items: flex-start;
			margin-bottom: 30px;
		}

		.section-home-news .news-title {
			font-size: 28px;
		}

		.section-home-news .news-grid {
			grid-template-columns: 1fr;
			gap: 20px;
		}

		.section-home-news .news-image {
			height: 220px;
		}

		.section-home-news .news-content {
			padding: 20px;
		}

		.section-home-news .news-item-title {
			font-size: 18px;
		}

		.section-home-news .news-excerpt {
			font-size: 14px;
		}
	}
/* End Section Home News */