@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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;
}
*,
:after,
:before {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Helvetica Neue,
		Arial,
		Noto Sans,
		Liberation Sans,
		sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}
address {
	font-style: normal;
	line-height: inherit;
}
address,
dl,
ol,
ul {
	margin-bottom: 1rem;
}
dl,
ol,
ul {
	margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code,
kbd,
pre,
samp {
	font-family:
		SFMono-Regular,
		Menlo,
		Monaco,
		Consolas,
		Liberation Mono,
		Courier New,
		monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	border-style: none;
}
img,
svg {
	vertical-align: middle;
}
svg {
	overflow: hidden;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
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;
}
[role="button"] {
	cursor: pointer;
}
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;
}
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: 0.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;
}
[hidden] {
	display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
.h1,
h1 {
	font-size: 2.5rem;
}
.h2,
h2 {
	font-size: 2rem;
}
.h3,
h3 {
	font-size: 1.75rem;
}
.h4,
h4 {
	font-size: 1.5rem;
}
.h5,
h5 {
	font-size: 1.25rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}
.display-1 {
	font-size: 6rem;
}
.display-1,
.display-2 {
	font-weight: 300;
	line-height: 1.2;
}
.display-2 {
	font-size: 5.5rem;
}
.display-3 {
	font-size: 4.5rem;
}
.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2;
}
.display-4 {
	font-size: 3.5rem;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
	font-size: 80%;
	font-weight: 400;
}
.mark,
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.blockquote-footer:before {
	content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
}
.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 90%;
	color: #6c757d;
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.row-cols-3 > * {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.row-cols-6 > * {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.33333%;
}
.offset-2 {
	margin-left: 16.66667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333%;
}
.offset-5 {
	margin-left: 41.66667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333%;
}
.offset-8 {
	margin-left: 66.66667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333%;
}
.offset-11 {
	margin-left: 91.66667%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.table td,
.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
	padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
	background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
	background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
	background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
	background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
	background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
	background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
	background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
	background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.table-dark {
	color: #fff;
	background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55;
}
.table-dark.table-bordered {
	border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
	border: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.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: 0.25rem;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
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(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}
.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.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 + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 1rem;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
}
.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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: 0.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: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.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 + 0.75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%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(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right
		calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem);
	background:
		url("data:image/svg+xml;charset=utf-8,%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 0.75rem center/8px 10px no-repeat,
		#fff
			url("data:image/svg+xml;charset=utf-8,%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(0.75em + 0.375rem) calc(0.75em + 0.375rem)
			no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
	~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
	.custom-control-input:valid:focus:not(:checked)
	~ .custom-control-label:before,
.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 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.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 + 0.75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%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(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right
		calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem);
	background:
		url("data:image/svg+xml;charset=utf-8,%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 0.75rem center/8px 10px no-repeat,
		#fff
			url("data:image/svg+xml;charset=utf-8,%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(0.75em + 0.375rem) calc(0.75em + 0.375rem)
			no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
	~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
	.custom-control-input:invalid:focus:not(:checked)
	~ .custom-control-label:before,
.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 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}
.form-inline .form-check {
	width: 100%;
}
@media (min-width: 576px) {
	.form-inline label {
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .form-group,
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
	}
	.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: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}
.btn-link:hover {
	color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
	text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
	width: 100%;
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.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: 0.5rem 0;
	margin: 0.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, 0.15);
	border-radius: 0.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: 0.125rem;
}
.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.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: 0.125rem;
}
.dropright .dropdown-toggle:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.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: 0.125rem;
}
.dropleft .dropdown-toggle:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	display: none;
}
.dropleft .dropdown-toggle:before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.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: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.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: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap;
}
.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
	z-index: 1;
}
.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
	margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
	margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
	margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
	z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group.has-validation
	> .custom-file:nth-last-child(n + 3)
	.custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)
	> .custom-file:not(:last-child)
	.custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
	z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
	margin-left: -1px;
}
.input-group-prepend {
	margin-right: -1px;
}
.input-group-append {
	margin-left: -1px;
}
.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
	margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
	height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
	> .input-group-append:nth-last-child(n + 3)
	> .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
	> .input-group-append:not(:last-child)
	> .input-group-text,
.input-group
	> .input-group-append:last-child
	> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
	> .input-group-append:last-child
	> .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
	> .input-group-prepend:first-child
	> .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	color-adjust: exact;
}
.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
	border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
	color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
	background-color: #e9ecef;
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}
.custom-control-label:before {
	pointer-events: none;
	background-color: #fff;
	border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
}
.custom-control-label:after {
	background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label:before {
	border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
	.custom-control-input:indeterminate
	~ .custom-control-label:before {
	border-color: #007bff;
	background-color: #007bff;
}
.custom-checkbox
	.custom-control-input:indeterminate
	~ .custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
	.custom-control-input:disabled:checked
	~ .custom-control-label:before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
	.custom-control-input:disabled:indeterminate
	~ .custom-control-label:before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
	border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
	.custom-control-input:disabled:checked
	~ .custom-control-label:before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
	padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	transition:
		transform 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label:after {
		transition: none;
	}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
	background-color: #fff;
	transform: translateX(0.75rem);
}
.custom-switch
	.custom-control-input:disabled:checked
	~ .custom-control-label:before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff
		url("data:image/svg+xml;charset=utf-8,%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 0.75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.custom-select::-ms-expand {
	display: none;
}
.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}
.custom-file {
	display: inline-block;
	margin-bottom: 0;
}
.custom-file,
.custom-file-input {
	position: relative;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
	z-index: 2;
	margin: 0;
	overflow: hidden;
	opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
	background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
	content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
	content: attr(data-browse);
}
.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	overflow: hidden;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
}
.custom-file-label:after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-range:focus {
	outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
	border: 0;
}
.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition:
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none;
	}
}
.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition:
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		transition: none;
	}
}
.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}
.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition:
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		transition: none;
	}
}
.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}
.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
	background-color: #dee2e6;
	border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
	margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
	cursor: default;
}
.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
	transition:
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-control-label:before,
	.custom-file-label,
	.custom-select {
		transition: none;
	}
}
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-pills .nav-link {
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.navbar {
	position: relative;
	padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto;
}
@media (max-width: 575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-sm > .container-lg,
	.navbar-expand-sm > .container-md,
	.navbar-expand-sm > .container-sm,
	.navbar-expand-sm > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid,
	.navbar-expand-sm > .container-lg,
	.navbar-expand-sm > .container-md,
	.navbar-expand-sm > .container-sm,
	.navbar-expand-sm > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-md > .container-lg,
	.navbar-expand-md > .container-md,
	.navbar-expand-md > .container-sm,
	.navbar-expand-md > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid,
	.navbar-expand-md > .container-lg,
	.navbar-expand-md > .container-md,
	.navbar-expand-md > .container-sm,
	.navbar-expand-md > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-md,
	.navbar-expand-lg > .container-sm,
	.navbar-expand-lg > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid,
	.navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-md,
	.navbar-expand-lg > .container-sm,
	.navbar-expand-lg > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand-xl > .container-lg,
	.navbar-expand-xl > .container-md,
	.navbar-expand-xl > .container-sm,
	.navbar-expand-xl > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid,
	.navbar-expand-xl > .container-lg,
	.navbar-expand-xl > .container-md,
	.navbar-expand-xl > .container-sm,
	.navbar-expand-xl > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}
.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
	padding-right: 0;
	padding-left: 0;
}
.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}
.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: hsla(0, 0%, 100%, 0.5);
	border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
	color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}
.card-title {
	margin-bottom: 0.75rem;
}
.card-subtitle {
	margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
	margin-bottom: 0;
}
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1.25rem;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
	margin-bottom: -0.75rem;
	border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}
.card-img,
.card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
	margin-bottom: 15px;
}
@media (min-width: 576px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}
.card-group > .card {
	margin-bottom: 15px;
}
@media (min-width: 576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.card-group > .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-header,
	.card-group > .card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-footer,
	.card-group > .card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-header,
	.card-group > .card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-footer,
	.card-group > .card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}
.accordion {
	overflow-anchor: none;
}
.accordion > .card {
	overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: -1px;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
	float: left;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #6c757d;
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}
.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none;
	}
}
a.badge:focus,
a.badge:hover {
	text-decoration: none;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}
.badge-primary {
	color: #fff;
	background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
	color: #fff;
	background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
	color: #fff;
	background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
	color: #fff;
	background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.3rem;
}
@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-heading {
	color: inherit;
}
.alert-link {
	font-weight: 700;
}
.alert-dismissible {
	padding-right: 4rem;
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit;
}
.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
.alert-primary hr {
	border-top-color: #9fcdff;
}
.alert-primary .alert-link {
	color: #002752;
}
.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}
.alert-secondary hr {
	border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
	color: #202326;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-success hr {
	border-top-color: #b1dfbb;
}
.alert-success .alert-link {
	color: #0b2e13;
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
.alert-info hr {
	border-top-color: #abdde5;
}
.alert-info .alert-link {
	color: #062c33;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-warning hr {
	border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
	color: #533f03;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-danger hr {
	border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
	color: #491217;
}
.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}
.alert-light hr {
	border-top-color: #ececf6;
}
.alert-light .alert-link {
	color: #686868;
}
.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}
.alert-dark hr {
	border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
	color: #040505;
}
@keyframes a {
	0% {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	height: 1rem;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.progress,
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.progress-bar {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.progress-bar-striped {
	background-image: linear-gradient(
		45deg,
		hsla(0, 0%, 100%, 0.15) 25%,
		transparent 0,
		transparent 50%,
		hsla(0, 0%, 100%, 0.15) 0,
		hsla(0, 0%, 100%, 0.15) 75%,
		transparent 0,
		transparent
	);
	background-size: 1rem 1rem;
}
.progress-bar-animated {
	animation: 1s linear infinite a;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none;
	}
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.media-body {
	-ms-flex: 1;
	flex: 1;
}
.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.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: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 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 {
	-ms-flex-direction: row;
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.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 {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.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;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.close:hover {
	color: #000;
	text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 0.75;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
a.close.disabled {
	pointer-events: none;
}
.toast {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	max-width: 350px;
	font-size: 0.875rem;
	background-color: hsla(0, 0%, 100%, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: 0.25rem;
}
.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}
.toast.showing {
	opacity: 1;
}
.toast.show {
	display: block;
	opacity: 1;
}
.toast.hide {
	display: none;
}
.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: hsla(0, 0%, 100%, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
	padding: 0.75rem;
}
.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: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translateY(-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: -ms-flexbox;
	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 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	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: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.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: 0.5;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.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: -webkit-min-content;
		height: -moz-min-content;
		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;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Helvetica Neue,
		Arial,
		Noto Sans,
		Liberation Sans,
		sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .arrow:before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
	padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
	padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
	padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
	padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}
.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}
.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Helvetica Neue,
		Arial,
		Noto Sans,
		Liberation Sans,
		sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}
.popover,
.popover .arrow {
	position: absolute;
	display: block;
}
.popover .arrow {
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
	margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
	bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
	margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
	margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
	top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
	top: 0;
	border-width: 0 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem;
	border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
	margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}
.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
	display: none;
}
.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}
.carousel {
	position: relative;
}
.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner:after {
	display: block;
	clear: both;
	content: "";
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	transform: translateX(-100%);
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}
.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-next,
	.carousel-control-prev {
		transition: none;
	}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
@keyframes b {
	to {
		transform: rotate(1turn);
	}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: 0.75s linear infinite b;
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}
@keyframes c {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: 0.75s linear infinite c;
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		animation-duration: 1.5s;
	}
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.bg-primary {
	background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc !important;
}
.bg-secondary {
	background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34 !important;
}
.bg-info {
	background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00 !important;
}
.bg-danger {
	background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130 !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5 !important;
}
.bg-dark {
	background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124 !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.border {
	border: 1px solid #dee2e6 !important;
}
.border-top {
	border-top: 1px solid #dee2e6 !important;
}
.border-right {
	border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
	border-left: 1px solid #dee2e6 !important;
}
.border-0 {
	border: 0 !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.border-right-0 {
	border-right: 0 !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.border-left-0 {
	border-left: 0 !important;
}
.border-primary {
	border-color: #007bff !important;
}
.border-secondary {
	border-color: #6c757d !important;
}
.border-success {
	border-color: #28a745 !important;
}
.border-info {
	border-color: #17a2b8 !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-danger {
	border-color: #dc3545 !important;
}
.border-light {
	border-color: #f8f9fa !important;
}
.border-dark {
	border-color: #343a40 !important;
}
.border-white {
	border-color: #fff !important;
}
.rounded-sm {
	border-radius: 0.2rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-top {
	border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
	border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
	border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
	border-radius: 0.3rem !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-pill {
	border-radius: 50rem !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive:before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-21by9:before {
	padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
	padding-top: 56.25%;
}
.embed-responsive-4by3:before {
	padding-top: 75%;
}
.embed-responsive-1by1:before {
	padding-top: 100%;
}
.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}
@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}
.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}
.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}
.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: sticky !important;
}
.fixed-top {
	top: 0;
}
.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-bottom {
	bottom: 0;
}
@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
	box-shadow: none !important;
}
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.w-auto {
	width: auto !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.h-auto {
	height: auto !important;
}
.mw-100 {
	max-width: 100% !important;
}
.mh-100 {
	max-height: 100% !important;
}
.min-vw-100 {
	min-width: 100vw !important;
}
.min-vh-100 {
	min-height: 100vh !important;
}
.vw-100 {
	width: 100vw !important;
}
.vh-100 {
	height: 100vh !important;
}
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
	margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
	padding-left: 0.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: -0.25rem !important;
}
.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}
.m-n2 {
	margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
	margin-left: -0.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: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.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: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.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: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.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: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.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: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.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: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.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: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.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: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.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;
	}
}
.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent;
}
.text-monospace {
	font-family:
		SFMono-Regular,
		Menlo,
		Monaco,
		Consolas,
		Liberation Mono,
		Courier New,
		monospace !important;
}
.text-justify {
	text-align: justify !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
.font-weight-lighter {
	font-weight: lighter !important;
}
.font-weight-normal {
	font-weight: 400 !important;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.font-weight-bolder {
	font-weight: bolder !important;
}
.font-italic {
	font-style: italic !important;
}
.text-white {
	color: #fff !important;
}
.text-primary {
	color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3 !important;
}
.text-secondary {
	color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54 !important;
}
.text-success {
	color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
	color: #19692c !important;
}
.text-info {
	color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important;
}
.text-warning {
	color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00 !important;
}
.text-danger {
	color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a !important;
}
.text-light {
	color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
	color: #cbd3da !important;
}
.text-dark {
	color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
	color: #121416 !important;
}
.text-body {
	color: #212529 !important;
}
.text-muted {
	color: #6c757d !important;
}
.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-decoration-none {
	text-decoration: none !important;
}
.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}
.text-reset {
	color: inherit !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
@media print {
	*,
	:after,
	:before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	.container,
	body {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6 !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark tbody + tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}
@font-face {
	font-family: DBHelvethaicaX-75Bd;
	font-style: normal;
	font-weight: 400;
	src: url("/pub/export/device-pay/fonts/DB%20Helvethaica%20X%20Bd%20v3.2.ttf")
		format("truetype");
}
@font-face {
	font-family: SukhumvitSet-SemiBold;
	font-style: normal;
	font-weight: 600;
	src: url("/pub/export/device-pay/fonts/SukhumvitSet-SemiBold.ttf")
		format("truetype");
}
@font-face {
	font-family: SukhumvitSet-Bold;
	font-style: normal;
	font-weight: 700;
	src: url("/pub/export/device-pay/fonts/sukhumvitset-bold.otf")
		format("opentype");
}
/*!
 * Primary color settings
 */
body {
	font-family: Conv_SukhumvitTadmai_Tex, sans-serif;
}
.font-bold {
	font-family: SukhumvitSet-Bold, Helvetica;
	font-weight: 700;
}
.font-regular {
	font-family:
		SukhumvitTadmai Text-Regular,
		Helvetica;
}
.font-primary-red {
	color: #cb333b;
}
.font-size-35 {
	font-size: 35px;
}
.btn-main {
	background-color: #cb333b;
	color: #fff;
	font-size: 32px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	padding: 10px 50px;
}
.form-group label {
	font-size: 14px;
}
.form-control,
.form-group label {
	font-family:
		SukhumvitTadmai Text-Regular,
		Helvetica;
}
.form-control {
	background: transparent;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	transition: border-color 0.4 ease-in;
}
.form-control:focus {
	border-color: #cb333b;
}
.custom-checkbox .custom-control-label {
	font-family:
		SukhumvitTadmai Text-Regular,
		Helvetica;
	font-size: 16px;
	line-height: 25px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
	background-color: #cb333b;
	border-radius: 5px;
}
.accordion .card {
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
.accordion .card,
.accordion > .card:not(:first-of-type),
.accordion > .card:not(:last-of-type) {
	border-radius: 10px;
}
.accordion .card-header {
	background: #fff;
	position: relative;
}
.accordion .card-header h2,
.accordion .card-header h2 button {
	font-family: SukhumvitSet-Bold, Helvetica;
	font-weight: 700;
}
.accordion .card-header h2 button {
	color: #000;
	font-size: 18px;
	position: relative;
}
.accordion .card-header h2 button:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("/pub/export/static-mgrt/img-icon-collape-off.png");
	background-size: contain;
	background-repeat: no-repeat;
	right: 0;
	top: 10px;
	position: absolute;
}
.accordion .card-header h2 button[aria-expanded="true"]:after {
	background-image: url("/pub/export/static-mgrt/img-icon-collape-on.png");
}
.accordion .card-body {
	font-size: 16px;
	line-height: 25px;
}
@media only screen and (min-width: 768px) {
	.content--body {
		padding: 5rem;
	}
}
@font-face {
	font-family: Helvetica;
	src: local("Helvetica");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Gotham-Bold;
	src: url("/pub/export/device-pay/fonts/GothamRnd-Bold.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/GothamRnd-Bold.woff") format("woff"),
		url("/pub/export/device-pay/fonts/GothamRnd-Bold.ttf") format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-GothamRnd-Bold.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Conv_SukhumvitTadmai_Bol;
	src: url("/pub/export/device-pay/fonts/SukhumvitTadmai_Bol.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/SukhumvitTadmai_Bol.woff") format("woff"),
		url("/pub/export/device-pay/fonts/SukhumvitTadmai_Bol.ttf")
			format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-SukhumvitTadmai_Bol.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Conv_SukhumvitTadmai_Bol;
	src: url("/pub/export/device-pay/fonts/GothamRnd-Medium.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/GothamRnd-Medium.woff") format("woff"),
		url("/pub/export/device-pay/fonts/GothamRnd-Medium.ttf") format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-GothamRnd-Medium.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Conv_SukhumvitTadmai_Tex;
	src: url("/pub/export/device-pay/fonts/SukhumvitTadmai_Tex.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/SukhumvitTadmai_Tex.woff") format("woff"),
		url("/pub/export/device-pay/fonts/SukhumvitTadmai_Tex.ttf")
			format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-SukhumvitTadmai_Tex.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Conv_SukhumvitTadmai_Tex;
	src: url("/pub/export/device-pay/fonts/GothamRnd-Book.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/GothamRnd-Book.woff") format("woff"),
		url("/pub/export/device-pay/fonts/GothamRnd-Book.ttf") format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-GothamRnd-Book.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Conv_SukhumvitTadmai_Thi;
	src: url("/pub/export/device-pay/fonts/SukhumvitTadmai_Thi.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/SukhumvitTadmai_Thi.woff") format("woff"),
		url("/pub/export/device-pay/fonts/SukhumvitTadmai_Thi.ttf")
			format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-SukhumvitTadmai_Thi.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Conv_SukhumvitTadmai_Thi;
	src: url("/pub/export/device-pay/fonts/GothamRnd-Light.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/GothamRnd-Light.woff") format("woff"),
		url("/pub/export/device-pay/fonts/GothamRnd-Light.ttf") format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-GothamRnd-Light.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
	unicode-range: u+30-39, u+41-5a, u+61-7a, u+c0-ff;
}
@font-face {
	font-family: Conv_PSL249pro;
	src: url("/pub/export/device-pay/fonts/PSL249pro.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/PSL249pro.woff") format("woff"),
		url("/pub/export/device-pay/fonts/PSL249pro.ttf") format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-PSL249pro.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Conv_PSL251pro;
	src: url("/pub/export/device-pay/fonts/PSL251pro.eot");
	src:
		local("Ã¢ËœÂº"),
		url("/pub/export/device-pay/fonts/PSL251pro.woff") format("woff"),
		url("/pub/export/device-pay/fonts/PSL251pro.ttf") format("truetype"),
		url("/pub/export/static-mgrt/ktc-app-sites-cs-assets-ktc_css-fonts-PSL251pro.svg")
			format("svg");
	font-weight: 400;
	font-style: normal;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 16px;
	letter-spacing: 0.5px;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button {
	cursor: pointer;
}
input:focus,
select:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
a:hover {
	cursor: pointer;
	text-decoration: none;
}
*,
:after,
:before {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
b,
strong {
	font-weight: 700;
}
.menu-global {
	width: 100%;
	background-position: 50%;
	background-size: cover;
	color: #fff;
	font-size: 15px;
}
.menu-global a {
	color: #fff;
	display: inline-block;
}
.menu-global:after {
	content: "";
	clear: both;
	display: block;
}
#ktc-logo {
	float: left;
	height: 66px;
	display: inline-block;
	opacity: 1;
}
#ktc-logo img {
	margin-top: 13px;
	margin-right: 10px;
	max-width: 79px;
}
.mini-header #ktc-logo img {
	max-width: 61px;
}
.menu-global .on-right {
	float: right;
	text-align: right;
	padding-top: 6px;
}
.menu-global .on-right > * {
	display: inline-block;
	vertical-align: middle;
}
.menu-global .on-right.header-login-pg {
	-ms-flex: 1;
	flex: 1;
}
.profile-on-menu {
	display: none !important;
}
.index-head a {
	color: #454545;
}
.index-head a:hover {
	color: #cf3339;
}
.scrolled-menu {
	font-family: Conv_SukhumvitTadmai_Tex;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}
.menu-global.expand-menu .scrolled-menu {
	-ms-flex: 1;
	flex: 1;
}
.menu-global.mini-header .scrolled-menu {
	opacity: 1;
	pointer-events: all;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.scrolled-menu > li {
	display: inline-block;
	position: relative;
	padding: 23px 0 16px 5px;
	top: 3px;
	height: 63px;
	vertical-align: bottom;
	font-size: 14px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	line-height: 12px;
}
.scrolled-menu > li .fa {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 3px;
}
.scrolled-menu > li:hover {
	cursor: pointer;
}
.scrolled-menu > li.active,
.scrolled-menu > li:hover {
	color: #fff;
}
.scrolled-menu > li.active i {
	transform: rotate(-180deg);
}
.scrolled-menu > li:after {
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 0;
	height: 3px;
	background: transparent;
	content: "";
	display: block;
}
.scrolled-menu > li.active:after,
.scrolled-menu > li.current:after,
.scrolled-menu > li:hover:after {
	background: #cf3339;
}
.scrolled-menu > li.active:after,
.scrolled-menu > li:hover:after {
	z-index: 3;
}
.scrolled-menu > li a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.scrolled-menu ul {
	top: calc(100% - 3px);
	z-index: 2;
	position: absolute;
	left: 0;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	color: hsla(0, 0%, 100%, 0.7);
	padding: 10px 20px;
	background: #000;
}
.scrolled-menu > li.active > ul {
	opacity: 1;
	pointer-events: all;
}
.scrolled-menu ul li {
	text-align: left;
	font-size: 14px;
	line-height: 35px;
	position: relative;
}
.scrolled-menu ul li:hover {
	color: #fff;
}
.scrolled-menu ul li a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.scrolled-menu li ul > li {
	border-bottom: 1px solid #21262b;
}
.scrolled-menu li ul > li:last-child {
	border-bottom: none;
}
.scrolled-menu li.dropdown:after {
	right: 13px;
}
.text-on-left {
	width: 100%;
	display: block;
	float: none;
	clear: both;
}
.content-wrap {
	padding: 0 55px;
	margin: 0 auto;
	width: 100%;
	max-width: 1316px;
}
.slide-wrap {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	margin-top: -5px;
}
.slide-wrap:before {
	left: -1px;
	background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.slide-wrap:after,
.slide-wrap:before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	pointer-events: none;
	z-index: 3;
}
.slide-wrap:after {
	right: -1px;
	background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}
.menu-global > .content-wrap {
	padding: 0 30px;
	position: fixed;
	z-index: 4;
	max-width: none;
	background: linear-gradient(rgba(0, 0, 0, 0.75), transparent);
}
.menu-global > .content-wrap:before {
	background: #000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
}
.menu-global.mini-header > .content-wrap:before {
	opacity: 1;
}
.menu-global .search-on-menu {
	font-size: 18px;
	padding: 16px;
	position: relative;
	top: 1px;
	cursor: pointer;
}
.menu-global .search-on-menu img {
	width: 18px;
	height: 18px;
	pointer-events: none;
}
.menu-global .search-on-menu .search-on-default {
	display: inline-block;
}
.menu-global .search-on-menu .search-on-hover,
.menu-global a:hover .search-on-default {
	display: none;
}
.menu-global a:hover .search-on-hover {
	display: inline-block;
}
@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		@media (max-width: 1024px) {
			.menu-global a:hover .search-on-default {
				display: inline-block;
			}
			.menu-global a:hover .search-on-hover {
				display: none;
			}
		}
	}
}
.card-register-btn {
	padding: 8px 26px;
	border-radius: 6px;
	font-size: 14px;
	background: #cf3339;
	position: relative;
	top: 0;
	font-family: Conv_SukhumvitTadmai_Tex;
	height: 30px;
	letter-spacing: 1px;
	cursor: pointer;
}
#card-register:hover {
	cursor: pointer;
	background: #b52e33;
}
.login-btn {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 4px 12px;
	border: 1px solid #fff;
	border-radius: 6px;
	margin-left: 4px;
	position: relative;
	top: 0;
	background: hsla(0, 0%, 100%, 0);
	height: 30px;
}
.login-btn i {
	font-size: 19px;
	margin: -5px 1px;
	position: relative;
	top: 2px;
}
.login-btn img {
	width: 18px;
	height: 18px;
	vertical-align: bottom;
}
.login-btn .subimg-wrap img {
	width: 32px;
	height: 32px;
}
.menu-global a.login-btn:hover {
	color: #000;
	background-color: #fff;
}
.menu-global a.login-btn .login-default {
	display: inline-block;
}
.menu-global a.login-btn .login-hover,
.menu-global a.login-btn:hover .login-default {
	display: none;
}
.menu-global a.login-btn:hover .login-hover {
	display: inline-block;
}
@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		@media (max-width: 1024px) {
			.menu-global a.login-btn:hover {
				color: inherit;
				background-color: inherit;
			}
			.menu-global a.login-btn:hover .login-default {
				display: inline-block;
			}
			.menu-global a.login-btn:hover .login-hover {
				display: none;
			}
		}
	}
}
.menu-global .content-wrap {
	display: -ms-flexbox;
	display: flex;
}
.menu-global .content-wrap > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.open-on-top .content-wrap > .row {
	-ms-flex: auto;
	flex: auto;
}
.menu-global .on-right .only-mobile {
	display: none;
}
.btn.button-favorite.focus,
.btn.button-favorite:focus {
	box-shadow: none;
}
.open-on-top {
	padding: 66px 0 45px;
	position: relative;
	z-index: 1;
	opacity: 1;
}
.menu-global.alway-mini {
	margin: 0;
	padding-bottom: 66px;
}
.menu-global.alway-mini .open-on-top {
	display: none;
}
.open-on-top h1 {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 28px;
	letter-spacing: 1.5px;
	margin-top: 85px;
	margin-bottom: 30px;
}
.open-on-top h1 span {
	font-size: 32px;
}
.open-on-top h1 + p {
	line-height: 1.4;
	font-size: 20px;
}
.open-on-top p {
	line-height: 21px;
	font-family: Conv_SukhumvitTadmai_Tex;
	max-width: 475px;
}
.big-link {
	text-align: center;
	padding: 0 0 26px 24px;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.big-link > div {
	background: #fff;
	border-radius: 13px;
	width: 100%;
	height: 153px;
	color: #333;
	padding: 13px 0;
	box-shadow: 0 3px 17px 0 hsla(0, 0%, 59%, 0.79);
	position: relative;
	top: 0;
	opacity: 0.9;
}
.big-link:hover > div {
	top: -3px;
	box-shadow: 0 3px 30px 0 hsla(0, 0%, 59%, 0.79);
}
.icon-wrap {
	padding: 30px 0 0;
}
.icon-wrap p {
	font-family: Conv_SukhumvitTadmai_Bol;
}
.big-link img {
	height: 104px;
	width: auto;
	margin: -14px 0 0;
}
.big-link p {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0;
}
.big-link span {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0;
}
.another-sub,
.big-link span {
	font-family: Conv_SukhumvitTadmai_Bol;
}
.another-sub {
	position: absolute;
	top: 100%;
	background: #f4f4f4;
	width: 100%;
	left: 0;
	text-align: center;
	color: #333;
	padding: 15px 0;
}
.another-sub a {
	position: relative;
	padding-bottom: 10px;
	width: 20%;
}
.another-sub a:after {
	content: "";
	width: 1px;
	height: 60px;
	background: rgba(91, 102, 112, 0.15);
	top: 20px;
	left: 0;
	position: absolute;
}
.another-sub a:first-child:after {
	display: none;
}
.another-sub img {
	width: auto;
	height: 60px;
	position: relative;
	z-index: 1;
}
.another-sub p {
	position: relative;
	font-family: Conv_SukhumvitTadmai_Bol;
	color: #000;
	z-index: 1;
	margin: auto 48px;
}
.another-sub span {
	margin-top: 5px;
	color: #757575;
	display: block;
	position: relative;
	z-index: 1;
}
.only-mobile {
	display: none;
}
.index-head {
	margin-top: 40px;
}
.index-head,
.text-on-slide .index-head a {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 22px;
	color: #454545;
	border-bottom: 4px solid #cf3339;
	display: inline-block;
	padding-bottom: 5px;
	text-align: left;
}
.text-on-slide .index-head a {
	border: none;
	line-height: 1.4;
}
.text-on-slide .index-desc,
.text-on-slide .index-head {
	margin-left: -15px;
}
.text-on-slide {
	margin: 25px 0 0;
}
.text-on-slide p {
	font-size: 22px;
	padding-left: 0;
}
.text-on-slide a {
	text-align: right;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 18px;
	color: #000;
	padding-right: 0;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.text-on-slide.no-subtitle .view-all {
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding-bottom: 4px;
	text-align: right;
}
.text-on-slide a:hover {
	color: #cf3339;
}
.text-on-slide a:hover:after {
	left: 5px;
	opacity: 1;
}
.text-on-slide a:not([href]) {
	cursor: default;
}
.owl-item {
	display: inline-block;
	opacity: 0;
	vertical-align: top;
}
.owl-item.active {
	opacity: 1;
}
.footer {
	background: #ededed;
}
.footer h3,
.footer h3 a {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 16px;
	margin-bottom: 9px;
	line-height: 25px;
	padding-top: 40px;
}
.footer h3 a {
	margin: 0;
	padding: 0;
}
.footer a {
	color: #000;
	font-family: Conv_PSL249pro;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 1.2;
	display: block;
	position: relative;
	left: 0;
	margin-top: 8px;
	opacity: 1;
	max-width: 200px;
}
.footer a:hover {
	color: #cf3339;
}
.footer a.tel,
.footer a.tel:hover {
	color: #000;
	cursor: unset;
}
.footer .download-section a {
	margin: 0;
	display: inline-block;
}
.footer-menu {
	padding-bottom: 40px;
}
.footer-menu > .col-lg-3 {
	width: 23%;
	-ms-flex: none;
	flex: none;
}
.footer-menu > .col-3:last-child {
	margin-right: 0;
}
.btn-link.underlined {
	font-size: 20px;
	color: #000;
	text-decoration: underline;
}
.modal.fade .modal-dialog {
	transform: none;
}
article.page-content section {
	padding: 40px 0;
	border-bottom: 1px solid #e6e8ea;
	overflow: hidden;
}
article.page-content section.no-bottom-line {
	border-bottom: none;
}
article.page-content section.no-padding {
	padding: 0;
}
article.page-content section.alt-color {
	background: #f6f6f7;
}
article.page-content section.full-width {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	text-align: center;
	font-size: 28px;
}
article.page-content section.full-width h4 {
	margin-bottom: 40px;
}
article.page-content section.full-width .row {
	background: #f6f6f6;
}
article.page-content section.full-width div[class*="col"] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	min-height: 450px;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent no-repeat 50%;
	background-size: cover;
}
article.page-content section.full-width.compact div[class*="col"] {
	min-height: 300px;
}
article.page-content section.full-width p {
	line-height: 1.65;
}
article.page-content section.full-width.alt-color {
	background-color: #fff;
}
article.page-content section.full-width.alt-color .row {
	background-color: transparent;
}
article.page-content h3:after,
article.page-content h4:after {
	content: "";
	display: block;
	margin: 0 auto;
	left: 0;
	position: relative;
	width: 50%;
	height: 2px;
	background-color: #cf3339;
}
article.page-content h3.no-dash:after,
article.page-content h4.no-dash:after {
	display: none;
}
article.page-content img {
	max-width: 100%;
}
article.page-content .installments-wrap img {
	height: 293px;
}
.share-on-top {
	left: -30px;
	float: right;
	position: relative;
	padding-bottom: 8px;
}
h1 .share-on-top {
	left: -45px;
}
.item img:hover {
	top: -3px;
}
.item .slide-title {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 20px;
	height: 74px;
	padding: 19px 0 0;
	margin-bottom: 5px;
	position: relative;
}
.item .slide-content,
.item .slide-title {
	line-height: 1.4;
	letter-spacing: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.item .slide-content {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	padding-top: 10px;
}
.slide-wrap .index-slide2 .item {
	height: 100%;
}
.slide-wrap .index-slide2 .item,
.slide-wrap .index-slide2.sub-sub .item {
	display: -ms-flexbox;
	display: flex;
	padding: 13px 0 0;
	-ms-flex-direction: column;
	flex-direction: column;
}
.slide-wrap .index-slide2.sub-sub .item {
	height: unset;
}
.index-slide2 .owl-stage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}
.index-slide2 .slide-footer {
	height: 84px;
	margin-top: auto;
	display: block;
	margin-bottom: 0;
}
.owl-nav button {
	background: none;
	border: none;
	cursor: pointer;
}
.index-slide2 .owl-dots,
body .owl-dots.disabled {
	display: none;
	margin: 0;
	padding: 0;
}
.index-slide1,
.index-slide2 {
	position: relative;
}
.owl-next span,
.owl-prev span {
	width: 45px;
	height: 45px;
	background: #fff;
	background-position: center -11px;
	display: block;
	border-radius: 50%;
	color: #cf3339;
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
	opacity: 1;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	overflow: hidden;
	text-indent: -999px;
}
.slide-wrap:hover .owl-next span,
.slide-wrap:hover .owl-prev span {
	opacity: 1;
}
.owl-nav.disabled button {
	opacity: 0 !important;
	pointer-events: none !important;
	display: none !important;
}
.index-slide1 .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	opacity: 0;
}
.index-slide2 .owl-nav button.owl-prev {
	position: absolute;
	top: 9.5vw;
	left: -30px;
	transform: translateY(-50%);
	opacity: 0;
}
.index-slide1 .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
	opacity: 0;
}
.index-slide2 .owl-nav button.owl-next {
	position: absolute;
	top: 9.5vw;
	right: -30px;
	transform: translateY(-50%);
	opacity: 0;
}
.index-slide1:hover .owl-nav button.owl-next,
.index-slide1:hover .owl-nav button.owl-prev,
.index-slide2:hover .owl-nav button.owl-next,
.index-slide2:hover .owl-nav button.owl-prev {
	opacity: 1;
}
.index-slide1 .owl-nav button.disabled,
.index-slide2 .owl-nav button.disabled {
	opacity: 0;
	pointer-events: none;
}
.index-slide1 .item,
.index-slide2 .item {
	position: relative;
	display: block;
	padding: 13px 0 0;
}
.index-slide1 .item img:hover,
.index-slide2 .item img:hover {
	top: -3px;
}
.index-slide2 .item:after {
	top: 8vw;
}
.index-slide1 .item:hover:after,
.index-slide2 .item:hover:after {
	opacity: 0.6;
	font-size: 60px;
	text-shadow: 0 1px 3px #000;
}
button:focus {
	outline: 0 dotted;
	outline: 0 auto -webkit-focus-ring-color;
}
.image-link a {
	border-radius: 6px;
	display: block;
	width: 100%;
	overflow: hidden;
	background: #000;
	position: relative;
}
.image-link img {
	width: 100%;
	height: auto;
	opacity: 0.85;
	display: block;
	margin-bottom: -1px;
}
.image-link a:hover img {
	opacity: 1;
}
.image-link .icon-last-content {
	position: absolute;
	top: 22%;
	left: calc(50% - 120px);
	right: calc(50% - 120px);
	cursor: pointer;
}
.image-link .icon-last-content img {
	width: 60px;
	margin: auto;
	opacity: 1;
}
.image-link .icon-last-content p {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 20px;
	padding-top: 6px;
	color: #fff;
}
.to-top .icon-link {
	width: 11px;
}
.big-left {
	padding-right: 13px;
	position: relative;
}
.big-right {
	padding-left: 13px;
	position: relative;
}
.image-link {
	margin-top: 40px;
	margin-bottom: 60px;
}
.tel p {
	font-family: Gotham-Bold;
	line-height: 15px;
	font-size: 18px;
	margin: 45px 0 8px;
}
.footer-badge {
	height: auto;
	width: 135px;
	margin: 16px 0 25px;
}
.download-section p {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 17px;
	line-height: 25px;
}
.download-section .footer-badge {
	margin: 8px 0;
	width: 85px;
}
.footer-badge.tapktc {
	margin-bottom: 3px;
	width: 156px;
}
.download-section img {
	position: relative;
	opacity: 1;
	top: 0;
}
.download-section img:hover {
	cursor: pointer;
}
.download-section .tapktc:hover {
	cursor: default;
	opacity: 1;
	top: 0;
}
.last-piece {
	border-top: 1px solid #dfe1e1;
	padding-bottom: 13px;
	padding-top: 8px;
}
.license {
	font-family: Conv_PSL249pro;
	font-size: 18px;
	line-height: 14px;
	padding-top: 12px;
}
.text-right {
	text-align: right;
}
.last-piece .text-right > div {
	display: inline-block;
	vertical-align: top;
}
.footer .lang-footer {
	font-size: 18px;
	line-height: 14px;
	display: inline-block;
	max-width: none;
	margin-top: 0;
	cursor: pointer;
}
.last-piece #lang2-change,
.last-piece #lang-change {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 1px solid #707070;
	border-radius: 6px;
	font-family: Conv_SukhumvitTadmai_Tex;
	padding: 4px 8px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
	margin-left: 30px;
	margin-top: 0;
}
.lang-footer:hover {
	cursor: pointer;
}
.lang-footer label {
	padding: 0 14px 0 20px;
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	line-height: 28px;
}
.social-footer {
	height: 23px;
	padding-right: 6px;
	border-right: 1px solid #4d4d4d;
}
.social-footer img {
	width: 24px;
	height: 24px;
}
.social-footer a {
	display: inline-block;
	margin: 0 20px 0 0;
}
.footer .text-right {
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}
body.modal-open {
	padding: 0 !important;
}
.modal.in {
	opacity: 1;
}
.modal-backdrop.in {
	opacity: 0.65;
}
.modal.in .modal-dialog {
	transform: translate(0);
}
.full-modal .close span {
	display: none;
}
.full-modal .close:hover {
	opacity: 0.5;
	cursor: pointer;
}
.full-modal .modal-dialog {
	width: 90%;
	max-width: 945px;
	margin-left: auto;
	margin-right: auto;
}
.full-modal .modal-dialog.modal-sm {
	max-width: 485px;
}
#msg-alert.full-modal .modal-dialog.modal-sm {
	max-width: 970px !important;
}
.full-modal .modal-dialog.modal-sm.ie {
	max-width: 600px;
}
.full-modal .modal-content {
	border: none;
	border-top: 4px solid #cf3339;
	border-radius: 4px;
	max-height: 90vh;
}
.full-modal .modal-content.modal-forever {
	border-color: #e0005a;
}
.full-modal .modal-content.modal-merchant {
	border-color: #0076c0;
}
.full-modal .modal-header {
	border: none;
	font-size: 40px;
	line-height: 38px;
	padding: 40px 40px 20px;
	display: block;
	text-align: left;
}
.full-modal .modal-body {
	margin: 0 5px 5px;
	padding: 0 40px;
	overflow: auto;
	overflow-x: hidden;
	height: 80vh;
}
.full-modal .modal-body:after {
	display: block;
	content: "";
	width: 100%;
	height: 40px;
	position: relative;
}
.full-modal .modal-sm .modal-body {
	height: auto;
}
.full-modal .modal-content:after {
	display: block;
	content: "";
	width: calc(100% - 10px);
	height: 40px;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 60%);
	position: absolute;
	bottom: 0;
	left: 5px;
}
.full-modal .content-wrap {
	padding: 0;
}
.full-modal .modal-title {
	text-align: center;
	display: inline-block;
	width: auto;
	position: relative;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 28px;
}
.full-modal .modal-title:after {
	height: 4px;
	width: 50%;
	background: #cf3339;
	margin-left: 25%;
	content: "";
	display: none;
}
#ieDialog.full-modal .modal-body {
	font-size: 18px;
	line-height: 1.5;
	font-family: Conv_SukhumvitTadmai_Tex;
}
#ieDialog.full-modal .modal-footer {
	font-size: 14px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
