@charset "UTF-8";

.field-password.viewing svg g g {
	stroke: var(--link-color, #1a2b48) !important;
}

.st-hotel-result, .st-rental-result {
	margin-top: 43px;
	position: relative;
	z-index: 9;
}

.st-hotel-result:before, .st-rental-result:before {
	content: "";
	height: 50px;
	position: absolute;
	top: -43px;
	left: 0;
	width: 100%;
	background: transparent;
}

@media screen and (max-width : 991px) {
	.st-hotel-result:before, .st-rental-result:before {
		display: none;
	}
}

@media screen and (max-width : 767px) {
	.st-hotel-result, .st-rental-result {
		margin-top: 40px;
		position: unset;
	}
}

.st-hotel-result .toolbar, .st-rental-result .toolbar {
	padding-top: 30px;
}

@media screen and (max-width : 767px) {
	.st-hotel-result .toolbar, .st-rental-result .toolbar {
		padding-top: 0px;
	}
}

.st-hotel-result .toolbar .toolbar-action-mobile, .st-rental-result .toolbar .toolbar-action-mobile {
	display: flex;
	justify-content: center;
	position: relative;
}

@media screen and (max-width : 991px) {
	.st-hotel-result .toolbar .toolbar-action-mobile, .st-rental-result .toolbar .toolbar-action-mobile {
		margin-top: 0px;
		margin-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width : 991px) {
	.st-hotel-result .toolbar .toolbar-action-mobile li, .st-rental-result .toolbar .toolbar-action-mobile li {
		margin-bottom: 10px;
	}
}

.st-hotel-result .toolbar .toolbar-action-mobile li a, .st-rental-result .toolbar .toolbar-action-mobile li a {
	position: relative;
}

.st-hotel-result .toolbar:after, .st-rental-result .toolbar:after {
	content: "";
	display: block;
	clear: both;
}

.st-hotel-result .toolbar h2.search-string, .st-rental-result .toolbar h2.search-string {
	font-size: 24px;
	color: var(--link-color, #1a2b48);
	font-weight: normal;
	float: left;
	margin: 0;
	width: calc(100% - 150px);
}

.st-hotel-result .toolbar ul.toolbar-action, .st-rental-result .toolbar ul.toolbar-action {
	float: right;
	padding-left: 0;
	margin: 0;
	margin-top: 4px;
}

.st-hotel-result .toolbar ul.toolbar-action li, .st-rental-result .toolbar ul.toolbar-action li {
	list-style: none;
	float: left;
}

.st-hotel-result .toolbar ul.toolbar-action li span .fa, .st-rental-result .toolbar ul.toolbar-action li span .fa {
	font-size: 22px;
	color: gray;
}

.st-hotel-result .toolbar ul.toolbar-action li span.active .fa, .st-rental-result .toolbar ul.toolbar-action li span.active .fa {
	color: var(--main-color, #5191fa);
}

.st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item, .st-rental-result .toolbar ul.toolbar-action li.layout span.layout-item {
	cursor: pointer;
	margin-left: 7px;
	float: left;
}

.st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item span svg, .st-rental-result .toolbar ul.toolbar-action li.layout span.layout-item span svg {
	height: 20px;
}

.st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item span.icon-active, .st-rental-result .toolbar ul.toolbar-action li.layout span.layout-item span.icon-active {
	display: none;
}

.st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item span.icon-normal, .st-rental-result .toolbar ul.toolbar-action li.layout span.layout-item span.icon-normal {
	display: block;
}

.st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item.active span.icon-active, .st-rental-result .toolbar ul.toolbar-action li.layout span.layout-item.active span.icon-active {
	display: block;
}

.st-hotel-result .toolbar ul.toolbar-action li.layout span.layout-item.active span.icon-normal, .st-rental-result .toolbar ul.toolbar-action li.layout span.layout-item.active span.icon-normal {
	display: none;
}

.st-hotel-result .toolbar ul.toolbar-action li .dropdown, .st-rental-result .toolbar ul.toolbar-action li .dropdown {
	margin-right: 15px;
}

.st-hotel-result .toolbar ul.toolbar-action li .dropdown button, .st-rental-result .toolbar ul.toolbar-action li .dropdown button {
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	color: var(--link-color, #1a2b48);
	outline: none;
	background: transparent;
}

.st-hotel-result .toolbar .sort-menu, .st-rental-result .toolbar .sort-menu {
	padding: 15px;
	left: auto;
	right: 0;
}

.st-hotel-result .toolbar .sort-menu .sort-title, .st-rental-result .toolbar .sort-menu .sort-title {
	margin-bottom: 10px;
}

.st-hotel-result .toolbar .sort-menu .sort-title h3, .st-rental-result .toolbar .sort-menu .sort-title h3 {
	margin: 0;
	font-size: 14px;
	margin-bottom: 10px;
}

.st-hotel-result .toolbar .sort-menu .sort-item, .st-rental-result .toolbar .sort-menu .sort-item {
	margin-bottom: 10px;
}

.st-hotel-result .toolbar .sort-menu .sort-item span.title, .st-rental-result .toolbar .sort-menu .sort-item span.title {
	color: #adb2bd;
	margin-bottom: 7px;
	display: block;
	margin-top: 10px;
}

.st-hotel-result .toolbar .sort-menu .sort-item .st-icheck-item, .st-rental-result .toolbar .sort-menu .sort-item .st-icheck-item {
	margin-bottom: 8px;
}

.st-hotel-result .toolbar .sort-menu .sort-item .st-icheck-item label, .st-rental-result .toolbar .sort-menu .sort-item .st-icheck-item label {
	font-weight: 400;
	color: var(--link-color, #1a2b48);
}

.st-hotel-result .toolbar .sort-menu .sort-item .st-icheck-item:last-child, .st-rental-result .toolbar .sort-menu .sort-item .st-icheck-item:last-child {
	margin-bottom: 0px;
}

.st-hotel-result .item-service.grid-item .service-title, .st-rental-result .item-service.grid-item .service-title {
	margin-top: 15px;
	margin-bottom: 2px;
}

.st-hotel-result .item-service.grid-item .service-review, .st-rental-result .item-service.grid-item .service-review {
	margin-top: 15px;
	padding-top: 0px;
}

.st-hotel-result .top-filter, .st-rental-result .top-filter {
	padding: 30px 0;
}

.st-hotel-result .top-filter ul, .st-rental-result .top-filter ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.st-hotel-result .top-filter ul:after, .st-rental-result .top-filter ul:after {
	content: "";
	display: block;
	clear: both;
}

.st-hotel-result .top-filter ul li, .st-rental-result .top-filter ul li {
	list-style: none;
	float: left;
	margin-right: 40px;
}

.st-hotel-result .top-filter ul li h3.title, .st-rental-result .top-filter ul li h3.title {
	font-size: 16px;
	color: var(--link-color, #1a2b48);
	margin: 0;
}

.st-hotel-result .top-filter ul li h3.title:before, .st-rental-result .top-filter ul li h3.title:before {
	content: "";
	height: 20px;
	width: 3px;
	background: var(--main-color, #5191fa);
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 4px;
}

.st-hotel-result .top-filter ul li .form-extra-field button, .st-rental-result .top-filter ul li .form-extra-field button {
	padding: 0;
	font-size: 14px;
	color: var(--link-color, #1a2b48);
	font-weight: 500;
	text-decoration: none;
	padding-top: 4px;
	outline: none;
}

.st-hotel-result .top-filter ul li .form-extra-field button .fa, .st-rental-result .top-filter ul li .form-extra-field button .fa {
	color: var(--link-color, #1a2b48);
	font-size: 18px;
	position: relative;
	top: 2px;
}

.st-hotel-result .top-filter ul li .form-extra-field button.btn-apply-price-range, .st-rental-result .top-filter ul li .form-extra-field button.btn-apply-price-range {
	color: var(--main-color, #5191fa);
}

.st-hotel-result .top-filter ul li .form-extra-field .dropdown-menu, .st-rental-result .top-filter ul li .form-extra-field .dropdown-menu {
	min-width: 300px;
	padding: 20px;
	margin-top: 10px;
	max-height: 400px;
}

.st-hotel-result .top-filter ul li.filter-review-score ul li, .st-rental-result .top-filter ul li.filter-review-score ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.modern-search-result .item-service, .modern-search-result .item {
	margin-top: 30px;
}

.modern-search-result .item-service .thumb, .modern-search-result .item .thumb {
	position: relative;
}

.modern-search-result .item-service .thumb .service-tag, .modern-search-result .item .thumb .service-tag {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	z-index: 8;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.modern-search-result .item-service .thumb .service-tag.bestseller, .modern-search-result .item .thumb .service-tag.bestseller {
	background: #ed0925;
	border-radius: 0 4px 4px 0;
}

.modern-search-result .item-service .thumb .service-tag .feature_class, .modern-search-result .item .thumb .service-tag .feature_class {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	padding: 6px 10px;
}

.modern-search-result .item-service .thumb .booking-item-rating-stars, .modern-search-result .item .thumb .booking-item-rating-stars {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 12px;
	left: 14px;
}

.modern-search-result .item-service .thumb .booking-item-rating-stars li, .modern-search-result .item .thumb .booking-item-rating-stars li {
	list-style: none;
	float: left;
	color: var(--orange-color, #fa5636);
	margin-right: 3px;
}

.modern-search-result .item-service .thumb .booking-item-rating-stars li i, .modern-search-result .item .thumb .booking-item-rating-stars li i {
	color: var(--orange-color, #fa5636);
}

.modern-search-result .item-service .thumb a, .modern-search-result .item .thumb a {
	display: block;
	overflow: hidden;
}

.modern-search-result .item-service .thumb a img, .modern-search-result .item .thumb a img {
	min-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	max-width: 100%;
}

.modern-search-result .item-service .thumb a:hover img, .modern-search-result .item .thumb a:hover img {
	transform: scale(1.1);
}

.modern-search-result .item-service h4, .modern-search-result .item h4 {
	margin-top: 15px;
	line-height: 26px;
	margin-bottom: 2px;
}

@media screen and (max-width : 767px) {
	.modern-search-result .item-service h4, .modern-search-result .item h4 {
		margin-top: 10px;
		line-height: 20px;
	}
}

.modern-search-result .item-service h4.service-title, .modern-search-result .item h4.service-title {
	margin-top: 0px;
	font-size: 16px;
}

@media screen and (max-width : 767px) {
	.modern-search-result .item-service h4.service-title, .modern-search-result .item h4.service-title {
		font-size: 15px;
	}
}

.modern-search-result .item-service h4.service-title a, .modern-search-result .item h4.service-title a {
	color: var(--heading-color);
}

.modern-search-result .item-service .service-review, .modern-search-result .item .service-review {
	padding-top: 20px;
	display: flex;
	align-items: center;
}

.modern-search-result .item-service .service-review .review, .modern-search-result .item .service-review .review {
	margin-left: 10px;
	font-size: 14px;
	color: var(--grey-color);
}

@media screen and (max-width : 767px) {
	.modern-search-result .item-service .service-review .review, .modern-search-result .item .service-review .review {
		font-size: 12px;
		margin-left: 0px;
	}
}

.modern-search-result .item-service .service-price, .modern-search-result .item .service-price {
	display: flex;
	align-items: center;
	margin-top: 2px;
}

.modern-search-result .item-service .service-price span, .modern-search-result .item .service-price span {
	font-size: 12px;
	color: var(--grey-color, #5e6d77);
}

@media screen and (max-width : 767px) {
	.modern-search-result .item-service .service-price span, .modern-search-result .item .service-price span {
		font-size: 12px;
	}
}

.modern-search-result .item-service .service-price span.price, .modern-search-result .item .service-price span.price {
	font-size: 16px;
	color: #1a2b50;
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (max-width : 767px) {
	.modern-search-result .item-service .service-price span.price, .modern-search-result .item .service-price span.price {
		font-size: 16px;
	}
}

.modern-search-result .item-service .service-price span .fa, .modern-search-result .item .service-price span .fa {
	position: relative;
	top: 3px;
	left: 0px;
}

.search-result-page .banner {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 81px 0;
	position: relative;
}

@media screen and (max-width : 991px) {
	.search-result-page .banner {
		padding: 55px 0;
	}
}

.search-result-page .banner h1 {
	font-size: 36px;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	margin: 0;
}

@media screen and (max-width : 991px) {
	.search-result-page .banner h1 {
		font-size: 25px;
		text-align: center;
	}
}

.search-result-page .page-half-map {
	height: calc(100vh - 80px);
}

@media screen and (max-width : 991px) {
	.search-result-page .page-half-map {
		height: auto;
	}
}

.search-result-page .search-form-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	top: -43px;
	z-index: 99;
}

.search-result-page .search-form-wrapper .search-form {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	border-radius: 5px;
	min-height: 85px;
}

.search-result-page .search-form-wrapper .search-form .form-group {
	margin-bottom: 0;
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination {
	padding-left: 17px;
	transition: all .3s;
}

@media (max-width: 767px) {
	.search-result-page .search-form-wrapper .search-form .form-group.field-detination .date-wrapper:last-child .dropdown {
		padding-left: 25px;
	}
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu {
	padding: 15px;
	border-radius: 0 0 4px 4px;
	border-color: #dfdfdf;
	max-height: 332px;
	margin-top: 0px;
	width: calc(100% + 16px);
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li {
	padding: 7px 20px;
	display: block;
	font-weight: 500;
	margin-bottom: 0px !important;
	overflow: hidden;
	position: relative;
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li .fa {
	font-size: 18px;
	color: gray;
	position: unset;
	top: 8px;
	float: left;
	margin-top: 0px;
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li span {
	width: calc(100% - 25px);
	float: right;
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination .dropdown-menu li:hover {
	background: #f5f4f7;
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination.has-icon #dropdown-destination {
	padding-left: 35px;
}

@media screen and (max-width: 1199px) {
	.search-result-page .search-form-wrapper .search-form .form-group.field-detination.has-icon #dropdown-destination {
		padding-left: 25px;
	}
}

.search-result-page .search-form-wrapper .search-form .form-group.field-detination .field-icon {
	left: 13px;
}

.search-result-page .search-form-wrapper .search-form .form-group.has-icon .field-icon {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	font-size: 25px;
	color: var(--grey-color, #5e6d77);
}

.search-result-page .search-form-wrapper .search-form label {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	font-weight: 400;
	margin-bottom: 0px;
}

@media (max-width: 480px) {
	.search-result-page .search-form-wrapper .search-form label {
		font-size: 14px !important;
	}
}

.search-result-page .search-form-wrapper .search-form .form-date-field {
	position: relative;
	padding: 18px 5px 16px 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 1199px) {
	.search-result-page .search-form-wrapper .search-form .form-date-field {
		padding: 18px 5px 16px 5px;
	}
}

.search-result-page .search-form-wrapper .search-form .form-date-field.has-icon .date-wrapper {
	padding-left: 20px;
}

@media screen and (max-width : 767px) {
	.search-result-page .search-form-wrapper .search-form .form-date-field.has-icon .date-wrapper {
		width: 100%;
	}
}

.search-result-page .search-form-wrapper .search-form .form-date-field.has-icon .date-wrapper > div {
	padding-left: 15px;
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper, .search-result-page .search-form-wrapper .search-form .form-date-field .check-out-wrapper {
	width: 50%;
	float: left;
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper:hover, .search-result-page .search-form-wrapper .search-form .form-date-field .check-out-wrapper:hover {
	cursor: pointer;
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper .render, .search-result-page .search-form-wrapper .search-form .form-date-field .check-out-wrapper .render {
	font-size: 14px;
	font-weight: 400;
	color: var(--main-color, #5191fa);
}

@media screen and (max-width: 1199px) {
	.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper .render, .search-result-page .search-form-wrapper .search-form .form-date-field .check-out-wrapper .render {
		font-size: 15px;
	}
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper {
	width: 100%;
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper label {
	display: block;
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper .check-in-render {
	display: inline-block;
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper .check-out-render {
	display: inline-block;
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-wrapper span {
	color: var(--grey-color, #5e6d77);
}

.search-result-page .search-form-wrapper .search-form .form-date-field .check-in-out {
	position: absolute;
	left: -15px;
	bottom: 1px;
	z-index: -1;
	opacity: 0;
}

.search-result-page .search-form-wrapper .search-form .form-extra-field {
	position: relative;
	padding: 22px 0 20px 0;
}

.search-result-page .search-form-wrapper .search-form .form-extra-field:hover {
	cursor: pointer;
}

.search-result-page .search-form-wrapper .search-form .form-extra-field .dropdown-menu {
	width: auto;
	right: -15px;
	padding: 15px 30px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .175);
	border-radius: 0 0 4px 4px;
	border-color: #dfdfdf;
	margin-top: 0px;
}

.search-result-page .search-form-wrapper .search-form .form-extra-field .dropdown-menu .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-result-page .search-form-wrapper .search-form .form-extra-field .dropdown-menu .item:not(:last-child) {
	margin-bottom: 20px;
}

.search-result-page .search-form-wrapper .search-form .form-extra-field .render {
	font-size: 14px;
	color: var(--main-color, #5191fa);
	overflow: hidden;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
	.search-result-page .search-form-wrapper .search-form .form-extra-field .render {
		font-size: 15px;
	}
}

.search-result-page .search-form-wrapper .search-form .form-extra-field.has-icon .dropdown {
	padding-left: 40px;
}

.search-result-page .search-form-wrapper .search-form .border-right {
	border-right: 1px solid #d7dce3;
}

@media (min-width: 1200px) {
	.search-result-page .search-form-wrapper:not(.sidebar-inner) .search-form:not(.sticky) .form-group {
		height: 90px;
	}
}

.search-result-page .search-form-wrapper .form-button {
	padding: 0 20px 0 0;
	display: flex;
	align-items: center;
	position: relative;
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance {
	padding-left: 5px;
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown label {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown .render span {
	font-size: 14px;
	color: var(--main-color, #5191fa);
	cursor: pointer;
}

@media screen and (max-width: 1199px) {
	.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown .render span {
		font-size: 15px;
	}
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown .render .fa {
	font-size: 13px;
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu {
	min-width: 620px;
	right: 0;
	left: auto;
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .item-title h4 {
	color: var(--grey-color, #5e6d77);
	font-size: 14px;
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .ovscroll {
	height: 103px;
	overflow: auto;
	width: 100%;
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item.facilities {
	margin-top: 15px;
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .st-icheck-item {
	margin-bottom: 12px;
}

.search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown-menu .advance-item .st-icheck-item label {
	color: #333;
}

.search-result-page .search-form-wrapper .form-button button {
	margin-left: auto;
	background: var(--main-color, #5191fa);
	text-transform: uppercase;
	padding: 15px 35px;
}

@media screen and (max-width: 1199px) {
	.search-result-page .search-form-wrapper .form-button button {
		padding: 10px 20px;
	}
}

.search-result-page .search-form-wrapper .form-button:after {
	content: "";
	display: block;
	clear: both;
}

.map-view-popup .page-half-map .item-service .thumb a img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	min-width: 100%;
}

.map-view-popup .page-half-map .item-service .thumb a:hover img {
	transform: scale(1.1);
}

.item-service-map .thumb a img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	min-width: 100%;
	max-width: 100%;
}

.item-service-map .thumb a:hover img {
	transform: scale(1.1);
}

.top-filter {
	padding: 32px 0;
	border-bottom: 1px solid #dfdfdf;
}

.top-filter ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.top-filter ul:after {
	content: "";
	display: block;
	clear: both;
}

.top-filter ul li {
	list-style: none;
	float: left;
	margin-right: 40px;
}

.top-filter ul li h3.title {
	font-size: 16px;
	color: var(--link-color, #1a2b48);
	margin: 0;
}

.top-filter ul li h3.title:before {
	content: "";
	height: 20px;
	width: 3px;
	background: var(--main-color, #5191fa);
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 4px;
}

.top-filter ul li .form-extra-field button {
	padding: 0;
	font-size: 14px;
	color: var(--link-color, #1a2b48);
	font-weight: 500;
	text-decoration: none;
	padding-top: 4px;
	outline: none;
	background: transparent;
}

.top-filter ul li .form-extra-field button .fa {
	color: var(--link-color, #1a2b48);
	font-size: 18px;
	position: relative;
	top: 2px;
}

.top-filter ul li .form-extra-field .dropdown-menu {
	min-width: 300px;
	padding: 20px;
	margin-top: 10px;
	max-height: 400px;
}

.top-filter ul li.filter-review-score ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.st-icheck-item {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 21px;
}

.st-icheck-item label {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
	font-weight: normal;
	margin-bottom: 0px;
	cursor: pointer;
}

.st-icheck-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	margin: 0;
}

.st-icheck-item label input:checked ~ .checkmark {
	background-color: #fff !important;
}

.st-icheck-item label input:checked ~ .checkmark:after {
	display: block;
}

.st-icheck-item label .checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #a0a9b2;
}

.st-icheck-item label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--main-color, #5191fa);
}

.st-icheck-item label .checkmark.fcheckbox {
	border-radius: 2px;
}

.st-icheck-item label .checkmark.fcheckbox:after {
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	left: 5px;
	top: 2px;
	width: 5px;
	height: 8px;
	border: solid var(--main-color, #5191fa);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.st-icheck-item label .fa {
	font-size: 12px;
	color: var(--orange-color, #fa5636);
}

.pagination {
	text-align: center;
	display: block;
	margin-top: 80px;
}

.pagination ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.pagination ul li {
	list-style: none;
	font-size: 20px;
	color: #768090;
	float: left;
	margin-right: 10px;
}

.pagination ul li a {
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-decoration: none;
}

.pagination ul li a.current {
	border: 1px solid var(--main-color, #5191fa) !important;
	border-radius: 3px;
	background: transparent !important;
	color: var(--main-color, #5191fa) !important;
}

.pagination span.count-string {
	font-size: 14px;
	color: #768090;
	margin-top: 15px;
	display: block;
}

.search-result-page .row-wrapper {
	display: flex;
	flex-wrap: wrap;
}

@-webkit-keyframes spWaveAf {
	from {
		-webkit-transform: scale(.5, .5);
		opacity: 0;
	}
	
	to {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes spWaveAf {
	from {
		transform: scale(.5, .5);
		opacity: 0;
	}
	
	to {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes spWaveBe {
	from {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

@keyframes spWaveBe {
	from {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1.5, 1.5);
		opacity: 0;
	}
}

.map-loading {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: rgba(255, 255, 255, .5);
}

.map-loading span {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: 49px;
	font-weight: 500;
	font-size: 17px;
	z-index: 99;
}

.page-template-template-hotel-search .search-form-mobile {
	display: block;
}

.search-form-mobile {
	margin-top: 20px;
}

@media screen and (max-width : 991px) {
	.search-form-mobile {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width : 575px) {
	.search-form-mobile {
		width: auto;
	}
}

.search-form-mobile .form-group {
	display: flex;
	margin-bottom: 0px;
}

.search-form-mobile .form-group .dropdown {
	width: 100%;
}

.search-form-mobile .form-group .dropdown .dropdown-menu {
	padding: 10px 0;
	border-radius: 0 0 4px 4px;
	border-color: #dfdfdf;
	height: 347px;
	overflow-y: auto;
	width: 100%;
	margin-top: 0px;
}

.search-form-mobile .form-group .dropdown .dropdown-menu li {
	padding: 12px 20px;
	display: block;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 0px !important;
	position: relative;
	overflow: hidden;
}

.search-form-mobile .form-group .dropdown .dropdown-menu li .fa {
	font-size: 18px;
	color: gray;
	position: absolute;
	top: 14px;
	float: left;
	margin-top: 0px;
}

.search-form-mobile .form-group .dropdown .dropdown-menu li:hover {
	background: #f5f4f7;
}

.search-form-mobile .form-group .dropdown .dropdown-menu li span {
	width: calc(100% - 25px);
	float: right;
}

.search-form-mobile .form-group .form-control {
	height: 55px;
	border: none;
}

.search-form-mobile .form-group input {
	cursor: pointer;
	border-radius: 3px 0 0 3px;
	font-size: 17px;
	color: var(--main-color, #5191fa);
	padding-left: 45px;
}

.search-form-mobile .form-group input:read-only {
	background-color: #fff;
}

.search-form-mobile .form-group .icon-field {
	position: absolute;
	left: 18px;
	top: 18px;
}

.search-form-mobile .form-group button {
	border-radius: 0 3px 3px 0;
	font-size: 25px;
	background: var(--main-color, #5191fa);
	padding: 15px 20px 4px 20px;
}

.search-form-mobile .form-group button:hover {
	background: var(--main-color, #5191fa);
}

.st-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	z-index: 999999;
	display: none;
}

.st-popup .popup-title {
	font-size: 16px;
	padding: 25px 15px;
	border-bottom: 1px solid #dfdfdf;
	text-transform: uppercase;
	margin-top: 0;
}

.st-popup .popup-title:before {
	content: "";
	position: relative;
	height: 20px;
	width: 4px;
	background: #339bff;
	display: block;
	float: left;
	margin-right: 10px;
	top: -2px;
}

.st-popup .popup-title .popup-close {
	float: right;
	z-index: 9;
	padding: 22px 15px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.st-popup .popup-content {
	padding: 15px;
}

.st-popup .popup-content .check-in-out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.st-popup .popup-content .btn {
	text-align: center;
	margin: auto;
	display: block;
	outline: none;
}

.st-popup.popup-date {
	overflow: hidden;
}

.st-popup.popup-date .popup-content {
	min-height: 305px;
}

.daterangepicker.popup-date-custom-car .calendar-time-wrapper svg {
	display: none;
}

.popup-guest ul {
	padding: 0;
	margin: 0;
}

.popup-guest ul li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 15px;
}

.popup-guest ul li label {
	width: 50%;
	font-weight: 400;
}

.popup-guest ul li .select-wrapper {
	width: 50%;
}

.page-half-map .pagination {
	margin-bottom: 70px !important;
}

.service-add-wishlist {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 21px;
	z-index: 8;
	cursor: pointer;
}

.service-add-wishlist.added .input-icon svg g {
	fill: #ff5042;
}

.lds-dual-ring {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	right: 10px;
	display: none;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px;
	border-radius: 50%;
	border: 2px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.map-content-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: rgba(255, 255, 255, .6);
}

.map-content-loading span {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: 49px;
	font-weight: 500;
	font-size: 17px;
	z-index: 99;
}

.cart-text-empty {
	font-size: 14px;
	padding: 15px 20px 10px 20px;
}

.modern-search-result .grid-item {
	position: relative;
}

@media screen and (max-width : 767px) {
	.modern-search-result .grid-item {
		display: table;
	}
}

.modern-search-result .grid-item .thumb {
	border-radius: 3px;
}

.st-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 6px;
	background: var(--main-color, #5191fa);
	border-radius: 5px;
	margin-left: -25px;
	animation: load 1.8s ease-in-out infinite;
	z-index: 9;
}

.st-loader:before, .st-loader:after {
	position: absolute;
	display: block;
	content: "";
	animation: load 1.8s ease-in-out infinite;
	height: 6px;
	border-radius: 5px;
}

.st-loader:before {
	top: -20px;
	left: 10px;
	width: 40px;
	background: var(--orange-color, #fa5636);
	margin-left: -20px;
}

.st-loader:after {
	bottom: -20px;
	width: 35px;
	background: #ffab53;
	margin-left: -17px;
}

@keyframes load {
	0% {
		transform: translateX(40px);
	}
	
	50% {
		transform: translateX(-30px);
	}
	
	100% {
		transform: translateX(40px);
	}
}

.st-aboutus-info img {
	margin-bottom: 10px;
	max-width: 80px;
	height: auto;
}

.st-aboutus-team .thumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
}

.st-404-page img {
	margin-bottom: 50px;
	max-width: 100%;
}

.st-blog .content .article .header .post-header img {
	max-width: 100%;
	height: auto;
}

.st-blog .content .article .post-inner .meta ul li img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 12px;
}

.st-blog aside .sidebar-widget.widget_text .textwidget img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.st-blog aside .sidebar-widget.widget_st_list_entries ul li .thumb img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 15px;
}

#main-footer > div {
	width: 100% !important;
	padding-right: 0px !important;
}

@media screen and (max-width : 767px) {
	.page-half-map .col-xs-6:nth-child(2n) {
		padding-left: 7.5px;
	}
}

@media screen and (max-width : 767px) {
	.page-half-map .col-xs-6:nth-child(2n+1) {
		padding-right: 7.5px;
	}
}

.st-hotel-result .style-list .thumb > a img {
	height: 100%;
}

@media screen and (max-width : 767px) {
	.st-hotel-result .style-list .thumb a img {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
}

.st-number-wrapper input {
	float: right;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: var(--main-color, #5191fa);
	text-align: center;
	border: none;
	box-shadow: none;
	width: 35px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.st-number-wrapper input[readonly] {
	background: transparent;
}

.st-number-wrapper input:focus {
	box-shadow: none;
}

.btn-clear-filter {
	display: inline-block;
	margin-left: 10px;
	color: var(--main-color, #5191fa);
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
}

.grid-item a.service-avatar img, .item a.service-avatar img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50% !important;
	vertical-align: initial;
}

.grid-item .thumb, .item .thumb {
	overflow: visible;
	margin-bottom: 16px;
}

.grid-item .thumb .service-add-wishlist, .item .thumb .service-add-wishlist {
	right: 20px;
}

.grid-item .service-border, .item .service-border {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	overflow: hidden;
	height: 100%;
	padding-bottom: 15px;
	display: block;
}

.grid-item .plr15, .item .plr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.grid-item .service-title, .item .service-title {
	margin-top: 0px;
	line-height: 22px;
}

@media screen and (max-width : 767px) {
	.grid-item .service-title, .item .service-title {
		margin-bottom: 10px;
	}
}

.grid-item .service-title a, .item .service-title a {
	color: var(--heading-color, #1a2b48);
}

.grid-item .service-review, .item .service-review {
	padding-top: 8px;
	padding-bottom: 25px;
}

@media screen and (max-width : 767px) {
	.grid-item .service-review, .item .service-review {
		display: none;
	}
}

.grid-item .service-review .booking-item-rating-stars, .item .service-review .booking-item-rating-stars {
	padding: 0;
	margin: 0;
}

.grid-item .service-review .booking-item-rating-stars li, .item .service-review .booking-item-rating-stars li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.grid-item .service-review .booking-item-rating-stars li .fa, .item .service-review .booking-item-rating-stars li .fa {
	font-size: 15px;
	color: #ffdc00;
}

.grid-item .service-review .review, .item .service-review .review {
	position: relative;
	top: -1px;
	font-size: 13px;
	color: #768092;
}

.grid-item .section-footer, .item .section-footer {
	display: inline-block;
	height: 1px;
	width: 100%;
}

.grid-item .section-footer .footer-inner, .item .section-footer .footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.grid-item .section-footer .service-duration, .item .section-footer .service-duration {
	float: left;
	display: flex;
	align-items: center;
	color: var(--grey-color, #5e6d77);
}

.grid-item .section-footer .service-duration .field-icon, .item .section-footer .service-duration .field-icon {
	margin-right: 4px;
}

.grid-item .section-footer .service-price, .item .section-footer .service-price {
	margin-left: auto;
	margin-top: 0px;
}

.grid-item .section-footer .service-price span, .item .section-footer .service-price span {
	color: var(--grey-color, #5e6d77);
}

.grid-item .section-footer .service-price .price, .item .section-footer .service-price .price {
	position: relative;
}

.grid-item .section-footer .service-price .price span, .item .section-footer .service-price .price span {
	font-size: 18px;
	color: var(--link-color, #1a2b48);
	font-weight: 500;
}

@media screen and (max-width : 575px) {
	.grid-item .section-footer .service-price .price span, .item .section-footer .service-price .price span {
		font-size: 16px;
	}
}

.grid-item .section-footer:after, .item .section-footer:after {
	content: "";
	clear: both;
	display: block;
}

.search-result-page.st-tours .toolbar {
	padding-top: 0px;
}

.search-result-page.st-tours #sticky-halfmap .top-filter .toolbar {
	display: none;
}

.search-result-page.st-tours .style-list .item-service .thumb-wrapper .thumb .service-avatar img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

.search-result-page.st-tours .search-form-mobile {
	display: block;
}

.search-result-page.st-tours .search-form-top {
	position: relative;
	margin-bottom: 25px;
}

.search-result-page.st-tours .search-form-top .search-form {
	min-height: 80px;
}

.search-result-page.st-tours .search-form-top .search-form .field-detination #dropdown-destination {
	padding-left: 45px !important;
}

@media screen and (max-width: 1199px) {
	.search-result-page.st-tours .search-form-top .search-form .field-detination #dropdown-destination {
		padding-left: 45px !important;
	}
}

.search-result-page.st-tours .search-form-top .search-form .form-button {
	padding-right: 0px;
	position: relative;
}

.search-result-page.st-tours .search-form-top .search-form .form-button .advance {
	width: calc(50% - 15px);
}

.search-result-page.st-tours .search-form-top .search-form .form-button button {
	height: 100%;
	position: absolute;
	right: -1px;
	width: calc(50% + 15px);
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

.search-result-page.st-tours .search-form-top .search-form .form-extra-field {
	padding: 17px 0 13px 0;
}

@media screen and (max-width: 1199px) {
	.search-result-page.st-tours .search-form-top .search-form .form-extra-field .render {
		font-size: 14px;
	}
}

.search-result-page.st-tours .search-form-top .search-form .form-date-field {
	padding: 18px 0 17px 0;
}

@media screen and (max-width: 1199px) {
	.search-result-page.st-tours .search-form-top .search-form .form-date-field .render {
		font-size: 14px;
	}
}

.search-result-page.st-tours .st-hotel-result.tour-top-search:before {
	display: none;
}

@media screen and (max-width : 991px) {
	.search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar {
		text-align: center;
	}
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar .toolbar-action .form-extra-field {
	margin-right: 0px;
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar .toolbar-action .btn-link {
	margin-right: 0px;
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar.toolbar-intop {
	display: inline-block;
	float: right;
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar.toolbar-intop .toolbar-action li {
	margin-right: 0px;
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar.toolbar-intop .toolbar-action li .dropdown-menu {
	min-width: 160px;
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar.toolbar-intop .toolbar-action li .dropdown-menu .sort-item:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width : 991px) {
	.search-result-page.st-tours .st-hotel-result.tour-top-search .toolbar .close-filter {
		position: relative;
		top: -5px;
	}
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter {
	border-top: 1px solid #d7dce3;
	margin-top: 30px;
	padding-bottom: 0px;
	border-bottom: none;
}

@media screen and (max-width : 991px) {
	.search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter {
		margin-top: 0px;
	}
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter .filter-review-score ul li.st-icheck-item label span {
	margin-right: 5px;
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter .filter-review-score ul li.st-icheck-item label span .fa {
	font-size: 15px;
	color: #ffdc00;
}

.search-result-page.st-tours .st-hotel-result.tour-top-search .top-filter .filter-review-score ul li.st-icheck-item label span.fake-star .fa {
	color: #d7dbe3;
}

@media (max-width: 767px) {
	.search-result-page.st-tours .page-half-map {
		margin: 0px;
	}
}

.search-result-page.st-tours .top-filter .filter-review-score .fake-star .fa {
	color: #d7dbe3;
}

.st-rental .item-service .featured-image img {
	transition: transform .4s;
}

.st-rental .item-service .featured-image:hover a:not(.service-avatar) img {
	transform: scale(1.2);
}

.st-rental .style-full-map .style-list .thumb > a img, .st-rental .stype-popup-map .style-list .thumb > a img {
	object-fit: cover;
}

.st-rental .page-half-map .item-service-inner .row .thumb, .st-rental .page-half-map .item-service-inner .row .thumb a, .st-rental .page-half-map .item-service-inner .row .thumb a img {
	height: 100%;
}

.st-rental .page-half-map .item-service-inner .row .thumb a img {
	object-fit: cover;
}

.st-testimonial-new .st-testimonial-slider .item .author img {
	margin-right: 20px;
	width: 70px;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.st-testimonial-new .st-testimonial-slider.style-2 .item .author img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: auto;
}

.st-related-service-new .item .thumb a img {
	width: 100%;
	height: auto;
}

#header .header .header-left {
	position: relative;
}

#header .header .header-left #st-main-menu .main-menu .topbar-item {
	display: none;
}

@media (max-width: 991px) {
	#header .header .header-left #st-main-menu .main-menu .topbar-item {
		display: block;
	}
	
	#header .header .header-left #st-main-menu .main-menu .topbar-item.login-item:after {
		content: "";
	}
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

#header .header .header-right .st-list li .dropdown-menu {
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 0 1px 1px #e4e4e4;
	box-shadow: 0 0 1px 1px #e4e4e4;
	border: none;
}

#header .header .header-right .st-list li .dropdown-menu li {
	display: block;
	margin: 0;
}

.list-destination.layout3 .destination-item .image img {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.st-offer-new .featured-icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.list-destination-style5 .destination-item img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	transition: transform .4s;
}

.list-destination-style5 .destination-item:hover img {
	transform: scale(1.2);
}

.list-destination-style6 .destination-item img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	transition: transform .4s;
}

.list-destination-style6 .destination-item:hover img {
	transform: scale(1.2);
}

@media (max-width: 991px) {
	.page-template-template-transfer-search #st-content-wrapper .search-form-wrapper {
		border: none;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}

@media (max-width: 767px) {
	.page-template-template-transfer-search .st-popup.popup-date {
		z-index: 999;
	}
}

@media (max-width: 767px) {
	.search-result-page .search-form-wrapper #st_cartranfer .form-button {
		padding: 0px;
	}
	
	.search-result-page .st-hotel-result .item-service .form-booking-car-transfer .thumb img {
		min-height: 175px;
	}
}

@media screen and (min-width: 768px) {
	.search-result-page .st-hotel-result .item-service .form-booking-car-transfer .thumb a img {
		min-height: 100%;
		object-fit: cover;
	}
}