body {
	background: #222;
	margin: 0;
	padding: 0;
}

/* align navbar with content below */
.top-header .container {
	padding-left: 0;
	padding-right: 0;
}

/* hero banner */
.hero-banner {
	width: 100%;
	margin-top: 30px;
}
.hero-banner .container {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.hero-bg {
	position: relative;
	width: 100%;
	min-height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-slides {
	position: relative;
	width: 100%;
	min-height: 560px;
	border-radius: 12px;
	overflow: hidden;
}
.hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 560px;
	display: none;
	align-items: center;
	justify-content: center;
}
.hero-slide.active {
	display: flex;
}
.hero-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
	pointer-events: none;
}
.hero-nav-btn {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	opacity: 0.8;
}
.hero-nav-btn:hover {
	opacity: 1;
}
.hero-nav-btn img {
	width: 52px;
	height: 52px;
}
.hero-content {
	text-align: center;
	z-index: 1;
}
.hero-content h1 {
	color: #fff;
	font-size: 36px;
	font-family: 'NotoSans-Bold', sans-serif;
	margin: 0 0 30px 0;
	line-height: 1.3em;
	white-space: nowrap;
	text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}
.hero-btn {
	display: inline-block;
	color: #252525;
	background: #ffc600;
	font-size: 16px;
	font-family: 'NotoSans-Bold', sans-serif;
	padding: 12px 36px;
	border-radius: 30px;
	text-decoration: none;
}
.hero-btn:hover {
	background: #e6b800;
	text-decoration: none;
	color: #252525;
}
.hero-slider-bar {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 2;
}
.hero-bar {
	display: block;
	width: 60px;
	height: 4px;
	background: rgba(255,255,255,0.3);
	border-radius: 2px;
}
.hero-bar.active {
	background: #fff;
}

