.wtheader02__search {
	background-color: var(--theme-primary) !important;
	filter: brightness(1.05);
	padding: 20px;
	color: var(--theme-primary-text);
}
.wtheader02__search h2 {
	color: var(--theme-primary-text);
}
.wtheader02__search select#select-category {
	border-radius: 0px;
}
.wtheader02__caption {
	top: 15%;
	left: 5%;
	right: 8%;
}
.wtheader02_caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 5%;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
@media (max-width: 767px) {
	.wtheader02_caption {
		right: 5%;
		bottom: -30px;
   }
}
.wtheader02_image {
	height: 610px;
	background: #04091e;
}
.wtheader02_image img {
	object-position: top center;
}
@media (max-width: 767px) {
	.wtheader02_image {
		height: 430px;
   }
}
@media (max-width: 575px) {
	.wtheader02_image {
		height: 540px;
   }
}
.wtheader02_section {
	background: var(--theme-primary);
	color: var(--theme-primary-text);
}
