/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');*/
:root {
	--primary-color: #1c7944;
	--second-color: #f8c218;
	--normal-color: #121212;
	--star-color: #fba011;
	--three-color: #454545;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #121212;
	position: inherit;
	line-height: 1.5;
	background-color: #fff !important;
}

.row-collapse {
	margin-left: 0;
	margin-right: 0;
}

	.row-collapse > div[class~=col], .row-collapse > div[class^=col-] {
		padding-left: 0;
		padding-right: 0;
	}

.row-small {
	margin-left: -10px;
	margin-right: -10px;
}

	.row-small > div[class~=col], .row-small > div[class^=col-] {
		padding-left: 10px;
		padding-right: 10px;
	}

.tb-space {
	padding: 70px 0;
}

.tb-space-bot {
	padding-bottom: 70px;
}

.tb-space-top {
	padding-top: 70px;
}

.tb-space-sm {
	padding: 40px 0;
}

.pb-section {
	padding: 40px 0;
}

.heading-title {
	margin-bottom: 40px;
}

ul {
	padding: 0;
}

.item:hover {
	opacity: 1 !important;
}

a:hover {
	text-decoration: none;
}

.img {
	width: 100%;
}

input {
	outline: none;
}

.mh-52 {
	min-height: 52px;
}

.mh-375 {
	min-height: 375px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-15 {
	margin-top: 15px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.form-check-label {
	cursor: pointer;
}

.form-check-input {
	accent-color: var(--second-color);
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	position: relative;
}

	.thumbnail .caption {
		padding: 9px;
		color: #333;
	}

.media-left, .media > .pull-left {
	padding-right: 10px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
	border-color: #ddd;
}

.panel-body {
	padding: 15px;
}

.line-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#ui-datepicker-div {
	z-index: 999 !important;
}

#collapse1,
#collapse1 span {
	font-size: 15px !important;
}

.list__tour {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

	.list__tour .cruise-img-warp,
	.list__tour .top-cruise-body {
		border: none;
		margin-bottom: 0;
	}

.ui-button:active {
	background-color: inherit;
}

.ui-button .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url('https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/images/ui-icons_777777_256x240.png')
}

.br {
	margin-bottom: 30px;
}

.navbar__title {
	background-color: #fff;
	border: none;
}

.btn {
	padding: 9px 12px;
}

.btn-detail {
	background: #fff !important;
	border: 1px solid var(--primary-color);
	border-radius: 0;
	padding: 8px 20px;
}

	.btn-detail:hover {
		background: var(--primary-color) !important;
		border-color: #dc9f48;
	}

	.btn-detail a {
		color: var(--primary-color);
		text-decoration: none;
	}

	.btn-detail:hover a {
		color: #fff;
	}

.ss-menu #cssmenu #menu-button {
	color: #fff;
}

#menu-header * a:active,
.menu-header * a:hover {
	text-decoration: none;
}

.menu-header {
	position: relative;
	z-index: 9999;
	background-color: #fff;
	color: var(--normal-color);
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
}

	.menu-header .flex {
		display: flex;
		align-items: center;
	}

	.menu-header a {
		color: var(--normal-color);
		font-size: 0.9em;
	}

		.menu-header a:hover {
			color: #344a71;
		}

.header_left {
	padding: 10px 0 10px 0;
	font-size: 11px;
	color: #acacac;
}

.header_right span {
	padding: 0 10px 0 10px;
	border-right: 1px solid;
}

.header_right {
	float: right;
	margin-top: 10px;
}

	.header_right span a:active,
	.header_right span a:focus,
	.header_right span a:hover {
		color: #fff;
		text-decoration: none;
		outline: 0;
		cursor: pointer;
	}

.dropdown {
	font-size: 12px;
	position: relative;
	display: inline-block;
	float: right;
}

#d_wishlist span {
	margin-top: -6px;
	color: var(--primary-color);
}

.header-trip button.btn.dropdown-toggle {
	color: #fff;
	font-size: 13px;
}

.header-trip button {
	background-color: var(--primary-color);
}

.dropdown .language:hover .dropdown-menu {
	display: block;
}

.language {
	background: 0 0;
	border: transparent;
}

	.language:hover {
		background: #f9f6f6;
		color: #333;
	}

.dropdown span {
	color: #acacac;
	line-height: 35px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.dropdown ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	background-color: #fff;
	min-width: 80px;
	right: 0;
	width: 100%;
	border-radius: 0;
	position: absolute;
	z-index: 999;
	left: 0;
}

	.dropdown ul li {
		background: 0 0;
	}

.dropdown .dropdown-menu .active a {
	background-color: #344a71;
}

.icon a i {
	padding-right: 10px;
	font-size: 19px;
	line-height: 35px;
	color: rgba(249, 246, 246, 0.75);
}

	.icon a i:active,
	.icon a i:hover {
		color: #fff;
	}

#icon-language .social {
	margin-right: 10px;
}

#icon-language .social-content {
	margin-top: 15px;
}

	#icon-language .social-content a {
		padding: 2px;
	}

	#icon-language .social-content i.fa {
		padding: 4px 5px;
		font-size: 10px;
	}

	#icon-language .social-content .face {
		padding: 4px 7px !important;
	}

	#icon-language .social-content .google {
		padding: 4px 3px !important;
	}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent !important;
}

#style-navbar {
	background-color: var(--primary-color);
	position: relative;
	z-index: 100;
}

.carousel {
	z-index: 99;
}

.bar-menu-header {
	position: fixed !important;
	z-index: 999;
	top: 0;
	width: 100%;
	padding: 0;
	height: auto;
}

.dropdown a i {
	font-size: 15px;
	padding-right: 15px;
	color: var(--normal-color);
}

.icon-language span {
	border-right: 1px solid #ddd;
}

.baner-nav {
	z-index: 999;
	position: absolute;
	width: 100%;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus ul,
.nav-pills > li.active > a:hover {
	background-color: transparent !important;
	color: #fff;
}

li a.menu {
	background-color: transparent;
}

ul li a:active,
ul li a:focus,
ul li a:hover {
	background-color: transparent;
	outline: 0;
	border: transparent;
}

.sub-menu {
	float: left;
	font-size: 12px;
}

#sub-menu li.li-menu {
	padding: 0;
}

#sub-menu .li-menu a {
	padding: 0 10px;
	line-height: 70px;
}

#sub-menu .drop a {
	padding: 0 10px;
	line-height: 70px;
}

.drop a,
ul li.li-menu a.menu {
	color: #fff;
	text-transform: uppercase;
}

.drop .dropdown-menu li a:hover {
	color: #fff;
}

#sub-menu .active a {
	color: #fff;
	background: var(--primary-color);
	border-radius: 0;
}

#sub-menu .li-menu:hover a,
.drop a:hover {
	background: #ffd400 !important;
	border-radius: 0;
	color: #fff;
	text-decoration: none;
}

#sub-menu .nav-pills > li + li {
	margin-left: 0;
}

.dropdown-menu li:hover a {
	background: #fff;
	border-radius: 0;
}

ul li.li-menu a:hover {
	color: #fff;
}

#sub-menu .dropdown-menu {
	border-radius: 0;
	border: none;
	top: 97%;
	padding: 0;
	color: #333 !important;
}

#sub-menu .sm-nowrap {
	border-radius: 0;
	border: none;
	top: -6%;
	left: 101%;
	padding: 0;
}

#sub-menu .dropdown-menu a {
	line-height: 40px;
	font-size: 12px;
}

#nav-nemu .drop:hover > .dropdown-menu {
	display: block;
}

#nav-nemu .li-menu .dropdown-menu > li > a:hover {
	background: var(--primary-color);
	color: #fff;
}

.search-1 {
	display: none;
}

#myCarousel .carousel-control {
	background: 0 0;
	border: transparent;
}

#myCarousel span.sr-only {
	display: none;
}

#myCarousel .carousel-control span {
	font-size: 20px;
	padding: 10px;
	top: 45%;
}

#scr-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	#scr-bar img {
		height: 60px;
		max-height: 100%;
		width: auto;
		object-fit: cover;
		margin: 9px 0;
		/*mix-blend-mode: darken;*/
	}

#myCarousel .carousel-control {
	background: 0 0;
	border: transparent;
}

	#myCarousel .carousel-control span {
		font-size: 20px;
		padding: 10px;
		top: 50%;
	}

.navbar-right {
	margin-left: 10px;
	margin-top: -15px;
}

.content img {
	width: 100%;
	height: 100%;
}

.datepickerebe-on select {
	margin: 10px 0;
}

.datepickerebe-on .dropdown-menu > li > a:hover {
	background: #f7921c;
	color: #fff;
}

.dropdown .btn-default {
	background: #fff;
	padding-right: 5px;
}

.datepickerebe .btn-warning:hover {
	border-color: #e7c130;
	background-color: #e7c130;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
	text-align: center;
}

#ui-datepicker-div .ui-state-default {
	text-align: center;
}

.datepickerebe-on .dropdown,
.datepickerebe-on .dropdown button {
	width: 100%;
	height: 35px;
	margin: 10px 0;
}

.input-append {
	margin-top: 20px;
}

#index {
	text-align: center;
	color: #333;
	position: absolute;
	z-index: 99;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}

.datepickerebe .btn-warning {
	border: 2px solid #e7c130;
	background-color: #e7c130;
	color: #fff;
}

.datepickerebe .datepickerebe-on {
	display: inline-block;
	vertical-align: middle;
	padding: 25px 0 25px 0;
	width: 80%;
	display: block;
	padding: 25px 15px;
}

	.datepickerebe .datepickerebe-on label {
		color: #fff;
		float: left;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.5em;
		margin-right: 10px;
	}

	.datepickerebe .datepickerebe-on span {
		color: #000;
	}

	.datepickerebe .datepickerebe-on a {
		text-transform: uppercase;
		margin-top: 25px;
	}

.datepickerebe .dropdown-menu li > a {
	margin: 0;
	padding: 10px 15px;
}

@media screen and (max-width: 700px) {

	#index .btn-style-1,
	#index .form-search .form-group {
		width: 100%;
		/*margin-bottom: 10px;*/
	}

	.quote {
		font-size: 14px;
	}

	.main-wrap,
	.sub-banner.bg-default {
		display: none;
	}



	#myCarousel {
		margin-bottom: 0;
	}


	.datepickerebe .datepickerebe-on label {
		color: #000;
		padding-bottom: 5px;
	}

	.datepickerebe .datepickerebe-on span {
		color: #000;
	}

	.mg-bottom-10 {
		float: left;
	}

	.datepickerebe .datepickerebe-on .from {
		margin-right: 35px;
	}

	.header-trip {
		display: block !important;
	}

	.img-logo {
		float: left;
	}

	.header-trip > a > img {
		width: 100px !important;
		float: right !important;
	}

	.totalservice {
		display: block !important;
	}

	.bk-price-info1 {
		display: none !important;
	}

	.cdsROW.narrow {
		width: 200px !important;
	}
}

.totalservice {
	display: none;
	padding: 0 15px;
}

@media screen and (max-width: 1100px) {

	.sub-banner ul li,
	.sub-banner ul li:first-child {
		font-size: 15px !important;
		margin-top: 10px !important;
		padding: 0 5px !important;
	}

	.datepickerebe-on {
		width: 97% !important;
	}


	#myCarousel {
		margin-bottom: 0;
	}
}

.content {
	height: 70vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	text-align: center;
}

.shapes {
	padding-top: 40px;
	text-align: center;
	margin: 0 auto;
}

.img-circle {
	border: 2px solid;
}

p {
	line-height: 24px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.icon h4 a:active,
.icon h4 a:hover {
	text-decoration: none;
	color: var(--second-color);
}

.icon .icon-fa i {
	display: inline-block;
	background: #e8e8e8;
	border: 5px solid #f9f6f6;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	color: #00557f;
	width: 70px;
	height: 70px;
	border-radius: 44px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.border-title {
	background: url(/Content/Img/splitter.png) bottom repeat-x;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
}

.icon-menu {
	border-radius: 30px;
	border: 4px solid #0698b1;
	float: right;
	color: #0698b1;
}

.btn-icon {
	background: 0 0;
	border: transparent;
	margin-top: 40px;
	font-size: 30px;
}

	.btn-icon span {
		display: inline-block;
		background: #e8e8e8;
		border: 5px solid #f9f6f6;
		font-size: 28px;
		line-height: 40px;
		text-align: center;
		color: #a5a5a5;
		width: 50px;
		height: 50px;
		border-radius: 44px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

		.btn-icon span :hover,
		.btn-icon span:active {
			font-size: 20px;
		}

button:focus {
	outline: 0;
}

.border-title h2 {
	border-bottom: 5px solid #0698b1;
	display: inline-block;
	padding-bottom: 10px;
}

.span-icon {
	color: #0698b1;
	position: absolute;
}

footer {
	z-index: 0 !important;
	font-size: 14px;
	background-color: #fff;
	position: relative;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.widget .widgettitle a {
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 700;
}

	.widget .widgettitle a:active,
	.widget .widgettitle a:hover {
		color: var(--second-color);
		text-decoration: none;
	}

.widget ul li {
	color: #fff;
}

	.widget ul li a {
		line-height: 33px;
	}

		.widget ul li a:active,
		.widget ul li a:hover {
			color: var(--second-color);
			text-decoration: none;
		}

.product_list_widget li {
	color: #fff;
}

	.product_list_widget li span {
		color: #fff;
	}

.widget p {
	color: rgba(0, 0, 0, 0.7);
	padding-left: 0;
}

	.widget p a {
		color: rgba(0, 0, 0, 0.7);
	}

		.widget p a:active,
		.widget p a:hover {
			color: #e7c130;
			text-decoration: none;
		}

.qr {
	position: relative;
}

	.qr img {
		position: absolute;
		top: 0;
		right: -50%;
	}

.footer__container-item-2:nth-child(2n + 1) .qr {
	display: none;
}

.copyright {
	background: rgba(0, 0, 0, 0.1);
	color: #6a6a6a;
}

	.copyright p {
		color: rgba(255, 255, 255, 0.78);
		line-height: 10px;
		display: block;
		padding-top: 10px;
	}

.social-content a {
	color: #337ab7;
}


#ft-bt {
	padding-bottom: 10px;
	color: #fff;
}

.widget {
	margin-top: 7px;
}

	.widget img {
		width: 250px;
	}

#slider1 {
	margin-bottom: 10px;
}

#col1 {
	color: rgba(0, 0, 0, 0.7);
}

	#col1 p {
		color: rgba(0, 0, 0, 0.7);
	}

#ft-bt p i {
	color: rgba(0, 0, 0, 0.7);
	margin-right: 5px;
}

#col1 p span a {
	color: #acacac;
}

#col1 p span {
	color: rgba(0, 0, 0, 0.7);
	margin-right: 5px;
}

footer a {
	color: var(--normal-color);
}

	footer a:active,
	footer a:hover {
		color: var(--second-color);
		text-decoration: none;
	}

#widget {
	margin-top: 15px;
}

	#widget p {
		color: rgba(255, 255, 255, 0.78);
	}

#ft-menu {
	padding-left: 12px;
	list-style-type: none;
}

	#ft-menu a {
		color: rgba(0, 0, 0, 0.7);
	}

.widget div a .ia {
	width: 35px;
	padding: 5px;
}

.product_list_widget img {
	width: 50px;
}

.our {
	margin-top: 50px;
}

.owl-demo {
	position: relative;
}

div.cap-img {
	text-align: center;
	height: auto;
	padding: 15px;
}

.tour__related {
	padding: 40px 0;
}

	.tour__related .thumbnail a > img {
		height: 150px;
	}

div.cap-img h2 a {
	color: #f7921c;
	font-size: 18px;
}

	div.cap-img h2 a:focus,
	div.cap-img h2 a:hover {
		color: #f7921c;
		text-decoration: none;
		outline: 0;
	}

.OUR #owl-demo .item {
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 3px;
	text-align: center;
}

.customNavigation {
	text-align: center;
}

	.customNavigation a {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

.owl-carousel .thumbnail .cap-img a img {
	width: auto;
}

@media screen and (max-width: 500px) {
	#style-navbar #scr-bar h2 {
		margin-bottom: -35px;
	}

	#srcoller .phone-no a {
		display: none;
	}

	#icon-language a span {
		display: none;
	}

	#sub-menu #scroller-nav #bs-example-navbar-collapse-1 ul li {
		width: 100%;
		text-align: center;
		border-top: 1px solid #ddd;
		padding: 5px;
		background-color: var(--primary-color);
	}

	#sub-menu #scroller-nav #bs-example-navbar-collapse-1 ul {
		margin-left: 0 !important;
		position: relative;
		box-shadow: none;
		height: 300px;
		overflow: auto;
	}

	#slider #slidernivo #myCarousel .carousel-inner .item .one_half {
		display: none;
	}

	#slider {
		display: block;
	}

	.flex-active-slide img {
		max-height: 225px !important;
	}

	.flexslider {
		margin: 0 0 9px !important;
	}

	.padd {
		padding-left: 10px !important;
	}

	img.shadow {
		display: none;
	}

	#slider-latest #owl-demo1 .disabled {
		display: none !important;
	}

	.owl-theme .owl-dots .owl-dot {
		display: block !important;
		float: left;
	}

	.owl-theme .owl-dots {
		margin: auto;
		vertical-align: middle;
		text-align: center !important;
		display: table;
	}

	#slider-latest #owl-demo .disabled {
		display: none !important;
	}

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none;
	}

	#ft-bt .widget img {
		width: 65%;
	}

	.mh-270 {
		min-height: unset;
	}

	footer .container #col3 {
		display: none;
	}

	footer .copyright {
		display: block;
	}

		footer .copyright a {
			display: none;
		}

		footer .copyright p {
			line-height: 20px !important;
		}
}

.navbar-default .navbar-toggle {
	background: 0 0;
}

#sub-menu .navbar-default .navbar-toggle:focus,
#sub-menu .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

