body {
	color: black;
	font-family: 'NanumSquare', sans-serif;
}
/* Commmon */
.header-full-width .container {
	max-width: 90% !important;
}
.p40 {
	padding: 40px;
}

.text-ct {
	/* text-align: center; */
}
ul.header-nav.header-nav-main.nav.nav-right.nav-size-xlarge.nav-spacing-xlarge.nav-uppercase.show {
	gap: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}

.h3-title {
	font-size: 60px !important;
	color: white;
}

.category-wrap {
	width: 100%;
	height: 70px;
	clear: both;
	background-attachment: scroll;
	position: relative;
	z-index: 3;
}
/* .sub_navI_warp {
	background: rgba(0, 0, 0, 0.5);
	max-width: 85%;
	z-index: 3;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	margin: -102px auto;
}
.all-wrap {
	max-width: 100%;
	height: 70px;
	margin: 0 auto;
	transition: all 0.3s ease;
} */
.all-wrap .loca-wrap {
	width: 100%;
	margin: 0 auto;
	height: 70px;
	display: flex;
}
.all-wrap .loca-wrap .loca-area {
	height: 70px;
	float: left;
}
.all-wrap .loca-wrap .loca-area i {
	float: left;
	display: inline-block;
	width: 60px;
	height: 71px;
	line-height: 65px;
	background-color: #0867ae;
	color: #fff;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
.all-wrap .loca-wrap .share-area {
	float: right;
	display: block;
	padding-top: 16px;
	box-sizing: border-box;
}
.all-wrap .loca-wrap .share-area .hide-wrap {
	width: 181px;
	height: 34px;
	overflow: hidden;
	float: left;
}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area {
	width: 181px;
	height: 34px;
	position: relative;
	left: 180px;
}

.icon-row-banner {
	height: 71px;
}

.sub_title2 h1 {
	text-align: center;
	font-family: 'NanumSquare', sans-serif !important;
	font-size: 40px;
	font-weight: 700;
	color: #333;
}

.row-border-bot {
	border-bottom: 1px solid #e4e4e4;
}
.sub_title_line {
	width: 230px;
	height: 2px;
	background: #0867ae;
	margin: 0 auto;
	position: relative;
	top: 31px;
}
.sub_title h2 {
	font-size: 14px;
	font-weight: 400;
	color: #0867ae;
	letter-spacing: 7px;
	font-family: 'Montserrat';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sub_p {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	letter-spacing: -0.5px;
	line-height: 30px;
	word-break: keep-all;
}
/* --- */

.text-page-top {
	padding-bottom: 90px;
}
.text-box.banner-layer.res-text {
	opacity: 0.7;
}
.agro_34_white {
	color: #ffffff;
	text-align: center;
	font-family: Noto Sans;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.agro_34_white-03 {
	color: #ffffff;
	text-align: center;
	font-family: Noto Sans;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.agro_34_blue {
	color: #87beff;
	text-align: center;
	font-family: Noto Sans;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.noto_28_white {
	border-width: 0;
	border-style: solid;
	font-family: Noto Sans;
	border-color: #e5e7eb;
	font-size: 18px;
}
.agro_18_white {
	padding: 0 20px;
	text-align: left;
	font-size: 16px;
	color: white;
	font-weight: bolder;
}
.btn-page-bd,
.btn-page-bd-left {
	border-radius: 20px 20px 0px 0px !important;
	background: #292929;
}
.btn-page-bd,
.btn-page-bd-left span {
	color: #87beff;
	text-align: center;
	font-family: Noto Sans;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.btn-page-bd-left.text-black span {
	color: black;
}
.tabs-page li {
	border: 1px solid grey;
	margin: 0 15px;
	border-radius: 99px;
}

/* - */
.dropdown-menu-container {
	gap: 5px;
	display: flex;
	padding: 10px 0px;
	border-radius: 5px;
}
.dropdown-item {
	position: relative;
	margin-right: 10px;
}
.dropdown-toggle {
	display: block;
	background-color: #222;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
}
.dropdown-toggle:hover,
.dropdown-item:hover .dropdown-toggle {
	background-color: #444;
}
.dropdown-item .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none; /* Ẩn sub-menu mặc định */
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 150px; /* Chiều rộng của sub-menu */
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.dropdown-item:hover .sub-menu {
	display: block; /* Hiển thị sub-menu khi hover */
}
.dropdown-item .sub-menu li {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.dropdown-item .sub-menu li:last-child {
	border-bottom: none;
}
.dropdown-item .sub-menu li a {
	color: #333;
	text-decoration: none;
}
.dropdown-item .sub-menu li:hover {
	background-color: #f9f9f9;
}

/* ----------- */
.category-wrap {
	width: 100%;
	height: 70px;
	clear: both;
	background-attachment: scroll;
	position: relative;
	z-index: 3;
}
.sub_navI_warp {
	background: rgba(0, 0, 0, 0.5);
	max-width: 85%;
	z-index: 3;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	margin: -71px auto;
}
.all-wrap {
	max-width: 100%;
	height: 70px;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.all-wrap .loca-wrap {
	width: 100%;
	margin: 0 auto;
	height: 70px;
}
.all-wrap .loca-wrap .loca-area {
	height: 70px;
	float: left;
}
.all-wrap .loca-wrap .loca-area i {
	float: left;
	display: inline-block;
	width: 60px;
	height: 71px;
	line-height: 65px;
	background-color: #0867ae;
	color: #fff;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
.all-wrap .loca-wrap .loca-area > ul {
	float: left;
	margin: 0;
	padding: 0;
}
.all-wrap .loca-wrap .loca-area > ul > li {
	float: left;
	width: 220px;
	height: 70px;
	position: relative;
}
.all-wrap .loca-wrap .loca-area > ul > li button {
	height: 70px;
	width: 220px;
	position: relative;
	text-align: left;
	padding-left: 1px;
	background-image: url(../img/loca_arrow_off.png);
	background-position-y: 50%;
	background-position-x: 100%;
	background-repeat: no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	background-color: transparent;
}
.all-wrap .loca-wrap .loca-area > ul > li button span {
	padding-left: 19px;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
}
.all-wrap .loca-wrap .loca-area > ul > li div {
	overflow: hidden;
	height: 0;
	position: relative;
	margin-top: 1px;
}

.all-wrap .loca-wrap .loca-area > ul > li div ul {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	border: 1px solid #ddd;
	padding: 0;
}
.all-wrap .loca-wrap .share-area {
	float: right;
	display: block;
	padding-top: 16px;
	box-sizing: border-box;
}
.all-wrap .loca-wrap .share-area .hide-wrap {
	width: 181px;
	height: 34px;
	overflow: hidden;
	float: left;
}
.all-wrap .loca-wrap .share-area .share-btn {
	width: 52px;
	height: 34px;
	background-image: url(../img/share_open_bt.png);
	float: right;
	text-indent: -9999px;
	box-sizing: unset;
	background-repeat: no-repeat;
	background-position-x: right;
	transition: all 0.5s ease;
	background-color: inherit;
	border: 0;
	margin-right: 20px;
	background-color: transparent;
}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area {
	width: 181px;
	height: 34px;
	position: relative;
	left: 180px;
}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: right;
}
.img-khung {
	filter: invert(1);
	width: 45px;
}

/* ---- */
.column {
	padding: 10px;
}
.column-1 {
	width: 8.3333%; /* 1/12 */
}
.column-2 {
	width: 66.6666%; /* 8/12 */
}
.column-3 {
	width: 25%; /* 3/12 */
	text-align: right;
	margin: auto 0;
}
.custom-button {
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	width: 70px;
	filter: invert(1);
}
.custom-button:hover {
	cursor: pointer;
}
.dropdown-menu-container {
	width: 100%;
}
img.img-khung-small {
	margin-left: -10px;
	width: 60px !important;
	height: 70px;
	margin-top: -10px;
	background: #0867ae;
	padding: 10px;
}
.menu-select {
	max-width: fit-content;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: transparent;

	color: white;
	border: none;
	margin-top: -10px;
	font-size: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
	appearance: none;
	-webkit-appearance: auto !important;
	margin-right: 65px;
}

.sub-menu-container {
	max-width: fit-content;

	margin-bottom: 20px;
	background: transparent;
	color: white;
	border: none;
	margin-top: -10px;
	font-size: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-appearance: auto;
	margin-left: -20px;
}

/* Tùy chỉnh khi menu được mở */
.menu-select:focus {
	border-color: #0073aa !important;
	background-color: #fff !important;
	outline: none; /* Xóa bỏ viền xanh mặc định khi focus */
}

/* Tùy chỉnh cho các tùy chọn bên trong (khả năng tùy chỉnh hạn chế) */
.menu-select option {
	background-color: transparent !important; /* Màu nền cho các tùy chọn */
	color: #333;
}

/* Tùy chỉnh cho các tùy chọn khi được chọn */
.menu-select option:checked {
	background-color: #0073aa !important; /* Màu nền khi được chọn */
	color: #fff !important; /* Màu chữ khi được chọn */
}

/* Tùy chỉnh khi hover vào các tùy chọn (tùy chỉnh này có thể không được hỗ trợ rộng rãi) */
.menu-select option:hover {
	background-color: #f0f0f0 !important;
}

/* Đăng kí new */
.container {
	max-width: 1000px;
}
.mt-80 {
	margin-top: 80px;
}
.m-auto {
	margin-left: auto;
	margin-right: auto;
}
.txt-center {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
.em2 {
	font-size: 2em;
}
.mt-15 {
	margin-top: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}
.almendra {
	font-family: Almendra;
}

.selected-option-1 {
	background-color: #f0f8ff; /* Màu nền tùy chỉnh */
	color: #333; /* Màu chữ tùy chỉnh */
}

.selected-option-2 {
	background-color: #ffe4e1; /* Màu nền tùy chỉnh */
	color: #000; /* Màu chữ tùy chỉnh */
}

/* Mobile */
.ov2_list h2 {
	font-size: 25px;
	font-weight: 600;
	color: #333;
	font-family: 'NanumSquare', sans-serif;
	line-height: 28px;
}

#social-links a {
	color: white !important;
	font-size: 16px;
}
div#comments {
	display: none;
}
.post-template-default.single.single-post #wrapper {
	margin-top: -30px;
}
.box-shadow-4-hover:hover,
.box-shadow-5-hover:hover,
.row-box-shadow-4-hover .col-inner:hover,
.row-box-shadow-5-hover .col-inner:hover {
	transform: unset !important;
}

.tablepress > :where(thead, tfoot) > * > th {
	background-color: var(--head-bg-color);
	color: var(--head-text-color);
	font-weight: 700;
	vertical-align: middle;
	word-break: normal;
	width: 25%;
}
.transparent #logo img {
	max-height: 90px;
	margin-top: 20px;
}

/* single new project */
.sub_top {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 0 0 40px;
	margin-bottom: 60px;
}
.sub_top h1 {
	font-size: 32px;
	font-weight: 800;
	color: #000;
	font-family: 'NanumSquare', sans-serif;
}

.project {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.project ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px; /* khoảng cách giữa các cột */
}

.project li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.project .full {
	grid-column: span 2;
	display: flex;
}

.project h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #333;
}

.project p {
	margin: 0;
	font-size: 14px;
	color: #666;
}
.project .half {
	display: flex;
}
.fwbold {
	font-weight: bold;
	text-align: justify;
	width: 35%;
}
div#row-896721339 {
	display: flex;
	margin-top: 50px;
}

#bo_cate_ul {
	display: flex;
	justify-content: center;
}
#bo_cate_ul li {
	width: 200px;
	margin-right: 15px;
	list-style: none;
}
.df {
	display: flex;
	justify-content: center;
}
#bo_cate_ul li #bo_cate_on {
	background-color: #0867ae;
	color: #fff;
	font-weight: 600;
}
#bo_cate_ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	transition: all 0.3s ease;
	width: 100%;
	height: 55px;
	font-size: 17px;
	font-weight: 400;
	color: #333;
	font-family: 'NanumSquare', sans-serif;
}