#ieDialog.full-modal .modal-content:after {
	display: block;
	content: "";
	width: 0 !important;
	height: 40px;
	background: none !important;
	position: absolute;
	bottom: 0;
	left: 5px;
}
.card-choice {
	max-width: 100%;
	display: block;
	margin: 0 5px 20px;
	padding: 13px 15px 14px;
	border-radius: 6px;
	position: relative;
	top: 0;
	color: #000;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.card-choice:first-child {
	margin-top: 5px;
}
.card-choice:last-child {
	margin-bottom: 0;
}
.card-choice:hover {
	top: -3px;
	color: #cf3339;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}
.card-choice > * {
	display: inline-block;
	vertical-align: middle;
}
.left-icon {
	width: 80px;
	height: 53px;
	text-align: center;
}
.left-icon + p {
	padding-left: 15px;
	font-size: 18px;
	line-height: 1.14;
	max-width: calc(100% - 80px);
	font-family: Conv_SukhumvitTadmai_Tex;
}
.left-icon + p span {
	display: inline-block;
}
.card-choice .left-icon img {
	width: 76px;
	height: 53px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.only-mobile .social-footer {
	text-align: center;
	padding: 0;
	border: none;
	margin: 0 0 30px;
}
.only-mobile .social-footer a {
	margin: 0 10px;
}
.only-mobile .social-footer img {
	width: 30px;
}
.to-top {
	bottom: 50px;
	right: 37px;
	width: 45px;
	height: 45px;
	background: #fff;
	background-size: 100% 100%;
	display: block;
	border-radius: 50%;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	color: #cf3339;
	font-family: serif;
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
}
.chat,
.to-top {
	position: fixed;
	z-index: 1;
}
.chat {
	bottom: 17px;
	right: 110px;
	width: 135px;
	height: 37px;
	border-radius: 5px;
	background: #cf3339;
	color: #fff;
	font-size: 15px;
	padding: 8px 3px;
	display: none;
}
.chat * {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.chat img {
	width: 32px;
	height: auto;
	margin-left: 5px;
}
.ghost-footer {
	opacity: 0;
	pointer-events: none;
}
.ghost-footer.active {
	opacity: 1;
	pointer-events: all;
}
.chat:hover,
.to-top:hover {
	cursor: pointer;
}
.chat:hover {
	bottom: 27px;
}
#foot-trigger {
	position: relative;
	top: -80vh;
}
.search-wrap {
	text-align: center;
	font-size: 0;
	display: block;
	margin: 9px 0 2px;
}
.search-wrap > * {
	display: inline-block;
	vertical-align: middle;
}
.search-wrap img.icon-search-result {
	width: 20px;
	height: 20px;
}
.input-search {
	line-height: 30px;
	font-size: 20px;
	font-family: Conv_SukhumvitTadmai_Tex;
	width: 656px;
	border: none;
	border-bottom: 1px solid rgba(91, 100, 112, 0.15);
	height: 30px;
	margin: 3px 13px 0 9px;
	padding-left: 12px;
}
.input-search:placeholder {
	color: rgba(91, 100, 112, 0.15);
}
.input-search:focus::-webkit-input-placeholder {
	color: #fff;
}
.input-search:focus::-moz-placeholder {
	color: #fff;
}
.input-search:focus::-ms-input-placeholder {
	color: #fff;
}
.input-search:focus::placeholder {
	color: #fff;
}
.input-search:focus {
	outline: 0;
	border-color: #cf3339;
}
.button-search {
	background: #cf3339;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	font-family: Conv_SukhumvitTadmai_Bol;
	width: 108px;
	height: 30px;
	line-height: 26px;
	margin: 40px 0 0;
	opacity: 1;
	border: none;
	cursor: pointer;
}
.input-search + .button-search {
	margin-top: 0;
}
.button-search:hover {
	opacity: 0.65;
}
.button-search[disabled] {
	background: rgba(91, 102, 112, 0.6);
	cursor: default;
}
.button-search[disabled]:hover {
	opacity: 1;
}
.search-cat-wrap {
	display: block;
	font-size: 0;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 51px;
	overflow: hidden;
}
.search-cat-wrap * {
	display: inline-block;
	font-size: 0;
}
.search-cat-wrap input[type="checkbox"] {
	display: none;
}
.search-cat-head {
	font-size: 16px;
	text-align: right;
	padding-right: 92px;
}
.search-cat-head > div > * {
	display: inline-block;
	vertical-align: middle;
}
.search-cat-head > div > h4 {
	padding-right: 3px;
}
.search-cat-head i {
	transform: rotate(0deg);
}
.search-cat-head .collapsed i {
	transform: rotate(-180deg);
}
.search-cat-head img {
	width: 28px;
	height: 28px;
}
.search-cat-wrap input[type="checkbox"] + label:after {
	content: "";
	width: 20px;
	height: 20px;
	top: 7px;
	left: 1px;
	border-radius: 3px;
	border: 1px solid rgba(91, 100, 112, 0.65);
	background: none;
	position: absolute;
	background-position: 50%;
}
.search-cat-wrap label {
	padding: 12px 30px;
	line-height: 12px;
	font-size: 16px;
	position: relative;
}
.search-cat-wrap > label:nth-child(2) {
	border: none;
}
.search-cat-wrap label:hover {
	cursor: pointer;
	opacity: 0.75;
}
.profile-image {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.profile-image img {
	width: 100% !important;
	height: auto !important;
}
.login-btn.logged-in {
	padding: 0;
	border: none;
	vertical-align: middle;
	position: relative;
}
.profile-name {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 84px;
	padding-right: 5px;
}
.login-btn.logged-in:hover,
.login-btn.logged-in:hover .profile-name {
	cursor: pointer;
	color: #fff;
}
.login-btn.logged-in.active,
.login-btn.logged-in.active .profile-name {
	color: #fff;
}
.login-btn.logged-in.active i {
	transform: rotate(-180deg);
}
.login-btn.logged-in ul {
	opacity: 0;
	pointer-events: none;
	background: #000;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 100%;
	right: -35px;
	width: 260px;
	max-width: none;
	text-align: left;
}
.login-btn.logged-in ul li {
	padding: 16px 0;
	margin: 0 20px;
	display: block;
	border-top: 1px solid #5b6670;
}
.login-btn.logged-in ul > li:first-child {
	border: none;
}
.login-btn.logged-in.active ul {
	opacity: 1;
	pointer-events: all;
}
.login-btn.logged-in ul li * {
	display: inline-block;
	vertical-align: middle;
}
.login-btn.logged-in ul li:hover p {
	color: #fff;
}
.subimg-wrap {
	width: 39px;
	text-align: center;
	padding-right: 15px;
}
.for-sub-profile-mobile {
	opacity: 0;
	pointer-events: none;
	display: none;
}
button.close {
	font-family: sans-serif;
	font-weight: 100;
	text-shadow: none;
}
.breadcrumb {
	background: none;
	padding-left: 30px;
	padding-top: 34px;
	font-size: 12px;
	color: rgba(91, 102, 112, 0.6);
	font-family: Conv_SukhumvitTadmai_Tex;
}
.breadcrumb a {
	margin: 0 6px;
	color: rgba(91, 102, 112, 0.6);
	vertical-align: middle;
}
.breadcrumb a:hover {
	color: #000;
}
.breadcrumb a.active {
	pointer-events: none;
	color: #000;
}
.breadcrumb a.active:hover {
	cursor: default;
}
.recompared {
	text-align: center;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 15px;
}
.recompared a {
	color: #cf3339;
	opacity: 1;
}
.recompared a:hover {
	opacity: 0.75;
}
.campare-table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 55px;
}
.compare-head-wrap {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 138px;
}
.compare-cancel {
	font-family: Conv_SukhumvitTadmai_Tex;
	color: #fff;
	width: 20px;
	height: 20px;
	background: #cf3339;
	text-align: center;
	padding: 0;
	border: none;
	border-radius: 50%;
	font-size: 25px;
	line-height: 0.5;
	transform: rotate(-45deg);
	position: absolute;
	top: -5px;
	right: -5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#type1 {
	display: block;
}
#type2 {
	display: none;
}
#idcard {
	display: block;
}
#passpord {
	display: none;
}
.compare-cancel:hover {
	cursor: pointer;
}
.compare-cancel p {
	position: relative;
	top: -2px;
}
.campare-table th {
	text-align: center;
	width: calc(33% - 71px);
	vertical-align: top;
}
.campare-table td {
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	font-family: Conv_PSL249pro;
	border-left: 1px solid rgba(91, 102, 112, 0.2);
	padding: 22px 42px 28px;
}
.campare-table td:first-child {
	border-left: none;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Tex;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.campare-table tbody {
	border-top: 10px solid #f7f7f6;
}
.campare-table tbody tr:nth-child(odd) {
	background: hsla(24, 9%, 89%, 0.3);
}
.campare-table th > p {
	font-size: 16px;
	line-height: 1.4;
	font-family: Conv_SukhumvitTadmai_Tex;
	text-align: center;
	margin: 22px auto 13px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 46px;
}
.campare-table th > a {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	font-size: 16px;
	font-family: Conv_SukhumvitTadmai_Bol;
	color: #fff;
	text-align: center;
	padding: 13px 36px;
	line-height: 16px;
	display: inline-block;
	background: #cf3339;
	border-radius: 3px;
	position: relative;
	top: 0;
	margin-bottom: 52px;
}
.campare-table th > a:hover {
	top: -3px;
}
.campare-table th:first-child {
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	width: 214px;
	vertical-align: top;
	padding-top: 35px;
	padding-left: 20px;
}
.campare-table td:nth-child(n + 5),
.campare-table th:nth-child(n + 5) {
	display: none;
}
.on-default {
	display: inline-block;
}
.on-hover,
a:hover .on-default {
	display: none;
}
a:hover .on-hover {
	display: inline-block;
}
@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		@media (max-width: 1024px) {
			a:hover .on-default {
				display: inline-block;
			}
			a:hover .on-hover {
				display: none;
			}
		}
	}
}
.overlay-breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px 0;
}
.overlay-breadcrumb .site-breadcrumb {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	line-height: 26px;
	color: hsla(0, 0%, 100%, 0.6);
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
}
.overlay-breadcrumb .site-breadcrumb a {
	color: hsla(0, 0%, 100%, 0.6);
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 6px;
	font-size: 12px;
}
.overlay-breadcrumb .site-breadcrumb a:first-child {
	margin-left: 0;
}
.overlay-breadcrumb .site-breadcrumb a:last-child {
	margin-right: 0;
}
.overlay-breadcrumb .site-breadcrumb a.current {
	color: #fff;
	width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}
.content-wrap.breadcrumb-wrap .site-breadcrumb {
	text-align: left;
}
.content-filter {
	padding-bottom: 26px;
}
.breadcrumb.bc-content {
	background-color: transparent;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
}
.breadcrumb.bc-content .breadcrumb-item a {
	color: rgba(91, 102, 112, 0.6);
	outline: 0;
}
.breadcrumb.bc-content .breadcrumb-item.active a,
.breadcrumb.bc-content .breadcrumb-item a:hover {
	color: #000;
}
.breadcrumb.bc-content .breadcrumb-item.active a:hover {
	cursor: default;
}
.breadcrumb.bc-content li {
	display: inline-block;
	vertical-align: middle;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.breadcrumb-item + .breadcrumb-item:before {
	vertical-align: middle;
	padding: 0;
	content: " ";
}
.filter-credit nav[aria-label="breadcrumb"] {
	padding-top: 20px;
}
.col-right-filter {
	text-align: right;
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 1rem;
	padding-top: 10px;
}
.col-right-filter .search-credit {
	width: 335px;
	height: 40px;
	padding-left: 20px;
	border: 1px solid #5b6670;
	border-radius: 6px;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	text-align: left;
	cursor: pointer;
}
.col-right-filter input::-webkit-input-placeholder {
	color: #5b6670;
}
.col-right-filter input::-moz-placeholder {
	color: #5b6670;
}
.col-right-filter input:-ms-input-placeholder {
	color: #5b6670;
}
.col-right-filter input:-moz-placeholder {
	color: #5b6670;
}
.col-right-filter .search-credit .btn-search {
	display: block;
	width: 18px;
	height: 18px;
	top: 10px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}
.btn-filter {
	display: inline-block;
	vertical-align: middle;
}
.btn-filter span {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	vertical-align: middle;
}
.btn-filter img {
	width: 26px;
	height: 26px;
	vertical-align: middle;
}
.btn-filter.only-mobile {
	display: none;
}
.btn-filter.only-desktop.with-tablet {
	margin-bottom: 6px;
}
.main-credit {
	margin-bottom: 130px;
	padding-top: 0;
}
.main-credit.addTop {
	padding-top: 150px;
}
.main-credit h3 {
	text-align: center;
	font-size: 35px;
	padding-bottom: 40px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.main-credit img {
	width: 100%;
	position: relative;
	top: 0;
	padding: 0 25px;
}
.main-credit img:hover {
	top: -3px;
}
.creditcard-row {
	margin-bottom: 40px;
}
.box-credit-content {
	padding: 20px 10px 0;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box-credit-content > .row {
	margin-top: auto;
}
.main-credit .credit-title {
	font-family: Gotham-Bold;
	line-height: 18px;
	display: -webkit-box;
}
.main-credit .credit-content,
.main-credit .credit-title {
	font-size: 14px;
	letter-spacing: 0.25px;
	text-align: center;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-credit .credit-content {
	font-family: Conv_SukhumvitTadmai_Tex;
	line-height: 1.3;
	padding-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: none;
}
.main-credit .main-content {
	min-height: 55px;
	text-decoration: none;
}
.main-credit a {
	color: #000;
	display: block;
}
.main-credit .box-credit-content .row a {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 12px;
	color: #000;
	display: block;
	text-decoration: underline;
}
.txt-link-right {
	padding: 2px 10px;
	-ms-flex-item-align: center;
	align-self: center;
}
.txt-link-right a:hover {
	color: #cf3339 !important;
}
.main-credit button {
	font-family: Conv_SukhumvitTadmai_Bol;
	color: #cf3339;
	font-size: 14px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #cf3339;
	width: 108px;
	height: 30px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.main-credit button:hover {
	background-color: #cf3339;
	color: #fff;
}
.click-compare {
	background-color: #f2f2f2;
	padding: 20px 0 10px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	z-index: 1;
	width: 100%;
}
.click-compare.active {
	opacity: 1;
	pointer-events: all;
}
.click-compare img {
	width: 138px;
	margin-bottom: 10px;
}
.box-compare-credit {
	position: relative;
}
.box-compare-credit p + span {
	position: absolute;
	color: #fff;
	font-size: 18px;
	width: 20px;
	height: 20px;
	background-color: #cf3339;
	border-radius: 60px;
	top: -6px;
	right: 60px;
	cursor: pointer;
	display: none;
	transform: rotate(45deg);
	font-family: Conv_SukhumvitTadmai_Bol;
}
.box-compare-credit .gotImage + p + span {
	display: block;
}
.click-compare p {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 14px;
	line-height: 1.4;
}
.compare-title p {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 24px;
	line-height: 28px;
	margin-top: 17px;
}
.btn-right {
	text-align: right;
}
.click-compare .btn-default {
	margin: 0;
	margin-bottom: 10px;
}
.click-compare .btn-cancel,
.click-compare .btn-default {
	width: 148px;
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 18px;
}
.click-compare .btn-cancel {
	height: 45px;
	color: #cf3339;
	background-color: transparent;
	border-radius: 6px;
	border: 1px solid #cf3339;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.click-compare .btn-cancel:hover,
.click-compare .btn-default:hover {
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}
.click-compare .on-desktop {
	display: block;
}
.compare-active {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.compare-active.active .box-credit-content,
.compare-active.active img {
	opacity: 0.4;
}
.compare-active.active:after {
	position: absolute;
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
	font-size: 14px;
	width: 20px;
	height: 20px;
	background-color: #cf3339;
	border-radius: 60px;
	top: -6px;
	right: 6px;
	padding: 3px;
	cursor: pointer;
	opacity: 1;
}
.filter-title,
.filter-title h1 {
	text-align: center;
}
.filter-title h1 {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 70px;
	padding-bottom: 10px;
	font-family: Conv_SukhumvitTadmai_Tex, Helvetica, Arial, sans-serif;
	font-size: 35px;
}
.filter-title h1:after {
	height: 4px;
	width: 50%;
	background: #cf3339;
	position: absolute;
	left: 25%;
	content: "";
	top: 100%;
}
.filter-content p {
	font-family: Conv_SukhumvitTadmai_Tex;
	text-align: left;
	font-size: 20px;
	line-height: 33px;
	margin: 20px 0 10px;
}
.filter-content .box-other-form label {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.4;
}
.filter-content .checkmark {
	border: 1px solid #8b939a;
	top: 10px;
}
.row-lifestyle {
	padding: 0 40px;
}
.filter-content .box-other-form img {
	height: 45px;
}
.filter-content .box-other-form img.img-visaaa {
	height: 25px;
}
.filter-content .box-other-form.checkbox-form {
	padding: 10px 0;
}
.btn-filter-search {
	text-align: center;
}
.btn-filter-search .btn-cancel:disabled {
	border: 1px solid rgba(91, 102, 112, 0.6);
	color: rgba(91, 102, 112, 0.6);
}
.btn-filter-search .btn-cancel {
	width: 145px;
	height: 45px;
	border-radius: 6px;
	border: 1px solid #cf3339;
	background-color: #fff;
	color: #cf3339;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Bol;
	margin: 50px 10px 30px 0;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.btn-filter-search .btn-default {
	width: 145px;
	margin-top: 50px;
	margin-left: 10px;
}
#header-card-detail .proud-head {
	margin-bottom: 105px;
	margin-top: 0;
	height: 321px;
}
#header-card-detail .header-desc {
	margin-bottom: 60px;
}
#header-card-detail .content-desc h2 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 30px;
}
#header-card-detail .content-desc h2 .smaller-text {
	font-size: 30px;
}
#header-card-detail .content-desc h3 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
}
#header-card-detail a.card-register-center {
	margin: 40px 0 60px;
}
.type-card {
	margin: 72px auto 44px;
}
.type-card img {
	width: 100%;
}
.type-card h3 {
	font-size: 28px;
	padding-bottom: 36px;
}
.type-card h3,
.type-card p {
	font-family: Conv_SukhumvitTadmai_Tex;
}
.type-card p {
	font-size: 20px;
	padding-top: 20px;
}
#content-card-detail .content-title.title-section {
	margin-left: 0;
	transform: translateX(0);
}
.static-content .text-point {
	margin-bottom: -15px;
	color: #cf3339;
}
.static-content .img-point {
	margin: 0;
	padding-top: 20px;
	height: 90px;
}
#card-detail-regis .detail-register-desc span strong {
	text-decoration: underline;
}
.proud-loan .proud-head {
	margin-bottom: 125px;
	margin-top: 0;
	height: 321px;
}
.proud-loan
	#section-flexi-promotions
	.slide-flexi-promotions
	.item
	.item-footer {
	display: block;
}
.proud-loan #section-flexi-promotions {
	padding-bottom: 40px;
}
.proud-loan .offset-lg-1.text-left {
	margin-left: 0;
}
.proud-loan .item .slide-title {
	-webkit-line-clamp: 1;
}
.header-big-cover img,
.proud-head img {
	position: absolute;
	bottom: -76px;
	left: 50%;
	transform: translateX(-50%);
	height: 248px;
}
.header-big-cover-logo,
.proud-logo {
	margin: 117px auto 22px;
	display: block;
}
.header-big-cover-logo + h1,
.proud-logo + h1 {
	font-size: 26px;
	line-height: 42px;
	font-family: Conv_SukhumvitTadmai_Tex, Helvetica, Arial, sans-serif;
	text-align: center;
}
.btn-wrap {
	width: 100%;
	display: block;
	text-align: center;
}
.btn-wrap > * {
	display: inline-block;
}
.btn-action,
.card-register-center {
	background: #cf3339;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Bol, Helvetica, Arial, sans-serif;
	padding: 13px 49px;
	border-radius: 6px;
	border: transparent;
	margin: 30px 0 60px;
	min-width: 176px;
	position: relative;
	top: 0;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.card-register-center:disabled {
	pointer-events: none;
	background: rgba(91, 102, 112, 0.6) !important;
	color: #fff !important;
	border-color: transparent !important;
}
a.btn-action,
a.card-register-center {
	margin: 30px 0 60px;
}
.card-register-center:hover {
	cursor: pointer;
	color: #fff;
	top: -3px;
	box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
}
.card-register-center.blue {
	background: #0076c0;
}
.btn-action.blue {
	background-color: #fff;
	border: 1px solid #0076c0;
	color: #0076c0;
}
.btn-action:hover {
	background-color: #0076c0;
	color: #fff;
}
.text-head-wrap > div {
	font-size: 30px;
	line-height: 46px;
	text-align: center;
	font-family: Conv_SukhumvitTadmai_Tex;
	padding: 0 40px 24px;
}
.text-content-wrap .only-desktop {
	padding-left: 50px;
	padding-right: 50px;
}
.text-content-wrap li {
	list-style: outside;
	margin-left: 55px;
	font-family: Conv_SukhumvitTadmai_Tex;
	line-height: 22px;
	margin-bottom: 8px;
	font-size: 16px;
}
.text-content-wrap li span {
	font-family: Conv_SukhumvitTadmai_Thi;
}
.text-content-wrap ol {
	margin-bottom: 30px;
	display: block;
}
.underline {
	display: inline;
	text-decoration: underline;
	margin-right: 0.25em;
}
.little-notice {
	font-size: 12px;
	color: #707070;
}
.text-content-wrap .little-notice {
	margin-left: 35px;
	display: block;
	margin-bottom: 40px;
}
.withStore p {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-family: Conv_SukhumvitTadmai_Tex;
	line-height: 30px;
	position: relative;
	top: -4px;
}
.content-wrap .row.box-login-con.only-login {
	width: 360px;
	max-width: 100%;
}
.icon-store {
	width: 135px;
	margin: 8px 3px 0;
	position: relative;
	top: 0;
}
.icon-store:hover {
	cursor: pointer;
	top: -2px;
}
.store-ktc {
	margin: 8px 16px 0 8px;
}
.img-in-loan {
	width: calc(100% + 15px);
	max-width: none;
	height: auto;
	margin: 0 0 -2px 1px;
}
.with-loan-img {
	background: rgba(90, 102, 112, 0.05);
	text-align: center;
}
.with-loan-img h4 {
	font-size: 30px;
	font-family: Conv_SukhumvitTadmai_Tex;
	margin-bottom: 30px;
}
.with-loan-img p {
	font-size: 16px;
	line-height: 26px;
	max-width: 332px;
	margin: 30px auto 0;
}
.vertical-wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.vertical-content {
	display: table-cell;
	vertical-align: middle;
}
.two-icon-link {
	max-width: 985px;
	margin: 40px auto;
	text-align: center;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.two-icon-link a {
	position: relative;
	top: 0;
}
.two-icon-link a:hover {
	top: -2px;
}
.two-icon-link img {
	width: auto;
	height: 72px;
}
.grey-panel {
	display: block;
	background: rgba(90, 102, 112, 0.05);
}
.two-icon-link p {
	text-align: center;
	color: #cf3339;
	text-decoration: underline;
	display: block;
	margin-top: 11px;
}
.content-title {
	text-align: center;
	font-size: 30px;
	display: inline-block;
	margin-left: 50%;
	position: relative;
	margin-bottom: 40px;
	font-family: Conv_SukhumvitTadmai_Tex;
	line-height: 1.5;
	padding-top: 40px;
	transform: translateX(-50%);
}
.content-title:after {
	height: 2px;
	width: 50%;
	background: #cf3339;
	position: absolute;
	left: 25%;
	content: "";
	top: 100%;
}
.content-title.title-memshop {
	padding-top: 0;
}
.static-wrap.section-service-detail .text-left .row > div {
	text-align: left;
}
.static-wrap .small-desc p {
	font-size: 16px;
}
.section-service-detail .service-desc {
	line-height: 1.5;
	border-bottom: 1px solid rgba(91, 102, 112, 0.15);
	padding-bottom: 30px;
	margin-bottom: 32px;
}
.section-service-detail .service-desc:first-child {
	margin-top: 40px;
}
.section-service-detail .service-desc .media img {
	width: 50px;
}
.section-service-detail .service-desc .media-body h5 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 20px;
}
.section-service-detail .service-desc .media-body li {
	list-style-type: disc;
	margin-left: 1.5em;
	line-height: 1.5;
}
.section-service-detail .service-desc .media-body li,
.section-service-detail .service-desc .media-body p {
	font-family: Conv_PSL249pro;
	font-size: 20px;
	line-height: 1.2;
}
.section-service-detail .service-desc .media-body p span {
	text-decoration: underline;
	font-family: Conv_SukhumvitTadmai_Bol;
}
.static-wrap .link-more.link-on-desc {
	font-family: Conv_PSL249pro;
	font-size: 20px;
	line-height: 1.2;
	display: inline;
	margin: auto 0 0;
}
.static-wrap .link-more.link-to-modal {
	text-decoration: underline;
	color: #000;
}
.negative-text .link-more.static-link-red {
	color: #cf3339;
}
.more-modal .header {
	border-bottom: 1px solid #e6e8ea;
	padding-bottom: 7px;
	margin-bottom: 24px;
	margin-top: 80px;
}
.more-modal .header .title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 7px;
}
.more-modal .content li,
.more-modal .content p {
	font-family: Conv_PSL249pro;
	line-height: 1.2;
}
.more-modal .content p b {
	font-weight: 700;
}
.more-modal .content li {
	list-style-type: disc;
	margin-left: 1.5em;
}
#header-card-detail .header-title {
	font-family: Conv_SukhumvitTadmai_Bol;
	text-align: center;
	margin-top: 20px;
}
#header-card-detail.page-merchant-inner-header > .content-wrap:after {
	display: none;
}
article#content-card-detail section {
	padding-top: 0;
}
article#content-card-detail.first-section-bangchak section {
	padding-top: 40px;
	padding-bottom: 0;
}
#content-card-detail.page-content
	.content-inner-merchant-detail
	.section-service-detail {
	border-top: 1px solid #e7e8ea;
	padding-top: 40px;
}
#content-card-detail .content-title {
	padding-top: 0;
}
#content-card-detail .section-after-header img {
	height: 150px;
}
#content-card-detail .section-intro {
	text-align: center;
}
#content-card-detail .section-intro h3 {
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 40px;
}
#content-card-detail .section-intro p {
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 14px;
	margin-bottom: 20px;
}
#content-card-detail .section-intro p a {
	font-family: Conv_SukhumvitTadmai_Tex;
	margin: auto 30px;
}
#content-card-detail .section-intro .no-dash {
	text-align: center;
	margin-top: 30px;
}
#content-card-detail .section-desc-promotion p strong {
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}
#content-card-detail .section-desc-promotion p {
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 14px;
}
#content-card-detail .section-service-detail {
	text-align: left;
}
#content-card-detail .section-service-detail h5 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 32px;
}
#content-card-detail .section-service-detail li,
#content-card-detail .section-service-detail p {
	font-family: Conv_PSL249pro;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
}
#content-card-detail .section-service-detail p span {
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 14px;
	text-decoration: underline;
	display: block;
}
#content-card-detail .section-service-detail p a {
	color: #000;
}
#content-card-detail .section-service-detail .service-desc {
	margin-bottom: 32px;
}
#card-detail-regis .detail-register-desc h5 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 28px;
}
#card-detail-regis .detail-register-desc p {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 20px;
	padding: 24px 0 10px;
}
#card-detail-regis .detail-register-desc span {
	font-family: Conv_PSL249pro;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
	padding-top: 6px;
}
article.page-content #card-detail-regis h3:after {
	background-color: #cf3339;
}
.card-sub-sticky .nav-img-card img {
	height: 40px;
	vertical-align: middle;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}
