/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%
}

.col-2 {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

.col-5 {
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%
}

.col-8 {
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%
}

.col-11 {
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.content-cruise,
.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/site/Poppins-Regular.ttf);
	font-display: swap
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	src: url(/fonts/site/Poppins-Medium.ttf);
	font-display: swap
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	src: url(/fonts/site/Poppins-SemiBold.ttf);
	font-display: swap
}

body,
html {
	font-family: Poppins, sans-serif;
	background-color: #fff;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	padding: 0;
	-webkit-text-size-adjust: 100%
}

* {
	box-sizing: border-box
}

@media (min-width:1400px) {
	.container {
		width: 1240px
	}
}

.similar_cruises .cruise-detail-title-h2,
h1,
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
	font-weight: 700
}

h1 {
	font-size: 26px
}

.similar_cruises .cruise-detail-title-h2,
h2 {
	font-size: 22px;
	line-height: 28px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 18px
}

@media (max-width:767px) {
	h1 {
		font-size: 22px
	}

	.similar_cruises .cruise-detail-title-h2,
	h2 {
		font-size: 20px
	}

	h3 {
		font-size: 18px
	}

	h4 {
		font-size: 16px
	}
}

.font-w400 {
	font-weight: 400 !important
}

.font-s16 {
	font-size: 16px !important
}

.font-18 {
	font-size: 18px !important
}

.border-radius {
	border-radius: 8px
}

[role=button] {
	cursor: pointer
}

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

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-family: Poppins, sans-serif
}

[type=button],
[type=submit] {
	cursor: pointer
}

label {
	font-weight: 500;
	margin-bottom: 0
}

.image-container,
.mr-center {
	display: table;
	margin: 0 auto
}

.ml-auto {
	margin-left: auto
}

