.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

.table-responsive .text-small {
	margin: 1rem 0 0 !important;
}

.table-responsive .text-small+.text-small {
	margin: 0 !important;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		margin-bottom: 1rem;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

html,
body,
div,
span,
embed,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
output,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
main,
section,
article,
aside,
canvas,
details,
summary,
figure,
figcaption,
header,
footer,
hgroup,
menu,
nav,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

html {
	text-size-adjust: 100%;
	box-sizing: border-box;
	font-size: 13px;
	position: relative;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #f9f9fa;
	color: #767676;
	font-family: 'Sukhumvittadmai', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 1px solid #c0c0c0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

input,
textarea,
select {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	appearance: none;
}

button,
input,
textarea,
select,
optgroup {
	color: inherit;
	font-family: inherit;
	border: none;
}

input,
select {
	vertical-align: middle;
}

select,
button {
	text-transform: none;
}

.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
	cursor: pointer;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	appearance: button;
}

input[type="search"] {
	box-sizing: content-box;
	appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

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

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

sup {
	top: -0.5em;
}

sub {
	font-size: 0.6em;
	padding-left: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1 {
	font-weight: bold;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1.23rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

b,
strong,
optgroup {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

del {
	text-decoration: line-through;
}

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}

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

:focus {
	outline: 0;
}

address {
	font-style: normal;
	line-height: 1.7;
}


.grid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.grid {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.grid {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.grid {
		width: 1170px;
	}
}

.grid-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {

	.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 {
		float: left;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {

	.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 {
		float: left;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {

	.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 {
		float: left;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.visible-xs,
.visible-sm,
.visible-sm-up,
.visible-md,
.visible-md-up,
.visible-lg {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) {
	.visible-sm-up {
		display: block !important;
	}

	table.visible-sm-up {
		display: table;
	}

	tr.visible-sm-up {
		display: table-row !important;
	}

	th.visible-sm-up,
	td.visible-sm-up {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) {
	.visible-md-up {
		display: block !important;
	}

	table.visible-md-up {
		display: table;
	}

	tr.visible-md-up {
		display: table-row !important;
	}

	th.visible-md-up,
	td.visible-md-up {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 992px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.hidden-sm-down {
		display: none !important;
	}
}

.clearfix:before,
.clearfix:after,
.grid:before,
.grid:after,
.grid-fluid:before,
.grid-fluid:after,
.row:before,
.row:after {
	display: table;
	content: "";
}

.clearfix:after,
.grid:after,
.grid-fluid:after,
.row:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

.text-justify {
	text-align: justify !important;
}

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

.bold {
	font-weight: bold;
}

.bolder {
	font-weight: 800;
}

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

.img-responsive {
	width: 100%;
}

.display-block {
	display: block;
}

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

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

.pos {
	position: absolute;
}

.wrap-block {
	overflow: hidden;
}

.dark-grey {
	color: #373737;
}

.black {
	color: #000 !important;
}

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

.list-inline li {
	display: inline-block;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #30373b;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #30373b;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #30373b;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #30373b;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

.table-responsive .text-small {
	margin: 1rem 0 0 !important;
}

.table-responsive .text-small+.text-small {
	margin: 0 !important;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		margin-bottom: 1rem;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}



[class*="icon-"] {
	display: inline-block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.btn-primary-dropdown:after,
.btn-primary-dropdown:after,
.input-search p:after,
.input-search p:after,
.custom-select:after,
.custom-select:after,
.story.video .icon-play:before,
.slick-prev:before,
.slick-next:before,
.promotions .slick-prev:before,
.promotions .slick-next:before,
.global-nav li.has-sub a.link-sub:after,
.mega-menu .link-view-all:after,
.breadcrumb li:not(:last-child):after,
.multi-filter-item:after,
.multi-filter-item:after,
.date-picker:after,
.date-picker:after,
.transfer-money .transfer-group .country-select:not(.style-1):after,
.transfer-money .transfer-group .country-select:not(.style-1):after,
.transfer-money .transfer-group.full .country-select .currency-selected:after,
.transfer-money .transfer-group.full .country-select .currency-selected:after,
.currency-dropdown li:first-child:after,
.currency-dropdown li:first-child:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'FontAwesome' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-search:before {
	content: "\f002";
}

.icon-close:before,
.global-nav li.has-sub a.link-sub.current:after {
	content: "\f00d";
}

.icon-pagination-right:before,
.slick-next:before,
.promotions .slick-next:before,
.mega-menu .link-view-all:after,
.breadcrumb li:not(:last-child):after {
	content: "\f105";
}

.icon-dropdown:before,
.btn-primary-dropdown:before,
.input-search p:before,
.custom-select:before,
.global-nav li.has-sub a.link-sub:before,
.multi-filter-item:before,
.date-picker:before,
.transfer-money .transfer-group .country-select:not(.style-1):before,
.transfer-money .transfer-group.full .country-select .currency-selected:before,
.currency-dropdown li:first-child:before {
	font-family: 'FontAwesome' !important;
	content: "\f023";
}

@media only screen and (max-width: 767px) {
	select {
		font-size: 20px;
	}
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

[class*='btn'] {
	padding: 0 30px;
	/* font-size: 1.23rem; */
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

[class*='btn'].min-size {
	/*min-width: 11rem;*/
	min-width: 170px;
}

.no-touch.desktop [class*='btn'] {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

[class*='btn'].btn-block {
	display: block;
	width: 100%;
	text-align: center;
}

[class*='btn'][disabled] {
	cursor: default;
}

@media only screen and (max-width: 767px) {
	[class*='btn'].m-btn-block {
		display: block;
		width: auto !important;
		float: none !important;
	}
}

.btn-default {
	color: #002da9;
	border: 1px solid #002da9;
	background: inherit;
	line-height: 40px;
}

.no-touch.desktop .btn-default:hover {
	border-color: #002da9;
}

.btn-default:active,
.btn-default:focus {
	border-color: #002da9;
}

.btn-default[disabled] {
	opacity: 0.5;
}

[class*='btn-primary'] {
	/* background: #cf3339; */
	background: #c69b3b;
	color: white;
	line-height: 40px;
	min-width: 115px;
	border-radius: 100px;
}

.no-touch.desktop [class*='btn-primary']:not([disabled]):hover {
	background: #b52e33;
}

[class*='btn-primary']:active,
[class*='btn-primary']:focus {
	background: #a9272c;
}

[class*='btn-primary'][disabled] {
	opacity: 0.5;
}

.btn-primary-dropdown {
	padding: 0 15px;
}

.btn-primary-dropdown:after {
	margin-left: 10px;
	display: inline-block;
}

.no-touch.desktop .btn-primary-dropdown select {
	display: none;
}

.no-touch.desktop .btn-primary-dropdown:hover:after {
	animation: wobble-vertical 0.75s alternate;
}

@media only screen and (max-width: 767px) {
	.btn-primary-dropdown.hide-icon:after {
		display: none;
	}
}

.btn-primary-small {
	padding: 0 20px;
}

.btn-white {
	color: #bbb;
	border: 2px solid #bbb;
	background: none;
	line-height: 40px;
	min-width: 170px;
}

.no-touch.desktop .btn-white:hover {
	border-color: white;
	color: white;
}

.btn-white:active,
.btn-white:focus {
	border-color: white;
	color: white;
}

.btn-white[disabled] {
	opacity: 0.5;
}

.btn-white-light {
	color: white;
	border: 2px solid white;
	background: none;
	line-height: 40px;
	min-width: 170px;
}

.no-touch.desktop .btn-white-light:hover {
	opacity: 0.8;
}

.btn-white-light:active,
.btn-white-light:focus {
	opacity: 0.8;
}

.btn-white-light[disabled] {
	opacity: 0.5;
}

.btn-black {
	color: black;
	border: 2px solid black;
	background: none;
	line-height: 40px;
	min-width: 170px;
}

.no-touch.desktop .btn-black:hover {
	opacity: 0.8;
}

.btn-black:active,
.btn-black:focus {
	opacity: 0.8;
}

.btn-black[disabled] {
	opacity: 0.5;
}

.label {
	font: 16px/25px 'sukhumvittadmai_bol';
	color: black;
	padding-bottom: 15px;
	display: inline-block;
}

[lang="th"] .label {
	font-family: 'sukhumvittadmai_bol';
}

.input,
.custom-select {
	border: 1px solid #dbdbdb;
	font-size: 16px;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	width: 100%;
	border-radius: 4px;
	background: white;
}

.input[readonly] {
	opacity: 0.5;
}

.input::-webkit-input-placeholder {
	color: #d2d2d2;
}

.input::-moz-placeholder {
	color: #d2d2d2;
}

.input:-ms-input-placeholder {
	color: #d2d2d2;
}

.input:-moz-placeholder {
	color: #d2d2d2;
}

.input-wrapper {
	overflow: hidden;
}

textarea.input {
	height: 177px;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}


.input-search {
	position: relative;
}

.input-search input {
	padding-right: 48px;
}

.input-search p {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
}

.input-search:hover {
	cursor: pointer;
}

.input-search:hover p {
	animation: wobble-vertical 0.75s alternate;
}

.custom-select {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.custom-select .custom-text {
	overflow: hidden;
	padding-right: 1.5rem;
}

.custom-select .custom-text span {
	font-size: 16px;
	color: #dbdbdb;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	overflow: hidden;
}

.custom-select:after {
	color: black;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.no-touch.desktop .custom-select select {
	display: none;
}

.no-touch.desktop .custom-select:hover:after {
	animation: wobble-vertical 0.75s alternate;
}

.custom-select select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	color: black;
	padding: 1rem;
	opacity: 0;
	/*.no-touch.desktop & {
      display: none;
    }*/
}

.error .custom-select {
	border-color: #ef6f6e;
}

.error .custom-select .custom-text span {
	color: #ef6f6e;
}

.error .custom-select:after {
	color: #ef6f6e;
}

.dropdown-multiselect {
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	padding: 10px 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	z-index: 21;
	display: none;
}

.dropdown-multiselect.has-scroll ul {
	max-height: 354px;
	overflow-y: auto;
}

.dropdown-multiselect:before {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: -8px;
	right: 18px;
	z-index: 10;
}

.dropdown-multiselect .custom-checkbox {
	padding: 10px 0;
}

.dropdown-multiselect .link-default {
	margin: 15px 0;
	display: inline-block;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	float: left;
	border-radius: 3px;
	background-color: white;
	border: 1px solid #002da9;
}

.dropdown-menu ul {
	overflow-y: auto;
	max-height: 25rem;
}

.dropdown-menu li {
	overflow: hidden;
}

.dropdown-menu li a {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	padding: 11px 15px;
	color #002da9;
}

.dropdown-menu li a:hover {
	background: #f4f4f4;
	text-decoration: none;
}

.dropdown-menu li.active a {
	color: #b2b2b2;
}

.dropdown-menu ::-webkit-scrollbar {
	width: 5px;
}

.dropdown-menu ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	background: #002da9;
}

.custom-radio {
	position: relative;
	padding: 0 0 0 35px;
	display: block;
	font-size: 16px;
}

.custom-radio input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 2;
}

.custom-radio span:before {
	content: "";
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	width: 27px;
	height: 27px;
}

.custom-radio input:checked+span:before {
	border: 7px solid #002da9;
}

.custom-checkbox {
	position: relative;
	display: block;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 2;
}

.custom-checkbox span {
	display: block;
	padding: 0 25px 0 0;
	font-size: 16px;
	line-height: 1.5;
	color: #b0b0b0;
}


.no-touch.desktop .custom-checkbox span:hover {
	color: #002da9;
}

.custom-radio-thumb {
	position: relative;
	margin: 0 15px;
	display: block;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.custom-radio-thumb {
		margin: 0 7px;
	}
}

.custom-radio-thumb input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 2;
	margin: 0;
	width: 100%;
	height: 100%;
}

.custom-radio-thumb .inner {
	background: white;
	border-radius: 4px;
	padding: 30px 15px;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.custom-radio-thumb .inner {
		padding: 15px;
	}
}

.custom-radio-thumb .inner .visual-icons {
	text-align: center;
	margin: 15px 0;
	height: 63px;
}

.custom-radio-thumb .inner .sub-title-3 {
	margin: 0 0 10px;
}

.custom-radio-thumb .inner .sub-title-3 span {
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

.custom-radio-thumb input:checked+.inner {
	background: #d8ccf7;
}

.custom-radio-thumb.gender {
	width: 269px;
	height: 269px;
	display: table;
	margin: 0;
	text-align: center;
}

.custom-radio-thumb.gender .visual-icons {
	height: 90px;
}

.custom-radio-thumb.gender .inner {
	display: table-cell;
	vertical-align: middle;
}

.custom-radio-thumb.confirm {
	width: 100px;
	height: 100px;
	margin: 0;
	text-align: center;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

.custom-radio-thumb.confirm .inner {
	padding: 0;
	line-height: 100px;
}

.custom-radio-thumb.salary {
	text-align: center;
}

.custom-radio-thumb.salary .inner {
	padding: 3px 15px 20px;
}

.custom-radio-thumb.salary .visual-icons {
	line-height: 63px;
}

.custom-radio-thumb.salary .visual-icons img {
	vertical-align: bottom;
	display: inline-block;
}

.custom-radio-thumb.full-width {
	margin: 0;
	height: 164px;
}

.custom-radio-thumb.full-width .inner {
	padding: 20px 55px 20px 30px;
}



.custom-radio-thumb.full-width .inner .visual-icons {
	margin-top: 0;
}

.custom-radio-thumb.full-width input:checked+.inner {
	background: #d8ccf7;
}


.custom-radio-thumb .sub-title-3 {
	line-height: 1.22;
}

.relative {
	position: relative;
}

.group {
	min-height: 9rem;
}

.group .msg-error {
	display: none;
}

.group.error .msg-error {
	display: block;
}

.error .input {
	border-color: #ef6f6e;
	color: #ef6f6e;
}

.error .msg-error {
	color: #ef6f6e;
	padding-top: 0.5em;
}

.button-group:before,
.button-group:after {
	display: table;
	content: "";
}

.button-group:after {
	clear: both;
}

.button-group .btn-primary {
	float: left;
	margin-right: 30px;
}

.button-group .share-this {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 480px) {
	.button-group .share-this {
		display: block;
		margin-top: 20px;
	}
}

.button-group.center {
	display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.button-group-2 {
		text-align: center;
	}
}

.button-group-2 [class*="btn-"] {
	vertical-align: middle;
	margin-right: 30px;
}

.button-group-2 [class*="btn-"]:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.button-group-2 [class*="btn-"] {
		width: 48%;
		margin: 0;
		min-width: 0;
	}

	.button-group-2 [class*="btn-"]:last-child {
		float: right;
	}
}

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

.button-group-center [class*="btn-"] {
	margin-right: 30px;
	vertical-align: middle;
}

.input-amount {
	position: relative;
}

.input-amount:before,
.input-amount:after {
	display: table;
	content: "";
}

.input-amount:after {
	clear: both;
}

.input-amount input {
	padding-right: 60px;
}

.input-amount span {
	position: absolute;
	top: 14px;
	font-size: 16px;
	color: black;
}

.input-amount span.left {
	left: 15px;
}

.input-amount span.right {
	right: 15px;
}

.no-padding {
	padding: 0px;
}

.top30 {
	margin-top: 30px;
}

[data-accordion] [class*='col-']:nth-child(1) .collapse-header,
[data-accordion] [class*='col-']:nth-child(2) .collapse-header {
	border-top: 1px solid #ededed;
}

@media only screen and (max-width: 991px) {
	[data-accordion] [class*='col-']:nth-child(2) .collapse-header {
		border-top: none;
	}
}

[data-accordion] .collapse-header {
	position: relative;
	font-size: 1.231rem;
	line-height: 1.56;
	border-bottom: 1px solid #ededed;
	height: 70px;
	display: table;
	width: 100%;
	cursor: pointer;
}

[data-accordion] .collapse-header span {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
	height: 100%;
}

[data-accordion] .collapse-header:after {
	content: "\e90c";
	font-family: 'icomoon' !important;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

[data-accordion] .collapse-header.active:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin-top: -8px;
}

[data-accordion] .collapse-inner {
	display: none;
	padding: 20px 0;
}

[data-accordion] .collapse-inner .collapse-content {
	overflow-x: auto;
}

[data-accordion] .collapse-inner.table {
	padding: 0;
}

[data-accordion].about-us .collapse-inner {
	padding: 30px;
	background: #f0f2f4;
	line-height: 1.4;
	font-size: 16px;
}


.full-accordion {
	overflow: hidden;
}

.full-accordion .collapse-item:nth-child(1) {
	margin-top: 30px;
}

.full-accordion .collapse-item:nth-child(1) .collapse-header {
	border-top: 1px solid #ededed;
}

.full-accordion .collapse-item:nth-child(1).no-mar {
	margin-top: 0;
}

.full-accordion .collapse-item:nth-child(1).no-mar .collapse-header {
	border-top: none;
}

.full-accordion .collapse-inner.grey {
	padding: 40px 108px 40px 30px;
	background-color: #f8f8f9;
}

@media only screen and (max-width: 767px) {
	.full-accordion .collapse-inner.grey {
		padding: 40px 30px;
	}
}

.full-accordion .collapse-inner .collapse-content ul,
.full-accordion .collapse-inner .collapse-content ol {
	margin-left: 20px;
	line-height: 1.67em;
	/*padding: 0.5rem 0;*/
}

.full-accordion .collapse-inner .collapse-content ul {
	list-style-type: disc;
}

.full-accordion .collapse-inner .collapse-content li {
	padding: 0.2rem 0;
	font-size: 16px;
	line-height: 1.4;
}

.full-accordion .collapse-inner .collapse-content ol {
	list-style-type: decimal;
}

.full-accordion .collapse-inner .collapse-content ol li {
	padding: 0.2rem 5px;
}

.rounded {
	border-radius: 4px;
}

.circle-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.title {
		font-size: 27px;
	}
}

@media only screen and (max-width: 767px) {
	.title {
		font-size: 1.692rem;
		line-height: 1.4;
	}
}

.underlined-title:after {
	content: "";
	display: block;
	height: 2px;
	position: relative;
	width: 50px;
	margin-top: 14px;
	background: white;
}

@media only screen and (max-width: 767px) {
	.underlined-title:after {
		margin-top: 6px;
	}
}

.underlined-title.middle {
	text-align: center;
}

.underlined-title.middle:after {
	margin-left: auto;
	margin-right: auto;
}

.underlined-title.olive:after {
	background-color: #746c56;
}

.underlined-title.rose-gold:after {
	background-color: #b7756e;
}

.underlined-title.dark-yellow:after {
	background-color: #cda889;
}

.underlined-title.beige:after {
	background-color: #d5a68a;
}

.underlined-title.ovaltine:after {
	background-color: #cda889;
}

.underlined-title.desaturated-amber:after {
	background-color: #bbab85;
}

.txt-dark-black {
	color: black;
}

.txt-black {
	color: #373737;
}

.txt-grey {
	color: #767676;
}

.txt-light-grey {
	color: #adadad;
}

.txt-purple,
.input:not([readonly]):focus,
.input:not([readonly]):valid,
.custom-select.selected,
.custom-select.selected .custom-text span,
.custom-checkbox input:checked+span,
[data-accordion] .collapse-header span,
.loan-faqs .collapse-inner .item a,
.list-primary a,
.link-default,
.tab-header a.active,
.no-touch.desktop .tab-header a:hover,
#header .right-header .icons,
.right-header .language li a:active,
.no-touch.desktop .right-header .language li a:hover,
.language li,
.digital-menu ul a:hover,
.global-nav li a:hover,
.global-nav li a:active:hover,
.global-nav li.has-sub a.link-sub.current:after,
.global-nav>ul>li:hover>a,
.global-nav>ul>li a.current,
.mega-menu-mobile .mega-menu .level-1 a.level-1-title.has-sub.active,
.search-block.small .icon-search:hover:before,
.recently-viewed .list-view li a,
.requirements .rate-and-fee .sub-title-2,
.no-touch.desktop .tab-details [data-menu] a:hover,
.tab-details [data-menu] a.active,
.no-touch.desktop .tab-story-landing ul li a:hover,
.tab-story-landing ul li a.active,
.no-touch.desktop .prefer-lifestyle .list-primary li a:hover,
.no-touch.desktop .prefer-lifestyle .list-primary .label-container a:hover,
.prefer-lifestyle .list-primary li a:active,
.prefer-lifestyle .list-primary .label-container a:active,
.prefer-lifestyle .list-primary li a.active,
.prefer-lifestyle .list-primary .label-container a.active,
.filter-reward-listing dl dd a,
.filter-reward-listing ul li:hover,
.filter-reward-listing ul li.selected,
.no-touch.desktop .locator-list .list-header li a:hover,
.locator-list .list-header li a.active,
.locator-list .list li h4.text-medium a,
.download-form a,
.registration-steps .item .step,
.risk-table .title-primary,
.risk-table li,
.risk-table li.active .sub-title-1,
[data-tab] header a.active,
.no-touch.desktop [data-tab] header a:hover {
	color: #c4c4c4;
}

.share-this-icons.text-purple a {
	color: #002da9;
}

.background-purple {
	background: #002da9;
}

.txt-light-purple {
	color: #164ada;
}

.txt-green {
	color: #89df7d;
}

.txt-white {
	color: white !important;
}

.txt-gold {
	color: #c59f32 !important;
}

.txt-orange {
	color: #feac00;
}

.txt-olive {
	color: #746c56 !important;
}

.txt-brown {
	color: #674c43;
}

.text-larger {
	font-size: 3.1rem;
}

.text-large {
	font-size: 2.3rem;
}

.text-large.smaller {
	font-size: 1.85rem;
}

.text-large-2 {
	font-size: 2.6rem;
}

.text-mediumer {
	font-size: 20px;
	line-height: 1.9;
}

.text-medium,
.loan-faqs .collapse-inner p,
.info .content,
.banner-wrap .caption .inner-container .content,
.popular-questions .item .content {
	font-size: 16px;
	line-height: 1.4;
}

.text-x-small,
.card-time {
	font-size: 14px;
	line-height: 1.23;
}

.text-small {
	font-size: 11px;
	line-height: 1.4;
}

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

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

.text-black {
	color: #000;
}

.list-default {
	list-style-type: disc;
	margin-left: 17px;
	line-height: 1.67em;
	padding: 0.5rem 0;
}

.list-default>li {
	padding: 0.2rem 0;
}

.list-primary {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.list-primary li {
	overflow: hidden;
	list-style-type: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-primary a {
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	height: 61px;
	display: table;
	width: 100%;
	vertical-align: middle;
}

.no-touch.desktop .list-primary a:hover {
	background-color: #002da9;
	color: white;
	padding-left: 20px;
}

.list-primary a:active {
	background: #002da9;
	color: white;
	padding-left: 20px;
}

.list-primary a span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.list-primary a span[class*='icon-']:before {
	font-size: 1.8rem;
	margin-right: 20px;
	vertical-align: middle;
}

.list-numberic,
[class*="ParagraphComp"] ol {
	list-style-type: decimal;
	margin-left: 20px;
	line-height: 1.67em;
	padding: 0.5rem 0;
}

.list-numberic li,
[class*="ParagraphComp"] ol li {
	padding: 0.2rem 5px;
}

.list-circle {
	list-style-type: circle;
	margin-left: 17px;
	padding: 0 0 0.5rem;
}

.list-normal li {
	font-size: 16px;
	line-height: 1.5;
	padding: 7px 0;
}

.list-normal li a {
	color: #767676;
}

.no-touch.desktop .list-normal li a:hover {
	color: black;
}

.list-normal li a.active {
	font-weight: bold;
	color: black;
}

.list-category li {
	background-color: white;
	padding: 30px 20px;
}

.list-category li:not(:first-child) {
	border-top: 1px solid #ededed;
}

.list-category li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.list-category li a {
	color: #767676;
}

.no-touch.desktop .list-category li a:hover {
	color: black;
}

@media only screen and (max-width: 991px) {
	.list-category li {
		padding: 15px;
	}
}

.list-bullet {
	list-style-type: disc;
}

.list-bullet li {
	font-size: 16px;
	line-height: 1.5;
	padding: 7px 0;
}

.list-bullet li a {
	color: #767676;
}

.no-touch.desktop .list-bullet li a:hover {
	color: black;
}

.list-bullet li a.active {
	font-weight: bold;
	color: black;
}

.icon-down-black {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.flex-wrap {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -1rem;
}

.windows.safari.no-touch.desktop .flex-wrap {
	display: -webkit-box;
}

.flex-wrap.flex-left {
	justify-content: inherit;
}

@media only screen and (max-width: 480px) {
	.flex-wrap {
		margin: 0;
	}
}

.flex-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.flex-item.flex-item-big {
	-webkit-box-flex: 1.5;
	-webkit-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
}

.flex-item.flex-start {
	-webkit-box-align: flex-start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: flex-start !important;
	align-items: flex-start !important;
}

.flex-end {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.loading {
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	justify-content: center;
}


input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

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

.middle-center-block {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.middle-center-block .narrow {
	width: 40%;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.middle-center-block .narrow {
		width: 100%;
	}
}

.link-primary {
	color: #7A58BF !important;
	font-size: 16px;
	position: relative;
}



.no-touch.desktop .link-primary:hover:after {
	opacity: 1;
	margin-left: 10px;
}

.link-primary.white {
	color: white !important;
}



.link-default {
	font-size: 16px;
}

.no-touch.desktop .link-default:hover {
	text-decoration: underline;
}

.link-default:active {
	text-decoration: underline;
}

.link-default.disabled {
	color: #898989;
	opacity: 0.2;
	cursor: default;
}

.no-touch.desktop .link-default.disabled:hover {
	text-decoration: none;
}

.link-default.disabled:active {
	text-decoration: underline;
}

/* ################ POINT REDEEM  ################ */

.point {
	z-index: 1;
	height: 27px;
	border-radius: 100px;
	background-color: #cf3339;
	width: 100px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.point .point-text {
	padding-top: 0.5em;
	text-align: center;
	vertical-align: middle;
	color: white;
}

.point .point-text:after {
	content: ' แต้ม';
}

.point.corner {
	position: absolute;
	top: 15px;
	right: 15px;
}

.suggested {
	text-transform: uppercase;
	padding: 13px 15px 10px;
	font: 12px 'Sukhumvittadmai_med';
	letter-spacing: 2px;
	color: white;
	background: #002da9;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

[lang="th"] .suggested {
	font-family: 'Sukhumvittadmai_med';
}

.paging {
	text-align: center;
	overflow: hidden;
}

.paging ul,
.paging li,
.paging a {
	display: inline-block;
	font-size: 15px;
}

.paging a {
	line-height: 32px;
	padding: 0 12px;
	color: rgba(255, 255, 255, 0.7);
	vertical-align: middle;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.paging a.first {
	border-left: none;
}

.paging a.last:after,
.paging a.next:after {
	content: '';
	background-size: 100%;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.paging a.first:before,
.paging a.prev:before {
	content: '';
	background-size: 100%;
	display: inline-block;
	width: 10px;
	height: 10px;
}



.paging a.disable {
	cursor: default;
	display: none;
}

.paging a:not(.disable):hover,
.paging a.selected {
	color: white;
}

.paging a:not(.disable):hover:before,
.paging a.selected:before,
.paging a:not(.disable):hover:after,
.paging a.selected:after {
	animation: wobble-horizontal 1s ease-in-out;
}

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

	.paging a.prev,
	.paging a.next {
		font-size: 0;
	}

	.paging a.prev:before,
	.paging a.next:before,
	.paging a.prev:after,
	.paging a.next:after {
		margin-right: 0;
		margin-left: 0;
		margin-top: 19px;
	}
}

ul.pagination {
	display: block;
	margin: 30px 0 20px;
	list-style: none !important;
}

ul.pagination li {
	float: left;
	margin-right: 5px;
}

ul.pagination li.previous a,
ul.pagination li.next a {
	font-size: 0;
	padding: 5px;
}

ul.pagination li.previous a:after,
ul.pagination li.next a:after {
	content: "\e90c";
	font-family: 'icomoon' !important;
	font-size: 20px;
}

ul.pagination li.previous {
	transform: rotate(90deg);
}

ul.pagination li.next {
	transform: rotate(-90deg);
}

ul.pagination a {
	font-family: 'Sukhumvittadmai_med';
	font-size: 18px;
	color: #000000;
	display: block;
	padding: 6px 10px;
	transition: all 0.4s ease;
}

ul.pagination a:hover,
ul.pagination a.active {
	color: #002da9;
	background: #F0F2F4;
}

.tab-header {
	padding: 30px 0 10px;
}

.tab-header:before,
.tab-header:after {
	display: table;
	content: "";
}

.tab-header:after {
	clear: both;
}

@media only screen and (max-width: 991px) {
	.tab-header {
		padding: 20px 0 10px;
	}
}

.tab-header li {
	float: left;
	margin-right: 30px;
	padding-bottom: 10px;
}

.tab-header li:last-child {
	margin-right: 0;
}

.tab-header a {
	color: black;
	font: 16px 'Sukhumvittadmai_med';
}

[lang="th"] .tab-header a {
	font-family: 'Sukhumvittadmai_med';
}

.tab-header a.active {
	padding-bottom: 3px;
	border-bottom: 2px solid #002da9;
}

.tooltip,
.p-tooltip {
	display: block;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	min-width: 124px;
	padding: 8px 10px;
	background: #30373b;
	border-radius: 3px;
	color: #f2f2f2;
	line-height: normal;
}

.tooltip:before,
.p-tooltip:before {
	content: " ";
	position: absolute;
	width: 0;
	border-bottom: 5px solid #30373b;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.limited {
	max-width: 800px;
}

.list-column {
	margin: 0 -15px;
	overflow: hidden;
}

.list-column .col {
	float: left;
	margin: 30px 15px 0;
}

@media only screen and (max-width: 767px) {
	.list-column .col {
		float: none;
	}

	.list-column .col .gender {
		margin: 0 auto;
	}

	.list-column.left .col {
		float: left;
		margin: 0 0 0 15px;
	}
}

.group.disabled {
	opacity: .5;
}

.row.row-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.row.row-flex [class*='col-'] {
		width: 100%;
	}
}

.page {
	overflow: hidden;
}

.responsivegrid {
	position: relative;
	z-index: 1;
	/* padding-top: 68px; */
	padding-top: 72px;
	overflow: hidden;
}

@media only screen and (min-width: 1200px) {
	.responsivegrid {
		padding-top: 0;
		overflow: visible;
	}
}

.inner-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.inner-container .inner-container {
	padding: 0;
}

@media only screen and (max-width: 991px) {
	/* .inner-container {
		padding: 0 15px;
	} */
}

.inner-container-left {
	position: relative;
	margin-left: calc((100vw - 1200px)/2);
	margin-left: -moz-calc((100vw - 1200px)/2);
	margin-left: -webkit-calc((100vw - 1200px)/2);
	margin-left: -o-calc((100vw - 1200px)/2);
	padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
	.inner-container-left {
		margin-left: 0;
	}
}

@media only screen and (max-width: 991px) {
	.inner-container-left {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.inner-container-left {
		padding-left: 0;
	}
}

[class*='wrapper']:before,
header:before,
[class*='wrapper']:after,
header:after {
	display: table;
	content: "";
}

[class*='wrapper']:after,
header:after {
	clear: both;
}

.wrapper {
	font-size: 16px;
	line-height: 1.4;
}

.outer {
	padding: 90px 0;
}

@media only screen and (max-width: 1024px) {
	.outer {
		padding: 40px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.col-md-4 .row:before,
	.col-md-4 .row:after {
		content: none;
	}
}

.row-full:before,
.row-full:after {
	display: table;
	content: "";
}

.row-full:after {
	clear: both;
}

@media only screen and (min-width: 768px) {
	.col-haft {
		float: left;
		width: 50%;
	}
}

.no-scrolling {
	overflow: hidden;
	height: 100%;
}

.no-scrolling #header {
	z-index: 0;
}

.no-scrolling-nav {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.no-mar {
	margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	.m-mar-top {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-top-md {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-top-md {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-bot-md {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-bot-md {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-bot-lg {
		margin-bottom: 90px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-bot-lg {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-top-lg {
		margin-top: 90px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-top-lg {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-top-xlg {
		margin-top: 130px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-top-xlg {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-top {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-top {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-right {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-right {
		margin-right: 15px;
	}
}

.mar-top-xs {
	margin-top: 8px;
}

.mar-bot-xs {
	margin-bottom: 8px;
}

.mar-top-sm {
	margin-top: 15px;
}

.mar-bot-sm {
	margin-bottom: 15px;
}

.mar-right-sm {
	margin-right: 15px;
}

@media only screen and (min-width: 992px) {
	.mar-bot {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-bot {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-right {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-right {
		margin-right: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.mar-left {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.mar-left {
		margin-left: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.pad-left {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.pad-left {
		padding-left: 25px;
	}
}

@media only screen and (min-width: 992px) {
	.pad-right {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.pad-right {
		padding-right: 25px;
	}
}

@media only screen and (min-width: 992px) {
	.pad-top-xlg {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 991px) {
	.pad-top-xlg {
		padding-top: 100px;
	}
}

@media only screen and (min-width: 992px) {
	.pad-top-lg {
		padding-top: 50px;
	}
	.pad-top-lg-2 {
		padding-top: 65px !important
	}

}

@media only screen and (max-width: 991px) {
	.pad-top-lg {
		/* padding-top: 40px;     */
		padding-top: 25px;
	}
}

@media only screen and (max-width: 320px) {
	.pad-top-lg {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.pad-bot-xlg {
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 991px) {
	.pad-bot-xlg {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 992px) {
	.pad-bot-lg {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.pad-bot-lg {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 320px) {
	.pad-bot-lg {
		padding-bottom: 20px;
	}
}

.pad-top-md {
	padding-top: 50px;
}

@media only screen and (max-width: 767px) {
	.pad-top-md {
		padding-top: 25px;
	}
}

.pad-bot-md {
	padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.pad-bot-md {
		padding-bottom: 25px;
	}
}

.pad-top-min {
	padding-top: 30px;
}

.pad-bot-min {
	padding-bottom: 30px;
}

.pad-top-tiny {
	padding-top: 15px;
}

.lineheight-md {
	line-height: 1.23;
}

.mar-top-negative {
	margin-top: -100px;
}

.mar-bot-negative {
	margin-bottom: -100px;
}

.mar-top-positive {
	margin-top: 100px;
}

@media only screen and (max-width: 991px) {
	.row {
		margin-left: -7px;
		margin-right: -7px;
	}

	.row [class*='col-'] {
		padding-left: 7px;
		padding-right: 7px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tablet-portrait-mar-top-none {
		margin-top: 0;
	}
}

.vertical-center {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.homepage .wrapper>.inner-container>.row>[class*='col-'] {
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s 0.05s;
}

.homepage .wrapper>.inner-container>.row>[class*='col-'].move-up {
	opacity: 1;
	transform: translateY(0);
}

@keyframes wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes wobble-vertical {
	25% {
		margin-top: 4px;
	}

	50% {
		margin-top: -2px;
	}

	75% {
		margin-top: 1px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes wobble-vertical-2 {
	16.65% {
		transform: translateY(6px);
	}

	33.3% {
		transform: translateY(-5px);
	}

	49.95% {
		transform: translateY(4px);
	}

	66.6% {
		transform: translateY(-2px);
	}

	83.25% {
		transform: translateY(1px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 120%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 120%;
		height: 200%;
	}
}

@keyframes circlePlanner {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 100%;
		height: 100%;
	}
}

.default-wrap {
	padding: 20px 30px;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.default-wrap {
		padding: 20px;
	}
}

.info {
	font-size: 12px;
	word-wrap: break-word;
	background: white;
	width: 100%;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
	display: block;
	color: black;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
}

@media only screen and (min-width: 1200px) {

	.col-md-8 .info,
	.col-md-6 .info,
	.col-md-4 .info {
		height: 360px !important;
	}

	.card-image.card-opacity .info {
		height: 600px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.info {
		/*.calc(height, @heightCalc);*/
		height: 317px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.info {
		height: calc((100vw - 30px)/2);
		height: -moz-calc((100vw - 30px)/2);
		height: -webkit-calc((100vw - 30px)/2);
		height: -o-calc((100vw - 30px)/2);
	}
}

@media only screen and (max-width: 767px) {
	.info {
		height: auto;
		padding-bottom: 50px;
	}

	.info.image {
		height: calc(100vw - 30px);
		height: -moz-calc(100vw - 30px);
		height: -webkit-calc(100vw - 30px);
		height: -o-calc(100vw - 30px);
		padding-bottom: 0;
	}
}

.info.custom .link-primary {
	color: white !important;
}


.info .inner {
	padding: 30px;
	color: inherit;
	display: block;
}

@media only screen and (max-width: 767px) {
	.info .inner {
		padding: 20px 20px 20px;
	}
}

.info.half .inner {
	width: 50% !important;
	border-radius: 0 !important;
}

@media only screen and (max-width: 767px) {
	.info.half .inner {
		width: 100% !important;
	}
}

.info .sub-title,
.info .title {
	color: inherit;
}

.info .title {
	margin: 3.5rem 0 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.info .title {
		margin: 2rem 0 10px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 767px) {
	.info .title {
		margin: 1rem 0 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.info .title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 1rem;
		padding-top: 1rem;
		line-height: 1.6;
	}
}

.info.image .thumb {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.info.image .content {
	color: white;
}

.no-touch.desktop .info.image:hover .thumb {
	transform: translate3d(0, 0, 0) rotate(2deg) scale(1.1);
	-webkit-transform: translate3d(0, 0, 0) rotate(2deg) scale(1.1);
}

.info.image .inner {
	background: rgba(0, 0, 0, 0.2);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
	color: white;
	position: absolute;
	z-index: 2;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 4px;
}

.info.image .sub-title,
.info.image .title,
.info.image .link-primary,
.info.image .content {
	color: white !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}


.info.only-image .inner {
	display: none;
}

.no-touch.desktop .info.only-image:hover .thumb {
	transform: none;
}

.info.full .inner {
	position: absolute;
	z-index: 2;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 4px;
	padding: 30px 50px 30px 50px;
	background: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
	.info.full .inner {
		padding: 20px;
	}
}

@media only screen and (max-width: 375px) {
	.info.full .inner {
		padding: 0 20px 20px 20px;
	}
}

@media only screen and (min-width: 992px) {

	.info.full .inner .content,
	.info.full .inner .title {
		max-width: 500px;
	}
}

.info.full .link-primary {
	bottom: 35px;
	left: 50px;
}

@media only screen and (max-width: 767px) {
	.info.full .link-primary {
		left: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.info.full {
		height: 360px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.info.full {
		height: calc((100vw - 30px)/2.5);
		height: -moz-calc((100vw - 30px)/2.5);
		height: -webkit-calc((100vw - 30px)/2.5);
		height: -o-calc((100vw - 30px)/2.5);
	}
}

.info .content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.info .content-middle {
	position: absolute;
	top: 50%;
}

.info .link-primary {
	position: absolute;
	bottom: 1.5rem;
	left: 2rem;
	-webkit-transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767px) {
	.info .link-primary {
		bottom: 20px;
		left: 20px;
	}
}

.no-touch.desktop .info:hover {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.13);
}

.no-touch.desktop .info:hover .link-primary:after {
	opacity: 1;
	margin-left: 10px;
}

.product-thumb {
	overflow: hidden;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1200px) {
	.product-thumb {
		height: 360px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-thumb {
		/*.calc(height, @heightCalc);*/
		height: 317px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-thumb {
		height: calc((100vw - 30px)/2);
		height: -moz-calc((100vw - 30px)/2);
		height: -webkit-calc((100vw - 30px)/2);
		height: -o-calc((100vw - 30px)/2);
	}
}

@media only screen and (max-width: 767px) {
	.product-thumb {
		height: calc(100vw - 30px);
		height: -moz-calc(100vw - 30px);
		height: -webkit-calc(100vw - 30px);
		height: -o-calc(100vw - 30px);
	}
}

.product-thumb a,
.product-thumb .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.thumb-hover,
.no-touch.desktop .product-thumb a:hover,
.no-touch.desktop .product-thumb .image:hover,
.no-touch.desktop .card-image:hover .product-thumb .image {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

.card-image {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	display: block;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	/*  @media @from-tablet-portrait {
    margin-bottom: @m-grid;
    .info, .product-thumb,.map {
      margin-bottom: 0;
    }
  }*/
}

.card-image .info {
	border-radius: 0;
}

.card-image .info,
.card-image .product-thumb,
.card-image .map {
	box-shadow: none;
}

.card-image.card-opacity {
	background-size: cover;
}

.card-image.card-opacity .info {
	opacity: 0.8;
}

.card-image.default .info {
	height: 360px !important;
}

@media only screen and (min-width: 768px) {

	.card-image .info,
	.card-image .product-thumb,
	.card-image .map {
		float: left;
		width: 50%;
	}

	.card-image.right .product-thumb,
	.card-image.right .map {
		float: right;
	}
}

.no-touch.desktop .card-image:hover {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.13);
}

.no-touch.desktop .card-image:hover .link-primary:after {
	opacity: 1;
	margin-left: 10px;
}

.no-touch.desktop .card-image:hover .info {
	box-shadow: none;
}

@media only screen and (max-width: 991px) {
	.promotions .card-image {
		margin-bottom: 0;
	}
}

[data-tab-content]>.inner {
	display: none;
}

[data-tab-content]>.inner.active {
	display: block;
}

.rate {
	clear: both;
	font-size: 16px;
	background: white;
	color: black;
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	position: relative;
}

@media only screen and (min-width: 1200px) {
	.rate {
		height: 360px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.rate {
		height: 317px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rate {
		height: calc((100vw - 30px)/2);
		height: -moz-calc((100vw - 30px)/2);
		height: -webkit-calc((100vw - 30px)/2);
		height: -o-calc((100vw - 30px)/2);
	}
}

.rate .rate-type {
	padding: 25px 30px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.rate .rate-type {
		padding: 20px;
	}
}

.rate .rate-type li {
	float: left;
}

.rate .rate-type li a {
	color: rgba(0, 0, 0, 0.7);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font: 12px 'sukhumvittadmai_bol';
}

.rate .rate-type li a:not(.active) {
	color: #7f7f7f;
}

.rate .rate-type li a.active {
	padding-bottom: 3px;
	border-bottom: 2px solid black;
}

.no-touch.desktop .rate .rate-type li a:hover {
	color: black;
}

.rate .rate-info {
	border-top: 1px solid #f2f2f2;
}

.rate .rate-info dl {
	border-bottom: 1px solid #f2f2f2;
	padding: 7px 30px;
	color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 767px) {
	.rate .rate-info dl {
		padding: 20px;
	}
}

.rate .rate-info dl dt {
	float: left;
	width: 72%;
}

.rate .rate-info dl dd {
	overflow: hidden;
	text-align: right;
}

.rate .rate-info.one-col .rate-type {
	font-weight: bold;
}

.rate .rate-info.one-col dt {
	float: none;
	width: 100%;
}

.rate .last-update {
	font-size: 14px;
	padding: 20px 30px;
	color: #767676;
}

@media only screen and (max-width: 767px) {
	.rate .last-update {
		padding: 20px;
	}
}

@media only screen and (min-width:768px) {
	.rate .last-update {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.rate .last-update {
		font-size: 12px;
	}
}

.rate .last-update.align-bot {
	position: absolute;
	bottom: 0;
}

.rate .last-update a,
.rate .last-update .link-primary {
	float: right;
	position: relative;
	font-size: inherit;
}

.rate .last-update a:after,
.rate .last-update .link-primary:after {
	position: absolute;
	bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rate .rate-type {

		padding: 15px 20px;
	}

	.rate .rate-info dl {
		padding: 7px 20px;
	}

	.rate .last-update {
		padding: 13px 20px;
	}
}

.rate.image {
	position: relative;
}

.rate.image .rate-type {
	position: relative;
}

.rate.image .rate-thumb {
	position: absolute;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

.rate.image .rate-info {
	position: absolute;
	z-index: 2;
	width: 100%;
}

table {
	text-align: left;
	width: 100%;
}

table tr th,
table tr td {
	padding: 1rem;
}

table tr th.no-pad-top,
table tr td.no-pad-top {
	padding-top: 0;
}

table tr th.no-pad-bot,
table tr td.no-pad-bot {
	padding-bottom: 0;
}

table tr th ul.list-default,
table tr td ul.list-default {
	padding-top: 0;
	padding-bottom: 0;
}

table tr th ul.list-default li,
table tr td ul.list-default li {
	padding-top: 0;
	padding-bottom: 0;
}

table tr th {
	padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	table tr th {
		padding-top: 25px;
		padding-bottom: 20px;
	}
}

table tr td {
	color: #30373b;
	font-size: 16px;
	padding: 20px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	table tr td {
		padding-top: 17px;
		padding-bottom: 17px;
	}
}

@media only screen and (max-width: 767px) {
	table tr th {
		padding: 20px;
	}

	table tr td {
		padding: 20px;
	}
}

table.no-bdr tr th,
table.no-bdr tr td {
	border-bottom: none;
	line-height: 1.63;
}

table.no-bdr tr th table td,
table.no-bdr tr td table td,
table.no-bdr tr th table th,
table.no-bdr tr td table th {
	padding: 0 25px 0 0;
}

table.no-bdr tr th table td:first-child,
table.no-bdr tr td table td:first-child,
table.no-bdr tr th table th:first-child,
table.no-bdr tr td table th:first-child {
	width: 25%;
}

table.valign-top th,
table.valign-top td {
	vertical-align: top;
}

table.about-us-table {
	min-width: 660px;
}

.category {
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	-webkit-transform: translate3d(0, 0, 0);
	margin-top: 30px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 767px) {
	.category {
		margin-top: 15px;
	}
}

.category .category-thumb {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-webkit-transform: translate3d(0, 0, 0);
}

.no-touch.desktop .category:hover {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.13);
}

.no-touch.desktop .category:hover .category-thumb {
	transform: translate3d(0, 0, 0) rotate(2deg) scale(1.1);
	-webkit-transform: translate3d(0, 0, 0) rotate(2deg) scale(1.1);
}

.category .category-info {
	background: rgba(0, 0, 0, 0.2);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
	color: white;
	position: absolute;
	z-index: 2;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	width: 100%;
	height: 100%;
	top: 0;
}

.category .category-info .caption {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
}

.category .category-info .caption .title {
	color: white;
}

.category .category-info .caption .category-icon {
	width: 50px;
	height: 50px;
}

.category .category-info .caption .caption-group {
	margin-left: 60px;
	padding-top: 9px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.category .category-info .caption .caption-group * {
	color: white;
}

.category .category-info .caption .content {
	font-size: 16px;
	padding-top: 10px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.category .category-info .caption {
		left: 20px;
		right: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.category.category-full {
		/*.calc(height, @heightCalc);*/
		height: 317px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.category.category-full {
		height: calc((100vw - 30px)/2);
		height: -moz-calc((100vw - 30px)/2);
		height: -webkit-calc((100vw - 30px)/2);
		height: -o-calc((100vw - 30px)/2);
	}
}

@media only screen and (max-width: 767px) {
	.category.category-full {
		height: calc(100vw - 30px);
		height: -moz-calc(100vw - 30px);
		height: -webkit-calc(100vw - 30px);
		height: -o-calc(100vw - 30px);
	}
}

@media only screen and (min-width: 1200px) {
	.category.category-full {
		height: 360px !important;
	}
}

.category.category-half {
	height: 216px !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.category.category-half .caption-group .sub-title-2 {
	color: #c59f32;
}

.category.no-icon .category-info .caption .caption-group {
	margin-left: 0;
}

.outer-table {
	width: 100%;
	overflow: auto;
}

.ui-datepicker th {
	background: transparent;
	color: #222;
}

[data-filterexchangerate] .custom-checkbox img,
[data-filterexchangerate] .custom-checkbox .flag-img {
	position: absolute;
	left: 0;
	top: 50%;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

[data-filterexchangerate] .custom-checkbox span {
	padding: 0 0 0 25px;
	margin: 0 0 0 10px;
	display: inline-block;
}

[data-filterexchangerate] .custom-checkbox input:checked+span {
	background: none;
}

[data-filterexchangerate] .dropdown-multiselect {
	padding: 0;
	top: 93px;
}

[data-filterexchangerate] .dropdown-multiselect li {
	padding: 0 30px;
}

[data-filterexchangerate] .dropdown-multiselect li:hover {
	background: #f4f4f4;
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 12px;
	}
}

.promotions {
	position: relative;
}

.promotions .slick-prev,
.promotions .slick-next {
	top: auto;
	width: 30px;
	height: 51px;
	bottom: -4px;
	font-size: 0;
	display: inline-block !important;
	padding: 0;
	margin: 0;
	line-height: 0;
	background: none;
	z-index: 10;
	position: absolute;
}

.promotions .slick-prev:before,
.promotions .slick-next:before {
	opacity: 1;
	border: 1px solid #dadada;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	box-shadow: none;
	position: static;
	font-size: 12px;
	line-height: 26px;
	-webkit-transform: translate3d(0, 0, 0);
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
}

.no-touch.desktop .promotions .slick-prev:hover:before,
.no-touch.desktop .promotions .slick-next:hover:before {
	border-color: black;
}

.promotions .slick-prev {
	right: 100px;
	left: auto;
}

.promotions .slick-next {
	right: 30px;
}

.promotions .paging-info {
	position: absolute;
	bottom: 20px;
	right: 61px;
	width: 40px;
	text-align: center;
	color: #a2a2a2;
	z-index: 3;
	font-size: 16px;
	line-height: 28px;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	overflow-y: auto;
	max-height: 400px;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item:hover {
	background: #f8f8f8;
}

.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
	background: #f8f8f8;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
	line-height: 1.8;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	border: 0 !important;
}

@media only screen and (max-width: 767px) {
	.ui-menu .ui-menu-item-wrapper {
		font-size: 1.3rem;
	}
}

.ui-menu.search-suggestion {
	z-index: 99;
}

.ui-menu.search-suggestion .ui-menu-item-wrapper {
	font-size: 16px;
	line-height: normal;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	color: black;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc(97.6%);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.datewrap-form .ui-datepicker select.ui-datepicker-month {
	width: 50%;
}

.datewrap-form .ui-datepicker select.ui-datepicker-year {
	width: 40%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}


.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}

.ui-widget-content a {
	color: #222222;
}


.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #555555;
	text-decoration: none;
}



.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}



.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aaaaaa;
	background-color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-checked {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}


.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: alpha(opacity=70);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: alpha(opacity=35);
	/* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: alpha(opacity=35);
	/* support: IE8 - See #6059 */
}


/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: alpha(opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}

.modal {
	/*  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;*/
}

@keyframes animModal {
	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

.modal-fade {
	display: none;
}

.modal-fade.active {
	display: block;
}

.modal-full-screen {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	background: #f9f9fa;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}

.modal-full-screen.modal-active {
	display: block;
}

.modal-full-screen .icon-close {
	color: #fff;
}

.modal-full-screen .icon-close:hover {
	color: #00258a;
}

.modal-full-screen .icon-close,
.modal-fade .icon-close {
	position: absolute;
	font-size: 3rem;
	right: 4rem;
	top: 4rem;
	z-index: 10;
}

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

	.modal-full-screen .icon-close,
	.modal-fade .icon-close {
		right: 2rem;
		top: 2rem;
		font-size: 2.5rem;
	}
}

.modal-full-screen .icon-close:before,
.modal-fade .icon-close:before {
	font-weight: bold;
}

.modal-full-screen .icon-close:hover,
.modal-fade .icon-close:hover {
	opacity: 0.8;
}

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

	.modal-full-screen .text-large,
	.modal-fade .text-large {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

.modal-full-screen .modal-body,
.modal-fade .modal-body {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	padding: 90px 0;
	z-index: 2;
}

.modal-full-screen .modal-body:before,
.modal-fade .modal-body:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

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

	.modal-full-screen .modal-body,
	.modal-fade .modal-body {
		padding: 60px 0;
	}
}

.modal-full-screen .modal-body .label,
.modal-fade .modal-body .label {
	color: white;
}

.modal-full-screen .thumb,
.modal-fade .thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 1;
}

.modal-full-screen .thumb:before,
.modal-fade .thumb:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.3;
	background-image: linear-gradient(to top, #000000, #636363);
}

.modal-full-screen .inner-container,
.modal-fade .inner-container {
	position: relative;
	z-index: 2;
}

.modal-full-screen .inner-container .group,
.modal-fade .inner-container .group {
	min-height: 0;
}

.modal-full-screen .range-value,
.modal-fade .range-value {
	margin-top: 30px;
}

.modal-full-screen .range-value span,
.modal-fade .range-value span {
	font-size: 1.538rem;
	color: white;
}

#investment-simulator-modal .modal-body:before {
	content: none;
}

.lightbox {
	background-color: #8b6060;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	padding: 30px;
	overflow-y: auto;
}

.lightbox .icon-close {
	position: absolute;
	right: 4rem;
	top: 4rem;
	font-size: 3rem;
	z-index: 10;
}

.lightbox .icon-close:before {
	color: #ccbbbc;
	font-weight: 900;
}

.lightbox .icon-close:hover:before {
	color: white;
}

.lightbox .lightbox-body {
	background: #f9f9fa;
}

@media only screen and (min-width: 992px) {
	/* .lightbox .lightbox-body .reward-info {
    padding-left: 249px;
  } */
}

.lightbox .slick-prev,
.lightbox .slick-next {
	position: fixed;
}

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

	.lightbox .slick-prev,
	.lightbox .slick-next {
		position: absolute;
		display: block !important;
		top: 20rem;
		bottom: auto;
		z-index: 10;
	}

	.lightbox .slick-next:before {
		right: 60px;
		opacity: 1;
	}

	.lightbox .slick-prev:before {
		left: 60px;
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.lightbox {
		padding: 15px;
	}

	.lightbox .icon-close {
		right: 2rem;
		top: 2rem;
	}

	.lightbox .banner-wrap .item .thumb {
		height: 20rem;
	}

	.lightbox .slick-prev,
	.lightbox .slick-next {
		top: 11rem;
	}

	.lightbox .slick-next:before {
		right: 30px;
	}

	.lightbox .slick-prev:before {
		left: 30px;
	}
}

[data-detailreward].lightbox {
	background-color: rgba(139, 96, 96, 0.3);
}

.slide-modal {
	overflow: hidden;
}

.slide-modal .slide-inner {
	width: 999999px;
	overflow: hidden;
}

.slide-modal .modal-container {
	float: left;
	width: 1140px;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.slide-modal .modal-container {
		width: calc((100vw - 60px));
		width: -moz-calc((100vw - 60px));
		width: -webkit-calc((100vw - 60px));
		width: -o-calc((100vw - 60px));
	}
}

@media only screen and (max-width: 991px) {
	.slide-modal .modal-container {
		width: calc((100vw - 30px));
		width: -moz-calc((100vw - 30px));
		width: -webkit-calc((100vw - 30px));
		width: -o-calc((100vw - 30px));
	}
}

#header {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	background: #00154e;
}

.no-scrolling-nav #header {
	height: 100vh;
}

.no-scrolling-nav #header .inner-header {
	height: 75px;
	overflow: hidden;
}


.no-touch.desktop #header .right-header .icons:hover {
	color: #ffffff;
}

.right-header .language {
	float: left;
	margin-top: 15px;
}

.right-header .language li {
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}

.right-header .language li:last-child {
	border-right: none;
	padding-right: 0;
}

.right-header .language li a {
	color: black;
}

.mega-menu-mobile .language {
	float: none;
	text-align: center;
	padding: 25px 0;
}

.mega-menu-mobile .language li {
	display: inline-block;
	float: none;
	color: white;
	padding: 0 10px;
	border-right: 1px solid #656d73;
}

.mega-menu-mobile .language li:last-child {
	border-right: none;
}

.mega-menu-mobile .language li a {
	color: rgba(255, 255, 255, 0.5);
}

.language li {
	font-size: 1.1rem;
}

#main-nav {
	position: fixed;
	z-index: 200;
	right: 0;
	top: 0;
	bottom: 0;
}

.global-nav {
	float: right;
	/* font-size: 16px; */
	/* padding-right: 15px; */
	padding-right: 0px;
	padding-top: 7px;

}

.global-nav li {
	float: left;
	padding-right: 36px;
	font: 22px/24px 'thaisanslite', Arial, sans-serif;
}

.global-nav li a {

	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.global-nav li.has-sub a.link-sub {
	font-size: 1.125em;
	position: relative;
	padding-right: 25px;
}

.global-nav li.has-sub a.link-sub:after {
	position: absolute;
	right: 0;
	top: 7px;
	margin-top: -9px;
}

.global-nav li.has-sub a.link-sub.current:after {
	font-size: 1rem;
	margin-top: -5px;
}

.global-nav>ul>li>a {
	height: 47px;
	display: block;
}

.global-nav>ul>li:hover>a,
.global-nav>ul>li a.current,
.global-nav li.has-sub a.link-sub.active {
	border-bottom: 2px solid #ffd24f;
}

.no-touch.desktop .global-nav.corporate li a:hover {
	color: #00258a;
}

.global-nav.corporate li a:active {
	color: #00258a;
}

.global-nav.corporate li a:active:hover {
	color: #00258a;
}

.global-nav.corporate li:not(.has-sub).current {
	color: #00258a;
	padding-bottom: 27px;
	border-bottom: 2px solid #00258a;
}

.global-nav.corporate li:not(.has-sub).current:hover {
	color: #00258a;
}

.menu-opening {
	overflow: hidden;
}

.mega-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 82px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

@media only screen and (min-width: 1200px) {
	.mega-menu {
		height: calc((100vh - 80px));
		height: -moz-calc((100vh - 80px));
		height: -webkit-calc((100vh - 80px));
		height: -o-calc((100vh - 80px));
	}
}

.mega-menu:before {
	content: '';
	background-color: rgba(57, 38, 85, 0.9);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.corporate-banking .mega-menu:before {
	background: #343f45;
	opacity: 0.96;
}

.mega-menu .menu-wrap {
	overflow: hidden;
	position: relative;
	max-height: 100%;
}

.mega-menu .icon-close {
	position: absolute;
	right: 75px;
	top: 28px;
	font-size: 2rem;
}

.mega-menu .inner-menu {
	max-width: 1300px;
	margin: 0 auto;
	padding: 10px 30px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.mega-menu .inner-menu .level-2 .item+.item {
	margin-top: 30px;
}

@media only screen and (min-width: 992px) {
	.mega-menu .inner-menu {
		display: table;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mega-menu .inner-menu {
		display: table;
		width: 100%;
	}
}

.mega-menu .level-1 {
	border-right: 1px solid #615573;
	display: table-cell;
	width: 27%;
	vertical-align: top;
	padding: 12px 0;
}

.mega-menu .level-1 li {
	float: none;
	overflow: hidden;
	padding: 12px 0;
}

@media only screen and (min-width: 1200px) and (max-height: 660px) {
	.mega-menu .level-1 li {
		padding: 7px 0;
	}

	.mega-menu .level-2 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.global-nav li a.thumb-default {
		margin-top: 0;
	}
}

.mega-menu .level-1 li a {
	font-size: 2.307rem;
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #bfbfbf;
	position: relative;
	display: inline-block;
}

@media only screen and (min-width: 1200px) {
	.no-touch.desktop .mega-menu .level-1 li a:hover {
		color: #fff;
	}

	.no-touch.desktop .mega-menu .level-1 li a:hover img {
		opacity: 1;
	}
}

.mega-menu .level-1 li a.active,
.mega-menu .level-1 li a:active {
	color: #fff;
}

.mega-menu .level-1 li a.active img,
.mega-menu .level-1 li a:active img {
	opacity: 1;
}

.mega-menu .level-1 li a img {
	margin-right: 15px;
	position: absolute;
	top: 50%;
	max-width: 33px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.6;
	transition: all 0.5s;
}

.mega-menu .level-1 li a span {
	display: block;
	overflow: hidden;
	padding: 6px 0 6px 47px;
}

.mega-menu .level-2 {
	overflow: hidden;
	padding: 30px 0 30px 30px;
	display: table-cell;
}

.mega-menu .level-2 .inner {
	display: none;
}

.mega-menu .level-2 .inner.active {
	display: block;
}

.mega-menu .level-2 .inner .col-sm-8 .row:last-child {
	margin-top: 30px;
}

.mega-menu .level-2 .inner .row:not(:first-child) {
	margin-top: 30px;
}

.mega-menu .level-2 .inner .thumb-default figure {
	height: 192px;
}

.mega-menu .level-2 .inner .thumb-default figcaption {
	height: 228px;
	position: relative;
}

.mega-menu .level-2 .inner .thumb-default figcaption .link-primary {
	position: absolute;
	bottom: 0;
}

.mega-menu .level-2 .item h3 {
	font-size: 12px;
	padding: 10px 0;
	color: #f6a969;
	text-transform: uppercase;
	/*letter-spacing: 2px;*/
}

.mega-menu .level-2 .item ul li {
	overflow: hidden;
	float: none;
	padding-bottom: 0;
	padding-right: 0;
}

.mega-menu .level-2 .item a {
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
	color: white;
}

.mega-menu .level-2 .item a:hover {
	color: #bfbfbf;
}

.mega-menu .level-2 .item.bigger a {
	font-size: 1.38rem;
}

.mega-menu .link-view-all {
	font-size: 2.307rem;
	color: white;
	display: inline-block;
	line-height: 36px;
}

.mega-menu .link-view-all:after {
	font-size: 16px;
	margin-left: 10px;
}

.mega-menu .link-view-all:hover {
	color: white !important;
}

@media only screen and (max-width: 767px) {
	.mega-menu .link-view-all {
		margin-bottom: 15px;
	}
}

.mega-menu .link-promotion {
	margin-top: 30px;
}

.mega-menu .promotion-no {
	padding: 4px 10px;
	border-radius: 100px;
	background-color: #fcb42a;
	color: white;
	font-size: 12px;
	margin-left: 20px;
	display: inline-block !important;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 23px;
	height: 24px;
	float: left;
	margin-top: 12px;
	margin-right: 8px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 100%;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background: #eaeaea;
}

.hamburger-inner {
	top: 2px;
}

.hamburger-inner:before,
.hamburger-inner:after {
	display: block;
	content: '';
}

.hamburger-inner:before {
	top: 8px;
	transition-duration: .2s;
	transition-property: transform, opacity;
}

.hamburger-inner:after {
	top: 16px;
}

.hamburger-inner.active {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger-inner.active:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger-inner.active:after {
	transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.mega-menu-mobile {
	position: fixed;
	left: 0;
	right: 0;
	top: 66px;
	background: #001e6f;
	bottom: 0;
	display: none;
	overflow-y: auto;
}

.mega-menu-mobile .outer-menu {
	/*.calc(height, "100% - 140px");*/
}

.mega-menu-mobile .collapse-item .collapse-header {

	position: relative;
	background: #001e6f;
	color: white;
	border-bottom: 1px solid #8994b1;
	padding: 24px;
	font: 23px/23px 'thaisanslite', Arial, sans-serif;
}

}

.mega-menu-mobile .collapse-item .collapse-header a {
	padding: 25px 15px;
	display: block;
}

.mega-menu-mobile .collapse-item .collapse-header:not(.no-content):after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid white;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 15px;
	top: 50%;
}

.mega-menu-mobile .collapse-item .collapse-header.active:after {
	border-top-color: transparent;
	border-bottom: 4px solid white;
	margin-top: -4px;
}

.mega-menu-mobile .collapse-item a {
	color: #fff;
}

.mega-menu-mobile .collapse-inner {
	display: none;
}

.mega-menu-mobile .mega-menu {
	display: block;
	position: relative;
	top: 0;
}

.mega-menu-mobile .mega-menu .inner-menu {
	padding: 0;
	width: 100%;
	display: table;
	background-color: white;
}

.mega-menu-mobile .mega-menu .level-1 {
	border: none;
	float: none;
	width: auto;
	padding: 0;
}

.mega-menu-mobile .mega-menu .level-1 li {
	padding: 0;
}

.mega-menu-mobile .mega-menu .level-1 a {
	font-size: 16px;
	padding: 15px 0;
	opacity: 1;
	color: #7A58BF;
}

.mega-menu-mobile .mega-menu .level-1 a.level-1-title {
	font-size: 16px;
	padding: 20px 30px;
	display: block;
	color: black;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.mega-menu-mobile .mega-menu .level-1 a.level-1-title.has-sub:after {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #7A58BF;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 15px;
	top: 50%;
}

.mega-menu-mobile .mega-menu .level-1 a.level-1-title.has-sub.active:after {
	border-bottom: 4px solid #7A58BF;
	border-top-color: transparent;
	margin-top: -4px;
}

.mega-menu-mobile .mega-menu .level-1 a.level-2-title {
	font-size: 16px;
	padding: 20px 30px;
	display: block;
	position: relative;
	color: white;
	border-bottom: 1px solid #e2e2e2;
}

.mega-menu-mobile .mega-menu .level-1 a.level-2-title:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid white;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 15px;
	top: 50%;
}

.mega-menu-mobile .mega-menu .level-1 a.level-2-title.active:after {
	border-bottom: 4px solid white;
	border-top-color: transparent;
	margin-top: -4px;
}

.mega-menu-mobile .mega-menu .level-2-mobile {
	display: none;
	background-color: #3a2655;
}

.mega-menu-mobile .mega-menu .level-2-mobile ul li a {
	color: white;
}

.mega-menu-mobile .mega-menu .level-3-mobile {
	padding: 20px 30px 0;
	border-bottom: 1px solid #e2e2e2;
	display: none;
}

.mega-menu-mobile .mega-menu .level-3-mobile .item {
	padding-bottom: 30px;
}

.mega-menu-mobile .mega-menu .level-3-mobile .item h3 {
	font-size: 12px;
	padding: 10px 0;
	color: #f6a969;
}

.mega-menu-mobile .mega-menu .level-3-mobile .item ul li {
	overflow: hidden;
	float: none;
	padding-bottom: 0;
}

.mega-menu-mobile .mega-menu .level-3-mobile .item a {
	color: white;
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
}

.mega-menu-mobile .mega-menu .level-3-mobile .item a span {
	display: inline-block;
}

.mega-menu-mobile .mega-menu .level-3-mobile .item a .promotion-no {
	padding: 4px 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.corporate-banking #header .top-header .inner-top {
		padding-left: 15px;
		padding-right: 15px;
	}

	.corporate-banking #header .top-header .top-nav {
		margin-left: calc(135px + 15px);
		margin-left: -moz-calc(135px + 15px);
		margin-left: -webkit-calc(135px + 15px);
		margin-left: -o-calc(135px + 15px);
	}

	.corporate-banking #header .inner-header .content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.corporate-banking #header .right-header .language li {
		padding-right: 5px;
		padding-left: 5px;
	}

	.corporate-banking #header .right-header .icons {
		margin: 12px 15px 0 7px;
		font-size: 21px;
	}

	.corporate-banking .global-nav {
		padding-left: 15px;
	}

	.corporate-banking .global-nav li {
		padding-right: 15px;
	}
}

.corporate-banking .mega-menu .level-1 li a,
.corporate-banking .mega-menu .link-view-all {
	font-size: 1.846rem;
}

.corporate-banking .mega-menu .inner-menu {
	background-color: transparent;
}

.corporate-banking .mega-menu .level-1 {
	border-right-color: #5e6568;
}

.corporate-banking .mega-menu .level-1 li a img {
	margin-top: 3px;
	max-width: 30px;
}

.corporate-banking .mega-menu .level-1 li a.level-1-title {
	color: white;
}

.corporate-banking .mega-menu .level-1 li a.level-1-title.has-sub:after {
	border-top: 4px solid white;
}

.corporate-banking .mega-menu .level-1 li a.active {
	opacity: 1;
}

#footer {
	overflow: visible;
	padding: 10px 0;
	background: #00154e;
	position: relative;
	border-top: 2px solid #cc9f39;
}

#footer button.icon-go-to-top {
	/* font-size: 10px; */
	line-height: -47px;
	/* padding: 0; */
	/* border: none; */
	/* background: #dfc050; */
	background: rgba(0, 0, 0, 0.6);
	/* outline: none; */
	/* border-radius: 50%; */
	/* width: 48px; */
	/* height: 48px; */
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
	/* color: black; */
	/* display: none; */
	/* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); */
	/* position: relative; */
	width: 42px;
	height: 42px;
	border-radius: 50%;
	z-index: 999999999999999;
	text-align: center;
	position: fixed;
	bottom: 15px;
	right: 1%;
	cursor: pointer;
	color: #000;
	font-size: 1.5em;
}

#footer button.icon-go-to-top.stick {
	position: absolute;
	top: -24px;
	right: 50px;
	z-index: 99;
}

#footer button.icon-go-to-top.float {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 99;
	top: inherit;
}



#footer button.icon-go-to-top.float {
	position: fixed;
	bottom: 18px;
	right: 25px;
	z-index: 99;
	top: inherit;
}

@media only screen and (max-width: 767px) {
	#footer button.icon-go-to-top.float {
		right: 15px;
	}

	#footer .inner {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
}

#footer a {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
}

#footer a:active {
	color: white;
}

.no-touch.desktop #footer a:hover {
	color: white;
}

#footer a.call-center {
	font-size: 1.6rem;
	line-height: 1;
	padding: 8px 5px 0px;
}

@media only screen and (min-width: 992px) {
	#footer .row {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	#footer .row:last-child {
		margin-top: 20px;
	}
}

.group-link {
	margin-bottom: 5px;
	/* line-height: 1.8; */
}

.group-link .title {
	text-transform: uppercase;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.4);
	padding-bottom: 0;
	letter-spacing: 2px;
	font-family: pslxkittithadabold;
}

@media only screen and (min-width: 992px) {
	.group-link .list-links {
		display: block !important;
	}
}

.group-link .list-links a {
	margin: 2px 0;
	display: inline-block;
}

.group-link:nth-child(2) {
	margin-top: 50px;
}

@media only screen and (max-width: 991px) {
	.group-link {
		border-bottom: solid 1px #51525c;
		margin: 0 -15px;
		padding: 0 15px;
	}

	.group-link.no-sub {
		padding-bottom: 25px;
	}

	.group-link:not(.no-sub) .title {
		position: relative;
		padding: 12px 0;
	}

	.group-link:not(.no-sub) .title:after {
		content: "\f107";
		font-family: 'FontAwesome' !important;
		position: relative;
		float: right;
	}

	.active.group-link:not(.no-sub) .title:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.group-link:not(.no-sub) .list-links {
		display: none;
		margin: 0 -15px;
		padding: 15px;
		border-top: solid 1px #51525c;
	}
}

.copy-right {
	color: rgba(255, 255, 255, 0.45);
	font-size: 1.1rem;
	line-height: 1.4;
}

@media only screen and (max-width: 991px) {
	.copy-right {
		margin-top: 40px;
		/* font-size: 12px; */
		text-align: -webkit-center;
	}
}



.no-touch.desktop .call-us:hover {
	opacity: 0.8;
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}

.breadcrumb-outer {
	position: absolute;
	z-index: 10;
	left: 2rem;
	right: 2rem;
	top: 30px;
}

@media only screen and (max-width: 991px) {
	.breadcrumb-outer {
		left: 0;
		right: 0;
	}
}

.breadcrumb {
	display: block;
	border-radius: 100px;
	background: #f2f2f2;
	padding: 3px 0;
}

.breadcrumb:after {
	content: '';
	display: table;
	clear: both;
}

.breadcrumb li {
	float: left;
	color: black;
	padding: 4px 0;
	font: 19px/17px 'thaisanslite', Arial, sans-serif;
}

.breadcrumb li:not(:last-child):after {
	font-size: 0.5em;
	margin: 4px 5px 0;
	opacity: 0.5;
	float: left;
}

.breadcrumb li a {
	color: inherit;
	opacity: 0.6;
	float: left;
}

.no-touch.desktop .breadcrumb li a:hover {
	opacity: 1;
}

.breadcrumb li a:active {
	opacity: 1;
}

[class*='banner'] .breadcrumb {
	background: rgba(48, 55, 59, 0.3);
}

[class*='banner'] .breadcrumb li {
	color: #000;
}

.search-block {
	max-width: 650px;
	margin: -32px auto 30px;
	padding: 10px;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 991px) {
	.search-block {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.search-block {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.search-block .search-input {
	overflow: hidden;
}

.search-block .search-input input {
	color: #898989;
	font-size: 20px;
	padding: 0 20px;
	line-height: 44px;
	height: 44px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 27px;
}

input[name=q] {
	padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
	.search-block .search-input input {
		padding: 0 10px;
		font-size: 16px;
	}
}

.search-block .search-input input::-webkit-input-placeholder {
	color: #d2d2d2;
}

.search-block .search-input input::-moz-placeholder {
	/* Firefox 19+ */
	color: #d2d2d2;
}

.search-block .search-input input:-ms-input-placeholder {
	/* IE 10+ */
	color: #d2d2d2;
}

.search-block .search-input input:-moz-placeholder {
	/* Firefox 18- */
	color: #d2d2d2;
}

.search-block .btn-primary {
	float: right;
	height: 44px;
}



.no-touch.desktop .search-block .btn-primary:hover:after {
	opacity: 1;
	margin-left: 4px;
}

@media only screen and (max-width: 767px) {
	.search-block .btn-primary {
		font-size: 0;
		padding: 0;
		min-width: 0;
		width: 44px;
	}

	.search-block .btn-primary:after {
		font-size: 1.7rem;
		margin-left: 0;
		width: 100%;
		display: block;
		opacity: 1;
	}
}

.search-block.small {
	margin: 0;
	height: 84px;
}

@media only screen and (max-width: 991px) {
	.search-block.small {
		max-width: 100%;
		margin-bottom: 15px;
	}
}

.search-block.small .search-input input {
	font-size: 16px;
}

.search-block.small .icon-search {
	float: right;
	font-size: 22px;
	background: none;
	margin-top: 10px;
}

.search-result {
	opacity: 0;
	transform: translateY(100px);
	max-height: 0;
}

.search-result .no-result-list {
	transform: translateY(100px);
}

.modal.active .search-result {
	opacity: 1;
	transform: translateY(0);
	max-height: 1000px;
	transition: all 0.5s 0.1s;
}

.modal.active .search-result .no-result-list {
	transform: translateY(0);
	transition: all 0.5s 0.1s;
}

.search-result .results {
	opacity: 0;
	transform: translateY(100px);
}

.search-result .results.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s 0.02s;
}

.recently-viewed {
	background: white;
	overflow: hidden;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 768px) {
	.recently-viewed {
		height: 360px;
	}
}

.recently-viewed .sub-title {
	padding: 35px 30px 30px;
}

@media only screen and (max-width: 767px) {
	.recently-viewed .sub-title {
		padding: 35px 20px;
	}
}

.recently-viewed .list-view li {
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	list-style-type: none;
}

.recently-viewed .list-view li a {
	display: block;
	overflow: hidden;
	padding: 20px 30px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.recently-viewed .list-view li a {
		padding: 20px;
	}
}

.recently-viewed .list-view li a .img-card {
	float: right;
}

.recently-viewed .list-view li a .name-card-reviewed {
	display: block;
	overflow: hidden;
	padding: 9px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.recently-viewed {
		height: calc((100vw - 90px)/3);
		height: -moz-calc((100vw - 90px)/3);
		height: -webkit-calc((100vw - 90px)/3);
		height: -o-calc((100vw - 90px)/3);
	}

	.recently-viewed .sub-title {
		padding-top: calc((100vw - 90px)/35);
		padding-top: -moz-calc((100vw - 90px)/35);
		padding-top: -webkit-calc((100vw - 90px)/35);
		padding-top: -o-calc((100vw - 90px)/35);
		padding-bottom: calc((100vw - 90px)/42);
		padding-bottom: -moz-calc((100vw - 90px)/42);
		padding-bottom: -webkit-calc((100vw - 90px)/42);
		padding-bottom: -o-calc((100vw - 90px)/42);
	}

	.recently-viewed .list-view li a {
		padding-top: calc((100vw - 90px)/70);
		padding-top: -moz-calc((100vw - 90px)/70);
		padding-top: -webkit-calc((100vw - 90px)/70);
		padding-top: -o-calc((100vw - 90px)/70);
		padding-bottom: calc((100vw - 90px)/70);
		padding-bottom: -moz-calc((100vw - 90px)/70);
		padding-bottom: -webkit-calc((100vw - 90px)/70);
		padding-bottom: -o-calc((100vw - 90px)/70);
	}
}

@media only screen and (max-width: 991px) {
	.col-md-4 .recently-viewed {
		margin-bottom: 15px;
	}
}

.table-one-line th,
.table-one-line td {
	white-space: nowrap;
}

.outer-table th:first-child {
	border-top-left-radius: 4px;
}

.outer-table th:last-child {
	border-top-right-radius: 4px;
}

.table-rate,
.outer-table,
.table-fee,
.table-dcc {
	background-color: #ffffff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

.table-rate tr.sub-header th:first-child,
.table-fee tr.sub-header th:first-child,
.table-dcc tr.sub-header th:first-child {
	border-top-left-radius: 0;
}

.table-rate tr.sub-header th:last-child,
.table-fee tr.sub-header th:last-child,
.table-dcc tr.sub-header th:last-child {
	border-top-right-radius: 0;
}

.table-rate th,
.table-fee th,
.table-dcc th {
	color: #ffffff;
	background-color: #30373b;
	padding: 30px 20px;
	white-space: nowrap;
	height: 75px;
}

.table-rate th:first-child,
.table-fee th:first-child,
.table-dcc th:first-child {
	border-top-left-radius: 4px;
}

.table-rate th:last-child,
.table-fee th:last-child,
.table-dcc th:last-child {
	border-top-right-radius: 4px;
}

.table-rate td,
.table-fee td,
.table-dcc td {
	line-height: 1.5;
	height: 132px;
	padding: 30px 20px;
	vertical-align: top;
	color: #767676;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

	.table-rate th,
	.table-fee th,
	.table-dcc th {
		padding: 30px 10px;
	}

	.table-rate td,
	.table-fee td,
	.table-dcc td {
		padding: 30px 10px;
	}
}

.table-rate td:first-child,
.table-fee td:first-child,
.table-dcc td:first-child {
	font-weight: bold;
	padding-right: 0;
	color: black;
	padding-top: 11px;
}

.table-rate td:first-child>span,
.table-fee td:first-child>span,
.table-dcc td:first-child>span {
	vertical-align: middle;
	line-height: 26px;
	display: inline-block;
}

.table-rate td:first-child>span img,
.table-fee td:first-child>span img,
.table-dcc td:first-child>span img {
	display: block;
}

.table-rate td:first-child>span.sub-title-2.mar-right-sm,
.table-fee td:first-child>span.sub-title-2.mar-right-sm,
.table-dcc td:first-child>span.sub-title-2.mar-right-sm {
	width: 40px;
	display: inline-block;
}


.table-rate td .topic,
.table-fee td .topic,
.table-dcc td .topic {
	font-weight: bold;
}

@media only screen and (min-width: 992px) {

	.table-rate td .topic,
	.table-fee td .topic,
	.table-dcc td .topic {
		float: left;
		width: 43%;
		padding-right: 15px;
	}
}

.table-rate td .description,
.table-fee td .description,
.table-dcc td .description {
	overflow: hidden;
	color: #767676;
}

.table-rate.small td,
.table-fee.small td,
.table-dcc.small td {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

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

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

		.table-rate,
		.table-fee {
			margin-bottom: 40px;
		}

		.table-rate th,
		.table-fee th,
		.table-rate td,
		.table-fee td {
			padding: 20px;
		}

		.table-rate tr,
		.table-fee tr {
			height: auto !important;
		}

		.table-rate tr.sub-header th:nth-child(2),
		.table-fee tr.sub-header th:nth-child(2) {
			padding-left: 10rem;
		}

		.table-rate tr:not(.sub-header) th:first-child,
		.table-fee tr:not(.sub-header) th:first-child {
			height: 120px;
			width: 10rem;
			padding-top: 3rem;
			line-height: 1.6;
			position: absolute;
			box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5);
			z-index: 2;
		}

		.table-rate tr:not(.sub-header) th:nth-child(2),
		.table-fee tr:not(.sub-header) th:nth-child(2) {
			padding-left: 10rem;
		}

		.table-rate th:first-child,
		.table-fee th:first-child {
			border-top-left-radius: 0;
			word-wrap: break-word;
			white-space: initial;
			text-align: center;
		}

		.table-rate th:last-child,
		.table-fee th:last-child {
			border-top-right-radius: 0;
		}

		.table-rate td .description,
		.table-fee td .description {
			margin-top: 20px;
			margin-left: 0;
		}

		.table-rate td:first-child,
		.table-fee td:first-child {
			box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5);
			position: absolute;
			width: 10rem;
			height: 50px;
			background-color: white;
		}

		.table-rate td:nth-child(2),
		.table-fee td:nth-child(2) {
			padding-left: 10rem;
		}
	}

	.table-dcc {
		margin-bottom: 40px;
	}

	.table-dcc th,
	.table-dcc td {
		padding: 20px;
	}

	.table-dcc tr {
		height: auto !important;
	}

	.table-dcc tr.sub-header th:first-child {
		height: 60px;
		width: 12rem;
		padding-top: 20px;
		position: absolute;
		box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5);
		z-index: 2;
		border-top-left-radius: 0;
		word-wrap: break-word;
		white-space: initial;
		text-align: center;
	}

	.table-dcc tr.sub-header th:nth-child(2) {
		padding-left: 15rem;
	}

	.table-dcc tr.sub-header th:last-child {
		border-top-right-radius: 0;
	}

	.table-dcc td .description {
		margin-top: 20px;
		margin-left: 0;
	}

	.table-dcc td:first-child {
		box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.5);
		position: absolute;
		width: 12rem;
		height: 50px;
		background-color: white;
	}

	.table-dcc td:nth-child(2) {
		padding-left: 15rem;
	}
}

.collapse-item .table-rate tr,
.collapse-item .table-rate td {
	height: auto;
}

.exchange-rate {
	height: auto;
}

.exchange-rate table {
	table-layout: inherit;
}

.exchange-rate th,
.exchange-rate td {
	white-space: nowrap;
}

.exchange-rate th {
	border-bottom-color: #454b4e;
	height: 60px;
	padding-top: 3px;
	padding-bottom: 0;
}

.exchange-rate td {
	height: 100%;
	padding-top: 15px;
	padding-bottom: 13px;
}

@media only screen and (max-width: 767px) {
	.exchange-rate {
		overflow-x: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.exchange-rate th {
		white-space: normal;
	}
}

.rates-item-pad {
	border-top: 1px solid #ededed;
}

.rates-item-pad>.item {
	border-bottom: 1px solid #ededed;
	padding: 22px 10px 22px 0;
}

.rates-item-pad .rate-fee-pdf {
	background-position: 0 10px;
	padding: 2px 10px 2px 52px;
}

.rates-item .next-icon {
	position: relative;
}

.rates-item .next-icon:after {
	content: "\e90c";
	font-family: 'icomoon' !important;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-90deg);
}

.rates-item a {
	color: #002da9;
}

.rates-accordion .collapse-inner {
	background: #f0f2f4;
	padding: 0;
}

.rates-accordion .rates-item {
	border: none;
}

.rates-accordion .rates-item>.item {
	border-bottom: 1px solid #ededed;
	padding: 15px 10px 15px 0;
}

.rates-accordion .rates-item .next-icon {
	padding: 22px 30px;
}

.rates-accordion .rates-item .next-icon:after {
	right: 30px;
}

.rates .rates-item-pad {
	border-top: 0;
	transition: all 0.4s ease;
}

.rates .rates-item-pad:first-child {
	border-top: 1px solid #ededed;
}

.rates .rates-item-pad:hover {
	background-color: #f0f2f4;
	padding-left: 30px;
}

.thumb-default {
	overflow: hidden;
	background: white;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	position: relative;
	display: block;
}

.thumb-default figure {
	height: 215px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.thumb-default figure .thumb {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.thumb-default figcaption {
	color: #767676;
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 30px;
}

@media only screen and (max-width: 991px) {
	.thumb-default figcaption {
		margin: 20px;
	}
}

.mega-menu .thumb-default figcaption h3 {
	color: black;
	font-size: 1.69rem;
}

.thumb-default .desc {
	padding: 20px 0;
}

.no-touch.desktop .thumb-default:hover {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.13);
}

.no-touch.desktop .thumb-default:hover .thumb {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

.no-touch.desktop .thumb-default:hover .link-primary:after {
	opacity: 1;
	margin-left: 10px;
}

@media only screen and (max-width: 991px) {
	.product-listing {
		margin-left: -10px;
		margin-right: -10px;
	}

	.product-listing [class*='col-'] {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 992px) {
	.product {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.product {
		margin-bottom: 20px;
	}
}

.product figure {
	position: relative;
}

.product figcaption {
	height: 230px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.product figcaption {
		height: auto;
		padding-bottom: 50px;
	}
}

.product .title {
	padding-top: 5px;
	text-transform: capitalize;
	line-height: 36px;
}

.product .desc {
	padding: 10px 0;
}

.product .link-primary {
	position: absolute;
	bottom: 0;
}

.product .card-image {
	width: 70%;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

.product-compare .check-icon .p-tooltip {
	top: 40px;
	right: -1px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.product-compare .check-icon .p-tooltip:before {
	right: 10px;
	top: -5px;
}


.no-touch.desktop .product-compare .check-icon:hover .p-tooltip {
	visibility: visible;
	opacity: 1;
}


.product-compare .card-image {
	width: 75%;
}

.product-compare:hover .check-icon {
	opacity: 1;
}

.product-compare figure {
	position: relative;
	text-align: center;
	z-index: 0;
	background-color: #d1d4df;
}

.product-compare.dark-theme {
	background-color: #000 !important;
}

.product-compare.dark-theme figure {
	background-color: #000;
}

.product-compare.dark-theme .title {
	color: #fff;
}

.product-compare figure .thumb {
	position: relative;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.product-compare figcaption {
	height: auto;
	padding-bottom: 30px;
}

.product-compare figcaption .inner {
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.product-compare figcaption .title {
	height: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.product-compare figcaption .inner {
		height: 188px;
	}
}

@media only screen and (max-width: 767px) {
	.product-compare figcaption .inner {
		height: auto;
	}

	.product-compare figcaption .title {
		height: 75px;
	}
}

.options {
	padding: 5px 0 25px;
}

.options li {
	padding: 10px 0;
}

.options img {
	margin-right: 15px;
}

.fees {
	padding: 30px 0 25px;
}

.fees li {
	padding: 10px 0;
}

.fees li span {
	margin-left: 15px;
}

@media only screen and (max-width: 767px) {
	.fees {
		padding: 0 0 20px;
	}

	.fees li {
		padding: 5px 0;
	}
}

@media only screen and (max-width: 991px) {
	.promotions .card-image {
		margin-bottom: 0;
	}
}

.credit-reward-listing {
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
	.credit-reward-listing {
		margin-bottom: 30px;
	}
}

.reward {
	margin-bottom: 30px;
}

.reward figure {
	height: 150px;
}

.reward figcaption {
	height: 110px;
	position: relative;
}

.reward .sub-title {
	font-size: 12px;
	letter-spacing: 2px;
	color: #30373b;
}

.reward .sub-title-2 {
	position: absolute;
	bottom: 0;
}

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

	.product-details,
	.loan-details {
		padding-bottom: 20px;
	}
}

.product-details [class*='col-']:nth-child(2n+1),
.loan-details [class*='col-']:nth-child(2n+1) {
	clear: both;
}

.product-details .loan-details-items [class*='col-'],
.loan-details .loan-details-items [class*='col-'] {
	margin-top: 50px;
}

.loan-many-items>.col-md-6 {
	padding-left: 65px;
	position: relative;
}

.loan-many-items>.col-md-6>img {
	max-width: 40px;
	position: absolute;
	left: 15px;
	top: 0px;
}

.loan-many-items>.col-md-12 {
	padding-left: 65px;
	position: relative;
}

.loan-many-items>.col-md-12>img {
	max-width: 40px;
	position: absolute;
	left: 15px;
	top: 0px;
}

.ie9 .loan-many-items>.col-md-6>img[src$=".svg"],
.ie9 #header .logo img {
	width: 100%;
}

.ie9 .loan-many-items>.col-md-12>img[src$=".svg"],
.ie9 #header .logo img {
	width: 100%;
}

/* 2 */
.graybg {
	background: #f9f9fa;
}

.graybg .short-item:after {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9fa);
}

.card-requirements {
	color: #000;
}

.card-requirements .requirement-list .sub-title-2 {
	padding-top: 0;
}

.card-requirements .text-normal {
	font-weight: normal;
}

.card-requirements .clear {
	clear: both;
}

.card-requirements .card-ico {
	max-width: 16px;
	left: 15px;
	position: absolute;
}

.card-requirements .card-ico-item {
	position: relative;
}

.card-requirements .card-ico-item>img {
	margin-top: -9px;
}

.card-requirements .card-ico-item>span {
	display: inline-block;
	float: left;
	margin-top: -5px;
}

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

	.product-details .loan-details-items [class*='col-'],
	.loan-details .loan-details-items [class*='col-'] {
		margin-top: 30px;
	}

	.card-requirements {
		padding-top: 15px;
	}

	.card-requirements .requirement-list {
		padding-top: 50px;
	}

	.card-requirements .pad-bot-min {
		padding-bottom: 15px;
	}

	.card-requirements [data-tab] header {
		padding-top: 0;
		padding-bottom: 25px;
	}

	.card-requirements .card-ico-item .card-ico {
		margin-top: 3px;
	}

	.card-requirements .card-ico-item>span {
		margin-top: -2px;
	}

	.requirements .col-sm-4 img {
		margin-top: 0;
	}

	.requirement-list .col-sm-4 {
		margin-bottom: 15px;
	}

	.card-ico-item {
		margin-bottom: 20px;
		line-height: 20px;
	}

	.card-ico-item:last-child {
		margin-bottom: 0;
	}
}

[lang="th"] #waytousecomp .sub-title {
	font-size: 16px;
}

.carousel-wrap {
	position: relative;
}

.carousel-wrap .title.light {
	margin-top: 80px;
}

.carousel-wrap .light {
	color: white;
}

.carousel-wrap .title-primary.light+.title.light {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.carousel-wrap .title.light {
		margin-top: 40px;
	}

	.carousel-wrap .title-primary.light+.title.light {
		margin-top: 20px;
	}
}

.carousel-wrap .btn-white {
	margin-top: 50px;
}

.carousel,
.carousel-left {
	background: none;
}

.carousel>li.item {
	display: none;
}

.carousel>li.item:first-child {
	display: block;
}

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

	.carousel,
	.carousel-left {
		padding: 20px 0 15px 0px;
	}
}

.carousel-wrap .carousel {
	padding-top: 40px;
	margin: 0 -15px;
}

@media only screen and (max-width: 991px) {
	.carousel-wrap .carousel {
		padding-top: 20px;
		margin-left: 0;
	}
}

.carousel-wrap .carousel .slick-prev,
.carousel-wrap .carousel .slick-next {
	top: 40px;
}

@media only screen and (min-width: 992px) {
	.carousel .slick-slide {
		position: relative;
		opacity: 0.2;
	}

	.carousel .slick-slide:before {
		position: absolute;
		background: rgba(0, 0, 0, 0.5);
		z-index: 2;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
	}

	.carousel .slick-slide.slick-visible,
	.carousel .slick-slide.slick-active {
		opacity: 1;
	}
}

.carousel .item {
	width: 360px;
	transform: translateZ(0);
	margin: 0 15px;
}

@media only screen and (max-width: 991px) {
	.carousel .item {
		width: 300px;
		margin: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.carousel .item {
		width: 20rem;
		margin: 0 10px;
	}
}

.carousel .story {
	text-align: left;
	width: 360px;
	height: 360px;
}

@media only screen and (max-width: 991px) {
	.carousel .story {
		width: 300px;
		height: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.carousel .story {
		width: 20rem;
		height: 20rem;
	}
}

.carousel.static-carousel {
	text-align: left;
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 0 0;
	white-space: nowrap;
}

.carousel.static-carousel>li.item:first-child {
	display: inline-block;
}

.carousel.static-carousel::-webkit-scrollbar {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.carousel.static-carousel {
		-webkit-overflow-scrolling: touch;
		overflow-y: hidden;
		overflow-x: auto;
	}
}

@media only screen and (max-width: 991px) {
	.carousel.static-carousel {
		padding-left: 5px;
	}
}

.carousel.static-carousel .item {
	display: inline-block;
	margin: 0 26px 0 0;
	white-space: normal;
}

.carousel.carousel-visible .slick-list {
	overflow: visible;
}

.carousel-left .slick-arrow {
	height: 333px;
}

.carousel-left .slick-prev {
	left: -100px;
}

.carousel-left .item {
	width: 42vw;
	max-width: 555px;
	margin: 0 15px;
	float: left;
}

.carousel-left .item:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 991px) {
	.carousel-left .item {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.carousel-left .item {
		width: 240px;
	}
}

@media only screen and (max-width: 991px) {
	.carousel-left {
		padding: 0;
	}
}

.banner-wrap .share-this-icons li a:hover {
	color: white;
}

#search-modal {
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow-y: auto;
	background-color: #00154e;
	padding: 30px 25px;
	display: none;
}

@media only screen and (max-width: 991px) {
	#search-modal {
		padding: 10px;
	}
}

#search-modal header {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
	#search-modal header {
		padding: 10px 15px;
	}
}

#search-modal .icon-close {
	font-size: 31px;
	float: right;
}

#search-modal .logo {
	float: left;
}

#search-modal .search {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#search-modal .search-input {
	overflow: hidden;
	color: white;
	position: relative;
	font: 1rem 'sukhumvittadmai_bol';
}

#search-modal .search-input .icon-search {
	color: white;
	position: absolute;
	right: 0;
	font-size: 2.15em;
	top: 50%;
	margin-top: -0.5em;
	z-index: 2;
	cursor: pointer;
	background: none;
	padding: 0;
}

#search-modal .search-input .icon-search[disabled] {
	cursor: default;
	opacity: 0.2;
}

#search-modal .search-input input {
	padding: 0.5em 30px 0.5em 0;
	background-color: inherit;
	font-size: 3em;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#search-modal .search-input input::-webkit-input-placeholder {
	color: #b9abcd;
	font-weight: 100;
}

#search-modal .search-input input::-moz-placeholder {
	/* Firefox 19+ */
	color: #b9abcd;
	font-weight: 100;
}

#search-modal .search-input input:-ms-input-placeholder {
	/* IE 10+ */
	color: #b9abcd;
	font-weight: 100;
}

@media only screen and (max-width: 991px) {
	#search-modal .search-input {
		font-size: 0.8rem;
	}
}

@media only screen and (max-width: 767px) {
	#search-modal .search-input {
		font-size: 0.45rem;
	}
}

@media only screen and (max-width: 320px) {
	#search-modal .search-input {
		font-size: 0.4rem;
	}
}

#search-modal .no-result-list {
	margin-top: 60px;
}

#search-modal .no-result-list .list-links ul li {
	display: block;
}

#search-modal .no-result-list .list-links ul li a {
	font-size: 16px;
	color: white;
	line-height: 2.38;
	letter-spacing: normal;
}

#search-modal .no-result-list .title {
	letter-spacing: 1.5px;
	font-weight: normal;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}

.search-result {
	margin: 120px auto 0;
	max-width: 946px;
}

.search-result .result-list .result {
	margin: 30px 0;
}

.search-result .result-list .result .title {
	color: white;
	font-size: 22px;
}

.search-result .result-list .result .title a:hover {
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.search-result .result-list .result .content {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 1.5;
}

@media only screen and (max-width: 480px) {
	.search-result .result-list {
		padding: 30px 0;
	}

	.search-result .result-list .result {
		margin: 15px 0;
	}
}

.result-list-menu ul {
	padding: 20px 0 17px;
	white-space: nowrap;
}

@media only screen and (max-width: 480px) {
	.result-list-menu ul {
		overflow-x: auto;
	}
}

.result-list-menu ul::-webkit-scrollbar {
	display: none;
}

.result-list-menu ul li {
	display: inline-block;
	margin-right: 45px;
}

.result-list-menu ul li a {
	color: #7c66a6;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.result-list-menu ul li a.active {
	color: white;
	padding-bottom: 5px;
	border-bottom: 2px solid white;
}

.no-results {
	color: white;
	font-size: 16px;
	line-height: 1.5;
	padding: 30px 0;
}

.no-results p strong {
	padding: 0 5px;
}

.no-results .suggestion h3 {
	padding: 10px 0;
}

.no-results .suggestion li {
	margin-left: 17px;
	list-style-type: disc;
}

.tab-details {
	border-bottom: 1px solid #ededed;
	display: block;
}

.tab-details:before,
.tab-details:after {
	display: table;
	content: "";
}

.tab-details:after {
	clear: both;
}

.tab-details.sticky {
	position: fixed;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
	background-color: white;
	z-index: 30;
	width: 100%;
	height: auto;
	border-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.tab-details .slick-track {
		width: 100% !important;
		transform: none !important;
	}
}

.tab-details [data-menu] {
	margin-right: 55px;
	float: none;
}

.tab-details [data-menu]:last-child {
	margin-right: 0;
}

.tab-details [data-menu] a {
	color: #767676;
	font-size: 16px;
	line-height: 21px;
}

@media only screen and (min-width: 992px) {
	.tab-details [data-menu] {
		display: table;
		float: left;
		height: 60px;
	}

	.tab-details [data-menu] a {
		position: relative;
		display: table-cell;
		vertical-align: middle;
	}

	.tab-details [data-menu] a.active:before {
		content: '';
		height: 2px;
		left: 0;
		right: 0;
		background: #7A58BF;
		position: absolute;
		bottom: 0;
	}

	.mobile-tab-link,
	.mobile-anchor-link {
		display: none;
	}
}

.tab-details ul.has-carousel {
	max-height: 60px;
}

.tab-details ul.has-carousel [data-menu] {
	max-width: 250px;
}

.tab-details ul.has-carousel .slick-list {
	overflow: visible;
}

[data-tab-header] .slick-prev:before,
[data-tab-header] .slick-next:before,
.tab-details ul.has-carousel .slick-prev:before,
.tab-details ul.has-carousel .slick-next:before {
	opacity: 1;
	background: transparent;
	box-shadow: none;
	font-size: 14px;
}

[data-tab-header] .slick-prev,
.tab-details ul.has-carousel .slick-prev {
	margin-left: -50vw;
	background: -ms-linear-gradient(left, white, transparent);
	background: -moz-linear-gradient(left, white, transparent);
	background: -o-linear-gradient(left, white, transparent);
	background: -webkit-linear-gradient(left, white, transparent);
	background: linear-gradient(to right, white, transparent);
}

[data-tab-header] .slick-prev:before,
.tab-details ul.has-carousel .slick-prev:before {
	left: 20px;
}

[data-tab-header] .slick-prev:hover:before,
.tab-details ul.has-carousel .slick-prev:hover:before {
	left: 10px;
}

[data-tab-header] .slick-next,
.tab-details ul.has-carousel .slick-next {
	margin-right: -50vw;
	background: -ms-linear-gradient(left, transparent, white);
	background: -moz-linear-gradient(left, transparent, white);
	background: -o-linear-gradient(left, transparent, white);
	background: -webkit-linear-gradient(left, transparent, white);
	background: linear-gradient(to right, transparent, white);
}

[data-tab-header] .slick-next:before,
.tab-details ul.has-carousel .slick-next:before {
	right: 20px;
}

[data-tab-header] .slick-next:hover:before,
.tab-details ul.has-carousel .slick-next:hover:before {
	right: 10px;
}

.tab-details.about-tab [data-menu] {
	margin-right: 40px;
}

@media only screen and (max-width: 991px) {
	.tab-details .inner-container {
		padding: 0 0;
	}

	.tab-details .outer {
		padding: 40px 15px;
		margin: 0 -15px;
	}

	.tab-details .wrapper {
		padding: 40px 15px;
	}

	.tab-details .wrapper .outer:first-child {
		margin-top: -40px;
	}

	.tab-details .wrapper.expand {
		border-bottom: 1px solid #ededed;
	}

	.tab-details [data-menu],
	.mobile-tab-link,
	.mobile-anchor-link {
		display: block;
		padding: 18px 15px 17px;
		border-bottom: 1px solid #ededed;
		margin: 0 -15px;
	}

	.mobile-tab-link {
		padding: 15px 20px;
	}

	.mobile-anchor-link {
		padding: 15px 20px;
		margin: 0;
		font-size: 16px;
		line-height: 1.4;
	}

	.tab-details [data-menu] a {
		font-weight: normal;
		margin-left: 20px;
	}

	.tab-details [data-menu] a.active {
		border-bottom: none;
	}

	.tab-details [data-menu] a.active:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.tab-details [data-menu] a:after,
	.mobile-tab-link:after,
	.mobile-anchor-link:after {
		content: "\e90c";
		font-family: 'icomoon' !important;
		position: absolute;
		right: 1rem;
	}

	.mobile-tab-link,
	.mobile-anchor-link {
		background: #fff;
		color: #767676;
	}

	.mobile-tab-link.active,
	.mobile-anchor-link.active {
		border-bottom: none;
		color: rgb(69, 5, 197);
	}

	.mobile-tab-link.active:after,
	.mobile-anchor-link.active:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.mobile-tab-item {
		padding: 40px 0;
	}
}

@media only screen and (min-width: 992px) {
	.tab-details.multilines [data-menu] {
		max-width: 160px;
		margin-right: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.tab-details.multilines [data-menu] {
		margin-right: 40px;
	}
}

@media only screen and (max-width: 320px) {
	.tab-details.multilines [data-menu] {
		padding-left: 30px;
	}

	.tab-details.multilines [data-menu] a {
		margin-right: 30px;
		margin-left: 0;
	}
}

.rangeslider,
.rangeslider__fill {
	display: block;
	border-radius: 10px;
}

.rangeslider {
	background: #e8e8e8;
	position: relative;
}

.rangeslider--horizontal {
	height: 8px;
	width: 100%;
}

.rangeslider--vertical {
	width: 20px;
	min-height: 150px;
	max-height: 100%;
}

.rangeslider--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}

.rangeslider__fill {
	background: #210286;
	position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
	bottom: 0;
	width: 100%;
}

.rangeslider__handle {
	background: white;
	cursor: pointer;
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	border-radius: 50%;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
}

.rangeslider--horizontal .rangeslider__handle {
	top: -14px;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
	left: -10px;
	touch-action: pan-x;
	-ms-touch-action: pan-x;
}


.rangeslider-tooltip {
	border: 1px solid #ccc;
	display: block;
	padding: 0 5px;
	position: absolute;
	bottom: 100%;
	margin-bottom: 25px;
	margin-left: -47px;
	text-align: center;
	min-width: 124px;
	white-space: nowrap;
	background: #30373b;
	border-radius: 3px;
	color: #f2f2f2;
	line-height: 35px;
	display: none;
}

.rangeslider-tooltip:before {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #30373b;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.rangeslider--active .rangeslider-tooltip {
	display: block;
}

.rangeslider__handle:hover+.rangeslider-tooltip {
	display: block;
}

.filter-block {
	color: #30373b;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	margin-top: 30px;
	background-color: white;
	font-size: 18px;
}

@media only screen and (max-width: 991px) {
	.filter-block {
		margin: 0 0 15px;
	}
}

.filter-block .icon {
	margin: 0 30px 0 40px;
}

@media only screen and (max-width: 767px) {
	.filter-block .icon {
		margin: 0 17px 0 23px;
	}
}

.filter-block .content {
	overflow: hidden;
}

.filter-block .block {
	padding: 25px 30px;
	border-left: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
	.filter-block .block {
		border: none;
		padding-top: 25px;
		padding-bottom: 5px;
	}
}

.filter-block .block:first-child {
	padding-left: 0;
	border-left: none;
}

.filter-block .custom-select {
	padding: 0;
	width: 200px;
	border: none;
}

.filter-block .custom-select:after {
	right: 0;
}

.filter-block .custom-select .custom-text span {
	font-size: 22px;
	font-stretch: condensed;
}

.filter-block .input-borrow {
	border-bottom: 1px solid #d2d2d2;
	height: 48px;
	font-size: 22px;
	width: 100%;
}

.filter-block .btn-primary {
	position: absolute;
	top: 40px;
	right: 40px;
}


.no-touch.desktop .filter-block .btn-primary:hover:after {
	opacity: 1;
	margin-left: 4px;
}

@media only screen and (max-width: 991px) {
	.filter-block .btn-primary {
		font-size: 0;
		padding: 0 25px;
		min-width: 0;
	}

	.filter-block .btn-primary:after {
		font-size: 1.7rem;
		margin-left: 0;
		opacity: 1;
	}
}

.filter-block .ui-datepicker {
	top: 80px !important;
	left: 0 !important;
	width: 100%;
	padding: 25px 30px;
	border: none;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

.filter-block .ui-datepicker:before {
	content: "";
	width: 0px;
	height: 0px;
	display: block;
	border-left: 8px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: -8px;
	right: 15px;
	display: block;
}

.filter-block .ui-datepicker .ui-datepicker-header {
	height: 34px;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
	background: none;
}

.filter-block .ui-datepicker .ui-datepicker-header select {
	display: block !important;
	background: #f0f2f4;
	padding: 5px 10px;
	font-size: 16px;
	float: left;
	border-radius: 20px;
}

.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
	float: right;
}

.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	background: none;
	border: none;
	color: #000;
	top: 0;
}

.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after,
.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	content: "\e90c";
	font-family: 'icomoon' !important;
	font-size: 22px;
	position: absolute;
	top: 0;
}

.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
	transform: rotate(90deg);
}

.filter-block .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	transform: rotate(-90deg) translateY(7px);
}

.filter-block .ui-datepicker .ui-state-default {
	width: 34px;
	height: 34px;
	margin: 0 auto 5px;
	border-radius: 30px;
	text-align: center;
	line-height: 31px;
	padding: 0;
	background: none;
	border: 2px solid transparent;
}

.filter-block .ui-datepicker .ui-state-default.ui-state-highlight {
	border-color: #2d0185;
}

.filter-block .ui-datepicker .ui-state-default.ui-state-active {
	color: #fff;
	background: #2d0185;
}

.filter-block .ui-datepicker th {
	font-size: 16px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

.filter-block .ui-datepicker table {
	margin-bottom: 0;
}

.filter-block .ui-datepicker table td {
	background: none;
	border: 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.filter-block .submit-filter {
		text-align: center;
		margin: 0 15px;
		padding: 15px 0;
	}

	.filter-block .submit-filter .btn-primary {
		position: static;
	}
}

.multi-filter-item,
.date-picker {
	position: relative;
	padding: 15px 30px;
	cursor: pointer;
}

.multi-filter-item dt,
.date-picker dt {
	font: 14px 'sukhumvittadmai_bol';
}

[lang="th"] .multi-filter-item dt,
[lang="th"] .date-picker dt {
	font-family: 'sukhumvittadmai_bol';
}

.multi-filter-item:after,
.date-picker:after {
	color: black;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.no-touch.desktop .multi-filter-item select,
.no-touch.desktop .date-picker select {
	display: none;
}

.no-touch.desktop .multi-filter-item:hover:after,
.no-touch.desktop .date-picker:hover:after {
	animation: wobble-vertical 0.75s alternate;
}

.multi-filter-item .text-selected,
.date-picker .text-selected {
	font-size: 16px;
	color: #767676;
}

.multi-filter-item .text-selected.selected,
.date-picker .text-selected.selected {
	color: #7A58BF;
}

.multi-filter-item input[type=radio],
.date-picker input[type=radio],
.multi-filter-item .date,
.date-picker .date {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

input[data-calendar] {
	z-index: 1;
	cursor: pointer;
}

.promotion-filter {
	margin-top: 0;
	position: relative;
	z-index: 20;
	display: table;
	width: 100%;
}

.promotion-filter:before,
.promotion-filter:after {
	display: table;
	content: "";
}

.promotion-filter:after {
	clear: both;
}

@media only screen and (max-width: 991px) {
	.promotion-filter {
		margin-bottom: 30px;
	}
}

.promotion-filter .block {
	display: table-cell;
	padding: 0;
}

@media only screen and (max-width: 991px) {
	.promotion-filter .block {
		display: block;
		width: 100%;
	}
}

.promotion-filter .custom-select {
	margin-bottom: -10px;
}

@media only screen and (max-width: 991px) {
	.promotion-filter .custom-select {
		margin-bottom: 0;
	}
}

.promotion-filter .custom-select:after {
	top: 25%;
}

@media only screen and (max-width: 991px) {
	.promotion-filter .custom-select:after {
		top: 50%;
	}
}

.promotion-filter .custom-select .custom-text .text {
	font-size: 16px;
	color: #b9b9b9;
	margin-top: -12px;
}

@media only screen and (max-width: 991px) {
	.promotion-filter .custom-select .custom-text .text {
		margin-top: 0;
	}
}

.market-filter {
	margin-top: 32px;
}

.market-filter .block {
	width: 100%;
	padding: 0;
}

.market-filter .block .multi-filter-item {
	padding: 15px 30px;
}

.filter-3 {
	padding: 25px 30px;
	display: table;
	width: 100%;
	position: relative;
	z-index: 30;
}

.filter-3 .icon {
	height: 50px;
	width: 57px;
	padding-right: 30px;
	margin: 0;
	float: none;
	transform: none;
}

.filter-3 .icon img {
	max-width: 30px;
}

@media only screen and (max-width: 767px) {
	.filter-3 .icon {
		width: 13vw;
	}

	.filter-3 .icon img {
		max-width: 10vw;
	}
}

.filter-3 .text-medium {
	float: left;
	margin-right: 10px;
	line-height: normal;
}

.filter-3 .custom-select {
	width: 200px;
	overflow: hidden;
	height: auto;
	line-height: normal;
	float: left;
}

.filter-3 .custom-select .custom-text span {
	font-size: 18px;
	color: #7a58bf;
}

.filter-3 .custom-select:after {
	font-size: 20px;
	color: #7A58BF;
}

.filter-3 .custom-select.width-1 {
	width: 250px;
}

.filter-3 .middle-block:last-child {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.filter-3 {
		padding: 20px 15px;
	}

	.filter-3 .custom-select {
		width: 57vw;
		max-width: 300px;
	}
}

.filter-3 .vertical {
	padding: 0 30px;
	width: 25%;
	border-left: 1px solid #e5e5e5;
}

.filter-3 .vertical.first {
	border-left: 0;
	padding-left: 0;
}

.filter-3 .vertical .text-medium {
	float: none;
}

@media only screen and (max-width: 767px) {
	.filter-3 .vertical {
		display: block;
		width: 100%;
		border: none;
		padding: 0 10px;
		margin-top: 10px;
	}
}

.filter-3 .icon+.vertical {
	border-left: none;
	margin-top: 0;
}

[data-filterpromotion].promotion-filter .block {
	width: 50%;
}

.reset-filter {
	color: black;
	font-size: 16px;
}

.no-touch.desktop .reset-filter:hover {
	color: #7A58BF;
}

.reset-filter img,
.reset-filter span {
	vertical-align: middle;
}

.reset-filter span {
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	.reset-filter span {
		display: none;
	}

	.reset-filter img {
		width: 25px;
	}
}

@media only screen and (min-width: 768px) {
	.submit-filter .reset-filter {
		text-align: center;
		margin-top: 38px;
		float: right;
		margin-right: 40px;
	}
}

.tab-story-landing ul li {
	display: inline-block;
	padding: 20px 0;
	margin-right: 40px;
}

.tab-story-landing ul li a {
	color: #767676;
	font-size: 16px;
}

.tab-story-landing ul li a.active {
	border-bottom: 2px solid #7A58BF;
}

@media only screen and (max-width: 991px) {
	.tab-story-landing header {
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.tab-story-landing .btn-default {
	margin-top: 50px;
}

.partners-image {
	display: table;
	table-layout: fixed;
}

@media only screen and (max-width: 992px) {
	.partners-image {
		margin-top: 20px;
	}
}

.partners-image>div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	float: none;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.partners-image img {
		width: 30vw;
	}
}

.banner-fixed .thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-center .item .thumb {
	height: 350px;
}

.banner-center .middle-center-block h3 {
	font-size: 36px;
	line-height: 1.22;
}

.banner-center .middle-center-block p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5;
}

.banner-search .search-block {
	margin: 20px 0;
}

.banner-wrap {
	position: relative;
}

.banner-wrap .middle-block {
	position: relative;
}

.banner-wrap.left .slick-dots {
	max-width: 1140px;
	left: 50%;
	margin-left: -575px;
	bottom: 20px;
	text-align: left;
}

.homepage .banner-wrap.left .slick-dots {
	bottom: 40px;
}

@media only screen and (max-width: 1280px) {
	.banner-wrap.left .slick-dots {
		left: 27px;
		margin-left: 2rem;
	}
}

@media only screen and (max-width: 991px) {
	.banner-wrap.left .slick-dots {
		left: 0;
		margin-left: 10px;
	}
}

.banner-wrap.right .slick-dots {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	bottom: auto;
	top: 50%;
	left: auto;
	right: 3rem;
}

.banner-wrap.right .slick-dots li {
	border: 2px solid transparent;
	padding: 2px;
	border-radius: 50%;
	margin: 11px 0;
	display: block;
}

.banner-wrap.right .slick-dots li.slick-active {
	border-color: #69687e;
}

.banner-wrap.right .slick-dots li button {
	opacity: 1;
	width: 12px;
	height: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.banner-wrap.right .slick-dots {
		right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-wrap.right .slick-dots {
		right: 50%;
		bottom: 15px;
		top: auto;
		-webkit-transform: translate(0, 50%);
		-moz-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		-o-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	.banner-wrap.right .slick-dots li {
		margin: 0 5px;
		display: inline-block;
		bottom: 45px;
	}
}

.banner-wrap.banner-product .slick-dots {
	text-align: left;
	margin-left: 50px;
	bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.banner-wrap.banner-product .slick-dots {
		margin-left: 30px;
	}
}

.banner-wrap .sub-title {
	color: white;
	padding: 0 0 15px;
	font-size: 14px;
}

.banner-wrap .caption {
	color: white;
	font-size: 1rem;
	padding: 4rem 2rem;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	word-wrap: break-word;
	font-family: thaisanslite;


	/* background: rgba(0, 0, 0, 0.15); */
}

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

	.banner-wrap .caption {
		padding: 0;
	}

	.banner-carousel .banner-wrap .caption {
		padding: 0 0 2rem;
	}

	.banner-wrap.card .caption {
		padding: 3rem 0 0;
	}

	.homepage .banner-wrap .caption {
		padding: 0 0 5rem;
	}
}


.banner-wrap .caption h2 {
	font-family: pslxkittithadabold;
	font-size: 52px;
	padding-bottom: 15px;
	letter-spacing: 2px;
}

[lang="th"] .banner-wrap .caption h2 {
	font-family: 'sukhumvittadmai_bol';
	line-height: 1.25;
}

.banner-wrap .caption h1 {
	font: 4.16em/1.12 'sukhumvittadmai_bol';
	padding-bottom: 15px;
}

[lang="th"] .banner-wrap .caption h1 {
	font-family: 'sukhumvittadmai_bol';
	line-height: 1.25;
}

@media only screen and (max-width: 767px) {
	.banner-wrap .caption h2 {
		font-size: 46px;
	}

	.banner-wrap .caption h1 {
		font-size: 46px;
	}
}

.banner-wrap .caption .inner-container {
	display: table;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 1200px) {

	.banner-wrap .caption .inner-container .intro,
	.banner-wrap .caption .inner-container .content {
		max-width: 58vw;
	}

	.banner-wrap .caption .inner-container .content {
		font-size: 26px;
	}

	.corporate-banking .banner-wrap .caption .inner-container .intro,
	.corporate-banking .banner-wrap .caption .inner-container .content {
		max-width: 800px;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-wrap .caption .inner-container .content {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}

.banner-wrap .caption .inner-container .intro span {
	padding-left: 10px;
}

.banner-wrap .item {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.banner-wrap .item .button-group {
	margin-top: 3rem;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-wrap .item .button-group {
		margin-top: 1rem;
	}
}

.banner-wrap .item .button-group .btn {
	vertical-align: middle;
	float: none;
	display: inline-block;
	font-size: 22px;
	border-radius: 100px;
}

.banner-wrap .item .button-group .btn+.btn {
	margin-left: 1rem;
}

.banner-wrap .item .button-group .text-medium {
	display: inline-block;
	vertical-align: middle;
}

.banner-wrap .item .button-group .sub-title-2 {
	margin-top: 5px;
	margin-right: 30px;
}

@media only screen and (min-width: 768px) {
	.banner-wrap .item .button-group .sub-title-2 {
		float: left;
	}
}

.banner-wrap .item .thumb {
	/* height: 330px; */
	height: 400px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.banner-wrap .item .thumb {
		height: 45vw;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-wrap .item .thumb {
		height: 52vw;
	}
}

@media only screen and (max-width: 320px) {
	.banner-wrap .item .thumb {
		height: 40rem;
	}
}

@media only screen and (max-width: 767px) {
	.banner-wrap .item {
		height: auto;
	}

	.banner-wrap .item .thumb {
		overflow: hidden;
		max-height: none;
	}

	.banner-wrap.card .item .thumb {
		height: 400px;
	}

	.banner-wrap .item .button-group {
		margin: 2rem 0 0;
		overflow: hidden;
		padding-top: 1px;
	}

	.banner-wrap .caption .inner-container {
		height: 90%;
	}


}

.banner-wrap [data-carousel-vertical] .item .thumb {
	height: 690px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.banner-wrap [data-carousel-vertical] .item .thumb {
		height: 50vw;
	}
}

@media only screen and (max-width: 767px) {
	.banner-wrap [data-carousel-vertical] .item .thumb {
		height: 40rem;
	}
}

.banner-wrap [data-carousel-vertical].move-up-content .middle-block {
	padding-bottom: 140px;
}

.banner-wrap [data-carousel-vertical].move-up-content~.search-block {
	position: absolute;
	bottom: 172px;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.banner-wrap [data-carousel-vertical].move-up-content .middle-block {
		padding-bottom: 0;
	}

	.banner-wrap [data-carousel-vertical].move-up-content~.search-block {
		position: relative;
		bottom: auto;
		left: auto;
		margin: -32px auto 30px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width: 767px) {
	.banner-wrap [data-carousel-vertical].move-up-content~.search-block {
		width: calc(100vw - 30px);
		width: -moz-calc(100vw - 30px);
		width: -webkit-calc(100vw - 30px);
		width: -o-calc(100vw - 30px);
	}
}

.banner-wrap .card-img {
	max-width: 380px;
}

@media only screen and (min-width: 768px) {
	.banner-wrap .card-img {
		float: right;
		width: 32%;
		margin-left: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.banner-wrap .card-img {
		max-width: 180px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-wrap .card-img {
		width: 50%;
		margin-bottom: 30px;
	}
}

.banner-wrap .card-img img {
	margin-left: 0;
	width: 100%;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	border-radius: 5px;
}

.banner-wrap .desc {
	overflow: hidden;
	word-wrap: break-word;
	max-width: 50vw;
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	.banner-wrap .desc {
		max-width: 100%;
	}
}

.banner-wrap .sub-title,
.banner-wrap .intro,
.banner-wrap .content,
.banner-wrap .desc,
.banner-wrap .share-this {
	/* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); */
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
}

.banner-wrap .item.medium .thumb {
	height: 28rem;
}

.banner-wrap .item.office-detail-banner .thumb {
	height: 28rem;
}

@media only screen and (max-width: 767px) {
	.banner-wrap .item.office-detail-banner .thumb {
		height: 40rem;
	}
}

@media only screen and (max-width: 767px) {
	.banner-wrap.card .caption {
		padding-top: 0rem;
	}

	.board-management .desc {
		margin-top: 60%;
	}
}

.board-management .item .thumb {
	background-position: center 0;
}

.banner-wrap .breadcrumb-outer {
	left: 0;
	right: 0;
	top: 0;
	/* background-color: rgba(227, 227, 227, 0.5); */
	background-color: rgba(218, 218, 218, 0.5);
	width: 100%;
	/* : rgba(0, 0, 0, 0.8);*/
}

.banner-wrap .breadcrumb-outer .breadcrumb {
	background: transparent;
}


.banner-carousel .middle-block>*,
.banner-carousel-vertical .middle-block>*,
.banner-carousel .slick-dots,
.banner-carousel-vertical .slick-dots {
	opacity: 0;
	transform: translateY(200px);
	transition: all 0.5s;
}

.banner-carousel .content,
.banner-carousel-vertical .content {
	transition: all 0.55s;
}

.banner-carousel .button-group,
.banner-carousel-vertical .button-group {
	transition: all 0.6s;
}

.banner-carousel .slick-dots,
.banner-carousel-vertical .slick-dots {
	transition: all 0.65s;
}

.banner-carousel .item,
.banner-carousel-vertical .item {
	display: none;
}

.banner-carousel>.item:first-child,
.banner-carousel-vertical>.item:first-child {
	display: block;
}

.banner-carousel .item.slick-active,
.banner-carousel-vertical .item.slick-active {
	display: block;
}

.loaded .banner-carousel .item,
.loaded .banner-carousel-vertical .item {
	display: block;
}

.loaded .banner-carousel .middle-block>*,
.loaded .banner-carousel-vertical .middle-block>*,
.loaded .banner-carousel .slick-dots,
.loaded .banner-carousel-vertical .slick-dots {
	opacity: 1;
	transform: translateY(0);
}

[lang*='th'] .banner .title-1 {
	padding-top: 18px;
	line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	[lang*='th'] .banner .title-1 {
		padding-top: 12px;
	}
}

.banner {
	height: 690px;
	position: relative;
}

.banner:before,
.banner:after {
	display: table;
	content: "";
}

.banner:after {
	clear: both;
}

.banner .caption {
	padding: 4rem 2rem;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner .caption {
		/* padding-top: 0;*/
	}
}

@media only screen and (max-width: 991px) {
	.banner .caption .title-1 {
		overflow: hidden;
		height: inherit;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.banner .caption .text-default {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}

@media only screen and (max-width: 767px) {
	.banner .caption {
		padding: 50px 0;
	}
}

.banner .caption .desc {
	overflow: hidden;
	color: white;
	word-wrap: break-word;
	max-width: 800px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
	.banner .card {
		float: right;
		width: 32%;
		margin-left: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.banner .card {
		width: 50%;
		margin-bottom: 30px;
	}
}

.banner .card img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
	.banner {
		height: auto;
	}

	.banner .caption {
		padding-bottom: 120px;
		position: relative;
	}
}

@media only screen and (min-width: 768px) {
	.banner .inner-container {
		display: table;
		width: 100%;
		height: 100%;
	}

	.banner .middle-block {
		display: table-cell;
		vertical-align: middle;
		padding: 0 30px;
	}
}

.banner .thumb {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
}

.redeem .redeem-condition {
	background-color: #ffffff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	margin-top: 33px;
}

.redeem .redeem-condition:nth-of-type(1) {
	margin-top: 50px;
}

@media only screen and (max-width: 991px) {
	.redeem .redeem-condition:nth-of-type(1) {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.redeem .redeem-condition {
		margin-top: 20px;
	}
}

.redeem .redeem-condition .row {
	padding: 30px 15px;
	border-bottom: 1px solid rgba(216, 216, 216, 0.3);
	/*.item {
        @media @from-tablet-portrait {
          margin-top: @m-grid;
        }
      }*/
}

@media only screen and (min-width: 768px) {
	.redeem .redeem-condition .row {
		margin: 0;
	}
}

@media only screen and (max-width: 991px) {
	.redeem .redeem-condition .row {
		padding: 15px;
	}

	.redeem .redeem-condition .row [class*='col-'] {
		margin: 15px 0;
	}
}

.redeem .redeem-condition .row .text-medium {
	margin-left: 30px;
	color: black;
}

.filter-reward-listing dl dt {
	float: left;
	width: 70%;
}

.filter-reward-listing dl dd {
	text-align: right;
}

.filter-reward-listing .sub-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}

.filter-reward-listing .title-block {
	padding: 30px 0 20px;
}

.filter-reward-listing ul li {
	line-height: 1.56;
	padding: 10px 0;
	cursor: pointer;
}




.filter-reward-listing #slider-range {
	border: none;
	background-color: #e8e8e8;
	width: 95%;
}

.filter-reward-listing #slider-range .ui-slider-range {
	background-color: #002da9;
}

.filter-reward-listing #slider-range .ui-slider-handle {
	background: white;
	cursor: pointer;
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	border: none;
	top: -100%;
}

.filter-reward-listing .point-slider {
	margin: 30px 0 40px 0;
}

.filter-reward-listing .point-slider input {
	/* background-color: inherit;
	width: 50%;
	margin-top: 15px;
	font-size: 16px; */
	background-color: inherit;
    width: 50%;
    margin-top: 10px;
    /* font-size: 15px; */
	font: 22px/24px 'thaisanslite', Arial, sans-serif;
	color: #30373b;
}

.filter-reward-listing .point-slider .pull-right {
	text-align: right;
}


.no-touch.desktop .search-atm .btn-primary:hover:after {
	opacity: 1;
	margin-left: 4px;
}

@media only screen and (max-width: 767px) {
	.search-atm .btn-primary {
		font-size: 0;
		padding: 0 25px;
		min-width: 0;
	}

	.search-atm .btn-primary:after {
		font-size: 1.7rem;
		margin-left: 0;
		opacity: 1;
	}
}

.search-atm input {
	color: #30373b;
	font-size: 16px;
	line-height: 44px;
	padding: 0 10px;
	width: 100%;
	height: 44px;
	border: none;
}

.search-atm.cust-slct {
	padding: 0px;
}

@media only screen and (max-width: 991px) {
	.search-atm.cust-slct {
		margin: 20px 0 20px;
	}
}

.search-atm.cust-slct .custom-select {
	border: none;
	height: 64px;
	line-height: 64px;
}

.search-atm.cust-slct .custom-select span {
	color: #30373b;
}

.search-atm-select li a {
	padding: 19px 14px;
}

.link-default.ic-service {
	display: inline-block;
	margin: 30px 0;
	cursor: pointer;
}


.no-touch.desktop .link-default.ic-service:hover {
	color: #000;
	text-decoration: none;
}

.link-default.ic-service.mobile {
	display: none;
}

@media only screen and (max-width: 991px) {
	.link-default.ic-service {
		display: none;
	}

	.link-default.ic-service.mobile {
		display: block;
		margin: 30px 10px 0;
	}
}

.load-wrap {
	position: relative;
}

.load-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

.load-wrap .loader {
	display: none;
}

.load-wrap.showload:before {
	opacity: 0.5;
	z-index: 200;
}

.load-wrap.showload .loader {
	display: block;
	z-index: 205;
}

.load-wrap.showload .loadbg {
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.7;
	border-radius: 5px;
}

.loadbg-wrap {
	position: relative;
}

.loadbg {
	display: none;
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.form-steps {
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	display: table;
	overflow: hidden;
	margin-bottom: 40px;
	table-layout: fixed;
}

.form-steps li {
	display: table-cell;
}

.form-steps li:not(:last-child) span:before,
.form-steps li:not(:last-child) span:after {
	content: '';
	display: block;
	position: absolute;
	right: -9px;
	top: -2px;
	width: 0;
	height: 0;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	border-left: 9px solid #f0f2f4;
	z-index: 2;
}

.form-steps li:not(:last-child) span:after {
	border-left-color: #d5d5d5;
	right: -10px;
	z-index: 1;
}

.form-steps li span {
	color: #767676;
	background: #f0f2f4;
	line-height: 50px;
	font-size: 16px;
	position: relative;
	display: block;
	text-align: center;
	padding-left: 10px;
}

@media only screen and (max-width: 320px) {
	.form-steps li span {
		font-size: 1.1rem;
	}
}

.form-steps li.current span {
	color: #2f0380;
	background-color: #f9f9fa;
}

.form-steps li.current span:before {
	border-left-color: #f9f9fa;
}

.application-form .input-currency {
	padding-left: 50px;
}

@media only screen and (max-width: 991px) {
	.application-form .input-currency {
		padding-left: 60px;
	}
}

.application-form .btn-group {
	padding: 0;
}

.application-form .btn-group .link-default {
	vertical-align: top;
	margin-top: 15px;
}

.application-form .gender-group .custom-radio {
	margin-top: 18px;
}

.application-form .table-striped td {
	word-break: break-all;
}

.application-form .table-striped td:first-child {
	width: 30%;
}

.confirm-container {
	position: relative;
}

.confirm-container .row [class*="col-"] {
	padding-top: 7px;
	padding-bottom: 7px;
}

.confirm-container .row [class*="col-"]:nth-child(even) {
	background-color: #f9f9fa;
}

.confirm-container label {
	padding-bottom: 7px;
}

.form-loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.3);
}

.tracking-number {
	border: 1px dotted #979797;
	padding: 15px 25px;
	display: inline-block;
	border-radius: 4px;
	margin: 30px auto;
	color: black;
	font-size: 22px;
}

.successful {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.successful.corporate {
	max-width: 1200px;
}

.successful.corporate p {
	max-width: 500px;
	margin: 0 auto;
}

.input-container .col-sm-6:nth-child(2n + 1) {
	clear: both;
}

.form-result {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
	padding: 20px 30px;
	overflow: hidden;
	min-height: 571px;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.form-result {
		margin-top: 30px;
		height: auto;
	}
}

.form-result:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.form-result .need-support {
	position: absolute;
	bottom: 0;
}

.form-result .card {
	width: 75%;
	max-width: 240px;
	border-radius: 10px;
	margin-top: 20px;
}

.form-result .inner {
	position: relative;
	z-index: 2;
	color: white;
	min-height: 100%;
}

.form-result .inner * {
	color: white;
}

.form-result .inner .title {
	padding-bottom: 20px;
}

.form-result .inner .sub-title {
	font-weight: 100;
}

.form-result .inner sup {
	top: -13px;
	font: 12px 'Sukhumvittadmai', Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: 100;
	opacity: 0.7;
	margin-left: 10px;
}

.form-result .inner sub {
	letter-spacing: 1px;
	font-weight: 100;
	margin-left: 10px;
}

.form-result .inner .item {
	padding: 15px 0;
}

.form-result .inner .item:nth-last-of-type(1) {
	margin-bottom: 30px;
}

.form-result .inner .result {
	font-size: 28px;
	line-height: 1.5;
	padding-top: 5px;
}

.form-result .inner .result .icon {
	max-height: 36px;
}

.card-comparison {
	margin: 50px 0;
}

@media only screen and (max-width: 991px) {
	.card-comparison>.row [class*='col-']:nth-child(3n) {
		display: none !important;
	}
}

.card-comparison .card-stick {
	display: none;
	position: fixed;
	margin-top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
}

.card-comparison .card-stick [class*='title-'] {
	line-height: 1.6;
}

@media only screen and (max-width: 991px) {
	.card-comparison .card-stick [class*='title-'] {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.card-comparison .card-stick [class*='title-'] {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.card-comparison .card-stick [class*='title-'] {
		font-size: 14px;
	}
}

@media only screen and (max-width: 320px) {
	.card-comparison .card-stick [class*='title-'] {
		font-size: 15px;
	}
}

.card-comparison .card-stick .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.card-comparison .card-stick .stick-title {
	height: 100%;
	padding: 15px 0;
	border-bottom: 2px solid #EEE;
}

.card-box {
	height: 320px;
	background: #f0f2f4;
	position: relative;
	text-align: center;
	padding: 30px;
}

@media only screen and (max-width: 1024px) {
	.card-box {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.card-box {
		height: auto;
		padding: 15px 0;
	}

	.card-box .button-group-center {
		padding: 15px;
	}

	.card-box .button-group-center [class*='btn'] {
		display: block;
		margin: 5px 0;
		min-width: auto;
		padding: 0 10px;
	}
}

.card-box .car-info {
	padding: 30px 30px 15px;
}

@media only screen and (max-width: 767px) {
	.card-box .car-info {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 320px) {
	.card-box .car-info {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.card-box .car-info .title-2 {
	height: 55px;
	line-height: 1.25;
}

@media only screen and (max-width: 991px) {
	.card-box .car-info .title-2 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.card-box .car-info .title-2 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 320px) {
	.card-box .car-info .title-2 {
		font-size: 20px;
	}
}

.card-box .car-info img {
	width: 155px;
	height: 100px;
	border-radius: 4px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.card-box .car-info img {
		height: auto;
	}
}

.card-box .icon-close {
	display: block;
	background: #4d4d4d;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 13px;
	right: 13px;
	color: white;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}

.card-box .icon-close:hover {
	background: #7A58BF;
}

.box-more-card {
	position: relative;
}

.box-more-card .add-more-card {
	display: table;
	width: 100%;
	text-align: center;
	height: 320px;
	border: solid 3px #dadada;
	cursor: pointer;
}

.box-more-card .add-more-card span {
	font-weight: bold;
	font-size: 23px;
	color: #30373b;
	line-height: 1.5;
}

.box-more-card .list-more-cards {
	bottom: auto;
	top: 50%;
	margin-top: 50px;
}

.box-more-card .list-more-cards:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	border-top: none;
	top: -10px;
	bottom: auto;
}

.card-box,
.add-more-card {
	transition: all 0.5s ease;
}

.down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 9px solid #f16e6b;
}

.down.small {
	border-top-width: 6px;
}

.up {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 9px solid #89df7d;
}

.up.small {
	border-bottom-width: 6px;
}

.up,
.down {
	width: 0;
	height: 0;
	display: inline-block;
}

.up.small,
.down.small {
	margin-right: 3px;
	border-left-width: 4px;
	border-right-width: 4px;
}



.image-caption img {
	width: 100%;
}

.image-caption .caption {
	margin: 0 auto;
	max-width: 1200px;
	background-color: #eeece7;
}

.image-caption .caption.clear {
	background-color: inherit;
}

.image-caption .caption .text {
	font-size: 14px;
	line-height: 1.64;
	color: #949494;
	margin-top: 20px;
	padding: 20px 172px 0;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.image-caption .caption .text {
		padding: 20px;
		font-size: 12px;
	}
}

.list-plan {
	overflow: hidden;
}

@media only screen and (min-width: 992px) {
	.list-plan {
		display: table;
		width: 100%;
		margin: 0 -15px;
	}

	.list-plan .col {
		display: table-cell;
		vertical-align: top;
		width: 20%;
		height: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.list-plan {
		margin: 0 -7px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.list-plan {
		display: flex;
		flex-wrap: wrap;
	}

	.list-plan .col {
		float: left;
		width: 33.33%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.list-plan .col {
		margin-bottom: 15px;
	}
}

.banner-planning .middle-block {
	display: block;
	margin-top: 3rem;
}

.list-result {
	text-align: center;
	position: relative;
	z-index: 10;
	transform: translateY(-50%);
	margin: 0 -15px -140px;
}

.list-result .col {
	width: 280px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.list-result .custom-radio-thumb {
	height: 300px;
}

.list-result .custom-radio-thumb .visual-icons {
	height: 52px;
}

.list-result .custom-radio-thumb sup {
	top: -11px;
	left: 10px;
	font-size: 60%;
}

.list-result .custom-radio-thumb .sub-title-1 {
	min-height: 4rem;
	letter-spacing: 1.5px;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 10px;
}

.list-result .custom-radio-thumb .inner {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
	.list-result {
		margin: 0 -7px -140px;
	}

	.list-result .outer {
		display: flex;
		justify-content: center;
	}

	.list-result .col {
		max-width: 241px;
		min-width: 241px;
		height: auto;
	}

	.list-result .custom-radio-thumb {
		height: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.list-result {
		overflow-x: auto;
		max-width: 1015px;
		margin: 0 0 -125px 8px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.list-result .outer {
		display: block;
		white-space: nowrap;
		margin: 0 8px 0 0;
	}

	.list-result .custom-radio-thumb {
		white-space: normal;
		height: 280px;
	}
}

@media only screen and (max-width: 767px) {
	.list-result .outer {
		margin-right: 8px;
		justify-content: flex-start;
	}
}


@media only screen and (min-width: 992px) {
	.link-reference {
		float: right;
		width: 30%;
		padding-left: 30px;
	}
}

.index {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

@media only screen and (min-width: 992px) {
	.index.sticky {
		position: fixed;
		top: 90px;
		z-index: 8;
	}

	.index.stick-bottom-index {
		position: absolute;
		bottom: 0;
		top: inherit;
	}
}

.index .list-normal li.active a {
	font-weight: bold;
	color: black;
}

.index .list-normal li:not(.active) a.active {
	color: #002da9;
	font-weight: normal;
}

@media only screen and (max-width: 991px) {
	.index .list-normal li li.active a {
		font-weight: normal;
		color: #767676;
	}
}



.dropdown-filter {
	background-color: white;
	padding: 15px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 10px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
	display: none;
}

.dropdown-filter li {
	width: 50%;
	float: left;
	padding: 15px 0 15px 9px;
	height: 63px;
}

.dropdown-filter li a {
	color: #7A58BF;
	display: table;
	width: 100%;
}

.dropdown-filter li a span {
	display: table-cell;
	vertical-align: middle;
}

.dropdown-filter li a span:last-child {
	margin-left: 15px;
	font-size: 20px;
}

.dropdown-filter li .visual-img {
	width: 55px;
	padding-right: 15px;
	text-align: right;
}

@media only screen and (max-width: 991px) {
	.dropdown-filter li {
		float: none;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.dropdown-filter li a span:last-child {
		font-size: 19px;
	}
}

.dropdown-filter:before {
	content: '';
	position: absolute;
	left: 57%;
	top: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
}

.dropdown-filter.active {
	display: block;
}

.inner-container .tab-fullwidth-head .inner-container {
	padding: 0;
}

@media only screen and (max-width: 991px) {
	[data-tab] header {
		overflow-x: auto;
		white-space: nowrap;
	}

	[data-tab] header li:not(.slick-slide) {
		float: none;
		display: inline-block;
	}
}

[data-tab].rates header a {
	font: 16px 'sukhumvittadmai_bol';
}

[data-tab].rates header li {
	margin-bottom: 10px;
}

.overflow-table {
	width: 100%;
	overflow-x: auto;
}

.number-list {
	counter-reset: count;
	text-indent: -29px;
}

.number-list li:before {
	content: counter(count) ".\0000a0\0000a0";
	counter-increment: count;
}

.number-list li.active:before {
	color: black;
	font-weight: bold;
}

.thumb-about-us {
	overflow: hidden;
	position: relative;
	display: block;
}

.thumb-about-us figure {
	height: 333px;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.thumb-about-us figure {
		height: calc(40vw*0.7);
		height: -moz-calc(40vw*0.7);
		height: -webkit-calc(40vw*0.7);
		height: -o-calc(40vw*0.7);
	}
}

@media only screen and (max-width: 767px) {
	.thumb-about-us figure {
		height: 157px;
	}
}

.thumb-about-us figure .thumb {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.thumb-about-us figcaption {
	color: #767676;
	font-size: 16px;
	line-height: 1.5;
	margin: 30px 0;
}

@media only screen and (max-width: 767px) {
	.thumb-about-us figcaption {
		margin: 15px 0;
	}
}

.mega-menu .thumb-about-us figcaption h3 {
	color: black;
	font-size: 1.69rem;
}

.thumb-about-us figcaption .title {
	color: black;
}

.thumb-about-us .desc {
	width: 60%;
}

@media only screen and (max-width: 991px) {
	.thumb-about-us .desc {
		width: 100%;
	}
}

.no-touch.desktop .thumb-about-us:hover .thumb {
	transform: rotate(2deg) scale(1.1);
	-webkit-transform: rotate(2deg) scale(1.1);
}

.full-line {
	display: table;
	width: 100%;
	margin-top: 30px;
}

.full-line [data-date] span:first-child {
	display: inline-block;
	padding-right: 10px;
}

.full-line .item {
	display: table-cell;
	width: 50%;
}

.full-line .item.right {
	text-align: right;
}

@media only screen and (max-width: 991px) {
	.full-line .item {
		display: block;
		width: 100%;
	}

	.full-line .item.right {
		text-align: left;
	}
}

.full-line.full-line-left .item1 {
	width: 20%;
	display: table-cell;
	vertical-align: top;
}

.full-line.full-line-left .item1 p {
	line-height: 1.9;
}

.full-line.full-line-left .item2 {
	width: 60%;
	display: table-cell;
	vertical-align: top;
}

.full-line.full-line-left .item2 ul {
	padding: 5px 0;
	overflow: hidden;
}

.full-line.full-line-left .item3 {
	width: 20%;
	text-align: right;
	display: table-cell;
	vertical-align: top;
	line-height: 2;
}

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

	.full-line.full-line-left .item1,
	.full-line.full-line-left .item2,
	.full-line.full-line-left .item3 {
		display: block;
		text-align: left;
		width: 100%;
	}
}

.list-horizontal li {
	display: inline-block;
	margin-left: 20px;
}

.list-horizontal li a {
	color: #767676;
}

.list-horizontal li a.active {
	color: #7A58BF;
	font-weight: bold;
}

@media only screen and (max-width: 991px) {
	.list-horizontal li {
		margin-left: 10px;
	}
}

.list-horizontal.icons li a {
	color: #7A58BF;
}

.list-horizontal.icons li a .text {
	margin-left: 20px;
}

.list-horizontal.icons:not(:last-child) {
	margin-right: 50px;
}

@media only screen and (max-width: 991px) {
	.list-horizontal.icons li {
		display: block;
		margin-top: 15px;
		margin-left: 0;
	}
}

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

.table-footer td {
	color: #666666;
	border: none;
}

.table-footer td.txt-head {
	vertical-align: top;
}

.table-footer ul li {
	line-height: 1.5;
}



.highlight-comp .list-icon {
	padding: 15px 0;
}

.highlight-comp .list-icon>div {
	height: 40px;
}

.highlight-comp .list-icon img {
	max-height: 40px;
}



.content-paragraph .sub-title-2 {
	line-height: 44px;
}

.content-paragraph ul.dot,
.content-paragraph ul.list-v-icon {
	padding: 8px 0 30px;
	list-style: none;
	margin: 0;
}

.content-paragraph .dot li {
	position: relative;
	padding: 0 0 0 32px;
}

.content-paragraph .dot li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #767676;
	position: absolute;
	top: 9px;
	left: 0;
}

.content-paragraph .sep {
	clear: both;
	display: block;
	height: 1px;
	border-top: 1px solid #767676;
	margin-bottom: 40px;
}

.popup-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
}

.popup-wrap .popup-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	z-index: 2;
}

.popup-content {
	position: relative;
	z-index: 200;
	margin: 30px 120px;
	overflow: auto;
	background: #f9f9fa;
	max-height: calc(100% - 60px);
}

.popup-content .popup-img {
	width: 100%;
}

.popup-content .cardimg-content {
	width: 100%;
	padding: 80px 20px;
	max-width: 750px;
	margin: 0 auto;
}

.popup-content .content-paragraph {
	max-width: 800px;
}

.responsivegrid.popup-show {
	z-index: 200;
}

.card-popup-wrap {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0px;
}

.card-popup-wrap .info {
	float: left;
	width: 50%;
	padding-top: 45%;
	position: relative;
	background: rgba(255, 255, 255, 0.9);
}

.card-popup-wrap.img-right .info {
	float: right;
}

.card-popup-wrap .info .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.card-popup-wrap .info .link-primary {
	position: static;
	display: inline-block;
	margin-top: 80px;
	cursor: pointer;
}

.popup-wrap .popup-close {
	position: absolute;
	right: 25px;
	top: 30px;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	line-height: 74px;
	font-size: 34px;
	cursor: pointer;
}

.switch-card-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 23px 20px;
	position: relative;
}

.switch-card-item .sc-img {
	height: 30px;
}

.switch-card-item .sc-img>img {
	display: inline-block;
	max-height: 100%;
}

.switch-card-item label {
	position: absolute;
	border-radius: 4px;
	border: solid 1px #dadada;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.switch-card-item span {
	display: block;
	width: 27px;
	height: 27px;
	margin: 15px auto 0;
	position: relative;
}



.switch-card-item input:checked~label {
	border: solid 1px #7a58bf;
}

.no-margin {
	margin: 0px !important;
}

.card-carousel-wrap,
.white-box {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

.white-box {
	padding: 15px;
}

.application-button-group {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.application-button-group [class*="btn-"] {
	min-width: 150px;
	display: inline-block;
	vertical-align: middle;
}

.btn-transparent {
	color: #002da9;
	border-color: none;
	background: none;
	line-height: 40px;
}

.credit-reward-listing .point {
	height: auto;
	top: auto;
	right: auto;
	bottom: 20px;
	/* left: 30px; */
}

.credit-reward-listing .redeems {
	height: auto;
	top: auto;
	float: right;
	bottom: 20px;
	/* left: 30px; */
}

.credit-reward-listing .redeems .point-text {
	padding: 0.4em 0;
	font-size: 12px;
}

.redeems .point-text {
	padding-top: 0.5em;
	text-align: center;
	vertical-align: middle;
	color: #767676;
}

.credit-reward-listing .redeems {
	height: auto;
	top: auto;
	left: auto;
	bottom: 20px;
	/* left: 30px; */
}

.redeems {
	z-index: 1;
	height: 27px;
	border-radius: 100px;
	/* background-color: #cf3339; */

	border: 1px solid #767676;
	width: 100px;
	position: absolute;
	top: 15px;
	right: 15px;
}


.credit-reward-listing .point .point-text {
	padding: 0.4em 0;
	font-size: 12px;
	font-weight: bold;
}

.credit-reward-listing>[class*="col-"] {
	margin-bottom: 30px;
}

.credit-reward-listing .thumb-default figcaption {
	margin: 0;
	padding: 20px 22px;
	min-height: 155px;

}

.credit-reward-listing .sub-title-2 {
	position: relative;
	bottom: auto;
	margin-bottom: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 88px;
}

@media only screen and (max-width: 991px) {
	.card-carousel .slick-arrow {
		display: block !important;
	}

	.card-carousel-wrap {
		margin-bottom: 30px;
	}

	.application-button-group {
		position: relative;
		margin-top: 30px;
	}

	.card-carousel .card-img img {
		max-width: 100%;
		height: auto;
	}

	.credit-reward-listing .thumb-default figcaption {
		margin: 0;
		padding: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.card-carousel .slick-arrow {
		display: none !important;
	}

	.card-carousel .slick-prev {
		left: 15px;
	}

	.card-carousel .slick-next {
		right: 15px;
	}

	.card-carousel-wrap .card-carousel,
	.card-carousel .slick-list {
		overflow: visible;
	}

	.card-carousel .card-content .item-icon {
		padding: 0;
	}

	.application-button-group {
		position: absolute;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.card-carousel .slick-prev {
		left: 0;
	}

	.card-carousel .slick-next {
		right: 0;
	}

	.card-carousel .slick-slide {
		max-width: 100%;
		width: 100%;
	}

	.card-carousel .slick-arrow {
		top: calc((100vw - 15px) * 0.315);
	}

	.card-carousel-bg {
		height: calc((100vw - 60px)*0.625 + 64px);
		max-height: 289px;
	}
}

.reward-info .button-group .btn-primary {
	float: none;
	vertical-align: middle;
}

.reward-info [class*="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
}

.reward-info .reward-img {
	width: 40px;
	display: table-cell;
	vertical-align: top;
}

.reward-info .reward-img img {
	margin: 5px auto 0;
}

.reward-info .reward-des {
	padding-left: 15px;
	display: table-cell;
	vertical-align: top;
}

.reward-info .reward-des p:not(:first-child) {
	margin-top: 5px;
}

.reward-info .rates-item-pad .rate-fee-pdf {
	background-position: center left;
	background-size: auto 28px;
}


.product-filter-comp .product-compare .card-image {
	width: 100%;
}

.product-filter-comp .product-compare .check-icon {
	top: -2px;
	right: -2px;
}

.product-filter-comp .thumb-default {
	background: none;
	box-shadow: none;
	border-radius: 0px;
}

.product-filter-comp .product-compare figure {
	background-color: #f9f9fa;
}

.product-filter-comp .thumb-default figure {
	height: 120px;
}

.product-filter-comp .product-compare figcaption {
	padding-bottom: 0;
}

.product-filter-comp .thumb-default figcaption {
	margin: 0;
}

.product-filter-comp .product-compare figcaption .title {
	height: 60px;
	font-size: 1.292rem;
}

.product-filter-comp .filter-3 div.custom-select:not(:last-child) {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #dbdbdb;
	border-radius: 0px;
}

.product-filter-comp .custom-select .custom-text {
	line-height: 45px;
}

.product-filter-comp .filter-3 .custom-select.width-1 {
	width: 100%;
}
}

@media only screen and (min-width: 767px) {
	.card-carousel .slick-slide.slick-current .card-content .card-promo-info {
		position: absolute;
		width: 600px;
		transform: translateX(-100px);
	}

	.inner-container .inner-container {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.cardServiceImage .container {
		padding-top: 0px;
	}

	.cardServiceImage ul {
		margin-top: 0%;
		margin-left: 0px !important;
	}

	.cardServiceImage .full-image {
		min-height: 400px;
	}

	.btn-expand {
		width: 100%;
	}
}






/* #################### iPad #################### */
@media only screen and (min-width : 768px) and (max-width : 1023px) {

	.multi-filter-item,
	.date-picker {
		width: 750px;
	}

	.grey-line {
		color: 1px solid #e5e5e5;
		width: 92%;
		text-align: center;
		margin: 0 auto;
	}

	.multi-filter-item:after,
	.date-picker:after {
		right: 27px;
	}
}

.card-image-small {
	height: 225px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

@media only screen and (max-width : 767px) {
	.card-image.card-opacity {
		background-image: none !important;
	}

	/*.card-image.card-popup-wrap{
		background-image: none !important;
	}*/
	.card-popup-wrap {
		margin: 0;
	}

	.card-popup-wrap .info {
		width: 100%;
		padding-top: 62%;
		background: rgba(255, 255, 255, 0.9);
	}

	.card-popup-wrap .info .link-primary {
		position: absolute !important;
		bottom: -20px;
		left: 20px;
	}

	.popup-wrap .popup-close {
		right: 6px;
		top: 5px;
		width: 32px;
		height: 32px;
		line-height: 40px;
		font-size: 18px;
	}

	.popup-content .cardimg-content {
		padding: 20px 20px;
	}

	.popup-content {
		margin: 30px 20px;
	}
}

.paddingleft15 {
	padding-left: 15px !important;
}

.product-filter-comp-v2 .filter-3 {
	padding: 0px;
}

.product-filter-comp-v2 .filter-block .block {
	padding: 10px 0px;
}

.product-filter-comp-v2 .income-range {
	width: 30%;
	display: table-cell;
}

.product-filter-comp-v2 .life-style {
	width: 30%;
	display: table-cell;
}

.product-filter-comp-v2 .privilege {
	width: 30%;
	display: table-cell;
}

@media only screen and (max-width: 667px) and (min-width: 375px) {

	.product-filter-comp-v2 .multi-filter-item,
	.date-picker {
		width: 327px;
	}

	.product-filter-comp-v2 .income-range {
		display: block;
	}

	.product-filter-comp-v2 .life-style {
		display: block;
	}

	.product-filter-comp-v2 .privilege {
		display: block;
	}

	[data-filterpromotion].promotion-filter .block {
		width: 100%;
	}

	.product-filter-comp-v2 .filter-3 .middle-block:last-child {
		display: block;
		text-align: center;
		padding-top: 8px;
		height: 55px;
	}

	.product-filter-comp-v2 .reset-filter span {
		display: inline-table;
	}
}

.product-filter-comp-v2 .filter-3 .middle-block:last-child {
	text-align: center;
}

.no-scroll-popup {
	overflow: hidden;
}

.popup-wrap {
	padding: 30px;
	overflow-y: auto;
}

.popup-content {
	margin: 0;
	max-height: none;
}

.popup-wrap .popup-mask {
	position: fixed;
}


/* ################### header ######################## */

@media only screen and (min-width: 1200px) {
	#header {
		min-height: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header {
		min-height: 0px !important;
	}
}

#header .logo {
	max-width: 430px;
	float: left;
	margin-top: -4px
}

@media only screen and (max-width: 1024px) {
	#header .logo {
		margin-top: 3px;
	}
}

#header .top-header {
	background: #4c5256;
	font-size: 13px;
	padding: 10px 0;
	min-height: 35px;
	position: relative;
	z-index: 50;
}

#header .top-header .inner-top {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 30px;
}

#header .top-header .top-nav li {
	padding: 0 40px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .top-header .top-nav li {
		padding-right: 30px;
	}
}

#header .top-header .top-nav>li:last-child {
	padding-right: 0;
}

#header .top-header .top-nav-right {
	float: right;
}

#header .top-header .top-nav-right li {
	padding: 0 0 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .top-header .top-nav-right li {
		padding-left: 30px;
	}
}

#header .top-header .top-nav-right li:first-child {
	padding-left: 0;
}

#header .top-header .top-nav-right .sub-nav {
	left: 20px;
	right: -20px;
}

#header .top-header .top-nav li,
#header .top-header .top-nav-right li {
	float: left;
}

#header .top-header .top-nav li a,
#header .top-header .top-nav-right li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1em;
	white-space: nowrap;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.no-touch.desktop #header .top-header .top-nav li a:hover,
.no-touch.desktop #header .top-header .top-nav-right li a:hover {
	color: white;
}

#header .top-header .top-nav li a.active,
#header .top-header .top-nav-right li a.active {
	color: white;
}

#header .top-header .top-nav li a.active:after,
#header .top-header .top-nav-right li a.active:after {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	display: inline-block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -5px;
}

#header .top-header .top-nav .visual-img,
#header .top-header .top-nav-right .visual-img {
	margin-right: 8px;
	margin-top: -2px;
	float: left;
	border-radius: 2px;
	overflow: hidden;
}

#header .top-header li.have-sub {
	position: relative;
	z-index: 20;
}

#header .top-header li.have-sub>a {
	position: relative;
	padding-right: 16px;
}

#header .top-header li.have-sub>a:after {
	content: "\e90c";
	font-family: 'icomoon' !important;
	position: absolute;
	top: 44%;
	right: 0;
	font-size: 10px;
	transform: translateY(-50%);
}

#header .top-header li.have-sub>a .visual-img {
	width: 16px;
	margin-top: -3px;
	opacity: 0.5;
}

#header .top-header li.have-sub>a .visual-img img {
	height: 16px;
}

#header .top-header li.have-sub:hover>a {
	color: #fff;
}

#header .top-header li.have-sub:hover>a:after {
	display: none;
}

#header .top-header li.have-sub:hover>a .visual-img {
	opacity: 1;
}

#header .top-header li.have-sub:hover .sub-nav {
	display: block;
	opacity: 1;
}

#header .top-header li.have-sub a:hover {
	color: #fff;
}

#header .top-header .sub-nav {
	position: absolute;
	background: #565d60;
	top: -10px;
	left: -20px;
	min-width: 130px;
	padding: 30px 0 10px;
	border-radius: 0 0 4px 4px;
	z-index: -1;
	display: none;
	opacity: 0;
	transition: top 0.4s ease;
}

#header .top-header .sub-nav li {
	width: 100%;
	padding: 8px 20px;
}

#header .top-header .sub-nav li:first-child {
	padding-left: 20px;
}

#header .inner-header {
	background: #00154e;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 20;
	-webkit-transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .inner-header {
		top: 0px !important;
	}
}

.sticky #header .inner-header {
	top: 0;
	position: fixed;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.tab-details-sticky.sticky #header .inner-header {
	box-shadow: none;
	border-bottom: 1px solid #f8f8f8;
}

#header .inner-header .content {
	max-width: 1300px;
	margin: 0 auto;
	padding: 21px 30px 0;
}

#header .inner-header .content:before,
#header .inner-header .content:after {
	display: table;
	content: "";
}

#header .inner-header .content:after {
	clear: both;
}

@media only screen and (max-width: 1200px) {
	#header .inner-header .content {
		padding: 13px 15px;
	}
}

#header .right-header {
	float: right;
}

#header .right-header .icons {
	font-size: 23px;
	float: left;
	margin: 10px 30px 0 0;
}

@media only screen and (max-width: 767px) {
	#header .right-header .icons {
		margin-right: 15px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 320px) {
	#header .right-header .icons {
		margin-right: 10px;
	}
}

#header .right-header .icons:nth-of-type(1) {
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	#header {
		position: -webkit-sticky;
	}

	#header .right-header .icons:nth-of-type(1) {
		margin-left: 0;
	}
}


.digital-menu {
	position: relative;
	display: inline-block;
	font: 20px/20px 'thaisanslite', Arial, sans-serif;

}

.digital-menu ul {
	position: absolute;
	right: 0;
	top: 75px;
	z-index: 10;
	width: 204px;
	padding: 15px 25px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
	display: none;
}

.digital-menu ul:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	top: -5px;
	right: 20px;
	position: absolute;
}

.digital-menu ul li {
	overflow: hidden;
}

.digital-menu ul a {
	color: black;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 15px 0 15px 0;
	display: block;
	position: relative;
}

.digital-menu ul a span {
	display: inline-block;
	vertical-align: middle;
}

.digital-menu ul a span:not(.visual-img) {
	padding-left: 38px;
}

.digital-menu ul a .visual-img {
	width: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.digital-menu .mobile-link {
	display: none;
}

.iphone .digital-menu .mobile-link.ios,
.android .digital-menu .mobile-link.android {
	display: block;
}

.bullet-head {
	font-size: 22px !important;
	color: #f7c85e;
}


.headMobile ul {
	margin-top: 5px;
	color: #fff;
	z-index: 99;
	width: 100%;
	display: none;
	font: 20px/24px 'thaisanslite', Arial, sans-serif;
	background: #011c46;
}

.headMobile li {
	float: none;
	text-align: left;
	border-bottom: 1px solid #00264c;
	padding: 10px 20px;
	height: auto;
}

.before-menu-mb {
	background: #001e6f !important;
	border-bottom: 2px solid #d8a021 !important;
	font: 23px/23px 'thaisanslite', Arial, sans-serif;
}

ul li {
	list-style: none;
}

.menu-mb-left {
	width: 50%;
}

.menu-mb-left a {
	color: #f1cd81 !important;
}

.headMobile a {
	text-decoration: none;
}

.menu-mb-right a {
	color: #f1cd81 !important;
}

@media (max-width: 575px) {
	.headMobile {
		display: block;
	}
}

.headMobile {
	text-align: center;
	padding-top: 5px;
	position: relative;
	background: #07224b;
}

.headMobile li {
	float: none;
	text-align: left;
	border-bottom: 1px solid #00264c;

	height: auto;
}

#footer button.icon-go-to-top::after {
	font-family: 'FontAwesome' !important;
	content: "\f077";
	color: rgba(255, 255, 255, 0.9);
}

.list-links li {
	font-family: 'thaisanslite' !important;
	font-size: 22px !important;
	line-height: 22px;
}

.list-links li::before {
	content: "\f105 ";
	color: rgb(200, 165, 80);
	font-family: 'FontAwesome' !important;
	padding-right: 5px;
	font-size: 14px;
}

.kobmon {
	border-radius: 100px;
}


.hero-banner .scroll-content {
	position: absolute;
	left: 0;
	bottom: 60px !important;
	width: 100%;
	z-index: 2;
}

.bounce-down {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

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

.hero-banner .scroll-content i {
	color: #ffffff;
}

#scroll-content a i:before,
.bx-grid-320 figure a figcaption i:before,
.bx-grid-320 figure a figcaption span.flaticon-right150:before {
	font-size: 36px;
}

.hero-banner .scroll-content i {
	color: #ffffff;
}



@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation: bounce 3s infinite;
	-moz-animation: bounce 3s infinite;
	-o-animation: bounce 3s infinite;
	-ms-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


.redeems:hover {
	background-color: #dfc050;
	border-color: #dfc050;
}

.redeems .point-text:hover {
	color: #ffffff;
}

.point:hover {
	cursor: context-menu;
}

.scrollTop {
	opacity: 0;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #ff000a;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

.thumb-box:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 20px 0px;
}

.thumb-box:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 20px 0px;
}

.thumb-box:hover figure .thumb {
	transform: scale(1.5);
}

.kongrang{
	font-family: pslxkittithadabold;
    font-size: 42px;
    color: #000;
    font-weight: 600;
}


/* Radio Selectoroooooooooooor */


:root {
	--white: #ffffff;
	--light: #f0eff3;
	--black: #000000;
	--dark-blue: #1f2029;
	--dark-light: #353746;
	--red: #a3a3a3;
	--yellow: #a3a3a3 ;
	--grey: #ecedf3;
}

/* #Primary
================================================== */


::selection {
	color: var(--white);
	background-color: var(--black);
}
::-moz-selection {
	color: var(--white);
	background-color: var(--black);
}
mark{
	color: var(--white);
	background-color: var(--black);
}
.section {
    position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.over-hide {
    overflow: hidden;
}
.z-bigger {
    z-index: 100 !important;
}


.background-color{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--dark-blue);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:checked ~ .background-color{
	background-color: var(--white);
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
	position: relative;
	width: 70px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
	position: absolute;
	font-family: 'unicons';
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:not(:checked) + label:before {
	content: '\eac1';
	left: 0;
	color: var(--grey);
	background-color: var(--dark-light);
	box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked + label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);
	background-color: var(--dark-blue);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p{
	color: var(--dark-blue);
}

.checkbox-tools:checked + label {
	color: #f9f9fa !important;
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
	position: relative;
    display: inline-block;
    padding: 6px;
    width: 80px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    /* margin-bottom: 10px; */
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: #949494;
	-webkit-transition: all 300ms linear;
	border: 1px solid #d4d4d4;
    transition: all 300ms linear;
}
.checkbox-tools:not(:checked) + label{
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-tools:checked + label{
	background-color: #767676;
	/* background-color: transparent; */
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:not(:checked) + label:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
	background-color: var(--light);
	color: var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
	font-size: 52px;
	line-height: 52px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	-webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}
.checkbox-budget:not(:checked) + label{
	background-color: var(--dark-light);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-budget:checked + label{
	background-color: transparent;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:not(:checked) + label:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: -1;
}
.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span{
	position: relative;
	display: block;
}
.checkbox-budget:checked + label span::before,
.checkbox-budget:not(:checked) + label span::before{
	position: absolute;
	content: attr(data-hover);
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	-webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
	-webkit-transition: max-height 0.3s;
	-moz-transition: max-height 0.3s;
	transition: max-height 0.3s;
}
.checkbox-budget:not(:checked) + label span::before{
	max-height: 0;
}
.checkbox-budget:checked + label span::before{
	max-height: 100%;
}

.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label{
	background-color: var(--light);
	-webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-booking:checked + label,
.checkbox-booking:not(:checked) + label{
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	padding: 0;
	padding: 6px 25px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 16px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
    color: var(--white);
	text-transform: uppercase;
	background-color: var(--dark-light);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-booking:checked + label::before{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:not(:checked) + label:hover::before{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:checked + label::before,
.checkbox-booking:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}
.checkbox-booking:checked + label::after,
.checkbox-booking:not(:checked) + label::after{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-color: var(--dark-light);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-booking:checked + label::after{
	opacity: 0;
}
.checkbox-booking:checked + label .uil,
.checkbox-booking:not(:checked) + label .uil{
	font-size: 20px;
}
.checkbox-booking:checked + label .text,
.checkbox-booking:not(:checked) + label .text{
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
.checkbox-booking:checked + label .text{
	opacity: 0.6;
}
.checkbox-booking:checked + label .text::after,
.checkbox-booking:not(:checked) + label .text::after{
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label .text::after{
	width: 0;
}
.checkbox-booking:checked + label .text::after{
	width: 100%;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label{
	background-color: var(--light);
    color: var(--dark-blue);
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label::after,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label::after{
	background-color: var(--light);
}




.link-to-page {
	position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 30px;
}
.link-to-page img{
	width: 100%;
	height: auto;
	display: block;
}

.badgem {
    display: inline-block;
    padding: .3em .6em;
	font-size: 11px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badgem-secondary {
	color: #8a8a8a;
    background-color: #e4e4e4;
}

.badgep {
    display: inline-block;
	padding: 0.5px 0.6em;
	font-size: 18px;
	font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badgep-secondary {
	color: #fff;
    background-color: #cf3339;
}

.f-h-1{
	font: 22px/26px 'thaisanslite', Arial, sans-serif;
}

.sub-tt-color{
  color: #30373b;
}

.clearFilter a{
	font: 22px/26px 'thaisanslite', Arial, sans-serif;
	color: #021b5f !important;
}

.clearFilter a:hover{

	color: #002ead !important;
}

.filter-reward-listing2 .sub-title2 {
	padding-top: 10px;
	padding-bottom: 10px;
    border-top: 1px solid #ededed;
}

.mttop-30{
	margin-top: -20px;
}

.testSelAll{
	margin-top:100px;
	margin-top: 1px;
}

.mgtCate{
	margin-bottom: 8px;
    margin-top: 4px;
}
.w-100{
	width: 100% !important;
}
    /* margin-top: 36px; */
.login-btn:hover{
	background-color: #daab41;
	color: white;
}

.footer-fix{
	display: none;
}

.mlef-10{
 margin-left: 10px;
}


.colorUser{
  color:		#715b0e  !important;
}

.facolor{
	/* color: #00258a !important; */
	color: #c69b3b !important;
}

.colorDown{
	color: #a0a0a0;
}

.fasignout{
	font-size: 16px !important;
	 color: #6b6b6b !important;
}


.dropdown {
	float: left;
	overflow: hidden;
	


  }
  
  .dropdown .dropbtn {
	  font: 15px/20px Arial, sans-serif;
	  border: none;
	  outline: none;
	  color: #e4e4e4;
	  padding: 2px 2px;
	  background-color: inherit;
	  margin: 0;
	  font-weight: bold;
	  
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
	background-color: none;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	min-width: 200px;
	z-index: 1005;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
    transition: all 0.25s ease 0s;
	border-radius: 5px;

	
    padding: 7px auto;
  }
  
  .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;

	border-bottom: 1px solid rgba(238, 238, 238, 0.8);
  }
  
  .dropdown-content a:hover {
	background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
	display: block;
  }
  
  .global-nav li:last-child {
	   padding-right: 32px;
  }
  

  .account-img{
	position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    line-height: inherit;
	border-radius: 50%;
	margin: 10px;

}

.account-txt{
	padding-top: 16px  !important;
	padding-bottom: 20px;  !important;
	background: #e4e4e4    !important;
	color: #767676  !important;
	font-weight: bold  !important;
	font-size: 18px  !important;
}

.account-point{
	color: #af8019  !important;
	line-height: inherit;
	padding: 5px auto  !important;
}

.account-point:hover{
	background: #ffffff  !important;
}

.dropdown-content .account-point{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.dmpoint{
	font-size: 16px  !important;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-success2 {
	color: #fff;
	background-color: #468847;
  }
  .badge-success2:hover {
	color: #fff;
	background-color: #356635;
  }

  .badge-warning2 {
	color: #fff;
	background-color: #f89406;
  }
  .badge-warning2:hover {
	color: #fff;
	background-color: #c67605;
  }

  .font-badges{
    font-size: 14px !important;
    font-weight: 400 !important;
  }

.badge {
    display: inline-block;
	/* padding: .25em .4em; */
	padding: .3em .5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.font22ts{
	font: 22px/22px 'thaisanslite', Arial, sans-serif;
	color: #6f6f6f;

}

.font20ts{
	font: 18px/20px 'thaisanslite', Arial, sans-serif;
	color: #c50008;
}


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

.font22ts000{
	color: #000  !important;
	font-weight: bold;
}



.swal-overlay {
	background-color: rgba(0,0,0,0.7)  !important;
}

.swal-title {
    font-family: pslxkittithadabold  !important;
	font-size: 42px  !important;
	letter-spacing: 1px;
}

.swal-text{
	font-family: pslxkittithadabold  !important;
    font-size: 26px  !important;
}

.swal-footer{
	text-align: center   !important;
}


/* ######### Floating Cart ######## */


.nofication {
	position: absolute;
    top: 5px;
    right: 28px;
    width: 20px;
    height: 20px;
    background: #cf3339;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: #cf3339 2px solid;
    font-weight: bold;
}

.label-container{
		position:fixed;
		width: 132px;
		height: 50px;
		top: 143px;
		right: 60px;
		display:table;
		visibility: hidden;
		z-index: 99;
}

.label-text{
	color:#FFF;
	background: rgba(0,0,0,.5);
	display:table-cell;
	vertical-align:middle;
	padding: 3px 10px 3px 10px;
	border-radius:3px;
	font: 20px/20px 'thaisanslite', Arial, sans-serif;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color: #000;
	opacity:0.5;
}


.float {
    position: fixed;
    width: 55px;
    height: 48px;
    top: 143px;
    right: 0px;
	background-color: rgba(255, 255, 255, 0.9);
    color: #aaaaaa;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
	z-index: 9;
	border-radius: 8px 0px 0px 8px;
	
	/* visibility: visible; */
}

.my-float {
    font-size: 24px;
    margin-top: 11px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity:  1;
}

.basketimg{
	width: 32px;
	margin-top: 8px;
	margin-left: 5px;
}

.swal-icon--error__line--right {
	right: -23px !important;
}

.swal-icon--error__line--left {
	left: -23px !important;
}

.swal-button{
	background-color: #428bca  !important;
}



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

	.space-on-left{
		margin-top: 66px !important;
	}

}



@media (min-width: 481px) and (max-width: 767px) {
	.space-on-left{
		margin-top: 66px !important;
	}

}


@media (min-width: 320px) and (max-width: 480px) {
	.space-on-left{
		margin-top: 66px !important;
	}
}






/*############################ Mobile MEnu ###############################*/


@media screen and (max-width: 768px) {
	.navigations {
		height: 66px;
	}

	.navigations_wrapper img {
		width: 34px;
		margin-left: 6px;
	}

	.navigations_wrapper p {
		font-size: 13px;
	}
}

.navigations {
	width: 100%;
	/* display: flex; */
	height: 75px;
	justify-content: center;
	background-color: #072886;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 13px 37px rgba(0, 0, 0, .25);
	position: fixed;
	bottom: 0;
	z-index: 1000;
}

.navigations_wrapper {
	display: flex;
	justify-content: space-around;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.navigations_wrapper div {
	display: flex;
	margin-bottom: 5px;
}

.navigations_wrapper div a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: Kanit, "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	color: #f9f9f9;
	margin-top: -10px;
}

.navigations_wrapper p {
	padding: 0;
	margin: 0;
	/* font-size: 16px; */
	font-size: 22px;
    font-family: pslxkittithadabold;
}


.navigations_wrapper div {
	display: flex;
	/* margin-bottom: -10px; */
}



.primary_nav {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	/* margin-top: -20px; */

}

@media screen and (max-width: 768px) {
	.primary_nav>a {
		width: 80px;
		height: 80px;
	}
}


.primary_nav>a {
	background-image: linear-gradient(180deg, #002ba0, #040940);
	border-radius: 50%;
	border: 2px solid #3051af;
}

.menuuser {
	font-size: 28px;
	margin-bottom: 2px;
}

.menuplay {
	font-size: 34px;
	margin-bottom: 4px;
	/* color: #f2de83; */
	color: #b5daff;
	text-shadow: 0 0 5px #005eea, 0 1px 4px #003cc5;
}