.card-sub-sticky .nav-name-card {
	font-family: Conv_SukhumvitTadmai_Bol;
}
#header-card-detail .content-desc.only-mobile,
.after-header-on-mobile {
	display: none;
}
.static-wrap .position-on-top {
	-ms-flex-item-align: start !important;
	align-self: start !important;
}
.static-wrap .negative-text.position-on-top .link-more {
	margin: 30px 20px 60px;
}
.block-wrap {
	padding: 30px 30px 40px;
	margin: 0 auto;
}
.static-wrap .still-background img.bg-for-ipad,
.static-wrap .still-background img.bg-for-mobile {
	display: none;
}
.static-wrap .block-wrap img {
	height: 100px;
	width: auto;
	margin-top: 0;
}
.static-wrap .block-wrap h5 {
	font-family: Gotham-Bold;
	font-size: 30px;
	letter-spacing: 0;
	color: #000;
}
.static-wrap .block-wrap p {
	font-size: 20px;
	color: #000;
}
.static-wrap .row > div.position-on-top .block-wrap.block-content .link-more {
	font-size: 16px;
	color: #000;
	padding-top: 20px;
	margin: 0;
}
.static-wrap .link-more.link-no-margin {
	margin: 0;
}
.page-content .bg-pink-text {
	width: 90%;
	height: auto;
	position: absolute;
	top: -12%;
	left: 16%;
}
.content-wrap.main-loan {
	padding-top: 60px;
	padding-bottom: 100px;
}
.main-loan,
.main-loan h1 {
	text-align: center;
}
.main-loan h1 {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 65px;
	padding-bottom: 10px;
	font-family: Conv_SukhumvitTadmai_Tex, Helvetica, Arial, sans-serif;
	font-size: 35px;
}
.main-loan h1:after {
	height: 2px;
	width: 50%;
	background: #cf3339;
	position: absolute;
	left: 25%;
	content: "";
	top: 100%;
}
.sub-title {
	text-align: center;
	margin-bottom: 20px;
}
.form-wrap input,
.sub-title {
	font-size: 16px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.form-wrap input {
	width: 100%;
	padding: 0;
	border: none;
	border-bottom: 1px solid rgba(90, 102, 112, 0.4);
	margin-top: 35px;
	height: 30px;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.form-wrap input:-webkit-autofill,
.form-wrap input:focus:-webkit-autofill {
	width: 100%;
	padding: 0;
	border: none;
	font-size: 16px;
	border-bottom: 1px solid rgba(90, 102, 112, 0.4);
	font-family: Conv_SukhumvitTadmai_Tex;
	margin-top: 60px;
	height: 30px;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.form-wrap input::-webkit-input-placeholder {
	color: #fff;
}
.form-wrap input::-moz-placeholder {
	color: #fff;
}
.form-wrap input::-ms-input-placeholder {
	color: #fff;
}
.form-wrap input::placeholder {
	color: #fff;
}
:-ms-input-placeholder {
	color: #fff !important;
}
.form-wrap input:focus {
	outline: none;
}
.form-wrap select.form-control,
.form-wrap select.form-control:focus,
section#section-merchant-register-form select.form-control:focus {
	padding-left: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	color: #000;
	-webkit-appearance: none;
	border-color: #ced4da;
}
.form-wrap.box-login-con span.select-arrow {
	right: 0;
}
.form-wrap .left span.select-arrow {
	right: 45px;
}
.before-dropdown {
	font-size: 14px;
	margin-top: 38px;
	color: rgba(90, 102, 112, 0.7);
	font-family: Conv_SukhumvitTadmai_Tex;
}
.before-dropdown.text-focus {
	color: #cf3339;
}
.custom-dropdown + ul.active:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 100;
	bottom: 100%;
}
.input-notice {
	margin-top: 30px;
	padding: 7px 0;
	font-family: Conv_SukhumvitTadmai_Tex;
	line-height: 21px;
	margin-top: 50px;
}
#proud-register .input-notice {
	text-align: center;
	max-width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
#proud-register .input-notice .checkbox-form {
	display: inline-block;
	padding: 4px 0 0 25px;
	text-align: left;
}
#proud-register .input-notice .checkbox-form > label,
#proud-register .input-notice .checkbox-form > label input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#proud-register .input-notice .checkbox-form > label .checkmark {
	top: 5px;
}
#proud-register .input-notice .checkbox-form input[type="checkbox"] {
	margin: 0;
}
article.page-content .title-red-line h3:after {
	background-color: #cf3339;
}
.img-result {
	margin: 145px 0 30px;
	width: 122px;
}
section .form-register-completed .img-result {
	margin-top: 85px;
}
.form-register-completed,
.proud-regis-complete {
	text-align: center;
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 20px;
}
.form-register-completed p,
.proud-regis-complete p {
	font-size: 35px;
	line-height: 54px;
	padding-bottom: 10px;
}
.main-loan a {
	cursor: pointer;
}
.main-loan a img:hover {
	top: -3px;
}
.main-loan img {
	width: 270px;
	top: 0;
	height: auto;
	position: relative;
	border-radius: 10px;
}
.main-loan .box-content {
	margin-top: 28px;
}
.main-loan .loan-title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 20px;
	line-height: 21px;
	padding-bottom: 10px;
}
.main-loan .loan-content {
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 16px;
	line-height: 24px;
}
.nav-right.page-loan .card-register-center,
.sticky-right.page-loan .card-register-center {
	color: #cf3339;
	border: 1px solid #cf3339;
	background-color: #fff;
}
.nav-right.page-loan .card-register-center:hover,
.sticky-right.page-loan .card-register-center:hover {
	top: auto;
	background-color: #cf3339;
	border-color: transparent;
	color: #fff;
}
h4.content-title {
	text-align: left;
	padding-top: 0;
}
.collapse.in {
	display: block;
}
.faq-wrap {
	margin-bottom: 60px;
}
.faq-head {
	opacity: 1;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 0 0 15px;
	letter-spacing: 0;
	font-family: Conv_SukhumvitTadmai_Bol;
	position: relative;
}
.faq-head .collapsed {
	line-height: 21px;
}
.faq-head:hover,
.faq-head:hover .collapsed {
	cursor: pointer;
	color: #000;
}
.faq-head > div {
	position: relative;
	line-height: 21px;
	padding-right: 24px;
	padding-top: 15px;
	border-top: 1px solid rgba(90, 102, 112, 0.15);
}
.panel-default:first-child .faq-head > div {
	border: none;
}
.theFAQ {
	border-bottom: 1px solid rgba(90, 102, 112, 0.15);
}
.faq-head > div:after {
	position: absolute;
	content: "+";
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 30px;
	color: inherit;
	top: 22px;
	right: 10px;
	margin-top: -9px;
	transform: rotate(-45deg);
}
.faq-head > .collapsed:after {
	transform: rotate(0deg);
}
.faq-answer > div {
	padding: 0 0 30px;
	font-size: 20px;
	color: #000;
	line-height: 1.2;
	font-family: Conv_PSL249pro;
	font-weight: 100;
}
@media only screen and (min-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
	}
}
.faq-answer > div a u {
	color: #000;
}
.faq-answer > div a:hover u {
	color: #cf3339;
}
.table.faq-tb {
	width: 50%;
	min-width: 280px;
	margin: 25px auto auto;
}
.table.faq-tb strong {
	font-weight: 600;
}
.proud-loan {
	overflow: hidden;
}
.proud-loan .proud-after-logo {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	margin: 117px auto 8px;
}
.proud-loan .sub-desc {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 60px;
}
.proud-loan.cash-loan .proud-after-logo {
	margin: 52px auto 15px;
}
.proud-loan.cash-loan .sub-desc {
	margin-bottom: 15px;
}
.proud-loan .content-desc h2 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
}
.proud-loan .content-desc h3 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
}
.img-full-half img {
	width: 100%;
	padding: 55px;
}
.proud-service-withdraw .text-head-wrap {
	font-size: 40px;
	line-height: 1.3;
	font-family: Conv_SukhumvitTadmai_Tex;
	padding-bottom: 15px;
	padding-left: 35px;
}
.proud-service-withdraw img.img-service-online {
	width: 100%;
}
.content-service-online {
	padding: 40px 0;
}
.proud-loan-interest img.img-loan-interest {
	width: 100%;
	position: relative;
}
.proud-loan-interest .vertical-wrap {
	position: absolute;
	bottom: 80%;
	left: 10%;
	transform: translateY(-20%);
}
.proud-loan-interest .img-ico-flexi {
	width: 184px;
	height: auto;
	padding-bottom: 24px;
}
.proud-loan-interest .with-loan-img {
	background: none;
}
.static-wrap .overlap-wrap.text-left {
	padding: 50px 20%;
}
.static-wrap p.sub-desc-red {
	font-family: Conv_SukhumvitTadmai_Tex;
	color: #cf3339;
	font-size: 20px;
	margin-top: -8px;
	margin-bottom: 8px;
}
.static-wrap p.sub-desc-nor {
	margin-bottom: 12px;
}
.text-content-wrap.desc-transfer li {
	margin-left: 25px;
	font-size: 20px;
	font-family: Conv_SukhumvitTadmai_Thi;
}
.text-content-wrap.desc-transfer li strong {
	font-family: Conv_SukhumvitTadmai_Tex;
}
.text-content-wrap.desc-transfer .little-notice {
	margin-left: 0;
	font-size: 16px;
}
.static-wrap .desc-transfer a {
	color: #000;
	text-decoration: underline;
}
.static-wrap p strong {
	font-family: Conv_SukhumvitTadmai_Bol;
}
.static-wrap p .underline {
	color: #000;
}
.static-wrap .little-notice {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	color: #000;
	margin: 33px 0 0;
}
.content-wrap .on-desk {
	display: -ms-flexbox;
	display: flex;
}
.content-wrap .on-mobile {
	display: none !important;
}
.page-loan-proud .cash-desc {
	font-size: 18px;
	line-height: 28px;
	font-family: Conv_SukhumvitTadmai_Thi;
	text-align: center;
	display: block;
	padding-top: 14px;
}
.box-cash {
	margin-bottom: 40px;
}
.box-cash-long {
	background-color: rgba(91, 102, 112, 0.05);
}
.box-cash-long,
.box-cash-short {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0;
}
.box-cash-long .content-cash {
	position: absolute;
	top: calc(50% - 65px);
	left: calc(50% - 255px);
}
.box-cash-short .content-cash {
	position: absolute;
	top: calc(50% - 65px);
	left: calc(50% - 215px);
}
.box-cash .content-cash h2 {
	font-size: 30px;
	line-height: 46px;
}
.box-cash .content-cash h2,
.box-cash .content-cash span {
	font-family: Conv_SukhumvitTadmai_Tex;
	text-align: center;
	display: block;
}
.box-cash .content-cash span {
	font-size: 16px;
	line-height: 26px;
	padding-top: 14px;
}
.box-more {
	margin: 40px 0;
	text-align: center;
}
.box-more-wrap .box-con-cal {
	padding-left: calc(30% - 350px);
	padding-right: calc(30% - 350px);
	margin: 0 40px;
}
.box-con-cal {
	padding-left: calc(40% - 350px);
	padding-right: calc(40% - 350px);
	text-align: center;
	display: inline-block;
}
.box-con-cal a {
	cursor: pointer;
	position: relative;
	top: 0;
}
.box-con-cal a:hover {
	top: -3px;
}
.box-con-cal a img {
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
.box-con-cal .con-cal-txt {
	padding: 20px 0;
	display: block;
	vertical-align: middle;
	width: auto;
	text-align: center;
}
.box-con-cal .con-cal-txt a {
	color: #000;
	line-height: 1.4;
}
.box-con-cal .con-cal-txt h5 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	color: #000;
	padding-bottom: 10px;
}
.box-con-cal .con-cal-txt p {
	color: #000;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	line-height: 26px;
	text-decoration: underline;
	white-space: nowrap;
}
.box-con-cal .con-cal-txt h4 > span,
.box-con-cal .con-cal-txt p > span {
	display: inline-block;
}
.box-con-cal .con-cal-txt.content-sub h4 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 30px;
	color: #000;
	padding-bottom: 17px;
}
.box-con-cal .con-cal-txt.content-sub p {
	color: #000;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
}
.detail-register h3 {
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 5px;
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-family: Conv_SukhumvitTadmai_Tex;
}
.detail-register h3:after,
.title-red-line h3:after {
	height: 2px;
	background: #cf3339;
	position: absolute;
	left: 25%;
	right: 25%;
	content: "";
	top: 100%;
	display: block;
}
.detail-register {
	background-color: rgba(91, 102, 112, 0.05);
	padding: 40px 0;
}
.detail-register-desc h5 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 28px;
}
.detail-register-desc p {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 20px;
	padding: 24px 0 10px;
}
.detail-register-desc div.notice {
	font-family: Conv_PSL249pro;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
}
.detail-register-desc div.notice ol {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
#card-register-modal > div {
	max-width: 485px;
}
#card-register-modal.full-modal .modal-body {
	height: auto;
}
.static-content .type-dash li {
	list-style-type: none;
	position: relative;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
}
.static-content .type-dash li:before {
	content: "-";
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 20px;
	line-height: 20px;
	top: 2px;
	left: -16px;
	position: absolute;
}
.detail-register-desc li {
	font-family: Conv_PSL249pro;
	list-style: outside;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	margin-left: 17px;
}
.detail-register-desc > h5 {
	margin-top: 40px;
}
.detail-register-desc.col-lg-12 + .detail-register-desc.col-lg-6 {
	margin-bottom: 0;
}
.detail-register-desc.col-lg-6
	+ .detail-register-desc.col-lg-6:nth-child(2)
	> h5,
.detail-register-desc:first-child > h5 {
	margin: 0;
}
.img-precent {
	width: 115px;
	height: auto;
}
#nav-flexi-navbar-desktop .nav-item.active .nav-link-act,
#nav-flexi-navbar .nav-item.active .nav-link-act {
	color: #cf3339;
}
nav.navbar .sub-nav-flexi {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}
.btn.button-flexi-start {
	display: inline-block;
	padding: 8px 30px;
	height: 45px;
	font-family: Conv_SukhumvitTadmai_Bol, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background: #cf3339;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.btn.button-flexi-start.invert {
	color: #cf3339;
	background: #fff;
	border: 1px solid #cf3339;
	height: 30px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn.button-flexi-start.invert:hover {
	top: auto;
	background-color: #cf3339;
	border-color: transparent;
	color: #fff;
}
.forever .btn.button-flexi-start.invert {
	color: #e0005a;
	background: #fff;
	border: 1px solid #e0005a;
}
.forever .btn.button-flexi-start.invert:hover {
	background-color: #e0005a;
	color: #fff;
}
.forever-banner .btn.button-flexi-start {
	background: #e0005a;
}
.button-flexi-start.only-desktop {
	margin-top: 30px;
}
.button-flexi-start.only-mobile {
	margin-top: 20px;
	font-size: 14px;
}
.page-flexi-header h1 {
	margin-top: 15px;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 42px;
	color: #fff;
	line-height: 1.4;
}
#page-flexi-content {
	position: relative;
}
#nav-flexi-scroll-trigger {
	padding-bottom: 40px;
	position: absolute;
}
#nav-flexi {
	position: absolute;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 18px;
}
#nav-flexi.only-desktop {
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	pointer-events: none;
	padding-left: calc(50vw - 653px);
	padding-right: calc(50vw - 653px);
}
@media only screen and (max-width: 1366px) {
	#nav-flexi.only-desktop {
		padding-left: 30px;
		padding-right: 30px;
	}
}
#nav-flexi.only-desktop,
#nav-flexi.only-desktop * {
	transition: none;
}
#nav-flexi.only-desktop.fixed {
	opacity: 1;
	pointer-events: all;
}
#nav-flexi.only-desktop.fixed,
#nav-flexi.only-desktop.fixed * {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
#nav-flexi-navbar,
#nav-flexi-navbar-desktop {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
}
#nav-flexi-navbar-desktop .navbar-nav,
#nav-flexi-navbar .navbar-nav {
	margin: auto;
	padding-left: 30px;
}
#nav-flexi-navbar-desktop .nav-item,
#nav-flexi-navbar .nav-item {
	border-right: 1px solid #e6e8ea;
}
#nav-flexi-navbar-desktop .nav-item:last-child,
#nav-flexi-navbar .nav-item:last-child {
	border-right: none;
}
#nav-flexi-navbar-desktop .nav-item .nav-link,
#nav-flexi-navbar .nav-item .nav-link {
	padding: 16px 40px;
	color: #000;
}
#nav-flexi-navbar-desktop .nav-item.active .nav-link,
#nav-flexi-navbar-desktop .nav-item .nav-link:hover,
#nav-flexi-navbar .nav-item.active .nav-link {
	color: #cf3339;
}
.forever #nav-flexi-navbar .nav-item.active .nav-link {
	color: #e0005a;
}
.btn-flexi-share.only-mobile {
	margin-top: 20px;
	width: 100%;
	background-size: auto 80%;
}
#nav-flexi {
	font-size: 14px;
}
#nav-flexi .button-flexi-start {
	display: none;
	margin-left: 15px;
}
#nav-flexi.fixed {
	position: fixed;
	margin-top: 66px;
	padding-top: 9px;
	padding-bottom: 9px;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1;
	border-bottom: 1px solid hsla(0, 0%, 44%, 0.15);
}
.fixed #nav-flexi-navbar .nav-item {
	border: none;
}
.fixed #nav-flexi-navbar .nav-item .nav-link {
	padding-left: 20px;
	padding-right: 20px;
}
#nav-flexi.fixed #nav-flexi-navbar .navbar-nav {
	margin-left: 0;
	padding: 0;
}
#nav-flexi.fixed .btn-flexi-share {
	margin-top: 2px;
}
#nav-flexi.fixed .button-flexi-start {
	display: block;
}
#nav-flexi-mobile,
#nav-flexi-modal {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
#nav-flexi-mobile .nav.full-size,
#nav-flexi-modal .nav.full-size {
	margin-bottom: 20px;
}
#nav-flexi-mobile .nav.full-size li.nav-item,
#nav-flexi-modal .nav.full-size li.nav-item {
	border-top: 1px solid #e6e8ea;
}
#nav-flexi-mobile .nav.full-size li.nav-item:last-child,
#nav-flexi-modal .nav.full-size li.nav-item:last-child {
	border-bottom: 1px solid #e6e8ea;
}
#nav-flexi-mobile .nav.full-size li.nav-item.active a,
#nav-flexi-modal .nav.full-size li.nav-item.active a {
	color: #cf3339;
}
#nav-flexi-mobile .nav.full-size a,
#nav-flexi-modal .nav.full-size a {
	padding: 12px;
	color: #4c4c4c;
	text-align: center;
}
#nav-flexi-mobile .nav.mini,
#nav-flexi-modal .nav.mini {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 20px;
	top: -50px;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
#nav-flexi-mobile .nav.mini .nav-right,
#nav-flexi-modal .nav.mini .nav-right {
	margin-left: auto;
	position: relative;
}
#nav-flexi-mobile .nav.mini .button-flexi-start,
#nav-flexi-modal .nav.mini .button-flexi-start {
	height: 30px;
	padding: 3px 20px;
	font-size: 14px;
	margin: 0;
}
#nav-flexi-mobile .nav.mini .button-flexi-start {
	padding: 5px 20px;
	font-size: 13px;
}
#nav-flexi-mobile .nav.mini .btn-flexi-share,
#nav-flexi-modal .nav.mini .btn-flexi-share {
	background-size: 22px;
}
#nav-flexi-modal .nav.full-size li.nav-item:first-child {
	border-top: none;
}
#nav-flexi-modal .nav.full-size li.nav-item:last-child {
	border-bottom: none;
}
#nav-flexi-modal .nav.full-size a {
	text-align: left;
}
.sticky-right .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
.sticky-right .nav-item {
	cursor: pointer;
}
#nav-sticky-merchant .btn-flexi-share {
	margin-top: 18px;
	cursor: pointer;
}
#page-flexi-content section {
	padding-top: 40px;
	padding-bottom: 40px;
}
#page-flexi-content.forever section {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	overflow: hidden;
}
#page-flexi-content h4 {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 40px;
	text-align: center;
	position: relative;
}
#page-flexi-content h4:after {
	content: "";
	display: block;
	margin: 10px auto;
	width: 50%;
	height: 2px;
	background-color: #cf3339;
}
.forever .content-ticket {
	position: absolute;
}
.forever#page-flexi-content img {
	margin-bottom: -4px;
	position: relative;
}
section#section-flexi-cards {
	padding: 0 0 50px;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
#section-flexi-cards > .row > [class*="col"] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
}
#section-flexi-cards > .row > [class*="col"]:first-child {
	border-right: 1px solid #e6e8ea;
}
#section-flexi-cards .box-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-bottom: 100px;
}
#section-flexi-cards h4 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 35px;
}
#section-flexi-cards h4:after {
	display: none;
}
#section-flexi-cards small {
	font-size: 0.8em;
}
#section-flexi-cards .sub-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
}
#section-flexi-cards figure.box-info {
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	height: 220px;
	text-align: center;
}
#section-flexi-cards figure.box-info > * {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-flow: column;
	flex-flow: column;
}
#section-flexi-cards figure.box-info > .left {
	border-right: 1px solid #e6e8ea;
}
#section-flexi-cards figure.box-info h5 {
	-ms-flex: 1;
	flex: 1;
	font-family: Conv_SukhumvitTadmai_Thi, Helvetica, Arial, sans-serif;
	font-size: 28px;
}
#section-flexi-cards figure.box-info h5 > small {
	display: block;
	font-size: 0.71em;
}
#section-flexi-cards figure.box-info .text-number {
	font-family: Conv_SukhumvitTadmai_Thi, Helvetica, Arial, sans-serif;
	font-size: 100px;
	color: #cf3339;
}
#section-flexi-cards figure.box-info .text-number > small {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 28px;
}
#section-flexi-cards figure.box-info .text-number.percent > small {
	font-size: 40px;
}
#section-flexi-cards figure.box-info .btn {
	margin-top: 10px;
}
#section-flexi-installments .tab-pane.fade {
	transition: opacity 0.5s;
}
#section-flexi-installments .tab-pane.fade.in {
	opacity: 1;
}
#nav-flexi-installments {
	margin-top: 40px;
	margin-bottom: 40px;
}
#nav-flexi-installments li.nav-item {
	border-right: 1px solid #e6e8ea;
}
#nav-flexi-installments li.nav-item:last-child {
	border: none;
}
#nav-flexi-installments li.nav-item a {
	padding: 15px 40px 9px;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 24px;
	color: #8c949b;
	text-transform: uppercase;
}
#nav-flexi-installments li.nav-item a:after {
	content: "";
	display: block;
	margin-top: 3px;
	width: 50%;
	margin-left: 25%;
	height: 2px;
	background: transparent;
}
#nav-flexi-installments li.nav-item.active a {
	color: #000;
}
#nav-flexi-installments li.nav-item.active a:after {
	background: #cf3339;
}
#content-flexi-installments {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 18px;
	line-height: 2.45;
}
#content-flexi-installments a {
	color: #cf3339;
}
#content-flexi-installments .button-terms {
	margin-top: 30px;
	padding: 0;
	font-size: 16px;
	font-family: Conv_SukhumvitTadmai_Thi;
}
#content-flexi-installments .right {
	padding: 20px 90px;
}
#section-flexi-shops,
.forever .section-box {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	text-align: center;
	font-size: 28px;
}
#section-flexi-shops h4 {
	margin-bottom: 40px;
}
#section-flexi-shops .row {
	background: #f6f6f6;
}
#section-flexi-shops .box-full-img {
	min-height: 450px;
	padding: 40px 30px;
	background: transparent no-repeat 50%;
	background-size: cover;
}
#section-flexi-shops .box-center-v,
.forever .section-box .box-center-v {
	-ms-flex-item-align: center;
	align-self: center;
}
#section-flexi-shops p {
	line-height: 1.65;
}
#section-flexi-shops .button-contact-shop {
	margin-top: 60px;
	font-size: 20px;
}
#section-flexi-promotions .slide-wrap {
	overflow: visible;
}
#section-flexi-promotions .slide-flexi-promotions .owl-item,
#section-flexi-promotions .slide-flexi-promotions .owl-stage {
	display: -ms-flexbox;
	display: flex;
}
#section-flexi-promotions .slide-flexi-promotions .owl-nav .owl-prev {
	position: absolute;
	top: 85px;
	left: -30px;
}
#section-flexi-promotions .slide-flexi-promotions .owl-nav .owl-next {
	position: absolute;
	top: 85px;
	right: -30px;
}
#section-flexi-promotions .slide-flexi-promotions .item {
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
}
#section-flexi-promotions .slide-flexi-promotions .item p {
	margin-bottom: 20px;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 16px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#section-flexi-promotions .slide-flexi-promotions .item .item-footer {
	height: 84px;
	margin-top: auto;
	display: block;
}
.forever #section-flexi-promotions .slide-flexi-promotions .item .item-footer {
	display: block;
}
#section-flexi-promotions .slide-flexi-promotions .item .item-footer .left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex: auto;
	flex: auto;
}
#section-flexi-promotions .slide-flexi-promotions .item .item-footer .right {
	display: -ms-flexbox;
	display: flex;
	width: 26px;
}
#section-flexi-promotions .slide-flexi-promotions .button-register {
	display: block;
	width: 108px;
	height: 30px;
	font-family: Conv_SukhumvitTadmai_Bol, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #cf3339;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #cf3339;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	position: relative;
	top: 0;
}
#section-flexi-promotions .slide-flexi-promotions .button-register:hover {
	top: -3px;
}
#section-flexi-promotions a.button-see-all:hover {
	text-decoration: none;
}
.flexi-promotions .item .slide-title {
	-webkit-line-clamp: 1;
}
.flexi-modal h5.modal-title.long-title {
	font-size: 22px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: -14px;
}
.flexi-modal h5.modal-title.long-title:after {
	display: none;
}
.flexi-modal p {
	margin-bottom: 10px;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
.flexi-modal p b,
.flexi-modal p strong {
	font-family: Conv_SukhumvitTadmai_Bol, Helvetica, Arial, sans-serif;
}
.flexi-modal p.table-title {
	margin-top: 25px;
	font-size: 20px;
}
.flexi-modal p.text-annotation {
	color: #8c949b;
}
.flexi-modal ul.list-terms {
	margin-left: 17px;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 14px;
	list-style: disc;
}
.flexi-modal ul.list-terms li {
	margin-bottom: 5px;
	line-height: 1.5;
}
.flexi-modal table {
	margin: 30px 0;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 14px;
}
.flexi-modal table thead th {
	min-width: 120px;
	font-family: Conv_SukhumvitTadmai_Bol, Helvetica, Arial, sans-serif;
	border-top: none;
	border-bottom: 1px solid #e6e8ea;
}
.flexi-modal table thead th:first-child {
	min-width: 150px;
}
.flexi-modal table tbody {
	border-bottom: 1px solid #e6e8ea;
}
.flexi-modal table tbody td {
	border-top: 1px solid #e6e8ea;
}
#flexi-interests-calc-modal table thead th {
	min-width: 90px;
}
#flexi-interests-calc-modal table thead th:first-child {
	min-width: 150px;
}
#forever-donate-modal .modal-title,
#forever-rewards-modal .modal-title {
	font-family: Conv_SukhumvitTadmai_Tex;
	border-bottom: 1px solid #e6e8ea;
	width: 100%;
	text-align: left;
	font-size: 22px;
	padding-bottom: 17px;
	margin-top: 18px;
}
#forever-rewards-modal p.row-title {
	font-family: Conv_PSL249pro;
	font-size: 26px;
	margin-bottom: 5px;
}
#forever-rewards-modal p {
	font-family: Conv_PSL249pro;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.2;
}
#forever-rewards-modal p b,
#forever-rewards-modal p strong {
	font-family: Conv_PSL249pro;
	font-weight: 700;
}
#forever-rewards-modal p a,
#forever-rewards-modal p a:hover,
#forever-rewards-modal p a:visited {
	color: #000;
	text-decoration: underline;
}
.sub-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	height: 66px;
	border-bottom: 1px solid hsla(0, 0%, 44%, 0.15);
	z-index: 3;
	opacity: 0;
	pointer-events: none;
}
.sub-sticky.active {
	top: 65px;
	opacity: 1;
	pointer-events: all;
}
.sub-sticky .content-wrap {
	max-width: 1366px;
	padding: 0 30px;
}
.sub-sticky .content-wrap:after {
	content: "";
	float: none;
	clear: both;
}
.sticky-left {
	float: left;
	height: 100%;
	font-size: 0;
}
.sticky-left > ul {
	display: inline-block;
	vertical-align: middle;
}
.sticky-left li {
	display: inline-block;
	font-size: 14px;
	font-family: Conv_SukhumvitTadmai_Tex;
	margin-right: 40px;
	line-height: 66px;
}
.sticky-left li.only-mobile {
	display: none;
}
.sticky-left li a {
	color: #000;
	width: 100%;
	height: 100%;
	display: block;
}
.sticky-left li a:hover {
	color: #cf3339;
}
.sticky-right {
	float: right;
	height: 100%;
	font-size: 0;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 1366px) {
	#nav-flexi .sticky-left {
		padding-left: 0;
	}
	#nav-flexi .sticky-right {
		padding-right: 0;
	}
}
#nav-flexi .sticky-right.page-loan {
	padding-right: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
.sticky-right a {
	display: inline-block;
	vertical-align: middle;
}
.sticky-right a img {
	opacity: 1;
}
.sticky-right a:hover img {
	opacity: 0.5;
}
.sticky-right .btn-action,
.sticky-right .card-register-center {
	font-size: 13px;
	padding: 8px 26px;
	margin: 18px 0 18px 20px;
	display: inline-block;
	min-width: 0;
	white-space: nowrap;
}
.for-sticky {
	position: relative;
}
#nav-flexi .sticky-right .card-register-center {
	margin: 0 0 0 20px;
}
#nav-flexi-mobile a.card-register-center {
	padding: 5px 20px;
	top: 0 !important;
	border-radius: 3px;
}
#nav-flexi .sticky-left li {
	line-height: 1;
	width: 30px;
	height: 40px;
	margin: 0;
}
#nav-flexi .sticky-left li a {
	position: relative;
	left: 0;
	text-align: center;
}
#nav-flexi .sticky-left li a:hover {
	left: -3px;
}
#nav-flexi .sticky-left li a img {
	margin-top: 50%;
}
#nav-flexi h1 {
	display: inline-block;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 25px;
	font-family: Conv_SukhumvitTadmai_Bol;
	max-width: calc(100vw - 800px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
}
@media (min-width: 1366px) {
	#nav-flexi h1 {
		max-width: 566px;
	}
}
.sticky-white-menu-list li a {
	line-height: 42px;
	font-size: 14px;
	font-family: Conv_SukhumvitTadmai_Tex;
	border-bottom: 1px solid rgba(91, 102, 112, 0.15);
	display: block;
	color: #000;
}
.sticky-white-menu-list li a:hover {
	color: #cf3339;
}
.nav-menu-modal {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
.nav-menu-modal .nav {
	margin-bottom: 20px;
}
.nav-menu-modal .nav li.nav-item {
	border-bottom: 1px solid #e7e8ea;
}
.nav-menu-modal .nav li.nav-item:last-child {
	border-bottom: none;
}
.nav-menu-modal .nav a:hover,
.nav-menu-modal .nav li.nav-item.active a {
	color: #cf3339;
}
.modal-merchant .nav a:hover,
.modal-merchant .nav li.nav-item.active a {
	color: #0076c0;
}
.nav-menu-modal .nav a {
	padding: 14px 0;
	color: #4c4c4c;
	font-size: 14px;
	text-align: left;
}
.form-wrap input[type="password"] + label,
.form-wrap input[type="text"] + label {
	position: absolute;
	top: 44px;
	left: 15px;
	color: rgba(90, 102, 112, 0.7);
	pointer-events: none;
	opacity: 1;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.form-wrap input[type="password"]:focus,
.form-wrap input[type="text"]:focus {
	border-bottom: 1px solid #cf3339;
}
.form-wrap input[type="password"].hasText + label,
.form-wrap input[type="text"].hasText + label {
	font-size: 12px;
	top: 16px;
	color: #000;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.form-wrap input[type="password"].hasText:focus + label,
.form-wrap input[type="password"]:focus + label,
.form-wrap input[type="text"].hasText:focus + label,
.form-wrap input[type="text"]:focus + label {
	color: #cf3339 !important;
	font-size: 12px;
	top: 16px;
}
.form-wrap #calendar + label,
.form-wrap #calendar:focus + label {
	top: 38px;
	font-size: 12px;
}
.form-wrap #calendar:focus + label {
	color: #cf3339;
}
.form-wrap #calendar:placeholder-shown + label {
	top: 65px;
	font-size: 16px;
}
.form-wrap #calendar:placeholder-shown:focus + label {
	top: 38px;
	font-size: 12px;
}
.panel-heading[role="tab"] {
	cursor: pointer;
}
#content-flexi-installments p {
	line-height: 1.4;
	font-family: Conv_SukhumvitTadmai_Thi;
	font-size: 20px;
}
article.page-content .flexi-installments h4:after {
	background: none;
}
.installments-wrap .left {
	margin: auto;
	text-align: right;
	padding-right: 70px;
}
.installments-wrap .right {
	padding-top: 15px;
	padding-bottom: 15px;
}
.installments-wrap p {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	line-height: 1.2;
	color: #5b6670;
	letter-spacing: 0;
}
.installments-wrap p.main-desc {
	color: #000;
}
.installments-wrap p.title-desc {
	font-size: 24px;
	line-height: 1.3;
	color: #000;
	margin-bottom: 10px;
}
.installments-wrap .btn-link {
	padding: 0;
	font-family: Conv_SukhumvitTadmai_Tex;
	color: #5b6670;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: underline;
}
.section-cards {
	overflow: hidden;
}
.flexi-loan .box-title {
	display: inline-block;
}
.flexi-loan .box-title .title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 30px;
	line-height: 1.3;
}
.flexi-loan .box-title .sub-title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	line-height: 1.2;
}
.flexi-loan .offset-lg-1.text-on-right-img {
	margin-right: 0;
	margin-left: 0;
}
#page-flexi-content .section-cards h4:after {
	display: none;
}
.section-cards .box-info h5 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
}
.section-cards .box-info span {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 90px;
}
.section-cards .box-info small {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 24px;
}
.section-cards .box-info a,
.section-cards .box-info button {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	display: block;
}
.section-cards figure.box-info {
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	height: auto;
	text-align: center;
	margin-top: 20px;
}
.section-cards figure.box-info > * {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-flow: column;
	flex-flow: column;
}
.flexi-credit.section-cards figure.box-info > .left,
.flexi-loan.section-cards figure.box-info > .left {
	position: relative;
}
.flexi-credit.section-cards figure.box-info > .left:after,
.flexi-loan.section-cards figure.box-info > .left:after {
	border-right: 1px solid rgba(0, 0, 0, 0.16);
	width: 1px;
	content: "";
	position: absolute;
	bottom: 0;
	top: 20px;
	right: 0;
}
.flexi-credit .box-title .sub-title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	line-height: 1.2;
}
.flexi-credit .box-title .title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
}
.flexi-credit .offset-lg-1.text-on-left-img {
	margin-left: 0;
}
.box-info span {
	color: #cf3339;
}
.flexi-shop .box-title .title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 40px;
	color: #fff;
	text-align: left;
	margin-bottom: 18px;
}
.flexi-shop .box-title .sub-title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 20px;
	text-align: left;
	line-height: 1.4;
	color: #fff;
}
.section-cards a.link-more.button-contact-shop {
	font-size: 14px;
}
#nav-flexi-desktop {
	padding: 0;
}
#nav-flexi-desktop #nav-flexi-navbar-desktop .nav-item .nav-link {
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Tex;
	color: #000;
	padding: 16px 40px;
}
#nav-flexi-desktop #nav-flexi-navbar-desktop .nav-item .nav-link:hover {
	color: #cf3339;
}
#nav-flexi-desktop .navbar-nav {
	position: absolute;
	top: 50px;
	right: 30px;
}
#nav-flexi-desktop .nav {
	position: relative;
	top: 0;
	right: 0;
	padding: 40px 0;
}
.on-right.header-login-pg {
	-ms-flex: 1;
	flex: 1;
	padding-top: 24px;
	cursor: pointer;
}
.on-right.header-login-pg img {
	width: 18px;
	vertical-align: bottom;
}
.on-right.header-login-pg p {
	padding-left: 6px;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	display: inline-block;
	color: #fff;
}
.box-login-con {
	padding-top: 10vh;
	padding-bottom: 3vh;
	margin-left: auto;
	margin-right: auto;
	width: 404px;
	display: block;
	overflow: hidden;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.box-login-con {
		overflow: visible;
	}
}
.box-input-form {
	position: relative;
}
.box-login-con h3 {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}
.bg-login .index-sub-head {
	margin-top: 60px;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 18px;
	color: #000 !important;
}
.box-login-con i {
	font-family: FontAwesome;
	width: 32px;
	padding-right: 10px;
	color: rgba(91, 102, 112, 0.55);
}
.box-login-con img {
	width: 20px;
	padding-right: 5px;
}
.box-login-con .reset-password {
	vertical-align: middle;
}
.box-login-con.form-wrap input {
	width: 100%;
}
.box-login-con.form-wrap input:-ms-input-placeholder,
.box-login-con.form-wrap input:focus::-ms-input-placeholder {
	color: #fff !important;
}
.form-wrap input:-ms-input-placeholder,
.form-wrap input:focus::-ms-input-placeholder {
	color: #fff !important;
}
.box-login-con.form-wrap.only-login input {
	width: calc(100% - 30px) !important;
}
.box-login-con.form-wrap input[type="password"] + label,
.box-login-con.form-wrap input[type="text"] + label {
	left: 30px;
}
.box-login-con.form-wrap input[type="password"].hasText + label,
.box-login-con.form-wrap input[type="password"].hasText:focus + label,
.box-login-con.form-wrap input[type="password"]:focus + label,
.box-login-con.form-wrap input[type="text"].hasText + label,
.box-login-con.form-wrap input[type="text"].hasText:focus + label,
.box-login-con.form-wrap input[type="text"]:focus + label {
	left: 0;
	color: #000;
}
.box-login-con.form-wrap input[type="checkbox"] {
	width: 20px;
}
.box-other-form input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 30px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid rgba(91, 102, 112, 0.7);
	cursor: pointer;
}
.box-other-form input:checked ~ .checkmark {
	background-color: #cf3339;
	border: none;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.box-other-form input:checked ~ .checkmark:after {
	display: block;
}
.box-other-form .checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	border-radius: 2px;
	transform: rotate(45deg);
}
.box-other-form.checkbox-form {
	padding-top: 30px;
}
.box-other-form {
	position: relative;
}
.box-other-form label {
	color: #000;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Tex;
	padding-left: 40px;
	cursor: pointer;
}
button.btn-default:disabled {
	background-color: rgba(91, 102, 112, 0.6);
	pointer-events: none;
}
button.btn-default {
	width: 100%;
	height: 45px;
	border-radius: 6px;
	border-color: transparent;
	background-color: #cf3339;
	color: #fff;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Bol;
	margin: 40px 0 30px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.only-desktop button.btn-default {
	width: 165px;
}
button.btn-default:disabled:hover {
	cursor: default;
}
.box-other-form a {
	color: #000;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.vl {
	border-left: 1px solid rgba(90, 102, 112, 0.4);
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 0;
}
.link-regis {
	text-align: center;
	margin: 25px 0;
	color: #000;
}
.link-regis,
.link-regis a {
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.link-regis a {
	color: #cf3339;
	text-decoration: underline;
	padding-left: 10px;
}
#footer-login-form .footer-only-login,
#footer-login-form .social-footer {
	display: none;
}
.on-right.header-regis-pg {
	padding-top: 24px;
	cursor: pointer;
	-ms-flex: 1;
	flex: 1;
}
.on-right.header-regis-pg p {
	padding-left: 6px;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	vertical-align: top;
}
.on-right.header-regis-pg img {
	width: 16px;
}
.box-login-con.form-wrap input[type="checkbox"] {
	display: none;
}
.box-other-form input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.dotmark {
	position: absolute;
	top: 30px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 60px;
	border: 1px solid rgba(91, 102, 112, 0.7);
	cursor: pointer;
}
.box-other-form input:checked ~ .dotmark {
	background-color: #cf3339;
	border: none;
}
.dotmark:after {
	content: "";
	position: absolute;
	display: none;
}
.box-other-form input:checked ~ .dotmark:after {
	display: block;
}
.box-other-form .dotmark:after {
	left: 6px;
	top: 6px;
	width: 8px;
	height: 8px;
	border: solid #fff;
	border-radius: 60px;
	background-color: #fff;
	transform: rotate(45deg);
}
.box-radio {
	padding: 0 15px;
}
.box-radio label {
	padding-left: 20px;
}
#pg-regis.form-wrap input[type="password"] + label,
#pg-regis.form-wrap input[type="text"] + label {
	left: 0;
}
#pg-regis.box-login-con input {
	width: 100%;
}
.box-input-form .form-group {
	margin-bottom: 0;
}
.box-input-form .form-group label {
	font-size: 12px;
	color: #000;
	margin-top: 30px;
}
.box-input-form .form-control {
	padding-left: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	color: #000;
	-webkit-appearance: none;
}
.box-input-form .form-control:focus {
	box-shadow: none;
	border-color: #cf3339;
}
.box-input-form .select-item {
	width: 60px;
}
a.link-regis {
	text-decoration: underline !important;
}
button.btn-next-step:disabled {
	background-color: rgba(91, 102, 112, 0.6);
}
button.btn-next-step {
	width: calc(50% - 60px);
	height: 45px;
	border-radius: 6px;
	border-color: transparent;
	background-color: #cf3339;
	color: #fff;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Bol;
	margin: 40px 0 30px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.form-wrap input.err-message + label + span:after {
	content: "\f06a";
	font-family: FontAwesome;
	color: #cf3339;
	position: absolute;
	top: 40px;
	right: 3px;
}
.box-input-form span {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	color: #cf3339;
}
.txt-err-padd input {
	margin-bottom: 6px;
}
#box-condition {
	padding: 4px 80px 80px;
}
.condition-title h3 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 40px;
	border-bottom: 1px solid rgba(91, 102, 112, 0.15);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.condition-content li,
