/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

:root {
	--sb-accent: #1495d6;
	--sb-accent-dark: #0b6f9e;
	--sb-ink: #0f2230;
	--sb-muted: #6d7d89;
	--sb-surface: #ffffff;
	--sb-border: #d8e4ec;
	--sb-bg-soft: #f3f8fc;
	--sb-shadow: 0 14px 35px rgba(20, 149, 214, 0.15);
}

.site-header-v2 {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #e8f0f5;
	padding: 12px 0;
	min-height: 78px;
	backdrop-filter: blur(3px);
}

.site-header-v2 .container > .row {
	align-items: center;
	min-height: 54px;
}

.site-header-v2 #logo {
	position: static !important;
	left: auto !important;
	display: flex;
	align-items: center;
}

.site-header-v2 #logo img {
	display: block;
	height: auto;
}

.site-header-v2 .home-main-nav-v2 {
	position: static;
	float: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.site-header-v2 .home-main-nav-v2 > ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.site-header-v2 .home-main-nav-v2 > ul > li > span > a {
	padding: 8px 10px;
	font-weight: 600;
	letter-spacing: 0.01em;
	border-radius: 8px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.site-header-v2 .home-main-nav-v2 > ul > li > span > a:hover {
	background: #eef6fb;
	color: var(--sb-accent-dark);
}

.site-header-v2 ul#top_access {
	float: none;
	top: 0;
	right: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.site-header-v2 ul#top_access li {
	margin-left: 0;
}

.site-header-v2 ul#top_access li a {
	padding: 6px 9px;
	border-radius: 999px;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.site-header-v2 ul#top_access li a:hover {
	background: #f0f8fd;
	color: var(--sb-accent-dark);
}

.site-header-v2 ul#top_access li:last-child a {
	background: linear-gradient(135deg, #1ba3e6 0%, #0f82bd 100%);
	color: #fff;
	font-weight: 700;
	padding: 7px 12px;
}

.site-header-v2 ul#top_access li:last-child a i,
.site-header-v2 ul#top_access li:last-child a span {
	color: #fff;
}

.site-header-v2 ul#top_access li span {
	font-size: 14px;
	font-weight: 600;
}

.site-header-v2 ul#top_access li i {
	font-size: 26px;
}

.home-hero-v2 {
	position: relative;
	padding: 58px 0 52px;
	background:
		radial-gradient(circle at 18% 20%, rgba(20, 149, 214, 0.11), transparent 46%),
		radial-gradient(circle at 84% 8%, rgba(11, 111, 158, 0.09), transparent 44%),
		linear-gradient(180deg, #f8fcff 0%, #eef6fb 100%);
	border-bottom: 1px solid #e2edf5;
}

.home-hero-v2:before,
.home-hero-v2:after {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 999px;
	pointer-events: none;
}

.home-hero-v2:before {
	width: 280px;
	height: 280px;
	top: -110px;
	left: -95px;
	background: radial-gradient(circle, rgba(32, 153, 216, 0.14) 0%, rgba(32, 153, 216, 0) 72%);
}

.home-hero-v2:after {
	width: 320px;
	height: 320px;
	right: -130px;
	bottom: -180px;
	background: radial-gradient(circle, rgba(18, 111, 168, 0.16) 0%, rgba(18, 111, 168, 0) 72%);
}

.hero-content-v2 {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.hero-panel-v2 {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	text-align: center;
	backdrop-filter: none;
}

.hero-kicker {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eaf7ff;
	border: 1px solid #c8e8f9;
	color: var(--sb-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.hero-panel-v2 h3 {
	color: var(--sb-accent);
	font-size: 62px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 800;
	letter-spacing: 0.015em;
}

.hero-panel-v2 p {
	color: var(--sb-muted);
	font-size: 18px;
	line-height: 1.4;
	max-width: 760px;
	margin: 0 auto 18px;
}

.hero-meta-v2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 16px;
}

.hero-meta-v2 span {
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--sb-bg-soft);
	border: 1px solid var(--sb-border);
	font-size: 13px;
	color: var(--sb-ink);
	font-weight: 600;
}

.home-search-v2 {
	margin-top: 10px;
}

.hero-search-layout-v2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 980px;
	margin: 0 auto;
}

.hero-category-select-wrap-v2 {
	min-width: 310px;
	max-width: 390px;
	flex: 0 0 35%;
}

.hero-search-layout-v2 .input-group {
	flex: 1;
	height: 56px;
}

.hero-category-select-v2 {
	width: 100%;
}

.home-search-v2 .input-group,
.hero-category-select-wrap-v2 .select2-container--default .select2-selection--multiple {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(12, 35, 52, 0.12);
	border: 1px solid #c7deea;
	background: #fff;
}

.home-search-v2 .input-group {
	display: flex;
	align-items: stretch;
}

.hero-category-select-wrap-v2 .select2-container {
	width: 100% !important;
}

.hero-category-select-wrap-v2 .select2-container--default .select2-selection--multiple {
	min-height: 56px;
	padding: 6px 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hero-category-select-wrap-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	min-height: 40px;
}

.hero-category-select-wrap-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 0;
	background: #eef7fd;
	border: 1px solid #d0e9f7;
	border-radius: 999px;
	padding: 3px 8px;
	font-size: 12px;
	color: #0b6f9e;
}

