.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.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 {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.mb-0 {
	margin-bottom: 0!important;
}

.m-4 {
	margin: 1.5rem!important;
}

.mt-4 {
	margin-top: 1.5rem!important;
}

.mt-5 {
	margin-top: 3rem!important;
}

.px-0 {
	padding-right: 0!important;
}

.px-0 {
	padding-left: 0!important;
}

.mx-auto {
	margin-right: auto!important;
}

.mx-auto {
	margin-left: auto!important;
}

.text-white {
	color: #fff!important;
}

.image-cover {
	position: relative;
	width: 100%;
	height: 0;
}

.image-cover a {
	display: block;
	height: 100%;
	width: 100%;
}

.image-cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%!important;
	height: 100%!important;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.image-cover.image-cover--16x9 {
	padding-bottom: 56.25%;
	padding-top: 0;
}

.project .sub-header {
	background: url(https://bmbsteel.com.vn/themes/bmb/assets/images/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;
	padding: 10px;
}

.item-content ul {
	padding: 10px 20px;
	margin: 0;
}

.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;
}

.pagination {
	margin: auto;
}

.pagination li {
	float: left;
	padding: 0;
	background: #9a9999;
	color: #fff;
	border: 1px solid;
	height: 43px;
	width: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pagination li:hover {
	background: #fff;
	color: #000;
}

.pagination .active {
	border: 1px solid #000e8e;
	background-color: #fff;
	color: #000e8e;
	box-sizing: border-box;
}

.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: 40%;
	left: 0;
	transform: translateY(-50%);
	left: auto;
	right: 10px;
}

.c-search input {
	padding-right: 25px;
}

.c-search ::placeholder {
	color: #fff;
	opacity: 1;
}

.c-breadcrumb {
	padding: 15px 0 15px 0;
	margin-left: -15px;
}

.c-breadcrumb p {
	margin-bottom: 0;
}

.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;
}

.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;
	margin-bottom: 0;
}

.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);
}

.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 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 36px;
	margin-top: 50px;
}

.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%);
 /* Overlay đen với độ trong suốt 50% */
	z-index: 1;
}

.project .sub-header > * {
	position: relative;
	z-index: 2;
 /* Đảm bảo nội dung hiển thị trên overlay */;
}

@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%;
	}
}

@media (max-width: 767px) {
	input {
		font-size: 16px!important;
		padding: 9px 15px!important;
	}

	.project .sub-header .c-search,.project .sub-header input[type=text] {
		min-width: 100%;
	}

	.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;
	}

	.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;
	}

	.content-project {
		padding: 15px;
	}

	.item-content ul {
		padding: 10px 10px;
		margin: 0;
	}
}

.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;
}