/* Lightbox Styles */
.lightbox-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
	margin: auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}

.lightbox-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
}

.lightbox-close:hover,
.lightbox-close:focus {
	color: #bbb;
	text-decoration: none;
}

.lightbox-caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.lightbox-prev, .lightbox-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.3s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: rgba(0,0,0,0.5);
}

.lightbox-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.lightbox-prev:hover, .lightbox-next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Responsive */
@media screen and (max-width: 768px) {
	.lightbox-content {
		width: 100%;
		height: auto;
	}

	.lightbox-prev, .lightbox-next {
		padding: 12px;
	}
}

button {
	border-radius: 0;
}

button:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

button,input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,input {
	overflow: visible;
}

button {
	text-transform: none;
}

[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:focus,.btn:hover {
	text-decoration: none;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn:disabled {
	opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus,.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
}

.mt-0 {
	margin-top: 0!important;
}

.mb-0 {
	margin-bottom: 0!important;
}

.mt-4 {
	margin-top: 1.5rem!important;
}

.mt-5 {
	margin-top: 3rem!important;
}

.pt-4,.py-4 {
	padding-top: 1.5rem!important;
}

.py-4 {
	padding-bottom: 1.5rem!important;
}

.pt-5 {
	padding-top: 3rem!important;
}

.pb-5 {
	padding-bottom: 3rem!important;
}

.mx-auto {
	margin-right: auto!important;
}

.mx-auto {
	margin-left: auto!important;
}

.text-left {
	text-align: left!important;
}

.text-white {
	color: #fff!important;
}

.vts-image-cover {
	position: relative;
	width: 100%;
	height: 0;
}

.vts-image-cover a {
	display: block;
	height: 100%;
	width: 100%;
}

.vts-image-cover img {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 100%!important;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.vts-image-cover.image--contain .img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: contain;
	object-position: contain;
}

.vts-image-cover.vts-image-cover--16x9 {
	padding-bottom: 56.25%;
}

.project .sub-header {
	background: url(https://ducphat.updata.top/wp-content/uploads/2025/06/project-sub.jpg);
	color: #fff;
}

.project .sub-header .text-1 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .2em;
	margin-top: 10px!important;
}

.project .sub-header .text-2 {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: .2em;
	margin-top: 30px!important;
}

.project .sub-header input[type=text] {
	width: 306px;
	background: #000;
	color: #fff;
	padding: 20px 9px;
	border: 1px solid #fff;
	text-indent: 10px;
	font-size: 12px;
	margin-left: 0px;
}

.item-img img {
	width: 100%;
}

.item-content {
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.item-content ul {
	padding: 10px 20px;
	margin: 0 10px;
}

.item-content h3 {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #ec1b2e;
}

.item-content li {
	font-size: 14px;
	line-height: 16px;
}

.item-content li span {
	font-weight: 700;
}

.line-bottom {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}

.line-bottom:before {
	content: "";
	width: 100px;
	height: 10px;
	background: #ec1b2e;
	margin-top: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.line-bottom__blue:before {
	background: #ec1b2e;
}

.title-header {
	width: 100%;
	max-width: 326px;
	height: 42px;
	background: #ec1b2e;
	border: 1px solid #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
}

.c-search {
	display: inline-block;
	position: relative;
}

.c-search i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: 10px;
}

.c-search input {
	padding: 20px 9px;
}

.c-search ::placeholder {
	color: #fff;
	opacity: 1;
}

.c-breadcrumb {
	padding: 15px 0 15px 0;
	margin-left: 0px;
}

.c-breadcrumb p {
	margin-top: 0;
	margin-bottom: 0;
}

.project .sub-header {
	background: url(https://ducphat.updata.top/wp-content/uploads/2025/06/pexels-pixabay-236705-1-scaled.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	position: relative;
}

.project .sub-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(135 6 20 / 88%);
	z-index: 1;
}

.project .sub-header > * {
	position: relative;
	z-index: 2;
 /* Đảm bảo nội dung hiển thị trên overlay */;
}

@media (min-width: 992px) {
	.project .sub-header h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 90px;
		line-height: 110px;
		letter-spacing: .2em;
		margin-top: 25px!important;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.mx-auto.mt-4.text-2 {
		font-size: 20px;
		line-height: 21px;
		text-align: center;
	}

	.mx-auto.mt-4.text-1 {
		font-size: 20px;
		line-height: 21px;
		text-align: center;
	}
}

.form-search-wrap .dropdown button {
	background: rgba(0, 0, 0, .8);
	color: #fff;
	border-radius: 0;
	border: 1px solid #fff;
	width: 177px;
	position: relative;
	padding-right: 30px;
	height: 42px;
}

.dropdownCus .dropdown-menu {
	border-radius: 0;
	margin: 0;
	padding: 11px 0;
	border: 1px solid rgba(0, 0, 0, .8);
}

.dropdownCus .dropdown-menu .dropdown-item {
	padding-left: 11px;
	padding-right: 11px;
	font-size: 12px;
}

.dropdownCus .dropdown-menu .dropdown-item:hover {
	color: #000e8e;
	background: 0 0;
}

.project .sub-header input[type=text] {
	background: rgba(0, 0, 0, .8);
	margin-left: 0;
}

.form-search-wrap .dropdown button:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.form-search-wrap .dropdown button span {
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #fff;
	text-align: left;
}

.form-search-wrap .col-left {
	width: 326px;
	margin-right: 15px;
}

.form-search-wrap .col-right {
	width: calc(100% - 345px);
	max-width: 700px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.form-search-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 36px;
	margin-top: 50px;
}

@media only screen and (max-width: 991px) {
	.form-search-wrap .c-search,.form-search-wrap .dropdown,.form-search-wrap .dropdown button,.form-search-wrap .title-header {
		width: 100%;
		max-width: 100%;
	}

	.form-search-wrap {
		max-width: 300px;
		margin: 0 auto;
		margin-top: 50px;
	}

	.project .sub-header input[type=text] {
		min-width: 100%;
		margin-left: 0;
		width: 100%;
		text-indent: 3px;
	}

	.form-search-wrap .col-left {
		width: 100%;
		margin-right: 0;
	}

	.form-search-wrap .col-right {
		width: 100%;
		max-width: 100%;
	}
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-toggle {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 4px;
	min-width: 200px;
	text-align: left;
}

.dropdown-toggle:hover {
	background: #f8f9fa;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 200px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	max-height: 300px;
	overflow-y: auto;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-item {
	display: block;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
}

.dropdown-item:hover {
	background: #f8f9fa;
	text-decoration: none;
	color: #333;
}

.dropdown-item:last-child {
	border-bottom: none;
}

.form-search-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.col-left, .col-right {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.vts-thumbnail img {
	top: 50%;
}

/* Fixed Gallery Slider Styles - Thay thế CSS cũ */
.slick-slider-05 {
	margin-bottom: 2rem;
}

.slider-05-for {
	margin-bottom: 15px;
 /* Giảm khoảng cách từ 1rem xuống 15px */;
}

.slider-05-nav {
	max-width: 100%;
	margin-top: 0;
 /* Đảm bảo không có margin-top */;
}

.slider-05-nav .slick-slide {
	margin: 0 5px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.slider-05-nav .slick-slide.slick-current {
	opacity: 1;
}

.slider-05-nav .slick-slide:hover {
	opacity: 1;
}

/* Điều chỉnh khoảng cách giữa các slide thumbnails */
.slider-05-nav .slick-list {
	margin: 0 -5px;
}

.slider-05-nav .slick-track {
	display: flex;
	align-items: center;
}

/* Đảm bảo thumbnail có chiều cao cố định */
.slider-05-nav .thumbnail {
	height: 80px;
 /* Chiều cao cố định cho thumbnail */;
}

.slider-05-nav .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Main slider adjustments */
.slider-05-for .thumbnail {
	margin-bottom: 0;
 /* Loại bỏ margin-bottom nếu có */;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.slider-05-nav {
		margin-top: 10px;
 /* Chỉ thêm khoảng cách nhỏ trên mobile */;
	}

	.slider-05-nav .thumbnail {
		height: 60px;
 /* Giảm chiều cao thumbnail trên mobile */;
	}
}

@media (max-width: 480px) {
	.slider-05-for {
		margin-bottom: 10px;
 /* Giảm thêm khoảng cách trên mobile nhỏ */;
	}

	.slider-05-nav .thumbnail {
		height: 50px;
	}
}


/* CSS bổ sung để fix khoảng cách slider - Thêm vào <style> */

/* Force remove any extra spacing */
.slick-slider-05 * {
	box-sizing: border-box;
}

.slider-05-for {
	margin-bottom: 15px !important;
	padding-bottom: 0 !important;
}

.slider-05-for .vts-image-cover {
	padding-bottom: 50%;
}

.slider-05-for .slick-list {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.slider-05-for .slick-track {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.slider-05-nav {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.slider-05-nav .slick-list {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Đảm bảo thumbnail có kích thước đồng nhất */
.slider-05-nav .c-item {
	padding: 0 5px;
}

.slider-05-nav .thumbnail {
	width: 100%;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
	border: 2px solid transparent;
	transition: border-color 0.3s ease;
}

.slider-05-nav .slick-current .thumbnail {
	border-color: #007cba;
}

.slider-05-nav .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Fix cho main slider */
.slider-05-for .thumbnail {
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	border-radius: 8px;
}

.slider-05-for .thumbnail img {
	width: 100%;
	height: auto;
	max-height: 600px;
	object-fit: contain;
	display: block;
}

/* Responsive fixes */
@media (max-width: 768px) {
	.slider-05-nav .thumbnail {
		height: 60px;
	}

	.slider-05-for .thumbnail {
		max-height: 400px;
	}

	.row.m-4 {
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.project .sub-header h1 {
		font-size: 33px;
		line-height: 110px;
		margin-top: 25px !important;
		text-align: center;
		color: #fff;
	}

	.project .sub-header {
		padding: 15px;
	}

	.mx-auto.mt-4.text-1 {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}

	.mx-auto.mt-4.text-2 {
		font-size: 20px;
		text-align: center;
		line-height: 31px;
	}

	.item-content ul {
		padding: 10px 10px;
		margin: 0;
	}

	.form-search-wrap .col-right {
		flex-direction: column;
	}

	.col {
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	.slider-05-nav .thumbnail {
		height: 50px;
	}

	.slider-05-for .thumbnail {
		max-height: 300px;
	}

	.slider-05-nav .c-item {
		padding: 0 3px;
	}
}

/* Additional Slick overrides */
.slick-slider-05 .slick-slide {
	margin-bottom: 0 !important;
}

.slick-slider-05 .slick-slide > div {
	margin-bottom: 0 !important;
}

/* Ensure no extra spacing from other elements */
.slick-slider-05 .c-item {
	margin-bottom: 0 !important;
}

.slick-slider-05 .vts-image-cover {
	margin-bottom: 0 !important;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-toggle {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 4px;
	min-width: 200px;
	text-align: left;
}

.dropdown-toggle:hover {
	background: #f8f9fa;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 200px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	max-height: 300px;
	overflow-y: auto;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-item {
	display: block;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
}

.dropdown-item:hover {
	background: #f8f9fa;
	text-decoration: none;
	color: #333;
}

.dropdown-item:last-child {
	border-bottom: none;
}

.form-search-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.col-left, .col-right {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}