@charset "UTF-8";

.field-password.viewing svg g g {
	stroke: var(--link-color, #1a2b48) !important;
}

.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;
}

.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);
}

.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;
	}
}

.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);
}

.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);
}

@-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;
}

.daterangepicker.popup-date-custom-car .calendar-time-wrapper svg {
	display: none;
}

.service-add-wishlist.added .input-icon svg g {
	fill: #ff5042;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.cart-text-empty {
	font-size: 14px;
	padding: 15px 20px 10px 20px;
}

.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;
}

.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;
	}
}

.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;
}

.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;
}

.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: 767px) {
	.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;
	}
}