.mr-auto {
	margin-right: auto
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

a {
	color: #005671;
	text-decoration: none
}

a:focus,
a:hover {
	color: #A4DFE7;
	text-decoration: none
}

a:focus {
	outline: 0
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

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

input[type=checkbox] {
	accent-color: #005671
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #005671
}

.star-img-5 {
	width: 66px;
	height: 13px
}

.star-img-4 {
	width: 53px;
	height: 12px
}

.star-img-3 {
	width: 39px;
	height: 12px
}

.ui-datepicker .ui-icon-circle-triangle-e:before,
.ui-datepicker .ui-icon-circle-triangle-w:before,
[class*=" ico-"],
[class^=ico-] {
	position: relative;
	top: 2px;
	font-size: 16px;
	min-width: 20px;
	display: inline-block
}

.ico-circle {
	font-size: 4px;
	position: relative;
	top: -4px;
	margin: 7px
}

[class*=" ico-star-"] {
	font-size: 14px;
	position: relative;
	top: 0;
	left: 10px
}

.ico-info {
	font-size: 14px;
	position: relative;
	top: 0
}

.ico-check {
	font-size: 13px;
	position: relative;
	top: 0;
	margin-right: 5px
}

.box-shadow {
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
	border-radius: 12px
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.deals-sale {
	border-radius: 8px;
	background: #ffebeb;
	color: #dd0101;
	font-weight: 600;
	font-size: 14px;
	display: initial;
	padding: 5px 10px;
	line-height: 22px;
	height: 30px
}

.d-flex {
	display: flex
}

.align-items-center {
	align-items: center
}

.justify-content-center {
	justify-content: center
}

.d-flex-wrap {
	flex-wrap: wrap
}

.d-md-none {
	display: none
}

.d-none {
	display: none
}

.d-block {
	display: block
}

.content-width-850 {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto
}

.content-width-850 img,
.content-width-850 table {
	width: 100% !important;
	height: auto
}

.content-width-850 iframe {
	max-width: 100%;
	height: 222px
}

.container {
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:767px) {
	.d-md-flex {
		display: flex !important
	}

	.justify-content-end {
		justify-content: flex-end
	}

	.content-width-850 img,
	.content-width-850 table {
		max-width: 100%;
		height: auto
	}

	.container {
		width: 768px
	}
}

@media (min-width:920px) {
	.container {
		width: 920px
	}
}

@media (min-width:1024px) {
	.container {
		width: 1024px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1160px
	}
}

@media (min-width:1400px) {
	.container {
		width: 1270px
	}
}

@media (max-width:767px) {
	.d-xs-block {
		display: block
	}

	.d-xs-none {
		display: none
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {
	.container {
		max-width: inherit
	}
}

.a-black,
.footer-container a {
	color: #000;
	cursor: pointer
}

a:focus,
a:hover {
	color: #A4DFE7;
	outline: 0;
	text-decoration: none !important
}

.text-underline {
	text-decoration: underline
}

.bgr-blue,
.bgr-green,
.bgr-orange,
.btn-blue,
.text-white {
	color: #fff
}

.text-choice {
	color: #693
}

.text-red {
	color: #e42a2a
}

.text-bold-red {
	color: #9f1f1f
}

.text-highlight {
	color: #003580
}

.text-special {
	color: #A4DFE7
}

.text-red-2 {
	color: #dd0101
}

.text-warning {
	color: #ba1c1d
}

.text-unhighlight {
	color: #868686
}

.text-promotion-free {
	color: #51ba04
}

.text-disabled {
	color: #d6d6d6
}

.background-color-blue-light {
	background-color: #d0effa
}

.background-color-blue {
	background-color: #1b6d88
}

.price-from {
	font-weight: 700;
	color: #b20000
}

.price-origin {
	text-decoration: line-through
}

.bgr-blue,
.bgr-green,
.bgr-orange,
.btn-blue,
.pad-btn {
	padding: 0 6px;
	border-radius: 5px;
	margin-right: 5px
}

.color-gray {
	color: #757575
}

.color-black {
	color: #000
}

.color-orange {
	color: #005671
}

.color-blue-logo {
	color: #005671
}

.bgr-orange {
	background-color: #005671;
	padding: 6px 20px
}

.bgr-orange:focus,
.bgr-orange:hover {
	color: #fff
}

.btn-blue {
	background-color: #005671;
	padding: 6px 20px
}

.btn-blue:focus,
.btn-blue:hover {
	color: #fff;
	background-color: #A4DFE7
}

.bgr-blue {
	background-color: #3f79a4
}

.color-blue {
	color: #3f79a4
}

.color-green {
	color: #0d6350
}

.bgr-green {
	background-color: #0d6350
}

.text-price {
	color: #b30000
}

.btn-red,
.email button {
	background-color: #b72020;
	color: #fff;
	border: 1px solid #b72020
}

.bgr-contact-home,
.left-auto,
.list-cruise-best .text-price .btn-view,
.list-text-search .text-price .btn-view,
.panel-group .panel-title a img {
	margin-left: auto
}

.pl-30 {
	padding-left: 30px
}

.pr-30 {
	padding-right: 30px
}

.mr-20 {
	margin: 20px 0
}

@media (max-width:767px) {
	.pr-xs-1 {
		padding-right: 15px
	}

	.mt-xs-0 {
		margin-top: 0
	}

	.pd-xs-0 {
		padding: 0
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
	appearance: none
}

select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
	left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
	left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: min-content
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	height: 52px;
	background-color: #fff;
	padding: 0 15px;
	width: 100%;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	z-index: 9;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.header {
	display: flex;
	align-items: center;
	width: 100%
}

.modal-backdrop.in {
	opacity: .9
}

.header-menu-container {
	margin-left: auto;
	align-items: center
}

@media (min-width:767px) {
	.header-menu-container {
		border-right: 1px solid #ddd
	}
}

.header-menu-container .header-menu-item,
.header-menu-container span {
	font-size: 16px;
	text-decoration: none;
	color: #000;
	margin: 0 16px;
	font-weight: 500;
	cursor: pointer
}

.header-menu-container .header-menu-item:hover,
.header-menu-container span:hover {
	color: #005671
}

.header-menu-container .header-menu-item:hover i::before,
.header-menu-container span:hover i::before {
	color: #005671
}

.box-search-header {
	position: absolute;
	right: 0;
	top: 74px;
	background-color: #e9e9e9;
	padding: 2px 0 2px 2px;
	z-index: 999;
	display: none
}

@media (max-width:767px) {
	.box-search-header.search-header-mobile {
		position: absolute;
		top: 0
	}
}

.box-search-header #frm_search_text {
	width: 100%
}

.box-search-header input {
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-right: 30px;
	padding-left: 15px
}

.box-search-header input:focus {
	box-shadow: none
}

.box-search-header .search-group {
	position: relative
}

.box-search-header .glyphicon-search,
.box-search-header .ico-search,
.box-search-header img {
	position: absolute;
	top: 45%;
	right: 8px;
	color: #185ba9;
	font-size: 18px;
	margin-top: -8px;
	cursor: pointer
}

.navigation {
	display: flex;
	justify-content: center
}

.navigation .btn-search-header {
	outline: 0;
	border: transparent;
	background-color: #fff;
	padding: 5px;
	margin: 0;
	padding-left: 10px
}

.navigation .btn-search-header:nth-child(2) {
	margin-right: 15px
}

.navigation .btn-search-header:nth-child(3) {
	padding-right: 0
}

.navigation .btn-search-header:active,
.navigation .btn-search-header:focus,
.navigation .btn-search-header:hover {
	outline: 0;
	box-shadow: none;
	background-color: transparent
}

.navigation .btn-search-header .active {
	background-color: transparent
}

.navigation .btn-wishlist {
	display: none
}

.btn-favourite {
	padding-left: 10px;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	white-space: nowrap
}

.btn-favourite span {
	cursor: pointer
}

.btn-favourite .fav_1 {
	position: absolute;
	top: 0;
	left: 18px;
	font-size: 10px;
	min-width: 14px;
	height: 14px;
	background: #b72020;
	border-radius: 10px;
	text-align: center;
	color: #fff
}

.wishlist-action {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 0
}

.wishlist-action .fav_1 {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 10px;
	min-width: 14px;
	height: 14px;
	background: #b72020;
	border-radius: 10px;
	text-align: center;
	color: #fff
}

.wishlist-action .fav_1 .num-favourite {
	font-family: Poppins, sans-serif;
	line-height: 1.5
}

.a-inherit {
	display: inherit
}

@media (min-width:1025px) {

	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		height: 80px;
		justify-content: center
	}

	.header {
		height: 80px;
		align-items: center
	}

	.header-menu-container {
		display: flex
	}

	.btn-search-header:nth-child(2) {
		margin-right: 0;
		margin-left: 9px
	}

	.btn-search-header {
		margin: 0 10px 0 5px;
		padding: 8px
	}

	.btn-search-header {
		margin: 10px 0 0;
		padding: 12px 10px 8px;
		display: block
	}
}

.list-menu .item-nav.active a,
.list-menu .item.active a {
	color: #005671
}

.list-menu .item a,
.list-menu .item-nav a {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	margin: 0 16px;
	text-wrap: nowrap
}

@media (min-width:767px) {
	.list-menu .dropdown-menu {
		top: 22px !important;
		padding: 0
	}

	.list-menu .dropdown-menu .dropdown-item {
		padding: 10px 20px;
		border-bottom: 1px solid #ddd
	}

	.list-menu .dropdown-menu .dropdown-item:last-child {
		border-bottom: none
	}

	.list-menu .dropdown-menu .dropdown-item:active,
	.list-menu .dropdown-menu .dropdown-item:focus,
	.list-menu .dropdown-menu .dropdown-item:hover {
		background-color: #005671;
		color: #fff
	}

	.list-menu a {
		color: #121212;
		font-size: 14px;
		padding: 3px 0;
		font-weight: 400;
		text-transform: capitalize
	}
}

.dropdown-toggle::after {
	border: none
}

.navigation .search {
	position: absolute;
	top: 71px
}

form.search-home {
	display: flex
}

form.search-home .btn {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	background: 0 0;
	border: none
}

.lang-header {
	padding-left: 20px
}

.lang-header .dropdown-toggle {
	font-weight: 500
}

.lang-header img {
	padding-right: 5px;
	position: relative;
	top: -2px
}

@media (max-width:767px) {
	.header-menu-container span {
		margin-left: 0;
		margin-bottom: 15px;
		display: inline-block;
		font-size: 16px;
		width: 100%
	}

	.header-menu-container .dropdown.show span {
		margin-bottom: 0
	}

	.header-menu-container .dropdown-menu {
		margin-top: 0;
		border: none;
		will-change: unset !important;
		position: relative !important;
		transform: unset !important;
		font-family: Poppins, sans-serif
	}

	.header-menu-container .dropdown-menu.show {
		display: block;
		padding-left: 0;
		font-weight: 400;
		width: 100%
	}

	.wishlist-action {
		margin-right: 15px
	}

	.navigation .btn-search-header:nth-child(2) {
		margin-right: 0
	}

	.header-img-mobile {
		position: absolute;
		right: 0
	}

	.container-menu {
		padding: 15px
	}

	.navigation {
		display: inherit
	}

	.navigation .btn-search-header {
		margin-left: 0;
		padding-left: 0;
		border-left: none
	}

	.navigation .btn-search-header i {
		font-size: 20px
	}

	.navigation .btn-wishlist {
		display: inline;
		margin-left: 2px;
		padding-left: 0;
		border: none;
		font-size: 20px;
		background-color: #fff;
		color: #121212
	}

	.header-logo {
		width: auto;
		margin: 0
	}

	.header-logo img {
		margin: 5px auto;
		display: table
	}

	.menu-mobile-list {
		position: fixed;
		width: 100%;
		z-index: 100;
		background: #fff;
		height: 100vh;
		left: 0;
		top: 0;
		overflow-x: hidden;
		overflow-y: auto
	}

	.menu-mobile-list form.search-home {
		position: relative;
		margin-top: 15px
	}

	.menu-mobile-list form.search-home input {
		border-radius: 20px
	}

	.menu-mobile-list form.search-home .btn {
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 0;
		background: 0 0;
		border: none
	}

	.menu-mobile-list form.search-home .btn:active,
	.menu-mobile-list form.search-home .btn:focus {
		outline: 0;
		box-shadow: none;
		border: none;
		background-color: transparent
	}

	.menu-mobile-list .list-menu {
		padding-top: 20px;
		display: flex;
		flex-wrap: wrap
	}

	.menu-mobile-list .list-menu .item,
	.menu-mobile-list .list-menu .item-nav {
		padding-bottom: 15px;
		position: relative;
		width: 100%
	}

	.menu-mobile-list .list-menu .item-nav.active a,
	.menu-mobile-list .list-menu .item.active a {
		color: #005671
	}

	.menu-mobile-list .list-menu .item a,
	.menu-mobile-list .list-menu .item span,
	.menu-mobile-list .list-menu .item-nav a,
	.menu-mobile-list .list-menu .item-nav span {
		font-size: 16px;
		margin: 0;
		text-transform: capitalize
	}

	.menu-mobile-list .list-menu .item img,
	.menu-mobile-list .list-menu .item-nav img {
		position: absolute;
		top: 0;
		right: 0
	}

	.menu-mobile-list .list-menu .item .dropdown-menu,
	.menu-mobile-list .list-menu .item-nav .dropdown-menu {
		position: relative;
		top: 0;
		width: 100%;
		border: none;
		box-shadow: none;
		left: 0
	}

	.menu-mobile-list .list-menu .item .dropdown-menu a,
	.menu-mobile-list .list-menu .item .dropdown-menu span,
	.menu-mobile-list .list-menu .item-nav .dropdown-menu a,
	.menu-mobile-list .list-menu .item-nav .dropdown-menu span {
		font-size: 16px;
		margin: 15px 0;
		text-transform: uppercase;
		font-weight: 500
	}

	.menu-mobile-list .list-menu .lang-mobile img {
		position: relative;
		top: -2px;
		margin-right: 5px
	}
}

@media (max-width:767px) {

	.container-fluid .header,
	.container-lg .header,
	.container-md .header,
	.container-sm .header,
	.container-xl .header {
		width: 100%;
		padding: 0
	}

	.menu-mobile-click {
		min-width: 25px;
		position: relative;
		top: 5px;
		left: 10px
	}

	.menu-mobile-click i:before {
		color: #121212
	}

	.navigation {
		justify-content: flex-end;
		min-width: 35px;
		height: 36px
	}

	#menu-detail .navigation {
		height: 58px
	}

	.bgr-menu::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, .8);
		z-index: 10
	}

	.bgr-menu::before form.form-search.bgr-form .dropdown .dropdown-menu {
		width: calc(100% - 30px);
		border-radius: 8px;
		border: 1px;
		position: fixed !important;
		transform: unset !important;
		top: 25% !important;
		margin: 15px;
		will-change: unset !important;
		font-family: Poppins, sans-serif
	}
}

@media (max-width:767px) {
	.show-menu-mobile {
		border: none;
		padding: 0;
		margin: 0;
		position: relative;
		width: 100%;
		left: 0
	}

	.show-menu-mobile.dropdown-menu .dropdown-item {
		text-transform: uppercase;
		font-weight: 500;
		margin: 0 0 16px;
		padding: 0;
		font-size: 16px
	}
}

.content-container {
	margin: 0 auto
}

.content-container.about-xs {
	padding: 30px 0;
	border-bottom: 1px solid #ddd
}

.box-search-header.open-search {
	margin-top: 0 !important;
	display: inline-flex !important;
	top: 60px;
	float: none;
	right: 20px;
	width: 90%;
	position: fixed
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {
	.about-xs {
		width: 100%
	}

	.about-xs .content-about {
		width: 100%;
		max-width: unset
	}
}

@media (max-width:767px) {
	.header-menu-container .show-menu-mobile.dropdown-menu {
		display: block
	}

	.header-menu-container .show-menu-mobile.dropdown-menu {
		margin-left: 10px;
		display: block
	}

	.header-menu-container .show-menu-mobile.dropdown-menu .dropdown-item {
		font-weight: 400
	}
}

.footer-container {
	margin-top: 40px
}

.footer-container .footer-mr {
	display: flex;
	padding: 50px 15px;
	flex-wrap: wrap
}

@media (max-width:767px) {
	.footer-container .footer-mr {
		padding: 20px 0 30px
	}
}

.bgr-footer {
	background-color: #f5f5f5;
	color: #121212
}

.bgr-footer .mr-50 {
	padding: 50px 15px
}

.bgr-footer .mr-50 .col-md-3 label {
	display: inherit;
	margin-bottom: 10px
}

.bgr-footer .content label {
	margin-bottom: 16px
}

.bgr-footer .f-contact p {
	margin-bottom: 5px
}

.bgr-footer .f-contact i:before {
	color: #121212
}

.footer-banner img {
	width: 100%
}

.footer-logo {
	display: flex;
	justify-content: center;
	margin: 40px 0 30px 0
}

.footer-link-item-container {
	display: flex;
	justify-content: center;
	font-size: 12px;
	margin-bottom: 20px
}

.footer-link-item-container:last-child {
	margin-bottom: 20px
}

.footer-link {
	text-decoration: none;
	padding: 0 10px;
	font-size: 14px
}

.footer-link:nth-child(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.footer-copyright {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	margin: 0;
	border-top: 1px solid #ddd;
	background: #005671;
	color: #fff
}

.ul-copyright {
	list-style: none;
	padding-left: 0
}

.des-footer,
.email {
	width: 80%
}

.email input {
	border-right: none;
	border-radius: .25rem 0 0 .25rem;
	font-size: 14px
}

.email button {
	border-left: none;
	font-size: 14px
}

.f-contact {
	gap: 0 60px
}

@media (min-width:1024px) {
	.f-contact {
		margin-top: 2px !important
	}
}

.f-contact ul {
	margin: 0
}

.f-contact p a {
	color: #121212
}

.f-contact p a:active,
.f-contact p a:focus,
.f-contact p a:hover {
	color: #005671
}

.contact-footer p {
	font-size: 14px
}

.lbl-contact-footer i {
	font-size: 20px;
	position: relative;
	top: 4px
}

.show-mb-footer {
	font-weight: 600
}

@media (max-width:767px) {

	.des-footer,
	.email {
		width: 100%
	}

	.mt-xs-3 {
		margin-top: 36px
	}

	.content.mt-0 {
		margin-top: 0
	}

	.bgr-footer .mr-50 {
		padding: 0 0 20px
	}

	.footer-copyright .ul-copyright li a,
	.footer-copyright p {
		font-size: 12px;
		text-decoration: revert
	}

	.footer-copyright .payment-ico {
		padding-bottom: 10px
	}

	.footer-copyright {
		margin: 0;
		text-align: left;
		padding-left: 0;
		background: #005671;
		color: #fff
	}

	.pl-xs-15 {
		padding-left: 15px !important
	}

	.f-contact ul {
		width: 100%
	}

	.f-contact ul li {
		position: relative
	}

	.f-contact .social {
		width: 100%;
		position: relative;
		margin-bottom: 20px
	}

	.f-contact label.show-mb-footer {
		width: 100%
	}

	.f-contact label.show-mb-footer i {
		position: absolute;
		right: 0
	}

	.about-footer,
	.follow-footer,
	.lbl-contact-footer,
	.products-footer {
		display: none
	}

	.contact-footer {
		position: relative
	}

	.contact-footer .show-mb-footer i {
		position: absolute;
		right: 15px
	}
}

.f-media i {
	font-size: 24px;
	margin-right: 10px
}

@media (min-width:1025px) {
	.footer-link-container {
		margin-bottom: 60px;
		display: flex;
		justify-content: center
	}

	.footer-link-item-container:last-child .footer-link:first-child {
		border-left: 1px solid #ddd
	}

	.footer-link {
		font-size: 16px;
		padding: 0 24px
	}

	.footer-copyright {
		padding: 5px 0;
		margin: 0;
		width: 100%;
		display: inline-block;
		background: #005671;
		color: #fff
	}
}

.text-underline {
	font-size: 14px;
	text-decoration: underline
}

.font-14 {
	font-size: 14px
}

.ul-copyright li {
	padding-bottom: 16px
}

@media (max-width:767px) {
	.ul-copyright li {
		padding-bottom: 20px
	}
}

.social {
	gap: 0 20px
}

.social label {
	display: inherit
}

.social a {
	padding-right: 5px
}

.social a::after {
	content: "/";
	margin-left: 5px
}

.social a:last-child::after {
	content: ""
}

.social a i {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	border-radius: 30px;
	text-align: center
}

.social a i::before {
	color: #fff !important
}

.social a i.fb {
	background: #3378ea
}

.social a i.tw {
	background: #dd3173
}

.social a i.in {
	background: #49a1eb
}

.social a i.pe {
	background: #2f76b0
}

.social a i.ytb {
	background: #eb3223;
	font-size: 12px;
	top: 0
}

.email input {
	width: calc(100% - 81px)
}

@media (min-width:768px) and (max-width:1024px) {
	.contact-footer {
		padding-left: 0;
		padding-right: 0;
		flex: 0 0 33.6666%;
		max-width: 33.6666%;
		margin-left: -20px
	}
}

.live-chat {
	display: inline-block;
	position: fixed;
	bottom: 16px;
	right: 16px;
	padding: 0 12px;
	z-index: 1003;
	color: #fff !important;
	cursor: pointer;
	text-decoration: none !important;
	transition: bottom .2s ease-in-out;
	border: none
}

@media (max-width:767px) {
	.live-chat {
		bottom: 10px;
		right: 5px;
		padding: 0
	}
}

.go-top {
	display: inline-block;
	position: fixed;
	bottom: 70px;
	right: 16px;
	padding: 0 12px;
	z-index: 1003;
	color: #fff !important;
	cursor: pointer;
	text-decoration: none !important;
	transition: bottom .2s ease-in-out;
	border: none;
	background: 0 0
}

.go-top:hover {
	background: 0 0;
	border: none
}

.go-top:focus {
	background: 0 0;
	border: none
}

@media (max-width:767px) {
	.go-top {
		bottom: 70px;
		right: 5px;
		padding: 0
	}
}

.content-header {
	text-transform: capitalize;
	font-size: 24px;
	margin-bottom: 24px;
	font-weight: 500
}

@media (max-width:767px) {
	.content-header {
		padding-top: 0;
		font-size: 18px
	}
}

.h2-title {
	font-size: 16px;
	font-weight: 600;
	color: #121212
}

.h2-desc .similar_cruises .cruise-detail-title-h2,
.h2-desc h2,
.similar_cruises .h2-desc .cruise-detail-title-h2 {
	font-size: 20px
}

.h2-desc ul {
	padding-left: 20px;
	font-size: 14px
}

.h2-desc a {
	color: #005671
}

.cruise-wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff
}

.cruise-wishlist i {
	padding: 7px 10px;
	width: 34px;
	height: 28px;
	background: #fdf0ef;
	border-radius: 4px;
	font-size: 14px;
	line-height: normal;
	color: #b72020
}

.cruise-wishlist i.ico-n2bpt-heart-red {
	font-size: 12px
}

.btn-read-more {
	color: #005671;
	padding: 5px 0;
	font-size: 16px;
	position: relative;
	background: #fff;
	font-weight: 500;
	cursor: pointer
}

.short-content.webkit-show-mobile {
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 120px;
	line-height: 1.6
}

.short-content.webkit-show {
	-webkit-line-clamp: 2;
	height: 72px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.6
}

.short-content.full-content {
	display: block;
	height: auto
}

.bpt-loading {
	position: fixed;
	top: 45%;
	display: flex;
	z-index: 100;
	width: 100%;
	justify-content: center;
	left: 0
}

.bpt-loading-content {
	background-color: #fff;
	border: 2px solid #fff;
	padding: 20px 20px 20px;
	font-weight: 700;
	font-size: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	border-radius: 8px
}

.bpt-loading-content .l-label {
	font-size: 20px;
	color: #005671
}

.bpt-loading-content .l-title {
	font-size: 14px;
	color: #121212;
	font-weight: 400
}

.bpt-loading-content .ico-loading {
	font-size: 24px;
	margin-bottom: 15px
}

.bpt-loading img {
	margin-right: 10px
}

.bpt-loading-bgr {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, .3)
}

.btn-show-more {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #1d1d1f;
	background: 0 0;
	border: 1px solid #121212;
	padding: 10px 20px;
	border-radius: 20px;
	cursor: pointer;
	margin-bottom: 20px;
	min-width: 185px;
	white-space: nowrap
}

.btn-show-more i,
.btn-show-more span {
	position: relative;
	top: 2px
}

.btn-show-more i::before,
.btn-show-more span::before {
	color: #1d1d1f
}

.btn-show-more:active,
.btn-show-more:active:focus,
.btn-show-more:active:hover,
.btn-show-more:focus,
.btn-show-more:hover {
	background-color: #dff0fe;
	border: 1px solid #dff0fe;
	color: #005671;
	outline: 0
}

.btn-show-more:active i::before,
.btn-show-more:active:focus i::before,
.btn-show-more:active:hover i::before,
.btn-show-more:focus i::before,
.btn-show-more:hover i::before {
	color: #005671
}

.btn-show-more i {
	left: 5px
}

.margin-top-10 {
	margin-top: 10px
}

.margin-top-50 {
	margin-top: 50px
}

.btn-show-detail {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	border: 1px solid #0071c2;
	background: #0071c2;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer
}

.btn-show-detail i,
.btn-show-detail span {
	position: relative;
	top: 2px
}

.btn-show-detail i::before,
.btn-show-detail span::before {
	color: #1d1d1f
}

.btn-show-detail:active,
.btn-show-detail:active:focus,
.btn-show-detail:active:hover,
.btn-show-detail:focus,
.btn-show-detail:hover {
	background-color: #dff0fe;
	border: 1px solid #dff0fe;
	color: #005671;
	outline: 0
}

.btn-show-detail:active i::before,
.btn-show-detail:active:focus i::before,
.btn-show-detail:active:hover i::before,
.btn-show-detail:focus i::before,
.btn-show-detail:hover i::before {
	color: #005671
}

@media (max-width:767px) {
	.bpt-loading {
		left: 0;
		margin: 0;
		width: 100%;
		padding: 10px;
		top: 30%;
		padding: 30px 15px
	}

	.bpt-loading_content {
		text-align: left !important
	}

	.bpt-loading img {
		height: 40px
	}
}

.bpv-input-warning {
	border: 1px solid #b20000 !important
}

.form-control {
	font-family: Poppins, sans-serif
}

.image-zoom {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.image-zoom:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@font-face {
	font-family: junkboat;
	src: url(/fonts/site/junkboat-v6.eot);
	src: url(/fonts/site/junkboat-v6.eot#iefix) format("embedded-opentype"), url(/fonts/site/junkboat-v6.ttf) format("truetype"), url(/fonts/site/junkboat-v6.woff) format("woff"), url(https://d1ujhntlo764z4.cloudfront.net/dist/fonts/junkboat-v6.svg#junkboat-v6) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

.ui-datepicker .ui-icon-circle-triangle-e:before,
.ui-datepicker .ui-icon-circle-triangle-w:before,
[class*=" ico-"],
[class^=ico-] {
	font-family: junkboat !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ico-img:before {
	content: "\e999"
}

.ico-i-info-25:before {
	content: "\e996"
}

.ico-cruise-s25:before {
	content: "\e997";
	color: #828282
}

.ico-star-s25:before {
	content: "\e998";
	color: #828282
}

.ico-menu-25:before {
	content: "\e995";
	color: #fff
}

.ico-ticket-25:before {
	content: "\e994";
	color: #b72020
}

.ico-heart-outline-25:before {
	content: "\e98d";
	color: #b72020
}

.ico-chat-bubbles-25:before {
	content: "\e98e";
	color: #005671
}

.ico-lightbulb-25:before {
	content: "\e98f";
	color: #005671
}

.ico-bus-25:before {
	content: "\e990";
	color: #005671
}

.ico-weather-25:before {
	content: "\e991";
	color: #005671
}

.ico-boat-25:before {
	content: "\e992";
	color: #005671
}

.ico-place-25:before {
	content: "\e993";
	color: #005671
}

.ico-pt:before {
	content: "\e98c"
}

.ico-Facebook:before {
	content: "\e988";
	color: #fff
}

.ico-Instagram:before {
	content: "\e989";
	color: #fff
}

.ico-LinkedIn:before {
	content: "\e98a";
	color: #fff
}

.ico-Twitter:before {
	content: "\e98b";
	color: #fff
}

.ico-left:before {
	content: "\e984"
}

.ico-chevron-down:before {
	content: "\e985"
}

.ico-chevron-up:before {
	content: "\e986"
}

.ico-right:before {
	content: "\e987"
}

.ico-sort:before {
	content: "\e981"
}

.ico-star:before {
	content: "\e97f"
}

.ico-filter:before {
	content: "\e980"
}

.ico-circle:before {
	content: "\e958";
	color: #828282
}

.ico-info:before {
	content: "\e97e";
	color: #828282
}

.ico-add-call:before {
	content: "\e930";
	color: #c50
}

.ico-all:before {
	content: "\e932"
}

.ico-anchor:before {
	content: "\e937"
}

.ico-arrow-top:before {
	content: "\e93c";
	color: #828282
}

.ico-arrow-up:before {
	content: "\e93d"
}

.ico-bell-simple:before {
	content: "\e93e"
}

.ico-book1:before {
	content: "\e93f"
}

.ico-Calendar:before {
	content: "\e940"
}

.ico-calendar-x:before {
	content: "\e941"
}

.ico-car1:before {
	content: "\e942"
}

.ico-check:before {
	content: "\e943";
	color: #828282
}

.ico-circle-warning:before {
	content: "\e944";
	color: #c50
}

.ico-clock:before {
	content: "\e945";
	color: #828282
}

.ico-clock1:before {
	content: "\e946";
	color: #828282
}

.ico-clock-wise:before {
	content: "\e947"
}

.ico-cloud:before {
	content: "\e948"
}

.ico-comma-left:before {
	content: "\e949";
	color: #cdcdcd
}

.ico-comma-right:before {
	content: "\e94a";
	color: #cdcdcd
}

.ico-currency:before {
	content: "\e94b";
	color: #828282
}

.ico-down:before {
	content: "\e94c"
}

.ico-flag:before {
	content: "\e94d"
}

.ico-flag1:before {
	content: "\e94e"
}

.ico-flag-banner:before {
	content: "\e94f"
}

.ico-food:before {
	content: "\e950"
}

.ico-f-tag:before {
	content: "\e951";
	color: #f47921
}

.ico-globe:before {
	content: "\e952"
}

.ico-Group:before {
	content: "\e953"
}

.ico-gua:before {
	content: "\e954"
}

.ico-heart:before {
	content: "\e955"
}

.ico-house:before {
	content: "\e956"
}

.ico-house-line:before {
	content: "\e957"
}

.ico-like:before {
	content: "\e959"
}

.ico-like-o:before {
	content: "\e95a";
	color: #c50
}

.ico-mail-outline:before {
	content: "\e95b";
	color: #c50
}

.ico-map:before {
	content: "\e95c"
}

.ico-map-pin:before {
	content: "\e95d";
	color: #828282
}

.ico-map-pin1:before {
	content: "\e95e"
}

.ico-martini:before {
	content: "\e95f"
}

.ico-mead-phones:before {
	content: "\e960"
}

.ico-menu:before {
	content: "\e961"
}

.ico-minus:before {
	content: "\e962";
	color: #c50
}

.ico-minus-circle:before {
	content: "\e963";
	color: #6d6d6d
}

.ico-monitor:before {
	content: "\e964"
}

.ico-moon:before {
	content: "\e965"
}

.ico-nut:before {
	content: "\e966"
}

.ico-plus:before {
	content: "\e967";
	color: #c50
}

.ico-plus-circle:before {
	content: "\e968";
	color: #6d6d6d
}

.ico-pointer:before {
	content: "\e969"
}

.ico-print:before {
	content: "\e96a"
}

.ico-reply:before {
	content: "\e96b"
}

.ico-search:before {
	content: "\e96c"
}

.ico-smiley:before {
	content: "\e96d"
}

.ico-star-3:before {
	content: "\e96e";
	color: #ffb800
}

.ico-star-3-5:before {
	content: "\e96f";
	color: #ffb800
}

.ico-star-4:before {
	content: "\e970";
	color: #ffb800
}

.ico-star-4-5:before {
	content: "\e971";
	color: #ffb800
}

.ico-star-5:before {
	content: "\e972";
	color: #ffb800
}

.ico-star-6:before {
	content: "\e973";
	color: #ffb800
}

.ico-support:before {
	content: "\e974"
}

.ico-tag:before {
	content: "\e975"
}

.ico-tag-w:before {
	content: "\e976";
	color: #fff
}

.ico-user:before {
	content: "\e977"
}

.ico-wifi:before {
	content: "\e978"
}

.ico-wrench:before {
	content: "\e979"
}

.ico-x:before {
	content: "\e97a"
}

.ico-hand-bell:before {
	content: "\e97d"
}

.ico-microscope:before {
	content: "\e982"
}

.ico-confetti:before {
	content: "\e983"
}

.ico-poker:before {
	content: "\e97b"
}

.ico-jacuzzi:before {
	content: "\e97c"
}

.ico-buffet:before {
	content: "\e902"
}

.ico-phone:before {
	content: "\e924"
}

.ico-cruise:before {
	content: "\e926"
}

.ico-book:before {
	content: "\e913"
}

.ico-cake:before {
	content: "\e920"
}

.ico-fishing:before {
	content: "\e922"
}

.ico-printer:before {
	content: "\e90d"
}

.ico-tea-cup:before {
	content: "\e91f"
}

.ico-music-notes:before {
	content: "\e934"
}

.ico-bag-heart:before {
	content: "\e938"
}

.ico-washing:before {
	content: "\e939"
}

.ico-ticket:before {
	content: "\e93a"
}

.ico-money-bag:before {
	content: "\e93b"
}

.ico-reel:before {
	content: "\e918"
}

.ico-volume-cross:before {
	content: "\e919"
}

.ico-group-two:before {
	content: "\e91a"
}

.ico-shop:before {
	content: "\e91b"
}

.ico-shield-star:before {
	content: "\e91c"
}

.ico-smocking:before {
	content: "\e91d"
}

.ico-card:before {
	content: "\e91e"
}

.ico-stethoscope:before {
	content: "\e921"
}

.ico-chef-hat:before {
	content: "\e923"
}

.ico-hanger:before {
	content: "\e925"
}

.ico-alarm:before {
	content: "\e927"
}

.ico-bicycling:before {
	content: "\e928"
}

.ico-dumbbell:before {
	content: "\e929"
}

.ico-golf:before {
	content: "\e92a"
}

.ico-seditation:before {
	content: "\e92b"
}

.ico-stretching:before {
	content: "\e92c"
}

.ico-swimming:before {
	content: "\e92d"
}

.ico-flame:before {
	content: "\e92e"
}

.ico-dollar:before {
	content: "\e92f"
}

.ico-no-smocking:before {
	content: "\e931"
}

.ico-car:before {
	content: "\e933"
}

.ico-wheelchair:before {
	content: "\e935"
}

.ico-rowing:before {
	content: "\e936"
}

.ico-bar-chair:before {
	content: "\e904"
}

.ico-condicioner:before {
	content: "\e912"
}

.ico-fire:before {
	content: "\e90e"
}

.ico-baggage:before {
	content: "\e911"
}

.ico-emoji-funny:before {
	content: "\e914"
}

.ico-beauty-salon:before {
	content: "\e915"
}

.ico-bicycle:before {
	content: "\e916"
}

.ico-Car:before {
	content: "\e917"
}

.ico-bus:before {
	content: "\e910"
}

.ico-temperature:before {
	content: "\e900"
}

.ico-armchair:before {
	content: "\e901"
}

.ico-wardrobe:before {
	content: "\e903"
}

.ico-mirror:before {
	content: "\e905"
}

.ico-service:before {
	content: "\e906"
}

.ico-bottle:before {
	content: "\e907"
}

.ico-bar:before {
	content: "\e908"
}

.ico-wineglass:before {
	content: "\e909"
}

.ico-bathtub:before {
	content: "\e90a"
}

.ico-safe:before {
	content: "\e90b"
}

.ico-tv:before {
	content: "\e90c"
}

.ico-toilet:before {
	content: "\e90f"
}

@font-face {
	font-family: junkboat-n2;
	src: url(/fonts/site/junkboat-n2.eot);
	src: url(/fonts/site/junkboat-n2.eot#iefix) format("embedded-opentype"), url(/fonts/site/junkboat-n2.ttf) format("truetype"), url(/fonts/site/junkboat-n2.woff) format("woff"), url(/fonts/site/junkboat-n2.svg#junkboat-n2) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class*=" ico-n2"],
[class^=ico-n2] {
	font-family: junkboat-n2 !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ico-n2bpt-youtube:before {
	content: "\e925";
	color: #fff
}

.ico-n2arrow-right:before {
	content: "\e924";
	color: #005671
}

.ico-n2bpt-heart-red:before {
	content: "\e923";
	color: #dd0101
}

.ico-n2bpt-warning:before {
	content: "\e922";
	color: #9f1f1f
}

.ico-n2bpt-fa:before {
	content: "\e91c";
	color: #005671
}

.ico-n2bpt-mail-1:before {
	content: "\e91d";
	color: #005671
}

.ico-n2bpt-metal:before {
	content: "\e91e";
	color: #005671
}

.ico-n2bpt-user:before {
	content: "\e91f"
}

.ico-n2bpt-home:before {
	content: "\e920"
}

.ico-n2bpt-bed:before {
	content: "\e921"
}

.ico-n2bpt-sale:before {
	content: "\e91b";
	color: #e42a2a
}

.ico-n2bpt-a:before {
	content: "\e919";
	color: #005671
}

.ico-n2bpt-q:before {
	content: "\e91a"
}

.ico-n2bpt-transport:before {
	content: "\e918";
	color: #005671
}

.ico-n2bpt-calendar:before {
	content: "\e90c"
}

.ico-n2bpt-check:before {
	content: "\e913"
}

.ico-n2bpt-tips:before {
	content: "\e900";
	color: #005671
}

.ico-n2bpt-security-safe:before {
	content: "\e901";
	color: #005671
}

.ico-n2bpt-like-shapes:before {
	content: "\e902";
	color: #005671
}

.ico-n2bpt-support:before {
	content: "\e903";
	color: #005671
}

.ico-n2bpt-airplane:before {
	content: "\e904";
	color: #005671
}

.ico-n2bpt-wallet:before {
	content: "\e905";
	color: #005671
}

.ico-n2bpt-heart-edit:before {
	content: "\e906";
	color: #005671
}

.ico-n2bpt-visit:before {
	content: "\e907";
	color: #005671
}

.ico-n2bpt-date-check:before {
	content: "\e908";
	color: #005671
}

.ico-n2bpt-weather:before {
	content: "\e909";
	color: #005671
}

.ico-n2bpt-sort:before {
	content: "\e90a";
	color: #005671
}

.ico-n2bpt-sort-1:before {
	content: "\e90b";
	color: #005671
}

.ico-n2bpt-comma:before {
	content: "\e90d";
	color: #005671
}

.ico-n2bpt-dollar:before {
	content: "\e90e";
	color: #005671
}

.ico-n2bpt-info:before {
	content: "\e90f"
}

.ico-n2bpt-phone:before {
	content: "\e910"
}

.ico-n2bpt-mail:before {
	content: "\e911"
}

.ico-n2bpt-star:before {
	content: "\e912";
	color: #005671
}

.ico-n2bpt-search:before {
	content: "\e914"
}

.ico-n2bpt-heart:before {
	content: "\e915"
}

.ico-n2bpt-map:before {
	content: "\e916"
}

.ico-n2bpt-history:before {
	content: "\e917"
}

@media all and (min-width:768px) and (max-width:915px) and (max-height:420px) and (orientation:landscape),
only screen and (min-device-width:820px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
	.container {
		max-width: 800px;
		width: 100%
	}

	.container-fluid .header,
	.container-lg .header,
	.container-md .header,
	.container-sm .header,
	.container-xl .header {
		padding: 0 1rem;
		width: 100%
	}

	form.form-search {
		max-width: 100%
	}

	form.form-search.bgr-form .dropdown.mrl-4 {
		margin-left: 5px
	}

	.list-menu .dropdown-menu {
		top: 10px !important
	}

	.item-about.d-md-flex {
		flex-direction: column
	}

	.cruise-container {
		display: flex
	}

	.footer-copyright {
		padding: 10px 0;
		text-align: left;
		margin: 0
	}

	.footer-copyright a,
	.footer-copyright p {
		font-size: 14px
	}

	.footer-container .col-md-3 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.footer-container .f-media {
		padding-left: 0
	}

	.cruise-item-content-container {
		padding: 15px 10px
	}

	.cruise-item-content-container .text-price .btn-view {
		height: 36px;
		white-space: nowrap;
		padding: 5px 10px !important
	}

	.content-gallery .image-container {
		width: 100% !important
	}

	.form-booking select {
		height: 100%
	}

	.form-booking .pst-add-guest {
		padding-left: 0
	}

	.content-gallery .content-page-detail .server-page-detail .item {
		width: auto !important;
		margin-top: 5px
	}

	.navigation.mobile-navigation .text-right {
		display: flex;
		text-align: center;
		align-items: center
	}

	.menu-mobile-list {
		display: block !important
	}

	.menu-mobile-list .list-menu .item a,
	.menu-mobile-list span {
		margin: 0 5px;
		font-size: 14px
	}
}

@media only screen and (min-device-width:820px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
all and (device-width:768px) and (device-height:1024px) and (orientation:portrait),
only screen and (min-device-width:375px) and (max-device-width:932px) and (orientation:landscape) {
	#menu-detail .header .btn-booking button {
		padding: 6px 15px !important
	}

	.container {
		max-width: 738px;
		width: 100%
	}

	.container-fluid .header,
	.container-lg .header,
	.container-md .header,
	.container-sm .header,
	.container-xl .header {
		padding: 0 1rem;
		width: 100%
	}

	.item-about.d-md-flex {
		flex-direction: column
	}

	#ui-datepicker-div {
		overflow-y: auto;
		overflow-x: hidden
	}
}

@media only screen and (min-device-width:820px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape),
all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {

	.container-fluid .header,
	.container-lg .header,
	.container-md .header,
	.container-sm .header,
	.container-xl .header {
		padding: 0 1rem
	}

	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		height: 72px;
		justify-content: center
	}
}

@media all and (device-width:1024px) and (device-height:1366px) and (orientation:portrait) {
	.container {
		max-width: 992px;
		width: auto
	}
}

@media (min-width:1024px) {
	.container {
		max-width: auto
	}
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

a.close.disabled {
	pointer-events: none
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

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

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.image-container {
	padding: 0;
	max-height: 100%;
	width: 100%;
	position: relative
}

.image-container img {
	width: 100%;
	padding: 0;
	background-size: contain;
	position: relative
}

@media (min-width:1366px) {
	.image-container img {
		max-height: 654px
	}
}

.image-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #121212 3.42%, rgba(18, 18, 18, 0) 100%)
}

@media (min-width:767px) {
	.image-container::after {
		z-index: 1
	}
}

.heading-banner {
	position: relative;
	top: 0;
	width: 100%;
	text-align: left;
	color: #fff;
	z-index: 1;
	max-width: 1140px;
	margin: 0 auto;
	margin-bottom: 35px
}

.heading-banner .title-home-h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 58px;
	width: 100%;
	color: #fff
}

@media (min-width:1280px) {
	.heading-banner .title-home-h1 {
		height: 115px
	}
}

.content-gallery .image-container::before {
	content: "";
	position: relative
}

.container-home::before {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 45px;
	width: 100%;
	border-radius: 40px 40px 0 0;
	background: #fff;
	z-index: 3
}

@media (max-width:767px) {
	.image-container {
		width: 100%;
		min-height: 189px
	}

	.image-container::before {
		border-radius: 0
	}

	.image-container img {
		border-radius: 0
	}

	.container-home::before {
		height: 0
	}

	.heading-banner {
		top: 0;
		transform: none;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin-bottom: 16px
	}

	.heading-banner h1.title-home-h1 {
		font-size: 25px;
		margin-bottom: 0;
		line-height: 40px;
		width: calc(100vw - 30px);
		height: 120px;
		display: flex;
		align-items: flex-end
	}
}

@media (max-width:450px) {
	.image-container {
		height: 50vw
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:736px) and (orientation:landscape) {
	.heading-banner {
		top: 40px
	}
}

.container-home {
	position: relative
}

.search_form-home {
	position: absolute;
	bottom: 18%;
	width: 100%
}

@media (min-width:767px) {
	.search_form-home {
		z-index: 3
	}
}

@media (max-width:767px) {
	.search_form-home {
		width: calc(100% - 30px);
		left: 15px;
		top: -220px;
		position: relative
	}
}

.search_form-home i.ico-n2arrow-right {
	font-size: 11px;
	position: relative;
	top: -1px
}

.search_form-home i.ico-n2arrow-right::before {
	color: #fff
}

form.form-search {
	position: relative;
	top: 0;
	z-index: inherit;
	box-shadow: 0 3px 6px 0 #ddd;
	margin: 0 auto;
	border-radius: 16px;
	background: #fff;
	height: 84px;
	max-width: 1140px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .25);
	justify-content: space-between
}

@media (min-width:767px) {
	form.form-search {
		padding-left: 20px
	}
}

form.form-search.bgr-form {
	align-items: center
}

form.form-search.bgr-form .dropdown {
	position: relative
}

@media (min-width:767px) {
	form.form-search.bgr-form .dropdown {
		width: 27%
	}
}

form.form-search.bgr-form .dropdown select {
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 16px;
	color: #757575
}

form.form-search.bgr-form .dropdown.drop-select select {
	width: 100%;
	border: none;
	color: #757575;
	padding: 0;
	background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Ctitle%3Echevron-down%3C/title%3E%3Cpath fill='%23828282' d='M4.971 10.971c0.568-0.568 1.489-0.568 2.057 0l8.971 8.971 8.971-8.972c0.568-0.568 1.489-0.568 2.057 0s0.568 1.489 0 2.057l-10 10c-0.568 0.568-1.489 0.568-2.057 0l-10-10c-0.568-0.568-0.568-1.489 0-2.057z'%3E%3C/path%3E%3C/svg%3E") no-repeat 100% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 20px
}

form.form-search.bgr-form .dropdown.drop-select select:active,
form.form-search.bgr-form .dropdown.drop-select select:focus {
	border: none;
	outline: 0;
	box-shadow: none
}

form.form-search.bgr-form .dropdown .btn {
	width: 100%;
	text-align: left;
	position: relative;
	border-radius: 8px;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	padding: 7px 7px;
	overflow: hidden
}

form.form-search.bgr-form .dropdown .btn img {
	display: none
}

@media (min-width:767px) {
	form.form-search.bgr-form .dropdown .click-close.d-md-none {
		display: none
	}
}

form.form-search.bgr-form .dropdown::before {
	content: "";
	position: absolute;
	height: 38px;
	top: 8px;
	right: 0
}

form.form-search.bgr-form .dropdown.mrl-4 {
	margin-left: 20px
}

form.form-search.bgr-form .dropdown.pst-add-guest::before {
	right: inherit;
	left: 0
}

form.form-search.bgr-form .dropdown .dropdown-menu {
	border: none
}

@media (min-width:767px) {
	form.form-search.bgr-form .dropdown .dropdown-menu {
		box-shadow: 0 4px 20px rgba(0, 0, 0, .17);
		border-radius: 16px;
		overflow: hidden
	}
}

@media (max-width:767px) {
	form.form-search.bgr-form .dropdown .dropdown-menu {
		border: 1px;
		width: 100%;
		transform: unset !important;
		border-radius: 8px;
		overflow: auto;
		will-change: unset !important;
		font-family: Poppins, sans-serif;
		position: fixed !important
	}
}

form.form-search.bgr-form .dropdown .dropdown-menu li {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	cursor: pointer;
	background: #fff
}

@media (max-width:767px) {
	form.form-search.bgr-form .dropdown .dropdown-menu li:first-child {
		background: #fafafa;
		margin: 0;
		padding: 15px 10px
	}

	form.form-search.bgr-form .dropdown .dropdown-menu li .select-number-cart {
		justify-content: space-around
	}
}

form.form-search.bgr-form .dropdown .dropdown-menu li:last-child {
	border-bottom: none
}

form.form-search.bgr-form .dropdown .dropdown-menu .text {
	margin-right: 15px;
	width: 130px;
	min-width: 60px
}

form.form-search.bgr-form .dropdown .dropdown-menu .text .font-size {
	color: #717171;
	font-size: 14px
}

form.form-search.bgr-form .dropdown .dropdown-menu .number-cart {
	width: 50px;
	text-align: center;
	border: none;
	margin-top: 5px;
	cursor: pointer;
	background: #fff
}

form.form-search.bgr-form .dropdown .dropdown-menu .number-cart:focus {
	box-shadow: none;
	outline: 0
}

form.form-search.bgr-form .dropdown .dropdown-menu .number {
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 25px;
	position: relative;
	top: 2px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	border: 1px solid #b5b5b5;
	color: #b5b5b5
}

form.form-search.bgr-form .dropdown .dropdown-menu .number.plus {
	border: 1px solid #000;
	color: #000
}

form.form-search.bgr-form .cruise-name input {
	border-radius: 8px;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5 !important
}

form.form-search.bgr-form .cruise-name input:focus {
	outline: 0;
	box-shadow: none
}

form.form-search.bgr-form .f-right {
	position: absolute;
	right: 0;
	top: 15px;
	background: #f5f5f5;
	padding: 0 10px;
	font-size: 12px
}

form.form-search.bgr-form .calender {
	position: relative
}

form.form-search.bgr-form .calender::after {
	content: "\e90c";
	position: absolute;
	right: 25px;
	bottom: 10px;
	font-family: junkboat-n2 !important;
	background: #f5f5f5
}

@media (min-width:767px) {
	form.form-search.bgr-form .calender {
		width: 27%;
		position: relative
	}

	form.form-search.bgr-form .calender::after {
		right: 15px;
		bottom: 10px
	}
}

form.form-search.bgr-form .calender input {
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 16px
}

form.form-search.bgr-form .calender input.datepicker {
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5 !important;
	cursor: pointer;
	color: #212529;
	transition: unset
}

form.form-search.bgr-form .calender img.icon-caret {
	position: absolute;
	right: 0;
	bottom: 50%
}

form.form-search.bgr-form .btn-submit a,
form.form-search.bgr-form .btn-submit button,
form.form-search.bgr-form .btn-submit span {
	background: #b72020;
	border: #b72020;
	margin-right: 20px;
	font-size: 16px;
	border-radius: 8px;
	color: #fff;
	white-space: nowrap;
	display: inherit;
	text-align: center;
	cursor: pointer;
	min-height: 35px;
	padding: 8px 20px;
	height: 44px;
	min-width: 128px
}

form.form-search.bgr-form h6 {
	margin-bottom: 5px
}

form.form-search.bgr-form .btn-default {
	padding: 0 0 7px;
	font-size: 16px;
	border: none;
	background: #fff
}

@media (min-width:767px) {
	form.form-search.bgr-form.form-tour .calender {
		width: 30%
	}

	form.form-search.bgr-form.form-tour .pst-add-guest {
		width: 43%
	}
}

@media (max-width:767px) {
	form.form-search {
		height: auto;
		max-width: 100%
	}

	form.form-search.bgr-form .border-xs {
		padding: 15px 15px 0;
		position: relative;
		margin-right: 0 !important
	}

	form.form-search.bgr-form .border-xs .btn img {
		display: block;
		position: absolute;
		right: 0;
		bottom: 50%
	}

	form.form-search.bgr-form .dropdown.mrl-4 {
		margin-left: 0
	}

	form.form-search.bgr-form .btn-submit {
		padding: 15px
	}

	form.form-search.bgr-form .btn-submit a,
	form.form-search.bgr-form .btn-submit button,
	form.form-search.bgr-form .btn-submit span {
		padding: 0;
		font-size: 16px;
		border-radius: 8px;
		width: 100%
	}
}

#frm_tour_check_rate .btn-submit button {
	background: #48a7eb;
	font-weight: 600;
	color: #fff
}

#frm_tour_check_rate .btn-submit button:focus,
#frm_tour_check_rate .btn-submit button:hover {
	background: #005671;
	border: #005671
}

@media (max-width:767px) {
	#frm_tour_check_rate .btn-submit {
		width: 100%;
		padding: 10px 0 0
	}
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #b72020
}

.fa-solid {
	position: absolute;
	top: 6px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.prev {
	position: relative
}

.prev .fa-angle-left {
	background: url(../../icon/caret-left.png);
	left: 10px
}

.next {
	position: relative
}

.next .fa-angle-right {
	background: url(https://d1ujhntlo764z4.cloudfront.net/icon/caret-right.png);
	right: 10px
}

.bootstrap-datetimepicker-widget .list-unstyled {
	list-style: none
}

.form-label {
	display: none
}

@media (min-width:1023px) {
	.list-cabin-suites .form-tour {
		width: 71%
	}
}

.list-cabin-suites form.form-search.bgr-form {
	min-height: 100px
}

.list-cabin-suites form.form-search.bgr-form .calender input,
.list-cabin-suites form.form-search.bgr-form .dropdown .btn {
	border-radius: 0;
	border: none;
	padding: 0;
	height: 28px;
	font-weight: 500;
	font-family: Poppins, sans-serif;
	color: #000;
	font-size: 14px;
	background-color: #fff !important
}

.list-cabin-suites form.form-search.bgr-form .calender input:focus,
.list-cabin-suites form.form-search.bgr-form .dropdown .btn:focus {
	box-shadow: none;
	outline: 0
}

.list-cabin-suites form.form-search.bgr-form .dropdown .btn-close-number {
	width: inherit;
	padding: 5px 20px;
	background-color: #005671 !important;
	color: #fff;
	border-radius: 8px;
	margin: 0 auto;
	display: table;
	cursor: pointer;
	line-height: 28px
}

.list-cabin-suites form.form-search.bgr-form .calender,
.list-cabin-suites form.form-search.bgr-form .dropdown {
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 2px 16px;
	position: relative
}

.list-cabin-suites form.form-search.bgr-form .calender button#dropdown-number-of-guests:before,
.list-cabin-suites form.form-search.bgr-form .dropdown button#dropdown-number-of-guests:before {
	content: "\e985";
	font-family: junkboat !important;
	position: absolute;
	right: 0;
	font-size: 12px;
	top: 5px;
	background: #fff
}

.list-cabin-suites form.form-search.bgr-form .calender .f-right,
.list-cabin-suites form.form-search.bgr-form .dropdown .f-right {
	top: 8px;
	padding: 0;
	min-width: 12px;
	background: #fff
}

.list-cabin-suites form.form-search.bgr-form .calender::after {
	bottom: 5px;
	background: #fff
}

@media (max-width:767px) {
	.list-cabin-suites form.form-search.bgr-form .calender::after {
		right: 13px;
		bottom: 5px
	}
}

.list-cabin-suites .form-label {
	display: inherit;
	color: #5f5f5f;
	font-weight: 400;
	margin-top: 5px;
	font-size: 14px
}

@media (max-width:767px) {
	.list-cabin-suites form.form-search.bgr-form {
		display: flex;
		flex-wrap: wrap;
		padding: 10px
	}

	.list-cabin-suites form.form-search.bgr-form .calender,
	.list-cabin-suites form.form-search.bgr-form .dropdown {
		width: 49%
	}

	.list-cabin-suites form.form-search.bgr-form .pst-add-guest {
		width: 100%;
		margin-top: 10px
	}

	.list-cabin-suites form.form-search.bgr-form .btn-submit {
		width: 100%;
		padding: 15px 0
	}

	.list-cabin-suites form.form-search.bgr-form .dropdown.input-duration-form .dropdown-menu {
		position: fixed !important;
		width: 96%;
		top: 30% !important;
		left: 2% !important
	}

	.list-cabin-suites form.form-search.bgr-form.form-tour .calender,
	.list-cabin-suites form.form-search.bgr-form.form-tour .pst-add-guest {
		width: 100%
	}
}

@media (max-width:767px) {
	.f-right {
		float: right
	}

	.f-left {
		float: left
	}

	.form-control {
		font-size: 14px
	}

	#dropdown-cart.dropdown-menu.show {
		position: fixed !important;
		bottom: 0;
		top: inherit !important;
		right: 0;
		width: 100vw;
		z-index: 100000;
		box-shadow: 0 4px 30px rgba(0, 0, 0, .04);
		border-radius: 4px;
		margin-top: 0;
		transform: none !important
	}

	.d-btn-none {
		display: none !important
	}

	form.form-search.bgr-form .dropdown.pst-add-guest ul li .btn {
		margin: 20px auto;
		display: table;
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
		text-align: center;
		color: #fff;
		padding: 5px
	}

	.ui-datepicker .ui-datepicker-next span,
	.ui-datepicker .ui-datepicker-prev span {
		top: 55%
	}
}

form.form-search.bgr-form .btn,
form.form-search.bgr-form .form-control {
	height: 44px
}

form.form-search.bgr-form .dropdown select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M6.63986 2.9834L4.46653 5.15673C4.20986 5.4134 3.78986 5.4134 3.5332 5.15673L1.35986 2.9834' stroke='%23757575' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: 96% center;
	background-size: 15px 15px;
	background-repeat: no-repeat
}

.ui-datepicker-div {
	z-index: 200 !important
}

@media all and (min-width:820px) and (max-width:915px) and (max-height:420px) and (orientation:landscape),
only screen and (min-device-width:820px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
all and (device-width:820px) and (device-height:1024px) and (orientation:portrait) {
	.search_form-home form {
		width: 93%
	}

	form.form-search.bgr-form .calender,
	form.form-search.bgr-form .dropdown {
		width: 25%
	}

	form.form-search.bgr-form .btn-submit button {
		margin-left: 10px
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:767px) and (orientation:landscape) {
	.container-home {
		min-height: 510px
	}

	.search_form-home {
		top: 100px;
		position: absolute
	}

	.title-content-header {
		margin-top: 50px
	}
}

@media only screen and (min-device-width:414px) and (max-device-width:896px) and (orientation:landscape) {
	form.form-search.bgr-form .calender {
		margin-left: 0
	}
}

@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
	form.form-search.bgr-form {
		width: 95%
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait),
only screen and (min-device-width:375px) and (max-device-width:932px) and (orientation:landscape) {
	.search_form-home {
		top: 70px
	}

	form.form-search.bgr-form {
		width: 97%
	}
}

@media all and (device-width:820px) and (device-height:1180px) and (orientation:portrait) {
	.search_form-home {
		top: 50px
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait),
only screen and (min-device-width:741px) and (max-device-width:932px) and (orientation:landscape) {

	.list-cabin-suites form.form-search.bgr-form .calender,
	.list-cabin-suites form.form-search.bgr-form .dropdown {
		width: 25%
	}
}

@media only screen and (min-device-width:820px) and (max-device-width:1180px) and (orientation:portrait) {
	form.form-search.bgr-form {
		width: 97%
	}
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.popover {
	box-shadow: 0 0 4px rgba(0, 0, 0, .12)
}

.popover .popover-header {
	background-color: #b72020;
	border-bottom: 1px solid #b72020;
	color: #fff;
	font-weight: 500
}

.popover .popover-header .close {
	position: relative;
	top: -5px;
	color: #fff;
	opacity: 1
}

#modal_filter .modal-header {
	padding: 10px;
	background: #b72020;
	border-bottom: 1px solid #b72020;
	color: #fff
}

#modal_filter .modal-header .close {
	margin: 0;
	padding: 0;
	font-size: 18px;
	opacity: 1
}

#modal_filter .modal-header .close i {
	color: #fff;
	font-size: 12px
}

#modal_filter .modal-content {
	background-color: #fff
}

#modal_filter .modal-body {
	padding: 10px
}

.cruise-container,
.list-cruise-best {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-tour-luxury {
	margin-bottom: 20px
}

.cruise-item-container {
	text-align: left;
	margin: 0 5px 15px;
	width: calc(33.3333% - 10px);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .12)
}

@media (max-width:767px) {
	.cruise-item-container {
		width: 100%;
		margin: 0 0 15px
	}
}

.cruise-item-container:last-child {
	margin-bottom: 0
}

.cruise-item-image {
	position: relative
}

.cruise-item-image img {
	object-fit: cover;
	cursor: pointer;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px
}

.no-fees {
	font-size: 13px;
	color: #828282;
	text-align: right
}

.deals-sale {
	position: absolute;
	bottom: 15px;
	left: 15px;
	white-space: nowrap;
	font-size: 14px
}

@media (max-width:767px) {
	.deals-sale {
		font-size: 12px;
		bottom: 25px
	}
}

.similar_cruises .deals-sale {
	bottom: 15px;
	left: 10px;
	top: inherit
}

.cruise-item-content-container {
	padding: 0 20px
}

@media (max-width:767px) {
	.cruise-item-content-container {
		padding: 15px 15px
	}
}

.cruise-item-content-container .img-start {
	margin-bottom: 13px;
	margin-left: 10px
}

.cruise-item-content-container .content-info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #4c4c4c;
	min-height: 25px
}