@media screen and (max-width: 1100px) {
	#sub-menu li.li-menu {
		width: 100%;
		text-align: center;
	}

	.header_left {
		display: none;
	}

	.height-item {
		max-height: 1200px;
	}

	.content {
		height: 400px !important;
	}


	#style-navbar #scr-bar h2 {
		font-size: 25px;
		width: 200px;
		margin-left: -10px;
	}

	#sub-menu #scroller-nav #bs-example-navbar-collapse-1 ul {
		margin-left: 50px;
		padding-bottom: 3px;
		font-size: 12px;
	}

	#slider-latest #owl-demo1 .disabled {
		margin-top: -340px !important;
	}

	#slider #slidernivo #myCarousel .carousel-inner .item .one_half {
		display: none;
	}

	#slider #slidernivo #myCarousel .carousel-inner .item img {
		width: 95%;
		height: 95%;
		margin: 0 auto;
		padding-right: 60px;
		margin-top: 10px;
	}

	#icon-language {
		height: 35px;
		display: none !important;
	}

	.social {
		margin-right: -10px;
	}

		.social i {
			padding: 5px 6px !important;
		}

			.social i.face {
				padding: 5px 8px !important;
			}

			.social i.google {
				padding: 5px 4px !important;
			}

	.titel-mail h4 {
		font-size: 12px;
		padding-top: 10px;
	}

	.social-content a {
		padding: 2px !important;
	}

	.datepickerebe-on .titel-mail h4 {
		color: #e7c130;
		font-size: 12px;
		margin-top: 0;
	}

	.datepickerebe .datepickerebe-on a {
		text-transform: uppercase;
		overflow: hidden;
		font-size: 10px;
	}

	.accomd-modations-header {
		width: auto !important;
	}

	.accomd-modations-header {
		margin-left: 0 !important;
	}

	.owl-item .cap-img .titel-price {
		top: 215px;
	}

	.room-detail_amenities {
		margin-top: 20px;
	}

	.titel-icon {
		display: none;
	}

	.element-item {
		width: 240px !important;
		height: 100px !important;
	}

	.awe-calendar-wrapper {
		width: 100% !important;
	}

	.datetime {
		width: 100% !important;
	}

	.index .col-sm-2 {
		width: 18.666667% !important;
	}

	.icheck {
		display: none;
	}

	.main-wrap {
		display: none;
	}

	#index {
		display: block;
	}
}

@media screen and (max-width: 700px) {
	.item-content .height-item {
		max-height: 600px;
	}

	.content {
		height: 200px !important;
	}

	.menu-header {
		z-index: 9999;
	}

	#srcoller {
		height: 34px;
	}

	.header_left {
		display: none;
	}

	#style-navbar {
		height: auto;
		background: 0 0;
		position: absolute;
		top: 10px;
	}

	.bar-menu-header {
		background: #fff !important;
	}

	#slider #slidernivo #myCarousel .carousel-inner .item .one_half {
		display: none;
	}

	#slider #slidernivo #myCarousel .carousel-inner .item img {
		width: 90%;
		height: 90%;
		margin: 0 auto;
		padding-right: 60px;
		margin-top: 10px;
	}

	.hr {
		margin-top: 0 !important;
	}

	.datepickerebe-on .titel-mail h4 {
		color: #e7c130;
		margin-bottom: 20px;
	}

	.element-item {
		width: 160px !important;
		height: 90px !important;
	}

	.blog .social-content i.fa {
		margin-left: 0 !important;
	}

	.awe-calendar-wrapper i {
		color: #000 !important;
	}

	.awe-calendar-wrapper .awe-calendar {
		color: #000 !important;
		border: 2px solid #000 !important;
	}

	.index {
		display: block !important;
	}

		.index .col-xs-6 {
			width: 100% !important;
			margin-top: 20px;
		}

		.index .dropdown {
			width: 100%;
		}

		.index .datetime {
			color: #000 !important;
			border: 2px solid #000 !important;
			text-align: left;
		}

	.owl-item .cap-img .titel-price {
		top: 270px;
	}

	#sub-menu .navbar-collapse.collapse {
		float: right;
	}

	.baner-nav {
		position: relative;
	}

	#myCarousel .carousel-control span {
		top: 40%;
	}
}

#footer .mailchimp h4 {
	display: inline-block;
	font-family: Montserrat;
	margin: 0;
	color: #fff;
	font-size: 25px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
}

.social-content {
	margin-top: 15px;
}

	.social-content a {
		padding: 5px;
	}

	.social-content i.fa {
		padding: 8px 9px;
		font-size: 12px;
	}

		.social-content i.fa:hover {
			color: #e7c130;
		}

	.social-content .face {
		padding: 8px 11px !important;
	}

	.social-content .google {
		padding: 8px 7px !important;
	}

.titel-mail h4 {
	color: #fff;
	font-weight: 600;
}

	.titel-mail h4 i {
		padding: 10px;
		margin-right: 20px;
		color: #e7c130;
	}

.mailchimp-form {
	padding: 15px;
}

	.mailchimp-form .form-control {
		border-radius: 0;
	}

	.mailchimp-form button {
		background-color: #e7c130;
		border: #e7c130;
		color: #fff;
	}

.index {
	margin-bottom: 20px;
}

.bgr-index .view-12 {
	margin-bottom: 45px;
}

.wrap-content-pri {
	background-color: #f5f5f5;
	margin-top: 40px;
	margin-bottom: 20px;
}

.star-icon {
	display: flex;
	margin-top: 3px;
	font-size: 13px;
	color: orange;
}

.time-tour {
	margin-left: 10px;
	margin-top: 10px;
}

@media only screen and (min-width: 1024.98px) {
	.header-trip {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.navbar-default .navbar-toggle {
		margin-top: -50px !important;
	}
}

@media screen and (max-width: 1024px) {

	.header-trip .header-li {
		display: flex;
		gap: 20px;
	}

	#cssmenu ul li.hide-mobile {
		display: none;
	}

	.search-1 {
		display: inline-block;
	}

	.hs-seacher {
		display: inline-block;
		position: absolute;
		top: 3px;
	}

	#cssmenu ul li.hide-mobile .submenu-button {
		display: none;
	}

	#sub-menu .navbar-header {
		float: right;
	}

	#sub-menu .navbar-toggle {
		background: 0 0;
		margin-top: 9px !important;
		float: right;
	}

	.navbar-default .navbar-toggle {
		display: block;
	}

	#sub-menu .collapse.in {
		display: block !important;
	}

	.navbar-collapse.in {
		overflow-y: auto;
	}

	#sub-menu .navbar-collapse.collapse {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: hidden !important;
	}

	#sub-menu .navbar-collapse.in {
		display: block !important;
		overflow: hidden !important;
	}
}

.logo-cruises {
	list-style: none;
}

	.logo-cruises li {
		display: inline-block;
	}

		.logo-cruises li a {
			display: block;
			color: rgba(255, 255, 255, 0.5);
			font-size: 11px;
			padding: 0 25px;
			text-align: center;
		}

	.logo-cruises .img {
		background-image: url(../Img/icon/logo-cruise-top-new.png);
		background-repeat: no-repeat;
		height: 35px;
		margin: 0 auto;
	}

	.logo-cruises li a:hover {
		color: #fff;
	}

	.logo-cruises li:first-child a {
		padding-left: 0;
	}

	.logo-cruises .paradise {
		width: 75px;
		background-position: 2px -8px;
		position: absolute;
	}

	.logo-cruises .indochina {
		width: 91px;
		background-position: -120px -4px;
		position: absolute;
	}

	.logo-cruises .aphrodite {
		width: 91px;
		background-position: -250px -9px;
		position: absolute;
	}

	.logo-cruises li a:hover .aphrodite {
		background-position: -250px -51px;
		position: absolute;
		width: 91px;
	}

	.logo-cruises li a:hover .indochina {
		background-position: -120px -52px;
		position: absolute;
	}

	.logo-cruises li a:hover .paradise {
		background-position: 2px -50px;
		position: absolute;
	}

.header-fix-top ul li {
	position: relative;
}

.logo-cruises li a span.name {
	position: relative;
	bottom: -40px;
	height: 60px;
}

.logo-cruises li a span {
	display: block;
}

.top-links {
	display: flex;
	justify-content: flex-end;
	padding-top: 23px;
}

	.top-links li {
		float: left;
	}

		.top-links li a {
			display: block;
			padding: 8px;
			font-size: 14px;
			color: var(--normal-color);
		}

.iw-chancesleet,
.iw-chancetstorms,
.iw-nt_chancesleet,
.iw-nt_chancetstorms,
.iw-nt_sleet,
.iw-nt_tstorms,
.iw-rain,
.iw-sleet,
.iw-tstorms {
	background-position: 0 0;
	width: 20px;
}

.iw {
	display: inline-block;
	background-image: url(/files/images/ic-weather-header.png);
	background-repeat: no-repeat;
	height: 19px;
	vertical-align: middle;
}

.text-middle {
	vertical-align: middle;
}

.inline-block {
	display: inline-block;
}

.pull-right {
	list-style: none;
}

.top-links .heart .red-badge {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 3px;
	font-size: 12px;
	background-color: #d60000;
	color: #fff;
	top: -0.8em;
}

.red-badge {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 3px;
	font-size: 12px;
	background-color: #d60000;
	color: #fff;
	top: -0.6em;
	right: -2px;
	-webkit-box-shadow: 1px 1px 0 rgba(23, 21, 24, 0.4);
	-khtml-box-shadow: 1px 1px 0 rgba(23, 21, 24, 0.4);
	-moz-box-shadow: 1px 1px 0 rgba(23, 21, 24, 0.4);
	-ms-box-shadow: 1px 1px 0 rgba(23, 21, 24, 0.4);
	-o-box-shadow: 1px 1px 0 rgba(23, 21, 24, 0.4);
	box-shadow: 1px 1px 0 rgba(23, 21, 24, 0.4);
}

.top-links .sub-wishlist {
	width: 355px;
	left: 0;
}

.top-links .sub-language,
.top-links .sub-wishlist {
	position: absolute;
	padding: 10px 0 0;
	top: 42px;
	background-color: #fff;
	color: rgba(51, 51, 51, 0.8);
	border: 2px solid var(--primary-color);
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.text-center {
	text-align: center;
}

#owl-demo2 .item .post-single {
	padding-bottom: 3px;
}

#owl-demo2 .item:hover .bg-default {
	background-color: #fafdff;
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#owl-demo2 .item .bg-default {
	-webkit-box-shadow: 0 1px 0 #c7c7c7;
	-khtml-box-shadow: 0 1px 0 #c7c7c7;
	-moz-box-shadow: 0 1px 0 #c7c7c7;
	-ms-box-shadow: 0 1px 0 #c7c7c7;
	-o-box-shadow: 0 1px 0 #c7c7c7;
	box-shadow: 0 1px 0 #c7c7c7;
}

#owl-demo2 .i-header {
	width: 100%;
	height: 207px;
	position: relative;
	display: block;
}

	#owl-demo2 .i-header:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s;
		-khtml-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

#owl-demo2 img {
	width: 100%;
	height: 100%;
}

#owl-demo2 img,
.slide__collection img,
#owl-cruisebestsale img {
	height: 200px;
	object-fit: cover
}

#owl-demo2 .i-header .heart-o {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 15px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

	#owl-demo2 .i-header .heart-o:before {
		width: 24px;
		height: 24px;
		line-height: 26px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3);
		-webkit-border-radius: 50%;
		-khtml-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		content: "\f004";
		display: inline-block;
		font-family: FontAwesome;
		margin-right: 5px;
		-webkit-transition: all 0.3s;
		-khtml-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

#owl-demo2 {
	margin-bottom: 30px;
}


.freeBus,
.freeBusKayaking,
.freeKayaking {
	color: #fff;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.5);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	display: inline-block;
	padding: 4px 12px 4px 20px;
	position: absolute;
	top: 15px;
	left: 29px;
	z-index: 99;
}

.freeBusKayaking {
	width: 70%;
	padding-left: 30px;
	border-radius: 15px;
}

	.freeBusKayaking::after {
		width: 55px;
		background-image: url(../Img/icon/tag-owl.png);
		background-repeat: no-repeat;
		background-position: 3px 4px;
	}

	.freeBus::after,
	.freeBusKayaking::after,
	.freeKayaking::after {
		content: "";
		display: inline-block;
		font-family: FontAwesome;
		width: 28px;
		height: 28px;
		line-height: 24px;
		background-color: #ffd42a;
		color: #000;
		font-size: 14px;
		border-radius: 14px;
		border: 2px solid #fff;
		text-align: center;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		left: -14px;
	}

#owl-demo2 .i-body {
	padding: 15px 15px 20px;
	position: relative;
}

	#owl-demo2 .i-body .title,
	#owl-cruisebestsale .i-body .title {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 5px;
	}

	#owl-demo2 .i-body .price {
		font-size: 20px;
		color: #000;
		position: absolute;
		right: 15px;
		top: 0;
		font-weight: 700;
	}

		#owl-demo2 .i-body .price.best-cruise {
			position: static;
		}

	#owl-demo2 .i-body .pricedown {
		text-decoration: line-through;
		font-size: 18px;
		color: red;
		/*position: absolute;*/
		right: -7px;
		top: -10px;
		font-weight: 700;
		display: block;
		margin-bottom: 0;
	}

.pricedown {
	display: block;
	color: red;
	font-size: 18px;
	text-decoration: line-through;
	margin-bottom: 0;
	font-weight: 700;
}

.cru-item .pricedown {
	font-size: 18px !important;
	position: static;
	display: block;
}

#owl-demo2 .i-body .price sup {
	left: -2px;
	font-size: 12px;
}

.fromup {
	position: absolute;
	right: calc(100% + 10px);
	top: 10px;
	font-size: 12px;
}

#owl-demo2 .i-body .price span {
	position: absolute;
	right: 5px;
	top: 8px;
	display: inline-block;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
}

.gr-price .price {
	font-size: 20px;
}

.gr-price .price-sale {
	font-size: 18px;
	color: red;
	text-decoration: line-through;
}

.pa-thumbnail .th-detail .bread > li + li:before {
	padding: 0 5px;
	color: #0054a0;
	font-family: FontAwesome;
	content: "\f105";
}

.title a,
.title a:focus,
.title a:hover {
	color: var(--primary-color);
	text-decoration: none;
	outline: 0;
	margin-right: -15px;
	display: inline-block;
}

.header_left ul {
	padding: 0;
}

.datepickerebe-on {
	background-color: rgba(255,255,255, 1);
	padding: 15px;
	margin: 0 auto;
	position: relative;
	border-radius: 6px;
}

	.datepickerebe-on .nav-pills {
		gap: 7px;
	}

		.datepickerebe-on .nav-pills .nav-link {
			border: 1px solid var(--primary-color);
			color: var(--primary-color);
			padding: 6px 15px;
		}

			.datepickerebe-on .nav-pills .nav-link.active,
			.datepickerebe-on .nav-pills .show > .nav-link,
			.datepickerebe-on .nav-pills .nav-link:hover,
			.datepickerebe-on .nav-pills .nav-link:focus {
				color: #fff;
				background-color: var(--primary-color);
			}

.form-search-top-btn .btn {
	padding: 10px 20px;
	min-width: 200px;
	font-size: 19px;
	border-radius: 50px;
	box-shadow: 0 2px 10px 0px rgba(255, 255, 255, .6);
}

	.form-search-top-btn .btn:hover,
	.form-search-top-btn .btn:focus,
	.form-search-top-btn .btn:active {
		background-color: var(--primary-color);
		border-color: var(--primary-color);
	}

	.form-search-top-btn .btn img {
		width: 30px;
		filter: brightness(0) invert(1);
	}
/*.form-search {
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(255,255,255, 1);
padding: 15px;
margin: 0 auto;
position: relative;
border-radius: 6px;
}*/
.form-search .form-search-inner {
	margin: 0;
	gap: 15px;
}

.banner h1 {
	color: #fff;
	top: -60px;
}

.form-search .form-head {
	color: #000;
	top: 0;
}

.form-search .filter-type {
	text-align: left;
}

	.form-search .filter-type .filter-item {
		display: inline-block;
		margin-right: 20px;
	}

	.form-search .filter-type label {
		float: none;
		display: flex;
		align-items: center;
		gap: 4px;
		font-weight: normal;
		font-size: 13px;
		cursor: pointer;
	}

	.form-search .filter-type input[type=checkbox],
	.form-search .filter-type input[type=radio] {
		width: 20px;
		height: 20px;
		margin: 0;
		accent-color: #1a9a49;
	}

.form-search .form-group {
	position: relative;
	/*width: 160px;
	float: left;*/
	margin-bottom: 0px;
}

	.form-search .form-group > label {
		display: block;
		color: #000;
		float: none;
		text-align: left;
	}

.form-search .flex-col {
	flex: 1 0 160px;
}

.form-search .form-control {
	padding: 0px 10px;
	text-align: left;
	border: 1px solid rgb(0 0 0 / .2);
	border-radius: 4px;
	box-shadow: none;
}

.form-row {
	position: relative;
}

.form-control {
	font-size: 13px;
	display: inline-block;
	height: 38px;
}

.sub-form-search {
	z-index: 10;
	display: none;
	position: absolute;
	top: 43px;
	left: 1px;
	width: 100%;
	background-color: #fff;
	color: #5a5a5a;
	border: 1px solid var(--primary-color);
	padding: 8px 0;
}

.form-control-feedback {
	line-height: 34px !important;
}

.form-search .form-control-feedback {
	color: rgba(51, 51, 51, 0.8);
}

.form-search .btn-style-1 {
	width: 100%;
	/*border-radius: 50px;*/
	background: var(--primary-color);
	color: #fff;
	outline: none !important;
	height: 38px;
	padding: 0 10px;
	font-size: 14px;
}

.btn-style-1:focus,
.btn-style-1:hover {
	background: var(--primary-color);
	color: #fff !important;
	text-decoration: none;
	outline: 0;
}

.form-group select {
	margin: 0;
}

.input-group-text {
	background-color: #fff;
}

.view-all,
.view-all:hover {
	color: #fff;
}

.btn-style-1 {
	float: left;
}

.top-links li a .fa-globe,
.top-links li a:focus,
.top-links li a:hover {
	color: #ffd400;
	text-decoration: none;
	outline: 0;
}

#showromemodal .m-item h5 {
	font-size: 13px;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 12px;
	text-align: center;
	position: relative;
}

	#showromemodal .m-item h5:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #d7d7d7;
	}

	#showromemodal .m-item h5 span {
		display: inline-block;
		position: relative;
		z-index: 3;
		padding: 0 8px;
		background-color: #fff;
	}

#showromemodal .flex-direction-nav .flex-next span,
#showromemodal .flex-direction-nav .flex-prev span {
	font-size: 20px;
	background-color: #fff;
	color: #fff;
	font-size: 20px;
	padding: 0 7px 0 7px;
	border-radius: 15px;
	color: #000;
	background-color: #fff;
}

#showromemodal .slides-detail {
	border: none;
}

#showromemodal #sliderrome {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #acacac;
}

#carouselrome {
	padding-top: 10px;
}

.link-img .heart-o {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 15px;
	right: 20px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pa-thumbnail .heart-o {
	cursor: pointer;
	display: none;
}

.pa-thumbnail .moneydown {
	z-index: 100;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: red;
	border-right-color: red;
	position: absolute;
	right: 0;
	top: 0;
}

	.pa-thumbnail .moneydown sup {
		font-weight: 700;
		color: #fff;
		position: absolute;
		right: -19px;
		top: -6px;
	}

.link-img .freeBusKayaking {
	top: 15px;
	left: 40px;
}

#wraploadding {
	background-color: #fff;
	opacity: 0.8;
	z-index: 5000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

	#wraploadding div#imgloadding {
		width: 100px;
		height: 100px;
		margin: auto;
		position: relative;
	}

