/**
* Theme Name:     Hiroshi Lord
* Author:         Hiroshi Lord
* Template:       flatsome
* Text Domain:	   k-tech
* Description:    Theme Build by Hiroshi Lord
* Version:        2025
*/

/* DEFAULT NO BORDER AND LINE-THROUGH */
.section-title-center b {
	opacity: 0;
}
.section-title-normal span {
    font-size: 16px;
    background: #ad0504;
    color: white;
    border-radius: 4px;
    padding: 10px;
	min-width:300px;
}
.border-8 img{
	border-radius:8px;
}
.header-bottom .flex-row.container{
	    background: #c03030 !important;
}
.p-15 {
	padding: 15px 15px 30px !important;

	/* .col {
	padding
} */
}
.category-video {
	.custom-post-excerpt {
		display:none;
	}
}

.post-item {
	.is-divider {
		display: none
	}

	.post-title {
		a {
			font-weight: 400 !important;
		}
	}
}

.d-none-text {
	.box {
		.box-text {
			display: none;
		}
	}
}

.blog-wrapper.blog-archive {
	.archive-page-header {
		@media screen and (max-width:768px) {
			.page-title {
				span {
					padding-left: 20px;
				}
			}
		}
	}
}
.nor-border {
	.section-title-normal {
		border-bottom: 1px solid #ebebeb;
		margin-bottom:15px;
	}
}

.section-title-normal {
	border-bottom: none;
}

.section-title-normal span {
	border-bottom: none;
}

.text-cap {
	span {
		text-transform: capitalize;
	}
}

.border-radius {
	border-radius: 8px;
	overflow: hidden;

	img {
		border-radius: 8px;
	}
}

.sec-footer {
	.custom-menu-white .ux-menu-link__text {
		color: #ffff !important;
		text-align: left !important;
	}

	a {
		color: #fff !important;
	}
}

.sec-footer-2 {
	.col-inner {
		padding: 15px 0;

		.text p {
			margin-bottom: 0 !important;
		}
	}
}

.row-custom-blog {
	max-width: 1220px !important;

}

/*
Css menu đa cấp cho Flatsome
Author: levantoan.com
*/
@media (min-width: 850px) {
	header#header .nav-dropdown {
		display: block;
	}

	header#header .nav-dropdown ul.sub-menu {
		position: absolute;
		left: 100%;
		top: 0;
		background: #fff;
		width: 250px;
		padding: 0;
		display: none !important;
		border-radius: 5px;
		-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
		box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	}

	header#header .nav-dropdown ul.sub-menu a {
		white-space: normal;
		margin: 0;
		padding: 10px 5px;
		border: 0;
		font-weight: 400;
	}

	header#header .nav-dropdown li:hover>ul.sub-menu {
		display: block !important;
	}

	header#header .nav-dropdown li {
		border-right: 0;
		white-space: nowrap;
		width: 100%;
		display: block;
		position: relative;
	}

	header#header .nav-dropdown li.menu-item-has-children>a {
		font-weight: 400;
		text-transform: none;
		color: rgba(102, 102, 102, .85);
	}

	header#header .nav-dropdown li.active>a {
		color: #e82c2a;
	}
}

.absolute-footer {
	display: none;
}

.text-overflow {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* Giới hạn tối đa 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* Hiện dấu ... nếu vượt quá */
	white-space: normal;
	/* Cho phép xuống dòng */

	a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/* Giới hạn tối đa 2 dòng */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		/* Hiện dấu ... nếu vượt quá */
		white-space: normal;
		/* Cho phép xuống dòng */
	}
}

.d-none {
	display: none !important;
}

/* #top-bar {
	border-top: 3px solid #ef3636 !important;

	.container {
		max-width: 100% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
} */

#wide-nav {
	z-index: 10;
	min-height: 52px;