.cruise-item-content-container .content-info .ico::before {
	color: #6e6e6e
}

.cruise-item-content-container .content-info:last-child {
	margin-bottom: 0
}

.cruise-item-content-container .content-info img {
	position: relative;
	top: -1px;
	margin-right: 5px
}

.cruise-item-content-container .content-info.item-highlight {
	color: #0d6350;
	line-height: 18px;
	min-height: auto
}

.cruise-item-content-container .content-info.item-highlight .ico {
	font-size: 11px
}

.cruise-item-content-container .content-info.item-highlight .ico::before {
	color: #0d6350
}

.cruise-item-content-container .btn-why-choose {
	cursor: pointer
}

.cruise-item-content-container .btn-why-choose:hover {
	color: #005671
}

.cruise-item-content-container .btn-why-choose.active-hl i::before {
	content: "\e986"
}

.cruise-item-content-container .btn-review {
	cursor: pointer
}

.cruise-item-content-container .text-right span {
	font-size: 14px;
	margin-right: 0;
	color: #757575
}

.cruise-item-content-container .text-right span.bgr-green {
	color: #fff
}

.cruise-item-content-container .text-right span.price-to {
	text-decoration-line: line-through
}

.cruise-item-content-container .text-right span.color-orange {
	font-weight: 600;
	font-size: 24px;
	padding-left: 5px;
	color: #dd0101
}

