@media (max-width: 1199px) {
	#st-content-wrapper.st-single-tour .st-program .st-program-list.style1 .item .body img {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	#header #topbar {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	#header .header {
		padding: 30px 35px;
	}
	
	#header .header .header-left {
		float: left;
		margin-right: auto;
	}
	
	#header .header .toggle-menu {
		display: block;
		margin-top: 0;
		margin-right: 20px;
	}
	
	#st-main-menu {
		position: fixed !important;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: rgba(0, 0, 0, .5);
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
		transition-delay: .1s;
		top: 0px;
	}
	
	#st-main-menu .back-menu {
		position: fixed;
		top: 0;
		left: -110%;
		background: #f5f5f5;
		width: 300px;
		height: 50px;
		display: flex !important;
		align-items: center;
		font-size: 15px;
		color: grey;
		padding-left: 22px;
		opacity: .8;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		transition: left .3s ease, opacity .3s ease;
	}
	
	#st-main-menu .back-menu .fa {
		font-size: 22px;
		margin-right: 10px;
	}
	
	#st-main-menu .main-menu {
		position: fixed;
		top: 50px;
		left: -110%;
		width: 300px;
		height: calc(100% - 50px);
		background: #fff;
		opacity: .8;
		transition: left .3s ease, opacity .3s ease;
		overflow-y: auto;
	}
	
	#st-main-menu .main-menu li {
		display: block !important;
	}
	
	#st-main-menu .main-menu li a {
		padding: 18px 25px !important;
		font-size: 14px !important;
		font-weight: 500 !important;
	}
	
	#st-main-menu .main-menu li:not(:last-child) a {
		border-bottom: 1px solid #eee;
	}
	
	#st-content-wrapper {
		padding-bottom: 50px;
		overflow-x: hidden;
	}
	
	#st-content-wrapper .st-list-rooms .item .image img {
		border-radius: 5px;
	}
	
	.search-result-page .st-hotel-result .top-filter > ul {
		border: 1px solid #dfdfdf;
		border-radius: 3px;
		margin-bottom: 25px;
		width: 100%;
	}
	
	.search-result-page .st-hotel-result .top-filter > ul > li {
		display: block;
		width: 100%;
		padding: 20px 15px;
		border-bottom: 1px solid #dfdfdf;
		margin-right: 0px;
	}
	
	.search-result-page .st-hotel-result .top-filter > ul > li button.dropdown {
		display: block;
	}
	
	.search-result-page .st-hotel-result .top-filter > ul > li .dropdown-menu {
		position: relative;
		width: 100%;
		border: none;
		box-shadow: none;
		padding: 0 !important;
		margin-top: 15px !important;
		min-width: 200px !important;
	}
	
	.search-result-page .st-hotel-result .top-filter > ul > li:last-child {
		border-bottom: none;
	}
	
	.search-result-page .st-hotel-result .page-half-map {
		display: block;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-group.field-detination .field-icon {
		left: -4px;
	}
	
	.st-hotel-result .toolbar {
		position: relative;
	}
	
	.st-hotel-result .toolbar .search-string {
		display: block;
		width: 100% !important;
		font-size: 20px !important;
	}
	
	.st-hotel-result .toolbar .toolbar-action {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.st-hotel-result .toolbar .toolbar-action li:first-child {
		display: none;
	}
	
	.st-hotel-result .toolbar .toolbar-action-mobile {
		padding: 0;
		margin: 0;
		display: inline-block;
		margin-top: 30px;
	}
	
	.st-hotel-result .toolbar .toolbar-action-mobile li {
		list-style: none;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.st-hotel-result .toolbar .toolbar-action-mobile li a {
		background: transparent;
		color: var(--link-color, #1a2b48);
		border: 1px solid #dfdfdf;
	}
	
	.st-hotel-result .toolbar .sort-menu-mobile {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		border-radius: 0;
		margin-top: 0;
		width: 100%;
		z-index: 999999;
		height: 100%;
		border: none;
	}
	
	.st-hotel-result .toolbar .sort-menu-mobile .sort-title h3 {
		padding: 20px 0;
	}
	
	.st-hotel-result .toolbar .sort-menu-mobile .sort-title h3 span {
		float: right;
	}
	
	.st-hotel-result .toolbar .sort-menu-mobile .sort-title h3:before {
		content: "";
		position: relative;
		height: 20px;
		width: 4px;
		background: #339bff;
		display: block;
		float: left;
		margin-right: 10px;
		top: -3px;
	}
	
	.st-hotel-result .toolbar .sort-menu-mobile .sort-title h3:after {
		content: "";
		height: 1px;
		width: calc(100% + 30px);
		background: #dfdfdf;
		display: block;
		margin-top: 30px;
		position: relative;
		left: -15px;
	}
	
	.st-hotel-result .toolbar .sort-menu-mobile .sort-title h3 span {
		float: right;
		cursor: pointer;
	}
	
	.st-hotel-result .top-filter {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 999999;
		width: 100%;
		padding-top: 0 !important;
		height: 100%;
		overflow-y: auto;
		display: none;
	}
	
	.st-hotel-result .top-filter > ul {
		border: none !important;
		margin-bottom: 0 !important;
	}
	
	.st-hotel-result .top-filter > ul > li {
		position: relative;
		border-bottom: none !important;
	}
	
	.st-hotel-result .top-filter > ul > li span.close-filter {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -12px;
		cursor: pointer;
		font-size: 16px;
	}
	
	.st-hotel-result .top-filter > ul > li:first-child {
		padding: 30px 15px;
		border-bottom: 1px solid #dfdfdf !important;
	}
	
	.st-hotel-result .top-filter > ul > li .form-extra-field {
		border: 1px solid #dfdfdf;
		border-radius: 3px;
		padding: 25px 20px;
		overflow: hidden;
	}
	
	.st-hotel-result .top-filter > ul > li .form-extra-field button.dropdown {
		padding-top: 0px;
	}
	
	.st-hotel-result .top-filter > ul > li .form-extra-field button.dropdown .fa {
		display: none;
	}
	
	.st-hotel-result .top-filter > ul > li .form-extra-field .dropdown-menu {
		display: block !important;
		position: relative;
	}
	
	.st-hotel-result .top-filter > ul > li.filter-price .range-slider button {
		font-size: 14px;
		color: var(--link-color, #5191fa);
		margin-top: 10px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	#main-footer {
		overflow-x: hidden;
	}
}

@media (max-width: 767px) {
	#header #topbar {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header .header {
		padding: 20px;
	}
	
	#header .header .toggle-menu {
		margin-top: 3px;
		margin-right: 10px;
	}
	
	#header .header .logo img {
		max-width: 120px;
	}
	
	#st-content-wrapper .search-form-wrapper .search-form .form-button {
		display: block !important;
	}
	
	#st-content-wrapper .search-form-wrapper .search-form .form-button .advance {
		text-align: right;
	}
	
	#st-content-wrapper .search-form-wrapper .search-form .form-button .advance .form-extra-field {
		padding: 15px 0 20px 0;
	}
	
	#st-content-wrapper .search-form-wrapper .search-form .form-button .advance .field-advance .dropdown-menu {
		position: relative;
		width: 100%;
		min-width: auto !important;
	}
	
	#st-content-wrapper .search-form-wrapper .search-form .form-button button {
		width: 100%;
	}
	
	.st-hotel-result .toolbar {
		text-align: center;
	}
	
	.st-hotel-result .toolbar .toolbar-action {
		display: none;
	}
	
	.st-hotel-result .toolbar .toolbar-action-mobile {
		padding: 0;
		margin: 0;
		display: inline-block;
		margin-top: 30px;
	}
	
	.st-hotel-result .toolbar .toolbar-action-mobile li {
		list-style: none;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.st-hotel-result .toolbar .toolbar-action-mobile li a {
		background: transparent;
		color: #333;
		border: 1px solid #dfdfdf;
		padding: 8px 15px;
	}
	
	.search-result-page .search-form-wrapper .search-form .border-right {
		border: none;
		border-bottom: 1px solid #dfdfdf;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-group {
		border: none !important;
	}
	
	.search-result-page .search-form-wrapper .search-form .field-detination .field-icon {
		left: 4px !important;
	}
	
	.search-result-page .search-form-wrapper .search-form .field-detination .dropdown#dropdown-destination {
		padding-left: 42px !important;
	}
	
	.search-result-page .search-form-wrapper .search-form .field-detination .dropdown-menu {
		left: -15px;
		width: calc(100% + 30px) !important;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-extra-field .render {
		display: block;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-date-field {
		position: relative;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-date-field .date-wrapper .render {
		display: none;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-date-field .date-wrapper .check-in-wrapper {
		padding-left: 23px;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-date-field .date-wrapper .check-in-wrapper .render {
		float: left;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-date-field .date-wrapper .check-in-wrapper span {
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-date-field .field-icon {
		left: 6px !important;
	}
	
	.search-result-page .search-form-wrapper .search-form .col-md-3:last-child {
		padding: 0;
	}
	
	.search-result-page .search-form-wrapper .search-form .col-md-3:last-child .form-button {
		padding: 0 !important;
	}
	
	.search-result-page .search-form-wrapper .search-form .col-md-3:last-child .form-button .advance {
		display: none;
	}
	
	.search-result-page .search-form-wrapper .search-form .col-md-3:last-child .form-button button {
		padding: 16px 20px;
		border-radius: 0px 0px 3px 3px;
	}
	
	.search-result-page .search-form-wrapper .search-form .col-md-3:nth-child(3) {
		border-bottom: none !important;
	}
	
	.search-result-page .search-form-wrapper .search-form label {
		font-size: 16px;
	}
	
	.search-result-page .search-form-wrapper .search-form .render {
		font-size: 16px !important;
	}
}

@media (max-width: 600px) {
	#st-content-wrapper .st-hotel-room-content .room-featured-items .item img {
		margin-right: 5px;
	}
}

@media (max-width: 400px) {
	#header .header .header-right .st-list img {
		max-width: 20px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.search-result-page .search-form-wrapper .search-form.hotel-search-form.in_tab .form-button .btn-search, .search-result-page .tour-search-form-home .form-button, .search-result-page .search-form-wrapper .search-form .form-extra-field {
		min-height: 79px;
		top: 0;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-date-field.has-icon .date-wrapper > div {
		overflow: hidden;
		width: 100%;
		display: inline-block;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.search-result-page .search-form-wrapper #st_cars .search-form .form-date-field label {
		display: block;
	}
	
	.search-result-page .search-form-wrapper #st_cars .search-form .form-date-field.has-icon .date-wrapper > div {
		width: auto !important;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-date-field {
		height: 79px;
	}
	
	#tp_flight .search-form form .form-group {
		padding: 19px 0 19px 2px;
	}
	
	#ss_flight .search-form form .form-group {
		padding: 19px 0 19px 2px;
	}
	
	#ss_flight .search-form form .ss-button-submit button, #tp_hotel .form-button .btn-search {
		min-height: 82px;
	}
	
	.search-result-page .search-form-wrapper .search-form .form-extra-field .render, .search-result-page .search-form-wrapper .form-button .advance .field-advance .dropdown .render span, .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;
	}
	
	#ss_flight .search-form form .ss-button-submit .form-button, #tp_hotel .form-button {
		padding: 0px;
	}
	
	#ss_flight .search-form form .ss-button-submit .form-button button, #tp_hotel .form-button button {
		padding: 15px 24px;
	}
	
	#bookingdc .form-extra-field {
		padding: 18px 0 18px 2px;
	}
}