/* 	border-bottom: 5px solid #000; */

	.container {
/* 		max-width: 100% !important; */
		/* padding-left: 0px !important;
		padding-right: 0px !important; */

		.flex-col {

			width: 100%;

			ul.header-nav {
				justify-content: start;
				width: 100%;

				li {

					margin: 0 !important;

					&:not(:first-child) a {
						border:1px solid #ffffff1f;
						border-width: 0 0 0 1px;
					}

					&.icon-home-k {
						a {
							background-image: url('../../uploads/2025/10/home-1.png') !important;
							background-repeat: no-repeat !important;
							background-position: center 15px;
							text-indent: -9999px;
							width: 52px;
						}

						&.current-menu-item {
							a {
								background-position: center 13px;
							}
						}
					}

					a {
						height: 42px;
						position: relative;
						line-height: 47px;
						color: white;
						padding: 0 10px;
						font-weight:500;
						i {
							font-size: 16px;
						}

					}

					&.font-0 {
						img {
							width: 40px;
							transform: translateY(-4px);
							margin-right: 0;
						}
					}

					&:not(.menu-item-object-category),
					&:not(.menu-item-object-category) {
						
/* 						margin-top: -4px !important; */
						height: 55px;
						border-width: 0;
						transition: all 0.3s ease;

						a {
							height: 55px;
							border: none;
/* 							padding-top:12px; */
						}
						&:hover{
							background-color: #ff2a2a;
						}
					}

					.sub-menu.nav-dropdown {
						li {
							background-color: transparent;
						}
					}

					&.has-dropdown::before {
						border-bottom-color: var(--fs-color-primary) !important;
						z-index:2;
					}

					&.has-dropdown::after {
						border-color: transparent;
					}

					.sub-menu {
						background-color: #fff !important;
						border: 1px solid #fff;
						border-top: 1px solid var(--fs-color-primary);
						padding: 10px;

						a {
							border: none !important;
							color:#000!important;
						}
					}

					&.nav-dropdown-col {
						font-size: 20px;

						ul {
							li {
								font-size: 16px;
							}
						}
					}

					.nav-column.nav-dropdown-default {
/* 						left: 104% !important; */
					}
					&.active {
						a {
/* 							background:#ff2a2a!important; */
						}
						.sub-menu.nav-dropdown {
							margin-top:-10px;
						}
					}
					&.current-menu-ancestor {
						& > a {
							background:#ff2a2a;
						}
					}
				}

			}

		}
		.header-button-1 {
			a.button {
				padding:0 10px!important;
				display:flex;
				align-items:center;
				justify-content:center;
				
				.icon-user {
					font-size:30px!important;
					margin:0!important;
				}
			}
		}
	}
}
.pb-15 {
	margin-bottom:30px!important;
}
#masthead {
	background-image: url('../../uploads/2025/11/banner-XUAN-HONG.gif');
	background-repeat: no-repeat;
	background-size: 100% 100%;

	#logo {
		display: none !important;
	}
}

.header-wrapper {
	.html_topbar_left {
		margin-right: 0;

		#date-now-js {
			padding: 0 10px;
			font-size: 11px;
			color: #666;
			margin: 10px 10px 0 0;
			font-weight: bold;
			text-transform: uppercase;
			/* border: 1px solid #CCC;
			border-width: 0 1px 0 0; */
		}
	}


	.header-social-icons {
		.social-icons {
			.icon {
				color: #555
			}
		}
	}
}

.font-0 {
	font-size: 0;

	@media screen and (max-width: 768px) {
		font-size: 16px;

	}
}

.col-divided-k {
	border-right: 0;
	padding-right: 15px !important;
}