/*  */
.post-thumbnail-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.col-inner-img {
	position: relative;
	overflow: hidden;
}

.overlay-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(8, 103, 174, 0.8);
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	text-align: left;
}

.col-inner-sim:hover .overlay-content {
	opacity: 1;
}

.col-inner-sim:hover .post-thumbnail-img {
	transform: scale(1.1);
}

.overlay-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.overlay-header h3 {
	font-size: 1.2em;
	margin: 0;
}

.overlay-header span {
	font-size: 0.9em;
}

.overlay-body p {
	margin: 0;
	font-size: 0.9em;
}

.overlay-footer {
	display: flex;
	justify-content: flex-end;
}

.overlay-footer span {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
}
.text-white {
	color: white;
}

.header-main .nav > li > a {
	line-height: 16px;
	color: white;
}

.tab.has-icon a span {
	color: black !important;
}

/* hover  */
.hover-container {
	position: relative;
	overflow: hidden;
}

.hover-container:hover .left {
	background-color: rgba(
		0,
		0,
		0,
		0.7
	); /* Màu nền chuyển sang đen khi hover */
	transition: background-color 0.3s ease; /* Hiệu ứng mượt */
}

.left span {
	transition: color 0.3s ease; /* Hiệu ứng mượt cho màu chữ */
}