.condition-content p {
	font-family: Conv_PSL249pro;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
}
.txt-desc-input p {
	font-size: 12px;
	line-height: 21px;
}
.box-other-form.txt-desc-input {
	margin-top: 40px;
}
.box-other-form.txt-desc-input p {
	margin-bottom: 12px;
}
.box-other-form.txt-desc-input a p {
	display: inline-block;
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 16px;
	text-decoration: underline;
	color: #cf3339;
	vertical-align: top;
	padding-left: 5px;
}
button.btn-back-step {
	width: calc(50% - 60px);
	height: 45px;
	border-radius: 6px;
	border: 1px solid #cf3339;
	background-color: #fff;
	color: #cf3339;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Bol;
	margin: 60px 0 30px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-right: 20px;
}
#email.box-input-form {
	display: none;
}
.bg-login .card-register-center {
	margin-top: 25px;
	margin-bottom: 145px;
}
.bg-login .img-result {
	margin-bottom: 25px;
}
.search-input-wrap {
	position: relative;
}
.suggess-box {
	position: absolute;
	height: auto;
	left: 9px;
	right: 13px;
	top: calc(100% + 5px);
	background: #fff;
	border-radius: 3px;
	padding: 12px 20px;
	opacity: 0;
	pointer-events: none;
	z-index: 100;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.suggess-box:focus,
input:focus + .suggess-box {
	opacity: 1;
	pointer-events: all;
}
.suggess-list,
.suggess-list:hover {
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid rgba(91, 100, 112, 0.15);
}
.suggess-list:last-child {
	border: none;
}
.suggess-list > * {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	color: #5b6670;
	font-family: Conv_SukhumvitTadmai_Tex;
	max-width: calc(100% - 75px);
}
.suggess-list:hover > * {
	color: #000;
}
.suggess-img-wrap {
	width: 73px;
	height: 54px;
	padding: 8px 14px 8px 0;
	text-align: center;
}
.suggess-img-wrap img {
	width: auto;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#fake-result {
	pointer-events: none;
	position: absolute;
	left: 21px;
	right: 0;
	bottom: 1px;
	background: #fff;
	opacity: 1;
}
.content-wrap > nav > .breadcrumb {
	padding-left: 0;
}
.tab-content .tab-pane {
	opacity: 0;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
}
.tab-content .tab-pane.in {
	opacity: 1;
}
#result-content .index-head {
	margin: 0 0 0 -15px;
}
#result-content .index-head a {
	font-family: Conv_SukhumvitTadmai_Bol;
	color: #000;
	line-height: 33px;
	font-size: 20px;
}
.lang-wrap,
.text-on-slide .index-head a:after {
	display: none;
}
.lang-wrap {
	cursor: pointer;
}
.lang-wrap.active {
	display: block;
}
.menu-resp-scroll .lang-wrap {
	width: calc(100% - 40px);
	float: right;
}
.ktc-tabs {
	border: none;
	text-align: center;
	-ms-flex: 0;
	flex: 0;
	display: block;
	margin-bottom: 40px;
	font-size: 0;
}
.ktc-tabs li {
	display: inline-block;
	vertical-align: middle;
}
.ktc-tabs li a {
	color: #000;
	padding: 0 4.37vw;
	border-right: 1px solid rgba(91, 102, 112, 0.15);
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 20px;
	line-height: 55px;
	display: block;
}
.ktc-tabs li:last-child a {
	border: none;
}
.ktc-tabs li.active a,
.ktc-tabs li a:hover {
	color: #cf3339;
}
.ktc-tabs li.active a {
	pointer-events: none;
}
.ktc-tabs li.active a:hover {
	cursor: default;
}
.title-center {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 23px 0 30px;
	line-height: 33px;
}
#result-content .text-on-slide {
	margin-bottom: 17px;
	-ms-flex-align: end;
	align-items: flex-end;
}
#result-content .text-on-slide div + a {
	padding-bottom: 10px;
}
.search-slide {
	position: relative;
}
.search-slide .owl-nav {
	left: -30px;
	right: -30px;
	display: block;
	top: 5vw;
	position: absolute;
	pointer-events: none;
	transform: translateY(-10px);
}
.search-slide .owl-nav button {
	pointer-events: all;
}
.search-slide.type-credits .owl-nav {
	margin-top: 14px;
}
.search-slide.type-promotion .owl-nav {
	margin-top: 27px;
}
.search-slide .owl-nav .owl-next {
	float: right;
}
.search-slide .item img {
	width: 100%;
	height: auto;
}
.search-slide.type-credits .item .item-text-slide {
	min-height: 55px;
}
.search-slide.type-credits .item .slide-title {
	font-size: 14px;
	text-align: center;
	white-space: normal;
}
.search-slide.type-credits .item .slide-content {
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 0;
}
.search-slide.type-credits .card-register-btn {
	margin: auto;
}
.slide-wrap .item {
	color: #000;
}
.search-wrap .btn-wrap .button-search {
	position: static;
	margin: 20px;
}
.slide-wrap .card-register-btn {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 20px;
	height: 30px;
	color: #cf3339;
	background: #fff;
	border: 1px solid #cf3339;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	top: 0;
	display: inline-block;
}
.slide-wrap .card-register-btn:hover {
	color: #fff;
	background: #cf3339;
}
.promotion-range {
	line-height: 26px;
	margin: 14px 0 4px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
img[href] {
	opacity: 1;
}
img[href]:hover {
	cursor: pointer;
	opacity: 0.75;
}
.seach-result-other-box-wrap {
	margin: 15px 0 0;
	color: #000;
	display: block;
}
.seach-result-other-box-wrap:first-child {
	margin-top: 30px;
}
.search-result-headline {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 20px;
	line-height: 28px;
	padding: 3px 0;
	color: #000;
}
.seach-result-other-box-wrap:hover .search-result-headline {
	color: #cf3339;
}
.seach-result-text-content {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
#result-content {
	padding-bottom: 110px;
}
.mobile-cat {
	margin: -58px 0 0 auto;
}
#search-cat-wrap-top {
	margin: 0;
}
#search-cat-wrap-top .ktc-tabs {
	margin-top: 45px;
}
#result-content .slide-wrap .item {
	margin-bottom: 40px;
	display: block;
}
#result-content #type1 .item .slide-title {
	height: 56px;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 0;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
#result-content #type1 .item .slide-content {
	height: 32px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
#result-content .item .slide-footer {
	height: 84px;
	margin-bottom: 0;
}
.static-wrap.forever-banner h5 {
	margin: 0;
	font-family: Conv_SukhumvitTadmai_Bol;
}
.page-forever-header .content-wrap {
	padding: 0 60px;
	margin: 0 auto;
	width: 100%;
	max-width: 1366px;
}
.forever .btn-link.underlined {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	color: #000;
	text-decoration: underline;
	padding: 0 0 5px;
	vertical-align: middle;
}
.forever .item .slide-title {
	line-height: 1.4;
	-webkit-line-clamp: 1;
}
.forever #section-flexi-promotions .slide-flexi-promotions .item p {
	padding-top: 0;
}
.forever .btn.button-flexi-start {
	display: inline-block;
	padding: 5px 30px;
	font-family: Conv_SukhumvitTadmai_Bol, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	background: #db195e;
	border-radius: 6px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.button-forever-start.only-desktop {
	margin-top: 30px;
}
.page-forever-header h2 {
	margin-top: 15px;
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 47px;
	color: #fff;
	line-height: 65px;
}
.forever #nav-flexi-scroll-trigger {
	padding-bottom: 40px;
}
.forever .order-lg-first {
	padding-right: 0;
}
#page-flexi-content.forever section:last-child {
	padding-bottom: 40px;
}
#page-flexi-content.forever h4 {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-size: 30px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 25px;
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
}
.forever section#section-flexi-cards.only-desktop {
	margin-top: 0;
}
#page-flexi-content.forever h4:after {
	content: "";
	display: block;
	margin: 10px auto;
	width: 50%;
	height: 2px;
	background-color: #db195e;
}
.box-info-forever img {
	max-width: 100%;
	margin-top: 25px;
}
section#section-flexi-cards,
section#section-flexi-cards-mobile.forever {
	font-family:
		Conv_SukhumvitTadmai_Tex,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
#section-flexi-cards-mobile.forever > .row > [class*="col"]:first-child {
	padding-bottom: 40px;
}
.forever #section-flexi-cards > .row > [class*="col"]:first-child {
	border: none;
	padding-bottom: 0;
}
#section-flexi-cards-mobile.forever .box-title,
#section-flexi-cards .box-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-bottom: 100px;
}
#section-flexi-cards-mobile.forever .box-title-forever,
#section-flexi-cards .box-title-forever {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-bottom: 67px;
	margin-top: 57px;
}
#section-flexi-cards-mobile.forever .box-title-forever.rg,
#section-flexi-cards .box-title-forever.rg {
	margin-bottom: 37px;
	margin-top: 23px;
	text-align: center;
}
#section-flexi-cards-mobile.forever h4,
#section-flexi-cards h4 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 35px;
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
}
#section-flexi-cards-mobile.forever h4:after,
#section-flexi-cards h4:after {
	display: none;
	content: "";
	display: block;
	margin: 10px auto;
	width: 50%;
	height: 2px;
	background-color: #db195e;
}
#section-flexi-cards-mobile.forever.first-section-forever h4:after,
#section-flexi-cards.first-section-forever h4:after {
	margin: 0;
	background-color: transparent;
}
#section-flexi-cards-mobile.forever small,
#section-flexi-cards small {
	font-size: 0.8em;
}
#section-flexi-cards-mobile.forever .title-new,
#section-flexi-cards .title-new {
	text-align: center;
	font-size: 28px;
	line-height: 1.8;
	margin-top: 114px;
}
#section-flexi-cards-mobile.forever .sub-title,
#section-flexi-cards .sub-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
}
#section-flexi-cards-mobile.forever .sub-title-new,
#section-flexi-cards .sub-title-new {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}
.forever #section-flexi-cards .sub-title-new {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 18px;
}
.forever #section-flexi-cards .box-title-forever {
	margin-top: 40px;
	margin-bottom: 30px;
}
#section-flexi-cards-mobile.forever .sub-title-new.rg,
#section-flexi-cards .sub-title-new.rg {
	font-size: 20px;
	line-height: 1.8;
	font-family: Conv_SukhumvitTadmai_Thi;
}
#section-flexi-cards-mobile.forever figure.box-info,
#section-flexi-cards figure.box-info {
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	height: 220px;
	text-align: center;
}
#section-flexi-cards figure.box-info-forever .text-number {
	font-family: Conv_SukhumvitTadmai_Thi, Helvetica, Arial, sans-serif;
	font-size: 100px;
	color: #db195e;
}
.forever #nav-flexi-mobile .nav.full-size {
	display: none;
}
.forever .section-box {
	margin-bottom: 40px;
	position: relative;
}
.forever .section-box .row.no-gutters {
	margin-bottom: 40px;
}
.forever .section-box .row.no-gutters:last-child {
	margin-bottom: 0;
}
.forever .section-box .row {
	background: none;
}
.forever .section-box .row:last-child {
	background: #fff;
}
.forever .section-box div[class*="col"].order-lg-last.box-center-v {
	-ms-flex-item-align: center;
	align-self: center;
}
.forever .section-box div[class*="col"].order-lg-last.box-center-v-1 {
	-ms-flex-item-align: auto;
	align-self: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 50%;
	display: -ms-flexbox;
	display: flex;
}
.forever .section-box p {
	line-height: 37px;
}
.forever .section-box div[class*="col"].order-lg-last.box-center-v-1 > div {
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 auto;
}
.forever .section-box h5 {
	font-size: 40px;
	font-family: Conv_SukhumvitTadmai_Tex;
	margin-bottom: 20px;
}
.forever .section-box .only-shopping {
	font-size: 20px;
	line-height: 33px;
	font-family: Conv_SukhumvitTadmai_Thi;
	margin-top: 20px;
}
.forever .section-box .only-shopping:last-child {
	margin-top: 8px;
}
.forever .only-shopping .btn-link.underlined {
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	vertical-align: baseline;
}
.forever .section-box .button-contact-shop {
	margin-top: 0;
	font-size: 20px;
	padding-right: 4px;
}
.forever .section-box .button-contact-shop-new {
	font-size: 20px;
}
.forever .section-box .button-contact-shop-new1 {
	font-size: 18px;
	padding-left: 5px;
}
#section-flexi-promotions .item .slide-title {
	height: 45px;
}
#section-flexi-promotions .slide-flexi-promotions .promotion-forever img {
	display: block;
}
.index-slide1 .owl-dots {
	display: block;
	text-align: center;
	padding-top: 13px;
}
.forever-share-top {
	margin-top: 30px;
}
.row-breadcrumb-filter {
	padding-top: 35px;
	margin-bottom: 15px;
}
.row-breadcrumb-filter .site-breadcrumb {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	line-height: 26px;
	color: #9da3a9;
	margin-right: auto;
}
.row-breadcrumb-filter .site-breadcrumb a {
	color: #9da3a9;
}
.row-breadcrumb-filter .site-breadcrumb a.current {
	color: #000;
}
.article-wrap {
	padding-bottom: 40px;
}
.article-wrap .article-cover {
	margin-top: 30px;
	margin-bottom: 40px;
}
.item img {
	max-width: 100%;
	border-radius: 6px;
	position: relative;
	top: 0;
}
.article-wrap .article-title-wrap {
	margin-bottom: 25px;
}
.article-wrap .article-title {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 25px;
	line-height: 1.4;
}
.article-wrap .article-sub-title {
	font-family: Conv_SukhumvitTadmai_Bol;
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.4;
}
.article-wrap .article-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.article-wrap .article-code {
	font-family: Conv_SukhumvitTadmai_Tex;
	padding-top: 16px;
	font-size: 14px;
	color: rgba(91, 102, 112, 0.6);
}
.article-wrap .article-icon {
	text-align: right;
	padding-top: 16px;
	margin-left: auto;
}
.share-btn.share-btn-mg {
	margin-top: 3px;
}
.article-icon .share-popover,
.article-wrap .article-icon .share-popover,
.btn-flexi-share + .share-popover {
	position: absolute;
	top: -56px;
	right: -4px;
	background: #eceeed;
	width: 168px;
	height: 42px;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 9px;
	z-index: 1;
}
.article-icon .share-popover.new-layout,
.article-wrap .article-icon .share-popover.new-layout {
	top: auto;
	bottom: -56px;
}
.article-icon .share-popover.new-layout:after,
.article-wrap .article-icon .share-popover.new-layout:after {
	border-top: none;
	border-bottom: 8px solid #eceeed;
	bottom: auto;
	top: -8px;
}
.article-wrap.new .article-content .arti-readmore.active span:first-child {
	display: none;
}
.article-wrap.new .article-content .arti-readmore.active span:last-child {
	display: inline-block;
}
.article-wrap.new .article-content .arti-readmore span:last-child {
	display: none;
}
.nav-item {
	position: relative;
}
.sidebar .article-readmore .item {
	margin-bottom: 20px;
}
.article-wrap.new .sidebar .article-readmore .article-related-title {
	padding: 0 0 20px;
}
#article-detail .layout-2columns .column.main {
	width: calc(100% - 288px);
	padding-right: 60px;
}
#article-detail .layout-2columns .sidebar.sidebar-main {
	padding: 0 10px;
	width: 288px;
}
.article-icon .share-popover a,
.article-wrap .article-icon .share-popover a,
.btn-flexi-share + .share-popover a {
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
.article-icon .share-popover:after,
.article-wrap .article-icon .share-popover:after,
.btn-flexi-share + .share-popover:after {
	width: 0;
	height: 0;
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #eceeed;
	position: absolute;
	right: 11px;
	bottom: -8px;
	display: block;
}
.btn-flexi-share + .share-popover:after,
.btn-flexi-share .share-popover:after {
	border-bottom: none;
	border-top: 8px solid #eceeed;
	bottom: -8px;
	top: auto;
}
.article-wrap {
	margin-bottom: 40px;
}
.article-wrap .article-content {
	font-family: Conv_PSL249pro;
	font-size: 24px;
	line-height: 30px;
	clear: both;
}
.title-top:after {
	content: "";
	display: block;
	clear: both;
}
.article-wrap .article-content table {
	display: table;
	border-collapse: separate;
	margin-bottom: 25px;
}
.article-wrap .table-bordered td,
.article-wrap .table-bordered th {
	border: 1px solid #000;
}
.article-wrap .article-content ul {
	margin-bottom: 15px;
	list-style: inside;
}
.article-wrap .article-content ul li {
	list-style-type: disc;
}
.article-wrap .article-content ol {
	margin-bottom: 15px;
	list-style: inside;
}
.article-wrap .article-content ol li {
	list-style-type: decimal;
}
.article-wrap .article-content p {
	margin-bottom: 20px;
	letter-spacing: 0;
}
.article-wrap .article-content a {
	color: #cf3339;
	cursor: pointer;
}
.article-wrap .article-content .hightlight {
	color: #cf3339;
}
.article-wrap .article-content .hightlight,
.article-wrap .article-content b {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 20px;
}
.article-wrap .article-collapse {
	margin-bottom: 15px;
}
.article-wrap .article-collapse .title {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0;
}
.article-wrap .article-collapse .title i {
	margin-left: 10px;
	font-family: FontAwesome;
}
.article-wrap .article-collapse .title img {
	vertical-align: middle;
	width: 18px;
	margin-left: 10px;
	margin-top: -5px;
}
.article-wrap .article-collapse .title.collapsed i,
.article-wrap .article-collapse .title.collapsed img {
	transform: rotate(180deg);
}
.article-wrap .article-collapse .info {
	font-family: Conv_PSL249pro;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 10px;
}
.article-wrap .article-collapse .info span {
	color: #cf3339;
	font-weight: 700;
}
.article-wrap .article-collapse .info .i-map {
	position: relative;
	top: 2px;
	margin-left: 15px;
}
.article-wrap .article-collapse .info li {
	list-style: inside;
}
.article-wrap .article-collapse .info p {
	margin-bottom: 0;
	letter-spacing: 0;
}
.article-wrap .article-tag {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e8ea;
}
.article-wrap .article-tag a {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 25px;
	height: 30px;
	margin-right: 10px;
	border: 1px solid #707070;
	border-radius: 15px;
	color: #5b6670;
	opacity: 0.4;
	display: inline-block;
	margin-bottom: 10px;
}
.article-wrap .article-tag a:hover {
	opacity: 1;
	border: 1px solid #cf3339;
	color: #cf3339;
}
.article-wrap .article-link .title {
	font-family: Gotham-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
.article-wrap .article-link {
	margin-bottom: 40px;
}
.article-wrap .article-link .link {
	font-family: Conv_PSL249pro;
	font-size: 22px;
	line-height: 30px;
	color: #cf3339;
	margin-bottom: 5px;
}
.article-wrap .article-link .link .div-number {
	font-weight: 400 !important;
	color: #000 !important;
}
.article-wrap .article-link .link img {
	position: relative;
	margin-right: 7px;
	top: 4px;
	width: 21px;
}
.article-wrap .article-link .link a {
	color: #000;
}
.article-wrap .article-link .link a:hover {
	color: #cf3339;
}
@media only screen and (min-width: 992px) {
	.article-wrap .article-readmore > div:first-child {
		padding-right: 45px;
	}
}
.register-wrapper {
	padding: 10px 0 50px;
	text-align: center;
}
.section-title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 35px;
	line-height: 66px;
	position: relative;
	text-align: center;
	display: inline-block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.section-title:after {
	content: "";
	width: 50%;
	height: 2px;
	background: #cf3339;
	position: absolute;
	bottom: 0;
	left: 25%;
}
.register-wrapper .nav {
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 800px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.register-wrapper .nav .nav-item {
	border-right: 1px solid #e6e8ea;
	padding: 0;
	width: 260px;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.register-wrapper .nav .nav-item:last-child {
	border-right: 0;
}
.register-wrapper .nav .nav-link {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 18px;
	line-height: 40px;
	opacity: 0.7;
	color: #000;
	padding: 0;
	position: relative;
}
.register-wrapper .nav .active .nav-link {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 20px;
	line-height: 38px;
	opacity: 1;
	position: relative;
}
.register-wrapper .nav .nav-link:after {
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: 4px solid #fff;
	margin-left: 25%;
	width: 50%;
}
.register-wrapper .nav .active .nav-link:after {
	border-bottom: 2px solid #cf3339;
}
.form-content .input-ico {
	padding-left: 34px;
	height: 30px;
	margin-bottom: 40px;
	position: relative;
}
.form-content .input-ico.input-ico-right {
	padding-left: 0;
}
.register-wrapper .form-register .input-ico-right {
	margin-bottom: 40px;
}
.form-content.form-wrap input[type="password"] + label,
.form-content.form-wrap input[type="text"] + label {
	left: 0;
}
.form-register.form-content .input-select label.input-select-title {
	display: none;
}
.form-content .input-ico > * {
	position: relative;
	z-index: 1;
}
.form-content .input-ico.input-ico-right:after {
	display: none;
}
.form-content .input-ico.input-ico-right.input-baht:after {
	display: inline-block;
	background-image: none;
	content: "Ã Â¸Å¡Ã Â¸Â²Ã Â¸â€”";
	width: 36px;
	text-align: right;
	color: #a5abb0;
	margin-right: 5px;
	top: auto;
	bottom: -32px;
}
.form-content .input-ico.input-ico-right span {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	line-height: 26px;
	margin-top: 5px;
	color: #666;
}
.form-content .input-ico.input-ico-right span.error {
	display: block;
	text-align: left;
	color: #cf3339;
	margin-top: 2px;
}
.form-content .input-ico input[type="file"] {
	display: block;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.form-content .input-ico input[type="file"]:hover {
	cursor: pointer;
}
.register-wrapper .form-register .checkbox {
	margin: 90px 0 40px;
}
.form-content .checkbox input {
	display: none;
}
.form-content .checkbox label {
	position: relative;
	padding-left: 40px;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
.form-content .checkbox label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #8b939a;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}
.index-slide1 .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	background: #bbbbbc;
	border-radius: 50%;
	margin: 0 4px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-hover {
	background: #00b2e3 !important;
}
.index-slide1 .owl-dots .owl-dot.active {
	background: #cf3339;
	pointer-events: none;
}
.row-search-filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.row-search-filter .input-search-inline {
	display: inline-block;
	width: 335px;
	height: 40px;
	position: relative;
	outline: 0;
	z-index: 1;
	border-radius: 6px;
	border: 1px solid #5b6670;
	cursor: pointer;
	line-height: 40px;
	text-indent: 10px;
}
.row-search-filter .input-search-inline input {
	border-radius: 6px;
	border: 1px solid #5b6670;
	padding: 6px 33px 6px 15px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 28px;
	outline: 0;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 12px;
}
.row-search-filter .input-search-inline input:focus {
	border-color: #cf3339;
}
.row-search-filter .filter-btn {
	font-family: SukhumvitTadmai_Tex;
	font-size: 20px;
	line-height: 28px;
	color: #5b6670;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 22px;
}
.row-search-filter .filter-btn img {
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.row-search-filter .filter-btn img + span {
	font-size: 14px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.row-search-filter .input-search-inline .btn-search {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.slide-wrap.promo-wrap {
	margin-bottom: 20px;
}
.menu-sub-icon {
	margin-top: 20px;
	margin-bottom: 50px;
}
.menu-sub-icon .nav {
	margin: 0 -10px;
}
.menu-sub-icon .nav.five-icons {
	max-width: 991px;
}
.menu-sub-icon .nav-item {
	position: relative;
}
.menu-sub-icon .nav-item:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	opacity: 0.15;
}
.menu-sub-icon .nav-item:last-child:after {
	display: none;
}
.menu-sub-icon .nav-link {
	text-align: center;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	line-height: 26px;
	padding: 18px 15px;
}
.menu-sub-icon .nav-link p {
	color: #5b6670;
}
.menu-sub-icon .nav-link:hover p {
	color: #b63333;
}
.article-page .menu-sub-icon .nav-link {
	padding: 12px 15px 0;
}
.menu-sub-icon .nav-link img {
	display: block;
	margin: 0 auto -4px;
	height: 61px;
	width: auto;
}
.menu-sub-icon .permanent-link .nav-link img {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	vertical-align: middle;
}
.menu-sub-icon .permanent-link .nav-link img + p {
	display: inline-block;
	vertical-align: middle;
}
.menu-sub-icon .permanent-link .nav-link {
	height: 100%;
	background: rgba(91, 102, 112, 0.05);
}
.menu-sub-icon .permanent-link:after {
	display: none;
}
.menu-sub-icon .permanent-link .nav-link:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 1px;
	margin-left: -1px;
}
.promotion-page .menu-sub-icon {
	margin-bottom: -25px;
}
.promotion-page .breadcrumb {
	margin: 0;
	padding-left: 0;
}
.bn-for-desktop {
	margin-top: 40px;
}
.slide-wrap .item .slide-btn {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 14px;
	line-height: 10px;
	padding: 2px 15px;
	height: 30px;
	color: #cf3339;
	background: #fff;
	border: 1px solid #cf3339;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
	top: 0;
}
.slide-wrap .item .slide-btn:hover {
	color: #fff;
	background: #cf3339;
}
.promotion-page .item .slide-title {
	-webkit-line-clamp: 1;
	height: 45px;
}
.article-page .item .slide-title,
.promotion-page .item .slide-title {
	display: -webkit-box;
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.article-page .item .slide-title {
	-webkit-line-clamp: 2;
	height: 75px;
}
.promotion-page .item .slide-content {
	padding-top: 4px;
}
.article-page .item .slide-title + .slide-content,
.promotion-page .item .slide-title + .slide-content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 56px;
	margin-bottom: 10px;
}
.slide-wrap.last-slide {
	margin-bottom: 100px;
}
.banner-row a {
	position: relative;
	display: block;
}
.banner-row a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	pointer-events: none;
	opacity: 0.1;
	border-radius: 3px;
}
.banner-row a:hover:after {
	opacity: 0;
}
.banner-row a img {
	display: block;
	width: 100%;
	height: auto;
}
nav[aria-label="breadcrumb"] + .row-search-filter {
	padding-top: 13px;
	margin-bottom: 0;
}
.row-search-filter.only-mobile {
	margin-top: auto;
	text-align: right;
	display: none;
}
#filter-modal .form-content .checkbox label {
	position: relative;
	padding-left: 40px;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	color: #000;
}
#filter-modal .form-content .checkbox label:hover {
	cursor: pointer;
}
#filter-modal .form-content .checkbox input {
	display: none;
}
#filter-modal .form-wrap {
	max-width: 1200px;
}
@media only screen and (max-width: 767px) {
	#filter-modal .form-wrap {
		padding: 0;
	}
}
#filter-modal .filter-header {
	font-family: Conv_SukhumvitTadmai_Bol;
	margin-bottom: 20px;
	font-size: 24px;
	display: block;
	text-align: center;
}
#filter-modal .filter-title {
	font-family: Conv_SukhumvitTadmai_Bol;
	margin-bottom: 20px;
	text-align: left;
}
#filter-modal .filter-select-row {
	margin-bottom: 30px;
}
#filter-modal .filter-select-row button {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 14px;
	line-height: 10px;
	padding: 2px 15px;
	width: 110px;
	height: 30px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	color: #cf3339;
	border: 1px solid #cf3339;
	margin-right: 20px;
}
#filter-modal .filter-select-row button:hover {
	cursor: pointer;
}
#filter-modal .filter-select-row button[disabled] {
	color: #9da3a9;
	border: 1px solid #9da3a9;
}
#filter-modal .filter-select-row button[disabled]:hover {
	cursor: default;
}
@media only screen and (max-width: 767px) {
	#filter-modal .filter-select-row button {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 12px;
		width: 80px;
		padding: 2px 5px;
		margin-right: 10px;
	}
}
#filter-modal .topic-select-row {
	border-bottom: 1px solid #e6e8ea;
	padding-bottom: 0;
	margin-bottom: 30px;
}
#filter-modal .topic-select-row.no-border {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#filter-modal .topic-select-row .checkbox {
	margin-bottom: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 767px) {
	#filter-modal .topic-select-row {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	#filter-modal .topic-select-row .checkbox {
		margin-bottom: 20px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	#filter-modal .topic-select-row .checkbox:last-child {
		margin-bottom: 0;
	}
}
#filter-modal .type-card-select .checkbox label img {
	height: 45px;
	width: auto;
	padding: 6px;
}
#filter-modal .card-select-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.card-select-row.with-text .img-checkbox label img {
	height: 38px;
	width: auto;
	padding: 10px;
}
.card-select-row.type-card-select .img-checkbox label img {
	height: 45px;
	width: auto;
	padding: 6px;
}
@media only screen and (max-width: 767px) {
	#filter-modal .card-select-row {
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom: 20px;
	}
	#filter-modal .card-select-row .img-checkbox {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}
@media only screen and (max-width: 767px) {
	#filter-modal .card-select-row.with-text .img-checkbox {
		width: 150px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}