@media (min-width:767px) {
	.d-flex-combo {
		display: flex;
		flex-wrap: wrap
	}

	.d-flex-combo .form-price {
		margin-left: auto;
		margin-top: auto
	}
}

@media (max-width:767px) {
	.item-cruise-best {
		padding: 10px 0 0
	}

	.list-show-detail {
		display: none
	}
}

@media (min-width:667px) and (max-width:1024px) {
	.top-cruise .cruise-item-title {
		text-overflow: unset;
		height: auto;
		display: inline-block
	}
}

.cruise-title {
	margin-bottom: 20px
}

.bgr-view-all-top {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #1d1d1f;
	padding: 8px 20px;
	background-color: transparent;
	border-radius: 30px;
	color: #1d1d1f;
	cursor: pointer;
	position: relative
}

.bgr-view-all-top a {
	color: #1d1d1f
}

.bgr-view-all-top:active,
.bgr-view-all-top:focus,
.bgr-view-all-top:hover {
	border: 1px solid #ffeee2;
	background: #ffeee2;
	color: #005671
}

.bgr-view-all-top:active a,
.bgr-view-all-top:focus a,
.bgr-view-all-top:hover a {
	color: #005671
}

.bgr-view-all-top i {
	position: relative;
	left: 7px
}

.cruise-item-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 11px;
	margin-top: 0
}