#nav-nemu .fa-home {
	display: block;
	font-size: 25px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
}

#owl-cruisebest2017 .owl-nav .owl-prev,
#owl-cruisebestsale .owl-nav .owl-prev,
#owl-cruisetop .owl-nav .owl-prev,
#owl-demo14 .owl-nav .owl-prev,
#owl-demo2 .owl-nav .owl-prev,
.slide__collection .owl-nav .owl-prev,
.cruise__related-slide .owl-nav .owl-prev,
.hotel__related-slide .owl-nav .owl-prev {
	left: -15px;
}

#owl-cruisebest2017 .owl-nav .owl-next,
#owl-cruisebestsale .owl-nav .owl-next,
#owl-cruisetop .owl-nav .owl-next,
#owl-demo14 .owl-nav .owl-next,
#owl-demo2 .owl-nav .owl-next,
.slide__collection .owl-nav .owl-next,
.cruise__related-slide .owl-nav .owl-next,
.hotel__related-slide .owl-nav .owl-next {
	right: -15px;
}

#owl-cruisebest2017 .owl-nav [class*="owl-"],
#owl-cruisebestsale .owl-nav [class*="owl-"],
#owl-demo14 .owl-nav [class*="owl-"],
#owl-demo2 .owl-nav [class*="owl-"],
.slide__collection .owl-nav [class*="owl-"],
.cruise__related-slide .owl-nav [class*="owl-"],
.hotel__related-slide .owl-nav [class*="owl-"] {
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -30px;
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
	color: #fff;
	background-color: #b4bdc075;
	border: none;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

#tabbed-nav2.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
	border-top: 2px solid #880606;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
	color: #880606;
	box-shadow: 2px 2px 3px 0 #2373ab;
	text-shadow: none;
}

#tabbed-nav2.z-tabs.large.horizontal.top.white.z-bordered > ul > li.z-active > a {
	padding-top: 8px;
}

#tabbed-nav2.z-tabs.large > ul > li > a {
	font-size: 13px;
	padding: 9px 24px;
	border-color: #004a89;
	border-radius: 5px;
	margin-left: 5px;
	margin-top: 5px;
	color: #004a89;
	background: #fbfbf9;
	text-shadow: none;
	box-shadow: 2px 2px 3px 0 #d0d0ce;
}

.z-tabs.clean.vertical > ul.z-tabs-desktop {
	border: none;
}

.bgr-hil.container-hil {
	padding: 0 20px 30px;
	margin: 40px 10px;
}

.bgr-hil {
	overflow: hidden;
	background: #fbfbf9;
	margin-bottom: 40px;
	box-shadow: 1px 2px 1px 0 #d6d4d4;
	padding: 10px 0 30px;
}

.bgr-baner {
	background-size: cover;
	height: 350px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.text-baner {
	position: absolute;
	text-align: center;
	width: 100%;
	top: calc(50% + 37px);
	transform: translateY(-50%);
}

.breadcrumb-blog {
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	z-index: 3;
	float: left;
	width: 100%;
	text-align: center;
	background: 0 0;
}

.bgr-baner .breadcrumb {
	text-align: center;
	float: none;
	display: inline-block;
	width: auto;
	position: relative;
	padding: 5px 25px 7px;
	margin: 0;
	border-radius: 0;
	background: var(--primary-color);
}

	.bgr-baner .breadcrumb li {
		display: inline-block;
	}

		.bgr-baner .breadcrumb li + li:before {
			padding: 0 5px;
			color: #ccc;
			content: "/\00a0";
		}

.detailtour {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: #d6d4d4 1px 2px 1px 0;
	overflow: hidden;
	background: #fbfbf9;
}

.bgr-hil {
	margin-bottom: 40px;
	box-shadow: #d6d4d4 1px 2px 1px 0;
	overflow: hidden;
	background: #fbfbf9;
	padding: 10px 0 30px;
}

.content-slide img {
	max-height: 631px;
}

.share-sh {
	position: absolute;
	float: left;
	bottom: 0;
	margin-left: 50%;
}

.navbar-right li a i {
	font-size: 18px;
	color: #000;
}

.TA_socialButtonIcon .socialWidgetContainer .socialWidgetCore img {
	width: 40px;
	height: 32px;
}

.gan-trip {
	float: right;
	margin-top: -21px;
	padding-right: 20%;
}

.navbar-text .TA_socialButtonIcon .socialWidgetContainer .socialWidget .socialWidgetCore img {
	width: 30px;
	height: 23px;
}

.top-links li span {
	font-size: 15px;
	color: var(--normal-color);
}

.menu-mini {
	display: none;
}

.detailtour ul.list-ul-book {
	padding: 0;
}

	.detailtour ul.list-ul-book li {
		padding-left: 30px;
		padding-right: 15px;
		position: relative;
		line-height: 22px;
		font-size: 14px;
		color: #000;
		text-align: left;
		list-style-type: none;
		margin: 0;
		overflow: hidden;
	}

.mg-list-cruise {
	margin-top: 15px;
	margin-bottom: 15px;
}

	.mg-list-cruise h3 {
		margin: 0;
		font-size: 16px;
		font-weight: 700;
		color: var(--three-color);
	}

		.mg-list-cruise h3 a {
			color: inherit;
		}

@*.top-cruise-body {
	margin-bottom: 20px;
	padding: 0 15px;
}

*@ .ss-menu {
	background: var(--primary-color);
}

#scr-bar img {
	-webkit-transition: height 1s;
	transition: height 1s;
}

	#scr-bar img:hover {
		/*height: 120px;*/
	}

.top-links li span {
	font-size: 13px;
}

.ya-footer {
	width: 100%;
}

.trip-img {
	padding: 10px 0 0 0;
	width: 100%;
}

#scr-bar .temp span {
	font-weight: 700;
	font-size: 13px;
	color: var(--primary-color);
}

div#d_wishlist {
	display: flex;
}

	div#d_wishlist a span {
		padding: 0 5px !important;
	}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
	div#scr-bar {
		display: flex;
		align-items: center;
	}

	#myCarousel img {
		height: 250px;
		object-fit: cover;
	}

	.header-li .h-img a {
		margin-left: 10px;
		font-size: 11px;
		font-weight: 600;
		color: var(--normal-color);
	}
}

.h-img {
	text-align: right;
}

.header-li .h-img a {
	display: flow-root;
	text-align: right;
	float: right;
}

.z_18 {
	font-size: 13px;
}

.menu-mini {
	display: block;
	font-weight: 700;
	color: #fff;
	position: absolute;
	right: 45px;
	top: 17px;
}

.bgr-1 {
	background-image: url(/Content/Img/Index/img-14.jpg);
}

.awe-parallax {
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

.awe-overlay {
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	left: 0;
}

.heading {
	margin: 0;
	color: #232323;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
}

.accomd-modations-header p {
	margin-bottom: 0;
	margin-top: 10px;
}

.accomd-modations-header {
	margin-left: 85px;
}

.accomd-modations {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 211px 0;
}

.item .img-slider {
	padding: 0 5px 0 10px;
}

.accom {
	padding-top: 30px;
}

.button {
	display: inline-block;
	padding: 10px 18px;
	margin-bottom: 10px;
	border: none;
	color: #222;
	font-size: 16px;
	cursor: pointer;
}

	.button:hover {
		background: rgba(52, 74, 113, 0.8);
		color: #fff;
	}

.button-group:after {
	content: "";
	display: block;
	clear: both;
}

.button-group button {
	border: none;
	background: 0 0;
	color: #000;
}

	.button-group button.is-checked {
		background: rgba(52, 74, 113, 0.8);
		color: #fff;
	}

.grid {
	height: 450px !important;
	overflow: hidden;
	margin-left: 10px;
}

	.grid:after {
		content: "";
		display: block;
		clear: both;
	}

.element-item {
	position: relative;
	float: left;
	width: 20%;
	height: 150px;
	padding: 20px;
	overflow: hidden;
}

	.element-item > * {
		margin: 0;
		padding: 0;
	}

	.element-item .name {
		position: absolute;
		left: 10px;
		top: 60px;
		text-transform: none;
		letter-spacing: 0;
		font-size: 12px;
		font-weight: 400;
	}

	.element-item .symbol {
		position: absolute;
		left: 10px;
		top: 0;
		font-size: 42px;
		font-weight: 700;
		color: #fff;
	}

	.element-item .number {
		position: absolute;
		right: 8px;
		top: 5px;
	}

	.element-item .weight {
		position: absolute;
		left: 10px;
		top: 76px;
		font-size: 12px;
	}

.datetime {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	border: 2px solid #fff;
	padding: 3px;
	line-height: 29px;
	background: 0 0;
	text-align: left;
}

	.datetime span {
		float: right !important;
		margin-top: -5px !important;
	}

.navbar-right:hover .dropdown-menu {
	display: block;
}

.navbar-right {
	top: 26px;
}

	.navbar-right .dropdown-menu {
		top: 95%;
		border-radius: 0;
		padding: 0;
		min-width: 165px;
	}

		.navbar-right .dropdown-menu li a {
			padding: 8px 20px;
		}

			.navbar-right .dropdown-menu li a img {
				float: right;
			}

.sub-tit {
	font-size: 24px;
	font-weight: 700;
	color: var(--three-color);
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.titel-pad {
	margin: 20px 0 20px;
}

	.titel-pad p {
		font-size: 14px;
		padding: 0 180px;
		text-align: center;
	}

.divider {
	text-align: center;
	color: #ddd;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	color: #999;
	width: 100%;
}

	.divider:before {
		content: "";
		position: absolute;
		width: 18%;
		top: 8px;
		left: 31%;
		height: 0;
		border-top: 1px solid #999;
	}

	.divider:after {
		content: "";
		position: absolute;
		width: 18%;
		top: 8px;
		right: 31%;
		height: 0;
		border-top: 1px solid #999;
	}

.in-line {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
}

.line-bottom {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	float: left;
}

	.line-bottom a {
		color: #ff7346;
		-webkit-transition: color 0.3s, background-color 0.3s;
		-moz-transition: color 0.3s, background-color 0.3s;
		-o-transition: color 0.3s, background-color 0.3s;
		transition: color 0.3s, background-color 0.3s;
	}

		.line-bottom a:hover span {
			color: #000;
			text-decoration: none;
			border: none;
			outline: 0;
		}

		.line-bottom a:active,
		.line-bottom a:focus,
		.line-bottom a:hover {
			text-decoration: none;
			outline: 0;
			color: #000;
		}

.in-line .in-from {
	width: 180px;
	display: inline-block;
}

.in-line .in-icon,
.in-line .in-price {
	font-size: 14px;
	color: #333;
}

.in-line .in-to {
	width: 160px;
	display: inline-block;
	margin-left: 30px;
}

.bgr-index {
	background-color: #f5f5f5;
}

.next-it::after {
	content: "";
	background-image: url(../Img/next.png);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50px;
	right: -15px;
}

.how-it {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

	.how-it h4 {
		font-weight: 600;
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.how-it .it-des {
		padding: 0 30px 0 30px;
		text-align: left;
	}

#owl-demo1.owl-theme .owl-nav [class*="owl-"] {
	border-radius: 100px;
	height: 30px;
	width: 30px;
}

#owl-demo1 .owl-nav .owl-prev {
	left: 0;
	position: absolute;
	top: 50%;
}

#owl-demo1 .owl-nav .owl-next {
	right: 0;
	position: absolute;
	top: 50%;
}

#owl-demo1 {
	text-align: center;
}

	#owl-demo1 .img-we {
		border-radius: 100px;
		width: 180px;
		text-align: center;
		margin: 0 auto;
	}

.fbox-media .btn-vr {
	color: #f7921c;
	float: right;
}

#owl-demo1 .media-box {
	padding: 10px 40px;
}

.pa-thumbnail .caption {
	background-color: #fff;
	/*border-bottom: 1px solid #c7c7c7;*/
	overflow: hidden;
}

.pa-thumbnail .th-title {
	margin-bottom: 10px;
}

	.pa-thumbnail .th-title a {
		color: #f7921c;
	}

		.pa-thumbnail .th-title a:focus,
		.pa-thumbnail .th-title a:hover {
			color: #f7921c;
			text-decoration: none;
			outline: 0;
		}

.c07 {
	color: rgba(0, 0, 0, 0.7);
}

.pa-thumbnail .th-detail .bread {
	padding-top: 5px;
	padding-left: 15px;
	position: relative;
}

	.pa-thumbnail .th-detail .bread:before {
		content: "\f041";
		font-family: FontAwesome;
		position: absolute;
		left: 1px;
		top: 5px;
	}

	.pa-thumbnail .th-detail .bread li {
		display: inline-block;
	}

.pa-thumbnail .th-info {
	color: #fff;
	position: absolute;
	top: 47%;
	left: 0;
	width: 100%;
	padding: 8px 25px;
}

.i-header img,
.link-img img {
	width: 100%;
}

.galleryHotel .item {
	margin-bottom: 10px;
	padding: 0;
}

.img-we {
	width: 100%;
	border-radius: 150px;
	padding: 10px;
	border: 1px solid #ddd;
}

.media-box h3 {
	text-align: center;
	font-size: 14px;
}

.fbox-media a {
	color: #f7921c;
}

	.fbox-media a:focus,
	.fbox-media a:hover {
		color: #f7921c;
		text-decoration: none;
		outline: 0;
	}

.list-languages li {
	width: 100%;
	display: block;
}

.icon {
	background-image: url(../Img/icon/sprites2x.13112017.png);
	background-size: 82px 1154px;
	background-repeat: no-repeat !important;
	display: inline-block;
	vertical-align: middle;
}

.icon-guaranteed {
	width: 58px;
	height: 56px;
	background-position: -4px -288px;
	margin: -3px 0 0 0;
	background-size: initial;
}

.icon-true-value {
	width: 60px;
	height: 60px;
	background-position: -68px -230px;
	margin: -3px 0 0 0;
	background-size: initial;
}

.icon-groupbooking {
	width: 66px;
	height: 62px;
	background-position: -68px -288px;
	margin: -3px 0 0 0;
	background-size: initial;
}

.home-content-header span {
	font-size: 16px;
	text-transform: uppercase;
	color: #fe8802;
	font-weight: 500;
}

.padding-right-20 {
	padding-right: 20px;
}

.home-content-header .text-description {
	padding-left: 70px;
}

.home-content-header span {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--primary-color);
	font-weight: 500;
}

.home-content-header p {
	font-size: 11px;
	color: #999;
	padding: 0;
	line-height: 1.5em;
}

.home-header {
	border-bottom: 1px solid #ddd;
}

.home-content-header {
	margin: 20px 0 10px;
}

.ads-banner {
	background-color: #fff;
	padding-top: 40px;
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.adx a {
	color: #fff !important;
	display: inline-block;
}

	.adx a:focus,
	.adx a:hover {
		text-decoration: none;
		outline: 0;
	}

.adx-lg {
	background-color: #2665b7;
	background-image: url(../Img/icon/orchid-x.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #fff;
	width: 1024px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1;
	padding-left: 408px;
	text-align: left;
}

.adx__title {
	font-size: 22px;
	line-height: 1.16667;
	margin: 12px 0 7px;
	display: block;
}

.adx__btn,
.adx__title,
.ady__btn,
.ady__title {
	font-weight: 700;
}

.adx__cell--one {
	width: 224px;
}

.adx__cell {
	display: table-cell;
	vertical-align: middle;
}

.adx__list {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.adx__list,
.ady__list {
	list-style: none !important;
}

	.adx__list li {
		margin-bottom: 3px;
	}

	.adx__list .fa {
		color: #ffef38;
		margin-right: 3px;
	}

.adx__cell--two {
	width: 176px;
	position: relative;
	padding-left: 16px;
}

.adx__cell {
	display: table-cell;
	vertical-align: middle;
}

.adx__cell--two::before {
	left: -1px;
}

.adx__cell--two::before {
	content: "";
	display: block;
	height: 42px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	margin-top: -21px;
}

.adx__price {
	color: #ffef38;
}

	.adx__price span {
		text-transform: uppercase;
		font-size: 12px;
	}

	.adx__price strong {
		font-size: 18px;
		padding-top: 5px;
		display: block;
	}

.adx__cell--three {
	width: 190px;
	text-align: right;
}

.adx__cell {
	display: table-cell;
	vertical-align: middle;
}

.adx__btn {
	display: inline-block;
	border-radius: 100px;
	padding: 0 10px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	color: #2665b7;
	background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

.item-gallery a:hover .caption {
	visibility: visible;
	opacity: 1;
}

.item-gallery .caption {
	-webkit-transition: all 0.5s ease 0;
	-khtml-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-ms-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

	.item-gallery .caption .box-center {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

.box-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lh24 {
	line-height: 24px;
}

.z_24 {
	font-size: 24px;
}

.item-gallery .caption .box-center strong {
	margin-top: 5px;
}

.wrap-media img {
	width: 100%;
}

.more-1y .fa {
	color: #ffca00;
}

.h_media .title {
	line-height: 1.2;
	margin: 0 0 50px;
}

.h_media blockquote {
	padding: 0 35px 0 45px;
}

.h_media .quote {
	position: relative;
	text-align: justify;
}

	.h_media .quote:before {
		content: "\f10d";
		left: -45px;
		top: 0;
		font-size: 30px;
	}

	.h_media .quote:after,
	.h_media .quote:before {
		display: inline-block;
		position: absolute;
		font-family: FontAwesome;
		color: rgba(0, 0, 0, 0.2);
	}

	.h_media .quote:after {
		content: "\f10e";
		right: -35px;
		top: 0;
		font-size: 30px;
	}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0";
}

.h_media blockquote footer {
	color: #666;
	margin-top: 10px;
}

blockquote,
blockquote footer {
	font-size: 13px;
}

.fbox-media p {
	text-align: center;
	font-size: 11px;
}

.mailitemwish {
	background-color: #edf0f2;
	margin: 0 0 30px;
	padding: 10px 0;
}

	.mailitemwish .contentmailitemwish {
		width: 60%;
		float: left;
		padding: 40px 10px;
	}

	.mailitemwish .imgmailitemwish {
		width: 30%;
		float: left;
	}

	.mailitemwish .deletemailitemwish {
		cursor: pointer;
		width: 10%;
		padding: 40px 10px;
		float: left;
		transition: color 1s;
	}

		.mailitemwish .deletemailitemwish:hover {
			color: #ff0;
		}

@media screen and (max-width: 900px) {
	.mailitemwish .contentmailitemwish {
		padding: 10px;
	}
}

.pa-thumbnail .th-detail .pull-left {
	width: 50%;
}

#owl-demo2 .owl-nav,
.slide__collection .owl-nav {
	display: block !important;
}

#owl-cruisebest2017 .owl-nav {
	display: block;
}

#owl-cruisetop .owl-nav {
	display: block;
}

#owl-cruisebestsale .owl-nav {
	display: block;
}

#owl-demo14 .owl-nav {
	display: block;
}

.bg-1 {
	background-image: url("../Img/2(1).jpg");
}

.crImg img {
	height: 200px;
	width: 100%;
	aspect-ratio: 6 / 3;
	object-fit: cover;
}

.crThumb img {
	aspect-ratio: 6 / 4;
	object-fit: cover;
}

.tc-header {
	position: relative;
	margin-bottom: 14px;
	padding-right: 88px;
}

.tc-label {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: #2db300;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -70px;
	top: 0;
}

.tc-header .title24 {
	margin-bottom: 5px;
}

.tc-header .price {
	position: absolute;
	right: 0;
	top: -14px;
}

	.tc-header .price p {
		margin: 0;
	}

.text-right {
	text-align: right;
}

.c07 {
	color: rgba(0, 0, 0, 0.7);
}

.tc-header .price sup {
	top: -0.1em;
	font-size: 14px;
	font-weight: 700;
}

.tc-header .price b {
	font-size: 26px;
	vertical-align: middle;
	display: inline-block;
}

.tc-header .price span {
	line-height: 1;
	font-size: 10px;
	vertical-align: middle;
}

.quote-cus {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

.tc-footer ul {
	list-style: none;
	padding: 0;
}

	.tc-footer ul li {
		margin: 5px 0;
	}

.btn-style-1d {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.tc-footer .btn {
	margin-top: 10px;
	border-radius: 1px;
	width: 162px;
}

.cruise-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(202, 202, 202, 0.8);
	overflow: hidden;
}

.list_cruise_item .top-cruise-body {
	margin-bottom: 0;
	border: none;
}

#abe .cruise-item {
	overflow: unset;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 0;
}

#abe .top-cruise-body {
	border: none;
	margin-bottom: 0;
}