#filter-modal .card-select-row .img-checkbox {
	text-align: center;
	padding: 0 10px;
}
@media only screen and (max-width: 767px) {
	#filter-modal .card-select-row .img-checkbox label {
		display: block;
	}
	#filter-modal .card-select-row .img-checkbox label img {
		width: 100%;
	}
}
#filter-modal .card-select-row .img-checkbox input {
	display: none;
}
#filter-modal .card-select-row .img-checkbox span {
	display: block;
	margin-top: 12px;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	line-height: 26px;
	color: #000;
}
@media only screen and (max-width: 767px) {
	#filter-modal .card-select-row .img-checkbox span {
		font-size: 12px;
		line-height: 22px;
		margin-top: 3px;
	}
}
#filter-modal .footer-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
#filter-modal .footer-row .submit-filter-btn {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 18px;
	line-height: 8px;
	width: 158px;
	height: 45px;
	background: #cf3339;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	opacity: 1;
	border: 0;
}
@media only screen and (max-width: 767px) {
	#filter-modal .footer-row .submit-filter-btn {
		width: 100%;
	}
}
#filter-modal .footer-row .submit-filter-btn:disabled {
	background: #5b6670;
	opacity: 0.6;
}
#filter-modal .card-select-row .img-checkbox input:checked + label {
	border: 1px solid #cf3339;
}
#filter-modal .card-select-row .img-checkbox label {
	border: 1px solid #8b939a;
	border-radius: 6px;
	position: relative;
	display: inline-block;
}
.edit-button {
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Tex;
	float: right;
	color: #5b6670 !important;
}
.edit-button img {
	margin-right: 5px;
	top: 8px;
	position: relative;
}
.all-type-list {
	display: inline-block;
	margin: 10px 5px;
	position: relative;
	top: 0;
	vertical-align: top;
	width: calc(16% - 12px);
}
a.all-type-list[href]:hover p {
	color: #cf3339;
}
.all-type-list > div {
	width: 75px;
	height: 75px;
	border: 1px solid #bbbbbc;
	border-radius: 6px;
	margin-bottom: 9px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.all-type-list img {
	height: 55px;
	width: auto;
	margin: 10px auto;
	display: block;
}
.all-type-list p {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-family: Conv_SukhumvitTadmai_Tex;
	color: #000;
}
#edit-my-link-modal .btn-wrap {
	margin-top: 40px;
}
.cancel-btn {
	color: #cf3339;
	background: #fff;
	margin: 10px;
}
.cancel-btn,
.submit-btn {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 18px;
	line-height: 10px;
	padding: 9px 15px;
	height: 45px;
	border: 1px solid #cf3339;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	position: relative;
	min-width: 158px;
}
.submit-btn {
	color: #fff;
	background: #cf3339;
}
.submit-btn[disabled] {
	background: rgba(91, 102, 112, 0.6);
	border: none;
}
.submit-btn[disabled]:hover {
	cursor: default;
}
.list-number {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	background: #cf3339;
	color: #fff;
	font-size: 10px;
	opacity: 0;
	top: -10px;
	right: -10px;
	border-radius: 50%;
}
.all-type-list.active .list-number {
	opacity: 1;
}
.first-box-setting {
	margin-bottom: -50px;
}
.text-on-slide.no-subtitle {
	margin: 0;
}
.slide-wrap .index-slide2.sub-sub .item {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
}
.non-member .ui-datepicker {
	padding: 0;
	display: none;
	left: 50% !important;
	transform: translateX(-50%);
	position: absolute;
}
.non-member .ui-datepicker .ui-datepicker-calendar {
	padding: 5px 15px;
}
.non-member .ui-datepicker .ui-datepicker-title {
	font: 18px/1.5 Conv_SukhumvitTadmai_Bol;
	display: table;
	padding-bottom: 15px;
	display: inline-block;
	text-align: center;
}
.non-member .ui-datepicker .ui-datepicker-calendar th {
	color: #2b2b2b;
	width: 50px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	cursor: default;
}
.non-member .ui-datepicker .ui-datepicker-calendar td a {
	line-height: 27px;
	text-transform: uppercase;
	font-size: 90%;
	font-family: Conv_SukhumvitTadmai_Tex;
	padding-top: 10px;
}
.non-member
	.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	cursor: default;
	background: #cf3339;
	height: 45px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 -1px 0 #87260c;
	text-transform: uppercase;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.non-member .ui-datepicker select option {
	color: #000;
}
.non-member .ui-datepicker select.ui-datepicker-month {
	margin-left: 40px;
	margin-right: 10px;
}
.non-member .ui-datepicker select.ui-datepicker-year {
	width: 70px;
	margin-left: 10px;
}
.non-member .ui-datepicker .ui-datepicker-next:before {
	content: ">";
	margin-right: 12px;
}
.non-member .ui-datepicker .ui-datepicker-next:before,
.non-member .ui-datepicker .ui-datepicker-prev:before {
	background-color: #fff;
	border-radius: 60px;
	font-family: Conv_SukhumvitTadmai_Bol;
	color: #cf3339;
	text-align: center;
	padding-top: 4px;
	display: inline-block;
}
.non-member .ui-datepicker .ui-datepicker-prev:before {
	content: "<";
	margin-left: 12px;
}
.ui-menu {
	transition: none;
	background: #fff;
}
.ui-menu .ui-menu-item {
	font-family: SukhumvitTadmai_Text;
	font-size: 18px;
	line-height: 35px;
	padding: 0 20px;
}
.ui-menu .ui-menu-item b {
	font-family: SukhumvitTadmai_Bold;
}
.ui-menu .ui-menu-item:hover {
	background: #e6e8ea;
	border: 0;
}
.ui-menu .ui-menu-item.ui-card-item {
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	line-height: 0;
	padding: 12px 16px;
	cursor: pointer;
}
.ui-menu .ui-menu-item.ui-card-item img {
	width: 53px;
	height: auto;
}
.ui-menu .ui-menu-item.ui-card-item .info {
	padding-left: 12px;
}
.ui-menu .ui-menu-item.ui-card-item .info span {
	display: block;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	line-height: 18px;
}
.ui-menu .ui-menu-item.ui-card-item .info span.title {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 12px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-hover {
	background: #cf3339 !important;
	border: 0;
}
.ui-menu .list-no-wrap {
	white-space: nowrap;
}
.ui-autocomplete {
	padding: 15px 0;
}
.ui-autocomplete.form-dropdown {
	padding: 0;
	width: 43.5% !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	max-height: 214px;
	overflow: auto;
	left: 5.4% !important;
	cursor: pointer;
}
.form-dropdown {
	z-index: 1200;
}
.text-on-slide .index-head a {
	padding: 0;
}
@media only screen and (min-width: 992px) {
	.ui-datepicker {
		width: auto !important;
	}
}
.ui-datepicker .warning {
	font-family: SukhumvitTadmai_Text;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #d41367;
	opacity: 0;
}
.ui-datepicker .warning.show {
	opacity: 1;
}
.ui-datepicker .ui-datepicker-group {
	padding: 0 10px;
}
@media only screen and (max-width: 767px) {
	.ui-datepicker .ui-datepicker-group {
		width: 100%;
	}
	.non-member .ui-datepicker .ui-datepicker-calendar {
		max-width: 100%;
	}
	.ui-datepicker .ui-datepicker-group-first {
		position: relative;
	}
}
@media only screen and (min-width: 992px) {
	.ui-datepicker .ui-datepicker-group-first:after {
		content: "";
		height: 220px;
		width: 1px;
		background: #e6e8ea;
		position: absolute;
		right: 0;
		top: 69px;
	}
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: none !important;
	display: none;
}
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	background-size: contain;
}
.ui-datepicker .ui-datepicker-prev {
	top: 10px;
	left: 14px;
	float: left;
	padding-top: 5px;
	position: absolute;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "<";
	background-color: #cf3339;
	border-radius: 60px;
	font-family: Conv_SukhumvitTadmai_Bol;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	display: inline-block;
	margin-left: 12px;
}
.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
	top: 10px;
	left: 14px;
	float: left;
	padding-top: 5px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
	display: none;
}
.ui-datepicker .ui-datepicker-next {
	top: 10px;
	right: 14px;
	float: right;
	padding-top: 5px;
	position: absolute;
}
.non-member .ui-datepicker .ui-datepicker-next,
.non-member .ui-datepicker .ui-datepicker-prev {
	top: 4px;
	position: absolute;
}
.ui-datepicker .ui-datepicker-next:before {
	content: ">";
	background-color: #cf3339;
	border-radius: 60px;
	font-family: Conv_SukhumvitTadmai_Bol;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	display: inline-block;
	margin-right: 12px;
}
.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
	top: 10px;
	right: 14px;
	float: right;
	padding-top: 5px;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
	display: none;
}
.ui-datepicker .ui-datepicker-title {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 18px;
	line-height: 38px;
	color: #cf3339;
	text-align: center;
	letter-spacing: 0;
}
.ui-datepicker .ui-datepicker-calendar {
	table-layout: fixed;
	font-family: Conv_SukhumvitTadmai_Tex;
	padding: 0;
	display: block;
	width: 100% !important;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.ui-datepicker .ui-datepicker-calendar {
		max-width: 280px;
		margin: 0 auto;
	}
}
.ui-datepicker .ui-datepicker-calendar th {
	font-size: 16px;
	line-height: 30px;
	padding: 4px 5px;
}
.ui-datepicker .ui-datepicker-calendar td {
	padding: 4px 10px;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 17px;
	line-height: 24px;
	padding: 2px;
	border-radius: 100%;
}
.ui-datepicker .ui-datepicker-calendar td a {
	color: #000;
	position: relative;
	font-size: 16px;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
	color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar td a:hover:before {
	background: #ddd;
	color: #fff !important;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -4px;
	border-radius: 60px;
	margin-left: 50%;
	left: -15px;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-warning {
	position: relative;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-warning a {
	color: #000;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-warning a:hover {
	background: none;
	color: #d41367 !important;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-warning:after {
	content: "*";
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 12px;
	color: #d41367;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
	color: #cf3339;
	position: relative;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-range {
	position: relative;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-range:before {
	content: "";
	background: #e6e8ea;
	width: 80px;
	height: 28px;
	left: -20px;
	top: 5px;
	position: absolute;
	z-index: -1;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable a {
	color: #9ba3aa;
	pointer-events: none;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable:after {
	color: #9ba3aa;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-mark a {
	background: #ddd;
	color: #fff !important;
	border-radius: 100%;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
	color: #fff !important;
	border-radius: 100%;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active:before {
	background: #cf3339 !important;
	color: #fff !important;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -15px;
	border-radius: 60px;
	margin-left: 50%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	margin-right: 20px;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar tr {
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 17px;
	line-height: 24px;
	padding: 2px;
	border-radius: 100%;
}
.non-member .ui-datepicker .ui-datepicker-calendar td .ui-state-active:before {
	background: #cf3339 !important;
	color: #fff !important;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -15px;
	border-radius: 60px;
	margin-left: 50%;
}
.ui-datepicker {
	transition: none;
	background: #fff;
	border: 1px solid #b0b0b0;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.16));
	padding: 10px;
	text-align: center;
	display: none;
}
.form-wrap input.input-file {
	margin-bottom: 10px;
}
.form-content .btn-submit-form {
	background: #cf3339;
	color: #fff;
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 18px;
}
.form-content .btn-submit-form.disabled {
	background: #9ca3a9;
	pointer-events: none;
}
.register-wrapper .form-register .btn-submit-form {
	width: 180px;
	height: 45px;
}
#tab-sms {
	margin-top: 40px;
}
#tab-sms p {
	margin-bottom: 15px;
	font-size: 18px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
#promo-regis-complete .img-result {
	margin: 40px 0 30px;
}
#promotion-detail nav {
	padding-left: 0;
}
#promotion-detail .breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
}
#promotion-detail .item img:hover {
	top: auto;
}
#promotion-detail .article-wrap .article-cover {
	margin-top: 10px;
	margin-bottom: 10px;
}
#promotion-detail .article-wrap .article-content p {
	line-height: 1.4;
}
.modal.full-modal.show {
	padding-right: 0 !important;
}
.world-modal .modal-content {
	border-top: 4px solid #cf3339;
}
.main-terms-modal.world-modal .close {
	color: #cf3339;
}
#terms-modal .header {
	border-bottom: 1px solid #e6e8ea;
	padding-bottom: 7px;
	text-align: left;
}
#terms-modal .header .title {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 7px;
}
#terms-modal .header .name {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 26px;
	line-height: 32px;
}
#terms-modal .content {
	font-family: Conv_PSL249pro;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
}
#terms-modal .content .content-head {
	margin-bottom: 30px;
}
#terms-modal .content ol,
#terms-modal .content ul {
	padding-left: 20px;
}
#terms-modal .content ol li {
	list-style: decimal;
}
#terms-modal .content ul li {
	list-style: disc;
}
.form-content .input-ico input:focus {
	outline: none;
	border-bottom: 1px solid #cf3339;
}
.campare-table th > a.blank-card {
	width: 138px;
	height: 90px;
	background: rgba(90, 102, 112, 0.15);
	border-radius: 6px;
	text-align: center;
	margin: 0 auto 60px;
	padding: 0;
	box-shadow: none;
}
.blank-card:after {
	width: 34px;
	height: 34px;
	margin: 0 auto;
	color: #e6e8ea;
	position: relative;
	top: 28px;
	background: rgba(90, 102, 112, 0.07);
	content: "+";
	display: block;
	line-height: 32px;
	font-size: 26px;
	border-radius: 50%;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.campare-table tr th.recompare-mobile {
	display: none;
}
.box-radio.disabled {
	pointer-events: none;
}
.box-radio.disabled > div {
	opacity: 0.5;
}
.box-radio.disabled > div.active {
	opacity: 1;
}
.form-wrap .info-text {
	margin-top: 60px;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 22px;
	padding: 4px 0;
	font-family: Conv_SukhumvitTadmai_Tex;
}
.menu-sub-icon .nav.five-icons {
	max-width: 860px;
	margin: 0 auto;
}
.article-page > .content-wrap:last-child {
	padding-bottom: 60px;
}
.article-page .menu-sub-icon {
	margin-bottom: 0;
}
.article-page .text-on-slide {
	margin: 0;
}
.article-page .slide-wrap .index-slide2 .item,
.article-page .slide-wrap .index-slide2 .item .slide-content {
	margin-bottom: 0;
}
.article-page .breadcrumb {
	padding-left: 0;
	margin: 0;
}
.space-of-the-end {
	height: 105px;
}
.article-page .promo-wrap .owl-item {
	opacity: 0;
}
.article-page .promo-wrap .owl-item.active {
	opacity: 1;
}
nav[aria-label="breadcrumb"] {
	padding-top: 10px;
}
.article-category .row-search-filter {
	margin-top: 20px;
}
.article-category .text-on-slide .index-head:first-child {
	margin-top: 0;
}
.article-category .slide-wrap .index-slide2 .item {
	padding: 13px 15px;
	margin-bottom: 14px;
}
.article-category .slide-wrap.promo-wrap {
	margin-bottom: 0;
}
.promotion-page .promo-wrap .item img:hover {
	top: 0;
}
.promotion-page .fb:last-child {
	padding-bottom: 100px;
}
#promo-sub-cat .index-head {
	margin-top: 20px;
}
.art-on-mobile {
	display: none;
}
.art-on-desktop {
	display: block;
	padding-left: 0;
	padding-top: 10px;
}
#article-detail .breadcrumb {
	margin-bottom: 0;
}
#article-detail .article-wrap .article-cover {
	margin-top: 10px;
	margin-bottom: 10px;
}
#article-detail .item.item-img-cover img:hover {
	top: auto;
}
#article-detail .article-wrap .article-title {
	margin-bottom: 30px;
	float: left;
}
.share-facebook {
	float: right;
	margin-top: 85px;
}
.article-title h1 {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 25px;
	line-height: 46px;
}
.article-title .art-con-title {
	margin-top: 20px;
}
.article-title .art-con-title h2 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
}
.article-content .art-con-detail {
	font-family: Conv_PSL249pro;
	font-size: 20px;
	line-height: 1.2;
	padding-top: 20px;
}
.art-con-hidden {
	overflow: hidden;
	transition: 0.3s;
}
.article-wrap.new .article-content .art-con-detail.hidden {
	height: 68px !important;
}
.article-content .art-con-detail p b,
.article-content .art-con-detail p strong {
	font-family: Conv_PSL251pro;
	font-weight: 400;
	font-size: 20px;
}
.art-con-detail img {
	width: 100%;
	margin: 20px auto;
}
.art-con-tag {
	margin-top: 40px;
}
.art-con-tag .article-tag {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.art-con-comment .index-head {
	margin-top: 40px;
	margin-bottom: 13px;
	line-height: 1;
}
.art-con-comment textarea {
	height: 115px;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	resize: none;
	padding: 10px;
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
}
.art-con-comment textarea:focus {
	outline: none;
	border-color: #cf3339;
}
.art-con-comment textarea::-webkit-input-placeholder {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	color: #c8c8c8;
}
.art-con-comment textarea::-moz-placeholder {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	color: #c8c8c8;
}
.art-con-comment textarea:-ms-input-placeholder {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	color: #c8c8c8;
}
.art-con-comment textarea:-moz-placeholder {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	color: #c8c8c8;
}
.art-con-comment .btn-wrap {
	text-align: right;
}
.art-con-comment .card-register-center {
	padding: 7px 40px;
	margin: 10px 0;
	font-size: 16px;
}
.comment-content {
	margin-top: 40px;
}
.media.box-comment {
	border-bottom: 1px solid hsla(0, 0%, 44%, 0.15);
	margin-bottom: 20px;
}
.media.box-comment img {
	width: 28px;
	height: 28px;
}
.media.box-comment h5 {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 16px;
	margin-bottom: 10px;
}
.media.box-comment p {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
}
.media.box-comment .text-right p {
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
}
.sidebar-right-top .index-head {
	margin-top: 0;
	margin-bottom: 13px;
	line-height: 1;
}
.sidebar-right-bottom .index-head {
	margin-top: 20px;
	margin-bottom: 13px;
	line-height: 1;
}
.sidebar-right-bottom .index-head a:hover {
	color: #cf3339;
}
.article-wrap .article-content .sidebar-right a {
	color: #454545;
}
.sidebar-right .side-content-wrap {
	margin-bottom: 40px;
}
.sidebar-right .item img {
	width: 100%;
	position: relative;
}
.sidebar-right .item img:hover {
	top: -3px;
}
#article-detail .sidebar-right .side-title {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 16px;
	margin-bottom: 5px;
}
#article-detail .sidebar-right .side-content,
#article-detail .sidebar-right .side-title {
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
#article-detail .sidebar-right .side-content {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 14px;
	margin-bottom: 0;
}
.campaign-success-page {
	padding-bottom: 45px;
}
.filter-content .brand-wrap .box-other-form.checkbox-form {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
}
.filter-content .brand-wrap .box-other-form label {
	-ms-flex-item-align: center;
	align-self: center;
}
.filter-content .brand-wrap .checkmark {
	top: calc(50% - 11px);
}
.search-slide.type-credits .owl-item,
.search-slide.type-credits .owl-stage,
.search-slide.type-promotion .owl-item,
.search-slide.type-promotion .owl-stage {
	display: -ms-flexbox;
	display: flex;
}
#result-content .slide-wrap .search-slide.type-credits .item,
#result-content .slide-wrap .search-slide.type-promotion .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
}
.search-slide.type-credits .slide-content {
	margin-bottom: 30px;
}
.search-slide.type-credits .card-register-btn,
.search-slide.type-promotion .card-register-btn {
	text-align: center;
	width: 110px;
	white-space: nowrap;
	margin-top: auto;
}
.page-merchant-inner-header nav[aria-label="breadcrumb"] {
	padding-top: 0;
}
.global-space {
	display: block;
	width: 100%;
	height: 40px;
}
.static-wrap .row > div {
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
	line-height: 1.4;
}
.static-wrap {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	letter-spacing: 0;
}
.static-wrap img {
	display: block;
	width: 100%;
	height: auto;
}
.static-wrap h5 {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 30px;
	line-height: 1.3;
	display: block;
	margin: 0 0 10px;
}
.static-wrap h5.title-static-merchant {
	margin-bottom: 0;
}
.static-wrap h5.title-static-merchant.first-merchant-title br {
	display: none;
}
.static-wrap .merchant-hero h5 {
	margin-bottom: 0;
}
.static-wrap .gold-header h5 {
	color: #c6663a;
}
.static-wrap p {
	font-size: 16px;
	display: block;
}
.static-wrap p,
.static-wrap p b {
	font-family: Conv_SukhumvitTadmai_Tex;
}
.static-wrap a {
	opacity: 1;
	cursor: pointer;
}
.static-wrap a:hover {
	opacity: 0.7;
}
.static-wrap a.the-number:hover {
	opacity: 1 !important;
	color: #fff !important;
}
.static-wrap a:hover img {
	cursor: pointer;
}
.static-wrap a.button-flexi-start {
	position: relative;
	top: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.static-wrap a:hover.button-flexi-start {
	opacity: 1;
	top: -3px;
}
.static-wrap .link-more {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
	text-decoration: underline;
	color: #000;
	display: block;
	margin: 13px 0 0;
}
.static-modal .link-more {
	text-decoration: underline;
	color: #cf3339;
}
.static-merchant .link-more {
	color: #000;
}
.half-half-white-reverse .link-more {
	margin-bottom: 33px;
}
.half-overlap-grey .static-content {
	padding: 0;
}
.static-wrap .overlap-wrap {
	padding: 50px 20px;
	position: relative;
	margin-left: -16.5%;
	width: 116.5%;
	background: #fff;
	min-height: 29vw;
	display: -ms-flexbox;
	display: flex;
}
.half-overlap-grey .overlap-wrap {
	background: #f9f9f9;
}
.overlap-wrap > div {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}
.half-half-blue,
.half-half-blue-reverse {
	background: #0076c0;
}
.half-half-black,
.half-half-black-reverse {
	background: #000;
}
.half-half-grey,
.half-half-grey-reverse {
	background: #f9f9f9;
}
.half-half-black,
.half-half-black-reverse,
.half-half-blue,
.half-half-blue-reverse,
.half-half-blue-reverse .link-more,
.half-half-blue .link-more,
.negative-text,
.negative-text .link-more {
	color: #fff;
}
.half-half-black > .row > div:first-child,
.half-half-blue > .row > div:first-child,
.half-half-grey > .row > div:first-child,
.half-half-white > .row > div:first-child,
.half-half .row > div:first-child,
.half-overlap-grey .row > div:first-child {
	padding: 0 0 0 15px;
}
.static-wrap .order-lg-2 {
	padding: 0 15px 0 0;
}
.text-on-right-img {
	position: absolute;
	left: auto;
	right: 0;
}
.text-on-center-img {
	position: absolute;
	left: 0;
	right: 0;
}
.text-on-left-img {
	position: absolute;
	left: 0;
	right: auto;
}
.static-content ul {
	display: inline-block;
	text-align: left;
}
.tel-number {
	text-align: center;
	padding: 45px 15px;
}
.tel-number p {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 30px;
	display: block;
}
.tel-cursor-default {
	cursor: auto !important;
}
.static-merchant.full-blue {
	background-color: #0076c0;
}
.static-merchant.full-blue p {
	color: #fff;
}
.tel-number .mini-text {
	font-family: Conv_SukhumvitTadmai_Tex;
	font-size: 16px;
}
.static-content {
	padding: 40px 3%;
}
@media (min-width: 1366px) {
	.media-content.content-wrap,
	.static-wrap .row.content-wrap {
		padding: 0;
	}
	.static-content.text-left.text-on-left-img {
		padding: 0 calc(50vw - 628px);
		margin: 0 auto;
		width: 100%;
	}
}
.half-half .row .row .static-content.text-on-left-img {
	padding-left: 6%;
}
.static-content img {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
}
.static-content li {
	list-style-type: disc;
	margin-left: 1.5em;
}
.static-wrap .flexi-banner {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 30px;
	line-height: 1.3;
	margin: 0;
}
.static-wrap .flexi-banner + p {
	font-size: 16px;
	margin-bottom: 38px;
}
#section-flexi-promotions {
	overflow: visible;
}
.full-overimage {
	position: relative;
}
.white-layer {
	position: absolute;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	width: auto;
	display: -ms-flexbox;
	display: flex;
	background: hsla(0, 0%, 100%, 0.6);
}
.white-layer.white-100 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 100px;
	background: none;
}
.white-layer.white-100 > div {
	background: hsla(0, 0%, 100%, 0.55);
	padding: 30px 50px;
}
.white-layer > div {
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 auto;
}
.white-layer.white-half {
	top: auto;
	left: 6%;
	right: auto;
	bottom: auto;
	display: block;
	background: hsla(0, 0%, 100%, 0.6);
}
.page-merchant-inner-header .breadcrumb-top[aria-label="breadcrumb"] {
	top: auto;
	z-index: 1;
}
.full-overimage.top-banner .text-on-left-img.text-left {
	padding: 0 9%;
}
.full-overimage .top-banner-wrap {
	padding: 0 55px;
	margin: 0 auto;
}
.static-content.order-lg-1 {
	padding-left: calc(3% + 15px);
	margin-left: 0;
}
.big-icon-content {
	text-align: center;
	padding: 45px 15px;
}
.static-wrap .big-icon-content .static-content {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.big-icon-content h5 {
	font-size: 30px;
}
.big-icon-content img {
	width: 150px;
}
.half-half-blue .tel-number {
	position: relative;
}
.half-half-blue .tel-number:first-child:after {
	content: "";
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	background: hsla(0, 0%, 100%, 0.15);
}
#content-card-detail .static-wrap .content-title {
	transform: none;
	margin: 0 auto 35px 0;
}
#content-card-detail .static-wrap .content-title:after {
	margin: 0 auto;
}
.static-wrap .link-square {
	padding: 8px 10px;
	border-radius: 4px;
	border: 1px solid #cf3339;
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
}
.static-merchant .link-square {
	border-color: #0076c0;
}
.static-merchant .section-app-download h5 {
	margin-bottom: 6px;
}
.static-merchant .section-app-download p {
	font-size: 16px;
	margin-bottom: 30px;
}
.static-merchant .section-app-download img {
	width: 220px;
	margin: 10px;
}
.static-merchant .img-logo img {
	margin: 0 12px;
}
.static-merchant .img-logo-payment img {
	height: 43px;
}
.half-half-blue .link-square {
	border-color: #fff;
}
.static-content.text-on-right-img.float-up {
	right: 50px;
	max-width: 66%;
}
.static-content.text-on-left-img.float-up,
.static-content.text-on-right-img.float-up {
	background: hsla(0, 0%, 100%, 0.9);
	padding: 60px 55px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	top: 50px;
	width: auto;
}
.static-content.text-on-left-img.float-up {
	left: 50px;
	max-width: none;
}
.static-content.text-on-right-img.float-up.xvisa {
	background: none;
	top: 11vw;
	padding: 0;
	right: 9.5vw;
	max-width: 60%;
}
.full-full .static-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-banner .share-on-top {
	position: absolute;
	left: auto;
	right: 39px;
	bottom: auto;
	top: 13px;
}
.btn-flexi-share + .share-popover,
.btn-flexi-share .share-popover {
	top: 100%;
}
.btn-flexi-share + .share-popover:after,
.btn-flexi-share .share-popover:after {
	border-top: none;
	border-bottom: 8px solid #eceeed;
	top: -8px;
	bottom: auto;
}
.top-banner .share-on-top.with-bc .btn-flexi-share {
	margin-top: 30px;
}
.page-flexi-header.top-banner .share-on-top {
	margin-right: -15px;
}
section.static-wrap img {
	cursor: default;
}
section.static-wrap img.loan-car-banner {
	height: 321px;
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}
section.static-wrap .car-special-text img {
	margin: -10px 0 -1px;
}
.half-half .full-overimage + .full-overimage {
	padding: 0 15px 0 0;
}
article.content-wrap {
	overflow: hidden;
}
.static-content .media {
	padding: 30px 25px;
	position: relative;
	height: 100%;
	color: #5b6670;
}
.static-content .media img {
	width: 50px;
	height: auto;
	margin: 0 20px 7px 0;
}
.static-content .media .media-img-wrap img {
	display: block;
}
.static-wrap .media h5 {
	font-size: 22px;
	font-family: Conv_SukhumvitTadmai_Tex;
	margin-bottom: 10px;
	color: #5b6670;
}
.static-wrap .media p {
	font-size: 20px;
	line-height: 1;
	color: #5b6670;
	font-family: Conv_PSL249pro;
}
.static-wrap .media-content > div {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.static-content .media:before {
	content: "";
	height: 1px;
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 0;
	background: rgba(91, 102, 112, 0.15);
}
.static-content > div:last-child .media:before,
.static-content
	> div:nth-last-of-type(-n + 2):not(:nth-child(2n))
	.media:before {
	display: none;
}
.static-wrap .media-body .link-more {
	font-family: Conv_PSL249pro;
	margin-top: 5px;
	font-size: 20px;
	line-height: 1.2;
	display: inline;
	color: #5b6670;
}
.static-wrap .media-body p b {
	font-family: Conv_PSL251pro;
	font-weight: 400;
}
.static-modal .header {
	margin: 18px 0 20px;
	padding-bottom: 17px;
}
.static-modal .content li,
.static-modal .content p {
	line-height: 1.2;
	font-size: 20px;
}
.static-modal .content > ul li {
	margin-left: 1.3em;
}
.static-modal .content ul.number > li {
	list-style-type: decimal;
}
.static-modal .content ul ul li {
	margin-left: 2.5em;
}
.static-content .row.small-desc > div {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.navbar-nav .btn-flexi-share + .share-popover,
.navbar-nav .btn-flexi-share .share-popover {
	top: 50px;
}
.navbar-nav .btn-flexi-share + .share-popover:after,
.navbar-nav .btn-flexi-share .share-popover:after {
	border-top: none;
	border-bottom: 8px solid #eceeed;
	top: -8px;
	bottom: auto;
}
.more-modal.edc-modal .header {
	border-bottom: none;
}
.table .modal-table-title th.tb-title-first {
	text-align: left;
	font-size: 22px;
}
.table .modal-table-title th {
	text-align: center;
	vertical-align: middle;
	border-top: none;
}
.table .modal-table-title th img {
	width: 67px;
	margin-bottom: 6px;
}
.table .modal-table-desc {
	height: 80px;
}
.table .modal-table-desc th {
	vertical-align: middle;
	min-width: 130px;
}
.table .modal-table-desc td {
	text-align: center;
	vertical-align: middle;
	min-width: 135px;
	max-width: 220px;
}
.table .modal-table-desc th p,
.table .modal-table-title th p {
	font-family: Conv_SukhumvitTadmai_Bol;
}
.table .modal-table-desc td i {
	font-family: FontAwesome;
}
h4.no-dash {
	width: 100%;
	display: block;
	text-align: center;
}
.static-content .small-desc {
	max-width: 615px;
}
#oap-loan .btn-wrap {
	margin-bottom: 60px;
}
.txt-on-desktop {
	display: inline-block;
}
.txt-on-mobile {
	display: none;
}
#oap-loan-success .img-result {
	margin-top: 60px;
	width: 80px;
}
.app-download {
	padding-bottom: 60px;
	margin: auto;
}
.app-download .app-download-box {
	text-align: center;
	display: inline-block;
}
.app-download .app-download-box .media img {
	margin-right: 15px;
	width: 65px;
}
.app-download .media-body {
	font-family: Conv_SukhumvitTadmai_Bol;
}
.app-download h5 {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 4px;
}
.app-download p {
	font-size: 25px;
	line-height: 28px;
	color: #cf3339;
	padding-bottom: 0;
}
.app-download .btn-app-download p {
	color: #000;
	font-size: 14px;
	padding-bottom: 6px;
}
.btn-app-download {
	padding-top: 0;
}
.btn-app-download img {
	margin: auto 6px;
	top: 0;
}
.btn-app-download img:hover {
	position: relative;
	top: -3px;
}
#oap-loan-success .proud-regis-complete .desc-title {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 30px;
	line-height: 45px;
	padding-bottom: 20px;
}
#oap-loan-success .proud-regis-complete .desc-title span {
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 20px;
	display: block;
	padding: 10px 0 4px;
	line-height: 28px;
}
#oap-loan-success .proud-regis-complete .desc-result {
	color: #5b6670;
	font-size: 16px;
	line-height: 22px;
}
#oap-loan-success.bg-login .card-register-center {
	margin-top: 40px;
	margin-bottom: 60px;
}
.oap-top-padd {
	padding-top: 60px;
}
.art-con-tag.d-none + .art-con-comment .index-head {
	margin-top: 20px;
}
.article-wrap .article-tag.d-none + .article-link {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e6e8ea;
}
.page-content .static-wrap {
	border: none;
}
.static-wrap .real-size {
	width: auto;
	height: auto;
	margin: 30px 0 30px auto;
}
.static-wrap.half-half-reverse .real-size {
	margin-left: 0;
	max-width: calc(100% - 60px);
}
section#detail-register {
	border: none;
}
.visasig-wrap img {
	margin: 0 auto;
	width: 230px;
	padding: 0 15px;
}
.visasig-wrap {
	padding: 6.955vw 30px 4.393vw;
}
.static-wrap .visasig-wrap p {
	font-size: 24px;
	line-height: 1.4;
}
#proud-regis .content-title {
	margin-bottom: 32px;
}
#proud-box .box-more {
	max-width: 880px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