.cruise-item-title a {
	font-size: 20px
}

.cruise-item-description {
	font-size: 14px;
	margin-bottom: 15px
}

.cruise-item-info-container {
	display: flex;
	align-items: center
}

.cruise-item-info-container img {
	margin: 0 10px
}

.cruise-item-date,
.cruise-item-views {
	margin-bottom: 0;
	font-size: 1.2rem;
	color: #6d6d6d
}

.cruise-container {
	display: flex;
	align-items: flex-start
}

@media (max-width:767px) {
	.cruise-container {
		flex-wrap: wrap
	}
}

@media (min-width:1025px) {
	.cruise-item-container {
		margin-left: 5px;
		margin-right: 5px
	}

	.cruise-item-container:first-child {
		margin-left: 0
	}

	.cruise-item-container:last-child {
		margin-bottom: 15px;
		margin-right: 0
	}
}

@media (max-width:767px) {
	.bgr-view-all-top {
		width: auto;
		margin-top: 20px
	}
}

.content-container.best-cruise.packages {
	padding-top: 25px;
	padding-bottom: 30px
}

@media (max-width:767px) {
	.content-container.best-cruise.packages {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.content-cruise .content-cruise-text {
	width: 60vw
}

.content-cruise .content-cruise-text .content-header {
	margin-bottom: 16px;
	padding-top: 15px
}

.text-underline {
	text-decoration: underline
}

.text-through {
	text-decoration: line-through
}

.text-number {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
	color: #828282
}

.list-cruise-best .mrb-20,
.list-text-search .mrb-20 {
	margin-bottom: 20px;
	align-items: flex-start
}

.list-cruise-best .mrb-20:last-child,
.list-text-search .mrb-20:last-child {
	margin-bottom: 0
}

.list-cruise-best .cruise-item,
.list-text-search .cruise-item {
	display: flex;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	padding: 16px;
	cursor: pointer
}

.list-cruise-best .cruise-item .text-price,
.list-text-search .cruise-item .text-price {
	font-size: 14px;
	padding-left: 0;
	margin-left: auto
}

.list-cruise-best .cruise-item .text-price .color-orange,
.list-text-search .cruise-item .text-price .color-orange {
	font-weight: 700;
	font-size: 24px;
	color: #dd0101;
	word-wrap: break-word
}

.list-cruise-best .cruise-item .text-price .color-gray,
.list-text-search .cruise-item .text-price .color-gray {
	font-size: 14px;
	font-weight: 400
}

.list-cruise-best .cruise-item .text-price,
.list-text-search .cruise-item .text-price {
	margin-top: 0;
	padding-right: 0;
	min-width: 100px
}

.list-cruise-best .cruise-item .text-price .cruise-wishlist,
.list-text-search .cruise-item .text-price .cruise-wishlist {
	position: relative;
	top: 0;
	right: 0;
	text-align: right;
	margin-bottom: 20px
}

@media (max-width:767px) {

	.list-cruise-best .cruise-item .text-price .cruise-wishlist,
	.list-text-search .cruise-item .text-price .cruise-wishlist {
		position: absolute;
		top: 20px;
		right: 23px
	}
}

.list-cruise-best .cruise-item .text-price .cruise-wishlist i,
.list-text-search .cruise-item .text-price .cruise-wishlist i {
	padding: 7px 10px;
	width: 34px;
	height: 28px;
	background: #fdf0ef;
	border-radius: 4px;
	font-size: 14px;
	line-height: normal;
	color: #b72020
}

.list-cruise-best .cruise-item .text-price .cruise-wishlist i.ico-n2bpt-heart-red,
.list-text-search .cruise-item .text-price .cruise-wishlist i.ico-n2bpt-heart-red {
	background: #fdf0ef;
	font-size: 12px
}

.list-cruise-best .img-cruise,
.list-text-search .img-cruise {
	position: relative;
	overflow: hidden;
	border-radius: 12px
}

.list-cruise-best .img-cruise img,
.list-text-search .img-cruise img {
	width: inherit;
	height: inherit;
	display: inherit;
	cursor: pointer;
	border-radius: 12px
}

@media (max-width:767px) {

	.list-cruise-best .img-cruise img,
	.list-text-search .img-cruise img {
		border-radius: 12px
	}
}

.list-cruise-best .img-cruise .span-number,
.list-text-search .img-cruise .span-number {
	position: absolute;
	top: 0;
	left: 15px
}

.list-cruise-best .img-cruise .span-number .count,
.list-text-search .img-cruise .span-number .count {
	position: relative;
	width: 48px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px 4px 0 0;
	background: #005671;
	color: #fff;
	padding-top: 7px
}

.list-cruise-best .img-cruise .span-number .count::before,
.list-text-search .img-cruise .span-number .count::before {
	content: "";
	position: absolute;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 10px solid #005671;
	bottom: -10px;
	left: 0
}

.list-cruise-best .cruise-item-content-container .list-ul ul,
.list-text-search .cruise-item-content-container .list-ul ul {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 25px;
	font-size: 14px
}

.list-cruise-best .cruise-item-content-container .list-ul ul li,
.list-text-search .cruise-item-content-container .list-ul ul li {
	margin-bottom: 9px
}

.list-cruise-best .cruise-item-content-container .list-ul ul li img,
.list-text-search .cruise-item-content-container .list-ul ul li img {
	margin-right: 5px
}

.list-cruise-best .cruise-item-content-container .list-ul ul li i,
.list-text-search .cruise-item-content-container .list-ul ul li i {
	font-size: 11px
}

.list-cruise-best .cruise-item-content-container .list-ul ul li i::before,
.list-text-search .cruise-item-content-container .list-ul ul li i::before {
	color: #1f1f1d
}

.list-cruise-best .text-price,
.list-text-search .text-price {
	margin-top: 15px;
	color: #121212
}

@media (max-width:767px) {

	.list-cruise-best .text-price,
	.list-text-search .text-price {
		margin-bottom: 15px
	}
}

.list-cruise-best .text-price .btn-view,
.list-text-search .text-price .btn-view {
	border: 1px solid #005671;
	padding: 5px 20px;
	cursor: pointer;
	border-radius: 4px;
	color: #005671
}

.list-cruise-best .text-price .btn-view:hover,
.list-text-search .text-price .btn-view:hover {
	color: #fff;
	background-color: #005671
}

.list-cruise-best .text-price .price,
.list-text-search .text-price .price {
	margin-left: auto
}

.list-cruise-best .text-price .price .text-red,
.list-text-search .text-price .price .text-red {
	font-size: 24px
}

@media (min-width:767px) {

	.list-cruise-best .text-price .price .text-red,
	.list-text-search .text-price .price .text-red {
		display: inherit
	}
}

@media (max-width:767px) {

	.list-cruise-best .text-price.price-best br,
	.list-text-search .text-price.price-best br {
		display: none
	}
}

.cruise-item-description .bgr-orange {
	padding: 0 6px
}

.content-cruise-text-img {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}

@media (max-width:767px) {
	.content-cruise-text-img {
		margin-top: 30px;
		align-items: center
	}
}

.content-cruise-text-img h1 {
	width: calc(100% - 105px);
	padding-left: 24px
}

@media (min-width:768px) {
	.content-cruise-text-img img {
		position: relative;
		top: 35px
	}

	.content-cruise-text-img .content-title {
		padding-left: 114px
	}
}

@media (max-width:767px) {
	.content-cruise .content-cruise-text {
		width: 100%;
		margin-left: 0
	}

	.content-cruise .content-cruise-text .content-header {
		font-size: 20px
	}

	.list-cruise-best .img-cruise img {
		margin-bottom: 10px
	}

	.list-cruise-best .img-cruise .span-number {
		left: 15px
	}

	.list-cruise-best .cruise-item,
	.list-text-search .cruise-item {
		flex-wrap: wrap;
		position: relative;
		padding: 12px
	}
}

.packages {
	display: flex;
	overflow: hidden;
	flex-direction: row-reverse
}

.packages .col-fl-9 {
	flex: 0 0 70%;
	max-width: 70%
}

.packages .col-fl-3 {
	flex: 0 0 30%;
	max-width: 30%;
	padding-right: 30px
}

@media (max-width:767px) {

	.packages .col-fl-3,
	.packages .col-fl-9 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pd-mobile {
		margin-top: 15px
	}
}

.contact-price {
	min-height: 30px;
	line-height: 30px
}

.btn-show-more {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #005671;
	background-color: #dff0fe;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #dff0fe;
	cursor: pointer;
	font-size: 16px;
	border-radius: 40px
}

.btn-show-more i,
.btn-show-more span {
	position: relative;
	top: 2px
}

.btn-show-more i::before,
.btn-show-more span::before {
	color: #005671
}

.btn-show-more:active,
.btn-show-more:active:focus,
.btn-show-more:active:hover,
.btn-show-more:focus,
.btn-show-more:hover {
	background: 0 0;
	border: 1px solid #005671;
	color: #005671;
	outline: 0
}

.btn-show-more:active i::before,
.btn-show-more:active:focus i::before,
.btn-show-more:active:hover i::before,
.btn-show-more:focus i::before,
.btn-show-more:hover i::before {
	color: #005671
}

@media (max-width:767px) {
	.similar_cruises .container {
		padding: 0
	}
}

.similar_cruises .cruise-detail-title-h2 {
	font-weight: 500;
	font-size: 22px;
	display: inherit
}

@media (max-width:767px) {
	.similar_cruises .cruise-detail-title-h2 {
		font-size: 20px
	}
}

.similar_cruises .cruise-detail-title a {
	font-size: 18px
}

.similar_cruises .cruise-item-description {
	border-left: none;
	padding-left: 0
}

.similar_cruises .cruise-item-content-container .text-right {
	margin-top: auto
}

[class*=" ico-star-"] {
	left: 0
}

@media (min-width:767px) {
	.cruise-item {
		position: relative
	}

	.des-cruise-best {
		position: initial
	}

	.des-cruise-best .text-price {
		position: absolute;
		right: 15px;
		bottom: 15px;
		min-height: 38px
	}
}

@media only screen and (min-device-width:360px) and (max-device-width:740px) and (orientation:landscape) {
	.content-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around
	}

	.cruise-container {
		display: flex
	}

	.cruise-container .cruise-ids,
	.cruise-container .cruise-item-container {
		max-width: 31.3333%;
		margin: 0 1% 15px
	}

	.cruise-container .cruise-item-description {
		white-space: nowrap
	}

	.similar_cruises .cruise-item-content-container .text-right {
		display: flex;
		align-items: center
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:932px) and (orientation:landscape),
only screen and (min-device-width:768px) and (max-device-width:1180px) {
	.deals-sale {
		font-size: 12px
	}

	.cruise-detail-title {
		font-size: 18px
	}

	.content-cruise .content-cruise-text {
		width: 100%
	}
}

.cruise-style-gallary {
	width: 100%
}

.bgr-gallary {
	background: #dff0fe
}

.plan-my-cruise {
	background: #005671;
	padding: 32px 15px
}

.plan-my-cruise .d-flex {
	justify-content: space-between;
	color: #fff;
	display: flex
}

.plan-my-cruise .text label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px
}

.plan-my-cruise .text span {
	font-size: 14px;
	font-weight: 400;
	display: inherit
}

.plan-my-cruise .btn-plan-cruise {
	padding: 10px 20px;
	width: 180px;
	background: #fff;
	border-radius: 100px;
	color: #005671;
	font-weight: 700
}

.mb-img-2 {
	display: none
}

@media (max-width:767px) {

	.mb-img-2 {
		display: block
	}

	.plan-my-cruise .d-flex {
		padding: 0;
		flex-wrap: wrap
	}

	.plan-my-cruise .d-flex .btn-plan-cruise {
		margin-top: 10px
	}
}

.panel-group .panel-title a {
	display: flex
}

.panel-group .panel-title a img {
	width: 16px;
	height: 16px
}

.panel-group .panel-title a .minuns {
	display: block
}

.panel-group .panel-title a .plus {
	display: none
}

.panel-group .panel-title a.collapsed .minuns {
	display: none
}

.panel-group .panel-title a.collapsed .plus {
	display: block
}

.bgr-contact-home {
	padding: 20px;
	box-shadow: 0 4px 9px 0 #ddd;
	width: 85%
}

.bgr-contact-home .btn-orange {
	width: 100%
}

.bgr-contact-home .btn-orange:active,
.bgr-contact-home .btn-orange:focus,
.bgr-contact-home .btn-orange:hover {
	outline: 0;
	box-shadow: none;
	background-color: transparent;
	border: none
}

@media (max-width:767px) {
	.bgr-contact-home {
		width: 100%;
		margin-top: 40px
	}
}

.question .content-header {
	margin-bottom: 0;
	padding-top: 0
}

@media (max-width:767px) {
	.question .content-header {
		margin-bottom: 20px
	}
}

.question__title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}