.cruise-item.br-none {
	border-bottom: none;
}

.gallery .z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a,
.gallery .z-tabs.horizontal.top.white.z-bordered > ul > li > a {
	margin-top: 0;
	margin-bottom: 0;
	background: 0 0;
	box-shadow: none;
	border-bottom: transparent;
	border-left: transparent;
	border-right: transparent;
}

.gallery .z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
	border-top: 3px solid #01509f;
}

.gallery .z-tabs.horizontal.top.white.z-bordered > ul > li > a {
	border: none;
}

.gallery .z-tabs.clean.horizontal > ul > li.z-active {
	top: -1px;
}

.nav-cat ul li:first-child {
	border-left: 1px solid rgba(202, 202, 202, 0.8);
}

.nav-cat ul li {
	float: left;
	width: 20%;
	border-right: 1px solid rgba(202, 202, 202, 0.8);
}

	.nav-cat ul li a {
		padding: 20px 10px;
		font-weight: 700;
		font-size: 14px;
		color: #535353;
		display: block;
		text-align: center;
	}

.inc-map {
	width: 39px;
	background-position: 0 0;
}

.inc {
	background-image: url(../Img/icon/ic-nav-cat.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	height: 31px;
}

.nav-cat ul li a span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.nav-cat ul {
	list-style: none;
}

	.nav-cat ul li a:focus,
	.nav-cat ul li a:hover {
		text-decoration: none;
		outline: 0;
	}

.sibar-left .form-group {
	width: 100%;
	margin: 10px 0;
}

.sibar-left .btn-style-1 {
	width: 100%;
	margin: 10px 0;
}

.sibar-left h2 {
	margin-bottom: 15px;
}

.sibar-left {
	background-color: var(--primary-color);
	padding: 20px 15px;
	display: table;
	width: 100%;
	position: relative;
	color: #fff;
}

.tour-bgr {
	background-color: #fff;
	border-top: 1px solid #e3e6e7;
}

	.tour-bgr .titel-tour {
		padding: 15px 0;
		margin: 0;
		background-color: transparent;
	}

.titel-tour > li {
	display: inline-block;
}

.tour-bgr .titel-tour > li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none !important;
}

.tour-bgr .titel-tour > li a {
	color: rgba(0, 0, 0, 0.7);
}

.tour-bgr .reb {
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px solid #737373;
}

.tour-bgr .titel-tour > li + li:before {
	content: "\f178";
	padding: 0 8px;
	color: rgba(153, 153, 153, 0.7);
	font-family: FontAwesome;
}

.widget-goo {
	border: 1px solid #e0e4e6;
}

	.widget-goo .w-body {
		color: #666;
		padding: 15px;
	}

		.widget-goo .w-body .btn {
			margin-bottom: 13px;
			margin-top: 0;
			width: 100%;
		}

.btn-primary {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	border-radius: 26px;
}

	.btn-primary:hover {
		border-color: var(--second-color);
		background-color: var(--second-color);
	}

.btn-style-2a {
	/*background: linear-gradient(to bottom, #f8c218 0%, #dc9f48 100%);*/
	background: var(--primary-color);
	color: #fff !important;
	outline: none !important;
}

#showroom,
.btn-cruise {
	position: relative;
	box-shadow: none;
	border: 1px solid #fff;
	background: #fff !important;
	border-color: var(--primary-color);
	color: var(--primary-color) !important;
	z-index: 1;
	transition: all .3s;
	padding: 0 10px;
}

	#showroom:before,
	.btn-cruise::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: var(--primary-color) !important;
		transition: all .3s;
		z-index: -1;
	}

	#showroom:hover::before,
	.btn-cruise:hover::before {
		width: 100%;
		transition: all .3s;
	}

	#showroom:hover,
	.btn-cruise:hover {
		color: #fff !important;
		border-color: #dc9f48;
		transition: all .3s;
	}

.widget-goo .w-footer {
	padding: 10px;
	border-top: 1px solid #dee5ec;
	background-color: #f6f8f9;
}

.widget-search-cruise {
	background: var(--primary-color);
	padding: 20px 15px;
	display: table;
	width: 100%;
	position: relative;
	color: #fff;
}

.text-normal {
	font-size: 25px;
	padding: 0 0 10px;
}

.form-group .icon-calendar {
	position: absolute;
	color: #000;
	top: 35.5%;
	right: 20px;
}

.cd-main .widget-cruise-tours h4 {
	padding: 12px 15px;
	background-color: #0d6188;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

.cd-main .widget-cruise-tours .w-body {
	background-color: rgba(243, 233, 213, 0.6);
}

.cd-main .widget-cruise-tours ul {
	padding: 0 15px;
	list-style: none;
	margin: 0;
}

.cd-main .widget-cruise-tours li {
	position: relative;
	padding: 10px 0 10px 58px;
	border-bottom: 1px dotted #cfcac0;
	min-height: 56px;
}

.cd-main .widget-cruise-tours .n-day {
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(13, 97, 136, 0.7);
	color: #fff;
	position: absolute;
	left: 0;
	line-height: 13px;
	padding-top: 7px;
	padding-left: 10px;
}

.z_16 {
	font-size: 16px;
}

.widget-cruise-tours .n-day small {
	border-top: 1px dotted #fff;
	margin-top: 2px;
	font-size: 10px;
}

.widget-viewed .media {
	position: relative;
	padding: 10px 15px;
}

	.widget-viewed .media a.pull-left {
		display: block;
		width: 70px;
	}

		.widget-viewed .media a.pull-left img {
			width: 100%;
		}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}

.item img {
	margin: 0 auto;
	aspect-ratio: 6/4;
	object-fit: cover;
}

.widget-book-us h4,
.widget-faqs h4 {
	padding-bottom: 10px;
	border-bottom: 2px solid #e4e7e8;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 14px;
}

.widget-book-us p,
.widget-faqs p {
	margin-bottom: 15px;
}

.widget-book-us .list-check,
.widget-faqs .list-check {
	padding-left: 0;
}

	.widget-book-us .list-check li,
	.widget-faqs .list-check li {
		list-style: none;
		color: #666;
		margin-bottom: 14px;
		padding-left: 25px;
		position: relative;
	}

		.widget-book-us .list-check li:before,
		.widget-faqs .list-check li:before {
			content: "\f05d";
			color: var(--primary-color);
			font-size: 16px;
			display: inline-block;
			font-family: FontAwesome;
			position: absolute;
			left: 0;
			top: 0;
		}

		.widget-book-us .list-check li strong,
		.widget-faqs .list-check li strong {
			display: block;
			color: var(--primary-color);
		}

.widget-book-us,
.widget-faqs {
	padding: 18px 15px 10px;
	border: 1px solid #e4e7e8;
	margin-bottom: 23px;
}

.cd-tag span {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	margin: 5px 7px 0 0;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-tabs .nav {
	position: relative;
	z-index: 10;
	width: 100%;
	background-color: #e0e4e6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

	.cd-tabs .nav li a {
		background-color: var(--primary-color);
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		padding: 12px 10px;
		color: #fff !important;
		border-bottom: 1px solid #fff;
		white-space: nowrap;
	}

#navbar-detail.cd-tabs .nav li a {
	/*background-color: #00000066;*/
	background-color: var(--primary-color);
	color: #fff !important;
	display: block;
}

.cd-tabs .nav li a:hover {
	background-color: #f6f8f9;
	color: var(--primary-color) !important;
}

.cd-tabs .nav li {
	border-left: 1px solid #fff;
	display: table-cell;
	/*width: 1%;*/
	width: auto;
	text-align: center;
	flex: 1;
}

	.cd-tabs .nav li:first-child {
		border-left: none;
	}

.cd-sub-duration ul li {
	padding: 6px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.check-rooms .form-control-feedback {
	position: absolute;
	height: 38px;
	width: 38px;
	line-height: 38px;
	background-color: var(--primary-color);
	color: #fff;
	top: 25px !important;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.check-rooms .form-control[readonly] {
	background-color: #fff;
}

.cd-sub:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 13px;
	margin-left: -13px;
}

.cd-sub:after,
.cd-sub:before {
	bottom: 100%;
	left: 35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cd-sub:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 14px;
	margin-left: -14px;
}

.check-rooms .form-group {
	float: left;
	margin-right: 12px;
	margin-bottom: 0;
}

.check-rooms .wf1 {
	width: 190px;
}

.check-rooms .wf2 {
	width: 110px;
}

@media(max-width:767.98px) {
	.check-rooms .box-col {
		flex: auto;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 10px;
	}
}

.check-rooms-item {
	position: relative;
}

.slides-detail {
	overflow: hidden;
	padding: 15px;
	border: 1px solid #ddd;
}

.inside .list-check li:before {
	width: 28px;
	height: 28px;
	line-height: 28px;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	text-align: center;
	left: 15px;
}

.inside .list-check li {
	float: left;
	padding: 0 10px 0 52px;
	width: 50%;
	margin-bottom: 25px;
	color: #666;
}

.inside .list-check {
	padding: 20px 0 0;
	width: 100%;
	display: table;
}

.accom-the {
	margin: 23px 0;
}

	.accom-the ul {
		margin-left: 20px;
	}

#carousel.flexslider {
	margin: 10px 0 0;
}

.bg-f6 {
	background-color: #f6f8f9;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-shadow: inset #fff 0 -2px 0;
	-khtml-box-shadow: inset #fff 0 -2px 0;
	-moz-box-shadow: inset #fff 0 -2px 0;
	-ms-box-shadow: inset #fff 0 -2px 0;
	-o-box-shadow: inset #fff 0 -2px 0;
	box-shadow: inset #fff 0 -2px 0;
	overflow: hidden;
}

.check-rooms {
	padding: 25px 15px;
	display: table;
	width: 100%;
	margin-bottom: 35px;
	position: relative;
}

	.check-rooms .control-label {
		margin-bottom: 5px;
	}

	.check-rooms .form-control {
		height: 38px;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		border-color: #d7d7d7;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		font-size: 13px;
		padding-left: 8px;
	}

.cd-sub {
	position: absolute;
	display: none;
	left: 0;
	top: 80px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 9;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 13px -4px rgba(24, 22, 24, 0.3);
	-moz-box-shadow: 0 6px 13px -4px rgba(24, 22, 24, 0.3);
	box-shadow: 0 6px 13px -4px rgba(24, 22, 24, 0.3);
	padding: 10px;
}

.cd-sub-duration {
	width: 100%;
	padding: 5px 0;
	max-width: 192px;
}

.check-rooms .btn-style-2a {
	height: 38px;
	width: 160px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 6px rgba(24, 22, 24, 0.5);
	-khtml-box-shadow: 0 0 6px rgba(24, 22, 24, 0.5);
	-moz-box-shadow: 0 0 6px rgba(24, 22, 24, 0.5);
	-ms-box-shadow: 0 0 6px rgba(24, 22, 24, 0.5);
	-o-box-shadow: 0 0 6px rgba(24, 22, 24, 0.5);
	box-shadow: 0 0 6px rgba(24, 22, 24, 0.5);
	/*float: right;
	margin-top: 25px;*/
}

.btn-style-2a:hover {
	background-color: #0d6dc3;
}

table.table-rooms tr th {
	background-color: #f6f8f9;
	white-space: nowrap;
	color: #666;
	padding: 8px;
	line-height: 1.5em;
	vertical-align: middle;
}

table.table-rooms .media .media-heading {
	color: #0ab21b;
	padding-top: 10px;
}

.has-feedback ul {
	margin-left: 20px;
}

.adult span,
.child span,
.list-inline li,
table.table-rooms tr .tb-per .has-feedback:hover .list-inline li {
	color: #000;
	font-size: 11px;
}

table.table-rooms .show-price:before {
	content: "";
	display: block;
	width: 31px;
	height: 48px;
	background: url(../Img/icon/arrow-up-orange.png) no-repeat center;
	margin: 0 auto 20px;
}

table.table-rooms .show-price {
	vertical-align: middle;
	color: #666;
	white-space: nowrap;
	text-align: center;
}

.it-item {
	margin-bottom: 10px;
}

.it-head {
	background-color: #e0e4e6;
	position: relative;
	color: var(--primary-color);
	padding: 12px 45px 12px 18px;
	cursor: pointer;
	border-bottom: 1px solid #bfc1c2;
	margin-bottom: -1px;
}

	.it-head .list-transfer {
		margin: 0 8px 0 0;
		vertical-align: middle;
	}

		.it-head .list-transfer li:first-child {
			padding-left: 0;
		}

		.it-head .list-transfer li {
			padding: 0 10px;
			line-height: 1;
			vertical-align: middle;
			position: relative;
		}

.fu-car,
.fu-car-o {
	width: 19px;
	height: 16px;
}

.fu-ship,
.fu-ship-o {
	width: 17px;
	height: 16px;
}

.fu {
	display: inline-block;
	background-image: url(../Img/icon/cd-transfer.png);
	background-repeat: no-repeat;
}

.it-head strong {
	vertical-align: middle;
}

.it-head .fa-dropdown {
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	right: 15px;
}

.fu-ship {
	background-position: -22px 0;
}

.fu-car {
	background-position: 0 0;
}

.it-body {
	padding: 20px 18px;
	border: 1px solid #d7d7d7;
	line-height: 24px;
}

.it-head .list-transfer li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 25px;
	background-color: rgba(191, 193, 194, 0.5);
	position: absolute;
	left: 0;
}