.padding-left-0 {
	padding-left: 15px !important;

	#secondary {
		.nav-tabs+.tab-panels {
			padding: 0 10px;
		}


		.tab-sidebar {
			.tab-panels {
				.post-item {
					.box-text {
						padding-right: 0 !important;

						.post-title {
							font-size: 13px !important;
						}

						.post-meta {
							font-size: 12px !important;
						}

						.is-divider {
							display: none !important;
						}
					}

					&.col {
						padding-bottom: 0;
					}

				}
			}
		}

		.row-ct-siderbar {
			padding: 0 15px;

			.col {
				box-shadow: 0 0 3px #CACACA;
				padding-top: 10px;
				border-bottom: 5px solid var(--fs-color-primary);
				padding-bottom:0!important;
			}
		}

		.blog-dang-doan-the {
			box-shadow: 0 0 3px #CACACA;
			padding-top: 10px;
			border-bottom: 5px solid var(--fs-color-primary);

			.col {
				padding-bottom: 15px !important;

				.is-divider {
					display: none
				}
			}
		}

		.box-vertical {
			@media screen and (max-width: 768px) {
				display: flex;
				align-items: center;
				justify-content: space-between;
				gap: 10px;
				padding: 10px;
				.box-image {
					width: 12% !important;
				}
			}
		}

		.blog-dang-doan-the {
			@media screen and (max-width: 768px) {
				width: 99%;
				margin: auto;
			}

			.box-image {
				width: 15% !important;
			}
		}
	}
}

.p-0 {
	padding: 0 !important;
}

.d-none-mb {
	@media screen and (max-width:768px) {
		display: none;
	}
}

.post-item .box .box-image {

	.overlay {
		display: flex;
		justify-content: center;
		align-items: center;

		.overlay-icon {
			width: 30px !important;
			height: 30px !important;
			line-height: unset;
			align-items: center;
			display: flex;
			justify-content: center;

			i {
				font-size: 12px;
			}
		}

	}
}

/* END */

.border-bottom-red {
	border-bottom: 3px solid var(--fs-color-primary) !important;
	box-shadow: 0 0 3px #CACACA;

	@media screen and (max-width:768px) {
		margin-bottom: 30px;
	}
}

.icon-left-mb {
	@media screen and (max-width:768px) {
		text-align: left;
	}
}

/* Search Hệ thống văn bản */
.d-flex {
	display: flex !important;

	@media screen and (max-width:768px) {
		flex-direction: column;
	}

	span {
		flex: 1 1 calc((100% - 10px)/2);
	}
}

.htvb-wrapper {
	border: 1px solid #eee;
	padding: 16px;
	border-radius: 8px;
	position: relative;

	&.is-loading:after {
		content: "Đang tải...";
		position: absolute;
		inset: 0;
		background: rgba(255, 255, 255, .7);
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
	}

	.htvb-form-row {
		display: flex;
		gap: 8px;
		margin-bottom: 12px;
		align-items: center;

		@media screen and (max-width:768px) {
			flex-direction: column;
			align-items: start;
		}

		input[type=text] {
			flex: 1;
			padding: 8px;

			&:focus {
				outline: 1px solid var(--fs-color-primary);
			}
		}

		.htvb-btn {
			background: var(--fs-color-primary);
			color: #fff;
			border: 0;
			/* padding: 9px 16px; */
			border-radius: 2px;
			cursor: pointer
		}

		.htvb-select {
			width: 100%;
			padding: 6px
		}
	}

	.htvb-table {
		width: 100%;
		border: 1px solid #eee;

		.htvb-row {
			display: flex;
			gap: 10px;
			padding: 8px;
			border-bottom: 1px solid #f0f0f0;
			align-items: start;

			div {
				flex: 1 1 calc(100%/4);

				.htvb-title {
					text-decoration: none;
					/* font-weight: 700; */
					font-size: 16px;
					text-align: justify;

					&:hover {
						text-decoration: underline;
					}
				}

				.htvb-download {
					display: inline-block;
					background: var(--fs-color-primary);
					color: #fff;
					padding: 6px 10px;
					border-radius: 5px;
					text-decoration: none;

					.disabled {
						background: #bbb;
						pointer-events: none;
					}
				}
			}

			&.htvb-head {
				font-weight: 500;
				background: #fafafa;
			}

		}
	}

	.htvb-pagination {
		margin-top: 12px;

		ul {
			display: flex;
			gap: 6px;
			list-style: none;
			margin: 0;
			padding: 0;
			flex-wrap: wrap;
			justify-content: center;

			li {

				a,
				span {
					display: block;
					border: 1px solid #ddd;
					padding: 6px 15px;
					border-radius: 2px;
					text-decoration: none
				}

				&.active a {
					background: var(--fs-color-primary);
					color: #fff;
					border-color: var(--fs-color-primary)
				}

				.dots {
					border: 1px solid #eee;
					padding: 6px 10px;
					border-radius: 6px
				}
			}
		}
	}
}