.hero-category-select-wrap-v2 .select2-container--default .select2-search--inline {
	margin: 0;
}

.hero-category-select-wrap-v2 .select2-container--default .select2-search--inline .select2-search__field {
	margin-top: 0 !important;
	height: 28px;
	line-height: 28px;
}

.hero-search-hint-v2 {
	margin-top: 10px;
	font-size: 12px;
	color: #6f8492;
	text-align: center;
}

.home-search-v2 .search-query {
	height: auto;
	font-size: 18px;
	padding: 0 18px;
	border: 0;
	flex: 1;
}

.home-search-v2 .btn_search {
	height: auto;
	padding: 0 24px;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(135deg, var(--sb-accent) 0%, var(--sb-accent-dark) 100%);
	border: 0;
	color: #fff;
}

.home-categories-v2 {
	margin-top: 14px;
}

.home-category-grid-v2 > [class*="col-"] {
	margin-bottom: 18px;
}

.home-category-card-v2 {
	position: relative;
	border: 1px solid var(--sb-border);
	border-radius: 14px;
	padding: 22px 18px 18px;
	background: var(--sb-surface);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	min-height: 220px;
}

.home-category-card-v2:hover {
	transform: translateY(-4px);
	border-color: #9ad6f3;
	box-shadow: 0 14px 30px rgba(7, 78, 116, 0.14);
}

.home-category-card-v2 i {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 14px;
	color: #a6c4d6;
}

.home-category-card-v2 h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 14px 0 10px;
	color: var(--sb-ink);
}

.subcategory_links_v2 {
	font-size: 13px;
	line-height: 1.5;
	color: var(--sb-muted);
	display: block;
	max-height: 60px;
	overflow: hidden;
}

.home-latest-v2 {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f9fcff 0%, #eef5fa 100%);
	padding-top: 44px;
	padding-bottom: 52px;
}

.home-latest-v2 .main_title h2 {
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--sb-ink);
}

.home-latest-v2 .main_title p {
	color: var(--sb-muted);
}

.latest-card-v2 {
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--sb-border);
	box-shadow: 0 10px 24px rgba(15, 34, 48, 0.08);
}

.latest-card-v2 .title {
	background: #fff;
	padding: 10px 12px 8px;
	min-height: 74px;
	border-bottom: 1px solid #eaf0f4;
}

.latest-card-v2 .title h4 {
	font-size: 15px;
	line-height: 1.35;
	color: #1a3343;
	font-weight: 700;
	margin: 0;
}

.latest-card-v2 .title h4 em {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: var(--sb-accent-dark);
	font-style: normal;
	font-weight: 600;
}

.latest-card-v2 img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 991px) {
	.site-header-v2 {
		padding: 10px 0;
	}

	.site-header-v2 ul#top_access {
		margin: 0;
	}

	.hero-panel-v2 h3 {
		font-size: 48px;
	}

	.hero-panel-v2 {
		padding: 0;
	}

	.hero-search-layout-v2 {
		flex-direction: column;
		max-width: 700px;
	}

	.hero-category-select-wrap-v2 {
		max-width: 100%;
		flex: 1 1 auto;
	}

	.home-category-card-v2 {
		min-height: 195px;
	}
}

@media (max-width: 767px) {
	.home-hero-v2 {
		padding: 30px 0 36px;
	}

	.hero-panel-v2 h3 {
		font-size: 34px;
	}

	.hero-panel-v2 p {
		font-size: 16px;
	}

	.home-search-v2 .search-query,
	.home-search-v2 .btn_search {
		height: 50px;
		font-size: 16px;
	}

	.home-search-v2 ul.home-search-cats-v2 {
		max-height: 96px;
	}
}