.question__title .similar_cruises .cruise-detail-title-h2,
.question__title h2,
.similar_cruises .question__title .cruise-detail-title-h2 {
	margin-bottom: 20px;
	padding-top: 0
}

.question__title .ask-question {
	margin: 0
}

.question__item {
	background: #fff;
	border-radius: 20px;
	margin-bottom: 20px
}

.question__item__answer,
.question__item__question {
	padding: 20px 20px 15px 20px;
	position: relative
}

.question__item__answer .q-a-content,
.question__item__question .q-a-content {
	display: flex
}

.question__item__answer .q-a-content .col-icon,
.question__item__question .q-a-content .col-icon {
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.question__item__answer .q-a-content .col-icon i,
.question__item__question .q-a-content .col-icon i {
	font-size: 28px;
	width: 60px;
	text-align: center
}

.question__item__answer .q-a-content .col-icon .q-info,
.question__item__question .q-a-content .col-icon .q-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 8px
}

.question__item__answer .q-a-content .col-icon .q-info label,
.question__item__question .q-a-content .col-icon .q-info label {
	margin-bottom: 5px;
	text-align: center;
	font-weight: 500;
	word-break: break-all
}

.question__item__answer .q-a-content .col-icon .q-info span,
.question__item__question .q-a-content .col-icon .q-info span {
	font-size: 14px;
	color: #828282
}

.question__item__answer .q-a-content .col-icon .q-info.a-info label,
.question__item__question .q-a-content .col-icon .q-info.a-info label {
	color: #f2994a
}

.question__item__answer .q-a-content .col-info,
.question__item__question .q-a-content .col-info {
	width: 100%
}

.question__item__answer .q-a-content .col-info .q-detail,
.question__item__question .q-a-content .col-info .q-detail {
	margin-bottom: 15px;
	white-space: normal
}

.question__item__answer .q-a-content .col-info .row-reply,
.question__item__question .q-a-content .col-info .row-reply {
	justify-content: space-between;
	text-align: right
}

.question__item__answer .q-a-content .col-info .row-reply .a-reply,
.question__item__answer .q-a-content .col-info .row-reply .a-vote,
.question__item__question .q-a-content .col-info .row-reply .a-reply,
.question__item__question .q-a-content .col-info .row-reply .a-vote {
	cursor: pointer
}

.question__item__answer .q-a-content .col-info .row-reply .a-reply img,
.question__item__answer .q-a-content .col-info .row-reply .a-vote img,
.question__item__question .q-a-content .col-info .row-reply .a-reply img,
.question__item__question .q-a-content .col-info .row-reply .a-vote img {
	width: auto !important
}

.question__item__answer .q-a-content .col-info .row-reply .label-date,
.question__item__question .q-a-content .col-info .row-reply .label-date {
	color: #888
}

.question__item__question {
	border-radius: 20px 20px 0 0;
	border: 1px solid #ededed
}

.question__item__question .input-reply {
	border: 1px solid #ddd !important
}

.question__item__answer {
	border-radius: 0 0 20px 20px;
	border: 1px solid #f8f8f8;
	background: #f8f8f8
}

.question__item__answer .q-detail {
	margin-top: 1rem
}

.question .input-reply {
	background-color: #fff;
	margin-top: 15px;
	display: none;
	position: relative;
	width: auto;
	margin-right: 75px
}

.question .input-reply textarea {
	width: 100%;
	border: 0;
	outline: 0
}

.question .input-reply .btn-reply {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #005671;
	background-color: #dff0fe;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #dff0fe;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: -85px
}

.question .input-reply .btn-reply i,
.question .input-reply .btn-reply span {
	position: relative;
	top: 2px
}

.question .input-reply .btn-reply i::before,
.question .input-reply .btn-reply span::before {
	color: #005671
}

.question .input-reply .btn-reply:active,
.question .input-reply .btn-reply:active:focus,
.question .input-reply .btn-reply:active:hover,
.question .input-reply .btn-reply:focus,
.question .input-reply .btn-reply:hover {
	background: 0 0;
	border: 1px solid #005671;
	color: #005671;
	outline: 0
}

.question .input-reply .btn-reply:active i::before,
.question .input-reply .btn-reply:active:focus i::before,
.question .input-reply .btn-reply:active:hover i::before,
.question .input-reply .btn-reply:focus i::before,
.question .input-reply .btn-reply:hover i::before {
	color: #005671
}

.question .ask-question {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #1d1d1f;
	background: 0 0;
	border: 1px solid #121212;
	padding: 10px 20px;
	border-radius: 20px;
	cursor: pointer;
	margin-bottom: 20px;
	width: auto
}

.question .ask-question i,
.question .ask-question span {
	position: relative;
	top: 2px
}

.question .ask-question i::before,
.question .ask-question span::before {
	color: #1d1d1f
}

.question .ask-question:active,
.question .ask-question:active:focus,
.question .ask-question:active:hover,
.question .ask-question:focus,
.question .ask-question:hover {
	background-color: #dff0fe;
	border: 1px solid #dff0fe;
	color: #005671;
	outline: 0
}

.question .ask-question:active i::before,
.question .ask-question:active:focus i::before,
.question .ask-question:active:hover i::before,
.question .ask-question:focus i::before,
.question .ask-question:hover i::before {
	color: #005671
}

.question .btn-more-question {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #1d1d1f;
	background: 0 0;
	border: 1px solid #121212;
	padding: 10px 20px;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #005671;
	color: #fff;
	background: #005671
}

.question .btn-more-question i,
.question .btn-more-question span {
	position: relative;
	top: 2px
}

.question .btn-more-question i::before,
.question .btn-more-question span::before {
	color: #1d1d1f
}

.question .btn-more-question:active,
.question .btn-more-question:active:focus,
.question .btn-more-question:active:hover,
.question .btn-more-question:focus,
.question .btn-more-question:hover {
	background-color: #dff0fe;
	border: 1px solid #dff0fe;
	color: #005671;
	outline: 0
}

.question .btn-more-question:active i::before,
.question .btn-more-question:active:focus i::before,
.question .btn-more-question:active:hover i::before,
.question .btn-more-question:focus i::before,
.question .btn-more-question:hover i::before {
	color: #005671
}

.question .btn-more-question i:before {
	color: #fff
}

.question .btn-send {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #005671;
	background-color: #dff0fe;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #dff0fe;
	cursor: pointer
}

.question .btn-send i,
.question .btn-send span {
	position: relative;
	top: 2px
}

.question .btn-send i::before,
.question .btn-send span::before {
	color: #005671
}

.question .btn-send:active,
.question .btn-send:active:focus,
.question .btn-send:active:hover,
.question .btn-send:focus,
.question .btn-send:hover {
	background: 0 0;
	border: 1px solid #005671;
	color: #005671;
	outline: 0
}

.question .btn-send:active i::before,
.question .btn-send:active:focus i::before,
.question .btn-send:active:hover i::before,
.question .btn-send:focus i::before,
.question .btn-send:hover i::before {
	color: #005671
}

#questions_modal .modal-dialog {
	background: #fff;
	border-radius: 8px
}

.modal-questions .modal-header {
	background-color: #eee;
	padding: 10px 20px
}

.modal-questions .btn {
	background-color: #1b65e0;
	color: #fff
}

@media (max-width:768px) {

	.question .question__title .similar_cruises .cruise-detail-title-h2,
	.question .question__title h2,
	.similar_cruises .question .question__title .cruise-detail-title-h2 {
		padding-top: 0
	}

	.question__item {
		background: #fff;
		margin-bottom: 20px
	}

	.question__item__answer,
	.question__item__question {
		padding: 20px 20px 15px 20px;
		position: relative
	}

	.question__item__answer .q-a-content,
	.question__item__question .q-a-content {
		display: block
	}

	.question__item__answer .q-a-content .col-icon,
	.question__item__question .q-a-content .col-icon {
		position: absolute;
		left: 0
	}

	.question__item__answer .q-a-content .col-icon .ico-n2bpt-a,
	.question__item__answer .q-a-content .col-icon .ico-n2bpt-q,
	.question__item__question .q-a-content .col-icon .ico-n2bpt-a,
	.question__item__question .q-a-content .col-icon .ico-n2bpt-q {
		font-size: 22px
	}

	.question__item__answer .q-a-content .col-icon::after,
	.question__item__question .q-a-content .col-icon::after {
		border-right: 0 solid #ddd
	}

	.question__item__answer .q-a-content .col-icon .q-info,
	.question__item__question .q-a-content .col-icon .q-info {
		display: flex;
		flex-direction: inherit;
		align-items: center;
		margin-top: 0
	}

	.question__item__answer .q-a-content .col-icon .q-info label,
	.question__item__question .q-a-content .col-icon .q-info label {
		margin-bottom: 0;
		word-break: unset;
		margin-right: 10px;
		margin-left: 10px
	}

	.question__item__answer .q-a-content .col-icon .q-info span,
	.question__item__question .q-a-content .col-icon .q-info span {
		margin-top: 2px
	}

	.question__item__answer .col-info .label-name,
	.question__item__question .col-info .label-name {
		padding-left: 30px
	}
}

@media (min-width:768px) {
	.question .row-reply {
		margin-top: 10px;
		display: flex;
		justify-content: space-between
	}

	.question__title {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 25px
	}

	.question__title .similar_cruises .cruise-detail-title-h2,
	.question__title h2,
	.similar_cruises .question__title .cruise-detail-title-h2 {
		margin-bottom: 0;
		padding-top: 0
	}

	.question__title .ask-question {
		margin: 0
	}
}

.ico-a {
	font-size: 48px
}

.ico-q {
	font-size: 48px
}

.footer-menu .mt-4:last-child {
	margin-bottom: 0
}

.footer-menu .border-item {
	width: 100%
}

.footer-menu a {
	color: #5c5c5c;
	margin-bottom: 8px;
	display: inherit;
	font-size: 14px
}

.footer-menu .show-item {
	font-weight: 500;
	white-space: nowrap;
	margin-bottom: 10px;
	font-size: 14px
}

.footer-menu a:hover {
	color: #005671
}

.item-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px
}

.item-menu .col-mb-6 {
	width: 20%;
	flex: 0 0 20%;
	max-width: 20%
}

