/*Search Form*/

form.t2ds-search-form {
	padding: 20px;
	display: contents;
	flex-wrap: wrap;
}

form.t2ds-search-form input,
form.t2ds-search-form select {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.t2ds-full-width {
		width: 100%;
		padding: 0 20px 0 20px;
	}
}

@media screen and (min-width: 991px) {
	.t2ds-box-text-search {
		width: 25%;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.t2ds-box-submit {
		width: 15%;
		margin-left: 10px;
	}
	.t2ds-box-sub input {
		padding: 7px;
		background-color: #088f08;
		color: #fff;
		font-size: 16px;
	}
	.glg15 {
		width: 15%;
		margin-right: 13px;
	}
	.glg15 input,
	.glg15 select {
		padding: 5px;
		width: 100%;
	}
	.glg15:last-child {
		margin-right: 0;
	}
	.t2ds-box-gia-cao {
		margin-right: 0;
	}
}


/*Select 2 CSS*/

.select2-dropdown.select2-dropdown--below {
	margin-top: -1rem;
}

span.select2-selection.select2-selection--single {
	border-radius: 0px;
	height: 40px;
	margin-bottom: 1rem;
}

.select2-selection__rendered {
	line-height: 40px !important;
}