@import url('https://fonts.googleapis.com/css?family=Krona+One|Poppins|Montserrat:100,200,300,400,500,600,700,800,900&display=swap');

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-size: initial;
}

body {
	position: relative;
	width: 100%;
	/*width: 100vw;*/
	/*height: 100%;*/
	/*height: 100vh;*/
	margin: 0;
	/*background: #2f363d;
	background-color: #2f363d;
	background: url("../img/bg.jpg") center center fixed no-repeat;
	background-size: cover;*/
	/*overflow: hidden;*/
	/*overflow: auto;*/
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}


p {
	margin-top: 0;
	margin-bottom: .5rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a,
a:hover {
	color: inherit;
	/*text-decoration: underline*/
	text-decoration: none;
	transition: all 0.3s ease;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

::selection {
	background: #abc5e0;
	color: #fff;
}

::-moz-selection {
	background: #abc5e0;
	color: #fff;
}

/* ------------------------------
	**font
------------------------------ */
body {
	font-family: 'Montserrat', 'Poppins', "Noto Sans", sans-serif, "Helvetica Neue", 'Microsoft JhengHei';
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: 0.02rem;
	text-decoration: none;
	text-transform: none;
	color: rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	display: block;
	margin-top: 0;
	margin-bottom: .75rem;
	font-style: normal;
	line-height: 1.25;
	text-decoration: none;
	text-transform: none;
}

h1 {
	font-size: 2.25rem;
	font-weight: 600;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
}

h3 {
	font-size: 1.75rem;
	font-weight: 500;
}

h4 {
	font-size: 1.5rem;
	font-weight: 500;
}

h5 {
	font-size: 1.25rem;
	font-weight: 400;
}

h6 {
	font-size: 1rem;
	font-weight: 400;
}

p {}
span {
	font-size: 0.85rem;
	font-weight: 400;
	/*line-height: 1.5;*/
	opacity: .8
}

.section-title {
	margin-bottom: 1.25rem;
	font-size: 2.5rem;
	font-weight: 500;
}

.btn i.fas {
	margin-right: .5rem;
}

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

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

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

dt {
	font-weight: 700
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

/* ------------------------------
	**button
------------------------------ */
.btn {
	display: inline-block;
	padding: .375rem .75rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	/*background-color: transparent;*/
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


.btn-size-sm,
.btn-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	font-size: 0.75rem;
}

.btn-size-lg,
.btn-group-lg>.btn {
	padding: 0.5rem .75rem;
	border-radius: 0.3rem;
	font-size: 1.25rem;
}

.btn-radius {
	padding: .375rem 1.25rem;
	border-radius: 1.25rem;
}

.btn-radius.btn-size-sm {
	padding: 0.25rem 1rem border-radius: 1rem;
}

.btn-radius.btn-size-lg {
	padding: 0.5rem 1.5rem;
	border-radius: 1.5rem;
}

.btn:focus {
	outline: 0;
}

.btn-cl {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}

.btn-cl:hover {
	color: #fff;
	background-color: #ffffff20;
	border-color: transparent;
}

.btn-cl:focus,
.btn-cl.focus {
	color: #fff;
	background-color: #ffffff20;
	border-color: transparent;
	box-shadow: 0 0 0 0.2rem #ffffff10;
}

.btn-cl.disabled,
.btn-cl:disabled {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}

.btn-cl:not(:disabled):not(.disabled):active,
.btn-cl:not(:disabled):not(.disabled).active,
.show>.btn-cl.dropdown-toggle {
	color: #fff;
	background-color: #ffffff20;
	border-color: transparent;
}

.btn-cl:not(:disabled):not(.disabled):active:focus,
.btn-cl:not(:disabled):not(.disabled).active:focus,
.show>.btn-cl.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem #ffffff20;
}

.btn-gn {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-gn:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-gn:focus,
.btn-gn.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-gn.disabled,
.btn-gn:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-gn:not(:disabled):not(.disabled):active,
.btn-gn:not(:disabled):not(.disabled).active,
.show>.btn-gn.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-gn:not(:disabled):not(.disabled):active:focus,
.btn-gn:not(:disabled):not(.disabled).active:focus,
.show>.btn-gn.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-bl {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-bl:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-bl.focus,
.btn-bl:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-bl.disabled,
.btn-bl:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-bl:not(:disabled):not(.disabled).active,
.btn-bl:not(:disabled):not(.disabled):active,
.show>.btn-bl.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-bl:not(:disabled):not(.disabled).active:focus,
.btn-bl:not(:disabled):not(.disabled):active:focus,
.show>.btn-bl.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}



/* ------------------------------
	**grid
------------------------------ */
.grid-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*margin-right: -2rem;*/
	/*margin-left: -2rem;*/
}

.grid-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

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

.grid {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

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

.grid-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.grid-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

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

.grid-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.grid-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

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

.grid-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.grid-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

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

.grid-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.grid-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

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

/*xs*/
@media (max-width: 576px) {
	.grid-xs-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.grid-xs-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.grid-xs-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.grid-xs-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.grid-xs-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.grid-xs-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.grid-xs-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.grid-xs-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.grid-xs-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.grid-xs-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.grid-xs-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.grid-xs-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

/*sm*/
@media (max-width: 768px) {
	.grid-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.grid-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

	.grid-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.grid-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

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

	.grid-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.grid-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

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

	.grid-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.grid-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

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

/*md*/
@media (max-width: 1024px) {
	.grid-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.grid-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

	.grid-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.grid-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

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

	.grid-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.grid-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

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

	.grid-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.grid-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

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

/*lg*/
@media (max-width: 1080px) {
	.grid-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.grid-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

	.grid-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.grid-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

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

	.grid-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.grid-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

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

	.grid-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.grid-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

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

/*xl*/
@media (min-width: 1281px) {
	.grid-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.grid-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

	.grid-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.grid-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

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

	.grid-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.grid-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

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

	.grid-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.grid-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

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

/* ------------------------------
	**display
------------------------------ */
.d-none {
	display: none;
}

.d-inline {
	display: inline;
}

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

.d-block {
	display: block;
}

.d-table {
	display: table;
}

.d-table-row {
	display: table-row;
}

.d-table-cell {
	display: table-cell;
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
}

.d-inline-flex {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

/* ------------------------------
	**flex
------------------------------ */
.flex-row {
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

.flex-fill {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-grow-0 {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.flex-grow-1 {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.flex-shrink-1 {
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-items-start {
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-end {
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}

.align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline;
}

.align-items-stretch {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.align-content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.align-content-center {
	-ms-flex-line-pack: center;
	align-content: center;
}

.align-content-between {
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.align-content-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.align-self-auto {
	-ms-flex-item-align: auto;
	align-self: auto;
}

.align-self-start {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-self-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-self-center {
	-ms-flex-item-align: center;
	align-self: center;
}

.align-self-baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

/* ------------------------------
	**margin
------------------------------ */
.mr-50 {
	margin-right: 50%;
}

.ml-50 {
	margin-left: 50%;
}

.mt-1rem {
	margin-top: 1rem;
}

.mt-2rem {
	margin-top: 2rem;
}

.mt-3rem {
	margin-top: 3rem;
}

.mt-4rem {
	margin-top: 4rem;
}

.mt-5rem {
	margin-top: 5rem;
}

.mb-1rem {
	margin-bottom: 1rem;
}

.mb-2rem {
	margin-bottom: 2rem;
}

.mb-3rem {
	margin-bottom: 3rem;
}

.mb-4rem {
	margin-bottom: 4rem;
}

.mb-5rem {
	margin-bottom: 5rem;
}

/* ------------------------------
	**background
------------------------------ */
#background,
#background:before {
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #2f363d;
	background-color: #2f363d;
	background: url("../img/bg.jpg") center center fixed no-repeat;
	background-size: cover;
}

#background:before {
	content: "";
	background: url("../img/bg_line.png") center center fixed repeat;
}

/* ------------------------------
	**header
-------------------------------- */
header {
	z-index: 20;
	position: relative;
	width: 100%;
	min-width: 375px;
}

nav {
	position: relative;
	min-width: 375px;
	height: 80px;
	padding: 0 15vw;
	border: 0;
	margin: 0;
	background-color: #333;
	animation: ani-down 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

@media (max-width: 1440px) {
	nav {
		padding: 0 10%;
	}
}

@media (max-width: 768px) {
	header {
		position: fixed;
		top: 0;
		height: auto;
	}

	nav {
		padding: 10px 6%;
		height: auto;
		background-color: rgba(0, 0, 0, .9);
	}
}

.header h1 {
	margin: 0;
	background: -webkit-linear-gradient(90deg, #7c90a3, #ffffff);
	/*background: -webkit-linear-gradient(90deg, #c9a063, #ffffff);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Krona One;
	font-size: 3rem;
	font-weight: 400;
}

.header h1:before {
	content: attr(data-title);
	z-index: -1;
	position: absolute;
	text-shadow: 0px -1px 0px #fff, 0px 5px 10px #00000090;
}

#logo_shuttle {
	/*position: absolute;*/
	/*width: 250px;*/
	/*height: 45px;*/
	width: 150px;
	height: 27px;
}

#logo_shuttle svg {
	position: absolute;
	/*width: 250px;*/
	/*height: 45px;*/
	width: 150px;
	height: 27px;
}

#logo_shuttle_color {
	fill: #CC9856;
	stroke: #c39020;
	stroke-width: .5;
	stroke-miterlimit: 10;
}

#logo_shuttle_mask {
	fill: #ffffff;
}


/* ------------------------------
	**main
-------------------------------- */

@media (max-width: 768px) {
	main {
		margin-top: 52px;
	}
}

/* ------------------------------
	**section
-------------------------------- */
section {
	width: 100%;
	height: 70%;
	position: absolute;
	padding: 0 6rem;
	transition: transform 1s;
}

.section-content {
	position: relative;
	height: 100%;
}

.section-bg-full {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 375px;
}

.section-bg-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.section-bg-full {
		position: relative;
	}
}

/* ------------------------------
	**content
------------------------------ */
.content-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.content-full {
	padding: 0 15vw;
}

.content-right {
	padding: 0 15vw 0 5vw;
}

.content-left {
	padding: 0 5vw 0 15vw;
}

@media (max-width: 1440px) {
	.content-full {
		padding: 0 10vw;
	}

	.content-right {
		padding: 0 10vw 0 5vw;
	}

	.content-left {
		padding: 0 5vw 0 10vw;
	}
}

@media (max-width: 768px) {
	.section-content {
		display: block;
	}

	.content-right,
	.content-left {
		position: relative;
		width: 100%;
		padding: 2rem 6% 5rem;
		text-align: unset;
	}
}

/* ------------------------------
	**footer
-------------------------------- */
footer {
	width: 100%;
	height: 15%;
	position: absolute;
	bottom: 0;
}

footer #copyright {
	margin: 0;
	font-size: .75rem;
	opacity: .8;
}

footer button {
	position: absolute;
	right: 5vw;
}

/* ------------------------------
	**color
-------------------------------- */
.text-color-ffffff {
	color: #ffffff;
}

/* -----------------------
	Responsive
----------------------- */
/*xs*/
@media (max-width: 576px) {}

/*sm*/
@media (max-width: 768px) and (min-width: 577px) {}

/*md*/
@media (max-width: 1024px) and (min-width: 769px) {}

/*lg*/
@media (max-width: 1280px) and (min-width: 1025px) {}

/*xl*/
@media (min-width: 1281px) {}