@media (min-width:767px) {
	.footer-menu a:after {
		content: "|";
		padding-left: 20px
	}

	.footer-menu a:last-child:after {
		content: ""
	}
}

.btn-see-more-footer {
	font-size: 14px;
	font-weight: 500;
	cursor: pointer
}

@media (max-width:767px) {
	.btn-see-more-footer {
		display: none
	}

	.footer-menu {
		padding: 0;
		margin-top: 40px
	}

	.footer-menu .show-item {
		display: inline-flex;
		justify-content: space-between;
		width: 100%;
		padding: 5px 15px;
		margin-bottom: 0;
		font-size: 14px
	}

	.footer-menu .show-item img {
		width: 14px;
		height: 14px;
		position: absolute;
		right: 15px
	}

	.footer-menu .mt-4 {
		margin-bottom: 10px
	}

	.footer-menu .mt-4.border-item {
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
		margin-bottom: 0;
		margin-top: 0 !important;
		display: inline-block;
		width: 100%
	}

	.footer-menu .mt-4.border-item:first-child {
		border-top: 1px solid #ddd
	}

	.item-menu {
		margin: 0 15px;
		display: none
	}

	.item-menu .col-mb-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 5px 0 0
	}

	.hr {
		display: none
	}
}

@media (min-width:767px) and (max-width:1024px) {
	.footer-menu .show-item {
		white-space: normal
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait),
only screen and (min-device-width:390px) and (max-device-width:896px) and (orientation:landscape) {
	.item-menu {
		width: 80%
	}
}

.ui-datepicker-today .ui-state-default {
	background-color: #757575 !important;
	border-radius: 12px;
	color: #fff;
	text-align: center;
	border: none !important
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-active {
	border-radius: 30px;
	background: 0 0;
	background-color: rgba(204, 85, 0, .2) !important;
	color: #000;
	text-align: center;
	border: none !important
}

.ui-datepicker .ui-icon-circle-triangle-e:before {
	padding: 0 10px 10px 0;
	content: "\e987" !important
}

@media (max-width:767px) {
	.ui-datepicker .ui-icon-circle-triangle-e:before {
		display: block;
		clear: both;
		font-size: 24px
	}
}

.ui-datepicker .ui-icon-circle-triangle-w:before {
	content: "\e984" !important
}

@media (max-width:767px) {
	.ui-datepicker .ui-icon-circle-triangle-w:before {
		display: block;
		clear: both;
		font-size: 24px
	}
}

.ui-datepicker-close {
	background-color: #005671 !important;
	border-radius: 4px !important
}

.ui-icon-circle-triangle-e {
	color: #000 !important
}

.ui-icon-circle-triangle-w {
	color: rgba(0, 0, 0, .2) !important
}

.ui-datepicker {
	z-index: 200 !important
}

@media (max-width:767px) {
	#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
		background-color: #005671 !important;
		padding-left: 10px !important;
		padding-right: 10px !important
	}
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background: no-repeat;
	text-indent: inherit
}

.ui-state-hover {
	background: 0 0 !important
}

.ui-datepicker .ui-icon-circle-triangle-e:before,
.ui-datepicker .ui-icon-circle-triangle-w:before {
	position: relative;
	top: -3px;
	left: -2px
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.collapsing.width {
	width: 0;
	height: auto;
	transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.width {
		transition: none
	}
}

.tailor_make {
	background: #dff0fe;
	border-radius: 20px;
	padding: 34px 5px;
	text-align: center
}

.tailor_make a {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center
}

.tailor_make i {
	padding-right: 5px;
	font-size: 22px;
	color: #b72020;
	padding-bottom: 6px
}

.tailor_make__avatar .img-circle {
	border-radius: 70px
}

.tailor_make__avatar img {
	height: 115px;
	width: 115px
}

.tailor_make__title {
	color: #b72020;
	font-size: 17px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px
}

.tailor_make__description {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0 45px
}

.tailor_make__email {
	margin-top: 5px;
	font-weight: 600
}

.tailor_make__email__txt {
	text-decoration: underline
}

.tailor_make__phone {
	margin-top: 15px;
	font-weight: 600
}

.tailor_make__btn_inquire {
	border-radius: 20px;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 25px;
	width: fit-content;
	margin-right: auto;
	margin-left: auto
}

.tailor_make_full {
	margin-top: 50px;
	margin-bottom: 50px
}

@media (min-width:768px) {
	.tailor_make_full {
		margin-top: 100px
	}

	.tailor_make_full .tailor_make__avatar {
		margin-top: -80px
	}

	.tailor_make {
		padding: 34px 20px
	}

	.tailor_make__title {
		font-size: 18px
	}

	.tailor_make__description {
		padding: 0 50px
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait),
only screen and (min-device-width:390px) and (max-device-width:896px) and (orientation:landscape) {
	.tailor_make .tailor_make__avatar {
		margin-right: 15px;
		margin-bottom: auto
	}

	.tailor_make .tailor_make__title__contact {
		text-align: left
	}

	.tailor_make .tailor_make__title__contact .tailor_make__title {
		margin-top: 0
	}

	.tailor_make .tailor_make__title__contact .tailor_make__phone a {
		justify-content: flex-start
	}

	.tailor_make .tailor_make__title__contact .tailor_make__contact {
		justify-content: flex-start
	}

	.tailor_make .tailor_make__title__contact .tailor_make__contact i {
		margin-right: 20px
	}

	.tailor_make .tailor_make__btn_inquire {
		padding: 14px 30px
	}
}

.faq_block {
	margin-bottom: 40px
}

.faq_block .similar_cruises .cruise-detail-title-h2,
.faq_block h2,
.similar_cruises .faq_block .cruise-detail-title-h2 {
	margin-bottom: 25px;
	text-align: center
}

.faq_block__content__left__faqs {
	border: 1px solid #828282;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 5px 20px
}

.faq_block__content__right {
	margin-top: 30px
}

.faq_block .faq-accordion {
	margin-bottom: 15px
}

.faq_block .faq-accordion .faq-card {
	background: #f8f8f8;
	border-radius: 12px;
	padding: 0 15px
}

.faq_block .faq-accordion .faq-card .faq-card-header .btn-link {
	display: flex;
	width: 100%;
	padding: 8px 0;
	font-weight: 500;
	text-align: left;
	font-family: Poppins
}

.faq_block .faq-accordion .faq-card .faq-card-header .btn-link i {
	margin-left: auto;
	font-weight: 600;
	top: 5px;
	right: -5px
}

.faq_block .faq-accordion .faq-card .faq-card-header .btn-link.collapsed i::before {
	content: "\e985"
}

@media (min-width:768px) {
	.faq_block {
		margin-bottom: 60px
	}

	.faq_block .similar_cruises .cruise-detail-title-h2,
	.faq_block h2,
	.similar_cruises .faq_block .cruise-detail-title-h2 {
		text-align: left
	}

	.faq_block__content {
		overflow: hidden
	}

	.faq_block__content__left {
		width: 60%;
		float: left
	}

	.faq_block__content__right {
		margin-top: 50px;
		padding-left: 56px;
		width: 40%;
		float: left
	}
}

.latest_review .owl-stage {
	padding-left: 0 !important
}

.latest_review .similar_cruises .cruise-detail-title-h2,
.latest_review h2,
.similar_cruises .latest_review .cruise-detail-title-h2 {
	margin-bottom: 20px;
	text-align: center
}

.latest_review a {
	color: #005671;
	font-size: 14px;
	font-weight: 700
}

.latest_review__content__item_owl {
	padding: 2px
}

.latest_review__content__item {
	background: #fff;
	border-radius: 20px;
	border: 1px solid #ededed;
	height: auto;
	padding: 23px;
	font-size: 16px;
	cursor: pointer
}

.latest_review__content__item__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px
}

.latest_review__content__item__positive {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	overflow: hidden
}

.latest_review__content__item__name {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.latest_review__content__item__name span {
	font-size: 14px;
	color: #888
}

@media (min-width:768px) {

	.latest_review .similar_cruises .cruise-detail-title-h2,
	.latest_review h2,
	.similar_cruises .latest_review .cruise-detail-title-h2 {
		margin-bottom: 30px
	}

	.latest_review__content__item {
		min-height: 320px
	}
}

.tt-dataset-destinations:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	vertical-align: middle;
	position: absolute;
	top: -29px;
	left: 10px;
	border-bottom-color: #eee
}

.tt-dataset-destinations__item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer
}

.tt-dataset-destinations__item__left {
	font-size: 16px;
	font-weight: 400
}

.tt-dataset-destinations__item__left__city {
	color: #444
}

.tt-dataset-destinations__item__left__country {
	font-size: 14px;
	color: #828282
}

.tt-dataset-destinations__item__right {
	width: fit-content;
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 8px;
	font-size: 12px;
	padding: 3px 10px;
	line-height: 18px;
	height: 40px
}

.tt-dataset-destinations__item__right__type {
	font-weight: 500;
	color: #e9680c;
	line-height: 16px
}

.tt-dataset-destinations__item__right__number {
	font-weight: 400;
	color: #828282;
	line-height: 16px
}

.tt-dropdown-menu {
	width: 100%;
	margin-top: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #06c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	color: #333
}

.tt-dropdown-menu .lb-header {
	padding: 10px 15px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #eee;
	font-style: italic;
	clear: both;
	float: left
}

.tt-dropdown-menu .lb-header::affter {
	border: 1px solid #A4DFE7
}

.tt-dropdown-menu .tt-suggestion {
	padding-left: 15px
}

.tt-dropdown-menu .tt-suggestion:hover {
	background-color: transparent;
	color: #A4DFE7;
	cursor: pointer
}

#cruise_destination_group {
	width: 30%;
	height: 44px;
	margin-bottom: 0
}

@media (max-width:767px) {
	#cruise_destination_group {
		width: 100%;
		padding: 15px 15px 0;
		margin-bottom: 10px
	}
}

#cruise_destination_group .icon-before {
	display: flex;
	align-items: center
}

#cruise_destination_group .ico-address {
	font-size: 26px
}

@media (min-width:768px) {
	#cruise_destination_group .ico-address {
		padding-left: 15px
	}
}

#cruise_destination_group input:focus {
	outline: 0;
	box-shadow: none
}

#cruise_destination_group .search-choice-close {
	padding-right: 10px;
	color: #687176;
	cursor: pointer
}

#cruise_destination_group .ico-address:before {
	color: #444
}

#cruise_destination_group .twitter-typeahead {
	width: 100%
}

#cruise_destination_group .twitter-typeahead input {
	padding-left: 10px
}

#cruise_destination_group .tt-dropdown-menu {
	padding: 15px 15px 5px 0;
	width: 300px;
	border: 1px solid #eee
}

@media (max-width:767px) {
	#cruise_destination_group .tt-dropdown-menu {
		width: 100%
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1366px) {
	#cruise_destination_group input {
		padding: 10px
	}
}

@media (max-width:767px) {
	#bgr_tour_destination .modal-dialog {
		width: 100%;
		height: 100%;
		z-index: 99;
		padding: 0;
		border-radius: 0;
		margin: 0
	}

	#bgr_tour_destination .modal-dialog .modal-content {
		border-radius: 0;
		box-shadow: none
	}

	#bgr_tour_destination .modal-dialog .modal-content .modal-body {
		border-top: 4px solid #eee;
		border-bottom: 4px solid #eee;
		padding: 5px 0
	}

	#bgr_tour_destination .modal-dialog .modal-content .modal-body input {
		border: none;
		box-shadow: none
	}

	#bgr_tour_destination .modal-dialog .modal-content .modal-body .btn-clear {
		color: #337ab7;
		position: absolute;
		top: 15px;
		right: 15px
	}

	#bgr_tour_destination .close {
		font-size: 30px;
		margin-top: -5px
	}

	#bgr_tour_destination .twitter-typeahead {
		width: 100%
	}

	.modal-backdrop-bgr {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		background-color: #fff;
		opacity: .9
	}

	.tt-dropdown-menu {
		padding: 15px 15px 5px 0;
		border: 1px solid #eee
	}
}

@media (min-width:768px) {

	footer .container,
	main .container {
		padding-left: 0;
		padding-right: 0
	}
}

.faq-by-home .tailor_make {
	margin-top: 50px;
	margin-bottom: 80px
}

@media (max-width:767px) {
	.faq-by-home .tailor_make {
		margin-bottom: 40px;
		margin-top: 5px
	}
}

.faq_block__content__left {
	margin-top: 50px
}

.modal-header .close {
	padding: 0;
	margin: 0
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	background-color: transparent;
	position: absolute;
	box-shadow: none
}

@media (max-width:767px) {

	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		padding: 0
	}

	.container-fluid .header,
	.container-lg .header,
	.container-md .header,
	.container-sm .header,
	.container-xl .header {
		padding: 0 15px
	}

	.container-fluid .header .ico-menu::before,
	.container-lg .header .ico-menu::before,
	.container-md .header .ico-menu::before,
	.container-sm .header .ico-menu::before,
	.container-xl .header .ico-menu::before {
		color: #fff
	}

	.container-fluid .header .navigation .btn-wishlist,
	.container-lg .header .navigation .btn-wishlist,
	.container-md .header .navigation .btn-wishlist,
	.container-sm .header .navigation .btn-wishlist,
	.container-xl .header .navigation .btn-wishlist {
		background-color: transparent;
		color: #fff
	}
}