.page-loan-proud #privillage {
	padding-top: 0;
}
.page-loan-proud #privillage:after {
	display: block;
}
.static-wrap h5 + h5 + img {
	margin-top: 20px;
}
.faq-title {
	font-size: 35px;
	margin-bottom: 20px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
@media (max-width: 576px) {
	.faq-title {
		font-size: 20px;
		margin-top: 40px;
	}
}
#proud-register input.custom-dropdown {
	margin-top: 4px;
	height: 32px;
	cursor: pointer;
	caret-color: transparent;
}
#proud-register .type-or-selected input.custom-dropdown {
	caret-color: #000;
}
#proud-register input.custom-dropdown:hover {
	cursor: pointer;
}
#proud-register .form-wrap .custom-dropdown + ul {
	position: absolute;
	left: 15px;
	right: 15px;
	background: #fff;
	top: 50px;
	text-align: left;
	padding: 0;
	display: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
	z-index: 1;
	top: 88px;
}
#proud-register .form-wrap .custom-dropdown + ul.active {
	display: block;
}
#proud-register .form-wrap .custom-dropdown + ul li {
	padding: 5px 15px;
	font-family: Conv_SukhumvitTadmai_Tex;
}
#proud-register .form-wrap .custom-dropdown + ul li.active,
#proud-register .form-wrap .custom-dropdown + ul li:hover {
	background: #cf3339;
	cursor: pointer;
	color: #fff;
}
#proud-register .form-wrap .custom-dropdown + ul li:first-child,
#proud-register .form-wrap .custom-dropdown + ul li:first-child:hover {
	background: #efefef;
	color: #777;
	pointer-events: none;
}
#proud-register .form-wrap select.form-control {
	display: none;
}
#proud-register .form-wrap span.select-arrow {
	margin-top: 4px;
}
.custom-dropdown + ul li.active {
	pointer-events: none;
}
.score {
	width: 600px;
	max-width: 100%;
	margin: 25px auto -20px;
	font-size: 44px;
}
.score > * {
	display: inline-block;
}
.score p {
	color: #e0005a;
	font-size: 2.28em;
	vertical-align: middle;
	margin: 0 34px;
}
@media (max-width: 992px) {
	.score {
		font-size: 8vw;
		margin-bottom: -4vw;
	}
	.score p {
		margin: 0 0.3em;
	}
}
.score p span {
	font-size: 0.28em;
}
@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		.campare-table th:first-child {
			width: calc(33% - 71px);
		}
	}
}
@-moz-document url-prefix() {
	.item .slide-content {
		padding-right: 24px;
	}
	.slide-wrap .item .slide-meta .fav-btn {
		position: absolute;
		right: 0;
	}
}
@media (min-width: 992px) {
	.proud-after-logo .btn-flexi-share + .share-popover,
	.proud-after-logo .btn-flexi-share .share-popover {
		top: -45px;
	}
}
@media (min-width: 1366px) {
	.menu-global .content-wrap {
		padding-left: calc(50vw - 653px);
		padding-right: calc(50vw - 653px);
		max-width: none;
	}
	.index-slide2 .item:after,
	.index-slide2 .owl-nav button.owl-next,
	.index-slide2 .owl-nav button.owl-prev {
		top: 125px;
	}
	.page-flexi-header {
		padding-left: calc(50vw - 535px);
		padding-right: calc(50vw - 535px);
	}
	.search-slide .owl-nav {
		top: 68px;
	}
	.ktc-tabs li a {
		padding: 0 60px;
	}
	.page-forever-header {
		background-size: cover;
		background-position: center 0;
	}
	.page-forever-header .content-wrap {
		max-width: none;
		padding-left: calc(50% - 628px);
	}
}
@media (min-width: 1920px) {
	.page-forever-header .content-wrap {
		padding-left: 17.5%;
	}
	.page-forever-header {
		background-position: center 15%;
	}
	.flexi-credit .offset-lg-1.text-on-left-img {
		margin-left: 8.333333%;
	}
	.flexi-loan .offset-lg-1.text-on-right-img {
		margin-right: 8.333333%;
	}
	.proud-loan .offset-lg-1.text-left {
		margin-left: 11%;
	}
	.static-content.text-on-right-img.float-up.xvisa {
		right: 16.5vw;
	}
	.visasig-wrap {
		padding: 6.955vw 120px 4.393vw;
	}
}
@media (max-width: 1200px) {
	.scrolled-menu > li {
		font-size: 11px;
		padding: 23px 0 16px 5px;
		font-family: Conv_SukhumvitTadmai_Tex;
	}
	.scrolled-menu li.dropdown:after {
		right: 10px;
	}
	.card-register-btn {
		font-size: 12px;
		padding: 9px 16px;
	}
	.login-btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	.profile-name {
		font-size: 14px;
		max-width: 70px;
	}
	.menu-global {
		background-position: 39%;
	}
	.login-btn i,
	.profile-name {
		display: none;
	}
	.box-cash .content-cash h2 {
		font-size: 26px;
		line-height: 42px;
	}
	.box-cash-long .content-cash {
		top: calc(50% - 70px);
		left: calc(50% - 240px);
	}
	.box-cash-long .content-cash span {
		padding-left: 27px;
		padding-right: 25px;
	}
	.box-con-cal {
		padding-left: calc(50% - 300px);
		padding-right: calc(50% - 300px);
	}
	.faq-head .collapsed,
	.faq-head > div {
		font-size: 14px;
	}
	.faq-head > div {
		line-height: 20px;
	}
	.icon-store {
		width: 116px;
		margin: 8px 9px 0;
	}
	.withStore.only-mobile {
		padding-bottom: 40px;
	}
	.box-more {
		margin: 40px auto;
	}
	.with-loan-img p {
		max-width: 100%;
	}
	#privillage .text-content-wrap > div {
		padding: 0 60px;
	}
	.page-forever-header {
		padding: 40px 0;
		height: 372px;
	}
	.page-forever-header h2 {
		line-height: 46px;
		margin-top: 53px;
		font-size: 33px;
	}
	.forever #section-flexi-shops .row.no-gutters {
		height: auto;
	}
	.forever .btn.button-flexi-start {
		height: auto;
		font-size: 14px;
	}
	.forever #section-flexi-shops .button-contact-shop,
	.forever #section-flexi-shops .button-contact-shop-new {
		font-size: 18px;
	}
	.forever #section-flexi-shops .only-score {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.forever #section-flexi-shops .button-contact-shop {
		margin-top: 25px;
	}
	.forever #section-flexi-shops div[class*="col"].order-lg-last.box-center-v {
		-ms-flex-item-align: auto;
		align-self: auto;
		margin-top: 15px;
	}
	.forever #section-flexi-shops .button-contact-shop-new1 {
		font-size: 24px;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.forever #section-flexi-shops .only-shopping {
		margin-top: 10px;
		font-size: 15px;
	}
	.forever #section-flexi-shops .only-shopping:last-child {
		margin-top: -4px;
	}
	.forever #section-flexi-shops p {
		margin-top: 20px;
		font-size: 20px;
		line-height: 33px;
		font-family: Conv_SukhumvitTadmai_Thi;
	}
	.forever #section-flexi-shops .row.no-gutters {
		margin-bottom: 45px;
	}
	#section-flexi-cards .box-title-forever {
		margin-bottom: 47px;
		margin-top: 37px;
	}
	#section-flexi-cards .box-title-forever.rg {
		margin-bottom: 35px;
		margin-top: 18px;
	}
	.forever section#section-flexi-cards.only-desktop {
		margin-top: 0;
	}
	.forever #section-flexi-shops .row {
		height: 400px;
	}
	.forever #section-flexi-promotions .slide-flexi-promotions .item p {
		padding-top: 11px;
		font-size: 14px;
	}
	.forever #section-flexi-shops {
		margin-bottom: 35px;
	}
	.forever .text-on-slide {
		margin: 5px 0;
	}
	.installments-wrap p br {
		display: none;
	}
	.box-compare-credit p + span {
		right: calc(50% - 80px);
	}
	.box-compare-credit:nth-child(n + 3),
	.campare-table td:nth-child(n + 4),
	.campare-table th:nth-child(n + 4) {
		display: none;
	}
	#card-detail-regis .detail-register-desc h5 {
		margin-top: 0;
	}
	#card-detail-regis .detail-register-desc.section-doc-regis h5 {
		margin-top: 40px;
	}
	.block-wrap.block-content {
		margin-top: 30px;
		height: 386px;
		width: 100%;
	}
	.page-content .still-background.still-width img {
		width: auto;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
	}
	.page-content .bg-pink-text {
		width: 100%;
		height: auto;
		position: absolute;
		top: -20%;
		left: 18%;
	}
	.owl-item {
		opacity: 1;
	}
	body
		section#section-merchant-register-form
		.row-merchant-download-docs
		.btn.button-download-link {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 18px;
		margin-bottom: 10px;
	}
	#section-flexi-promotions .slide-wrap {
		overflow: visible;
		width: calc(100% + 110px);
		margin-left: -55px;
	}
	#section-flexi-promotions .slide-flexi-promotions {
		padding: 0 55px;
	}
	.static-wrap h5 br,
	.static-wrap p br {
		display: none;
	}
	.static-wrap .adjust-top {
		top: -24px;
	}
	.so-much-text {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.so-much-text img,
	article.page-content .so-much-text img {
		width: auto;
		height: 100%;
		max-width: none;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.so-much-text.space-on-left img,
	article.page-content .so-much-text.space-on-left img {
		position: absolute;
		left: auto;
		right: 0;
		transform: none;
	}
	.so-much-text.space-on-right img,
	article.page-content .so-much-text.space-on-right img {
		position: absolute;
		left: 0;
		transform: none;
	}
	.static-content li p span {
		display: block;
	}
	.so-much-text + .static-content {
		position: relative;
	}
	.so-much-text + .static-content.text-on-right-img {
		margin-left: auto;
		padding-left: 0;
	}
	.page-content .still-background img {
		height: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.still-background,
	.still-background img {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: block;
		left: 0;
		padding: 0;
	}
	.still-background + .static-content {
		padding: 40px 100px;
		position: relative;
		margin: 0;
	}
	.negative-text .still-background + .static-content,
	.negative-text .still-background + .static-content .link-more {
		color: #fff;
	}
	.static-wrap .row .crob-on-tablet {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		overflow: hidden;
	}
	.static-wrap .crob-on-tablet img {
		max-width: none;
		width: auto;
		height: 100%;
		right: 0;
		position: absolute;
	}
	.big-link > div {
		height: 175px;
	}
	.white-layer.white-100 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.static-wrap .visasig-wrap p {
		font-size: 25px;
		padding: 0 5px;
	}
	.no-wrap-responsive .content-wrap {
		padding: 0;
		margin: 0 -15px;
		width: auto;
		max-width: none;
	}
}
.loading {
	padding: 60px !important;
	text-align: center;
	transform: scaleX(-1);
}
.static-wrap h5.title-left-mt {
	margin-top: 15px;
}
.form-wrap input.input-card-picker {
	cursor: pointer;
}
.form-content .input-ico .input-card-picker[disabled] {
	-webkit-opacity: 1 !important;
	-webkit-text-fill-color: #000 !important;
	color: #000 !important;
}
@media (min-width: 1025px) and (max-width: 1064px) {
	.another-sub p {
		margin: auto;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.menu-global .search-on-menu {
		padding: 16px 8px;
	}
	#edit-my-link-modal .btn-wrap {
		margin-top: 0;
	}
	.another-sub p {
		margin: auto;
	}
	.fixed #nav-flexi-navbar .nav-item .nav-link,
	.scrolled-menu ul li {
		font-size: 11px;
	}
	.btn.button-flexi-start.invert {
		font-size: 11px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.card-register-btn {
		font-size: 11px;
	}
	.menu-global a:hover .search-on-default {
		display: inline-block;
	}
	.menu-global a:hover .search-on-hover {
		display: none;
	}
	a:hover .on-default {
		display: inline-block;
	}
	a:hover .on-hover {
		display: none;
	}
	.menu-global a.login-btn:hover {
		color: inherit;
		background-color: inherit;
	}
	.menu-global a.login-btn:hover .login-default {
		display: inline-block;
	}
	.menu-global a.login-btn:hover .login-hover {
		display: none;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.menu-global a:hover .search-on-default {
		display: inline-block;
	}
	.menu-global a:hover .search-on-hover {
		display: none;
	}
	a:hover .on-default {
		display: inline-block;
	}
	a:hover .on-hover {
		display: none;
	}
	.menu-global a.login-btn:hover {
		color: inherit;
		background-color: inherit;
	}
	.menu-global a.login-btn:hover .login-default {
		display: inline-block;
	}
	.menu-global a.login-btn:hover .login-hover {
		display: none;
	}
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) {
	.menu-global a:hover .search-on-default {
		display: inline-block;
	}
	.menu-global a:hover .search-on-hover {
		display: none;
	}
	a:hover .on-default {
		display: inline-block;
	}
	a:hover .on-hover {
		display: none;
	}
	.menu-global a.login-btn:hover {
		color: inherit;
		background-color: inherit;
	}
	.menu-global a.login-btn:hover .login-default {
		display: inline-block;
	}
	.menu-global a.login-btn:hover .login-hover {
		display: none;
	}
}
#iframe-form {
	height: 740px;
}
#contactform {
	height: 920px !important;
}
#applyMerchant {
	height: 1000px;
}
.err-msg {
	color: #cf3339;
	font-size: 11px;
	margin-left: 7%;
}
.img-list {
	width: 100%;
	height: auto;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-top: none;
	z-index: 1;
	left: 0;
	right: 0;
	text-align: left;
	font-size: 12px;
	background-color: #fff;
	font-family: Conv_SukhumvitTadmai_Tex;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
	border-radius: 3px;
	top: calc(100% + 5px);
}
.autocomplete-items .autocomplete-item {
	padding: 10px;
	cursor: pointer;
	width: 100%;
	display: inline-block;
	position: relative;
	color: #5b6670;
}
.autocomplete-items .autocomplete-item:not(:last-child):before {
	content: "";
	width: calc(100% - 20px);
	border-bottom: 1px solid rgba(91, 100, 112, 0.15);
	position: absolute;
	bottom: 0;
}
.autocomplete-items > a {
	width: 100%;
	display: inline-block;
}
.autocomplete-items .autocomplete-item > div {
	display: inline-block;
	vertical-align: middle;
}
.autocomplete-items .image {
	width: 60px;
}
.autocomplete-items .image + .caption {
	width: calc(100% - 60px);
	padding-left: 20px;
}
.autocomplete-items .caption {
	width: 100%;
}
.autocomplete-items > .autocomplete-group {
	background: #ddd;
	padding-left: 10px;
	font-weight: 900;
	border-bottom: 1px solid #d4d4d4;
	display: inline-block;
	width: 100%;
}
.copyautocompile {
	border: none;
	background: transparent;
	color: transparent;
	text-indent: 100%;
	cursor: default;
}
.autocomplete-items .autocomplete-item:hover {
	background-color: #dcdcdc;
}
.autocomplete-active {
	background-color: #dcdcdc !important;
}
.autocomplete-items strong {
	font-weight: 900;
	color: #000;
}
.autocomplete-item.more {
	text-align: center;
	color: #000;
	text-decoration: underline;
}
.errmsg {
	border-bottom: 1px solid #cf3339 !important;
}
.err-text {
	color: #cf3339 !important;
	font-family: Conv_SukhumvitTadmai_Tex !important;
}
.txt-pwd {
	-webkit-text-security: disc;
}
.art-con-detail ul {
	list-style: disc;
	padding-left: 40px;
}
.art-con-detail ul ul {
	list-style: circle;
}
.art-con-detail ul ul ul,
.art-con-detail ul ul ul > li > ul {
	list-style: square;
}
.all-type-list-sort {
	display: inline-block;
	margin: 10px 5px;
	position: relative;
	top: 0;
	vertical-align: top;
	width: 145px;
	max-width: 19.5vw;
}
a.all-type-list-sort[href]:hover {
	top: -3px;
}
.all-type-list-sort > div {
	width: 75px;
	height: 75px;
	border: 1px solid #bbbbbc;
	border-radius: 6px;
	margin-bottom: 9px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.all-type-list-sort img {
	height: 55px;
	width: auto;
	margin: 10px auto;
	display: block;
}
.all-type-list-sort p {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-family: Conv_SukhumvitTadmai_Tex;
	color: #000;
}
.all-type-list-sort.active .list-number {
	opacity: 1;
}
.article-content ol {
	list-style: decimal;
}
.article-content ul {
	list-style: inside;
}
.panel-header,
.panel.panel-default {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.row-footer {
	width: 100%;
	margin: 0;
}
.padding-promotion {
	margin-top: 153px;
}
.nav-backhome {
	margin-top: 0;
}
.btn-backhome {
	line-height: 0;
}
.faq-link {
	text-decoration: underline;
}
.faq-link,
.faq-link:hover {
	color: #000;
}
.the-number.call {
	cursor: text;
}
.banner-row .filter-banner {
	position: relative;
	display: block;
	cursor: pointer;
}
.banner-row .filter-banner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	pointer-events: none;
	opacity: 0.1;
	border-radius: 3px;
}
.banner-row .filter-banner:hover:after {
	opacity: 0;
}
.banner-row .filter-banner img {
	display: block;
	width: 100%;
	height: auto;
}
input[disabled]:disabled {
	background: #fff;
}
p.search-promotion.slide-content {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 54px;
}
p.search-promotion.slide-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 46px;
}
.fix_side {
	position: fixed;
	left: 0;
	top: 52%;
	display: none;
}
.fix_side.active {
	display: block;
}
.article-wrap.new .article-icon.fix_side .share-popover a {
	width: 56px;
	height: 56px;
	display: block;
	background-size: 24px;
	background-position: 50%;
}
.article-icon.fix_side a.share-fb-btn {
	background-color: rgba(91, 102, 112, 0.25);
}
.article-icon.fix_side a.share-tw-btn {
	background-color: rgba(91, 102, 112, 0.2);
}
.article-icon.fix_side a.share-line-btn {
	background-color: rgba(91, 102, 112, 0.1);
}
.article-icon.fix_side a.share-link-btn {
	background-color: rgba(91, 102, 112, 0.05);
}
.title-top {
	position: relative;
}
.article-icon.mobile.open .close-share {
	display: block;
}
.article-icon.mobile.open .share-btn {
	display: none;
}
.article-icon.mobile.open .share-popover a {
	display: block;
	position: absolute;
}
.bg-wrapper {
	display: none;
	position: fixed;
	z-index: 2;
	background: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.article-readmore {
	padding: 0 55px;
	margin: 0 auto;
	width: 100%;
	max-width: 1316px;
}
#article-detail #proud-regis {
	margin-top: 60px;
}
.article-wrap .ktc-cash-personal-loan {
	margin-bottom: 60px;
}
.sidebar .article-readmore {
	padding: 0;
}
.article-wrap.new .ktc-cash-personal-loan img {
	width: 100%;
	height: auto;
}
.video .item-img-cover {
	position: relative;
	cursor: pointer;
}
.video .item img:hover {
	top: 0;
}
.video .slide-wrap .item a .warp-image {
	position: relative;
}
.share-btn.active .share-popover {
	display: -ms-flexbox;
	display: flex;
}
.article-readmore {
	padding: 0 60px;
	overflow: hidden;
}
.article-readmore .slide-wrap {
	overflow: visible;
}
.to-top:hover {
	bottom: 50px;
}
.article-icon .share-popover.new-layout:after {
	display: none;
}
.ktc-article .share-popover a {
	width: 45px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	background-size: 19px 24px;
	background-position: 50%;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.article-icon.active .share-popover a {
	display: block;
	position: absolute;
}
.article-icon .share-popover.new-layout {
	position: absolute;
	bottom: auto;
	right: auto;
	top: 0;
	left: auto;
	width: 45px;
	height: 45px;
	padding: 0;
	background-color: transparent;
	z-index: 0;
}
.article-icon.open .share-popover.new-layout {
	display: block;
}
.article-icon.mobile a {
	top: 0;
	right: 0;
}
.facebook-comment {
	margin-top: 20px;
}
.title-top {
	margin-bottom: 10px;
}
.article-readmore .item .slide-title {
	max-height: 74px;
}
.share-button {
	z-index: 100;
	transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border-style: none;
	outline: 0;
	height: 64px;
	width: 64px;
	background-color: #546e7a;
	border-radius: 100%;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
}
.share-button:active {
	box-shadow:
		0 3px 6px rgba(0, 0, 0, 0.16),
		0 3px 6px rgba(0, 0, 0, 0.23);
}
.share-button i {
	color: #fff;
	font-size: 30px;
}
.social-share-container {
	z-index: 1000;
	position: absolute;
	bottom: 16px;
	left: 16px;
}
.social-share-container.right {
	right: 16px;
	left: auto;
}
.social-share-container > .share-container > * {
	transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
	position: absolute;
	z-index: -1;
	bottom: 0;
}
.share-facebook {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
#article-detail .article-wrap .article-title {
	margin-top: 40px;
	margin: 0 !important;
}
#article-detail .article-wrap .title-top {
	margin-top: 50px;
}
.article-icon.fix_side {
	display: none !important;
}
.article-icon .share-btn-content a {
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 20px;
}
.article-card-regis {
	margin-top: 20px;
}
section.model-6 {
	display: none;
}
.article-icon.fixed-left {
	position: fixed;
	top: 160px;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
.article-icon.text-left {
	padding-top: 0;
	margin-bottom: 60px;
}
.article-icon.fixed-left.show {
	opacity: 1;
	pointer-events: visible;
}
.article-icon.fixed-left .share-btn-content a.share-fb-btn {
	background-color: rgba(91, 102, 112, 0.25);
}
.article-icon.fixed-left .share-btn-content a.share-tw-btn {
	background-color: rgba(91, 102, 112, 0.2);
}
.article-icon.fixed-left .share-btn-content a.share-line-btn {
	background-color: rgba(91, 102, 112, 0.1);
}
.article-icon.fixed-left .share-btn-content a.share-copylink-btn {
	background-color: rgba(91, 102, 112, 0.05);
}
.article-icon.fixed-left .share-btn-content a {
	display: block;
	margin: 0;
	width: 56px;
	height: 56px;
	background-size: 24px;
	background-position: 50%;
}
button.btn-info.btn-content {
	border: none;
	background: none;
	font-family: Conv_SukhumvitTadmai_Tex;
	color: #5b6670;
	font-size: 16px;
	text-align: center;
	outline: none !important;
	margin: 30px auto 60px;
	display: -ms-flexbox;
	display: flex;
}
button.btn-info.btn-content.more-detail {
	margin-top: 60px;
}
button.btn.btn-info.btn-content.more-detail:after {
	transform: rotate(0deg);
	content: "\f107";
	font-family: fontawesome;
	padding-left: 10px;
	padding-right: 0;
}
button.btn.btn-info.btn-content:after {
	transform: rotate(-180deg);
	content: "\f107";
	font-family: fontawesome;
	padding-right: 10px;
	padding-left: 0;
	transition: 0.3s;
}
button.btn-info.btn-content:active,
button.btn-info.btn-content:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	color: #000;
	background-color: transparent;
	border-color: transparent;
	outline: none !important;
}
.article-content .art-con-detail .txt-middle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.article-icon.mobile {
	display: block;
	position: fixed;
	right: 37px;
	z-index: 4;
	width: 45px;
	height: 45px;
	bottom: 6.1%;
}
.ktc-article.move {
	bottom: 112px;
}
.article-readmore .owl-nav button {
	display: none;
}
.fb_iframe_widget_fluid_desktop iframe {
	height: 100%;
}
.article-wrap .share-facebook iframe {
	width: 100px;
	height: 31px;
}
.area-hidden {
	display: none;
}
.model-6 .float-btn-group {
	position: relative;
	float: right;
	transition: 0.3s;
}
.float-btn-group .btn-triger {
	z-index: 15;
	float: right;
}
.btn-float {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	border: none;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 50%;
	padding: 6px;
	cursor: pointer;
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
}
.btn-float,
.share-dim {
	transition: 0.3s;
}
.share-dim.show {
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	pointer-events: all;
}
.model-6 .float-btn-group {
	float: none;
	margin: auto;
	z-index: 4;
}
.model-6 .float-btn-group > .btn-float {
	background: #fff;
	cursor: pointer;
	pointer-events: all;
}
.model-6 .float-btn-group.open > .btn-float {
	background: #cf3339;
}
.model-6 .float-btn-group .icon-bars {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	-webkit-transition-delay: 1.3s;
	transition: 0.3s;
}
.model-6 .float-btn-group .btn-list {
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
}
.model-6 .float-btn-group .btn-list .btn-float:first-child {
	-moz-transition: 0.3s 0.3s;
	-o-transition: 0.3s 0.3s;
	-webkit-transition: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition: 0.3s 0.3s;
}
.model-6 .float-btn-group .btn-list .btn-float:nth-child(2) {
	-moz-transition: 0.3s 0.4s;
	-o-transition: 0.3s 0.4s;
	-webkit-transition: 0.3s;
	-webkit-transition-delay: 0.4s;
	transition: 0.3s 0.4s;
}
.model-6 .float-btn-group .btn-list .btn-float:nth-child(3) {
	-moz-transition: 0.3s 0.5s;
	-o-transition: 0.3s 0.5s;
	-webkit-transition: 0.3s;
	-webkit-transition-delay: 0.5s;
	transition: 0.3s 0.5s;
}
.model-6 .float-btn-group .btn-list .btn-float:nth-child(4) {
	-moz-transition: 0.3s 0.6s;
	-o-transition: 0.3s 0.6s;
	-webkit-transition: 0.3s;
	-webkit-transition-delay: 0.6s;
	transition: 0.3s 0.6s;
}
.model-6 .float-btn-group .btn-list .btn-float img {
	width: 24px;
	height: 24px;
	margin: 5px auto;
}
.model-6 .float-btn-group.open .icon-bars {
	transition: 0.3s;
}
.model-6 .float-btn-group.open .btn-list .btn-float {
	transform: scale(0.9);
}
.model-6 .float-btn-group.open .btn-list .btn-float:first-child {
	left: -85px;
	top: 0;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(2) {
	left: -80px;
	top: -45px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(3) {
	left: -50px;
	top: -78px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(4) {
	left: -5px;
	top: -85px;
}
.model-6 .float-btn-group.open .btn-list .btn-float:hover {
	transition: 0.3s;
	text-shadow: 1px 4px 1px #666;
}
section.model-6 {
	display: block;
	width: 100%;
	padding: 20px 37px;
	position: fixed;
	bottom: 30px;
	pointer-events: none;
	z-index: 4;
}
.model-6.move {
	bottom: 90px;
}
.article-icon .share-popover.on-bottom,
.article-wrap .article-icon .share-popover.on-bottom {
	top: auto;
	bottom: -56px;
}
.article-icon .share-popover.on-bottom:after,
.article-wrap .article-icon .share-popover.on-bottom:after {
	border-top: none;
	border-bottom: 8px solid #eceeed;
	bottom: auto;
	top: -8px;
}
@media only screen and (max-width: 479px) {
	.article-icon.mobile {
		right: 15px;
	}
	#article-detail .layout-2columns .column.main {
		width: 100%;
		padding: 0;
	}
	#article-detail .layout-2columns .sidebar.sidebar-main {
		width: 100%;
	}
	.sidebar .article-readmore .item:nth-child(3n + 1) {
		clear: left;
	}
	.sidebar .article-readmore .item {
		width: 50%;
		float: left;
		padding: 0 10px;
	}
	.article-wrap.new .sidebar .article-readmore {
		margin-top: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	#article-detail .layout-2columns .column.main {
		width: 100%;
		padding: 0;
	}
	#article-detail .layout-2columns .sidebar.sidebar-main {
		width: 100%;
	}
	.sidebar .article-readmore .item:nth-child(3n + 1) {
		clear: left;
	}
	.sidebar .article-readmore .item {
		width: 50%;
		float: left;
		padding: 0 10px;
	}
	.article-wrap.new .sidebar .article-readmore {
		margin-top: 0;
		padding: 0;
	}
	.item.item-img-cover.video iframe {
		height: 188px !important;
	}
	.slide-wrap .index-slide2.slide-article .item {
		padding: 40px 0 0;
	}
	.article-wrap .share-facebook {
		right: 10px;
	}
}
@media (max-width: 991px) {
	#splash-img-desktop img {
		display: block;
	}
	.article-readmore {
		padding: 0 20px;
	}
	.item .slide-title {
		padding-top: 10px;
		font-size: 18px;
		max-height: 60px;
	}
	.item .slide-content {
		padding-top: 5px;
		font-size: 14px;
		line-height: 1.4;
	}
	.model-6 .float-btn-group {
		position: relative;
		float: right;
		transition: 0.3s;
		float: none;
		margin: auto;
		z-index: 4;
	}
	.model-6 .float-btn-group > .btn-float {
		background: #fff;
		cursor: pointer;
		pointer-events: all;
	}
	.model-6 .float-btn-group.open > .btn-float {
		background: #cf3339;
	}
	.model-6 .float-btn-group .icon-bars {
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-webkit-transition: 0.3s;
		-webkit-transition-delay: 1.3s;
		transition: 0.3s;
	}
	.model-6 .float-btn-group .btn-list {
		width: 40px;
		height: 40px;
		right: 0;
		top: 0;
	}
	.model-6 .float-btn-group .btn-list .btn-float {
		position: absolute;
		transform: scale(0);
		left: 0;
		top: 0;
		margin: auto;
	}
	.model-6 .float-btn-group .btn-list .btn-float:first-child {
		-moz-transition: 0.3s 0.3s;
		-o-transition: 0.3s 0.3s;
		-webkit-transition: 0.3s;
		-webkit-transition-delay: 0.3s;
		transition: 0.3s 0.3s;
	}
	.model-6 .float-btn-group .btn-list .btn-float:nth-child(2) {
		-moz-transition: 0.3s 0.4s;
		-o-transition: 0.3s 0.4s;
		-webkit-transition: 0.3s;
		-webkit-transition-delay: 0.4s;
		transition: 0.3s 0.4s;
	}
	.model-6 .float-btn-group .btn-list .btn-float:nth-child(3) {
		-moz-transition: 0.3s 0.5s;
		-o-transition: 0.3s 0.5s;
		-webkit-transition: 0.3s;
		-webkit-transition-delay: 0.5s;
		transition: 0.3s 0.5s;
	}
	.model-6 .float-btn-group .btn-list .btn-float:nth-child(4) {
		-moz-transition: 0.3s 0.6s;
		-o-transition: 0.3s 0.6s;
		-webkit-transition: 0.3s;
		-webkit-transition-delay: 0.6s;
		transition: 0.3s 0.6s;
	}
	.model-6 .float-btn-group .btn-list .btn-float img {
		width: 24px;
		height: 24px;
		margin: 5px auto;
	}
	.model-6 .float-btn-group.open .icon-bars {
		transition: 0.3s;
	}
	.model-6 .float-btn-group.open .btn-list .btn-float {
		transform: scale(0.9);
	}
	.model-6 .float-btn-group.open .btn-list .btn-float:first-child {
		left: -85px;
		top: 0;
	}
	.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(2) {
		left: -80px;
		top: -45px;
	}
	.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(3) {
		left: -50px;
		top: -78px;
	}
	.model-6 .float-btn-group.open .btn-list .btn-float:nth-child(4) {
		left: -5px;
		top: -85px;
	}
	.model-6 .float-btn-group.open .btn-list .btn-float:hover {
		transition: 0.3s;
		text-shadow: 1px 4px 1px #666;
	}
	section.model-6 {
		display: block;
		width: 100%;
		padding: 20px 37px;
		position: fixed;
		bottom: 30px;
		pointer-events: none;
		z-index: 4;
	}
	.model-6.move {
		bottom: 90px;
	}
	.btn-float {
		width: 45px;
		height: 45px;
		line-height: 45px;
		display: inline-block;
		border: none;
		font-size: 18px;
		color: #fff;
		text-align: center;
		position: relative;
		transition: 0.3s;
		border-radius: 50%;
		padding: 6px;
		cursor: pointer;
		box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
	}
	.btn-float:hover {
		text-decoration: none;
		box-shadow:
			0 5px 10px rgba(0, 0, 0, 0.15),
			0 4px 15px rgba(0, 0, 0, 0.13);
	}
	.btn-float:active,
	.btn-float:focus {
		outline: none;
	}
	.btn-float + .btn-float {
		margin-left: 5px;
	}
	.white {
		background: #fff;
	}
	.float-btn-group {
		position: relative;
		float: right;
		transition: 0.3s;
	}
	.float-btn-group.open {
		z-index: 2;
	}
	.float-btn-group .btn-triger {
		z-index: 15;
		float: right;
	}
	.float-btn-group .btn-list {
		position: absolute;
		right: 0;
		transition: 0.3s;
	}
	.float-btn-group .btn-list li {
		display: inline-block;
	}
	.share-dim {
		transition: 0.3s;
	}
	.share-dim.show {
		background-color: rgba(0, 0, 0, 0.2);
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
		pointer-events: all;
	}
	.article-icon.text-left {
		display: none;
	}
}
@media (max-width: 576px) {
	section.model-6 {
		padding: 20px 15px;
	}
	#article-detail .article-wrap .article-icon {
		padding-top: 10px;
	}
	.article-wrap .article-icon {
		padding: 10px 0 0;
	}
	.to-top {
		right: 30px;
	}
}
.menu-global a.menu-responsive > img {
	margin-right: 15px;
}
.menu-global a.menu-responsive {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: Conv_SukhumvitTadmai_Bol;
	font-size: 16px;
}
.breadcrumb {
	background-color: transparent;
	margin: 0 auto;
	padding: 0.75rem 1rem;
}
.breadcrumb.bc-content {
	padding-left: 1rem;
}
.breadcrumb.bc-content .breadcrumb-item.active a,
.breadcrumb.bc-content .breadcrumb-item a,
.breadcrumb.bc-content .breadcrumb-item a:hover {
	color: #fff;
	font-family: Conv_SukhumvitTadmai_Tex, sans-serif;
	margin: 0;
}
.breadcrumb-item + .breadcrumb-item:before {
	font-family: Conv_SukhumvitTadmai_Tex, sans-serif;
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #6c757d;
	content: "/";
}
nav[aria-label="breadcrumb"] {
	padding-top: 12px;
	padding-bottom: 12px;
}
@media (max-width: 991px) {
	.last-piece .text-right {
		display: none;
	}
	.last-piece.for-login-pg .license {
		padding-left: 20px;
	}
	.last-piece.for-login-pg .text-right {
		padding-right: 20px;
	}
	.license {
		padding: 10px 0 12px;
		text-align: center;
	}
	.menu-global.mini-header .scroll-menu,
	.scrolled-menu {
		display: none !important;
	}
	.menu-global {
		margin-bottom: 235px;
	}
	.menu-global .on-right {
		-ms-flex: 1;
		flex: 1;
		width: 160px;
		position: relative;
	}
	.menu-global .on-right .card-register-btn,
	.menu-global .on-right .login-btn {
		display: none;
	}
	.menu-global .on-right .only-mobile {
		display: inline-block;
		padding: 14px 0;
		vertical-align: middle;
	}
	.on-right .profile-image img {
		width: 28px;
		height: 28px;
	}
	.login-mobile {
		position: relative;
		top: 2px;
	}
	.login-mobile img {
		width: 19px;
		height: auto;
	}
	.menu-global a.login-btn:hover {
		display: none;
	}
	.alway-mini.menu-global .on-right .menu-mobile {
		background: url("/pub/export/static-mgrt/img-icon-ico-menu-mobile.png")
			no-repeat 50%;
		background-size: 100%;
		opacity: 1;
		pointer-events: all;
		width: 18px;
		height: 16px;
		margin-left: 14px;
	}
	.menu-responsive-dropdown {
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		width: 100%;
		height: 100vh;
		padding: 0 25px;
		padding-top: 66px;
		padding-bottom: 150px;
		z-index: 5;
	}
	.menu-resp-scroll {
		overflow: auto;
		max-height: 100%;
	}
	div#scrolled-menu-responsive {
		opacity: 0;
		pointer-events: none;
	}
	div#scrolled-menu-responsive.active {
		opacity: 1;
		pointer-events: all;
	}
	#scrolled-menu-responsive img {
		width: 40px;
	}
	.menu-responsive-dropdown a {
		position: relative;
		display: block;
		left: 0;
		margin-top: 8px;
		opacity: 1;
	}
	.menu-responsive-dropdown ul a {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 14px;
		overflow: hidden;
		height: 0;
		margin-top: 0;
		padding-left: 55px;
	}
	.menu-responsive-dropdown ul {
		padding-bottom: 0;
	}
	.menu-responsive-dropdown .active + ul {
		padding-bottom: 25px;
		margin-top: -14px;
	}
	.menu-responsive-dropdown .active + ul a {
		height: 17px;
		margin-top: 20px;
		line-height: 21px;
	}
	.menu-responsive-dropdown h3 {
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 16px;
		display: inline-block;
		position: absolute;
		top: 18px;
		padding-left: 15px;
		width: 80vw;
	}
	.menu-responsive-dropdown .menu-responsive {
		position: relative;
		border-bottom: 1px solid rgba(91, 102, 112, 0.4);
		padding: 5px 0;
	}
	.menu-responsive-dropdown h3.menu-more:after {
		content: "+";
		position: absolute;
		font-family: Gotham-Book;
		font-size: 24px;
		transform: rotate(0);
		right: 0;
		top: -3px;
	}
	.menu-responsive-dropdown h3.menu-more.active:after {
		transform: rotate(-45deg);
		right: -1px;
	}
	.menu-responsive-dropdown .menu-btn {
		position: absolute;
		bottom: 0;
	}
	.menu-responsive-dropdown .menu-lang {
		position: relative;
	}
	.menu-responsive-dropdown .lang-header-menu {
		border-top: 0.5px solid #535353;
		padding: 10px 0;
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	.menu-responsive-dropdown .lang-header-menu img {
		padding: 5px;
	}
	.menu-responsive-dropdown .lang-header-menu label {
		display: inline-block;
		position: absolute;
		font-family: Gotham-Bold;
		font-size: 16px;
		top: 23px;
		left: 56px;
	}
	.menu-responsive-dropdown .lang-header-menu p {
		float: right;
		background-color: transparent;
		color: #707070;
		font-family: Gotham-Bold;
		border-radius: 4px;
		border: 1px solid #707070;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: "";
		padding: 5px;
		margin-top: 7px;
	}
	.menu-responsive-dropdown .menu-btn button {
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 18px;
		margin: 12px 0;
		background: #cf3339;
		border: none;
		border-radius: 3px;
		color: #fff;
		width: 90vw;
		height: 45px;
		cursor: pointer;
	}
	#ktc-logo {
		position: relative;
		z-index: 6;
	}
	#ktc-logo img {
		margin-top: 13px;
		max-width: 61px;
	}
	.menu-resp-close {
		top: 7px;
		right: 20px;
		position: absolute;
		color: #fff;
		font-size: 40px;
		opacity: 1;
		font-family:
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
		font-weight: 100;
	}
	.index-slide2 .owl-nav button.owl-next,
	.index-slide2 .owl-nav button.owl-prev {
		top: 13.5vw;
	}
	.open-on-top h1 {
		margin-top: 30px;
	}
	.open-on-top h2.title-mobile {
		letter-spacing: 0.5px;
		margin-bottom: 8px;
		line-height: 36px;
		margin-top: 30px;
		font-size: 32px;
	}
	.icon-wrap {
		padding: 30px 0 0;
	}
	.icon-wrap p {
		line-height: 18px;
	}
	.big-link img {
		margin-bottom: 0;
	}
	.only-desktop {
		display: none;
	}
	.only-mobile {
		display: block;
	}
	.menu-global .another-sub .content-wrap > * {
		-ms-flex: 0 100%;
		flex: 0 100%;
	}
	.another-sub {
		padding: 15px 0 10px;
		margin-bottom: 10px;
	}
	.another-sub span {
		display: none;
	}
	.another-sub a:after {
		background: none;
	}
	.text-on-slide p {
		font-size: 28px;
	}
	.text-on-slide a {
		padding-top: 8px;
		font-size: 16px;
	}
	.item .slide-title {
		padding-top: 10px;
		font-size: 18px;
		max-height: 60px;
	}
	.item .slide-content {
		padding-top: 5px;
		font-size: 14px;
		line-height: 1.4;
	}
	.slide-wrap:after,
	.slide-wrap:before {
		display: none;
	}
	.chat:hover,
	.to-top:hover {
		cursor: pointer;
	}
	.chat:hover {
		bottom: 57px;
	}
	.input-search {
		width: calc(100% - 33px);
		margin-right: 0;
		font-size: 14px;
	}
	.button-search {
		position: fixed;
		left: 20px;
		right: 20px;
		width: calc(100% - 40px);
		display: block;
		bottom: 20px;
		background: #cf3339;
		color: #fff;
		height: 45px;
	}
	.modal-header {
		position: relative;
		z-index: 3;
	}
	.modal-body,
	.modal-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	#search-modal .modal-body {
		padding-bottom: 70px;
		padding-top: 8px;
		-ms-flex: none;
		flex: none;
		display: block;
		height: calc(100vh - 130px);
		overflow: auto;
		position: relative;
		z-index: 2;
	}
	.menu-global .on-right .login-btn.logged-in {
		display: inline-block;
	}
	.login-btn.logged-in ul {
		width: 100%;
		left: 0;
		right: 0;
		position: fixed;
		top: 0;
		bottom: 0;
		padding-top: 75px;
	}
	.active .for-sub-profile-mobile {
		display: none;
	}
	.for-sub-profile-mobile .profile-image {
		width: 47px;
		height: 47px;
		margin: 15px 20px;
	}
	.on-right .for-sub-profile-mobile .profile-image img {
		width: 100%;
		height: 100%;
	}
	.for-sub-profile-mobile button.close {
		top: 7px;
		right: 20px;
		position: absolute;
		color: #fff;
		font-size: 40px;
		opacity: 1;
	}
	.big-link > div {
		height: 152px;
	}
	.menu-global {
		background-position: left -30px top;
	}
	.footer-menu > .col-lg-3 {
		width: 40%;
		-ms-flex: none;
		flex: none;
	}
	.image-link .icon-last-content img {
		width: 42px;
	}
	.image-link .icon-last-content p {
		font-size: 16px;
	}
	.content-wrap.breadcrumb-wrap {
		padding: 0 35px;
	}
	.content-wrap.breadcrumb-wrap .site-breadcrumb {
		text-align: left;
	}
	.content-wrap.breadcrumb-wrap .site-breadcrumb a:not(:first-child),
	.overlay-breadcrumb .site-breadcrumb a:not(:first-child) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 10px;
		margin-right: 4px;
	}
	.breadcrumb.bc-content li:not(:first-child).breadcrumb-item {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 16px;
		margin-right: 6px;
	}
	.breadcrumb.bc-content li:last-child.breadcrumb-item,
	.content-wrap.breadcrumb-wrap .site-breadcrumb a:last-child,
	.overlay-breadcrumb .site-breadcrumb a:last-child {
		width: 40%;
	}
	.click-compare .on-desktop {
		display: none;
	}
	.compare-title p {
		text-align: center;
		margin-bottom: 30px;
		font-size: 24px;
	}
	.content-filter .breadcrumb {
		padding-left: 0;
	}
	.content-filter nav {
		display: inline-block;
	}
	.col-right-filter {
		text-align: right;
	}
	.col-right-filter input {
		width: 100%;
	}
	.main-credit h3 {
		padding-top: 20px;
	}
	.btn-right {
		text-align: center;
		margin-top: 30px;
	}
	.click-compare .reverse-col {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.box-compare-credit p:after {
		right: 95px;
	}
	.click-compare .btn-cancel,
	.click-compare .btn-default {
		width: 100%;
	}
	.filter-lifestyle {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
		border: 1px solid rgba(91, 102, 112, 0.4);
		border-left: none;
		border-right: none;
	}
	.filter-content p {
		text-align: left;
	}
	.row-lifestyle {
		padding: 0;
	}
	.btn-filter-search .btn-cancel,
	.btn-filter-search .btn-default {
		margin-top: 80px;
	}
	.creditcard-row {
		margin-bottom: 0;
	}
	.box-credit-content {
		padding: 20px 10px 40px;
	}
	.main-credit {
		margin-bottom: 40px;
	}
	.btn-filter span {
		display: none;
	}
	.menu-global a:hover .search-on-default {
		display: inline-block;
	}
	.menu-global a:hover .search-on-hover {
		display: none;
	}
	a:hover .on-default {
		display: inline-block;
	}
	a:hover .on-hover {
		display: none;
	}
	#header-card-detail .center-responsive {
		text-align: center;
	}
	#header-card-detail .content-desc.only-mobile {
		display: block;
		margin-top: 30px;
	}
	#header-card-detail .content-desc.only-desktop,
	#header-card-detail .header-desc.only-desktop {
		display: none;
	}
	.only-mobile .desc-responsive h2 {
		margin-top: 40px;
	}
	#header-card-detail .content-desc h2 {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 30px;
	}
	#header-card-detail .content-desc h3 {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 16px;
		line-height: 26px;
	}
	#content-card-detail .section-intro h3 {
		font-size: 26px;
	}
	#content-card-detail .section-intro p a {
		margin: auto 15px;
	}
	#content-card-detail .section-intro p {
		padding: 0 10px;
	}
	article.page-content section.full-width .row {
		background: transparent;
	}
	#content-card-detail .section-desc-promotion p strong {
		margin-bottom: 20px;
	}
	#content-card-detail .section-desc-promotion p {
		margin-bottom: 40px;
	}
	#content-card-detail.page-content
		.content-inner-merchant-detail
		.section-service-detail {
		padding: 40px 0;
		margin-top: -20px;
	}
	#content-card-detail
		section.content-inner-merchant-detail
		.row
		> [class*="col"] {
		padding: 20px;
	}
	article#content-card-detail.first-section-bangchak section,
	article#content-card-detail.first-section-hospital {
		padding-top: 0;
	}
	.sub-sticky .sticky-left li.nav-back {
		margin-right: 0;
	}
	.card-sub-sticky .nav-img-card img {
		width: 40px;
		height: auto;
		padding: 0;
		vertical-align: top;
		margin-top: -8px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	}
	#card-detail-regis .detail-register-desc.section-doc-regis h5 {
		margin-top: 20px;
	}
	.section-service-detail .service-desc .media-body h5,
	.section-service-detail .service-desc .media-body p,
	.static-wrap .small-desc .text-left p {
		text-align: left !important;
	}
	.static-wrap .small-desc .text-left {
		-ms-flex-item-align: start !important;
		align-self: start !important;
	}
	.more-modal .header {
		margin-top: 40px;
	}
	.type-card {
		margin: 40px auto 0;
	}
	.type-card p {
		padding-bottom: 20px;
	}
	.static-wrap .negative-text.position-on-top,
	.static-wrap .negative-text.position-on-top .link-more {
		color: #fff;
	}
	.block-wrap.block-content {
		height: auto;
		width: 100%;
	}
	.page-content .still-background.still-width.bg-any-device img {
		width: 100%;
	}
	.static-wrap .still-background img.bg-for-ipad {
		display: block;
	}
	.static-wrap .still-background img.bg-for-desktop {
		display: none;
	}
	.bg-grey {
		background-color: #f6f7f7;
	}
	.page-content .bg-pink-text {
		display: none;
	}
	.main-loan .box-content {
		margin-top: 20px;
		margin-bottom: 80px;
	}
	.main-loan {
		padding-bottom: 40px;
	}
	.static-wrap .overlap-wrap.text-left {
		padding: 40px 10%;
	}
	.proud-loan-interest .vertical-wrap {
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
	}
	.proud-loan-interest .img-ico-flexi {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.proud-loan .proud-after-logo {
		margin: 117px auto 5px;
	}
	.proud-loan .sub-desc {
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 1.4;
	}
	.proud-loan .content-desc h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.proud-loan .content-desc h3 {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 16px;
	}
	.img-full-half img {
		width: 50%;
		margin: 0 auto auto;
		padding: 0;
	}
	.box-more-wrap .box-con-cal {
		margin: 0 auto 40px;
		padding: 0 15px;
	}
	.content-wrap {
		padding: 0 20px;
	}
	.content-wrap .on-desk {
		display: none !important;
	}
	.content-wrap .on-mobile {
		display: block !important;
	}
	.reverse-box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.box-cash-long {
		background-color: transparent;
		padding: 0 20px;
	}
	.box-cash-short {
		padding: 0 20px;
	}
	.box-cash-long .content-cash,
	.box-cash-short .content-cash {
		position: relative;
		top: 0;
		left: 0;
	}
	.box-cash .content-cash h2.on-mobile {
		padding-top: 20px;
	}
	.box-cash .content-cash span {
		font-family: Conv_SukhumvitTadmai_Thi;
		padding-top: 16px;
	}
	.box-img-cash {
		padding: 0 20px;
	}
	.box-img-cash img {
		border-radius: 3px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	}
	.box-con-cal .on-mobile p {
		color: #cf3339;
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 14px;
		line-height: 26px;
		text-decoration: underline;
		padding-top: 10px;
	}
	.detail-register {
		padding: 40px 0;
	}
	.detail-register h3 {
		margin-bottom: 40px;
	}
	.detail-register-desc {
		margin-bottom: 35px;
	}
	.detail-register-desc.col-lg-12 {
		margin-bottom: 0;
	}
	.sub-title {
		line-height: 26px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.input-notice {
		line-height: 24px;
	}
	.detail-register-desc h5 {
		margin-top: 25px;
	}
	.img-in-loan-wrap {
		overflow: hidden;
		border-radius: 6px;
		padding: 0;
		margin: 0 15px 15px;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	}
	.only-img-top {
		width: calc(100% - 30px);
	}
	.img-in-loan {
		width: 100%;
		height: auto;
		margin: -11.5vw 0;
	}
	.with-loan-img {
		background: none;
	}
	.with-loan-img h4 {
		font-size: 24px;
		margin-top: 45px;
	}
	.with-loan-img p {
		letter-spacing: 0;
		max-width: 510px;
		margin-bottom: 40px;
	}
	.img-precent {
		width: 160px;
	}
	.text-head-wrap > div {
		font-size: 20px;
		padding: 0 35px 10px;
		line-height: 32px;
	}
	.withStore.only-mobile {
		padding-bottom: 0;
	}
	.text-head-wrap > div:nth-child(2n) {
		padding-bottom: 40px;
	}
	.text-head-wrap li {
		list-style: outside;
		margin-left: 5px;
		font-family: Conv_SukhumvitTadmai_Tex;
		line-height: 22px;
		margin-bottom: 8px;
		font-size: 14px;
		text-align: left;
	}
	.text-head-wrap li span {
		font-family: Conv_SukhumvitTadmai_Thi;
	}
	.text-head-wrap ol {
		margin-bottom: 28px;
		display: block;
	}
	.little-notice {
		text-align: left;
		margin-left: 5px;
		line-height: 19px;
	}
	.withStore p {
		font-size: 14px;
		line-height: 20px;
		display: block;
		font-family: Conv_SukhumvitTadmai_Thi;
	}
	.store-ktc {
		display: block;
		margin: 13px auto;
	}
	.proud-logo + h1 {
		font-size: 18px;
		line-height: 1.3;
	}
	a.btn-action,
	a.card-register-center {
		margin: 30px 0 60px;
		font-size: 14px;
		min-width: 108px;
		padding: 8px 22px;
	}
	.box-more {
		margin: 40px 0;
	}
	.box-cash {
		margin-bottom: 40px;
	}
	h4.content-title {
		margin-bottom: 30px;
	}
	.last-piece.for-login-pg .text-right {
		display: inline-block;
	}
	.last-piece.for-login-pg .text-right .lang-footer label {
		display: none;
	}
	.last-piece.for-login-pg .license {
		text-align: left;
	}
	.box-login-con {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.bg-login {
		min-height: calc(100vh - 103px);
	}
	.page-flexi-header {
		padding: 8vw 30px;
		height: 40vw;
	}
	.page-flexi-header h1 {
		font-size: 22px;
		line-height: 1.4;
	}
	#page-flexi-content section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#page-flexi-content h4 {
		font-size: 20px;
	}
	#page-flexi-content .content-pre-nav {
		padding: 25px 0;
		text-align: center;
	}
	#page-flexi-content .content-pre-nav h3 {
		margin-bottom: 10px;
		font-family:
			Conv_SukhumvitTadmai_Tex,
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
		font-size: 20px;
	}
	#page-flexi-content.forever .content-pre-nav h4 {
		margin-top: 0;
	}
	#page-flexi-content .content-pre-nav h4 {
		font-family: Conv_SukhumvitTadmai_Thi, Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 1.4;
	}
	#page-flexi-content .content-pre-nav h4:after {
		display: none;
	}
	#nav-flexi-mobile .nav.mini.show {
		top: 66px;
	}
	#nav-flexi-scroll-trigger {
		padding: 0;
	}
	#nav-flexi,
	#nav-flexi.only-desktop {
		display: none;
	}
	section#section-flexi-cards {
		padding: 30px 0;
	}
	section#section-flexi-cards > .row > [class*="col"]:first-child {
		border: none;
	}
	section#section-flexi-cards > .row > [class*="col"]:last-child {
		margin-top: 50px;
	}
	section#section-flexi-cards .box-title {
		margin-bottom: 30px;
	}
	section#section-flexi-cards h4 {
		font-size: 20px;
	}
	section#section-flexi-cards .sub-title {
		font-size: 14px;
	}
	section#section-flexi-cards figure.box-info {
		height: 135px;
	}
	section#section-flexi-cards figure.box-info h5 {
		font-size: 16px;
	}
	section#section-flexi-cards figure.box-info h5 > small {
		margin-top: 5px;
		font-size: 1em;
	}
	section#section-flexi-cards figure.box-info .text-number {
		font-size: 50px;
	}
	section#section-flexi-cards figure.box-info .text-number.percent > small,
	section#section-flexi-cards figure.box-info .text-number > small {
		font-size: 14px;
	}
	section#section-flexi-cards figure.box-info .btn {
		margin-top: 0;
		font-size: 14px;
	}
	section#section-flexi-installments .left {
		text-align: center;
		padding: 0;
	}
	article.page-content .installments-wrap img {
		height: auto;
	}
	section#section-flexi-installments .right {
		padding: 20px 5px;
	}
	#nav-flexi-installments {
		margin-top: 30px;
		margin-bottom: 35px;
	}
	#nav-flexi-installments li.nav-item a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
	}
	#content-flexi-installments .button-terms {
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
	#content-flexi-installments p {
		font-size: 14px;
	}
	section#section-flexi-shops h4 {
		margin-bottom: 30px;
	}
	section#section-flexi-shops p {
		font-size: 18px;
	}
	section#section-flexi-shops a.button-contact-shop {
		margin-top: 10px;
		font-size: 18px;
	}
	section#section-flexi-shops .box-center-v {
		padding: 30px;
	}
	#section-flexi-promotions .slide-flexi-promotions .item {
		width: 100%;
	}
	.flexi-modal h5.modal-title.long-title {
		font-size: 16px;
	}
	.flexi-modal p.table-title {
		font-size: 17.5px;
	}
	.two-icon-link {
		margin: 40px 0;
	}
	.fakeBlock {
		display: none;
	}
	.form-register-completed p,
	.proud-regis-complete p {
		font-size: 32px;
		font-family: Conv_SukhumvitTadmai_Bol;
		line-height: 22px;
		padding-bottom: 10px;
		margin-top: 20px;
	}
	.bg-login .img-result {
		width: 122px;
	}
	.bg-login .card-register-center {
		margin-top: 40px;
	}
	.form-register-completed span,
	.proud-regis-complete span {
		font-size: 12px;
		font-family: Conv_SukhumvitTadmai_Tex;
	}
	.img-result {
		width: 84px;
		height: auto;
		margin: 40px 0 24px;
	}
	section .form-register-completed .img-result {
		margin-top: 0;
	}
	.sub-sticky {
		height: 45px;
	}
	.sticky-left li {
		line-height: 45px;
	}
	.sticky-left li.only-desktop {
		display: none;
	}
	.sticky-left li.only-mobile {
		display: inline-block;
	}
	.sticky-left li img {
		padding: 18px;
		margin-left: -18px;
	}
	.sticky-right .btn-action,
	.sticky-right .card-register-center {
		font-size: 14px;
		line-height: 22px;
		padding: 3px 20px;
		margin: 7px 0 7px 15px;
		border-radius: 3px;
	}
	.search-wrap {
		margin-top: 40px;
		padding-bottom: 200px;
	}
	.search-input-wrap {
		width: calc(100% - 33px);
	}
	.subcat-wrap {
		text-align: left;
		vertical-align: top;
	}
	.search-cat-wrap label {
		padding: 12px 25px;
		line-height: 12px;
		font-size: 12px;
		width: 33%;
		vertical-align: top;
	}
	.search-cat-wrap > label:nth-child(2) {
		width: 110px;
		text-align: left;
	}
	.search-cat-head {
		padding-right: 0;
		margin-top: 24px;
	}
	.search-cat-wrap {
		margin-top: 20px;
	}
	.search-slide .owl-nav {
		top: calc(10vw - 12px);
	}
	.ktc-tabs li a {
		padding: 0 4vw;
	}
	.search-cat-wrap label:hover {
		opacity: 1;
	}
	.section-cards .box-title .sub-title,
	.section-cards .box-title .title {
		text-align: center;
	}
	.flexi-shop .box-title .sub-title,
	.flexi-shop .box-title .title {
		color: #000;
	}
	.section-cards a.button-contact-shop {
		text-align: center;
		display: block;
	}
	.flexi-credit .box-title .title,
	.flexi-loan .box-title .title {
		font-size: 30px;
	}
	#page-flexi-content section.forever {
		padding-bottom: 0;
		border: none;
	}
	#page-flexi-content.forever h4 {
		margin-top: 25px;
	}
	.forever .section-box div[class*="col"].order-lg-last.box-center-v,
	.forever .section-box div[class*="col"].order-lg-last.box-center-v-1 {
		position: relative;
		padding: 40px 100px;
	}
	.forever .special-button {
		padding-bottom: 0;
		text-align: center;
	}
	#section-flexi-cards-mobile.forever .box-title-forever {
		margin-bottom: 8px;
		margin-top: 32px;
	}
	.forever #nav-flexi-scroll-trigger {
		padding-bottom: 40px;
	}
	.page-forever-header h2 {
		font-size: 23px;
		line-height: 34px;
		margin-top: 80px;
	}
	.page-forever-header {
		padding: 4px 0;
		height: 39vw;
	}
	.forever .btn.button-flexi-start {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#page-flexi-content.forever .content-pre-nav h3 {
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 42px;
	}
	#page-flexi-content.forever .content-pre-nav h4 {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 35px;
		line-height: 1.2;
	}
	#page-flexi-content.forever .content-pre-nav {
		padding: 35px 0;
	}
	#nav-flexi-modal .nav.full-size a,
	.forever #nav-flexi-mobile .nav.full-size a {
		padding: 16px;
		font-size: 18px;
	}
	#section-flexi-cards-mobile.forever h4 {
		font-size: 40px;
		margin-top: 30px;
	}
	#page-flexi-content.forever #section-flexi-promotions h4 {
		font-size: 30px;
		margin-top: 40px;
		margin-bottom: 0;
	}
	#section-flexi-cards-mobile.forever .title-new {
		margin-top: 28px;
	}
	#section-flexi-cards-mobile.forever .box-title-forever.rg {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.forever section#section-flexi-shops p {
		font-size: 30px;
	}
	.forever #page-flexi-content img {
		width: 100%;
		height: auto;
	}
	.forever#page-flexi-content .half-img-responsive img {
		margin: 0 auto;
	}
	.forever #section-flexi-shops .row {
		height: auto;
	}
	#page-flexi-content .forever img {
		width: 100%;
	}
	.forever #section-flexi-shops .only-shopping {
		font-size: 24px;
	}
	.forever #section-flexi-shops .button-contact-shop-new1 {
		padding-bottom: 15px;
		padding-top: 10px;
		font-size: 35px;
	}
	.forever #section-flexi-shops .button-contact-shop,
	.forever #section-flexi-shops .button-contact-shop-new,
	.forever #section-flexi-shops .only-score {
		font-size: 20px;
	}
	#section-flexi-cards-mobile.forever .sub-title-new {
		font-size: 20px;
		line-height: 1.4;
	}
	.forever .btn-link.underlined {
		font-size: 20px;
		display: inline-block;
	}
	#page-flexi-content .box-info-forever img {
		width: 66%;
	}
	.forever .btn-flexi-share.only-mobile {
		margin-top: 30px;
		margin-bottom: 0;
	}
	#page-flexi-content.forever section#section-flexi-promotions {
		padding: 0 20px 40px;
	}
	.forever #section-flexi-shops div[class*="col"].order-lg-last.box-center-v {
		padding-bottom: 10px;
		padding-top: 25px;
	}
	#section-flexi-cards-mobile.forever h4 {
		margin-top: 0;
	}
	#section-flexi-cards-mobile.only-mobile.forever h4 {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 5px;
		font-size: 30px;
	}
	.forever #section-flexi-shops {
		margin-bottom: 0;
	}
	.forever #section-flexi-shops p {
		margin-top: 5px;
	}
	.forever .text-on-slide {
		margin: 5px 0;
	}
	.forever section#section-flexi-shops .box-center-v {
		padding: 40px 60px;
	}
	.forever section#section-flexi-shops h4 {
		margin-bottom: 40px;
	}
	.forever #section-flexi-promotions .slide-flexi-promotions .item p {
		font-size: 20px;
	}
	.forever .item .slide-title {
		font-size: 24px;
		line-height: 37px;
	}
	nav[aria-label="breadcrumb"] + .row-search-filter {
		margin-top: 0;
		padding-top: 6px;
	}
	.search-wrap .btn-wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		background: #fff;
	}
	.row-search-filter.only-mobile {
		display: -ms-flexbox;
		display: flex;
		margin: 20px 0;
	}
	.row-search-filter .filter-btn.only-desktop {
		display: none;
	}
	.row-search-filter .input-search-inline {
		width: 100%;
	}
	.menu-sub-icon .nav-item {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	.menu-sub-icon .nav-item:after {
		height: 60px;
		top: 50%;
		margin-top: -30px;
	}
	.menu-sub-icon .nav-item:nth-child(4):after {
		display: none;
	}
	.menu-sub-icon .nav-link {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 16px;
		padding-bottom: 0;
	}
	.menu-sub-icon .nav-link img {
		width: auto;
		max-width: 40px;
		max-height: 40px;
		height: auto;
		margin: 0 auto -2px;
	}
	.menu-sub-icon .permanent-link .nav-link:after {
		display: none;
	}
	.menu-sub-icon .permanent-link .nav-link img + p {
		margin-top: 10px;
	}
	.menu-sub-icon .nav {
		margin: 0;
	}
	.banner-row a,
	.slide-wrap.last-slide {
		margin-bottom: 0;
	}
	.banner-row a {
		margin-top: 40px;
	}
	.promotion-page .text-on-slide.no-subtitle {
		margin-top: 0;
	}
	.banner-row.last-bn {
		margin-bottom: 105px;
	}
	#filter-modal .card-select-row .img-checkbox {
		margin-bottom: 10px;
	}
	.full-modal .modal-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.all-type-list {
		margin: 10px 9px;
		width: 125px;
	}
	.all-type-list p {
		font-size: 10px;
		line-height: 14px;
	}
	.menu-sub-icon .five-icons .nav-item {
		-ms-flex: auto;
		flex: auto;
	}
	#promotion-detail .article-wrap .article-cover {
		margin-bottom: 5px;
	}
	#promotion-detail .article-wrap .article-title {
		letter-spacing: 0;
	}
	.form-content .input-ico.input-ico-right span {
		line-height: 22px;
	}
	#terms-modal .header .title {
		line-height: 50px;
		margin-bottom: 25px;
	}
	#terms-modal .header .name {
		line-height: 36px;
	}
	.first-box-setting {
		margin-bottom: -30px;
	}
	.art-on-desktop {
		display: none;
	}
	.art-on-mobile {
		display: block;
		padding-left: 0;
	}
	#article-detail .article-wrap .article-cover {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#article-detail .article-wrap .article-title {
		margin-bottom: 20px;
	}
	.article-title .art-con-title h2 {
		font-size: 16px;
		line-height: 28px;
	}
	.article-title .art-con-title {
		margin-top: 15px;
	}
	.art-con-detail img {
		margin: 10px auto 20px;
	}
	.sidebar-right-bottom .index-head,
	.sidebar-right-top .index-head {
		margin-top: 40px;
	}
	.sidebar-right .side-content-wrap {
		margin-bottom: 20px;
	}
	.promotion-page .menu-sub-icon {
		margin-bottom: 0;
	}
	.promotion-page .item .slide-title {
		height: 36px;
		line-height: 1.4;
	}
	.article-page .item .slide-title {
		height: 60px;
		line-height: 1.4;
	}
	.article-page .slide-wrap .index-slide2 .item .slide-content {
		height: 44px;
		line-height: 1.4;
	}
	.btn-filter.only-desktop.with-tablet {
		display: inline-block;
	}
	.form-wrap .left span.select-arrow {
		right: 15px;
	}
	#nav-sticky-merchant .btn-flexi-share {
		margin-top: 7px;
	}
	.slide-wrap .item .slide-btn {
		margin-bottom: 2px;
	}
	.main-credit.addTop {
		padding-top: 230px;
	}
	.search-cat-head img {
		margin: 13px 0 -13px;
	}
	#search-cat-wrap-top .ktc-tabs {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.title-center {
		font-size: 22px;
		line-height: 1.4;
	}
	.share-on-top,
	h1 .share-on-top {
		position: fixed;
		top: 73px;
		right: 23px;
		z-index: 1;
		left: auto;
	}
	nav + .content-wrap .share-on-top {
		top: 61px;
	}
	.button-flexi-start + .share-on-top {
		position: relative;
		margin: 15px auto 0;
		float: none;
		display: block;
		width: 30px;
		top: 0;
		right: 0;
	}
	.static-wrap .static-content {
		padding: 40px 100px;
		position: relative;
		margin: 0;
	}
	.static-wrap .static-content.pl-0 {
		padding: 40px 100px !important;
	}
	.so-much-text + .static-content.text-on-right-img {
		padding: 40px 100px;
	}
	.static-wrap .overlap-wrap {
		width: calc(100% + 170px);
		margin: -40px -85px;
		height: auto;
		padding: 40px 20px;
	}
	.static-wrap h5 {
		line-height: 1.4;
		font-size: 30px;
	}
	.static-wrap h5.title-static-merchant {
		margin-bottom: 14px;
	}
	.static-wrap .text-left a,
	.static-wrap .text-left h5,
	.static-wrap .text-left p,
	.static-wrap .text-right a,
	.static-wrap .text-right h5,
	.static-wrap .text-right p {
		text-align: center !important;
	}
	.static-wrap .text-left li a,
	.static-wrap .text-left li p {
		text-align: left !important;
	}
	.negative-text,
	.negative-text .link-more {
		color: #212529;
	}
	.static-wrap .link-more {
		color: #000;
		text-align: center;
	}
	.static-merchant .link-more {
		color: #000;
		margin-top: 10px;
	}
	.static-merchant.full-blue .bg-on-desktop {
		display: none;
	}
	.half-half-blue-reverse .link-more,
	.half-half-blue .link-more {
		color: #fff;
	}
	.tel-number p {
		font-size: 24px;
	}
	.tel-number .mini-text {
		font-size: 14px;
	}
	.static-wrap .link-more {
		margin-bottom: 0;
	}
	.tel-number .the-number {
		font-size: 30px;
		padding-left: 50px;
	}
	.global-space {
		display: none;
	}
	.white-layer {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.white-layer,
	.white-layer.white-100 {
		background: #000;
	}
	.white-layer.white-100 > div {
		background: none;
		padding: 0;
	}
	.white-layer .link-more,
	.white-layer h5,
	.white-layer p {
		color: #fff;
	}
	.white-layer.white-half {
		left: 0;
		background: #f9f9f9;
	}
	.white-layer.white-half h5,
	.white-layer.white-half p {
		color: #000;
	}
	.white-layer.white-half.bg-grey-half,
	.white-layer.white-mobile {
		background-color: #fff;
	}
	.white-layer.white-mobile h5,
	.white-layer.white-mobile p {
		color: #000;
	}
	.page-content .space-on-left img,
	.space-on-left img,
	article.page-content .space-on-left img {
		max-width: none;
		width: 200%;
		margin-left: -100%;
	}
	.page-content .space-on-right img,
	.space-on-right img,
	article.page-content .space-on-right img {
		max-width: none;
		width: 200%;
	}
	.space-on-right img.crop-small {
		width: 185%;
	}
	.full-overimage.top-banner .text-on-left-img.text-left {
		padding: 40px 100px;
		text-align: center !important;
	}
	.full-overimage.top-banner .text-on-left-img.text-left.only-forever,
	.static-content.text-left.text-on-left-img.only-forever {
		display: none;
	}
	.static-wrap .big-icon-content .static-content {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.half-half-blue {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.half-half .row .row .static-content.text-on-left-img {
		padding-left: 35px;
	}
	.static-wrap .btn.button-shop-register {
		margin: 0 auto;
		display: block;
		width: 210px;
	}
	.static-content.text-on-left-img.float-up,
	.static-content.text-on-right-img.float-up {
		padding: 40px 100px;
		top: 0;
		right: 0;
		max-width: none;
	}
	.half-half-black > .row > div:first-child,
	.half-half-blue > .row > div:first-child,
	.half-half-grey > .row > div:first-child,
	.half-half-white > .row > div:first-child,
	.half-half .row > div:first-child,
	.half-overlap-grey .row > div:first-child,
	.static-wrap .order-lg-2 {
		padding: 0 15px;
	}
	.static-wrap.half-half-blue .row .tel-number {
		padding: 20px 35px;
	}
	#section-merchant-card-type {
		padding-top: 0;
	}
	section#section-merchant-card-type .list-card-vendors {
		margin: 0 auto;
		text-align: center;
		font-size: 0;
		width: 354px;
	}
	section#section-merchant-card-type .list-payment-services {
		margin-top: 10px;
	}
	section#section-merchant-card-type .row:first-child {
		margin-bottom: 20px;
	}
	.half-half .row .row .static-content.text-on-left-img {
		padding-left: 100px;
	}
	.half-half .full-overimage + .full-overimage {
		padding: 0 15px;
	}
	.half-half .full-overimage .space-on-left,
	.half-half .full-overimage .space-on-right {
		overflow: hidden;
	}
	.half-half .full-overimage img {
		margin: -30.37vw 0;
	}
	.half-half .full-overimage .space-on-left img {
		margin-left: -100%;
	}
	.top-banner > .row > div:first-child img {
		width: 156vw;
		max-width: none;
		margin-left: -56vw;
	}
	.static-wrap .row > .text-left,
	.static-wrap .row > .text-right {
		text-align: center !important;
	}
	.static-wrap .static-content.media-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.static-wrap .media-content > div {
		padding: 0;
	}
	.static-content .media {
		padding-left: 80px;
		padding-right: 80px;
		display: block;
		text-align: center;
	}
	.static-content .media:before {
		left: 0;
		right: 0;
	}
	.static-content .media img {
		margin: 0 0 20px;
		width: 100px;
	}
	#header-card-detail .content-desc {
		margin: 30px 0 0;
	}
	.nav.mini .btn-flexi-share + .share-popover {
		top: 50px;
		right: auto;
		left: -45px;
	}
	.nav.mini .btn-flexi-share + .share-popover:after {
		border-top: none;
		border-bottom: 8px solid #eceeed;
		top: -8px;
		bottom: auto;
		right: 98px;
	}
	.merchant-share-icon.article-icon .share-btn {
		margin: 10px 0;
	}
	.share-btn.share-btn-mg {
		margin-top: 0;
		margin-right: 12px;
	}
	.second-share-icon {
		display: inline-block;
	}
	.nav.mini .nav-right.nav-second-menu {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.nav.mini .nav-right.page-loan a.card-register-center {
		vertical-align: super;
	}
	.static-content.text-left.text-on-left-img {
		padding: 40px 100px;
	}
	#header-card-detail a.card-register-center {
		margin: 30px 0 40px;
	}
	.media-content > div:last-child .media:before,
	.proud-loan .proud-after-logo br {
		display: none;
	}
	.static-wrap .adjust-top {
		top: 0;
	}
	.so-much-text,
	.so-much-text.space-on-left img,
	.so-much-text.space-on-right img,
	article.page-content .so-much-text,
	article.page-content .so-much-text.space-on-left img,
	article.page-content .so-much-text.space-on-right img {
		position: relative;
	}
	.static-wrap .not-so-big img {
		max-width: 500px;
		margin: 0 auto;
	}
	.grey-in-tablet {
		background: #f9f9f9;
	}
	.static-content li p span {
		display: inline;
	}
	#header-card-detail .header-title {
		padding-left: 50px;
		padding-right: 50px;
	}
	.static-wrap .crob-on-tablet img {
		position: relative;
		height: auto;
		width: 100%;
	}
	#oap-loan-success .proud-regis-complete .desc-title {
		font-size: 28px;
		margin-top: 0;
	}
	.app-download h5 {
		padding-bottom: 2px;
	}
	.app-download p {
		font-size: 25px;
		line-height: 28px;
		color: #cf3339;
		padding-bottom: 0;
		margin-top: 0;
	}
	.app-download .btn-app-download p {
		font-size: 14px;
	}
	.static-content .media .media-img-wrap img {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	.static-content.text-on-right-img.float-up.xvisa {
		top: 0;
		right: 0;
		padding: 40px 100px;
		max-width: 100%;
	}
	.static-wrap.half-half-reverse .real-size,
	.static-wrap .real-size {
		margin: 30px auto;
		max-width: calc(100% - 30px);
	}
	.visasig-wrap {
		padding-left: 100px;
		padding-right: 100px;
	}
	.visasig-wrap img {
		padding: 0 30px 0 0;
	}
	.static-wrap .visasig-wrap > div {
		margin-bottom: 45px;
	}
	.static-wrap .visasig-wrap .link-more {
		margin-top: 16px;
	}
	#proud-regis .content-title {
		font-size: 30px;
		line-height: 45px;
		white-space: nowrap;
	}
	#content-card-detail .static-wrap .content-title,
	.detail-register h3,
	.page-loan-proud #privillage {
		font-size: 30px;
		line-height: 45px;
		padding: 0;
	}
	.static-wrap .row.content-wrap {
		padding: 0;
	}
	.ui-autocomplete.form-dropdown {
		width: 45% !important;
		left: 3% !important;
	}
	#iframe-form {
		height: 675px;
	}
	.the-number.call {
		cursor: pointer;
	}
}
@media (max-width: 767px) {
	.page-content .still-background img {
		max-width: none;
		width: auto;
		height: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.campare-table tr {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.campare-table tbody tr {
		padding: 20px 0;
	}
	.campare-table td,
	.campare-table th {
		padding: 0 20px;
		width: 50%;
		display: inline-block;
		border: none;
	}
	.campare-table th:first-child {
		display: block;
		width: 100%;
		padding: 0 0 18px;
		text-align: center;
		margin-top: -4px;
		font-family: Conv_SukhumvitTadmai_Tex;
	}
	.campare-table td:first-child {
		display: block;
		width: 100%;
		padding: 0 20px;
		margin-top: -4px;
		text-align: left;
		font-family: Conv_SukhumvitTadmai_Bol;
	}
	.campare-table td:nth-child(2),
	.campare-table th:nth-child(2) {
		padding-right: 10px;
	}
	.campare-table td:nth-child(3),
	.campare-table th:nth-child(3) {
		padding-left: 10px;
	}
	.campare-table td:nth-child(2):before,
	.campare-table td:nth-child(3):before {
		width: 100%;
		height: 1px;
		content: "";
		background: rgba(90, 102, 112, 0.15);
		display: block;
		margin-bottom: 10px;
	}
	.campare-table thead {
		display: block;
		background: #fff;
		top: 0;
		box-shadow: 0 3px 6px 0 transparent;
	}
	.campare-table tr th.recompare-mobile {
		display: block;
		width: 100%;
	}
	.campare-table tr th.recompare-mobile a {
		content: "Ã Â¹â‚¬Ã Â¸â€ºÃ Â¸Â£Ã Â¸ÂµÃ Â¸Â¢Ã Â¸Å¡Ã Â¹â‚¬Ã Â¸â€”Ã Â¸ÂµÃ Â¸Â¢Ã Â¸Å¡Ã Â¹Æ’Ã Â¸Â«Ã Â¸Â¡Ã Â¹Ë†";
		color: #cf3339;
		font-size: 14px;
		text-decoration: underline;
		width: 100%;
		padding: 10px 10px 16px;
		text-align: center;
		display: block;
		background: none;
		font-family: Conv_SukhumvitTadmai_Tex;
		box-shadow: none;
	}
	.campare-table th > a {
		padding-left: 0;
		padding-right: 0;
		width: 138px;
		margin-bottom: 10px;
	}
	.campare-table th > p {
		margin: 15px 0 20px;
		height: 32px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.campare-table tbody {
		border: none;
	}
	.recompared {
		display: none;
	}
	.campare-table {
		width: calc(100% + 40px);
		margin: 0 -20px 105px;
	}
	.active-mobile .campare-table thead {
		position: fixed;
		top: 20px;
		width: 100%;
		left: 0;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		z-index: 1;
	}
	.active-mobile .campare-table th:first-child {
		color: #fff;
	}
	.campare-table tbody {
		display: block;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
	}
	.active-mobile .campare-table tbody {
		margin-top: 290px;
	}
	.ktc-tabs li a {
		padding: 0 15px;
		font-size: 18px;
		line-height: 40px;
	}
	.all-type-list {
		margin: 10px 9px;
		width: 27vw;
	}
}
@media (max-width: 576px) {
	.ktc-tabs li a {
		padding: 0 7px;
		font-size: 12px;
	}
	.breadcrumb.bc-content {
		padding: 5px 0;
		font-size: 14px;
		line-height: 26px;
	}
	.breadcrumb.bc-content a.current {
		width: 90px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: inline-block;
		vertical-align: bottom;
		text-align: left;
	}
	.overlay-breadcrumb .site-breadcrumb a.current {
		-ms-flex: 1;
		flex: 1;
	}
	.menu-global > .content-wrap {
		padding: 0 20px;
	}
	.footer ul a {
		overflow: hidden;
		height: 0;
		margin-top: 0;
		padding-left: 28px;
	}
	.footer ul {
		padding-bottom: 0;
	}
	.footer .active + ul {
		padding-bottom: 10px;
	}
	.footer .active + ul a {
		height: 20px;
		margin-top: 8px;
	}
	.footer .active + ul .two-line a {
		height: auto;
		padding-right: 25px;
		width: 100%;
		max-width: none;
		line-height: 1.1;
	}
	.footer h3 {
		font-size: 16px;
		line-height: 25px;
		padding: 10px 0 9px;
		margin: 0;
		font-family: Conv_SukhumvitTadmai_Tex;
	}
	.footer-menu > div {
		border-bottom: 1px solid rgba(83, 83, 83, 0.15);
		padding: 0;
		position: relative;
	}
	.footer-menu h3:after {
		content: "+";
		position: absolute;
		font-family: serif;
		font-size: 20px;
		transform: rotate(0);
		right: 0;
		top: 9px;
	}
	.footer-menu h3.active:after {
		transform: rotate(-45deg);
		right: 2px;
	}
	.footer-menu {
		padding: 15px;
		width: 100%;
		max-width: none;
		display: block;
		margin: 0;
	}
	.tel {
		display: block;
		text-align: center;
	}
	.tel > p,
	.tel > span {
		display: inline-block;
		vertical-align: middle;
		margin: 35px 0 37px 7px;
		font-size: 20px;
	}
	.tel > span {
		margin: 14px 0 18px 12px;
	}
	.footer-menu + div {
		padding-bottom: 100px;
		position: relative;
		text-align: center;
	}
	.tel + .footer-badge {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.download-section {
		text-align: center;
	}
	.download-section p {
		text-align: right;
		width: 110px;
		margin: 8px 0 3px;
	}
	.download-section p,
	.footer-badge.tapktc {
		display: inline-block;
		vertical-align: middle;
	}
	.download-section .footer-badge {
		margin: 8px;
		width: 116px;
	}
	.menu-global .search-on-menu {
		padding: 7px;
		top: 0;
	}
	.menu-global .on-right {
		width: 250px;
		position: relative;
	}
	.menu-global .on-right .card-register-btn {
		display: none;
	}
	.menu-global .on-right .only-mobile {
		display: inline-block;
		vertical-align: middle;
		top: 0;
	}
	.menu-global .on-right .only-mobile.login-mobile {
		display: inline-block;
		top: 0;
		padding: 8px;
		margin: 0;
	}
	.menu-global .on-right .login-btn {
		display: none;
	}
	.on-right .profile-image img {
		width: 28px;
		height: 28px;
	}
	.login-mobile {
		position: relative;
		top: 4px;
		padding-left: 7px;
	}
	.login-mobile img {
		width: 18px;
		height: auto;
	}
	.menu-responsive-dropdown {
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		width: 100%;
		height: 100vh;
		padding: 0 25px;
		padding-top: 45px;
		padding-bottom: 180px;
		z-index: 5;
	}
	.menu-resp-scroll {
		overflow: auto;
		max-height: 100%;
	}
	div#scrolled-menu-responsive {
		opacity: 0;
		pointer-events: none;
	}
	div#scrolled-menu-responsive.active {
		opacity: 1;
		pointer-events: all;
	}
	#scrolled-menu-responsive img {
		width: 40px;
	}
	.menu-responsive-dropdown a {
		position: relative;
		display: block;
		left: 0;
		margin-top: 8px;
		opacity: 1;
	}
	.menu-responsive-dropdown ul a {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 14px;
		overflow: hidden;
		height: 0;
		margin-top: 0;
		padding-left: 55px;
	}
	.menu-responsive-dropdown ul {
		padding-bottom: 0;
	}
	.menu-responsive-dropdown .active + ul {
		padding-bottom: 25px;
		margin-top: -14px;
	}
	.menu-responsive-dropdown .active + ul a {
		height: 17px;
		margin-top: 20px;
		line-height: 21px;
	}
	.menu-responsive-dropdown h3 {
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 16px;
		display: inline-block;
		position: absolute;
		top: 18px;
		padding-left: 15px;
		width: 75vw;
	}
	.menu-responsive-dropdown .menu-responsive {
		position: relative;
		border-bottom: 1px solid rgba(91, 102, 112, 0.4);
		padding: 5px 0;
	}
	.menu-responsive-dropdown h3.menu-more:after {
		content: "+";
		position: absolute;
		font-family: Gotham-Book;
		font-size: 24px;
		transform: rotate(0);
		right: 0;
		top: -3px;
	}
	.menu-responsive-dropdown h3.menu-more.active:after {
		transform: rotate(-45deg);
		right: -1px;
	}
	.menu-responsive-dropdown .menu-btn {
		position: absolute;
		bottom: 10px;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}
	.menu-responsive-dropdown .menu-lang {
		position: relative;
	}
	.menu-responsive-dropdown .lang-header-menu {
		border-top: 0.5px solid #535353;
		padding: 10px 0;
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	.menu-responsive-dropdown .lang-header-menu img {
		padding-left: 0;
	}
	.menu-responsive-dropdown .lang-header-menu label {
		display: inline-block;
		position: absolute;
		font-family: Gotham-Bold;
		font-size: 16px;
		top: 23px;
		left: 56px;
	}
	.menu-responsive-dropdown .lang-header-menu p {
		float: right;
		background-color: transparent;
		color: #707070;
		font-family: Gotham-Bold;
		border-radius: 4px;
		border-color: #707070;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: "";
		padding: 5px;
		margin-top: 7px;
	}
	.menu-responsive-dropdown .menu-btn button {
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 18px;
		margin: 12px 0;
		background: #cf3339;
		border: none;
		border-radius: 3px;
		color: #fff;
		width: 87vw;
		height: 45px;
		cursor: pointer;
	}
	.menu-global.alway-mini {
		padding-bottom: 45px;
	}
	#ktc-logo {
		position: relative;
		z-index: 6;
		width: 45px;
		height: 45px;
	}
	#ktc-logo img {
		height: 32px;
		margin-top: 7px;
	}
	.menu-resp-close {
		top: 7px;
		right: 20px;
		position: absolute;
		color: #fff;
		font-size: 40px;
		opacity: 1;
		font-family:
			Helvetica Neue,
			Helvetica,
			Arial,
			sans-serif;
		font-weight: 100;
	}
	.content-wrap {
		padding: 0 20px;
	}
	.open-on-top h2.title-mobile {
		letter-spacing: 0.5px;
		margin-bottom: 8px;
		line-height: 36px;
	}
	.icon-wrap {
		padding: 25px 0 0 15px;
	}
	.icon-wrap p {
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 12px;
		line-height: 10px;
	}
	.open-on-top {
		padding: 66px 0 33px;
	}
	.big-link {
		padding-left: 14px;
		padding-bottom: 16px;
	}
	.big-link > div {
		height: 108px;
		padding-top: 6px;
	}
	.big-link img {
		margin-bottom: 0;
		height: 80px;
	}
	.big-link span {
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 10px;
		text-transform: uppercase;
	}
	.menu-global .another-sub .content-wrap > * {
		-ms-flex: 0 100%;
		flex: 0 100%;
	}
	.only-desktop {
		display: none;
	}
	.only-mobile {
		display: block;
	}
	.another-sub img {
		height: 40px;
	}
	.another-sub span {
		display: none;
	}
	.another-sub a:after {
		background: none;
	}
	.another-sub p {
		font-size: 12px;
		line-height: 1.2;
		white-space: normal;
		left: 50%;
		transform: translateX(-50%);
		position: relative;
		max-width: none;
		width: 100px;
		display: block;
		margin: -5px auto auto;
	}
	.menu-global {
		margin-bottom: 155px;
	}
	.index-head {
		font-size: 14px;
		margin-top: 40px;
		border-bottom: 3px solid #cf3339;
	}
	.text-on-slide {
		margin-top: 12px;
		margin-bottom: 0;
	}
	.text-on-slide p {
		font-size: 16px;
	}
	.text-on-slide a {
		font-size: 14px;
		padding: 2px;
	}
	.owl-nav button {
		display: none;
	}
	.big-left {
		padding-right: 15px;
	}
	.big-right {
		margin-top: 10px;
		padding-left: 15px;
	}
	.item .slide-title {
		font-size: 16px;
		padding-top: 10px;
	}
	.item .slide-content {
		font-size: 14px;
		padding-top: 0;
		line-height: 18px;
	}
	.footer-badge.tapktc {
		width: 136px;
	}
	.left-icon {
		width: 80px;
		height: 58px;
		padding: 8px 0;
	}
	.left-icon img {
		height: 100%;
		width: auto;
	}
	.left-icon + p {
		font-size: 14px;
		max-width: calc(100% - 90px);
	}
	.full-modal .modal-title {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.card-choice {
		margin-bottom: 20px;
	}
	.card-choice.smaller-text {
		padding-right: 5px;
	}
	.card-choice.smaller-text .left-icon + p {
		font-size: 13px;
	}
	.footer-menu > .col-lg-3 {
		width: 100%;
	}
	.to-top {
		right: 15px;
	}
	.chat {
		right: 73px;
	}
	.menu-global {
		background-position: 0 0;
	}
	.login-mobile {
		padding: 16px;
		margin-right: -16px;
	}
	.static-merchant .img-logo img {
		margin: 0 10px;
		height: 32px;
	}
	.static-merchant .img-logo-payment img {
		height: 42px;
	}
	.static-wrap h5.title-static-merchant.first-merchant-title br {
		display: block;
	}
	.click-compare .on-desktop {
		display: none;
	}
	.click-compare .on-mobile {
		display: block;
	}
	.box-compare-credit p:after {
		right: 18px;
	}
	.box-credit-content {
		padding: 20px 10px 40px;
	}
	.main-credit h3 {
		font-size: 26px;
	}
	#filter-credit-modal #box-condition {
		padding: 20px 40px 80px;
	}
	.filter-title h1 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.filter-content p {
		font-size: 18px;
	}
	.filter-content .box-other-form img {
		height: 35px;
	}
	.filter-content .box-other-form img.img-visaaa {
		height: 22px;
	}
	.footer .tel {
		display: inline;
	}
	.footer .download-section a {
		display: inline-block;
	}
	#content-card-detail .padd-resp {
		margin-top: 40px;
	}
	#content-card-detail .section-after-header img {
		height: 100px;
	}
	#content-card-detail .section-desc-promotion p strong {
		font-size: 26px;
		line-height: 32px;
	}
	#content-card-detail .section-desc-promotion p {
		margin-bottom: 20px;
	}
	.only-mobile-height-top {
		min-height: auto !important;
	}
	.only-mobile-space-top {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.only-mobile-space-bottom {
		margin-top: 10px;
		margin-bottom: 50px;
	}
	#content-card-detail.page-content
		.content-inner-merchant-detail
		.section-service-detail {
		padding: 40px 0 0;
	}
	.section-service-detail .col-space-resp {
		padding-top: 0 !important;
	}
	#card-detail-regis .detail-register-desc h5,
	#content-card-detail .section-service-detail h5 {
		font-size: 20px;
	}
	#card-detail-regis .detail-register-desc p {
		font-size: 18px;
	}
	#content-card-detail .sub-title {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.more-modal .header {
		margin-top: 0;
	}
	.more-modal .header .title {
		font-size: 18px;
	}
	.more-modal .content li,
	.more-modal .content p {
		font-size: 20px;
		line-height: 1.4;
	}
	.after-header-on-mobile {
		display: block;
	}
	.after-header-on-desktop {
		display: none;
	}
	.type-card h3 {
		font-size: 26px;
	}
	.type-card p {
		font-size: 18px;
		padding-top: 15px;
	}
	.static-wrap .negative-text.position-on-top {
		color: #fff;
	}
	.static-wrap .negative-text.position-on-top .link-more {
		color: #fff;
		margin: 20px 0 0;
	}
	.block-wrap.block-content {
		height: auto;
		width: 100%;
	}
	.static-wrap .still-background img.bg-for-mobile {
		display: block;
	}
	.static-wrap .still-background img.bg-for-desktop,
	.static-wrap .still-background img.bg-for-ipad {
		display: none;
	}
	.static-wrap .negative-text .block-wrap.block-content .link-more {
		color: #000;
	}
	.static-wrap .block-wrap h5 {
		font-size: 26px;
		line-height: 32px;
	}
	.static-wrap .block-wrap p {
		font-size: 18px;
	}
	.content-wrapmain-loan {
		padding-bottom: 40px;
		padding-top: 0;
	}
	.main-loan h1 {
		font-size: 20px;
		margin-bottom: 45px;
	}
	.main-loan .box-content {
		margin-top: 10px;
		margin-bottom: 45px;
	}
	.content-wrap .on-desk {
		display: none !important;
	}
	.content-wrap .on-mobile {
		display: block !important;
	}
	.reverse-box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.box-cash-long {
		background-color: transparent;
		padding: 0 20px;
	}
	.box-cash-short {
		padding: 0 20px;
	}
	.box-cash-long .content-cash,
	.box-cash-short .content-cash {
		position: relative;
		top: 0;
		left: 0;
	}
	.box-cash .content-cash h2.on-mobile {
		font-size: 20px;
		line-height: 32px;
		padding-top: 20px;
	}
	.box-cash .content-cash span {
		font-family: Conv_SukhumvitTadmai_Thi;
		padding-top: 16px;
	}
	.box-img-cash {
		padding: 0 20px;
	}
	.box-img-cash img {
		border-radius: 3px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	}
	.box-line-right {
		border-left: none;
		border-top: 1px solid rgba(91, 102, 112, 0.15);
		padding-top: 30px;
	}
	.box-more {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.box-con-cal {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 40px;
	}
	.box-con-cal .on-mobile p {
		color: #cf3339;
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 14px;
		line-height: 26px;
		text-decoration: underline;
	}
	.box-con-cal .con-cal-txt.content-sub h4 {
		font-size: 26px;
		line-height: 1.4;
	}
	.box-con-cal .con-cal-txt.content-sub p {
		font-size: 18px;
		line-height: 1.4;
		white-space: normal;
	}
	.detail-register {
		padding: 40px 0;
	}
	.detail-register h3 {
		margin-bottom: 40px;
		white-space: nowrap;
	}
	.detail-register-desc {
		margin-bottom: 20px;
	}
	.detail-register-desc.col-lg-12 {
		margin-bottom: 0;
	}
	.detail-register-desc h5 {
		font-size: 20px;
		margin-top: 25px;
		line-height: 28px;
	}
	.detail-register-desc p {
		font-size: 16px;
		line-height: 26px;
		padding: 20px 0 6px;
	}
	.header-big-cover,
	.proud-head {
		height: 234px;
	}
	.header-big-cover img,
	.proud-head img {
		position: absolute;
		bottom: -76px;
		left: 50%;
		transform: translateX(-50%);
		width: 268px;
		height: auto;
	}
	.proud-logo {
		margin: 110px auto 30px;
	}
	.proud-logo + h2 {
		font-size: 20px;
		line-height: 32px;
	}
	.proud-logo + .proud-after-logo {
		font-size: 18px;
		line-height: 1.3;
	}
	.proud-loan .proud-after-logo {
		font-size: 20px;
	}
	.proud-loan .sub-desc {
		margin-bottom: 30px;
		font-size: 14px;
	}
	.proud-loan.cash-loan .proud-after-logo {
		margin: 40px auto 12px;
	}
	.proud-loan.cash-loan .sub-desc {
		margin-bottom: 0;
	}
	.proud-loan .content-desc h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.proud-loan .content-desc h3 {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 16px;
	}
	.img-full-half img {
		width: 70%;
	}
	.proud-loan .after-header-on-mobile:last-child {
		margin-top: 10px;
	}
	.proud-loan .background-after-head {
		background: none;
	}
	.content-title {
		font-size: 23px;
		padding-top: 40px;
		line-height: 34px;
		white-space: nowrap;
	}
	.content-title span {
		display: block;
		padding-bottom: 3px;
	}
	h4.content-title {
		text-align: center;
		padding-top: 0;
	}
	.two-icon-link > div {
		padding: 30px 0;
	}
	button.btn-action,
	button.card-register-center {
		width: 90%;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.faq-head .collapsed,
	.faq-head > div {
		font-size: 14px;
		line-height: 20px;
	}
	.faq-head > div:after {
		font-size: 26px;
	}
	.on-right.header-login-pg {
		padding-top: 14px;
	}
	.on-right.header-login-pg p {
		font-size: 14px;
	}
	.row.box-radio.disabled {
		padding-bottom: 10px;
	}
	.box-login-con {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.content-wrap .box-login-con {
		padding-top: 8vh;
		padding-bottom: 3vh;
	}
	.bg-login .img-result {
		margin-bottom: 30px;
		width: 84px;
	}
	.form-register-completed p,
	.proud-regis-complete p {
		font-size: 24px;
		padding-bottom: 20px;
		margin-top: 0;
	}
	.bg-login .content-wrap {
		padding: 0 40px;
	}
	.box-login-con h3 {
		font-size: 20px;
	}
	.box-other-form a,
	.box-other-form label,
	.link-regis,
	.link-regis a {
		font-size: 16px;
	}
	#box-condition {
		padding: 4px 40px 80px;
	}
	.on-right.header-regis-pg {
		padding-top: 14px;
	}
	button#long-button.btn-next-step {
		width: 100%;
		margin-top: 100px;
	}
	#pg-regis.form-wrap input[type="password"] + label,
	#pg-regis.form-wrap input[type="text"] + label {
		font-size: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}
	button.btn-next-step#box-condition {
		padding: 40px 20px 80px;
	}
	.condition-title h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.condition-content li,
	.condition-content p {
		font-size: 12px;
		line-height: 18px;
	}
	button.btn-back-step {
		margin-right: 0;
	}
	button.btn-back-step,
	button.btn-next-step {
		width: calc(50% - 10px);
	}
	.page-flexi-header {
		height: 50vw;
	}
	.page-flexi-header img {
		width: 75px;
	}
	.page-flexi-header h2 {
		margin-top: 5px;
		font-family: Conv_SukhumvitTadmai_Thi, Helvetica, Arial, sans-serif;
		font-size: 4.5vw;
	}
	#nav-flexi-mobile .nav.mini.show {
		top: 45px;
	}
	section#section-flexi-shops p {
		font-size: 3.7vw;
	}
	section#section-flexi-shops a.button-contact-shop {
		margin-top: 0;
		font-size: 3.7vw;
	}
	section#section-flexi-shops .box-full-img {
		min-height: 250px;
	}
	#section-flexi-promotions .slide-flexi-promotions .item .slide-title {
		padding-top: 20px;
	}
	#section-flexi-promotions .slide-flexi-promotions .item p {
		font-size: 12px;
	}
	.detail-register .content-title {
		padding-top: 0;
		margin-bottom: 41px;
	}
	.detail-register-desc li {
		list-style: outside;
		margin-left: 13px;
		padding-right: 5px;
	}
	.form-wrap input {
		margin-top: 54px;
	}
	.form-wrap > div:first-child input {
		margin-top: 3px;
	}
	.form-wrap input[type="password"] + label,
	.form-wrap input[type="text"] + label {
		top: 62px;
	}
	.form-wrap input[type="password"].hasText + label,
	.form-wrap input[type="password"].hasText:focus + label,
	.form-wrap input[type="password"]:focus + label,
	.form-wrap input[type="text"].hasText + label,
	.form-wrap input[type="text"].hasText:focus + label,
	.form-wrap input[type="text"]:focus + label {
		top: 35px;
	}
	.form-wrap > div:first-child input[type="password"] + label,
	.form-wrap > div:first-child input[type="text"] + label {
		top: 12px;
	}
	.form-wrap > div:first-child input[type="password"].hasText + label,
	.form-wrap > div:first-child input[type="password"]:focus + label,
	.form-wrap > div:first-child input[type="text"].hasText + label,
	.form-wrap > div:first-child input[type="text"]:focus + label {
		top: -15px;
	}
	h4.content-title.faq-title {
		padding-top: 40px;
		margin-bottom: 30px;
	}
	.sub-sticky.active {
		top: 45px;
	}
	.sub-sticky > .content-wrap {
		padding: 0 20px;
	}
	.header-big-cover,
	.proud-head {
		margin-top: -45px;
	}
	article.page-content section.full-width div[class*="col"] {
		min-height: 250px;
	}
	article.page-content section.full-width.compact div[class*="col"] {
		min-height: 165px;
	}
	.title-center {
		font-size: 18px;
		line-height: 1.4;
	}
	.search-cat-head img {
		margin: 8px 0 -8px;
		vertical-align: bottom;
	}
	#search-cat-wrap-top .ktc-tabs {
		margin-top: 25px;
	}
	.search-cat-wrap label {
		padding-right: 0;
	}
	#result-content .item .slide-content,
	#result-content .item .slide-title {
		height: auto;
	}
	#result-content .text-on-slide a {
		padding-top: 11px;
		line-height: 20px;
	}
	.flexi-loan .box-title {
		padding-left: 0;
	}
	article.page-content .section-cards h4 {
		font-size: 24px;
	}
	.section-cards .box-title .title {
		font-size: 26px;
		line-height: 1.3;
	}
	.section-cards .box-title .sub-title {
		font-size: 14px;
		line-height: 1.4;
	}
	.section-cards .box-info h5 {
		font-size: 14px;
	}
	.section-cards .box-info span {
		font-size: 60px;
		margin: 10px auto;
	}
	.section-cards .box-info small {
		font-size: 16px;
	}
	.section-cards .box-info a,
	.section-cards .box-info button {
		font-size: 12px;
	}
	.page-flexi-header h1,
	.section-cards a.button-contact-shop {
		font-size: 14px;
	}
	.page-forever-header h2 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 28px;
	}
	.forever p.only-shopping br {
		display: none;
	}
	.forever .section-box .only-shopping {
		font-size: 16px;
	}
	.forever .section-box h5 {
		font-size: 25px;
	}
	#page-flexi-content.forever .content-pre-nav h3 {
		font-size: 32px;
		margin-top: 18px;
	}
	#page-flexi-content.forever .content-pre-nav h4 {
		font-size: 22px;
	}
	.btn.button-flexi-start.invert {
		border-radius: 3px;
	}
	.forever .btn.button-flexi-start {
		font-size: 18px;
		border-radius: 3px;
	}
	.forever .btn-flexi-share.only-mobile {
		margin-top: 24px;
		margin-bottom: 0;
	}
	#page-flexi-content.forever .content-pre-nav {
		padding-top: 22px;
		padding-bottom: 25px;
	}
	#section-flexi-cards-mobile.forever h4 {
		font-size: 20px;
		margin-bottom: 0;
	}
	#section-flexi-cards-mobile.only-mobile.forever h4 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#page-flexi-content.forever #section-flexi-promotions h4 {
		font-size: 30px;
		margin-top: 40px;
		margin-bottom: 0;
	}
	#section-flexi-cards-mobile.forever > .row > [class*="col"]:first-child {
		text-align: center;
	}
	#section-flexi-cards-mobile.forever .title-new {
		margin-top: 25px;
		font-size: 20px;
	}
	#section-flexi-cards-mobile.forever .sub-title-new.rg {
		font-size: 14px;
		line-height: 1.8;
	}
	#section-flexi-cards-mobile.forever .box-title-forever.rg {
		margin-top: 12px;
		margin-bottom: 8px;
	}
	.forever .btn-link.underlined {
		font-size: 14px;
		white-space: normal;
	}
	.page-forever-header .content-wrap {
		padding: 0 20px;
	}
	.forever .special-button {
		padding-bottom: 42px;
		border-bottom: 1px solid #e6e8ea;
	}
	.forever #section-flexi-cards-mobile .col-lg:last-child .special-button {
		padding-bottom: 0;
		border-bottom: none;
	}
	.forever
		#section-flexi-cards-mobile.forever
		> .row
		> [class*="col"]:first-child {
		border-bottom: none;
	}
	.box-info-forever img {
		margin-top: 0;
	}
	#section-flexi-cards-mobile.forever .sub-title-new {
		font-size: 14px;
	}
	#section-flexi-cards-mobile.forever .box-title-forever {
		margin-top: 38px;
	}
	#page-flexi-content.forever h4 {
		font-size: 20px;
	}
	#page-flexi-content.forever h4:after {
		height: 2px;
	}
	.forever section#section-flexi-shops p {
		font-size: 20px;
	}
	.forever section#section-flexi-shops h4 {
		margin-bottom: 40px;
	}
	.forever #section-flexi-shops .button-contact-shop,
	.forever #section-flexi-shops .button-contact-shop-new,
	.forever #section-flexi-shops .only-score,
	.forever #section-flexi-shops .only-shopping {
		font-size: 14px;
	}
	.forever .only-shopping .btn-link.underlined {
		font-size: 18px;
	}
	.forever #section-flexi-shops .button-contact-shop-new1 {
		padding-bottom: 21px;
		padding-top: 4px;
		font-size: 22px;
	}
	.forever #section-flexi-shops .only-score {
		margin-top: 5.5px;
		margin-bottom: 5.5px;
	}
	.forever #section-flexi-shops p {
		margin-top: 0;
	}
	.forever #section-flexi-shops .button-contact-shop-new {
		white-space: normal;
	}
	.forever section#section-flexi-shops .box-center-v {
		padding: 40px;
	}
	.forever #section-flexi-shops div[class*="col"].order-lg-last.box-center-v {
		padding-left: 40px;
		margin-top: 0;
	}
	.forever #section-flexi-promotions .slide-flexi-promotions .item p {
		padding-top: 11px;
		font-size: 14px;
	}
	.forever .item .slide-title {
		font-size: 18px;
		line-height: 22px;
	}
	.forever #section-flexi-promotions .slide-flexi-promotions .button-register {
		width: 108px;
		height: 30px;
		font-size: 14px;
	}
	.forever .order-lg-first {
		padding-right: 15px;
	}
	#result-content .slide-wrap .item {
		margin-bottom: 40px;
	}
	.promotion-range {
		font-size: 12px;
	}
	.seach-result-text-content {
		height: 71px;
		-webkit-line-clamp: 3;
	}
	#type4 .seach-result-other-box-wrap:nth-child(n + 3) {
		display: none;
	}
	.owl-item {
		opacity: 1;
	}
	.promotion-page .index-slide1 .owl-item {
		opacity: 0;
	}
	nav[aria-label="breadcrumb"] + .row-search-filter {
		padding-top: 6px;
	}
	#forever-rewards-modal p {
		font-size: 20px;
	}
	.article-wrap .article-title {
		font-size: 16px;
		line-height: 26px;
	}
	.article-wrap .article-sub-title {
		font-size: 14px;
	}
	.article-wrap .article-cover {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#promotion-detail .breadcrumb {
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.article-wrap .article-icon {
		padding: 10px 0 0;
	}
	.article-wrap .article-icon .fav-btn {
		margin-right: 0;
	}
	.article-wrap .article-icon .share-popover {
		right: -12px;
	}
	.article-wrap .article-icon .share-popover:after {
		right: 17px;
	}
	.article-icon .share-btn.share-btn-mg .share-popover {
		right: -40px;
	}
	.article-icon .share-btn.share-btn-mg .share-popover:after {
		right: 44px;
	}
	.promotion-page .index-slide1 .owl-item.active {
		opacity: 1;
	}
	.article-wrap .article-content p {
		font-size: 20px;
		line-height: 1;
	}
	.article-wrap .article-collapse .title,
	.article-wrap .article-content .hightlight,
	.article-wrap .article-content b {
		font-size: 16px;
	}
	.article-wrap .article-collapse .info li {
		font-size: 20px;
	}
	.article-wrap .article-collapse {
		margin-bottom: 20px;
	}
	.art-con-tag {
		margin-top: 30px;
	}
	.article-wrap .article-tag {
		margin-bottom: 10px;
	}
	.article-wrap .article-tag a {
		padding: 3px 23px;
		margin-right: 0;
	}
	.register-wrapper .nav .nav-item {
		padding: 0;
	}
	.register-wrapper .nav .active .nav-link,
	.register-wrapper .nav .nav-link {
		font-size: 16px;
	}
	.form-content .input-ico.input-ico-right.input-baht:after,
	.form-content .input-ico.input-ico-right.input-date:after,
	.form-content .input-ico.input-ico-right.input-upload:after {
		top: auto;
		bottom: 0;
	}
	.ui-autocomplete.form-dropdown {
		left: 5% !important;
		width: 90vw !important;
	}
	.form-content .input-ico.input-ico-right.input-select:after {
		top: auto;
		bottom: -8px;
	}
	.form-content .input-ico.input-ico-right span {
		line-height: 21px;
		padding-top: 10px;
	}
	.register-wrapper .form-register .checkbox {
		margin: 40px 0;
	}
	.register-wrapper .form-register .btn-submit-form {
		width: 100%;
		font-size: 20px;
	}
	.article-wrap .article-link .title {
		font-size: 16px;
	}
	.article-wrap .article-link .link a {
		font-size: 20px;
	}
	.article-wrap .article-link {
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.section-title {
		font-size: 20px;
		line-height: 38px;
	}
	.article-wrap .article-content {
		margin-bottom: 20px;
	}
	#tab-sms {
		margin-top: 0;
	}
	#tab-sms p {
		font-size: 14px;
	}
	.article-wrap .article-collapse .info p {
		font-size: 20px;
		line-height: 24px;
	}
	.index-slide1 .owl-dots {
		margin: 0;
	}
	.slide-wrap .item .slide-meta .fav-btn {
		margin-top: -3px;
	}
	.promotion-page .item .slide-title {
		height: 30px;
		max-height: 30px;
	}
	.article-page .item .slide-title {
		height: 56px;
		max-height: 56px;
	}
	.promotion-page .item .slide-title + .slide-content {
		margin-bottom: 20px;
		height: 39px;
	}
	.article-page .item .slide-title + .slide-content {
		margin-bottom: 20px;
		height: 33px;
	}
	.promotion-page .item .slide-footer .slide-content {
		margin-bottom: 0;
		height: 21px;
		overflow: visible;
		position: relative;
		padding-left: 30px;
		font-size: 12px;
		line-height: 16px;
	}
	.promotion-page .item .slide-footer .slide-content .fav-btn {
		position: absolute;
		top: 0;
		left: 0;
	}
	.menu-sub-icon .permanent-link .nav-link {
		padding-top: 10px;
		padding-bottom: 5px;
		position: relative;
		top: 7px;
	}
	.submit-btn {
		margin-right: 0;
	}
	.cancel-btn,
	.submit-btn {
		min-width: 0;
		width: calc(50% - 10px);
	}
	.cancel-btn {
		margin-left: 0;
	}
	#edit-my-link-modal .btn-wrap {
		position: fixed;
		bottom: 40px;
		left: 20px;
		right: 20px;
		width: calc(100% - 40px);
		background: #fff;
		z-index: 2;
	}
	#edit-my-link-modal .modal-body .content-wrap {
		padding-bottom: 70px;
	}
	.edit-button {
		font-size: 12px;
		line-height: 20px;
		background-size: auto 100%;
		margin-top: 5px;
	}
	.breadcrumb-item + .breadcrumb-item:before {
		padding: 0;
	}
	#terms-modal .header .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	#terms-modal .header .name {
		font-size: 14px;
		line-height: 22px;
	}
	#terms-modal .content {
		font-size: 20px;
		line-height: 1.4;
	}
	#terms-modal .header {
		margin-top: 0;
	}
	#terms-modal .sub-header {
		margin-top: 40px;
	}
	.main-terms-modal.world-modal .close {
		right: 2rem;
	}
	.ui-datepicker {
		left: 15px !important;
	}
	.ui-datepicker .ui-datepicker-calendar td {
		padding: 4px 7px;
	}
	.menu-sub-icon .five-icons .nav-item {
		-ms-flex: 33.33%;
		flex: 33.33%;
	}
	.proud-regis-complete button.card-register-center {
		width: auto;
		font-size: 18px;
		margin-top: 25px;
	}
	.menu-sub-icon .five-icons .nav-item:first-child {
		margin-left: 16.66%;
	}
	.menu-sub-icon .five-icons .nav-item:nth-child(2) {
		margin-right: 16.66%;
	}
	.article-category .slide-wrap .index-slide2 .item {
		margin-bottom: 14px;
	}
	.banner-row a:after {
		background: none;
		opacity: 1;
	}
	.banner-row a {
		margin-top: 40px;
		margin-bottom: -20px;
	}
	.article-title h1 {
		font-size: 20px;
		line-height: 26px;
	}
	.article-title .art-con-title h2 {
		font-size: 12px;
		line-height: 18px;
	}
	#article-detail .article-wrap .article-title {
		margin-bottom: 12px;
	}
	.article-title .art-con-title {
		margin-top: 10px;
	}
	#article-detail .index-head {
		font-size: 20px;
		line-height: 1;
	}
	.art-con-comment .card-register-center {
		padding: 7px 20px;
		font-size: 16px;
		min-width: 158px;
		width: 158px;
	}
	#article-detail .side-content-wrap p {
		margin-bottom: 10px;
	}
	#article-detail .sidebar-right .side-title {
		font-family: Conv_SukhumvitTadmai_Bol;
		font-size: 14px;
		line-height: 20px;
	}
	#article-detail .sidebar-right .side-content {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 12px;
		line-height: 18px;
	}
	.sidebar-right .side-content-wrap {
		margin-bottom: 0;
	}
	#article-detail .article-wrap .article-content {
		margin-bottom: 40px;
	}
	.art-con-comment .index-head {
		margin-top: 20px;
	}
	.sidebar-right-bottom h3.index-head {
		margin-top: 40px;
	}
	.media.box-comment .text-right p {
		font-size: 10px;
		line-height: 15px;
		padding-left: 5px;
	}
	.art-on-mobile {
		margin-top: 0;
	}
	#article-detail .breadcrumb {
		padding-right: 0;
	}
	#article-detail .breadcrumb .breadcrumb-item.active {
		-ms-flex: 1;
		flex: 1;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#article-detail .article-wrap .article-tag a {
		margin-right: 0;
	}
	.comment-content {
		margin-top: 30px;
	}
	#article-detail .article-wrap .article-icon {
		padding-top: 10px;
	}
	#article-detail .article-wrap .article-cover {
		margin-bottom: 0;
	}
	.text-on-slide.no-subtitle .view-all {
		padding-bottom: 8px;
	}
	.text-on-slide .txt-no-mobile {
		display: none;
	}
	.article-page .slide-wrap .index-slide2 .item .slide-content {
		height: 33px;
	}
	.index-slide1 .item {
		padding-top: 13px;
	}
	.btn-filter.only-mobile {
		display: inline-block;
		float: right;
		padding-top: 20px;
	}
	.col-right-filter .search-credit {
		display: block;
		margin-right: 0;
	}
	.btn-filter img {
		width: 20px;
	}
	.btn-filter.only-desktop.with-tablet {
		display: none;
	}
	.form-wrap .left span.select-arrow,
	.form-wrap .right span.select-arrow {
		right: 5px;
	}
	#section-flexi-promotions .slide-wrap {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	#section-flexi-promotions .slide-flexi-promotions {
		padding: 0 20px;
	}
	#nav-flexi-installments li.nav-item a {
		padding-left: 11px;
		padding-right: 11px;
		font-size: 14px;
	}
	.flexi-modal table,
	.flexi-modal tbody,
	.flexi-modal td,
	.flexi-modal th,
	.flexi-modal thead,
	.flexi-modal tr {
		display: block;
		font-size: 0;
	}
	.flexi-modal thead {
		width: 40%;
	}
	.flexi-modal tbody,
	.flexi-modal thead {
		display: inline-block;
		vertical-align: top;
	}
	.flexi-modal tbody {
		width: 59%;
	}
	.flexi-modal tbody tr {
		width: 49.5%;
		display: inline-block;
		vertical-align: top;
	}
	.flexi-modal td,
	.flexi-modal th {
		font-size: 16px;
		height: 41px;
	}
	.flexi-modal table thead th {
		border-top: 1px solid #e6e8ea;
		border-bottom: none;
	}
	.flexi-modal table thead {
		border-bottom: 1px solid #e6e8ea;
	}
	.main-credit.addTop {
		padding-top: 200px;
	}
	.share-on-top {
		position: fixed;
		top: 55px;
		right: 13px;
		z-index: 1;
	}
	nav + .content-wrap .share-on-top {
		top: 43px;
	}
	.top-banner .share-on-top {
		right: 28px;
		bottom: auto;
		top: 13px;
	}
	.forever .section-box div[class*="col"].order-lg-last.box-center-v,
	.forever .section-box div[class*="col"].order-lg-last.box-center-v-1,
	.full-overimage.top-banner .text-on-left-img.text-left,
	.so-much-text + .static-content.text-on-right-img,
	.static-content.text-on-right-img.float-up,
	.static-wrap .static-content {
		padding: 40px 50px;
	}
	.static-wrap .static-content.pl-0 {
		padding: 40px 50px !important;
	}
	.static-wrap .overlap-wrap {
		width: calc(100% + 70px);
		margin: -40px -35px;
		height: auto;
		padding: 40px 20px;
	}
	.static-wrap h5 {
		line-height: 1.4;
		font-size: 26px;
	}
	.static-wrap h5 + h5 + img {
		width: 150px;
	}
	.static-wrap p {
		font-size: 18px;
	}
	.static-wrap .box-info p {
		font-size: 14px;
	}
	.half-half .row .row .static-content.text-on-left-img {
		padding-left: 50px;
	}
	.page-flexi-header.top-banner .share-on-top {
		margin-right: 0;
	}
	#content-flexi-installments p {
		font-size: 18px;
	}
	.installments-wrap p {
		font-family: Conv_SukhumvitTadmai_Tex;
		font-size: 14px;
		line-height: 1.4;
		color: #5b6670;
	}
	.installments-wrap p.title-desc {
		font-size: 20px;
		color: #000;
	}
	.installments-wrap .btn-link {
		padding: 0;
		font-family: Conv_SukhumvitTadmai_Tex;
		color: #5b6670;
		font-size: 14px;
		text-decoration: underline;
	}
	nav[aria-label="breadcrumb"] .breadcrumb-item a {
		overflow: hidden;
		font-size: 12px;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: middle;
	}
	.top-banner .share-on-top.with-bc .btn-flexi-share {
		margin-top: 20px;
	}
	.static-content.text-left.text-on-left-img {
		padding: 40px 50px;
	}
	.static-content .media {
		padding-left: 30px;
		padding-right: 30px;
	}
	#oap-loan-success .proud-regis-complete .desc-title {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	#oap-loan-success .proud-regis-complete .desc-result {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 0;
	}
	.txt-on-desktop {
		display: none;
	}
	.txt-on-mobile {
		display: inline-block;
	}
	.app-download .app-download-box .media img {
		width: 48px;
	}
	.app-download h5 {
		font-size: 16px;
		line-height: 21px;
	}
	.app-download p {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 0;
	}
	.app-download .btn-app-download p {
		font-size: 10px;
	}
	#oap-loan-success.bg-login .card-register-center {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	#oap-loan-success .proud-regis-complete .desc-title span {
		font-size: 16px;
		line-height: 20px;
	}
	#oap-loan-success .img-result {
		margin-bottom: 20px;
	}
	.page-loan-proud .share-on-top {
		top: 58px;
	}
	.static-content.text-on-right-img.float-up.xvisa {
		padding: 40px 50px;
	}
	.visasig-wrap {
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
	}
	h1 .share-on-top {
		right: 16px;
		top: 60px;
	}
	#header-card-detail .proud-head {
		height: 160px;
	}
	#proud-register {
		text-align: center;
	}
	#proud-register .col-sm-6 {
		text-align: left;
	}
	.static-wrap .flexi-banner {
		font-size: 32px;
	}
	.static-wrap .flexi-banner + p {
		font-size: 22px;
	}
	#proud-regis .content-title {
		white-space: normal;
		font-size: 26px;
		margin-left: 0;
		transform: none;
	}
	#proud-regis .content-title span {
		padding: 0;
		line-height: 39px;
	}
	#proud-regis #regis-cash {
		width: 310px;
		line-height: 39px;
		white-space: normal;
	}
	#content-card-detail .static-wrap .content-title,
	.detail-register h3,
	.page-loan-proud #privillage {
		font-size: 26px;
		line-height: 39px;
		padding: 0;
	}
	.btn.button-flexi-start {
		border-radius: 3px;
	}
	section.static-wrap .car-special-text img {
		height: 38px;
	}
	#iframe-form {
		height: 840px;
	}
	#contactform {
		height: 620px;
	}
	#applyMerchant {
		height: 1240px;
	}
}
@media (max-width: 576px) and (min-height: 800px) {
	.menu-responsive-dropdown {
		padding-bottom: 240px;
	}
	.menu-responsive-dropdown .menu-btn {
		bottom: 20px;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}
}
@media (max-width: 320px) {
	#satisfaction-iframe {
		height: 530px !important;
	}
}
.hero--container {
	position: relative;
}
.hero--container .breadcrumb__content {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
}
.loan--container {
	background: url("/pub/export/static-mgrt/img-banner-load.jpg") 50% no-repeat;
	padding: 3rem 0;
}
.loan--container h3 {
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	margin-bottom: 25px;
	font-family: SukhumvitSet-Bold, Helvetica;
}
.loan--container .loan-card {
	width: 485px;
	height: 540px;
	background-repeat: no-repeat;
	position: relative;
	background-size: auto;
	padding-left: 55px;
	padding-right: 15px;
	padding-bottom: 46px;
	text-align: center;
}
.loan--container .loan-card a,
.loan--container .loan-card button {
	display: block;
}
.loan--container .loan-card a {
	color: #fff;
	text-decoration: underline;
	margin-bottom: 20px;
	font-family: SukhumvitSet-Light, Helvetica;
	font-size: 14px;
}
.loan--container .loan-card .btn-loan-register {
	color: #cb333b;
	background: #fafafa;
	border-radius: 15px;
	border: 1px solid transparent;
	margin-bottom: 20px;
	font-size: 36px;
	padding: 10px 20px;
	font-family: DBHelvethaicaX-75Bd, Helvetica;
}
.loan--container .loan-card.car {
	background-image: url("/pub/export/static-mgrt/img-card-load-car.png");
}
.loan--container .loan-card.motorcycle {
	background-image: url("/pub/export/static-mgrt/img-card-load-motorcycle.png");
}
.loan--container .loan-card .loan-card__content {
	position: absolute;
	bottom: 50px;
	color: #fff;
	left: 50px;
	right: 0;
}
.loan--container .loan-card .loan-card__content h4 {
	font-size: 30px;
	margin-bottom: 15px;
	font-family: SukhumvitSet-Bold, Helvetica;
}
.utility--container {
	background: url("/pub/export/static-mgrt/img-banner-utility.jpg") 50%
		no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3rem 0;
	position: relative;
}
.utility--container .util__content {
	font-family: SukhumvitSet-SemiBold, Helvetica;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 0 10rem;
	font-size: 20px;
	line-height: 30px;
}
.utility--container .util__content .util-icon {
	margin-bottom: 10px;
}
.owl-carousel .owl-dots {
	display: block !important;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #918fac;
	border-radius: 50%;
	margin: 5px;
	cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot.active {
	background: #cb333b;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #cf3339;
	width: 26px;
	height: 13px;
}
.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: 1px solid #cf3339;
	height: 13px;
	width: 13px;
}
.owl-theme .owl-dots .owl-dot:focus {
	border: none !important;
	outline: 0;
}
.owl-carousel .owl-dots {
	margin-top: -15px;
}
@media only screen and (min-width: 768px) {
	#loan-slider {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 800px) {
	.loan--container .loan-card {
		width: 350px;
		height: 400px;
		background-size: cover;
	}
	.loan--container .loan-card h4 {
		font-size: 20px !important;
		margin-bottom: 5px important !important;
	}
	.loan--container .loan-card a {
		font-size: 10px !important;
		margin-bottom: 5px important !important;
	}
	.loan--container .loan-card .btn-loan-register {
		font-size: 26px !important;
	}
	.loan--container .loan-card .loan-card__content {
		bottom: 55px;
		left: 10px !important;
		right: 0;
	}
	.utility--container .util__content {
		font-size: 16px;
		margin: 0 2rem;
	}
	.utility--container .util__content p {
		line-height: 23px;
	}
}
@media only screen and (max-width: 450px) {
	.loan--container .loan-card .loan-card__content {
		left: -15px;
	}
}
.homepage-loan--container .pre__title {
	font-size: 35px;
}
.homepage-loan--container .main__title {
	font-size: 45px;
}
.homepage-loan--container .sub__title {
	font-size: 25px;
}
.homepage-loan--container .action__title {
	font-size: 45px;
}
.homepage-loan--container .btn-loan-register {
	background-color: #cb333b;
	color: #fff;
	font-size: 32px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	padding: 10px 50px;
}
.benefit--container .list--benefit > li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 25px;
}
.benefit--container .list--benefit > li:before {
	display: inline-block;
	content: "";
	background: url("/pub/export/static-mgrt/img-icon-check.png") no-repeat;
	background-size: contain;
	width: 24px;
	height: 26px;
	left: -15px;
	top: 3px;
	position: absolute;
}
.benefit--container .list--benefit > li .benefit--title {
	font-size: 30px;
	color: #cb333b;
	margin-bottom: 10px;
}
.benefit--container .list--benefit > li .benefit--description {
	font-size: 18px;
	line-height: 25px;
}
.register-property--container {
	position: relative;
}
.register-property--container .property--content .property--head {
	font-size: 35px;
	margin-bottom: 25px;
}
.register-property--container .property--content small {
	font-size: 12px;
	color: #5b6670;
	font-family:
		SukhumvitTadmai Text-Regular,
		Helvetica;
}
.register-property--container .property--list {
	font-family:
		SukhumvitTadmai Text-Regular,
		Helvetica;
	list-style-image: url("/pub/export/static-mgrt/img-dot-1.png");
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.register-property--container .property--list > li {
	font-size: 16px;
}
.register-property--container .left--content {
	background-color: #edf1f6;
}
.register-property--container .right--content {
	background-color: #f8f8f8;
}
.register-property--container .register-point--container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 30px;
}
.register-property--container .register-point--content {
	background-color: #e1e1e1;
	border-radius: 10px;
	font-size: 22px;
	line-height: 30px;
	padding: 10px 50px;
}
.register-form--container {
	padding: 5rem 0;
}
.faq--container {
	background-color: #f8f8f8;
	padding: 5rem 0;
}
.panel.panel-default {
	background: #f8f8f8;
}
.content--body {
	min-height: 600px;
}
@media only screen and (min-width: 768px) {
	.content--body,
	.panel {
		padding: 5rem;
	}
}
@media only screen and (max-width: 768px) {
	.register-point--content {
		text-align: center;
	}
}
/*# sourceMappingURL=app.css.map */
