/*!
 * 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
}

.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
	}
}

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

h1 {
	font-size: 26px
}

h2 {
	font-size: 22px;
	line-height: 28px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 18px
}

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

	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
}

.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
}

.left-auto {
	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 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;
	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(/fonts/site/junkboat-v6.svg#junkboat-v6) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class*=" ico-n2"],
[class^=ico-n2] {
	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-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
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}

	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}

	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}

	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}

	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.bpt-panel,
.col-left {
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 20px 2px rgba(0, 0, 0, .04)
}

.list-group {
	border-radius: 0 0 4px 4px;
	font-weight: 600
}

.list-group .list-group-item {
	border: none
}

.list-group .list-group-item.active {
	background-color: #dff0fe;
	border-color: #dff0fe;
	color: #005671
}

.list-group .list-group-item i {
	float: right;
	font-size: 12px;
	top: 5px;
	position: relative
}

.col-left {
	padding: 20px
}

.panel-heading h3 {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	font-size: 20px;
	font-weight: 500
}

@media (max-width:767px) {

	.about_view .bpt-panel,
	.about_view .col-left {
		margin-bottom: 30px
	}
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.breadcrumb-on-top nav {
	margin: 20px auto
}

@media (max-width:767px) {
	.breadcrumb-on-top nav {
		margin: 5px auto
	}
}

.breadcrumb-on-top nav .breadcrumb {
	font-size: 14px;
	background-color: #fff;
	margin: 0;
	padding: 9px 0;
	flex-wrap: nowrap
}

@media (max-width:767px) {
	.breadcrumb-on-top nav .breadcrumb {
		overflow: auto;
		white-space: nowrap
	}
}

.breadcrumb-on-top nav .breadcrumb .breadcrumb-item::before {
	color: #181818
}

.breadcrumb-on-top nav .breadcrumb .breadcrumb-item.active {
	color: #757575
}

.breadcrumb-on-top nav .breadcrumb a {
	color: #181818
}

.breadcrumb-on-top nav .breadcrumb a:hover {
	color: #005671
}

.mt-about-view {
	margin-top: 60px
}

.contact_form {
	border-radius: 16px;
	background: var(--White, #fff);
	box-shadow: 0 4px 20px 2px rgba(0, 0, 0, .04);
	padding: 20px;
	font-size: 16px
}

.contact_form h1 {
	font-size: 20px;
	font-weight: 500;
	color: #1d1d1f
}

.contact_form .contact_form__row {
	margin-bottom: 30px
}

.contact_form .contact_form__row:last-child {
	margin-bottom: 0
}

.contact_form .contact_form__row .contact_form__row__label {
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-right: 0;
	font-weight: 700;
	color: #1d1d1f
}

.contact_form .contact_form__row .contact_form__row__label.social {
	align-items: flex-start;
	margin-top: 5px
}

.contact_form .contact_form__row .contact_form__row__label.social div {
	font-size: 14px;
	color: #757575;
	font-weight: 400
}

.contact_form .contact_form__row .contact_form__row__input {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.contact_form .contact_form__row .contact_form__row__input input:not([type=radio]) {
	height: 46px;
	border-radius: 8px
}

.contact_form .contact_form__row .contact_form__row__input input[type=radio] {
	top: 3px;
	position: relative;
	display: none
}

.contact_form .contact_form__row .contact_form__row__input .checkbox {
	padding-top: 0;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 100px;
	padding: 3px 10px;
	width: auto;
	margin-right: 10px
}

.contact_form .contact_form__row .contact_form__row__input .checkbox label {
	padding-left: 0
}

.contact_form .contact_form__row .contact_form__row__input .checkbox label:last-child {
	margin-bottom: 0
}

.contact_form .contact_form__row .contact_form__row__input select {
	height: 46px;
	border-radius: 8px
}

.contact_form .contact_form__row .contact_form__row__input textarea {
	border-radius: 8px
}

.contact_form .contact_form__row .ct-error {
	color: #005671;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 500
}

.bpv-deposit {
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	padding: 20px;
	font-size: 16px;
	margin-top: 20px
}

.bpv-search-waiting {
	text-align: center;
	margin: 15px 0
}

.bpv-search-waiting .ms1 {
	font-size: 20px;
	margin-bottom: 15px
}

.bpv-search-waiting .ms2 {
	font-size: 16px
}

.bpv-search-waiting img {
	height: 48px
}

#btn_submit_booking {
	border: 1px solid #005671;
	background-color: #005671;
	padding: .5rem 1rem;
	width: 200px;
	line-height: 1.5;
	border-radius: 50px
}

#btn_submit_booking:active,
#btn_submit_booking:focus,
#btn_submit_booking:hover {
	background-color: #fff;
	color: #005671 !important;
	outline: 0;
	box-shadow: none
}

.was-validated .form-control.novalidate:valid {
	background: 0 0;
	border-color: #ced4da
}

@media (max-width:768px) {
	.mt-about-view {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.contact_form .contact_form__row .contact_form__row__label {
		justify-content: flex-start
	}
}

.content-list-tour {
	align-items: flex-start
}

.content-list-tour .content-cruise-text {
	margin-left: 0
}

.content-list-tour .content-cruise-text h1.content-header {
	padding-top: 0
}

.content-list-tour .btn-sort a:active,
.content-list-tour .btn-sort a:focus,
.content-list-tour .btn-sort a:hover {
	outline: 0;
	box-shadow: none;
	background-color: transparent
}

.content-list-tour .btn-sort .btn-group {
	padding: 5px 20px;
	border: 1px solid #121212;
	border-radius: 4px
}

.content-list-tour .btn-sort .btn-group:last-child {
	margin-right: 0
}

.content-list-tour .btn-sort .btn-group.open .dropdown-toggle {
	box-shadow: none
}

.content-list-tour .btn-sort .btn-group a {
	color: #121212;
	white-space: nowrap
}

.content-list-tour .btn-sort .dropdown-menu .radio label {
	display: flex;
	cursor: pointer
}

.content-list-tour .btn-sort .dropdown-menu .radio span {
	width: 215px;
	display: inline-block
}

.content-list-tour .btn-sort .dropdown-menu .radio input {
	position: relative;
	margin: 0 0 0 20px
}

.content-list-tour .dropdown-toggle span {
	white-space: nowrap;
	cursor: pointer
}

input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 2px;
	background-clip: content-box;
	border: 3px solid #005671;
	border-radius: 50%
}

input[type=radio]:checked {
	background-color: #005671
}

.input-form,
.input-group {
	margin-bottom: 10px
}

.input-form .input-group-btn select,
.input-group .input-group-btn select {
	border-radius: 4px 0 0 4px !important;
	border-right: none;
	width: 120px
}

.input-form .input-g-1,
.input-group .input-g-1 {
	border-right: none
}

@media (max-width:767px) {
	.content-list-tour {
		margin-top: 0
	}

	.content-list-tour {
		position: relative
	}

	.content-list-tour .btn-sort {
		display: flex;
		justify-content: space-between;
		width: 100%
	}

	.content-list-tour .btn-sort.show-position-sort {
		position: fixed;
		z-index: 2;
		bottom: 0;
		left: 0;
		background: #fff;
		padding: 10px 15px;
		min-height: 60px;
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .41);
		border-radius: 20px 20px 0 0
	}

	.content-list-tour .btn-sort .btn-group {
		padding: 9px 10px
	}

	.content-list-tour .btn-sort .btn-group i {
		font-size: 14px;
		top: 0
	}

	.content-list-tour .btn-sort .btn-group.btn-open-icon-sort.show {
		border: 1px solid #005671;
		background-color: #005671;
		z-index: 999;
		color: #fff
	}

	.content-list-tour .btn-sort .btn-group.btn-open-icon-sort.show img {
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1)
	}

	.content-list-tour .btn-sort .btn-group.btn-open-icon-sort.open .dropdown-backdrop {
		background: #000
	}

	.content-list-tour .btn-sort .btn-group.btn-open-icon-sort.open .dropdown-menu-right {
		left: auto;
		right: 4px;
		top: 2px;
		position: fixed;
		width: 98%
	}

	.content-list-tour .btn-sort .btn-group.btn-open-icon-sort.open .dropdown-menu-right .radio label {
		justify-content: space-between
	}

	.content-list-tour .btn-sort .btn-click-show-filter,
	.content-list-tour .btn-sort .btn-click-show-price,
	.content-list-tour .btn-sort .btn-open-icon-sort {
		margin-right: 10px;
		position: relative;
		padding: 5px 0;
		border: 1px solid #ddd;
		border-radius: 100px;
		font-size: 14px;
		height: 40px;
		text-wrap: nowrap;
		width: 33%;
		text-align: center
	}

	.content-list-tour .btn-sort .btn-click-show-filter button,
	.content-list-tour .btn-sort .btn-click-show-price button,
	.content-list-tour .btn-sort .btn-open-icon-sort button {
		white-space: nowrap
	}

	.content-list-tour .btn-sort .btn-click-show-filter.show,
	.content-list-tour .btn-sort .btn-click-show-price.show,
	.content-list-tour .btn-sort .btn-open-icon-sort.show {
		border: 1px solid #005671;
		background-color: #005671;
		z-index: 999;
		color: #fff
	}

	.content-list-tour .btn-sort .btn-click-show-filter.show img,
	.content-list-tour .btn-sort .btn-click-show-price.show img,
	.content-list-tour .btn-sort .btn-open-icon-sort.show img {
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1)
	}

	.content-list-tour .btn-sort .btn-click-show-filter i,
	.content-list-tour .btn-sort .btn-click-show-price i,
	.content-list-tour .btn-sort .btn-open-icon-sort i {
		font-size: 20px;
		top: 3px
	}

	.content-list-tour .btn-sort .btn-click-show-filter .dropdown-backdrop,
	.content-list-tour .btn-sort .btn-click-show-price .dropdown-backdrop,
	.content-list-tour .btn-sort .btn-open-icon-sort .dropdown-backdrop {
		position: relative
	}

	.show-postion-sort {
		position: fixed !important;
		top: 93% !important;
		background: #fff;
		padding: 10px 10px;
		height: 62px !important;
		z-index: 1000
	}

	.bgr-position {
		position: fixed;
		bottom: 0;
		left: 0;
		background: #fff;
		z-index: 1000;
		width: 100%
	}

	.bgr-position .radio {
		display: inherit;
		margin-bottom: 10px;
		margin-top: 10px;
		width: 100%
	}

	.btn-bgr-close {
		position: fixed;
		background: rgba(0, 0, 0, .4);
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 1000
	}
}

input[type=radio]:checked+label {
	color: #A4DFE7
}