.check-rooms .cd-sub-room {
	width: 415px;
	padding: 30px 22px;
	min-width: 266px;
}

	.check-rooms .cd-sub-room .form-control {
		padding-right: 30px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	.check-rooms .cd-sub-room .control-label-sm {
		font-weight: 400;
	}

	.check-rooms .cd-sub-room .btn-style-1 {
		width: 130px;
		height: 38px;
		margin-right: 10px;
		background-color: #2db300;
	}

.c2a {
	cursor: pointer;
}

/*.check-rooms .form-group {
	float: left;
	margin-right: 12px;
	margin-bottom: 0;
	padding: 0;
}*/

.room-chose {
	margin-top: 20px;
}

.list-dot {
	list-style: disc;
	padding: 0;
}

	.list-dot li {
		position: relative;
		/*padding-left: 18px;*/
		margin-left: 20px;
		margin-bottom: 10px;
	}

.it-body .list-check.plus li::before {
	content: "\f055";
	color: #74c63d;
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
}

.tit-item {
	margin-bottom: 15px;
	font-size: 24px;
}

.tab-item {
	padding-top: 20px;
}

	.tab-item .tit-item {
		font-weight: 700;
	}

.it-body .list-check.minus li::before {
	content: "\f056";
	color: #d60000;
}

.cd-sub-duration ul li:hover {
	background-color: #81d166;
	color: #fff;
}

.room-chose .cp-detail {
	display: none;
	position: absolute;
	width: 358px;
	left: 0;
	top: 95%;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 19;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 6px 13px -4px rgba(24, 22, 24, 0.3);
	-moz-box-shadow: 0 6px 13px -4px rgba(24, 22, 24, 0.3);
	box-shadow: 0 6px 13px -4px rgba(24, 22, 24, 0.3);
	padding: 12px;
}

.room-chose .table caption {
	margin-bottom: 10px;
	position: relative;
	color: #000;
	padding: 5px 0;
}

.room-chose .table .cp-detail-close {
	position: absolute;
	right: 0;
	cursor: pointer;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.cruise-desc,
.review-list .item {
	background-color: #f6f8f9;
	padding: 20px 15px 20px 200px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.current-rate .rate-number {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	background-color: #2db300;
	border-radius: 100px;
	color: #fff;
	margin-top: 20px;
}

.z_18 {
	font-size: 18px;
}

.text-uppercase {
	text-transform: uppercase;
}

.z_12 {
	font-size: 12px;
}

.z_10 {
	font-size: 10px;
}


.cus-desc h5 {
	margin-bottom: 10px;
}

.cus-desc .minus,
.cus-desc .plus {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

	.cus-desc .plus:before {
		content: "\f055";
		color: #2db300;
		display: inline-block;
		font-family: FontAwesome;
		position: absolute;
		left: 0;
		top: 0;
		font-size: 14px;
	}

.more-social {
	padding: 12px 0 0;
}

.box-hidden {
	overflow: hidden;
}

.helpful {
	color: #999;
}

	.helpful li {
		vertical-align: middle;
	}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.helpful .btn {
	background-color: #2db300;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 36px;
	height: 21px;
	line-height: 21px;
	padding: 0;
}

.more-social .pull-left {
	color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	padding-top: 3px;
	cursor: pointer;
}

.cus-det {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 4px;
	margin-top: 12px;
	display: none;
}

#result-review-con {
	margin-top: 23px;
}

.cruise-desc table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

	.cruise-desc table caption,
	.review-list .item table caption {
		color: #000;
		margin-bottom: 10px;
	}

	.cruise-desc table tr td:first-child,
	.review-list .item table tr td:first-child {
		padding-left: 0;
		color: rgba(0, 0, 0, 0.7);
		vertical-align: middle;
		padding: 6px 9px;
	}

	.cruise-desc table tr td,
	.review-list .item table tr td {
		vertical-align: middle;
		padding: 6px 9px;
	}

.cruise-desc .progress,
.review-list .item .progress {
	margin: 0;
	width: 100%;
	min-width: 160px;
	height: 10px;
	border: 1px solid #5ad2ff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cruise-desc .progress-bar-info,
.review-list .item .progress-bar-info {
	background-color: #5ad2ff;
}

.cruise-desc table tr td,
.review-list .item table tr td {
	vertical-align: middle;
	padding: 6px 9px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.traveller-rate table tr td:first-child {
	color: var(--primary-color);
}

.traveller-rate table tr td:last-child {
	text-align: right;
}

.traveller-rate table tr td {
	border-bottom: 1px dotted var(--primary-color);
}

.cruise-desc table tr td,
.review-list .item table tr td {
	vertical-align: middle;
	padding: 6px 9px;
}

.text-itatic {
	font-style: italic;
}

.review-list .item {
	margin-bottom: 18px;
	min-height: 195px;
}

.block-rate-num,
.current-rate {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 168px;
	background-color: #eff1f2;
}

	.block-rate-num .rate-number {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		background-color: #5ad2ff;
		color: #fff;
		border-radius: 100px;
		margin-top: 20px;
	}

.cd-main .btn-style-1,
.cd-main .form-group .form-control {
	border-radius: 0;
}

.btn-search {
	position: relative;
	background: #fff;
	color: #000;
	outline: none !important;
	border-radius: 0;
	border: none;
	z-index: 1;
	transition: all .3s;
}

	.btn-search::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: var(--primary-color) !important;
		transition: all .3s;
		z-index: -1;
	}

	.btn-search:hover::before {
		width: 100%;
		transition: all .3s;
	}

	.btn-search:hover {
		color: #fff;
	}

.flex-direction-nav .flex-next {
	right: 10px;
}

.flex-direction-nav a:before {
	font-size: 38px;
	content: "";
	color: #fff;
}

.flex-direction-nav .flex-prev {
	left: 10px;
	text-align: left;
	opacity: 0;
}

	.flex-direction-nav .flex-next span,
	.flex-direction-nav .flex-prev span {
		font-size: 48px;
		color: #fff;
	}

.btn-a .tbn-hover {
	padding: 8px;
}

	.btn-a .tbn-hover:active,
	.btn-a .tbn-hover:focus,
	.btn-a .tbn-hover:hover {
		text-decoration: none;
		outline: 0;
	}

@media screen and (max-width: 700px) {

	.review-list .item .progress,
	.tab-item .cruise-desc .progress {
		min-width: 120px;
	}

	.tab-item .cruise-desc,
	.tab-item .review-list .item {
		padding: 0;
	}

	.tab-item .block-rate-num,
	.tab-item .current-rate {
		position: relative;
		width: 100%;
		padding-bottom: 0;
	}

	.cd-main .check-rooms .wf1,
	.cd-main .check-rooms .wf2 {
		width: 94%;
	}

	.cd-main .inside .list-check li {
		width: 100%;
	}

	.it-item .it-head strong {
		font-size: 11px;
	}

	.cruise-item .top-cruise-body,
	.tc-header {
		padding: 0;
	}

	.nav-cat ul li a span {
		display: none;
	}
}

.bg-3 {
	background-image: url(../Img/room-banner.JPG);
}

.bg-1 {
	background-image: url("../Img/2(1).jpg");
}

.breadcrumb-area {
	padding: 170px 0 120px;
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6 {
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.overlay-dark-2:before {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.breadcrumb-text h2 {
	color: #fff;
	font-size: 36px;
	line-height: 26px;
	margin-bottom: 19px;
	text-transform: uppercase;
}

.breadcrumb-text {
	position: relative;
	padding: 18px 60px;
	display: table;
	border: 1px solid #fff;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
}

	.breadcrumb-text ul {
		position: relative;
		padding: 0;
	}

		.breadcrumb-text ul li {
			position: relative;
			color: #fff;
			font-size: 15px;
			font-weight: 400;
			display: inline-block;
			margin-right: 20px;
			text-transform: uppercase;
		}

			.breadcrumb-text ul li:after {
				content: "/";
				position: absolute;
				right: -17px;
				top: 0;
			}

			.breadcrumb-text ul li:last-child:after {
				display: none;
			}

			.breadcrumb-text ul li:last-child {
				margin-right: 0;
			}

			.breadcrumb-text ul li a {
				position: relative;
				color: #fff;
				font-size: 15px;
				font-weight: 400;
				text-transform: uppercase;
				text-decoration: none;
			}

				.breadcrumb-text ul li a:active,
				.breadcrumb-text ul li a:focus,
				.breadcrumb-text ul li a:hover {
					text-decoration: none;
					outline: 0;
					color: #ff3d54;
				}

	.breadcrumb-text p {
		color: #fff;
		margin-bottom: 7px;
	}

.breadcrumb-bar {
	bottom: -25px;
	position: absolute;
}

	.breadcrumb-bar .breadcrumb {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		line-height: 12px;
		margin: 0;
		text-align: left;
	}

	.breadcrumb-bar li:first-child {
		margin-left: 0;
	}

	.breadcrumb-bar li {
		color: #b5876d;
		font-family: raleway;
		font-size: 18px;
		line-height: 14px;
		margin: 0 18px;
		position: relative;
		text-transform: capitalize;
	}

.breadcrumb li a {
	color: #fff;
}

	.breadcrumb li a:active,
	.breadcrumb li a:focus,
	.breadcrumb li a:hover {
		color: #b5876d;
		text-decoration: none;
		outline: 0;
	}

.car-box .well {
	background: #fff;
	text-align: center;
	line-height: 16px;
}

	.car-box .well .on-img img {
		width: 100%;
		padding-bottom: 20px;
	}

	.car-box .well h2 {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 18px;
	}

	.car-box .well .on-text {
		font-style: italic;
	}

span.add-on {
	height: 35px !important;
}

.time .input-append input {
	width: 212px !important;
}

.form-inline {
	padding: 20px 15px;
	margin: 0;
}

.time .datepickerebe-on .dropdown button {
	margin: 0;
	padding-bottom: 10px;
}

.mg-bottom-10 input {
	margin-top: -3px;
}

.media-box .fbox-media .media-price {
	bottom: 60px;
	background: #fff;
	color: #1975bf;
	padding: 14px 20px 14px 20px;
	right: 0;
	display: block;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 3px solid #e1e1e1;
}

.mg-bottom-30 {
	margin: 30px 0;
}

	.mg-bottom-30 .media-box {
		border: 1px solid #e1e1e1;
	}

.content-main {
	margin-bottom: 20px;
}

.all-datetime {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}

	.all-datetime .sel-datetime {
		color: #ff7346;
		text-transform: uppercase;
		font-weight: 700;
	}

.sub-tit span {
	color: #ff7346;
}

.car-box .well .on-price {
	font-weight: 600;
	margin-bottom: 15px;
}

.car-box .well .on-money {
	font-weight: 700;
	color: #ff7346;
	font-size: 20px;
	vertical-align: -2px;
}

.car-box .well .on-text {
	font-style: italic;
}

.img-box img {
	width: 100%;
}

.car-mg {
	margin-bottom: 40px;
}

.input[type="checkbox"],
input[type="radio"] {
	margin: 7px 3px 7px !important;
}

.bk-car {
	border: 1px solid #ddd;
	padding: 0;
	margin-top: 20px;
	border-radius: 5px;
}

.car {
	margin-bottom: 40px;
}

.bk-car2 input.form-control {
	height: 35px;
}

.bk-car1 {
	margin-top: 10px;
}

	.bk-car1 label {
		padding: 10px 0;
	}

.bd-right {
	border-right: 1px solid #ddd;
}

#listair .in-from {
	width: auto;
}

#listair .in-to {
	width: auto;
	margin-left: 0;
}

#listair {
	margin: 30px 0;
}

.control-label {
	display: block;
}

.form-control-input {
	width: 200px;
	padding: 6px 8px !important;
	display: inline-block;
}

.form-group {
	position: relative;
}

.form-group-warp {
	background-color: #fff;
	padding: 15px 10px;
	/*min-width: 430px;*/
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 130%;
	box-shadow: 0 6px 13px -4px rgb(24 22 24 / 30%);
	border-radius: 4px;
	display: none;
}

	.form-group-warp::after {
		content: "";
		display: block;
		position: absolute;
		border-width: 15px;
		border-style: solid;
		border-color: transparent transparent #fff transparent;
		top: -30px;
	}

	.form-group-warp.open::after {
		right: 20px;
	}

.form-group-warp-items-js > p {
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 10px 0;
}

.form-control-feedback-2 {
	width: 38px;
	height: 38px;
	background-color: #0ab21b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: calc(0% + -47px);
}

.form-group-warp-items {
	display: flex;
	justify-content: center;
}

.w_100 {
	width: 100%;
}

.form-group-warp-item.w_100 {
	text-align: center;
}

	.form-group-warp-item.w_100 .input-group {
		justify-content: center;
	}

.form-group-warp-items select {
	width: 84px;
}

.form-group-warp-item {
}

.form-group-warp-btn p {
	display: inline-block;
	background-color: var(--primary-color);
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	min-width: 130px;
	padding: 6px 12px;
	margin-top: 25px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.form-group-warp i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	padding: 12px;
	cursor: pointer;
}

.open {
	display: block;
}

/*contact*/
.banner__contact img {
	width: 100%;
}

.main__contact {
	margin-bottom: 30px;
}

.contact-feature {
	min-height: 280px;
	text-align: center;
	padding: 30px 10px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	margin-bottom: 30px;
}

.contact-feature_icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #faf7f2;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 20px;
}

.contact-feature:hover img {
	transform: rotateY(180deg);
	transition: all .4s;
}

.contact-feature_icon img {
	transition: all .4s;
}

.contact-feature h4 {
	font-size: 22px;
	color: #010f1c;
	font-weight: 700;
}

.map iframe {
	width: 100%;
	object-fit: cover;
	display: block;
}

.form-contact {
	position: relative;
	padding: 80px;
	background-color: #dbdbdbeb;
	border-radius: 8px;
	margin-top: -190px;
}

	.form-contact h3 {
		font-size: 30px;
		color: #010f1c;
		font-weight: 700;
		text-align: center;
		margin-bottom: 30px;
	}

.contact-card {
	position: relative;
	margin-bottom: 20px;
}

	.contact-card input {
		width: 100%;
		height: 55px;
		border: 1px solid #fff;
		border-radius: 4px;
		color: #000;
		outline: none;
		padding: 0 20px;
	}

	.contact-card textarea {
		resize: vertical;
		width: 100%;
		border: 1px solid #fff;
		border-radius: 4px;
		color: #000;
		outline: none;
		padding: 20px;
	}

		.contact-card input:focus,
		.contact-card textarea:focus {
			border-color: #dc9f48;
		}

	.contact-card i {
		position: absolute;
		top: 18px;
		right: 10px;
		color: #dc9f48;
	}

.btn-contact button {
	outline: none !important;
	position: relative;
	border: 1px solid #dc9f48;
	padding: 8px 30px;
	background: var(--primary-color) !important;
	color: #fff;
	font-weight: 600;
	z-index: 1;
	transition: all .3s;
	cursor: pointer;
}

	.btn-contact button::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background: #fff;
		transition: all .3s;
		z-index: -1;
	}

	.btn-contact button:hover {
		color: #000;
		border-color: #dc9f48;
	}

		.btn-contact button:hover::before {
			width: 100%;
			transition: all .3s;
		}
/*end contact*/

/* tablet */
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
	.check-rooms .wf1 {
		width: 40%;
	}

	.form-control-input {
		width: 240px;
	}

	.check-rooms .btn-style-2a {
		float: left;
	}
}

/* Mobile */

@media only screen and (max-width: 46.1875em) {
	.form-control-input {
		width: 260px;
	}

	.form-group-warp-items {
		flex-direction: column;
	}

	.form-group-warp {
		min-width: 100%;
	}

	.form-group-warp-items select {
		width: 100%;
	}
}

.footer__contact-us {
	width: 100%;
	background-color: #000;
	height: 60px;
}

.footer__contact-us-warp {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	color: #fff;
}

	.footer__contact-us-warp p {
		margin: 0;
	}

	.footer__contact-us-warp > p {
		font-size: 20px;
		color: rgba(255, 255, 255, 0.6);
	}

.footer__contact-us-icon {
	height: 40px;
	width: 75px;
	object-fit: cover;
	margin: 0 20px;
	margin-top: -20px;
}

.footer__contact-us-link {
	padding: 4px 18px;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.7);
	margin-right: 25px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
}

	.footer__contact-us-link:hover {
		color: rgba(0, 0, 0, 0.7);
		background-color: rgba(255, 255, 255, 0.6);
	}

.footer__contact-us-items {
	display: flex;
}

	.footer__contact-us-items i {
		font-size: 24px;
		margin-right: 8px;
	}

.footer__contact-us-items {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}

.footer__header {
	width: 1200px;
	margin: 0 auto;
}

.footer__header-items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #555;
}

.footer__header-item {
	display: flex;
	align-items: center;
	color: var(--primary-color);
}

.footer__header-item-text {
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.footer__header-item i {
	margin-top: -8px;
	padding-left: 4px;
	cursor: pointer;
}

.footer__header-item-social a {
	color: #a7bbcf;
	margin: 0 4px;
}

	.footer__header-item-social a:hover {
		color: var(--primary-color);
	}

	.footer__header-item-social a i {
		font-size: 30px;
	}

.footer__header-description {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	display: none;
}

.footer__header-description-items {
	display: flex;
	width: 100%;
}

.footer__header-description-item-heading {
	width: 150px;
	display: block;
}

.footer__header-description-item-container {
	width: 1050px;
}

.footer__header-description-item-heading a {
	color: rgba(0, 0, 0, 0.7);
	font-weight: 600;
}

.footer__header-description-item-container a {
	color: rgba(0, 0, 0, 0.7);
}

.footer__container {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 30px 0;
	flex-wrap: wrap;
}

.footer__container-item-4,
.footer__container-item-1 {
	width: 30%;
}

.footer__container-item-1-logo {
	width: auto;
	height: 100px;
	object-fit: cover;
}

.footer__container-item-1 p {
	color: var(--normal-color);
}

.footer__container-item-1-contact {
	display: flex;
	align-items: center;
}

	.footer__container-item-1-contact p {
		margin: 0;
		padding: 0 4px;
	}

	.footer__container-item-1-contact i {
		color: var(--primary-color);
	}

	.footer__container-item-1-contact p:nth-child(3) {
		color: var(--primary-color);
		font-size: 24px;
		font-weight: 600;
	}

.footer__container-item-1-email {
	margin-bottom: 30px;
}

.footer__container-item-1-registration p:nth-child(1) {
	font-weight: 600;
	margin: 0;
	font-size: 16px;
}

.footer__container-item-1-registration-input {
	width: 100%;
	display: flex;
}

	.footer__container-item-1-registration-input input {
		padding: 6px 12px;
		outline: none;
		border: 1px solid #ddd;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		flex: 1;
		height: 40px;
	}

	.footer__container-item-1-registration-input i {
		height: 40px;
		width: 40px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		background-color: var(--primary-color);
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 14px;
		cursor: pointer !important;
	}

.footer__container-item-3,
.footer__container-item-2 {
	width: 20%;
	padding: 0 30px;
}

.footer__container-item-4-heading,
.footer__container-item-3-heading,
.footer__container-item-2-heading {
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 600;
	margin: 20px 0;
	text-transform: uppercase;
}

.footer__container-item-3-container,
.footer__container-item-2-container {
	display: flex;
	flex-direction: column;
}

	.footer__container-item-3-container a,
	.footer__container-item-2-container a {
		color: var(--normal-color);
		padding: 0 0 12px;
	}

		.footer__container-item-3-container a:hover,
		.footer__container-item-2-container a:hover {
			color: var(--second-color);
			text-decoration: underline;
			cursor: pointer !important;
		}

.footer__container-item-4-container-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

	.footer__container-item-4-container-item p {
		margin: 0;
		padding-left: 8px;
	}

.footer__footer {
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.footer__footer-warp {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px 0;
}

.footer__footer-warp-item img {
	height: 30px;
	width: auto;
}

/* tablet */

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #00000038;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.popup__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	max-height: 400px;
	height: auto;
}

	.popup__img img {
		width: 100%;
		height: 100%;
		max-height: 400px;
		object-fit: cover;
		display: block;
	}

.close-popup {
	display: inline-block;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	cursor: pointer;
}

@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
	.grid-tablet {
		width: 720px;
		margin: 0 auto;
	}

	.form-control-feedback-2 {
	}

	.footer__contact-us {
		height: auto;
		padding: 10px 0;
	}

	.footer__contact-us-warp {
		display: block;
		text-align: center;
	}

		.footer__contact-us-warp > p {
			display: block;
		}

	.footer__contact-us-items {
		text-align: center;
		justify-content: center;
	}

	.footer__contact-us-icon {
		margin: 0;
	}

	.footer__contact-us-link {
		margin: 0 20px;
		position: relative;
		top: 5px;
	}

	.footer__header {
		height: 100px;
	}

	.footer__header-description {
		display: none;
	}

	.footer__container-item-1 {
		width: 100%;
	}

	.footer__container-item-1-registration-input input {
		max-width: 300px;
	}

	.footer__footer-warp {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 20px 0;
	}

	.footer__container-item-4,
	.footer__container-item-3,
	.footer__container-item-2 {
		width: 33.33333%;
		padding: 0 30px;
	}
}

/* Mobile */
@media only screen and (max-width: 46.1875em) {
	.full-width {
		width: 100%;
		padding: 0 30px;
	}

	.display-none {
		display: none !important;
	}

	.footer__contact-us {
		height: auto;
		padding: 10px 0;
	}

	.footer__contact-us-warp {
		display: block;
		text-align: center;
	}

		.footer__contact-us-warp > p {
			display: block;
		}

	.footer__contact-us-items {
		text-align: center;
		justify-content: center;
	}

	.footer__contact-us-icon {
		margin: 0;
	}

	.footer__contact-us-link {
		margin: 10px 20px;
		display: inline-block;
	}

	.footer__header-items {
		justify-content: center;
	}

	.footer__container {
		display: block;
		margin: 0;
		padding: 20px 0
	}

	.footer__container-item-2 {
		width: 100%;
		padding: 0;
	}

	.footer__container-item-2-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0px;
	}

		.footer__container-item-2-container a {
			display: block;
			width: 100%;
			text-align: center;
		}

	.footer__footer-warp {
		flex-direction: column;
		align-items: center;
		padding: 0px;
	}

	.footer__header-items {
		border: none;
		padding-bottom: 0;
	}
}