.entry-header-text {
	padding: 0 !important;

	.entry-divider {
		display: none;
	}
}

.entry-author.author-box {
	display: none;
}

.row-divided>.col+.col:not(.large-12) {
	border-left: none;
}

.transform-y-38 {
	transform: translateY(-38px);
}

.single {
	.transform-y-38 {
		transform: translateY(0);
	}
}

.p-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

#block_widget-3 {
	.tab-panels {
		padding: 0 15px !important;

		.col {
			padding-bottom: 10px !important;

			.col-inner {
				border-bottom: 1px solid #ebebeb;
			}
		}
	}
}

.search-no-results {
	.archive-page-header {
		display: none;
	}

	.transform-y-38 {
		transform: translateY(0);
	}
}

.blog-no-img {
	.post-item {
		padding: 0;
		border-bottom: 1px solid #eee;

		@media screen and (max-width:768px) {
			padding: 0 32px;

		}

		&:last-child {
			border-bottom: none;
		}

		.box {
			.box-image {
				display: none;
			}

			.box-text-inner {
				position: relative;

				&::before {
					content: '';
					position: absolute;
					left: -14px;
					right: 0;
					top: 7px;
					bottom: 0;
					width: 7px;
					background: var(--fs-color-primary);
					height: 7px;
					border-radius: 50%;
				}
			}

			.post-title {
				font-size: 14px !important;
			}
		}
	}
}

/* End */

/* Hệ thống nhắc việc */

.hv-count {
	background: #f1f5f9;
	padding: 10px 14px;
	border-radius: 6px;
	display: flex;
	color: #333;
	font-weight: 600;
	margin-bottom: 12px;
}

.hv-filter-card {
	margin-bottom: 18px;
	padding: 18px;
	border-radius: 8px;
	background: #f8f9fa;
	border: 1px solid #eee;

	h3 {
		margin: 0 0 12px;
		font-size: 1.06rem;
	}

	.row_filter_reminder {
		display: flex;
		gap: 16px;
		align-items: end;
		flex-wrap: wrap;

		label {
			min-width: 250px;
		}

		.hv-btn-apply {
			background: #0b79ff;
			color: #fff;
			border: none;
			/* padding: 10px 16px; */
			border-radius: 6px;
			cursor: pointer;
		}

		.name-filter {
			font-size: 0.9rem;
			margin-bottom: 6px;
			color: #333;
		}
	}
}