.container-fluid.menu-nav-container:before,
.menu-nav-container.container-lg:before,
.menu-nav-container.container-md:before,
.menu-nav-container.container-sm:before,
.menu-nav-container.container-xl:before {
	content: "";
	background: linear-gradient(0deg, #000 3.42%, rgba(18, 18, 18, 0) 100%);
	transform: rotate(-180deg);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0
}

.header {
	padding-left: 0;
	padding-right: 0
}

.navigation .btn-search-header {
	background-color: transparent;
	color: #fff
}

@media (min-width:768px) {

	.btn-favourite,
	.header-menu-container .header-menu-item,
	.header-menu-container span,
	.list-menu .item a,
	.list-menu .item-nav a {
		color: #fff
	}

	.header-menu-container .header-menu-item:hover,
	.header-menu-container span:hover {
		color: #fff;
		border-bottom: 2px solid #fff
	}

	.header-menu-container .header-menu-item:hover i::before,
	.header-menu-container span:hover i::before {
		color: #fff
	}

	.header-menu-container .dropdown-toggle {
		position: relative
	}

	.header-menu-container .dropdown-toggle:hover {
		border-bottom: 0
	}

	.header-menu-container .dropdown-toggle:hover::before {
		content: "";
		width: 105px;
		position: absolute;
		bottom: -5px;
		left: 0;
		border-bottom: 2px solid #fff
	}
}

.icon-about {
	background: url(https://d1ujhntlo764z4.cloudfront.net/image/icon-about.png);
	background-repeat: no-repeat !important;
	width: 42px;
	height: 37px
}

@media (max-width:767px) {
	.icon-about {
		display: block;
		margin: 0 auto
	}
}

.icon-about.icon-guaranteed {
	background-position: 0 0
}

.icon-about.icon-money {
	background-position: -40px 0
}

.icon-about.icon-support {
	background-position: -80px 0
}

.content-about {
	display: flex
}

.content-about .item-about img {
	margin-right: 10px
}

.content-about .item-about h4 {
	font-weight: 400
}

.content-about .item-about:last-child {
	padding: 0
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	background-color: #fff;
	border-color: #fff
}

.show-more a {
	color: #000;
	text-decoration-line: underline
}

.item-about span {
	font-size: 18px;
	font-weight: 500
}

.item-about span.ico-n2 {
	font-size: 35px;
	margin-right: 5px;
	position: relative;
	top: -1px
}

.mb-80 {
	margin-bottom: 80px
}

@media (min-width:767px) {

	form.form-search.bgr-form .calender,
	form.form-search.bgr-form .dropdown {
		width: 20%
	}

	form.form-search.bgr-form .dropdown .dropdown-menu {
		transform: translate3d(0, 43px, 0) !important
	}
}

@media (min-width:1280px) {
	.list-cruise-best .text-price .price {
		height: 57px
	}

	.list-cruise-best .cruise-item {
		min-height: 302px
	}
}

@media (max-width:767px) {
	.mb-80 {
		margin-bottom: 40px
	}

	.content-container {
		display: inline-block;
		position: relative
	}

	.container-home .mgr-top-banner {
		margin-top: -210px
	}

	.about-xs {
		margin-top: -50px;
		padding: 0 0 30px 0
	}

	.about-xs .item-about {
		padding: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start
	}

	.about-xs .item-about span {
		margin-top: 10px
	}

	.content-about {
		margin: 0
	}

	.item-about span {
		font-size: 16px
	}

	.hr {
		display: none
	}

	.footer-container {
		margin-top: 0
	}

	.content-about .item-about img {
		display: table;
		margin: 10px auto
	}

	.content-about .item-about h4 {
		text-align: center
	}

	form.form-search.bgr-form {
		display: flex;
		flex-wrap: wrap
	}

	form.form-search.bgr-form .btn-submit,
	form.form-search.bgr-form .calender {
		width: 100%
	}

	form.form-search.bgr-form #duration_drop {
		padding-right: 5px;
		width: 50%
	}

	form.form-search.bgr-form #trip_type_drop {
		width: 50%;
		padding-left: 5px
	}

	form.form-search.bgr-form #cruise_destination_group {
		height: auto;
		margin-bottom: 0;
		margin-right: 0 !important
	}

	.our_team .owl-carousel .owl-stage {
		padding-left: 0 !important
	}
}

#popovercloseid {
	float: right;
	font-size: 18px;
	position: relative;
	top: -2px;
	cursor: pointer
}

.title-content-header {
	margin-bottom: 35px;
	text-align: center
}

.title-content-header .content-header {
	margin-bottom: 10px
}

@media (max-width:767px) {
	.title-content-header span {
		font-size: 12px
	}
}

.cruise-item-number {
	position: absolute;
	left: 30px;
	top: 0;
	border-top: 40px solid #b72020;
	border-right: 23px solid #b72020;
	border-left: 23px solid #b72020;
	border-bottom: 10px solid transparent;
	border-radius: 0 0 4px 4px
}

.cruise-item-number label {
	color: #fff;
	position: absolute;
	position: absolute;
	top: -32px;
	left: -6px;
	font-weight: 700;
	font-size: 20px
}

.cruise-item-number label[data-text^="1"] {
	left: -4px
}

.cruise-item-number label[data-text^="10"] {
	left: -9px
}

.plan-cruise-new {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 15px
}

.plan-cruise-new .item {
	height: 44px;
	background: #fff;
	border-radius: 8px;
	font-size: 14px;
	padding: 12px 20px;
	cursor: pointer
}

.plan-cruise-new .item a {
	color: #181818;
	font-weight: 500
}

.plan-cruise-new .item:hover {
	background-color: #dff0fe
}

@media (max-width:767px) {
	.plan-cruise-new {
		overflow: auto;
		filter: drop-shadow(0 0 4px rgba(0, 0, 0, .12));
		width: calc(100% + 15px);
		justify-content: left
	}

	.plan-cruise-new .item a {
		display: flex;
		flex-wrap: nowrap;
		white-space: nowrap;
		justify-content: center
	}
}

@media (max-width:767px) {
	.plan-cruise-new {
		height: 54px
	}
}

.tab-link-top-cruise {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 15px;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 15px
}

.tab-link-top-cruise .item {
	background: #f5f5f5;
	border-radius: 8px;
	font-size: 14px;
	padding: 12px 20px;
	cursor: pointer;
	text-align: center;
}

.tab-link-top-cruise .item a {
	color: #181818;
	font-weight: 500
}

.tab-link-top-cruise .item:hover {
	background-color: #dff0fe
}

@media (max-width:767px) {
	.tab-link-top-cruise {
		overflow: auto;
		filter: drop-shadow(0 0 4px rgba(0, 0, 0, .12));
		width: calc(100% + 15px);
		justify-content: left
	}

	.tab-link-top-cruise .item a {
		display: flex;
		flex-wrap: nowrap;
		white-space: nowrap;
		justify-content: center
	}
}

.tab-link-top-cruise .item.active,
.tab-link-top-cruise .item:hover {
	background-color: #005671;
	color: #fff
}

@media (max-width:767px) {
	.tab-link-top-cruise {
		width: 100%;
		flex-wrap: wrap;
		filter: none
	}

	.tab-link-top-cruise .item {
		width: calc(50% - 15px);
		padding: 12px 0;
		text-align: center
	}
}

.bgr-home-main {
	background: linear-gradient(0deg, rgba(223, 240, 254, 0) 0, #dff0fe 100%);
	padding-top: 80px;
	padding-bottom: 80px
}

@media (max-width:767px) {
	.bgr-home-main {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.container-why-choose,
.containr-list-cruise {
	margin-bottom: 80px
}

@media (max-width:767px) {

	.container-why-choose,
	.containr-list-cruise {
		margin-bottom: 40px
	}
}

.list-why-choose {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px
}

.list-why-choose .item {
	padding: 40px 20px;
	width: 276px;
	height: 260px;
	background: #fff;
	border-radius: 12px;
	text-align: center
}

.list-why-choose .item img {
	margin: 0 auto;
	margin-bottom: 12px
}

.list-why-choose .item label {
	color: #005671;
	font-size: 16px;
	width: 100%;
	display: inherit;
	margin-bottom: 12px
}

.list-why-choose .item span {
	color: #121212;
	font-size: 16px
}

@media (max-width:767px) {
	.list-why-choose {
		flex-wrap: wrap;
		align-items: stretch;
		gap: 20px
	}

	.list-why-choose .item {
		height: auto;
		width: calc(50% - 10px);
		padding: 16px
	}

	.list-why-choose .item label {
		font-size: 14px
	}

	.list-why-choose .item span {
		display: none
	}
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	display: none
}

.owl-team .owl-stage-outer {
	min-height: 240px
}

.owl-team .img-circle {
	border-radius: 20px
}

.our_team .item-name {
	display: flex;
	flex-direction: column
}

.our_team .item-name .name {
	font-size: 18px;
	font-weight: 600
}

.our_team .item-name .job-title {
	font-size: 16px;
	font-weight: 400
}

.question .content-header {
	margin-bottom: 0;
	padding-top: 0
}

.btn-see-more-halong {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #005671;
	background-color: #dff0fe;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #dff0fe;
	cursor: pointer;
	padding: 10px 20px;
	min-width: 260px;
    width: fit-content;

	height: 44px;
	font-size: 16px;
	border-radius: 40px;
	text-align: center;
	margin: 0 auto;
	margin-top: 25px
}

.btn-see-more-halong i,
.btn-see-more-halong span {
	position: relative;
	top: 2px
}

.btn-see-more-halong i::before,
.btn-see-more-halong span::before {
	color: #005671
}

.btn-see-more-halong:active,
.btn-see-more-halong:active:focus,
.btn-see-more-halong:active:hover,
.btn-see-more-halong:focus,
.btn-see-more-halong:hover {
	background: 0 0;
	border: 1px solid #005671;
	color: #005671;
	outline: 0
}

.btn-see-more-halong:active i::before,
.btn-see-more-halong:active:focus i::before,
.btn-see-more-halong:active:hover i::before,
.btn-see-more-halong:focus i::before,
.btn-see-more-halong:hover i::before {
	color: #005671
}

.btn-see-more-halong a {
	color: #005671
}

@media (max-width:767px) {
	.question {
		padding: 0
	}

	.question .content-header {
		font-size: 20px;
		margin-bottom: 20px
	}

	.our_team .item-name .name {
		font-size: 14px
	}

	.our_team .item-name .job-title {
		font-size: 12px
	}

	.owl-team .owl-stage-outer {
		min-height: 0
	}
}

.owl-theme .owl-dots .owl-dot {
	padding: 0 5px !important
}

.footer-container .footer-mr {
	padding: 50px 0
}

@media (min-width:1400px) {
	.footer-copyright .container {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:767px) {
	.question {
		padding: 0 15px;
		margin-bottom: 0 !important
	}

	.footer-container .footer-mr {
		padding: 20px 0 30px
	}

	.menu-mobile-click i:before {
		color: #fff
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {

	.item-cruise-best,
	.item-gallery-wrap .img-1,
	.list-cruise-best .img-cruise,
	.list-cruise-best .img-cruise img,
	.list-text-search .img-cruise,
	.price-best {
		width: 100%
	}
}

@media all and (min-width:768px) and (max-width:915px) and (max-height:420px) and (orientation:landscape),
only screen and (min-device-width:820px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
	.question-body {
		padding: 15px
	}

	.latest_review__content__item {
		min-height: 340px;
		height: auto
	}

	.latest_review {
		margin-bottom: 20px
	}

	.footer-menu.row {
		margin: 0
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:736px) and (orientation:landscape) {
	.content-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around
	}

	.deals-sale {
		font-size: 11px
	}

	.about-xs .item-about span {
		margin-top: 10px;
		text-align: center
	}
}

@media only all and (device-width:768px) and (device-height:1024px) and (orientation:portrait),
all and (device-width:1024px) and (device-height:1366px) and (orientation:portrait),
all and (device-width:820px) and (device-height:1180px) and (orientation:portrait),
only screen and (min-device-width:375px) and (max-device-width:932px) and (orientation:landscape) {
	.heading-banner {
		top: 15px;
		max-width: calc(100% - 30px)
	}

	.heading-banner .title-home-h1 {
		font-size: 36px;
		line-height: 40px
	}

	.image-container img {
		max-height: 45vh
	}

	.plan-cruise-new {
		padding-left: 15px
	}

	.plan-cruise-new .item {
		padding: 12px 10px
	}


	.list-why-choose .item {
		height: auto
	}
}

@media only all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {

	.heading-banner .title-home-h1,
	.plan-cruise-new {
		padding-left: 25px
	}

	.search_form-home {
		top: 70px
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:932px) and (orientation:landscape) {
	.about-xs {
		margin-top: 0;
		width: 100%
	}

	.image-container img {
		max-height: 100%
	}
}


/* Container chính chứa toàn bộ gallery */
.list-gallery {
    display: flex;
    width: 100%;
    overflow: hidden;
}

/* Container chứa 6 ảnh */
.list-gallery > .item-gallery:last-child .item-gallery-wrap {
    display: flex;
    flex-wrap: wrap; /* Cho phép rớt dòng khi đủ 3 ô */
    width: 100%;
}

/* Định dạng chung cho các ô con (img-1 và img-2) */
.list-gallery > .item-gallery .item-gallery-wrap > div {
    flex: 0 0 33.333%; /* Ép đúng 3 ô trên 1 dòng */
    max-width: 33.333%;
    position: relative;
    height: 300px; /* Chiều cao cố định để 2 dòng đều nhau */
}

.list-gallery > .item-gallery > img{
    height: 800px;
}

.list-gallery > .item-gallery > .item-gallery-wrap img{
    height: 400px;
}

/* Khối bên trái - Ảnh lớn nhất (Index 0) */
.list-gallery > .item-gallery:first-child {
    flex: 1.5; /* Tỉ lệ độ rộng lớn hơn */
    position: relative;
}

/* Khối bên phải - Chứa 2 hàng ảnh (Index 1-6) */
.list-gallery > .item-gallery:last-child {
    flex: 3;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Các hàng ngang (TOP và BOTTOM) */
.item-gallery-wrap {
    display: flex;
    flex: 1; /* Chia đều chiều cao khối bên phải thành 2 hàng */
}

/* --- Style nội dung bên trong --- */

.bgr-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bgr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.bgr-img:hover img {
    transform: scale(1.05);
}

.title-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    margin: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #fff;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

.title-center {
    text-align: center;
    bottom: 50%;
    transform: translateY(50%);
    background: rgba(0, 0, 0, 0.3);
}

/* --- Border System --- */
.border-right-2 {
    border-right: 2px solid #fff;
}

.border-bottom-2 {
    border-bottom: 2px solid #fff;
}


@media (max-width: 1023px) {
    /* 1. Xếp dọc container chính */
    .list-gallery {
        flex-direction: column;
        height: auto; /* Để chiều cao tự giãn theo nội dung */
    }

    /* 2. Ảnh lớn Index 0 lên trên cùng */
    .list-gallery > .item-gallery:first-child {
        width: 100%;
        height: 250px;
    }

    /* 3. Khối chứa các ảnh còn lại */
    .list-gallery > .item-gallery:last-child {
        width: 100%;
        height: auto;
    }

    /* 4. Cho phép các hàng wrap lại để tạo lưới */
    .item-gallery-wrap {
        flex-wrap: wrap;
        height: auto;
    }

    /* 5. Ép tất cả ảnh Index 1-6 về 2 cột */
    .img-1,
    .img-2 {
        flex: 0 0 50% !important;
        max-width: 50%;
        height: 150px; /* Chiều cao đồng nhất cho lưới mobile */
    }

    /* 6. Hiệu chỉnh Border cho mobile */
    .border-right-2 {
        border-right: 1px solid #fff;
    }

    .border-bottom-2 {
        border-bottom: 1px solid #fff;
    }

    .border-bottom-mb-2 {
        border-bottom: 2px solid #fff; /* Phân cách ảnh to phía trên */
    }

    /* 7. Font chữ nhỏ gọn hơn */
    .title-img {
        font-size: 13px;
        padding: 8px;
    }

    .title-center {
        bottom: 10px;
        transform: none;
        text-align: left;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    }

    .list-gallery > .item-gallery .item-gallery-wrap > div{
        flex: 0 0 50% !important;
        max-width: 50%;
        height: 140px !important;
        position: relative;
    }

    .list-gallery > .item-gallery > img{
        height: 220px !important;
    }

}