.control-label {
	display: block;
}

.form-control-input {
	width: 200px;
	padding: 6px 8px !important;
	display: inline-block;
}

/*.form-group-warp {
background-color: #fff;
padding: 15px 10px;
min-width: 440px;
position: absolute;
z-index: 9;
top: 130%;
right: 0;
box-shadow: 0 6px 13px -4px rgb(24 22 24 / 30%);
border-radius: 4px;
display: none;
}*/

.form-group-warp::after {
	content: "";
	display: block;
	position: absolute;
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	top: -30px;
}

.form-group-warp-items-js > p {
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 10px 0;
}

.form-group-warp-items {
	display: flex;
	justify-content: center;
	gap: 20px;
}

	.form-group-warp-items select {
		width: 84px;
	}
/*.form-group-warp-item {
	width: 50%;
	text-align: center;
}*/
.form-group-warp-item {
	display: flex;
	align-items: center;
}

	.form-group-warp-item.w_100 {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.form-group-warp-item .control-label {
		flex: 1;
		text-align: left;
	}

	.form-group-warp-item .input-group {
		/*justify-content: center;*/
		padding: 0;
		margin: 0;
		display: inline-block;
		width: auto;
	}

.form-group-warp .children-age-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

	.form-group-warp .children-age-container .title-morechildage {
		width: 100%;
	}

	.form-group-warp .children-age-container .child-age-item {
		flex: 1 0 calc(33.3333% - 10px);
	}

.form-group-warp-btn p {
	display: inline-block;
	background: var(--primary-color);
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	min-width: 130px;
	padding: 6px 12px;
	margin-top: 25px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.form-group-warp i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	padding: 12px;
	cursor: pointer;
}


.input-group,
.form-group-warp-items-js {
	display: flex;
}

.form-group-warp-items-js {
	flex-wrap: wrap;
	justify-content: center;
}
/* tablet */
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
	.check-rooms .wf1 {
		width: 40%;
	}

	.form-control-input {
		width: 240px;
	}

	.check-rooms .btn-style-2a {
		float: left;
	}

	.form-control-feedback-2 {
		width: 38px;
		height: 38px;
		background-color: #0ab21b;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		position: absolute;
		bottom: 0;
		right: calc(0% + -2px);
	}
}

/* Mobile */

@media only screen and (max-width: 46.1875em) {

	#dropbtn-lang {
		justify-content: flex-end;
		min-width: 100px;
		margin-top: 16px;
	}

	.form-control-input {
		width: 260px;
	}

	.form-group-warp-items {
		flex-direction: column;
	}

	.form-group-warp {
		min-width: 100%;
	}

	.form-group-warp-items select {
		width: 100%;
	}
}

.cruise-img-warp {
	padding: 5px;
	border: 1px solid;
	border-color: #ddd #ddd transparent #ddd;
}

.top-cruise-body {
	margin-bottom: 20px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-color: transparent #ddd #ddd #ddd;
	padding-bottom: 5px;
}

#dropbtn-lang {
	display: flex;
	width: 100%;
	color: var(--primary-color);
	max-width: 200px;
	text-transform: uppercase;
	line-height: 1;
	padding: 5px;
}

	#dropbtn-lang p {
		margin: 0
	}

.select-lang #dropbtn-lang img {
	width: 23px;
	height: 23px;
	margin-right: 5px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}

.select-lang #myDropdown {
	position: absolute;
	z-index: 999999;
	background: #FFF;
	width: 100%;
	left: 0;
	display: none;
}


.post-single {
	padding: 5px;
	border: 1px solid #3333331f;
	border-radius: 5px;
	position: relative;
}

	.post-single .i-body {
		padding: 15px 15px 20px;
		position: relative;
	}

.it-body.viewitem {
	display: block;
}

.question .d-flex {
	font-size: 14px;
	color: #625c5c;
	padding-right: 4px;
	justify-content: center;
}

.question .name i {
	font-size: 30px;
	color: #0ab21b;
	margin-right: 10px;
}

.answer {
	margin: 0px 20px;
	border-top: 1px dotted;
	padding: 4px 9px;
}

.it-body.viewitem.view-qa p {
	padding-left: 30px;
}

.answer .name i {
	color: #236add;
	font-size: 20px;
	margin-top: 10px;
}

.reviewcmt .d-flex {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	background: #F6F8F9;
	margin-bottom: 15px;
}

.it-body.viewitem.review {
	padding: 10px 15px;
}

.reviewcmt .item {
	width: 30%;
	background: #e0e4e6;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #fff;
}

.reviewcmt .rate {
	width: 70px;
	height: 70px;
	border: 2px solid #FFF;
	padding: 20px 0px;
	text-align: center;
	font-size: 30px;
	background: #236add;
	border-radius: 50%;
	color: #ffff;
	margin: auto;
}

.reviewcmt .ct {
	width: 70%;
	padding: 10px 20px;
}

.detailtour ul.list-ul-book.list-item li {
	padding: 5px !important;
}

.widget-aric.widget-search-cruise.mobile {
	display: none;
}

.social-fixed {
	position: fixed;
	z-index: 999999;
	bottom: 12px;
	left: 30px;
	text-align: center;
	font-size: 29px;
	color: #fff;
}

	.social-fixed.fix-right {
		left: auto;
		right: 30px;
	}

	.social-fixed ul {
		padding-left: 0;
		margin-bottom: 0;
	}

	.social-fixed li {
		list-style: none;
		margin-bottom: 15px;
	}

		.social-fixed li a {
			width: 52px;
			height: 52px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 50%;
		}

			.social-fixed li a.icon-phone {
				background-color: #29e459;
			}

				.social-fixed li a.icon-phone i {
					animation: ring-phone 0.5s infinite;
					transition: all 0.3s linear;
				}

			.social-fixed li a.icon-facebook {
				background-color: #1e88e5;
			}

	.social-fixed i {
		color: #fff;
	}

@keyframes ring-phone {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

a#on_top {
	background-color: transparent;
	padding: 10px 15px;
	white-space: nowrap;
	color: #333;
	position: fixed;
	bottom: 70px;
	right: 16px;
	z-index: 999999;
	display: none !important;
}

@media (max-width:767px) {
	.z-tabs > .z-container > .z-content > .z-content-inner {
		padding: 18px 0px;
		height: auto;
	}

	.cruise-item .top-cruise-body,
	.tc-header {
		padding: 5px;
	}

	.form-group .icon-calendar {
		top: 0% !important;
	}

	.form-control-input {
		width: 100%;
	}

	.check-rooms .form-group {
		float: unset;
		width: 100% !important;
	}

	a#on_top {
		right: 30px;
		bottom: 84px;
	}

	.zalo-fixed {
		bottom: 72px;
		left: 27px;
	}

	.booking {
		bottom: 16px !important;
	}
}

.m-h {
	max-height: 660px;
	overflow: hidden;
}

.top-des .pd-5 {
	padding: 0 5px;
}

.top__destinations {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.destination__img img {
	object-fit: cover;
	width: 100%;
}

.main__img:nth-child(odd) .top__destinations:nth-child(1) img,
.main__img:nth-child(odd) .top__destinations:nth-child(2) img {
	height: 180px;
}

.main__img:nth-child(odd) .top__destinations:nth-child(3) img {
	height: 280px;
}

.main__img:nth-child(even) .top__destinations:nth-child(2) img,
.main__img:nth-child(even) .top__destinations:nth-child(3) img {
	height: 180px;
}

.main__img:nth-child(even) .top__destinations:nth-child(1) img {
	height: 280px;
}

.pd-5 {
	padding: 0 5px;
}

.captions__des {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .3s;
}

.top__destinations:hover .captions__des {
	opacity: 1;
	transition: all .3s;
}

.captions__des p {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.captions__des span {
	font-size: 13px;
	color: #fff;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.list__member {
	padding: 0 15px;
	margin-bottom: 30px;
	min-height: 190px;
}

	.list__member img {
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 50%;
		aspect-ratio: 1/1;
		object-fit: cover;
	}

.member__info h5 {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}

.member__info p {
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
}

.title-line {
	position: relative;
	text-align: center;
}

	.title-line::before {
		content: "";
		position: absolute;
		width: 40%;
		height: 1px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-top: 1px solid #999;
		z-index: -1;
	}

	.title-line span {
		display: inline-block;
		padding: 0 10px;
		background-color: #fff;
	}

.contact-info {
	padding-left: 0;
}

	.contact-info li {
		color: var(--normal-color);
		list-style: none;
		margin-bottom: 10px;
	}

		.contact-info li i {
			margin-right: 4px;
		}

.mg-top-30 {
	margin-top: 30px;
}

.tag__img {
	margin-bottom: 25px;
}

	.tag__img span {
		display: inline-block;
		padding: 8px 40px;
		background: var(--primary-color);
		font-size: 14px;
		color: #fff;
		border-radius: 2.5px;
	}

.all-img {
	position: relative;
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 10px;
}

.icon-top {
	position: absolute;
	top: -16px;
	left: 100px;
	width: 30px;
	height: 30px;
	border-top: 0.5px solid #bbb;
	border-left: 0.5px solid #bbb;
	transform: rotate(45deg);
	background-color: #fff;
}

.slide__tour .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 28px;
}

.slide__tour .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 28px;
}

.info {
	border-radius: 3px;
	border: 1px solid #0000001f;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 25px;
	text-align: center;
}

.price__from p {
	font-size: 24px;
	color: var(--second-color);
	font-weight: 700;
	margin-top: 10px;
}

	.price__from p strong {
		color: #a9a0a0;
		text-decoration: line-through;
		font-size: 16px;
	}

.price__from a {
	display: inline-block;
	padding: 8px 0;
	width: 100%;
	font-size: 22px;
	color: var(--primary-color);
	font-weight: 600;
	border: 1px solid var(--primary-color);
	border-radius: 3px;
	box-shadow: 0px 2px 25px #00000024;
	text-decoration: none;
	transition: all .3s;
}

	.price__from a:hover {
		color: #fff;
		border-color: #dc9f48;
		background: var(--primary-color);
		transition: all .3s;
	}

	.price__from a span {
		display: block;
		font-size: 15px;
		font-weight: 500;
	}

.tour__contact h4 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}

.tour__contact ul {
	padding-left: 0;
	text-align: left;
}

	.tour__contact ul li {
		list-style: none;
		font-size: 14px;
		margin-bottom: 10px;
	}

		.tour__contact ul li i {
			color: var(--primary-color);
		}

.form-tour-contact label {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.form-tour-contact input {
	width: 100%;
	font-size: 14px;
	color: #333;
	padding: 6px 10px;
	border: 1px solid #ced4da;
	border-radius: 2.5px;
	outline: none;
}

.form-tour-contact button {
	padding: 6px 0;
	width: 100%;
	color: #dc9f48;
	background: #fff;
	border: 1px solid #dc9f48;
	outline: none;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 2.5px;
	transition: all .3s;
}

	.form-tour-contact button:hover {
		background: var(--primary-color);
		color: #fff;
		transition: all .3s;
	}

.text-baner h1 {
	color: #fff;
}

@media(max-width:576px) {
	.text-baner h1 {
		font-size: 28px;
		padding: 0 15px;
	}
}

.tour__info {
	margin-top: 30px;
}

	.tour__info h4 {
		font-size: 22px;
		color: #000;
	}

.info__detail {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-color: #fff;
	padding: 30px 20px 20px;
}

	.info__detail ul {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		margin-bottom: 0;
	}

		.info__detail ul li {
			list-style: none;
			margin-bottom: 10px;
			font-size: 15px;
			width: 50%;
		}

			.info__detail ul li i {
				color: var(--primary-color);
				margin-right: 4px;
			}

.item-content {
	margin-bottom: 30px;
}

#checkprice,
#tt-book-room,
#bk-tour input.btn-primary {
	background: var(--primary-color);
	outline: none !important;
	border: none;
}

#checkprice {
	width: 100%;
}

.b-list-room tr, .b-list-room td {
	border: 1px solid #ddd;
}

#tt-book-room {
	margin: 20px 0;
}

.price-title {
	font-size: 18px;
	color: var(--three-color);
}

	.price-title a {
		color: inherit;
	}

.mh-270 {
	min-height: 270px;
}

.b-list-room td strong {
	font-size: 16px;
}

.b-list-room h3 strike,
.cruise-title {
	font-size: 18px;
	color: #000;
}

.b-name-room a,
.title-content > a {
	color: var(--primary-color);
}

.cruise-title:hover {
	color: var(--primary-color);
}

.thumbnail a > img, .thumbnail > img {
	width: 100%;
}

.tour__collection {
	padding: 20px 0 40px 0;
}

	.tour__collection h2 {
		margin-bottom: 20px;
	}

.list__collection {
	box-shadow: 0 1px 0 #c7c7c7;
	padding: 5px;
	border: 1px solid #3333331f;
	border-radius: 5px;
	margin-bottom: 5px;
}

.collection__des {
	padding: 15px 15px 20px;
	background-color: #fff;
}

.title__collection {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

	.title__collection > a {
		display: inline-block;
		font-size: 16px;
		color: var(--primary-color);
		font-weight: 700;
	}

	.title__collection .tour__price p {
		width: max-content;
		font-size: 22px;
		color: red;
		font-weight: 700;
	}

		.title__collection .tour__price p strike {
			font-size: 16px;
			color: #000;
		}

.location__collect {
	margin-top: 15px;
}

.rv p {
	color: #999;
}

.rv strong {
	display: inline-block;
	color: #777;
	position: relative;
	padding-left: 18px;
}

	.rv strong::before {
		content: '\2014 \00A0';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.rv strong span {
		font-weight: 400;
	}

.review {
	padding: 40px 0 40px 0;
	background-color: #f5f5f5;
}

.slide__review .row {
	align-items: center;
}

.rv__img {
	margin-bottom: 20px;
}

.review__des > p {
	position: relative;
	font-size: 14px;
	padding: 0 40px;
	text-align: justify;
}

.review__des .rv {
	padding: 0 40px;
	padding-left: 15px;
}

	.review__des .rv ul li {
		position: relative;
		list-style: none;
		padding-left: 20px;
		margin-bottom: 10px;
	}

	.review__des .rv ul {
		padding-left: 0;
	}

		.review__des .rv ul li::before {
			content: "\f00c";
			position: absolute;
			font-family: 'fontawesome';
			left: 0;
			color: #07a931;
		}

.review__des p::before {
	content: "\f10d";
	font-family: 'fontawesome';
	position: absolute;
	left: 0;
	top: 13px;
	font-size: 36px;
	color: #00000033;
}

.review__des p::after {
	content: "\f10e";
	font-family: 'fontawesome';
	position: absolute;
	right: 5px;
	bottom: 0;
	font-size: 30px;
	color: #00000033;
}

.slide__review {
	padding: 0 80px;
}

	.slide__review .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		font-size: 30px;
		color: #b2bfc980;
	}

	.slide__review .owl-nav .owl-next {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		font-size: 30px;
		color: #b2bfc980;
	}

	.slide__review .owl-item:nth-of-type(2n) .list__reivew .row {
		flex-direction: row-reverse;
	}

#myCarousel .carousel-control {
	z-index: 100;
}

.rel {
	position: relative;
	text-align: right;
}

	.rel .fromupssd {
		position: absolute;
		right: 85px;
		top: 9px;
		font-size: 13px;
		right: 105%;
	}

	.rel .price {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 0;
	}

.flex-price {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.price-item {
	display: flex;
	justify-content: flex-end;
}

.check-in-out label {
	font-weight: 600;
	font-size: 16px;
}

.wishlist {
	position: relative;
}

.heart-txt {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 15px;
	padding: 0 8px;
	color: var(--primary-color);
	cursor: pointer;
}

.wishlist p {
	margin-bottom: 0;
	color: var(--normal-color);
}

.heart {
	position: relative;
}

.top-links li .heart span {
	color: #fff;
	font-size: 11px;
	background: var(--primary-color);
}

.heart i {
	font-size: 18px;
}

.heart span {
	font-size: 11px;
	padding: 1px 3px;
	background: var(--primary-color);
	border-radius: 4px;
	position: absolute;
	bottom: 100%;
	color: #fff;
	right: -14px;
	line-height: 12px;
	text-align: center;
	display: inline-block;
}

.weather {
	padding: 0 8px;
	display: flex;
	align-items: center;
	height: 100%;
}

	.weather img {
		width: 30px;
		height: 18px;
		object-fit: cover;
	}

	.weather span {
		line-height: 18px;
	}

.top-links li.temp.b-sl {
	border-right: 1px solid #fff;
}

.top-links li.temp a {
	padding: 0 8px;
}

.main__wishlist {
	position: absolute;
	top: 100%;
	left: 0;
	background: #Fff;
	width: 400px;
	border: 2px solid var(--primary-color);
	display: none;
	z-index: 10;
}

	.main__wishlist.active {
		display: block;
	}

	.main__wishlist::before {
		content: "";
		position: absolute;
		top: -6px;
		left: 60px;
		width: 10px;
		height: 10px;
		background: #fff;
		transform: rotate(45deg);
		border-top: 1px solid var(--primary-color);
		border-left: 1px solid var(--primary-color);
	}

	.main__wishlist .list__wishlist {
		padding-left: 0;
		list-style: none;
	}

		.main__wishlist .list__wishlist li {
			float: none;
		}

			.main__wishlist .list__wishlist li.list {
				display: flex;
				justify-content: space-between;
				float: unset;
				padding: 10px;
				border-bottom: 1px solid rgba(204, 204, 204, 0.5);
			}

			.main__wishlist .list__wishlist li a {
				padding: 0;
			}

.heading__info {
	display: flex;
	gap: 15px;
}

	.heading__info img {
		width: 55px;
		height: 55px;
		object-fit: cover
	}

	.heading__info .media-heading {
		flex: 1;
		margin: 0;
	}

		.heading__info .media-heading p {
			font-size: 12px;
		}

.btn-wishlist-remove {
	border: 0;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 4px;
	margin-top: 4px;
}

.media-heading a {
	display: inline-block;
	color: var(--primary-color) !important;
	font-size: 16px;
	font-weight: 600;
	padding: 0 !important;
}

.media-heading ul {
	display: flex;
	gap: 3px;
	list-style: none;
	padding-left: 0;
}

	.media-heading ul li i {
		color: #ffcb00;
	}

.pr p {
	font-size: 12px;
	color: #333333cc;
}

.pr strong {
	font-size: 14px;
	color: red;
}

	.pr strong strike {
		font-size: 12px;
		font-weight: 400;
		color: #333333cc;
		display: block;
	}

.wishlist .pr {
	text-align: right;
	flex: 1 0 70px;
}

.btn-wishlist {
	padding: 8px 0;
	text-align: center;
}

	.btn-wishlist a {
		display: block;
		font-weight: 500;
		color: var(--primary-color) !important;
	}

.save {
	position: absolute;
	top: 15px;
	right: 30px;
	color: #fff;
	cursor: pointer;
	z-index: 200;
}

	.save.more-right {
		right: 55px;
	}

	.save::before {
		content: "\f004";
		font-family: 'FontAwesome';
		width: 24px;
		height: 24px;
		border-radius: 50%;
		right: 100%;
		background-color: #0000004d;
		color: #fff;
		text-align: center;
		font-size: 12px;
		margin-right: 5px;
		display: inline-block;
	}

	.save.active::before {
		background-color: #fff;
		color: var(--primary-color);
	}

.slide__banner .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	font-size: 40px;
	color: #fff;
}