/* three column cards */
.home-content {
	padding: 2em 0 0 0;
}
.home-content .container {
	padding-left: 0;
	padding-right: 0;
}
.home-row-wrapper {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.home-left-col {
	flex: 0 0 66%;
}
.home-cards {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	width: 100%;
}
.card-right {
	flex: 0 0 28%;
	margin-left: auto;
}
.home-card {
	background: #111;
	border-radius: 5px;
}

/* tag2.png sprite background */
.tag2-bg {
	background: url(../images/tag2.png) no-repeat 7px 2px;
	color: #fff;
	padding: 8px 25px 10px 15px;
	font-size: 0.6em;
	text-transform: uppercase;
	display: inline-block;
}

/* ===== left card ===== */
.card-left {
	flex: 0 0 30%;
	min-height: 420px;
	display: flex;
	flex-direction: column;
}
.card-left .card-img {
	position: relative;
}
.card-left .card-img img {
	width: 100%;
	display: block;
	border-radius: 5px 5px 0 0;
	height: 280px;
	object-fit: cover;
}
.card-left .card-tag {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.card-left .card-text {
	background: #141314;
	padding: 14px 16px;
	border-radius: 0 0 5px 5px;
	flex: 1;
	display: flex;
	align-items: center;
}
.card-left .card-text p {
	color: #fff;
	font-size: 14px;
	font-family: 'NotoSerif-Italic', serif;
	line-height: 1.3em;
	text-align: center;
}
.card-left .card-text p a {
	color: #fff;
	text-decoration: none;
}
.card-left .card-text p a:hover {
	color: #ffc600;
}
.card-mid-info h3 a,
.row2-mid-text h3 a,
.row2-right h3 a,
.row3-left-text h3 a,
.row3-right-inner h3 a {
	color: inherit;
	text-decoration: none;
}
.card-mid-info h3 a:hover,
.row2-mid-text h3 a:hover,
.row2-right h3 a:hover,
.row3-left-text h3 a:hover,
.row3-right-inner h3 a:hover {
	color: #ffc600;
}
.text-highlight {
	color: #ffc600;
	font-family: 'NotoSans-Bold', sans-serif;
}

/* ===== middle card ===== */
.card-middle {
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 420px;
}
.card-middle-inner {
	display: flex;
	padding: 24px;
	background: #9196c8;
	border-radius: 5px;
	min-height: 420px;
	align-items: stretch;
}
.card-img-mid {
	flex: 0 0 48%;
	padding-right: 12px;
}
.card-img-mid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.card-mid-info {
	flex: 1;
	padding-top: 30px;
}
.card-mid-tag {
	display: inline-block;
	margin-bottom: 12px;
}
.card-mid-info h3 {
	color: #fff;
	font-size: 14px;
	font-family: 'NotoSans-Bold', sans-serif;
	line-height: 1.35em;
	margin: 0 0 10px 0;
}
.card-mid-info p {
	color: #e9eaf4;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* slid.png diagonal badge */
.card-badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	z-index: 2;
}
.card-badge.slid-bg::before {
	content: 'NEW POST';
	position: absolute;
	top: 12px;
	right: -24px;
	background: #ffc600;
	color: #252525;
	font-size: 10px;
	font-family: 'NotoSans-Bold', sans-serif;
	padding: 5px 0;
	text-align: center;
	width: 110px;
	transform: rotate(45deg);
}

/* ===== right card ===== */
.card-right {
	flex: 0 0 28%;
	padding: 22px 16px;
}
.card-right h4 {
	color: #fff;
	font-size: 15px;
	font-family: 'NotoSerif-Bold', serif;
	text-align: center;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.news-item {
	display: flex;
	padding: 16px 0;
	border-top: 1px solid rgba(255,255,255,0.25);
	gap: 12px;
}
.news-item:first-child {
	border-top: none;
	padding-top: 0;
}
.news-img {
	flex: 0 0 50px;
}
.news-img img {
	width: 100%;
	border-radius: 11px;
}
.news-text h5 a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: 'NotoSans-Bold', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-text h5 a:hover {
	color: #ffc600;
}
.news-text p {
	color: #cfcfcf;
	font-size: 12px;
	line-height: 1.35em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ===== second row cards ===== */
.home-cards2 {
	padding: 20px 0 0 0;
	align-items: stretch;
	width: calc(100% - 0px);
}
.row2-card {
	background: #111;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	min-height: 420px;
}
.row2-left,
.row2-mid,
.row2-right {
	flex: 1;
	min-height: 420px;
}
.row2-left-inner {
	background: #0e8ad9;
	border-radius: 5px;
	padding: 2em;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.row2-left-inner h3 {
	color: #fff;
	font-size: 1.2em;
	font-family: 'NotoSans-Bold', sans-serif;
	margin-bottom: 8px;
}
.row2-left-inner h4 {
	color: #9fd0f0;
	font-size: 0.9em;
	font-family: 'NotoSerif-Italic', serif;
	margin-bottom: 1.5em;
}
.row2-left-inner p {
	color: #fff;
	font-size: 1.35em;
	line-height: 1.4em;
	margin: 0;
}
.row2-mid-img img {
	width: 100%;
	display: block;
	border-radius: 5px 5px 0 0;
	height: 260px;
	object-fit: cover;
}
.row2-mid-text {
	background: #fff;
	padding: 1.2em 1.5em;
	flex: 1;
	border-radius: 0 0 5px 5px;
}
.row2-mid-text h3 {
	color: #222;
	font-size: 1em;
	font-family: 'NotoSans-Bold', sans-serif;
	margin-bottom: 8px;
}
.row2-mid-text p {
	color: #9c9c9c;
	font-size: 0.9em;
	line-height: 1.35em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.row2-right {
	background: linear-gradient(45deg, #6f878d, #e1eaed);
	border-radius: 5px;
	text-align: center;
	padding: 1.5em;
}
.row2-right-img {
	width: 50%;
	margin: 0 auto;
}
.row2-right-img img {
	width: 100%;
	border-radius: 4px;
}
.row2-right h3 {
	color: #fff;
	font-size: 1.15em;
	font-family: 'NotoSans-Bold', sans-serif;
	line-height: 1.3em;
	margin: 1em 0;
}
.row2-right p {
	color: #fff;
	font-size: 0.95em;
	line-height: 1.35em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ===== third row cards ===== */
.home-cards3 {
	padding: 20px 0 0 0;
	align-items: stretch;
	gap: 20px;
}
.home-cards3 .row3-left {
	flex: 0 0 66%;
}
.home-cards3 .row3-right {
	flex: 1;
}
.home-row3-wrap .container {
	padding-left: 0;
	padding-right: 0;
}
.row3-card {
	background: #111;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	min-height: 460px;
	flex: 1;
}
.row3-left {
	flex: 0 0 60%;
}
.row3-left-split {
	display: flex;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.row3-img {
	position: relative;
	flex: 0 0 50%;
}
.row3-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.row3-tag {
	margin-bottom: 8px;
	display: inline-block;
	color: #ffc600 !important;
}
.row3-left-text {
	background: #111;
	padding: 16px 18px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.row3-left-text h3 {
	color: #fff;
	font-size: 0.95em;
	font-family: 'NotoSans-Bold', sans-serif;
	line-height: 1.3em;
	margin-bottom: 8px;
}
.row3-left-text p {
	color: #cfcfcf;
	font-size: 0.85em;
	line-height: 1.35em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.row3-right {
	flex: 1;
}
.row3-right-inner {
	background: #00a74e;
	border-radius: 5px;
	padding: 1.8em 1.2em;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.row3-right-tag {
	margin-bottom: 10px;
}
.row3-right-inner img {
	width: 50%;
	margin: 0 auto 10px;
	border-radius: 4px;
}
.row3-right-inner h3 {
	color: #fff;
	font-size: 0.85em;
	font-family: 'NotoSans-Bold', sans-serif;
	line-height: 1.3em;
	margin-bottom: 8px;
}
.row3-right-inner p {
	color: #88d6ac;
	font-size: 0.8em;
	line-height: 1.35em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ===== right col ===== */
.home-right-col {
	flex: 0 0 32%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.home-right-col .row3-card {
	flex: none;
}
.home-right-col .row3-right-inner {
	flex: 1;
}

/* ===== new cards in right column ===== */
.card-new {
	background: #0e8ad9;
	border-radius: 5px;
	min-height: 215px;
}
.card-new-inner {
	padding: 2em 1.5em;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	height: 100%;
}
.card-new-left {
	flex: 0 0 45%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 0;
}
.card-new-left img {
	width: 100px;
	display: block;
	margin-top: -27px;
}
.card-new-right {
	flex: 1;
}
.card-new-right h3 {
	color: #fff;
	font-size: 1.5em;
	font-family: 'NotoSans-Bold', sans-serif;
	margin-bottom: 12px;
}
.card-new-right p {
	color: #89ccf8;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 18px;
}
.card-new-btn {
	display: inline-block;
	color: #fff;
	font-size: 1.1em;
	font-family: 'NotoSans-Bold', sans-serif;
	border: 2px solid #6eb9e8;
	border-radius: 30px;
	padding: 10px 36px;
	text-decoration: none;
}
.card-new-btn:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}
.card-new2 {
	background: #111;
	border-radius: 5px;
	overflow: hidden;
}
.card-new2-img {
	position: relative;
}
.card-new2-img img {
	width: 100%;
	display: block;
}
.card-new2-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 16px 16px 30px;
	background: linear-gradient(rgba(0,0,0,0.7), transparent);
}
.card-new2-overlay h3 {
	color: #fff;
	font-size: 1.40em;
	font-family: 'NotoSans-Bold', sans-serif;
	line-height: 1.3em;
	margin-bottom: 0;
}
.card-new2-overlay p {
	color: #cfcfcf;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
}

/* ===== video carousel ===== */
.video-section {
	padding: 2em 0 0 0;
}
.video-section .container {
	padding-left: 0;
	padding-right: 0;
}
.video-row {
	display: flex;
	gap: 20px;
	margin-left: -10px;
	align-items: stretch;
}
.video-main {
	flex: 0 0 66%;
}
.video-player-box {
	width: 100%;
	background: #000;
	border-radius: 5px;
	overflow: hidden;
}
.video-player-box video {
	width: 100%;
	display: block;
}
.video-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(17,17,17,0.7);
	border-radius: 50%;
	z-index: 2;
	opacity: 0.85;
}
.video-nav:hover {
	opacity: 1;
}
.video-nav img {
	width: 24px;
	height: 24px;
}
.video-prev {
	left: 12px;
}
.video-next {
	right: 12px;
}
.video-bar {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 12px 0;
}
.video-bar-item {
	display: block;
	width: 50px;
	height: 4px;
	background: rgba(255,255,255,0.2);
	border-radius: 2px;
}
.video-bar-item.active {
	background: #fff;
}
.video-sidebar {
	flex: 0 0 32%;
	background: #111;
	border-radius: 5px;
	padding: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.video-thumb {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 10px;
	border: 2px solid transparent;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 4px;
	flex: 1;
}
.video-thumb:last-child {
	margin-bottom: 0;
}
.video-thumb.active {
	border-color: #ffc600;
}
.video-thumb img {
	width: 180px;
	height: 100px;
	object-fit: cover;
	border-radius: 3px;
	flex-shrink: 0;
}
.video-thumb span {
	color: #fff;
	font-size: 14px;
	font-family: 'NotoSans-Bold', sans-serif;
	line-height: 1.3em;
}

/* responsive */
@media (max-width: 1200px) {
	.home-row-wrapper {
		flex-wrap: wrap;
	}
	.home-left-col,
	.home-right-col {
		flex: 0 0 100%;
	}
	.home-cards {
		flex-wrap: wrap;
	}
	.card-left,
	.card-middle,
	.row2-left,
	.row2-mid,
	.row2-right,
	.row3-left,
	.row3-right {
		flex: 0 0 100%;
	}
	.hero-content h1 {
		font-size: 28px;
	}
}
.copyright {
	padding: 1em 0 2em 0;
	text-align: center;
	padding-right: 120px;
}
.copyright p {
	color: #666;
	font-size: 15px;
	font-family: 'NotoSans-Regular', sans-serif;
	margin: 0;
}