.hover-container:hover .agro_34_white,
.hover-container:hover .noto_28_white {
	color: #ffffff; /* Màu trắng cho chữ khi hover */
}

.hover-container:hover .agro_34_blue {
	color: #00a2ff; /* Màu xanh cho chữ khi hover */
}

#additional-column {
	/* Các thuộc tính CSS để cột mới hiển thị giống với các menu khác */
	width: 100%;
	/* Các thuộc tính khác theo yêu cầu */
}
select#additionalMenuSelect {
	background: transparent;
	color: white;
	border: none;
	margin-top: -10px;
	-webkit-appearance: auto !important;
}
select#additionalMenuSelect option {
	color: black;
}
#additionalMenuSelect:focus {
	border: none !important;
	box-shadow: none !important;
	background-color: white;
	color: black;
}
.column.column-4 {
	margin: auto;
}

/* MB */
@media only screen and (max-width: 480px) {
	#bo_cate_ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
		list-style: none;
	}

	#bo_cate_ul li {
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
		margin-right: 0;
	}

	#bo_cate_ul li a {
		display: block;
		text-align: center;
		padding: 10px;
		background-color: #f5f5f5; /* Màu nền ô */
		border-radius: 5px; /* Bo tròn góc */
		color: #333; /* Màu chữ */
		text-decoration: none; /* Xóa gạch chân */
	}

	#bo_cate_ul li a.active {
		background-color: #0056b3; /* Màu nền khi active */
		color: white; /* Màu chữ khi active */
	}
	.text-breadcrumb.text-breadcrumb-center,
	.text-breadcrumb.text-breadcrumb-center h2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.sub_navI_warp {
		max-width: 100%;
		margin-top: auto;
	}
	.column {
		padding: 0 !important;
	}
	.column-1 {
		display: none;
	}
	.column-2 {
		width: 100%;
		height: 100% !important;
	}
	.column.column-4 {
		display: none;
	}
	.dropdown-menu-container {
		height: 100% !important;
	}

	.hover-image-container {
		width: 220px !important;
	}

	#additional-column {
		display: none !important;
	}

	.menu-select {
		flex: 1;
		max-width: none;
		padding: 0 !important;
		margin: 0 !important;

		margin-left: 30px !important;

		-webkit-appearance: none !important; /* Loại bỏ thuộc tính auto trên mobile */
		appearance: none !important; /* Đảm bảo loại bỏ appearance trên các trình duyệt khác */

		background-image: url('../img/3994355_arrow_bottom_down_downward_navigation_icon.svg'); /* Thay bằng đường dẫn đến icon mũi tên của bạn */
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 20px; /* Kích thước của mũi tên */
		padding-right: 40px; /* Đảm bảo có khoảng trống cho mũi tên */
	}
	.menu-select option {
		-webkit-appearance: none !important; /* Loại bỏ thuộc tính auto trên mobile */
	}
	.sub-menu-container option {
		-webkit-appearance: none !important; /* Loại bỏ thuộc tính auto trên mobile */
	}
	.sub-menu-container {
		flex: 1;
		max-width: none;
		padding: 0 !important;
		margin: 0 !important;
		border-right: none;

		margin-left: 0px !important;

		-webkit-appearance: none !important; /* Loại bỏ thuộc tính auto trên mobile */
		appearance: none !important; /* Đảm bảo loại bỏ appearance trên các trình duyệt khác */

		background-image: url('../img/3994355_arrow_bottom_down_downward_navigation_icon.svg'); /* Thay bằng đường dẫn đến icon mũi tên của bạn */
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 20px; /* Kích thước của mũi tên */
		padding-right: 40px; /* Đảm bảo có khoảng trống cho mũi tên */
	}
	.df.row {
		margin-left: 0 !important;
	}

	ul.nav.nav-pills.nav-normal.nav-size-xlarge.nav-left {
		display: flex;
		justify-content: center;
		gap: 20px;
	}

	.ov2_list .button span {
		font-size: 8px;
		line-height: 1.2 !important;
	}
	.text-box.banner-layer.x0.md-x100.lg-x100.y100.md-y95.lg-y95.res-text {
		width: 30% !important;
	}
	.ov2_list .more-view {
		height: 0px !important;
	}
	.btn-brochure {
		width: 100%;
	}

	.col-img-last {
		margin-top: -60px;
	}
}
.btn-brochure {
	width: inherit;
}
.post-template-default.single.single-post .header-main.hide-for-sticky {
	padding-top: 30px;
}
.header .flex-row {
	height: 100%;
	max-width: 90%;
}