.slide__banner .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	font-size: 40px;
	color: #fff;
}

.list__gallery {
	margin-bottom: 30px;
}

.rating {
	padding-left: 0;
	display: flex;
	gap: 3px;
	list-style: none;
}

	.rating li i {
		color: #f0b727;
	}

@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
	a#on_top {
		bottom: 88px;
	}

	.zalo-fixed {
		bottom: 84px;
	}

	#icon-language {
		position: relative;
		top: -3px;
	}

	/*.row.justify-content-center .col-md-3 {
	height: 0;
}*/
}

#myDropdown a {
	display: flex;
	font-size: 11px;
	font-weight: 600;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

#myDropdown img {
	object-fit: cover;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	margin-right: 4px;
	border: 1px solid #e1e1e1;
}

.card-price {
	margin-top: -22px;
}

	.card-price p {
		margin: 0;
		font-size: 12px;
		font-weight: 600;
	}

.check-box {
	flex-wrap;
	align-items: center;
}

	.check-box > label {
		margin-bottom: 0;
	}

#dropbtn-lang {
	text-transform: capitalize;
	background-color: transparent;
	border: none;
	font-weight: 600;
	min-width: 110px;
}

.titel_cruise {
	display: flex;
	justify-content: space-between;
}

.collapse.show-rv {
	display: block;
}

.other-objects {
	margin-bottom: 40px;
}

	.other-objects .item {
		display: block;
		color: inherit;
	}

@media(max-width:991.98px) {
	.other-objects .item {
		margin-bottom: 30px;
	}
}

.other-objects .item .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 6/4;
}

.other-objects .item .box-content .title {
	color: var(--primary-color);
	font-size: 18px;
	display: block;
}

.other-objects .item .box-content .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cruises {
	margin-bottom: 40px;
}

	.cruises .card img {
		aspect-ratio: 6/4;
	}

.moneydown {
	z-index: 100;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: red;
	border-right-color: red;
	position: absolute;
	right: 0px;
	top: 0px;
}

	.moneydown sup {
		font-weight: bold;
		color: #fff;
		position: absolute;
		right: -19px;
		top: -7px;
	}

.text-eclip3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

@keyframes ring-phone {
	0% {
		transform: rotate(-30deg);
	}

	100% {
		transform: rotate(10deg);
	}
}

@media only screen and (max-width: 991px) {
	.slide__banner .owl-nav .owl-prev {
		left: 5px;
	}

	.slide__banner .owl-nav .owl-next {
		right: 5px;
	}

	.main__wishlist {
		left: unset;
		right: 0;
	}

		.main__wishlist::before {
			left: unset;
			right: 10px;
		}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: block !important;
	}

	.form-contact {
		padding: 20px;
	}

	.temp {
		display: none;
	}

	.header-li .h-img a {
		float: left;
	}

	.header-trip {
		margin-top: 10px;
	}

	/*.row.justify-content-center .col-md-3 {
	height: 0;
}*/

	#icon-language {
		top: -2px;
		right: 0px;
	}

	.it-body.viewitem.review,
	.it-body.viewitem.view-qa {
		display: block !important;
	}

	.widget.widget-book-us.hidden-xs,
	.cd-tag.hidden-xs {
		display: none !important;
	}

	.it-body.viewitem,
	.tour-bgr {
		display: none;
	}

	.cd-tabs .nav li a {
		padding: 12px 6px;
	}

	.check-rooms .form-group {
		margin-right: 35px;
	}

	.posts-mobile {
		width: 100% !important;
		height: auto !important;
	}

	.media.bg-default {
		display: flex;
		flex-wrap: wrap;
	}

	.media-heading.text-bold.z_16.f_hn {
		margin-top: 10px;
	}

	.search-2 {
		display: none;
	}

	.cssmenu {
		position: relative;
	}

	.d-none-mobile,
	.widget.widget-book-us,
	.widget-aric.widget-search-cruise {
		display: none !important;
	}

		.widget-aric.widget-search-cruise.mobile {
			width: 100%;
			display: block !important;
			padding-bottom: 25px;
			margin-bottom: 34px;
			padding-top: 10px;
			color: #000;
		}

	form {
		padding-right: 10px;
		padding-left: 10px;
	}

	.text-normal {
		padding-left: 10px;
		color: #fff
	}

	.select-lang #myDropdown {
		left: 14px;
	}

	.titel-pad p {
		padding: 0;
	}

	.form-group-warp-items-js {
		justify-content: space-between;
		display: flex;
	}

	.top-links.pull-right {
		width: 0px;
		padding: 8px 0;
	}

	.ssd-item {
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: flex-end;
	}

	.d-moblie {
		display: flex;
		flex-wrap: wrap;
	}

	.width-100 {
		width: 100%;
	}

	.width-50 {
		width: 50%;
	}

	.slides-detail {
		padding: 0;
	}

	.ssd-item .price {
		position: relative;
		font-size: 24px;
		top: -7px;
		left: 4px;
	}

	.price span {
		position: relative;
		font-size: 10px;
		top: -10px;
	}

	.pricedown {
		position: relative;
		top: -10px;
	}

	.row.accordion-gradient-bcg.d-flex.justify-content-center {
		width: 100%;
	}

	.h-img.mobile {
		display: flex;
		flex-direction: column;
	}

	.heart.dropdown.hide-500 {
		display: none;
	}

	.info__detail ul li {
		width: 100%
	}

		.info__detail ul li:last-child {
			margin-bottom: 0;
		}
}

.it-body.viewitem {
	display: none;
}

	.it-body.viewitem.review,
	.it-body.viewitem.view-qa {
		display: block;
	}




@keyframes fadeinout {

	0% {
		opacity: 0;
		bottom: 0;
	}

	50%, 100% {
		opacity: 1;
		bottom: 150px;
	}
}



.hideMessage {
	position: fixed;
	background-color: var(--primary-color);
	width: auto;
	height: 100px;
	color: #fff;
	left: 70px;
	bottom: 150px;
	z-index: 100;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	opacity: 0;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 4px 0 #00000066;
	border: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 10px;
	transition: all linear 0.5s;
}

#alertMessage {
	display: flex;
	gap: 10px;
}

.hideMessage img {
	width: 120px;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media only screen and (max-width: 767.98px) {
	.popup__img {
		width: 370px;
	}
	/*.main__wishlist{
		left: 50%;
		transform: translateX(-50%);
		width: 320px;
		background: #fff;
		z-index: 9999;
	}
	.main__wishlist::before {
		right: 50%;
		transform: translateX(50%) rotate(45deg);
	}*/
	.main__wishlist .list__wishlist:not(:last-child) {
		margin-bottom: 0;
	}

	.heading__info {
		gap: 10px;
	}

	.pr p {
		font-size: 11px;
	}

	#scr-bar img:hover {
		height: 60px;
	}

	.text-baner {
		top: 50%;
	}

	.mh-52,
	.mh-375 {
		min-height: unset;
	}

	p.schedule {
		height: unset !important;
	}

	.breadcrumb-text h2 {
		font-size: 24px;
	}

	.breadcrumb-text {
		padding: 18px 20px;
	}

	.of-mb {
		overflow-x: auto;
	}

	.check-in-out label {
		display: block;
	}
	/*#alertMessage{
	display: none;
}*/
	.hideMessage {
		left: 10px;
	}

	.slide__review .owl-nav {
		display: none;
	}

	.slide__review {
		padding: 0;
	}

	.slide__banner .owl-nav {
		display: none;
	}

	.tc-header .price {
		top: 0;
	}

	#index {
		margin-top: 0;
		background: #f5f5f5;
		text-align: center;
		color: #333;
		position: static;
		z-index: 99;
		transform: translate(0);
		width: auto;
	}

	.form-search {
		/*background-color: rgb(61 64 149);*/
		padding: 0;
	}

	.destination__img img {
		width: 100%;
		object-fit: cover;
	}

	.m-h {
		max-height: unset;
		justify-content: center;
	}

	.regular .z-tabs > .z-container > .z-content > .z-content-inner {
		padding: 5px;
	}

	.pa-thumbnail .caption {
		min-height: unset !important;
	}

	.b-name-room a {
		font-size: 18px;
	}

	.b-list-room h3 {
		margin: 10px 0;
	}

	.top-cruise-body > p {
		margin-bottom: 20px;
	}

	.tour__related .thumbnail a > img {
		height: auto;
	}

	.check-rooms .control-label {
		font-size: 12px;
	}

	.check-rooms .form-control-feedback {
		top: 22px !important;
	}

	.txt {
		height: 100px;
	}

	.reviewcmt .d-flex {
		padding: 0;
	}

	#abe .top-cruise-body {
		padding: 10px 15px;
	}

	#abe .tc-header .price p {
		margin: 15px;
	}

	.contact-feature {
		padding: 15px;
		min-height: unset;
	}

	.txt p {
		margin: 0 !important;
	}

	.footer__container {
		display: flex;
	}

	.footer__container-item-2-container a {
		text-align: left;
	}

	.footer__container-item-2 {
		width: 50%;
	}

	.footer__container-item-4, .footer__container-item-1 {
		width: 100%;
	}

	.footer__footer {
		padding: 15px 30px;
	}

	.qr img {
		position: static;
	}
}

@media only screen and (max-width: 600px) {
	.grid-container {
		grid-template-columns: repeat(1, 400px);
		/* grid-template-rows: repeat(2, 150px); */
		align-items: unset;
		justify-content: center;
	}
}

.hotels-detail-gallery {
	margin-bottom: 30px;
}

	.hotels-detail-gallery .slide__tour .list__img__tour img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: 6/4;
	}

.hotels-detail-content {
	margin-bottom: 30px;
}

	.hotels-detail-content .head-title {
		font-size: 22px;
		color: rgb(0, 0, 0);
	}

.hotels-detail-box {
	margin-bottom: 30px;
}

	.hotels-detail-box .head-title {
		font-size: 22px;
		color: rgb(0, 0, 0);
	}

	.hotels-detail-box .info__detail-book {
		border-radius: 3px;
		border: 1px solid rgba(0, 0, 0, 0.12);
		background-color: #fff;
		padding: 30px 20px 20px;
	}

	.hotels-detail-box iframe {
		max-width: 100%;
		height: 350px;
	}

@media(max-width:767.98px) {
	.hotels-detail-box .book-room {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hotels-detail-box .info__detail-book {
		padding: 30px 0;
	}
}

.card-header a {
	text-decoration: none;
}

.card-header i.fas {
	font-size: 18px;
	padding: 5px 25px;
	color: var(--primary-color);
}

.card-body {
	border: 1px solid #d7d7d7;
	/*margin-top: -10px;*/
	padding: 15px;
}

h5.mb-0.white-text.text-uppercase.font-thin {
	margin-top: 10px;
	background: #f3f3f3;
	padding: 10px;
}

.card-header i.fa-plus {
	border-left: 1px solid rgba(191,193,194,0.5);
	border-right: 1px solid rgba(191,193,194,0.5);
}

.card-header i.fa-book {
	transform: rotate(15deg);
}

.card-header strong {
	font-size: 14px;
	color: var(--primary-color);
}

.card-body ul {
	padding-left: 20px;
}

.card_none {
	border: none;
}

.regular-list .item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 6/4;
}