.hv-filters {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

#hv-results-wrap {
	.hv-table-wrap {
		background: #fff;
		border-radius: 8px;
		border: 1px solid #eee;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
		overflow: hidden;

		@media screen and (max-width:768px) {
			/* display: flex; */
			width: 100%;
			flex-wrap: nowrap;
			overflow-x: auto;
			justify-content: flex-start;
			-webkit-overflow-scrolling: touch;
		}

		.hv-table {
			border-collapse: collapse;
			border: 1px solid #dee2e6;
			border-radius: 8px;
			/* overflow: hidden; */
			box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			background-color: #fff;
			margin-bottom: 0 !important;

			@media screen and (max-width:768px) {

				/* display: flex; */
				width: max-content;
				flex-wrap: nowrap;
				overflow-x: auto;
				justify-content: flex-start;
				-webkit-overflow-scrolling: touch;
			}

			thead th {
				background: #fafafa;
				padding: 15px;
				font-weight: 500;
			}

			th,
			td {
				border-bottom: 1px solid #eee;
				padding: 12px;
				vertical-align: middle;
			}

			/* Row backgrounds */
			.hv-row.hv-con_han {
				background: #eafbea;
				border-left: 4px solid #2bb673;
			}

			.hv-row.hv-den_han {
				background: #fff8e1;
				border-left: 4px solid #ffb020;
			}

			.hv-row.hv-qua_han {
				background: #fdecea;
				border-left: 4px solid #dc3545;
			}

			/* Badges */
			.hv-badge {
				display: inline-block;
				padding: 6px 12px;
				border-radius: 16px;
				font-weight: 500;
				color: #fff;
			}

			.hv-badge-success {
				background: #28a745;
			}

			.hv-badge-warning {
				background: #ffc107;
				color: #000;
			}

			.hv-badge-danger {
				background: #dc3545;
			}
		}

	}

	#hv-results-pagination {
		.hv-pagination {
			text-align: center;
			margin-top: 12px;
			display: flex;
			justify-content: center;

			a {
				margin: 5px 6px;
				padding: 5px 15px;
				border: 1px solid #ddd;
				border-radius: 2px;
				text-decoration: none;
				color: #333;

				&.active {
					background: var(--fs-color-primary);
					color: #fff !important;
					border-color: var(--fs-color-primary);
					;
				}
			}
		}
	}
}

/* Thủ tục hành chính */

.tthc-wrapper {
	margin-top: 20px;

	.tthc-form {
		display: block;
		gap: 10px;
		margin-bottom: 15px;

		input,
		select {
			padding: 6px 10px;
			min-width: 180px;
		}

		.tthc-btn {
			background: var(--fs-color-primary);
			color: #fff;
			border: none;
			cursor: pointer;
			margin-right: 0;
		}
	}

	.tthc-results {
		display: block;
		width: 100%;
		overflow-x: auto;


		table {
			width: 100%;
			border-collapse: collapse;

			@media screen and (max-width:768px) {
				width: 1000px;
			}

			th,
			td {
				border: 1px solid #ddd;
				padding: 8px;
				text-align: left;
			}

			th {
				background: #f3f3f3;
			}

			.tthc-pagination {
				margin-top: 10px;
				text-align: center;

				a {
					margin: 0 4px;
					padding: 4px 8px;
					border: 1px solid #ddd;
					color: #0073aa;
					cursor: pointer;

					&.active {
						background: #0073aa;
						color: #fff;
					}
				}
			}
		}

	}

	.tthc-loading {
		display: none;
		text-align: center;
		padding: 20px;

		&::after {
			content: "";
			display: inline-block;
			width: 32px;
			height: 32px;
			border: 3px solid #ccc;
			border-top-color: #0073aa;
			border-radius: 50%;
			animation: spin 0.8s linear infinite;
		}

		@keyframes spin {
			to {
				transform: rotate(360deg);
			}
		}
	}
}

/* Timeline */
#timeline-wrapper {
	#timeline-loading {
		padding: 20px;
		text-align: center;
	}

	#timeline-content {
		margin: 20px 0;

		.timeline-month {
			position: relative;

			.tm-month-head {
				background: #f0f0f0;
				display: inline-block;
				padding: 8px 12px;
				border-radius: 4px;
				font-weight: 500;
			}

			.tm-month-items {
				border-left: 2px solid #e6e6e6;
				padding-left: 20px;
				margin-left: 6px;

				.tm-item {
					display: block;
					padding: 30px 0;
					position: relative;

					.tm-dot {
						width: 10px;
						height: 10px;
						border-radius: 50%;
						background: #ddd;
						position: absolute;
						left: -26px;
						top: 39px;
					}

					.tm-item-date-full {
						font-weight: 400;
						font-size: 14px;
						color: #888;
					}

					.tm-item-body {

						.tm-item-title {
							margin: 0 0 6px;
							font-size: 16px;

							a {
								color: #686868;
								font-weight: 500;
								text-decoration: none;

								&:hover {
									color: #000;
								}
							}
						}

					}
				}

			}
		}
	}

	.tm-pagination {
		text-align: left;
		margin-top: 18px;

		.tm-pages {
			list-style: none;
			padding: 0;
			display: inline-flex;
			gap: 6px;

			li {
				margin-left: 0 !important;

				a {
					display: inline-block;
					padding: 5px 12px;
					text-decoration: none;
					color: #333;
				}

				&.tm-active a {
					background: var(--fs-color-primary);
					color: #fff;
					border-color: var(--fs-color-primary);
				}

				&.tm-ellipsis {
					padding: 6px 10px;
					color: #777;
				}
			}
		}

	}
}