.row-1.odd th.column-1 {
	width: 5%;
}

.row-1.odd th.column-2 {
	width: 82%;
}

.btn-brochure span {
	margin-right: 10px !important;
}

/* Phi */
.img-ani-container {
	width: 100%; /* Kích thước của ảnh */
	height: 873px; /* Tổng chiều cao của ảnh */
	position: relative;
}

.img-ani {
	position: absolute;
	left: 0;
	width: 100%;
	background: url('https://live.k-tech.net.vn/congty/wp-content/uploads/2024/08/Screenshot_25.png')
		no-repeat;
	background-size: cover;
	opacity: 0; /* Bắt đầu với opacity bằng 0 để ẩn phần ảnh */
}

.top123 {
	height: 250px; /* Chiều cao phần trên */
	background-position: 0 0;
	animation: fadeInTop 2s forwards; /* Thời gian và hiệu ứng fade in cho phần trên */
}

.bottom123 {
	top: 200px;
	height: 800px; /* Chiều cao phần dưới */
	background-position: 0 -200px;
	animation: fadeInBottom 2s 2s forwards; /* Thời gian và hiệu ứng fade in cho phần dưới, bắt đầu sau 2s */
}

@keyframes fadeInTop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInBottom {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* GIf */

.img-gif {
	animation: hideGif 5s forwards;
}

@keyframes hideGif {
	100% {
		opacity: 1;
	}
}

.img-static {
	display: none;
}

.img-static.show {
	display: block;
	margin-top: -40px;
}