.product-box {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 2px 18px 0px rgba(193, 162, 95, 0.35);
	margin-bottom: 30px;
	color: #000;
}

	.product-box:hover {
		color: inherit;
	}

	.product-box .entry-image {
		position: relative;
	}

		.product-box .entry-image .soldout {
			position: absolute;
			top: 7px;
			right: 7px;
			background: var(--second-color);
			color: #fff;
			border-radius: 24px;
			padding: 3px 9px;
		}

		.product-box .entry-image img {
			aspect-ratio: 6/4;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	.product-box .entry-content {
		padding: 10px;
	}

		.product-box .entry-content .entry-category {
			color: #aaa7a7;
			font-size: 14px;
		}

		.product-box .entry-content .entry-meta {
			font-size: 14px;
			text-align: left;
			margin-bottom: 5px;
			display: flex;
			justify-content: space-between;
		}

			.product-box .entry-content .entry-meta .total-star {
				color: var(--star-color);
			}

		.product-box .entry-content .entry-title {
			font-weight: 500;
			padding-bottom: 5px;
			margin: 0;
			font-size: 20px;
			color: var(--three-color);
		}

			.product-box .entry-content .entry-title a {
				color: inherit;
				display: block;
			}

@media(min-width:768px) {
	.product-box .entry-content .entry-title a {
		min-height: 56px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

.product-box .entry-content .entry-price {
	display: flex;
	justify-content: space-between;
}

.product-box .entry-content .btn-detail {
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
	padding: 0;
	border: 0;
	font-size: 16px;
}

.product-box .entry-content .entry-price .price-amount {
	color: var(--primary-color);
	font-weight: bold;
}

.sidebar-inner .widget {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
/*.sidebar-inner .widget.widget-pricerange{
padding-top:0;
}*/
.sidebar-inner .widget-title {
	background: var(--primary-color) no-repeat 0 0;
	background-size: 18px;
	padding-left: 35px;
	font-size: 14px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	font-weight: 700;
}

.sidebar-inner .widget-inner {
	background: #f5f5f5;
	padding: 15px;
	margin-bottom: 30px;
	max-height: 180px;
	overflow-y: auto;
}

.sidebar-inner .widget .widget-head {
	font-family: inherit;
	font-weight: 600;
	font-size: 18px;
}

.sidebar-inner .widget > ul {
	margin-bottom: 0;
}

	.sidebar-inner .widget > ul > li {
		align-items: center;
		display: flex;
		flex-flow: row wrap;
		color: #000;
	}

		.sidebar-inner .widget > ul > li input[type=checkbox],
		.sidebar-inner .widget > ul > li input[type=radio] {
			display: inline;
			font-size: 16px;
			margin: 0;
			margin-right: 10px;
		}

		.sidebar-inner .widget > ul > li > a {
			display: inline-block;
			flex: 1;
			padding: 6px 0;
			color: #000;
			font-weight: bolder;
		}

		.sidebar-inner .widget > ul > li .cate-btn-toggle {
			border: 0;
			width: 1em;
			opacity: .6;
		}

		.sidebar-inner .widget > ul > li ul {
			border-left: 1px solid #ddd;
			display: none;
			margin: 0 0 10px 3px;
			padding-left: 15px;
			width: 100%;
			max-height: 250px;
			overflow-y: auto;
		}

			.sidebar-inner .widget > ul > li ul::-webkit-scrollbar {
				width: 5px;
				background-color: #f1f1f1;
			}

			.sidebar-inner .widget > ul > li ul::-webkit-scrollbar-thumb {
				background-color: var(--primary-color);
				height: 30px;
			}

		.sidebar-inner .widget > ul > li.active ul {
			display: block;
		}

		.sidebar-inner .widget > ul > li li a {
			display: inline-block;
			font-size: 14px;
			padding: 3px 0;
			line-height: 1.5;
			color: #000;
		}

.sidebar-inner .widget .type-train-item label {
	flex: 1;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: 500;
}

.sidebar-inner .widget-inner .item-check label {
	font-weight: 500;
}

.widget-pricerange .price-input {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

	.widget-pricerange .price-input .field {
		display: flex;
		width: 100%;
		align-items: center;
	}

		.widget-pricerange .price-input .field span {
			font-size: 13px;
		}

.widget-pricerange .field input {
	width: 100px;
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 18px;
	margin-left: 10px;
	border-radius: 5px;
	border: 0;
	appearance: textfield;
	-moz-appearance: textfield;
}

.widget-pricerange input[type=number]::-webkit-outer-spin-button,
.widget-pricerange input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.widget-pricerange .price-input .separator {
	width: 60px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.widget-pricerange .slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

	.widget-pricerange .slider .progress {
		height: 100%;
		left: 0;
		right: 0;
		position: absolute;
		border-radius: 5px;
		background: revert-layer;
	}

.widget-pricerange .range-input {
	position: relative;
}

	.widget-pricerange .range-input input {
		position: absolute;
		width: 100%;
		height: 5px;
		top: -5px;
		background: none;
		pointer-events: none;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

.widget-pricerange input[type=range]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.widget-pricerange input[type=range]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.car-slide .owl-prev,
.car-slide .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 10px;
	transition: all .3s ease;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.car-slide .owl-prev {
	left: 10px;
}

.car-slide .owl-next {
	right: 10px;
}

@media (min-width: 1024.98px) {
	.hidden-xl-show {
		display: none !important;
	}
}

.car-amenities {
	margin-top: 30px;
}

	.car-amenities h4 {
		font-weight: bold;
		font-size: 22px;
	}

	.car-amenities .car-amenities__list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.car-amenities .car-amenities__item {
		display: flex;
		align-items: center;
		flex-basis: calc(50% - 5px);
	}

		.car-amenities .car-amenities__item .box-icon {
			width: 40px;
			height: 40px;
			min-width: 40px;
			border-radius: 100%;
			background: #ddd;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-size: 16px;
			margin-right: 6px;
		}

			.car-amenities .car-amenities__item .box-icon img,
			.car-amenities .car-amenities__item .box-icon svg {
				max-width: 50%;
			}

.product-info {
	padding: 10px;
}

.product-title {
	font-size: 1.8rem;
	font-weight: 600;
}

.product-info .breadcrumbs {
	font-size: 0.85em;
	margin: 0 0 0.5em;
}

	.product-info .breadcrumbs a {
		color: rgba(102, 102, 102, 0.7);
		font-weight: 400;
	}

.product-info .social-icons {
	margin-top: 25px;
}

	.product-info .social-icons a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		border-radius: 100px;
		border: 2px solid silver;
		vertical-align: middle;
		color: silver;
	}

.is-divider {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 3px;
	margin: 1em 0;
	max-width: 30px;
	width: 100%;
}

.product-rating {
	margin: 10px 0;
}

.prodcart-main {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
	padding: 20px;
	border-radius: 24px;
}

	.prodcart-main .form-group > label {
		display: inline-block;
		font-weight: bold;
	}

	.prodcart-main .field-wrap select,
	.prodcart-main .field-wrap textarea,
	.prodcart-main .field-wrap input:not([type=checkbox]):not([type=radio]) {
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		border: 1px solid #ccc;
		background-color: #fff;
		height: 45px;
		border-radius: 0;
		line-height: 25px;
		padding: 5px 10px;
		outline: 0;
		box-sizing: border-box;
		color: #000;
		margin: 0;
		width: 100%;
	}

	.prodcart-main .field-wrap textarea {
		height: auto;
	}

	.prodcart-main .box-prod-page {
		padding: 20px 0;
		/*border-bottom: 1px solid #000;*/
	}

		.prodcart-main .box-prod-page .box-head {
			margin-bottom: 15px;
			text-align: center;
		}

			.prodcart-main .box-prod-page .box-head h2 {
				font-size: 24px;
				font-weight: 600;
			}

		.prodcart-main .box-prod-page .required {
			color: red;
		}

	.prodcart-main .field-bottom {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 5px 0 0 0;
	}

		.prodcart-main .field-bottom .field-price {
			display: block;
			font-weight: 400;
			font-size: 1em;
			line-height: 20px;
			text-align: right;
			margin: 0 0 0 10px;
			color: #000;
		}

	.prodcart-main .price-summary {
		display: block;
		width: 100%;
	}

		.prodcart-main .price-summary .total-price {
			padding: 15px 0;
			font-weight: 700;
			font-size: 2.3em;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

	.prodcart-main .total-passengers {
		display: inline-block;
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 0;
	}

	.prodcart-main .box-quantity {
		/*display: inline-block;*/
		display: flex;
		align-items: center;
		padding-bottom: 20px;
		flex: 0 0 auto;
		border-bottom: 1px solid #000;
	}

		.prodcart-main .box-quantity > label {
			font-weight: bold;
			margin-right: 10px;
		}

		.prodcart-main .box-quantity span {
			cursor: pointer;
		}

		.prodcart-main .box-quantity .minus, .prodcart-main .box-quantity .plus {
			width: 25px;
			height: 25px;
			background: #f2f2f2;
			border-radius: 4px;
			border: 1px solid #ddd;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
		}

		.prodcart-main .box-quantity input {
			text-align: center;
			font-size: 20px;
			border: 1px solid #ccc;
			border-radius: 4px;
			display: inline-block;
			vertical-align: middle;
		}

	.prodcart-main .groupbtn {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

.button-add-cart {
	background-color: #000;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	padding: 10px 15px;
	font-weight: 600;
	margin-left: 20px;
	border: 0;
	text-transform: capitalize;
	display: inline-block;
	transition: all .3s ease;
}

.button-booknow {
	background-color: var(--second-color);
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	padding: 10px 15px;
	font-weight: 600;
	border: 0;
	text-transform: capitalize;
	display: inline-block;
	transition: all .3s ease;
}

	.button-booknow:hover,
	.button-add-cart:hover {
		background-color: var(--primary-color);
		transition: all .3s ease;
	}

@media (min-width: 768px) {
	.col-md-flex1 {
		flex: 1;
	}
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.quantity, .text-center .quantity {
	display: inline-flex;
	opacity: 1;
	vertical-align: top;
	white-space: nowrap;
}

.form-minimal input:not([type=submit]), .form-minimal select, .form-minimal textarea {
	background-color: transparent;
	box-shadow: none;
}

.type-select-group {
	width: 100%;
	/*display:inline-flex;*/
	display: flex;
	border-radius: 2px;
}

@media(max-width:576px) {
	.type-select-group {
		flex-wrap: wrap;
	}
}

.type-select-group label {
	display: inline-block;
	/*width: calc(100%/3);*/
	color: #333;
	font-weight: normal;
	background: #fff;
	position: relative;
	padding: 10px 15px;
	font-size: 14px;
	margin: 0;
	border: 1px solid #ccc;
	/*flex:0 1 auto;*/
	flex-grow: 1;
	flex-basis: calc(100%/3);
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
	border-radius: 0;
}
	/*.type-select-group label:first-child{
border-top-right-radius:0;
border-bottom-right-radius:0;
}
.type-select-group label:last-child{
border-top-left-radius:0;
border-bottom-left-radius:0;
}*/
	.type-select-group label.active {
		background: var(--second-color);
		color: #fff;
		transition: all .3s ease;
	}

.type-select-group input {
	display: none;
}

.star-rating {
	color: var(--star-color);
}

.comment-bus .comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

	.comment-bus .comment-list .comment-item {
		padding: 1em;
	}

		.comment-bus .comment-list .comment-item .comment-inner .star-rating {
			display: flex;
			flex-wrap: wrap;
			gap: 15px 45px;
			margin-bottom: 10px;
		}

			.comment-bus .comment-list .comment-item .comment-inner .star-rating label {
				color: #000;
			}

		.comment-bus .comment-list .comment-item:not(:first-child) {
			border-top: 1px dashed #ddd;
		}

.comment-reply-title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-weight: bold !important;
	position: relative;
}

	.comment-reply-title:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 60px;
		height: 2px;
		background: #000;
		z-index: 1;
	}

.comment-form .comment-form-rating {
	display: flex;
	flex-wrap: wrap;
}

	.comment-form .comment-form-rating .item {
		flex: 0 33.3333%;
	}

@media(max-width:767.98px) {
	.comment-form .comment-form-rating .item {
		flex: 100%;
		margin-bottom: 10px;
	}
}

.comment-form .comment-form-rating .item .rating-box .rating-container label {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
}

.comment-form .star-over {
	background-color: #f3f1f1;
	padding: 20px;
	text-align: center;
	border-radius: 6px;
}

	.comment-form .star-over .star-over-number {
		font-size: 40px;
		line-height: 1;
		color: var(--star-color);
		margin-bottom: 5px;
		font-weight: bold;
	}

.comment-form label {
	font-weight: 600;
}

.rating-box {
	display: block;
}

	.rating-box .rating-container {
		direction: rtl !important;
		text-align: left;
	}

		.rating-box .rating-container label {
			display: inline-block;
			margin: 10px 0;
			color: #d4d4d4;
			cursor: pointer;
			font-size: 34px;
			line-height: 34px;
			transition: color 0.2s;
		}

		.rating-box .rating-container input {
			display: none;
		}

			.rating-box .rating-container label:hover, .rating-box .rating-container label:hover ~ label, .rating-box .rating-container input:checked ~ label {
				color: var(--star-color);
			}

.has-border {
	border: 1px solid #c6d0e9;
	padding: 30px;
}

.shop_table th, .shop_table td {
	border-bottom: 1px solid #ececec;
	font-size: 0.9em;
	padding: 0.5em;
}

.shop_table thead th {
	border-width: 3px;
}

	.shop_table thead th:last-of-type {
		text-align: right;
	}

.shop_table tr td:last-of-type {
	text-align: right;
}

.shop_table td {
	color: #666;
}

	.shop_table td.product-total {
		text-align: right;
	}

.shop_table .order-total th, .shop_table .order-total td {
	border-width: 3px;
}

.shop_table .cart_item td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.shop_table td.product-remove {
	padding: 0;
	width: 20px;
}

	.shop_table td.product-remove a.remove {
		border: 2px solid;
		border-radius: 100%;
		color: #ccc;
		display: block;
		font-size: 15px !important;
		font-weight: 700;
		height: 24px;
		line-height: 19px !important;
		text-align: center;
		width: 24px;
	}

@media (max-width: 991px) {
	.shop_table td.product-remove a.remove {
		font-size: 18px !important;
		height: 24px;
		left: 0;
		line-height: 18px !important;
		position: absolute;
		top: 10px;
		width: 24px;
	}
}

@media (max-width: 991px) {
	.shop_table td.product-remove {
		position: relative;
		width: 0;
	}
}

.shop_table td.product-thumbnail {
	max-width: 170px;
	min-width: 60px;
	width: 170px;
}

	.shop_table td.product-thumbnail img {
		max-width: 100%;
		height: auto;
	}

.shop_table td.product-name {
	overflow-wrap: anywhere;
}

	.shop_table td.product-name .product-title {
		font-size: 16px;
		color: var(--primary-color);
	}

		.shop_table td.product-name .product-title a {
			color: inherit;
		}

.shop_table .variation {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
}

@media(max-width:576px) {
	.shop_table .variation {
		gap: 2px;
	}
}

.shop_table dl {
	font-size: 0.85em;
}

	.shop_table dl dd, .shop_table dl dt {
		margin-bottom: 0;
	}

		.shop_table dl dd p, .shop_table dl dt p {
			display: inline-block;
			margin: 0;
			padding: 0;
			line-height: 1.5;
		}

	.shop_table dl dt {
		flex-basis: 100%;
	}

		.shop_table dl dt.variation-empty_label {
			display: none !important;
		}

.shop_table .Price-amount {
	font-size: 1.3em;
}

.shop_table span.amount {
	color: #111;
	font-weight: 700;
	white-space: nowrap;
}

.blogs-detail_inner .et_pb_text_inner figure {
	text-align: center;
}

@media (max-width: 576px) {
	.shop_table .product-price,
	.shop_table .product-subtotal {
		display: none;
	}

	.shop_table td.product-thumbnail {
		max-width: 90px;
		width: 90px;
	}

	.blogs-detail_inner .et_pb_text_inner .image img {
		height: auto;
	}

	.banner_main .title_banner {
		bottom: 50%;
		transform: translateY(50%);
	}

		.banner_main .title_banner h1, .banner_main .title_banner h2 {
			font-size: 26px;
		}
}

@media (max-width: 991px) {
	.shop_table {
		font-size: 0.9em;
	}
}

.quantity {
	margin: 0;
}

	.quantity .button-minus, .quantity .button-plus {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

	.quantity .button-minus {
		border-bottom-right-radius: 0 !important;
		border-right: 0 !important;
		border-top-right-radius: 0 !important;
	}

	.quantity .button-plus {
		border-bottom-left-radius: 0 !important;
		border-left: 0 !important;
		border-top-left-radius: 0 !important;
	}

	.quantity input {
		display: inline-block;
		margin: 0;
		min-height: 35px;
		font-size: 1.2em;
		padding-left: 0;
		padding-right: 0;
		vertical-align: top;
		border: 1px solid #ddd;
	}

		.quantity input::-webkit-outer-spin-button,
		.quantity input::-webkit-inner-spin-button {
			-webkit-appearance: none;
		}

		.quantity input[type=number] {
			-moz-appearance: textfield;
			-webkit-appearance: none;
			border-radius: 0 !important;
			font-size: 1em;
			max-width: 2.5em;
			text-align: center;
			width: 2.5em;
			height: auto;
		}

	.quantity.form-minimal .quantity-field {
		border-left: 0;
		border-right: 0;
		max-width: 2em;
	}

button[name=update_cart] {
	display: none;
}

@media (min-width: 576px) {
	.show-for-small, [data-show=show-for-small] {
		display: none !important;
	}
}

.cart_totals table {
	border-color: #ececec;
	border-spacing: 0;
	margin-bottom: 1em;
	width: 100%;
}

	.cart_totals table th, .cart_totals table td {
		border-bottom: 1px solid #ececec;
		font-size: 0.9em;
		padding: 0.5em;
	}

		.cart_totals table th:first-child, .cart_totals table td:first-child {
			padding-left: 0;
		}

		.cart_totals table th:last-child, .cart_totals table td:last-child {
			padding-right: 0;
		}

.cart_totals th.product-name {
	border-width: 3px;
}

.cart_totals tbody th {
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: inherit;
}

.cart_totals tbody tr td {
	text-align: right;
}

.cart_totals .proceed-to-checkout {
	margin: 1.5em 0;
}

.cart_totals .checkout-button {
	display: block;
	width: 100%;
	text-align: center;
}

@media (min-width: 992px) {
	.cart-collaterals {
		border-left: 1px solid #ececec;
	}
}

.cart-sidebar .widget-head {
	border-bottom: 3px solid #ececec;
	font-size: 0.95em;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.cart-coupon .input-text, .cart-coupon button[type=submit] {
	margin-bottom: 15px;
}

.checkout-breadcrumbs {
	padding: 15px 0;
}

	.checkout-breadcrumbs i {
		margin-right: 6px;
		margin-left: 6px;
	}

	.checkout-breadcrumbs .divider {
		margin: 0 0.5em;
		top: 2px;
	}

	.checkout-breadcrumbs a {
		align-items: center;
		color: #ccc;
		display: inline-flex;
	}

		.checkout-breadcrumbs a.current, .checkout-breadcrumbs a:hover {
			color: #000;
		}

.checkout_coupon {
	margin-bottom: 30px;
	display: none;
}

.checkout .message-wrapper {
	margin: 0;
	padding-bottom: 0.5em;
}

.checkout .messager-container {
	margin: 0 15px 0 0;
}

.checkout .coupon .input-text {
	height: 45px;
}

.checkout .coupon .button-more {
	height: 45px;
	padding: 0 15px;
}

.checkout .billing-fields {
	border-top: 2px solid #ddd;
	padding-top: 15px;
}

.checkout .form-head-title {
	font-size: 1.2em;
	font-weight: bolder;
	overflow: hidden;
	padding-top: 10px;
	text-transform: uppercase;
}

.checkout label {
	font-weight: 600;
}

.checkout-sidebar {
	background-color: rgba(0, 0, 0, 0.02);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.checkout .payment_methods li + li {
	border-top: 1px solid #ececec;
	padding-top: 7px;
}

.checkout .payment_methods .payment_method .input-radio {
	margin-bottom: 1em;
}

.checkout .payment_methods .payment_method label {
	font-size: 0.9em;
	font-weight: 600;
}

.checkout .buttons-container .paypal-button {
	display: block;
	background-color: #ffc439;
	width: 100%;
	height: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: none;
}

	.checkout .buttons-container .paypal-button:hover {
		filter: brightness(0.95);
	}

	.checkout .buttons-container .paypal-button img {
		height: 25px;
	}

	.checkout .buttons-container .paypal-button span {
		margin-left: 5px;
	}

	.checkout .buttons-container .paypal-button.bg-black {
		background-color: #2C2E2F;
		color: #fff;
	}

		.checkout .buttons-container .paypal-button.bg-black:hover {
			filter: brightness(1.2);
		}

.checkout .privacy-policy-text {
	font-size: 14px;
}

li.payment_method_ppcp label:first-of-type img {
	float: right;
	max-height: 29px;
	max-width: 110px;
}

li.bullet-checkmark {
	border-bottom: 1px solid #ececec;
	list-style: none;
	margin: 0;
	padding: 7px 0 7px 25px;
	position: relative;
}

	li.bullet-checkmark::before {
		content: "\f00c";
		color: red;
		font-family: fontawesome;
		font-size: 16px;
		left: 0;
		position: absolute;
	}

@media(max-width:767px) {
	.cart_price .price span {
		top: 0;
	}
}

.cart-toggle {
	font-size: 20px !important;
	color: var(--primary-color);
}

	.cart-toggle i {
		position: relative;
	}

		.cart-toggle i::after {
			background-color: #fff;
			border-radius: 99px;
			box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
			color: var(--primary-color);
			content: attr(data-icon-label);
			font-family: var(--font-normal);
			font-size: 11px;
			font-style: normal;
			font-weight: bolder;
			height: 17px;
			letter-spacing: -0.5px;
			line-height: 17px;
			min-width: 17px;
			opacity: 0.9;
			padding-left: 2px;
			padding-right: 2px;
			position: absolute;
			right: -10px;
			text-align: center;
			top: -10px;
			transition: transform 0.2s;
			z-index: 1;
		}

.car-slide .item img {
	aspect-ratio: 6/4;
}

.product-footer-tabbed ul {
	list-style: disc;
	margin-left: 20px;
}

.list__img__tour img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 6/4;
}

.img__banner {
	position: relative;
}

	.img__banner:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.4);
		z-index: 1;
	}

	.img__banner img {
		max-height: 75vh;
	}

.pagination {
	gap: 6px;
}

	.pagination a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
	}

	.pagination > .active > a, .pagination > .active > a:focus,
	.pagination > .active > a:hover,
	.pagination > .active > span,
	.pagination > .active > span:focus,
	.pagination > .active > span:hover,
	.pagination .pagination-item a:hover,
	.pagination .pagination-item a:focus,
	.pagination .pagination-item a:active {
		background-color: var(--primary-color);
		border-color: var(--primary-color);
		color: #fff;
	}

.media-heading {
	color: var(--primary-color);
	margin-top: 10px;
	font-size: 16px;
}

select#service-type {
	font-weight: 700;
}

.heart-o {
	cursor: pointer;
	display: none;
}

.fix-city {
	text-decoration: line-through;
	position: absolute;
	color: red;
	top: -40%;
	right: 20%;
}

.city-price {
	position: relative;
	margin-top: 8px;
}

	.city-price .blu-pri {
		position: relative;
		left: 3%;
		top: 5px;
		font-size: 20px;
		color: #000;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 700;
		padding-right: 15px;
	}

.select2-container .select2-selection--single {
	height: 38px;
	text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.collection__img {
	position: relative;
}

	.collection__img img {
		width: 100%;
		height: auto;
		object-fit: cover;
		aspect-ratio: 6/4;
	}

.list-cruise-page .list__collection {
	margin-bottom: 20px;
}

.box-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 6/4;
}

.list-wishlist .wishlist-item .box-price .gr-price {
	font-size: 18px;
	color: red;
	font-weight: 700;
}

	.list-wishlist .wishlist-item .box-price .gr-price strike {
		color: var(--normal-color);
		margin-left: 4px;
	}

@media(max-width:767.98px) {
	.list-wishlist .wishlist-item .box-content {
		padding: 10px 0;
	}
}

.media-cruises > .item {
	margin-bottom: 20px;
}

@media(max-width:767.98px) {
	#frmBook {
		padding: 0;
	}

		#frmBook .form-group .form-control {
			width: 100% !important;
		}

	.inf-search .box-content {
		padding: 10px 0;
	}

	.media-cruises .box-content {
		padding: 10px 0;
	}
}

@media(max-width:576px) {
	.list-hotel .item {
		margin-bottom: 30px;
	}
}

.hotel__related, .cruise__related {
	padding: 40px 0;
}

.header-top-list {
	list-style: none;
	margin: 10px 0;
}

	.header-top-list li {
		margin-right: 20px;
		display: inline-block;
	}

@media(min-width:768px) {
	.header-top {
		display: none;
	}
}