/* Category Blog */
.custom-post-item {

	border-bottom: 1px solid #ebebeb;

	.custom-post-inner {
		padding: 15px;

		.custom-post-heading {

			.custom-post-title {
				margin-bottom: 10px !important;
				font-size: 18px;
				font-weight: normal;

				a {
					color: #333;

					&:hover {
						color: #000;
					}
				}

				;
			}

			.custom-post-meta {
				display: flex;
				gap: 10px;

				i {
					font-size: 12px;
				}
			}
		}

		.custom-post-content {
			display: flex;
			margin-top: 10px;
			gap: 10px;

			@media screen and (max-width:768px) {
				flex-direction: column;
			}

			.custom-post-thumb {
				flex: 0 0 48%;
				/* thumbnail chiếm ~38-40% */
				max-width: 48%;
				overflow: hidden;
				position: relative;
/* 				display:none; */

				/* transition: all .4s ease-in-out; */
				@media screen and (max-width:768px) {
					flex: 0 0 100%;
					/* thumbnail chiếm ~38-40% */
					max-width: 100%;
				}

				img {
					width: 100%;
					height: 250px;
					display: block;
					border-radius: 4px;
					object-fit: cover;
				}

				.overplay-icon {
					content: '';
					position: absolute;
					left: 0;
					right: 0;
					top: 0;
					bottom: 0;
					display: flex;
					align-items: center;
					justify-content: center;
					background: #000;
					opacity: 0;
					transition: all .4s ease-in-out;

					span {
						display: flex;
						justify-content: center;
						align-items: center;
						width: 50px;
						height: 50px;
						border-radius: 50%;
						border: 1px solid #fff;

						i {
							color: #fff;
						}
					}
				}

				&:hover {
					.overplay-icon {
						opacity: 0.5;
					}
				}
			}

			.custom-post-link {
				flex: 1 1 48%;
				padding-top: 0;

				.custom-post-readmore {
					margin-top: 10px;

					.readmore-btn {
						padding: 0px 15px;
						font-size: 12px;
						border-radius: 2px;
						font-weight: normal;
						text-transform: unset;
					}
				}
			}
		}
	}
}

.background-red {
	background-image: -webkit-linear-gradient(left, #cc0000 0%, #ffcccc 100%);

	h3 {
		margin-bottom: 0;
		color: #fff;
		padding: 10px;
	}
}

.ArticleCat .ArticleCatName {
	background: rgba(0, 0, 0, 0) url('../../uploads/2025/10/li_icon.png') no-repeat scroll 12px center;
	padding-left: 30px;
	/* 	.lnk-CatName {
	padding-left: 30px;
} */
}

.border-k {
	.col-inner {
		border: 1px solid #ebebeb;
		border-radius: 10px;
		overflow: hidden;

		ul {
			padding: 10px 0;

			li:first-child {
				margin-left: 1.3em !important;
			}
		}
	}
}

.custom-table-k {
	.wp-block-table.is-style-stripes {
		background-color: initial;
		border-bottom: 1px solid #f0f0f0;
		border-collapse: inherit;
		border-spacing: 0;

		table {
			border-spacing: 0;
			width: 100%;
			border: 1px solid #eee;
			border-collapse: separate;
			margin-bottom: 1.5em;

			tbody tr:nth-child(odd) {
				background-color: #f0f0f0;
			}

			td,
			th {
				padding: 1.4em;
				text-align: left;
				border-right: 1px dotted #eee;
			}
		}

		.has-fixed-layout {
			table-layout: fixed;
			width: 100%;
		}
	}
}

/* Lịch công tác */
#lich-tuan-wrapper {
	text-align: center;
	margin: 30px 0;

	.title-lich-cong-tac {
		color: var(--fs-color-primary);
		margin-bottom: 6px;
	}

	#lich-range-text {
		margin-bottom: 20px;
		font-weight: 600;
	}

	.lich-nav {
		display: flex;
		justify-content: center;
		gap: 40px;
		margin: 25px 0;
		flex-wrap: wrap;

		@media screen and (max-width:768px) {
			gap: 15px;
			flex-wrap: nowrap;
		}

		.lich-item {
			background: #f4f4f4;
			padding: 20px;
			border-radius: 8px;
			min-width: 250px;

			@media screen and (max-width:768px) {
				min-width: 150px;
				padding: 15px;
			}

			.btn-change-week {
				color: #0073aa;
				font-weight: 600;
			}

			#prev-no,
			#next-no {
				display: none;
				color: #777;
			}
		}
	}

	#btn-hientai {
		background: #0073aa;
		color: #fff;
		padding: 10px 20px;
		border-radius: 5px;
		text-decoration: none;
		display: inline-block;
		margin-bottom: 20px;
	}

	#lich-content {
		max-width: 1000px;
		min-height: 100px;
	}
}

.sec-five-blog {
	.post-item {
		padding-bottom:0;
		.box .box-image {
			display:none;
		}
		.box-text-inner  {
			a {
				font-size:18px;
			}
			.from_the_blog_excerpt  {
				font-size:16px;
				font-weight:300;
				color:#707070;
			}
		}
	}
	.row.border-bottom-red {
		.col:first-child {
			border-right: 1px solid #ebebeb;
		}
	}
}

.tin-trong-xa {
	font-family: "Roboto", sans-serif;
}

.tin-title {
	font-weight: 700;
	font-size: 18px;
	border-left: 4px solid #c00;
	padding-left: 8px;
	margin-bottom: 12px;
}

.tin-moi-nhat {
	display: flex;
	gap: 10px;
}

.tin-thumb img {
	width: 120px;
	height: 80px;
	object-fit: cover;
}

.tin-content h4 {
	font-size: 16px;
	margin: 0 0 6px;
}

.tin-excerpt {
	font-size: 14px;
	color: #555;
}

.tin-cu {
	border-top: 1px solid #eee;
	padding: 6px 0;
	font-size: 14px;
}

.tin-cu .tin-time {
	color: #999;
	margin-right: 5px;
}

.tin-cu a {
	color: #000;
	text-decoration: none;
}

.tin-cu a:hover {
	color: #c00;
}

.tin-trong-xa {
	font-family: "Roboto", sans-serif;
}

.tin-title {
	font-weight: 700;
	font-size: 18px;
	border-left: 4px solid #c00;
	padding-left: 8px;
	margin-bottom: 12px;
}

/* ==== Tin mới nhất ==== */
.tin-moi-nhat {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 10px;
	overflow: hidden;

	&:hover {
		.tin-thumb a .overplay-icon {
			opacity: 1;
		}
	}

	@media screen and (max-width:768px) {
		flex-direction: column;
	}
}

.tin-moi-nhat .tin-thumb {
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);
	overflow: hidden;

	@media screen and (max-width:768px) {
		max-width: 100%;
		flex: unset;
		width: 100%;
	}

	a {
		position: relative;
		display: block;
		overflow: hidden;

		.overplay-icon {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			transition: all .4s ease-in-out;
			border-radius: 6px;

			span {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 50px;
				height: 50px;
				border-radius: 50%;
				border: 1px solid #fff;

				i {
					color: #fff;
				}
			}
		}
	}


}

.tin-moi-nhat .tin-thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
}

.tin-moi-nhat .tin-content {
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);

	@media screen and (max-width:768px) {
		max-width: 100%;
		flex: unset;
		width: 100%;
	}
}

.tin-moi-nhat .tin-name {
	font-size: 16px;
	margin: 0 0 6px;
	line-height: 1.4;
}

.tin-moi-nhat .tin-name a {
	color: #000;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* Giới hạn tối đa 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* Hiện dấu ... nếu vượt quá */
	white-space: normal;
	/* Cho phép xuống dòng */
}

.tin-moi-nhat .tin-name a:hover {
	color: #c00;
}

.tin-moi-nhat .tin-excerpt {
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}

/* ==== Tin cũ hơn ==== */
.tin-cu {
	border-top: 1px solid #eee;
	padding: 6px 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.tin-cu .tin-time {
	    color: #999;
    white-space: nowrap;
    font-size: 12px;
    border-right: 1px solid;
    padding-right: 5px;
    width: 100px;
    text-align: center;
}

.tin-cu a {
	color: #000;
	text-decoration: none;
	flex: 1;
	line-height: 1.4;
}

.tin-cu a:hover {
	color: #c00;
}

.pb-0{
	padding-bottom:0!important;
}

.right-siderbar-home {
	.row-ct-siderbar {
		box-shadow: 0 0 3px #CACACA;
		padding-top: 10px;
		border-bottom: 5px solid var(--fs-color-primary);
		border-radius: 4px;
		overflow: hidden;
		margin:0 0 15px 0!important;
		.col{
			.section-title-normal span {
				min-width:246px;
			}
			padding-bottom:0;

			@media screen and (max-width:768px){
				.box {
					display:flex;
					gap:10px;
					.box-image{
						width:12%!important;
					}
				}
			}
		}

	}
}
.custom-stack-home {
	@media screen and (max-width:768px){
		flex-direction: column;
		.ux-logo{
			width:100%!important;
			img {
				width:100%;
				height:auto!important;
			}
		}
	}
}

.marquee {
	height: 30px;
	width: 100%;

	overflow: hidden;
	position: relative;
}

.marquee div {
	display: block;
	width: 200%;
	height: 30px;
	position: absolute;
	overflow: hidden;

	animation: marquee 20s linear infinite;
}

.marquee span {
	float:left;
	width: 50%;
	font-weight:500;
}

/* Styles for recent docs list */
.recent-docs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.recent-doc-item {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 10px;
  transition: box-shadow .12s ease;
}

.recent-doc-item .rdi-link {
 display: flex;
    flex-direction: column;
    align-items: start;
    text-decoration: none;
    color: inherit;
}


.rdi-left {
      display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.opacity-0 {
	opacity:0;
}
.rdi-icon {
     display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: transparent;
    color: var(--fs-color-primary);
    font-weight: 500;
}



/* main title/excerpt */
.rdi-main {
  flex: 1;
}

.rdi-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}

.rdi-excerpt {
  margin: 6px 0 0 0;
  font-size: 13px;
  color: #555;
}

/* date box (khung hồng/pink) aligned to right */
.rdi-date {
  text-align: right;
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 6px;
  /* hồng nhạt */
  color: #777;
}

/* responsive */
@media (max-width:720px) {
  .rdi-left {
    min-width: 72px;
  }

  .rdi-date {
    min-width: 64px;
    font-size: 12px;
    padding: 5px 6px;
  }

  .rdi-docno {
    max-width: 80px;
    font-size: 12px;
    padding: 5px 6px;
  }

  .rdi-excerpt {
    display: none;
  }

  /* ẩn excerpt trên mobile nếu muốn */
}
.row-ct-siderbar {
	.box {
		.box-text{
			padding:10px 1.5em!important;
			font-size:16px;
		}
	}
}

@keyframes marquee {
	0% { right: 0; }
	100% { right: -100%; }
}