.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: 24px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 19px;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: url('scb-design/resources/images/bgd-body-1.jpg') no-repeat;
  background-size: cover;
  color: white;
  font-family: 'THSarabunNew', Tahoma, Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
html,
body {
  min-height: 100%;
}
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%;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff0;
  color: #000;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus {
  outline: 0;
}
address {
  font-style: normal;
  line-height: 1.7;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: white;
  background: gray;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .grid {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@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;
}
@media only screen and (max-width: 1024px) {
  .grid-fluid {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.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;
}
@media only screen and (max-width: 1024px) {
  .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 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.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: 1199px) {
  .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;
}

.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;
  }
}
@font-face {
  font-family: 'PSLKanda';
  src: url('scb-design/resources/fonts/PSLKandaModernNewW4Pro.woff') format('woff');
}
@font-face {
  font-family: 'THSarabunNewBold';
  src: url('scb-design/resources/fonts/thsarabunnewbold.woff') format('woff');
}
@font-face {
  font-family: 'THSarabunNew';
  src: url('scb-design/resources/fonts/thsarabunnew.woff') format('woff');
}
@font-face {
  font-family: 'Didot';
  src: url('scb-design/resources/fonts/didot.woff') format('woff');
}
@font-face {
  font-family: 'Sukhumvittadmai';
  src: url('scb-design/resources/fonts/sukhumvittadmai_tex-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Sukhumvittadmai_med';
  src: url('../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/fonts/sukhumvittadmai_med-webfont.woff') format('woff');
}
@font-face {
  font-family: 'icomoon';
  src: url('scb-design/resources/fonts/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon2';
  src: url('scb-design/resources/fonts/icomoon2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: icomoon3;
    src: url("scb-design/resources/fonts/icomoon3.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
[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,
.link-more:after,
.breadcrumb li:not(:last-child):after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-info:before {
  content: "\e916";
}*/
.icon-arrow-more:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e903";
}
.icon-pagination-left:before,
.slick-prev:before,
.promotions .slick-prev:before {
  content: "\e904";
}
.icon-pagination-right:before,
.slick-next:before,
.promotions .slick-next:before,
.link-more:after,
.breadcrumb li:not(:last-child):after {
  content: "\e906";
}
.icon-dropdown:before,
.btn-primary-dropdown:after,
.input-search p:after,
.custom-select:after {
  content: "\e90c";
}
.icon-phone:before {
  content: "\e915";
}
.icon-video:before {
  content: "\e90d";
}
.icon-video2:before,
.story.video .icon-play:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-line:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}

.icon-tiktok:before {
  font-family: icomoon2 !important;
  content: "\e9ab";
  font-size: 0.8rem !important;
}

.icon-mail:before {
  content: "\e917";
}
.icon-google:before {
  content: "\e918";
}
.icon-in:before {
  content: "\e919";
}
@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;
}
.min-size {
  width: 256px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary-dropdown {
  padding: 0 15px;
  background-color: white;
  border-radius: 0;
  min-width: 115px;
  display: inline-block;
  line-height: 43px;
}
.btn-primary-dropdown:after {
  margin-left: 10px;
  display: inline-block;
  font-size: 15px;
}
.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-default {
  color: white;
  text-align: center;
  padding: 0 25px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 54px;
  border-radius: 4px;
  min-width: 140px;
  display: inline-block;
  background-color: #b19b52;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
}
@media only screen and (max-width: 767px) {
  .btn-default {
    line-height: 44px;
  }
}
.no-touch.desktop .btn-default:hover {
  background-color: #8f7d41;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
}
.btn-default:active {
  background-color: #8f7d41;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
}
.btn-default.btn-line {
  display: block;
  background: none;
  border: 1px solid #b19b52;
  box-shadow: none !important;
}
.btn-center {
  min-width: 140px;
  width: 256px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
.btn-primary {
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  background: inherit;
  line-height: 54px;
  padding: 0 25px;
  display: inline-block;
  text-transform: uppercase;
}
.no-touch.desktop .btn-primary:hover {
  border-color: #c1a45f;
  color: #c1a45f;
}
.btn-primary:active,
.btn-primary:focus {
  border-color: #c1a45f;
  color: #c1a45f;
}
.btn-primary[disabled] {
  opacity: 0.5;
}
.label {
  font: 0.909rem 'THSarabunNewBold';
  padding-top: 15px;
  padding-bottom: 7px;
  display: inline-block;
}
.input,
.custom-select {
  font-size: 20px;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  color: black;
  border-radius: 4px;
  background: #f6f6f6;
  border: 1px solid transparent;
}
.input:not([readonly]):focus {
  border-color: #b19b52;
}
.input:not([readonly]):valid {
  /*&:extend(.txt-purple);*/
}
.input[readonly] {
  opacity: 0.5;
}
.input:-moz-placeholder {
  color: #b0adad;
}
.input::-moz-placeholder {
  color: #b0adad;
}
.input:-ms-input-placeholder {
  color: #b0adad;
}
.input::-webkit-input-placeholder {
  color: #b0adad;
}
.input-search {
  position: relative;
}
.input-search input {
  padding-right: 48px;
}
.input-search p {
  color: #2d2d33;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px;
}
.input-search:hover {
  cursor: pointer;
}
.input-search:hover p {
  animation: wobble-vertical 0.75s alternate;
}
textarea.input {
  height: 90px;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
.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: 20px;
  color: #1f1f1f;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}
.custom-select:after {
  color: #8f7d41;
  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;
    }*/
}
.custom-select.selected {
  /*    border-color: @purple-color;*/
}
.error .custom-select {
  border-color: #ef6f6e;
}
.error .custom-select .custom-text span {
  color: #ef6f6e;
}
.error .custom-select:after {
  color: #ef6f6e;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  float: left;
  border-radius: 3px;
  background-color: white;
}
.dropdown-menu ul {
  overflow-y: auto;
  max-height: 25rem;
}
.dropdown-menu li {
  overflow: hidden;
}
.dropdown-menu li a {
  display: block;
  font-size: 20px;
  padding: 11px 15px;
  color: #bd9f57;
}
.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: #bd9f57;
}
.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;
}
.no-padding {
  padding: 0px;
}
.captcha .form_row {
  width: 30%;
  min-width: 230px;
  border-radius: 4px;
  padding: 15px;
  color: white;
  position: relative;
}
.captcha .form_row:first-of-type {
  background-color: #b19b52;
  padding-bottom: 35px;
}
.captcha .form_row .form_leftcol .form_leftcollabel {
  display: inline-block;
}
.captcha .form_row .form_leftcol .form_leftcolmark {
  display: inline-block;
}
.captcha .form_row .form_rightcol .form_captcha_input,
.captcha .form_row .form_rightcol .form_captcha_refresh {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.captcha .form_row .form_rightcol .form_captcha_input input.form_field_text {
  border-radius: 4px;
  padding: 5px;
  width: 145px;
  height: 35px;
  display: inline-block;
}
.captcha .form_row .form_rightcol .form_captcha_refresh .form_button {
  border-radius: 4px;
  font-size: 16px;
  height: 35px;
}
.captcha .form_row .form_rightcol .form_captchatimer {
  background-color: white;
  width: 64px;
  height: 10px;
  margin-top: -65px;
}
.captcha .form_row .form_rightcol .form_captchatimer .form_captchatimer_bar {
  background-color: red;
  height: 10px;
  width: 100%;
}
.captcha .captcha-wrap {
  position: relative;
  margin-bottom: 10px;
}
.captcha .captcha-wrap .form_captcha_img,
.captcha .captcha-wrap input {
  background: #19181b;
  border: none;
  text-align: center;
  color: white !important;
  font-family: Tahoma;
  font-size: 16px;
  border-radius: 4px;
  height: 48px;
  line-height: 42px;
}
.captcha .captcha-wrap .form_captcha_img:hover,
.captcha .captcha-wrap input:hover {
  cursor: inherit;
}
.captcha .captcha-wrap .refresh {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("scb-design/resources/images/icons/ic-refresh.svg") no-repeat center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.captcha .captcha-wrap .refresh:hover {
  cursor: pointer;
}
.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;
}
.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 .title-5 {
  margin: 0 0 10px;
}
.custom-radio-thumb .inner .title-5 span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
.custom-radio-thumb .inner .text-x-small {
  color: #767676;
}
.custom-radio-thumb input:checked + .inner {
  background: #f7d789;
}
.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;
}
.datewrap-form {
  position: relative;
}
.datewrap-form input[readonly] {
  opacity: 1;
}
.datewrap-form .datewrap {
  display: none;
  position: absolute;
  margin-top: 5px;
  left: 0;
  right: 0;
}
.datewrap-form .datewrap.active {
  display: block;
  z-index: 200;
}
.datewrap-form .ui-datepicker .ui-datepicker-header {
  height: 34px;
  margin: 10px 0 20px;
  padding: 0;
  border: 0;
  background: none;
}
.datewrap-form .ui-datepicker .ui-datepicker-header select {
  display: block !important;
  background: #f0f2f4;
  padding: 5px 10px;
  font-size: 16px;
  float: left;
  border-radius: 20px;
  width: 48%;
}
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 10px;
}
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  float: right;
}
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: none;
  border: none;
  color: #000;
  top: 1px;
  display: none;
}
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after,
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: "\e90c";
  font-family: 'icomoon' !important;
  font-size: 26px;
  position: absolute;
  top: 3px;
}
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  transform: rotate(90deg);
}
.datewrap-form .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  transform: rotate(-90deg);
}
.datewrap-form .ui-datepicker .ui-state-default {
  width: 34px;
  height: 34px;
  margin: 0 auto 5px;
  border-radius: 30px;
  text-align: center;
  line-height: 34px;
  padding: 0;
  background: none;
  border: 2px solid transparent;
}
.datewrap-form .ui-datepicker .ui-state-default.ui-state-highlight {
  border-color: #7a58bf;
}
.datewrap-form .ui-datepicker .ui-state-default.ui-state-active {
  color: #fff;
  background: #7a58bf;
}
.datewrap-form .ui-datepicker th {
  font-size: 16px;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.datewrap-form .ui-datepicker table {
  margin-bottom: 0;
}
.datewrap-form .ui-datepicker table td {
  background: none;
  border: 0;
  text-align: center;
  font-size: 16px;
}
[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;
}
.loan-faqs .collapse-inner {
  background: #f0f2f4;
  padding: 15px 20px;
}
.loan-faqs .collapse-inner .item {
  padding-left: 15px;
}
.loan-faqs .collapse-inner .item:first-child {
  padding-top: 10px;
}
.loan-faqs .collapse-inner .item:last-child {
  padding-bottom: 10px;
}
.loan-faqs .collapse-inner .item a {
  overflow: hidden;
  font-size: 1.333rem;
  line-height: 22px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  height: 70px;
  display: table;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .loan-faqs .collapse-inner .item a {
    padding: 20px 0;
  }
}
.loan-faqs .collapse-inner .item a span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}
.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-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;
  }
}
.bor-bot {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #ededed;
}
.bor-bot .link-default {
  display: block;
}
.img-responsive {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .img-fixed-height {
    height: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .img-fixed-height {
    width: 100%;
    height: calc((100vw - 35vw ) / 2);
    height: -moz-calc((100vw - 35vw ) / 2);
    height: -webkit-calc((100vw - 35vw ) / 2);
    height: -o-calc((100vw - 35vw ) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .img-fixed-height {
    width: 100%;
  }
}
.shadow {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
}
.page {
  overflow: hidden;
}
.responsivegrid {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .responsivegrid {
    padding-top: 66px;
  }
}
.inner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.inner-container:before,
.inner-container:after {
  display: table;
  content: "";
}
.inner-container:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .inner-container {
    padding: 0;
    margin: 0 15px;
  }
}
.inner-container-left {
  position: relative;
  left: 50%;
  margin-left: -600px;
}
[class*='wrapper']:before,
header:before,
[class*='wrapper']:after,
header:after {
  display: table;
  content: "";
}
[class*='wrapper']:after,
header:after {
  clear: both;
}
.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;
}
.no-mar {
  margin: 0!important;
}
@media only screen and (min-width: 768px) {
  .mar-top-negative-sm-md {
    position: relative;
    z-index: 3;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mar-top-negative-sm-md {
    margin-top: -60px;
  }
  .mar-top-negative-sm-md .inner-container {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.mar-top-negative-lg {
  margin-top: -137px;
}
@media only screen and (max-width: 1024px) {
  .mar-top-negative-lg {
    margin-top: -80px;
  }
}
.mar-top-negative {
  margin-top: -100px;
}
.mar-bot-negative {
  margin-bottom: -100px;
}
.mar-left-negative-sm {
  margin-left: -60px;
}
@media only screen and (max-width: 991px) {
  .mar-left-negative-sm {
    margin-left: -10px;
  }
}
.mar-right-negative-sm {
  margin-right: -60px;
}
@media only screen and (max-width: 991px) {
  .mar-right-negative-sm {
    margin-right: -10px;
  }
}
.mar-top-positive {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .m-mar-top {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .sm-mar-top {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .mar-top-md {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .mar-top-md {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .mar-bot-md {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .mar-bot-md {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .mar-bot-lg {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .mar-top-lg {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .mar-top {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .mar-top {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .mar-right {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .mar-bot {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .mar-right {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .mar-right {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .mar-left {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .mar-left {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .pad-left {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .pad-left {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .pad-right-md {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .pad-right-md {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .pad-left-sm {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pad-left-sm {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .pad-top-xlg {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .pad-top-xlg {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .pad-bot-xlg {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .pad-bot-xlg {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .pad-top-lg {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pad-top-lg {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .pad-top-lg {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .pad-bot-lg {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .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 {
  padding-top: 30px;
}
.pad-bot {
  padding-bottom: 30px;
}
.pad-top-xs {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-portrait-mar-top-none {
    margin-top: 0;
  }
  .tablet-portrait-mar-top {
    margin-top: 15px;
  }
}
.wrapper {
  background-size: cover;
}
.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;
        &.move-up {
          opacity: 1;
          transform: translateY(0);
        }
      }

    }

  }
}*/
.wrapper {
  font-size: 16px;
  line-height: 1.4;
}
.content-paragraph p:not(:first-child) {
  margin-top: 10px;
}
.content-paragraph ul,
.content-paragraph ol {
  margin-left: 20px;
  line-height: 1.67em;
  padding: 0.5rem 0 0 20px;
}
.content-paragraph ul {
  list-style-type: disc;
}
.content-paragraph li {
  padding: 0.2rem 0;
  font-size: 16px;
  line-height: 1.4;
}
.content-paragraph ol {
  list-style-type: decimal;
}
.content-paragraph ol li {
  padding: 0.2rem 5px;
}
.content-paragraph .list-normal {
  margin: 0;
}
.content-paragraph .list-normal li {
  list-style-type: none;
}
.content-paragraph table th,
.content-paragraph table td {
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .content-paragraph table th,
  .content-paragraph table td {
    padding: 15px 5px;
  }
}
.content-paragraph table.has-shadow {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
}
.content-paragraph table.has-border {
  border: 1px solid #f2f2f2;
}
@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%;
  }
}
.info {
  word-wrap: break-word;
  background: white;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  color: black;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  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) {
  .info {
    height: 330px;
  }
}
@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: calc(100vw - 30px);
    height: -moz-calc(100vw - 30px);
    height: -webkit-calc(100vw - 30px);
    height: -o-calc(100vw - 30px);
  }
}
.info .inner {
  padding: 30px;
  color: inherit;
  display: block;
}
@media only screen and (max-width: 767px) {
  .info .inner {
    padding: 30px 20px 20px;
  }
}
.info .sub-title,
.info .title {
  color: inherit;
}
.info .title {
  margin: 2.5rem 0 1rem;
}
.info .title.small {
  margin: 1.5rem 0 0.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .info .title {
    margin: 1rem 0 10px;
    line-height: normal;
  }
}
@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;
  }
}
.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-more {
  color: white!important;
}
.info.image .link-more {
  position: absolute;
  font-size: 20px;
  bottom: 2rem;
  -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .info.image .link-more {
    bottom: 20px;
    left: 20px;
  }
}
.no-touch.desktop .info.image:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.13);
}
.no-touch.desktop .info.image:hover .link-primary:after {
  opacity: 1;
  margin-left: 10px;
}
.story {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 1200px) {
  .story {
    height: 330px !important;
  }
}
.story iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .story {
    /*.calc(height, @heightCalc);*/
    height: 317px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .story {
    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) {
  .story {
    height: calc(100vw - 30px);
    height: -moz-calc(100vw - 30px);
    height: -webkit-calc(100vw - 30px);
    height: -o-calc(100vw - 30px);
  }
}
.story .story-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);
  position: relative;
  z-index: 2;
}
.no-touch.desktop .story:hover {
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.13);
}
.no-touch.desktop .story:hover .story-thumb {
  transform: translate3d(0, 0, 0) rotate(2deg) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) rotate(2deg) scale(1.1);
}
.story.video .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: white;
  z-index: 5;
  cursor: pointer;
}
.story.video .icon-play:before {
  content: "\e90e";
  top: 30%;
  left: 40%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .story.video .icon-play {
    transform: translate(-50%, -50%) scale(0.83);
    -webkit-transform: translate(-50%, -50%) scale(0.83);
  }
}
.no-touch.desktop .story.video:hover .icon-play {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}
@media print {
  body {
    margin: 0;
    background: transparent;
    color: #000;
    font-family: 'THSarabunNew', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 24px;
    box-shadow: none;
    text-shadow: none;
  }
  img,
  fieldset {
    border: 0;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.0em;
  }
  h6 {
    font-size: 0.9em;
  }
  ol,
  ul {
    list-style-type: none;
  }
  ol li,
  ul li {
    list-style-type: disc;
  }
  dt {
    font-weight: bold;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  input,
  select,
  textarea {
    border: 1px solid #000;
  }
  input {
    padding: 1px 0;
  }
  select {
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: normal;
  }
  img {
    max-width: 100%;
  }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  div {
    text-align: left;
  }
  caption {
    display: none;
  }
  table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0;
  }
  table th,
  table td {
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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 {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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: 2.153rem;
  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: 20px;
  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: 100%;
  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;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.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 .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.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 {
  border: 1px solid #aaaaaa;
  background: #cccccc url("scb-design/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("scb-design/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.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,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url("scb-design/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.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-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("scb-design/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.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-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("scb-design/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.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,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("scb-design/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.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 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("scb-design/resources/images/ui-icons_555555_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("scb-design/resources/images/ui-icons_555555_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("scb-design/resources/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("scb-design/resources/images/ui-icons_555555_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("scb-design/resources/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("scb-design/resources/images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("scb-design/resources/images/ui-icons_888888_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* 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;
}
@keyframes animModal {
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.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 .close {
  background: url(scb-design/resources/images/icons/ic-close.svg) no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 10;
}
.modal-full-screen .close:hover {
  opacity: 0.8;
}
.modal-full-screen .modal-body {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.modal-full-screen .modal-body .inner-container {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .modal-full-screen .modal-body .inner-container {
    padding-top: 60px;
  }
}
.modal-full-screen .icon-close,
.modal-fade .icon-close {
  position: absolute;
  font-size: 2rem;
  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: 991px) {
  .modal-full-screen h2.title-1,
  .modal-fade h2.title-1 {
    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;
}
.flipbook {
  background: #323232;
}
.modal-product {
  background: rgba(0, 0, 0, 0.85);
}
.modal-product .content {
  width: 85%;
  margin: 90px auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal-product .content {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.modal-product .modal-body {
  background: #2d2d33;
  width: 86vw;
  max-width: 940px;
  margin: 100px auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .modal-product .modal-body {
    margin: 50px auto;
  }
}
/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('scb-design/css/@{slick-loader-path}ajax-loader.gif') center center no-repeat;*/
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('scb-design/css/fonts/slick.eot');
  src: url('scb-design/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('scb-design/css/fonts/slick.woff') format('woff'), url('scb-design/css/fonts/slick.ttf') format('truetype'), url('scb-design/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .slick-prev,
  .slick-next {
    display: none!important;
  }
}
@media only screen and (min-width: 992px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    bottom: 0;
    background: none;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    width: 120px;
  }
  .slick-prev:hover,
  .slick-next:hover,
  .slick-prev:focus,
  .slick-next:focus {
    outline: none;
  }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    cursor: default;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    display: none;
    opacity: 0.25;
  }
}
@media only screen and (max-width: 991px) {
  .touch .slick-prev,
  .touch .slick-next {
    display: none!important;
  }
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  font-family: "slick";
  font-size: 20px;
  line-height: 48px;
  padding: 0;
  border: none;
  background: white;
  top: 50%;
  margin-top: -24px;
  outline: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  display: block;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  left: 0;
}
.slick-prev:hover:before {
  left: 30px;
  opacity: 1;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  right: 0;
}
.slick-next:hover:before {
  right: 30px;
  opacity: 1;
}
.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;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.col-md-8 .slick-dots {
  left: 4%;
}
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  bottom: 8%;
  left: 8%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.slick-dots li button {
  border: 0;
  background: white;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  outline: none;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
@media only screen and (min-width: 992px) {
  .slick-slide img {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .slick-slide img {
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-left: 50%;
  }
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none;
}
[data-slider-moving] {
  margin-left: 100px;
}
[data-slider-moving] .product {
  margin-left: 30px;
}
[data-slider-moving] .product:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  [data-slider-moving] {
    margin-left: 15px;
  }
  [data-slider-moving] .product {
    margin-left: 15px;
  }
}
[data-slider-dot-left] .slick-dots {
  margin-left: -5px;
}
[data-slider-dot-center] .slick-dots {
  text-align: center;
  left: 0;
  right: 0;
}
.line {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.line:before {
  content: '';
  height: 2px;
  width: 50px;
  bottom: 0;
  position: absolute;
  background: white;
}
.line.pink:before {
  background: #bd9f57;
}
.line.brown:before {
  background: #bbab85;
}
.line.center:before {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .line {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .line:before {
    width: 30px;
  }
}
.line span {
  display: block;
}
.title-1 {
  font: 2.5rem/1 'Didot';
}
@media only screen and (max-width: 991px) {
  .title-1 {
    font-size: 1.66666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-1 {
    font-size: 1.5rem;
  }
}
.title-2,
[data-tab] [data-tab-header].center a {
  font: 1.333rem 'Didot';
}
[lang*='th'] .title-2 {
  font-size: 2rem; /*font 'PSLKanda' is smaller than Didot*/
}
@media only screen and (max-width: 991px) {
  .title-2,
  [data-tab] [data-tab-header].center a {
    font-size: 1rem;
  }
}
.title-3 {
  font: 0.75rem 'THSarabunNewBold';
  letter-spacing: 2px;
  text-transform: uppercase;
}
.title-3.line {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.title-4 {
  font: 1.363rem 'Didot';
}
.title-5 {
  font: 0.75rem 'Didot';
}
[lang*='th'] .title-5 {
  font-size: 1rem; /*font 'PSLKanda' is smaller than Didot*/
}
.title-5.line {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.title-6 {
  font-size: 1.818rem;
  line-height: 37px;
}
.title-7 {
  font: 0.909rem 'THSarabunNewBold';
}
.title-7.line {
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.title-8 {
  font: 1.136rem 'Didot';
  line-height: 1.36;
}
.title-9 {
  font: 1.272rem 'Didot';
  line-height: 1.35;
}
.title-10 {
  font: 1.63rem 'Didot';
}
@media only screen and (max-width: 991px) {
  .title-10 {
    font-size: 1.21rem;
  }
}
.text-default {
  font-size: 1rem;
  line-height: 1.363;
}
.text-large {
  font-size: 1.272rem;
  line-height: 1.35;
}
.text-larger {
  font: 1.333rem;
}
.text-medium,
.loan-faqs .collapse-inner p {
  font-size: 1.136rem;
  line-height: 1.36;
}
.text-small {
  font-size: 0.75rem;
}
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.text-brown {
  color: #674c43;
}
.text-light-brown {
  color: #b19b52;
}
.text-dark-brown {
  color: #726c55;
}
.text-pink,
.risk-table li.active .sub-title-1 {
  color: #bd9f57;
}
.text-grey {
  color: #7d7d7d;
}
.text-light-grey {
  color: rgba(255, 255, 255, 0.7);
}
.text-yellow {
  color: #be9f57;
}
.font-normal {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.text-header {
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .text-header {
    max-width: 70%;
  }
}
.link-default {
  text-decoration: underline;
}
.no-touch.desktop .link-default:hover {
  text-decoration: none;
}
.link-more {
  font-size: 1rem;
}
.link-more:after {
  vertical-align: middle;
  opacity: 0;
  font-size: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.no-touch.desktop .link-more:hover:after {
  opacity: 1;
  margin-left: 10px;
}
.no-touch.desktop a[class*="text-"]:hover {
  opacity: 0.8;
}
.list-inline {
  text-align: center;
}
.list-inline li {
  display: inline-block;
  vertical-align: middle;
}
.list-line {
  border-top: 1px solid #d8d8d8;
  margin-top: 10px;
}
.list-line li {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}
.list-line li span,
.list-line li strong {
  color: black;
}
.list-line li strong {
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .list-default {
    margin-left: 17px;
  }
}
.list-default li {
  list-style-type: disc;
  margin-left: 17px;
  padding: 0.2rem 0;
}
.list-products [class*='col-'] {
  margin-top: 40px;
}
.list-products .download {
  width: 100%;
}
.list-decimal li {
  list-style-type: decimal;
  margin-left: 30px;
  padding-left: 7px;
}
@media only screen and (min-width: 992px) {
  .three-col {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .three-col {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
.ie9 .three-col li {
  float: left;
  width: 31%;
}
#header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
  #header {
    min-height: 113px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #header {
    min-height: 103px;
  }
}
#header .logo {
  width: 4.818rem;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
#header .logo img {
 /* width: 100%;*/
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #header .logo {
    width: 80px;
  }
}
#header .top-header {
  background: #edece7;
  padding: 6px 0;
  font: 13px 'Sukhumvittadmai',Tahoma,Helvetica,Arial,sans-serif;
  color: black;
}
#header .top-header .inner-top {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #header .top-header .inner-top {
    padding: 0 15px;
  }
}
#header .top-header .inner-top:after {
  content: '';
  display: table;
  clear: both;
}
#header .top-header .top-nav li {
  padding: 0 40px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #header .top-header .top-nav {
    margin-left: 100px;
  }
  #header .top-header .top-nav li {
    padding: 0 1.5vw 0 0;
  }
}
#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;
}
#header .top-header .top-nav-right li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #header .top-header .top-nav-right li {
    padding: 0 0 0 1.5vw;
  }
}
#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(0, 0, 0, 0.7);
  font-size: 13px;
  position: relative;
  white-space: nowrap;
  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: #e7a204;
}
#header .top-header .top-nav li a.active,
#header .top-header .top-nav-right li a.active {
  color: #e7a204;
}
#header .top-header .top-nav .globe-icon,
#header .top-header .top-nav-right .globe-icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  display: inline-block;
  background: url(scb-design/resources/images/icons/ic-globe.svg) no-repeat;
  background-size: 100%;
}
#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: #281d68;
}
#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 {
  max-height: 500px;
  display: block;
  opacity: 1;
}
#header .top-header li.have-sub:hover .globe-icon {
  background-image: url(scb-design/resources/images/icons/ic-globe-hover.svg);
}
#header .top-header li.have-sub a:hover {
  color: #fff;
}
#header .top-header .sub-nav {
  position: absolute;
  background: #EFEFEC;
  top: -10px;
  left: -20px;
  min-width: 130px;
  max-height: 0;
  overflow: hidden;
  padding: 30px 0 10px;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  display: none;
  z-index: -1;
  transition: all 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: #38251a;
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
}
@media only screen and (min-width: 992px) {
  #header .inner-header {
    top: 33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #header .inner-header {
    height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  #header .inner-header {
    height: 66px;
  }
}
.sticky:not(.private-banking) #header .inner-header {
    top: 0;
    position: fixed;
    border-bottom: 1px solid #d0a6a1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
}
#header .inner-header .content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
#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: 1024px) {
  #header .inner-header .content {
    padding: 0 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 .right-header .icons:nth-of-type(1) {
    margin-left: 0;
  }
}
.no-touch.desktop #header .right-header .icons:hover {
  color: #1f1f1f;
}
.language li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  font: 1rem/0.8 'THSarabunNewBold';
}
.language li:last-child {
  border-right: none;
}
.language li a {
  color: rgba(255, 255, 255, 0.5);
}
.language li a:active,
.no-touch.desktop .language li a:hover {
  color: white;
}
@media only screen and (min-width: 992px) {
  .language {
    float: left;
    margin-top: 34px;
  }
  .language li {
    float: left;
    color: white;
  }
  .language li:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and only screen and (min-width: 992px) and (max-width: 1024px) {
  .language {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .language {
    text-align: center;
    margin-top: 20px;
  }
  .language li {
    color: white;
    border-color: white;
  }
  .language li a {
    color: black;
  }
  #header .inner-header {
  background: #ffffff;
  }
  .digital-menu {
      position: relative;
      display: inline-block;
    }
    .digital-menu ul {
        position: absolute;
        right: 0px;
        top: 75px;
        z-index: 10;
        width: 204px;
        padding: 15px 25px;
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        box-shadow: rgb(0 0 0 / 8%) 0px 8px 10px 0px;
      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;
      font-size: 20px;
      background-repeat: no-repeat;
      background-position: 0 center;
      padding: 5px 0 5px 0;
      display: inline-block;
    }
    .digital-menu ul a span {
      display: inline-block;
      vertical-align: middle;
    }
    .digital-menu ul a .visual-img {
      width: 24px;
      text-align: center;
      margin-right: 15px;
    }
    .digital-menu .mobile-link{
      display: none;
    }
    .digital-menu .btn-primary-dropdown {
        font-size: 23px;
        display: inline-block;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        background: rgb(122, 88, 191);
        color: white;
        line-height: 44px;
        min-width: 140px;
        padding: 0px 15px;
        margin-top: 10px;
    }
    .digital-menu .btn-primary-dropdown:after{
      display: none;
    }
}
#main-nav {
  position: fixed;
  z-index: 200;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-nav {
  float: left;
  padding-top: 30px;
  padding-left: 135px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .main-nav {
    padding-left: 100px;
    padding-top: 23px;
  }
}
.main-nav li {
  float: left;
  padding-right: 2vw;
  color: rgba(255, 255, 255, 0.5);
  font: 1rem 'PSLKanda';
}
.main-nav li a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.no-touch.desktop .main-nav li a:hover {
  color: white;
}
.main-nav li a:active,
.main-nav li a.current {
  color: white;
}
.main-nav li a:active:hover,
.main-nav li a.current:hover {
  color: white;
}
.menu-opening {
  overflow: hidden;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 24px;
  float: left;
  margin-top: 23px;
  margin-right: 15px;
}
.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: #7A58BF;
}
.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: #DCD5C5;
  bottom: 0;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 17px;
  font-family: Sukhumvittadmai, Tahoma, Helvetica, Arial, sans-serif;
}
.mega-menu-mobile .outer-menu {
  /*.calc(height, "100% - 140px");*/
}
.mega-menu-mobile .mega-menu .level-1 li a span {
  display: inline-block;
    padding: 0;
}
.mega-menu-mobile .collapse-item .collapse-header {
  position: relative;
  background: #DCD5C5;
  color: white;
  font-size: 28px;
  border-bottom: 1px solid rgb(112 112 112 / 15%);
}
.mega-menu-mobile .collapse-item .collapse-header a {
    display: block;
    color:#333333;
    font-size: 17px;
    padding:0 20px;
    line-height: 49px;
}

.mega-menu-mobile .collapse-item.active .collapse-header{
  background: #35251B;
}
.mega-menu-mobile .collapse-item.active .collapse-header a{
    font-size: 20px;
    font-family: 'sukhumvittadmai_med';
    color:#FFFFFF;
    display: inline-block;
}

.mega-menu-mobile .collapse-item.active .collapse-header a.language-btn{
    font-size: 15px;
    position: absolute;
    right: 25px;
    background-color: #4E4035;
    border-radius: 5px;
    margin: 10px 0px;
    line-height: 30px;
    padding: 0 7px;
}
.mega-menu-mobile .bg-arrow-down{
     width: 25px;
    height: 27px;
    background-color: #FFFFFF;
    mask: url(../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/images/icons/ic-arrow-circle-down.svg) no-repeat center/contain;
    display: inline-block;
    -webkit-mask: url(../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/images/icons/ic-arrow-circle-down.svg) no-repeat center/contain;
    margin-left: 10px;
    position: relative;
    top: 7px;
}
.mega-menu-mobile .bg-arrow-up{
     width: 25px;
    height: 27px;
    background-color: #FFFFFF;
    mask: url(../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/images/icons/ic-arrow-circle-up.svg) no-repeat center/contain;
    display: inline-block;
    -webkit-mask: url(../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/images/icons/ic-arrow-circle-up.svg) no-repeat center/contain;
    margin-left: 10px;
    position: relative;
    top: 7px;
}
.mega-menu-mobile .bg-arrow-right{
    width: 19px;
    height: 23px;
    background-color: #35251B;
    mask: url(../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/images/icons/ic-arrow-circle-right.svg) no-repeat center/contain;
    display: inline-block;
    -webkit-mask: url(../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/images/icons/ic-arrow-circle-right.svg) no-repeat center/contain;
    position: absolute;
    top: 25%;
    right: 20px;
}
.mega-menu-mobile .bg-arrow-back{
    width: 25px;
    height: 27px;
    background-color: #FFFFFF;
    mask: url(../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/images/icons/ic-arrow-circle-back.svg) no-repeat center/contain;
    display: inline-block;
    -webkit-mask: url(../../../../../etc.clientlibs/settings/wcm/designs/scb/scb-design/resources/images/icons/ic-arrow-circle-back.svg) no-repeat center/contain;
    top: 7px;
    position: relative;
}

.arrow {
    border: solid #35251B;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    vertical-align: middle;
    right: 20px;
    top: 43%;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/*
.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;
    /*background-color: #ffffff;*/
}
.mega-menu-mobile .mega-menu .level-1 a {
  font-size: 28px;
  padding: 0 20px;
  opacity: 1;
  color: #333333;
}
.mega-menu-mobile .mega-menu .level-1 a.level-1-title {
    font-size: 17px;
    padding: 0px 20px;
    display: block;
    position: relative;
    color: #333333;
    border-bottom: 1px solid rgb(112 112 112 / 15%);
    line-height: 49px;
}
.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: 17px;
    padding: 0px 20px;
    display: block;
    position: relative;
    color: #333333;
    border-bottom: 1px solid rgb(112 112 112 / 15%);
    line-height: 49px;
}
.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);
}
/*
.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 .bg-svgimg{
  width: 30px;
 height: 30px;
 background-color: #5F489F;
    display: inline-block;
    padding: 0px;
    position: relative;
    top: 7px;
    margin-right: 10px;
}
.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 {  
  background-color: #FFFFFF;
}
.mega-menu-mobile .mega-menu .level-2-mobile ul li a {
  color: #333333;
}
.mega-menu-mobile .mega-menu .level-3-mobile {
    padding: 0;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
}
.mega-menu-mobile .mega-menu-level-3{
    position: absolute;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: #ffffff;    
    right: -100%;
    transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
}
.mega-menu-mobile .mega-menu-level-3 .flex-contain{
    display: flex;
    height: 100%;
    overflow: hidden;
    align-items: stretch;
    background-color: #FFFFFF;
    margin: 0;
}
.mega-menu-mobile .mega-menu-level-3 .flex-contain .level-2-mobile-img{
    height: 100%;
    width: 60px;
    background-color: #FFFFFF;    
    text-align: center;
    float: left;
}
.mega-menu-mobile .mega-menu-level-3 .flex-contain .level-2-mobile-img .level-2-img{
    line-height: 50px;
    display: block;
    border-left: 4px solid #FFFFFF;

}
.mega-menu-mobile .mega-menu-level-3 .flex-contain .level-2-mobile-img .level-2-img.active{
    border-left: 4px solid #35251B;
    background-color: #DCD5C5;
}
.mega-menu-mobile .mega-menu-level-3 .flex-contain .level-2-mobile-img .level-2-img .bg-svgimg{
    margin-right:0;
}
.mega-menu-mobile .mega-menu-level-3 .flex-contain .level-3-mobile-link{
    height: 100%;
    width: 100%;
    background-color: #DCD5C5;
}
.mega-menu-mobile .mega-menu-level-3 .level-3-mobile{
    display:none;
}
.mega-menu-mobile .mega-menu-level-3 .level-3-mobile.active{
    display:block;
}
.mega-menu-mobile .level-3-mobile .item {
    padding-bottom: 30px;
    padding-left: 20px;
}
.mega-menu-mobile .level-3-mobile .item h3 {
      font-size: 12px;
    padding: 10px 0;
    color: #35251B;
    font-weight: 600;
}
.mega-menu-mobile .level-3-mobile .item ul li {
  overflow: hidden;
  float: none;
  padding-bottom: 0;
}
.mega-menu-mobile .level-3-mobile .level-3-title{
    color: #333333;
    line-height: 40px;
    padding-left: 20px;
    display: inline-block;
}
.mega-menu-mobile .level-3-mobile a {
    color: #333333;
    font-size: 16px;
    padding: 6px 0;
    display: inline-block;
}
.mega-menu-mobile .level-3-mobile .level-3-title span{
    font-size: 17px;
    font-weight: 600;
}
.mega-menu-mobile .level-3-mobile span {
    display: inline-block;
    padding: 0 10px 0 0;
}
.mega-menu-mobile .level-3-mobile .bg-arrow-right{
    right: 0;    
    position: relative;
    top: 7px;
}
.mega-menu-mobile .mega-menu-level-3 .arrow{
    right: unset;
    border-color: #FFFFFF;
}
.mega-menu-mobile .mega-menu-level-3 .collapse-item.active .collapse-header a.level2-back{
    padding-left: 25px;
}
.mega-menu-mobile .level-3-mobile .item a span {
  display: inline-block;
}
.mega-menu-mobile .mega-menu-level-3 .collapse-header a span{
    display: inline-block;
    padding-left: 50px;
}
.mega-menu-mobile .mega-menu .level-3-mobile .item a .promotion-no {
  padding: 4px 10px;
}
.mega-menu-mobile .main-menu {
    background:#DCD5C5;
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 50px;
    display: none;
}
.mega-menu-mobile .main-menu .item h3{
    position: relative;
    background:#DCD5C5;
    color:#333333;
    font-size: 28px;
    border-bottom: 1px solid rgb(112 112 112 / 15%);
}
.mega-menu-mobile .main-menu .item h3 a{
    color:#333333;
    font-size: 17px;
    line-height: 49px;
    display: block;
    padding-left: 20px;

}
.mega-menu-mobile .main-menu .item h3.active{
    background:#FFFFFF;
    color:#35251B;
}
.mega-menu-mobile .main-menu .item h3.active a{
    color:#35251B;
    border-left: 4px solid #35251B;
    padding-left: 16px;
}
.mega-menu-mobile .collapse-inner.menu-level1-inner {
    position: absolute;
    top: 0;
    width:100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    right: -100%;
    display: block;
    z-index: 20;
}
.mega-menu-mobile .menu-level1-inner.active {
    display: block;
}
.mega-menu-mobile .menu-level1-inner .mega-menu{
    height: 100%;

}
.mega-menu-mobile .menu-level1-inner .mega-menu .inner-menu{
    background:#DCD5C5;
    height: 100%;
}
.mega-menu-mobile .menu-level1-inner .level-1 a.level-1-title{
    padding: 0px 50px;
}
.mega-menu-mobile .menu-level1-inner .level-1-title span{
    margin-right: 10px;
}

.mega-menu-mobile .menu-level1-inner .menu-level1-back span{
    padding-left: 10px;
}
.move-right {
  transform: translateX(-100%);
  -webkit-transform:translateX(-100%);
}
#footer {
  overflow: hidden;
  padding: 50px 0;
  background: url(scb-design/resources/images/bgd-footer.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  #footer .inner .col:first-child .group-link {
    border-top: 1px solid #d0a6a1;
  }
}
@media only screen and (min-width:992px){
  #footer .row:last-child{margin-top:40px}
}
#footer .container {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #footer .container {
    width: 100%;
    padding: 0 15px;
  }
}
#footer button.icon-go-to-top {
  font-family: "slick";
  font-size: 20px;
  line-height: 48px;
  padding: 0;
  border: none;
  background: #89593d;
  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;
}
#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:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('scb-design/resources/images/icons/ic-pagination-left.svg') no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
#footer .links {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #footer .links {
    padding-bottom: 50px;
    overflow: hidden;
  }
  #footer .links .inner {
    display: table;
    width: 100%;
  }
  #footer .links .inner .col {
    display: table-cell;
  }
}
.group-link {
  line-height: 1.6;
}
.group-link .list-links {
  margin-top: 17px;
}
@media only screen and (min-width: 992px) {
  .group-link .list-links {
    display: block;
  }
}
.group-link .list-links a {
  margin: 5px 0;
  display: inline-block;
  color: #b99e55;
}
.no-touch.desktop .group-link .list-links a:hover {
  color: white;
}
@media only screen and (max-width: 991px) {
  .group-link {
    border-bottom: 1px solid #d0a6a1;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .group-link .list-links {
    display: none;
    margin: 0 -15px;
    padding: 0 15px;
    border-top: 1px solid #d0a6a1;
  }
  .group-link .title-3 {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .group-link .title-3:before {
    content: none;
  }
  .group-link .title-3:after {
    content: "\e90c";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 5px;
    color: #b7756e;
  }
  .active.group-link .title-3:after {
    margin-top: 5px;
    transform: rotate(-180deg);
  }
}
.group-call-center {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .group-call-center {
    float: right;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .group-call-center {
    width: 190px;
  }
}
.group-call-center .call-center {
  font: 1.909rem 'THSarabunNewBold';
}
.copy-right {
  font-size: 0.75rem;
}
.social-sharing {
  margin: 5px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .social-sharing {
    margin-top: 10px;
  }
}
.social-sharing li {
  float: left;
  margin-right: 20px;
}
.social-sharing a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  color: #b59d53;
}
.no-touch.desktop .social-sharing a:hover {
  opacity: 0.8;
}
.breadcrumb {
  border-radius: 100px;
  margin: 80px 30px 30px;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
}
.breadcrumb:after {
  clear: both;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .breadcrumb {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb {
    margin: 0 0 30px;
  }
}
.breadcrumb li {
  float: left;
  color: white;
  padding: 4px 0;
}
.breadcrumb li:not(:last-child):after {
  font-size: 0.5em;
  margin: 4px 5px 0;
  opacity: 0.5;
  float: left;
}
.breadcrumb li a {
  opacity: 0.5;
  float: left;
}
.no-touch.desktop .breadcrumb li a:hover {
  opacity: 1;
}
.breadcrumb li a:active {
  opacity: 1;
}
.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;
}
.thumb:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.product-filter .thumb:before {
  background: none;
}
.product {
  overflow: hidden;
  position: relative;
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
}
.product {
  height: 555px;
}

.product.full-md{
  height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product {
    height: calc((100vw - 45px) / 2);
    height: -moz-calc((100vw - 45px) / 2);
    height: -webkit-calc((100vw - 45px) / 2);
    height: -o-calc((100vw - 45px) / 2);
  }
  .product.full-md{
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .product ,.product.full-m{
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
  }
}
.slider .product {
  width: 37vw;
  height: 37vw;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider .product {
    width: 44vw;
    height: 44vw;
  }
}
@media only screen and (max-width: 767px) {
  .slider .product {
    width: 80vw;
    height: 80vw;
  }
}
.slider .product.seperated-caption {
  width: 360px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .slider .product.seperated-caption {
    width: 80vw;
  }
}
.product .caption {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  margin: 15% 15% 10% 15%;
}
@media only screen and (max-width: 1024px) {
  .product .caption {
    margin: 25px!important;
  }
}
@media only screen and (max-width: 767px) {
  .product .caption {
    margin: 25px 20px!important;
  }
}
.product .time {
  position: absolute;
  right: 0;
  top: 0;
}
.product .desc {
  overflow: hidden;
  line-height: 1.17;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  .product .desc {
    overflow: hidden;
  }
  .product .desc .text-default {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  .product .desc .text-default {
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}
.product .button-group {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product .tag {
  min-width: 160px;
  background-color: #2c2a28;
  padding: 15px;
  position: absolute;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 16px;
}
.product .tag.top {
  top: 0;
  left: 0;
}
.product .tag.bot {
  bottom: 0;
  right: 0;
}
.product.small {
  width: 100%;
}
.product.small img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .product.small {
    height: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product.small {
    height: calc((100vw - 45px) / 2);
    height: -moz-calc((100vw - 45px) / 2);
    height: -webkit-calc((100vw - 45px) / 2);
    height: -o-calc((100vw - 45px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .product.small {
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
  }
}
.product.small .caption {
  margin: 8% 8% 6% 8%;
}
@media only screen and (min-width: 768px) {
  .product.small .text-default {
    position: absolute;
    bottom: 25%;
  }
}
.product.square .caption {
  margin: 45px 30px 35px;
}
.product.square .text-default {
  margin-top: 7px;
}
.product.square.big .tag {
  padding-right: 45px;
  padding-left: 45px;
}
.outer.product{
  box-shadow:none;
}
.outer .desc{
  padding: 20px;
  background-color: #ffffff;
  color: black;
}
.outer .thumb:before{
  background: none;
}
@media only screen and (min-width: 768px) {
  .product.square.big .button-group {
    position: static;
    margin-top: 7px;
  }
  .product.square.big .desc {
    position: absolute;
    bottom: 0;
  }
  .product.square.big .desc .title-2 {
    margin-bottom: 10px;
  }
}
.product.square.big.desc-covered {
  padding: 50px;
}
.product.square.desc-covered .caption {
  margin-bottom: 0!important;
}
.product.square.desc-covered .button-group {
  position: static;
  margin-top: 10px;
}
.product.square.desc-covered .button-group .link-more {
  font-weight: bold;
}
.product.square.desc-covered .button-group .link-more:before {
  font-weight: bold;
}
.product.square.desc-covered .desc {
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
}
@media only screen and (max-width: 1024px) {
  .product.square.desc-covered .desc {
    left: -25px;
    right: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .product.square.desc-covered.big {
    height: 170vw;
  }
}
@media only screen and (min-width: 1200px) {
  .product.square.desc-covered.big .desc {
    padding: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .product.square.desc-covered.big .desc .text-default {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .product.square {
    height: 360px;
  }
  .product.square.big {
    height: 750px;
  }
}

.productbanner .product.square{
  height: 555px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .product.square ,.productbanner .product.square{
    height: calc((100vw - 45px) / 3);
    height: -moz-calc((100vw - 45px) / 3);
    height: -webkit-calc((100vw - 45px) / 3);
    height: -o-calc((100vw - 45px) / 3);
  }
  .product.square.big {
    height: calc((100vw - 45px) / 1.5 + 15px);
    height: -moz-calc((100vw - 45px) / 1.5 + 15px);
    height: -webkit-calc((100vw - 45px) / 1.5 + 15px);
    height: -o-calc((100vw - 45px) / 1.5 + 15px);
  }
}
@media only screen and (max-width: 991px) {
  .product.square  ,.productbanner .product.square{
    height: calc((100vw - 30px) / 2);
    height: -moz-calc((100vw - 30px) / 2);
    height: -webkit-calc((100vw - 30px) / 2);
    height: -o-calc((100vw - 30px) / 2);
  }
  .product.square.big {
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product.square  ,.productbanner .product.square{
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
  }
}
.product.full .caption {
  color: white;
}
@media only screen and (min-width: 768px) {
  .product.full .caption {
    margin: 0!important;
    right: auto;
    left: 50%;
    width: 45%;
    height: 100%;
    display: table;
  }
  .product.full .caption .button-group {
    position: static;
  }
}
.product.full .caption .desc {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.product.full .caption .desc .text-default {
  margin: 15px 0 25px;
  display: block!important;
}
@media only screen and (max-width: 767px) {
  .product.full .caption {
    top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .product.image .caption {
    width: 50%;
    height: 100%;
  }
  .product.image .thumb:before {
    display: none;
  }
  .product.image.right .caption {
    left: auto;
  }
  .product.image .button-group {
    position: absolute;
    bottom: 0;
  }
}
.product.image .caption {
  padding: 6% 9% 4% 9%;
  margin: 0!important;
}
.product.image .caption .desc {
  height: 100%;
  position: relative;
}
.product.image .caption .desc ul li {
  list-style-type: decimal;
  margin-left: 30px;
  padding-left: 7px;
}
@media only screen and (min-width: 1200px) {
  .product.image {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product.image {
    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: 1024px) {
  .product.image .text-default {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  .product.image {
    height: auto;
  }
  .product.image .thumb,
  .product.image .caption {
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
    position: static;
  }
  .product.image .thumb:before {
    content: none;
  }
  .product.image .caption {
    color: black;
    background: white!important;
  }
}
.product.auto {
  height: auto;
}
.product.auto .thumb:before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .product.auto .thumb,
  .product.auto .caption {
    width: 50%;
    right: auto;
    height: 100%;
  }
  .product.auto.right .thumb {
    float: right;
  }
  .product.auto .button-group {
    position: absolute;
    bottom: 0;
  }
}
.product.auto .caption {
  padding: 6% 6% 4% 6%;
  margin: 0!important;
  position: relative;
  background: #2c2c2c;
  color: black;
  overflow: hidden;
  float: right;
}
.product.auto .caption .desc {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .product.auto .text-default {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  .product.auto .thumb {
    position: static;
    height: calc((100vw - 30px - 40px));
    height: -moz-calc((100vw - 30px - 40px));
    height: -webkit-calc((100vw - 30px - 40px));
    height: -o-calc((100vw - 30px - 40px));
  }
}
@media only screen and (max-width: 767px) {
  .product.consultancy {
    height: auto;
  }
  .product.consultancy .text-default {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.product.consultancy .label {
  color: white;
}
@media only screen and (min-width: 768px) {
  .product.consultancy {
    display: table;
    width: 100%;
  }
  .product.consultancy .caption,
  .product.consultancy .consultancy-form {
    display: table-cell;
    height: 100%;
    width: 50%;
  }
}
.product.consultancy .caption {
  margin: 0!important;
  padding: 6% 6% 4% 6%;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
.product.consultancy .caption:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.product.consultancy .caption .desc {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product.consultancy .caption {
    position: relative;
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
  }
}
.product.consultancy .consultancy-form {
  padding: 2% 4% 20px;
  background: #444444;
  overflow: hidden;
}
.product.seperated-caption {
  height: auto;
}
.product.seperated-caption:not(.higher) .line {
  color: white;
  position: absolute;
  left: 30px;
  top: 30px;
}
.product.seperated-caption:not(.higher) .thumb {
  position: static;
  height: 400px;
}
.product.seperated-caption:not(.higher) .thumb:before {
  content: none;
}
.product.seperated-caption .caption {
  background: white;
  position: relative;
  margin: 0!important;
  padding: 20px 30px 25px;
  height: 220px;
}
.product.seperated-caption .caption .desc {
  margin-top: 8px;
  color: black;
}
.product.seperated-caption .button-group {
  left: 30px;
  bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .product.seperated-caption .caption {
    padding: 15px;
  }
  .product.seperated-caption .button-group {
    left: 15px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product.seperated-caption .caption {
    height: auto;
    padding-bottom: 55px;
  }
}
.product.seperated-caption.brown .caption {
  background-color: #2f2a28;
}
.product.seperated-caption.brown .caption .text-larger,
.product.seperated-caption.brown .caption .desc {
  color: white;
}
.product.seperated-caption.tag .title-8 {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .product.seperated-caption.tag .title-8 {
    width: 90%;
  }
}
.product.higher .line {
  color: white;
  position: absolute;
  left: 30px;
  top: 30px;
}
.product.higher .thumb {
  height: 240px;
  position: relative;
}
.product.higher .caption {
  height: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product.higher .caption {
    height: 37vw;
  }
}
@media only screen and (max-width: 767px) {
  .product.higher .caption {
    height: 67vw;
  }
  .product.higher .thumb {
    height: 55vw;
  }
  .product.higher .line {
    top: 15px;
    left: 15px;
  }
}
.col-md-8 .product.small .caption {
  margin: 4% 4% 3% 4%;
}
@media only screen and (min-width: 992px) {
  .col-md-8 .product.small .desc {
    width: 70%;
  }
}
.no-touch.desktop a.product:hover .thumb {
  transform: rotate(5deg) scale(1.1);
}
.no-touch.desktop a.product:hover .link-more:after {
  opacity: 1;
  margin-left: 10px;
}
.no-touch.desktop a.product.image:hover .thumb {
  transform: scale(1.05);
}
.banner {
  height: 600px;
  position: relative;
}
.banner .caption {
  padding: 3rem 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;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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: 768px) {
  .banner .card {
    float: right;
    width: 32%;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .card {
    width: 50%;
    margin-bottom: 30px;
  }
}
.banner.small .desc {
  max-width: 700px;
}
@media only screen and (min-width: 992px) {
  .banner.tall {
    height: 683px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner.tall {
    height: 55vw;
  }
  .banner.tall .caption {
    padding-left: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.tall .caption {
    padding-bottom: 100px;
  }
}
.banner.terms {
  height: 1902px;
}
@media only screen and (max-width: 1024px) {
  .banner.terms {
    height: auto;
  }
}
.banner.tall .caption .desc .text-default {
  font: 16px/ 1.6 Arial, san-serif;
}

.banner.terms .terms-details {
  opacity: 0.9;
  background-color: #312a28;
  padding: 92px 95px;
  width: 80%;
}
.banner.terms .terms-details h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font: 1.333rem 'Didot';
}
.banner.terms .terms-details h2:before {
  background: #bbab85;
  content: '';
  height: 2px;
  width: 50px;
  bottom: 0;
  position: absolute;
}
.banner.terms .terms-details h2:not(:first-child) {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .banner.terms .terms-details ul {
    margin-left: 17px;
  }
}
.banner.terms .terms-details ul > li {
  list-style-type: disc;
  margin-left: 17px;
  padding: 0.2rem 0;
}
.banner.terms .terms-details ul > ul {
  padding-left: 20px;
}
.banner.terms .terms-details ul > ul > ul {
  padding-left: 30px;
}
@media only screen and (max-width: 480px) {
  .banner.terms .terms-details {
    width: 100%;
    padding: 30px;
  }
}
.banner.fixed {
  height: 360px;
}
.banner.fixed .intro {
  font: 54px 'Didot';
}
.banner.fixed .inner-container {
  padding: 0;
}
@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;
  }
}
[lang*='th'] .banner .middle-block .title-1 {
  padding-top: 18px;
  line-height: 1.6;
}
.banner .breadcrumb + .middle-block {
  display: block;
}
@media only screen and (max-width: 991px) {
  .banner .breadcrumb + .middle-block {
    padding: 0;
  }
}
.banner-carousel .slick-dots li {
  border: 2px solid transparent;
  padding: 2px;
  border-radius: 50%;
  margin: 13px 0;
}
.banner-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
}
.banner-carousel .slick-dots li.slick-active {
  border-color: #bd9f57;
}
@media only screen and (min-width: 768px) {
  .banner-carousel .slick-dots {
    transform: translateY(-50%);
    width: auto;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 6rem;
  }
  .banner-carousel .slick-dots li {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-carousel .slick-dots {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-carousel .slick-dots {
    display: block;
    bottom: 110px;
    right: 8%;
    text-align: center;
  }
  .banner-carousel .slick-dots li {
    margin: 0 5px;
  }
}
.banner-planning .middle-block {
  display: block;
  margin-top: 3rem;
}
.banner-planning .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.3);
  word-wrap: break-word;
}
@media only screen and (max-width: 991px) {
  .banner-planning .caption {
    padding: 3rem 0;
  }
}
.banner-planning .caption h2 {
  font: 2.46em/1.12 'Didot';
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .banner-planning .caption h2 {
    font: 1.63em/1.5 'Didot';
  }
}
.banner-planning .caption sup {
  top: -20px;
  font-size: 50%;
}
.banner-planning .caption .inner-container {
  display: table;
  width: 100%;
  height: 100%;
}
.banner-planning .caption .inner-container .intro span {
  padding-left: 10px;
}
.banner-planning .item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.banner-planning .item .thumb {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-planning .item .thumb {
    height: 60vw;
  }
}
@media only screen and (max-width: 767px) {
  .banner-planning .item .thumb {
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-planning .item {
    height: auto;
  }
  .banner-planning .item .thumb {
    overflow: hidden;
    max-height: none;
  }
}
[lang*='th'] .banner .middle-block .title-1 {
  padding-top: 18px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  [lang*='th'] .banner .middle-block .title-1 {
    padding-top: 12px;
  }
}
.card img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  border-radius: 15px;
  max-width: 365px;
}
@media only screen and (max-width: 991px) {
  .card img {
    border-radius: 10px;
  }
}
.reward {
  position: relative;
  z-index: 2;
}
.reward .inner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 11% 6%;
  display: table;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.reward .inner-container:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.reward.full .inner-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.reward .card,
.reward .caption {
  position: relative;
}
.productbanner .inner-container{
  margin: 0;
  padding: 0;
}
.productbanner .pad-top-30{
  padding-top: 30px;
}


@media only screen and (min-width: 768px) {
  .reward .card {
    width: 49%;
    padding-right: 9%;
    padding-left: 2%;
  }
  .productbanner .inner-container{
    margin: 0;
  }
}
.reward .caption {
  color: white;
}
@media only screen and (max-width: 767px) {
  .reward .caption {
    margin-top: 30px;
  }
}
.reward .desc {
  margin-bottom: 30px;
}
.reward .text-default {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .reward .card,
  .reward .caption {
    display: table-cell;
    vertical-align: middle;
  }
}
.awards {
  position: relative;
  z-index: 2;
}
.awards .inner-container {
  padding-right: 8%;
  padding-left: 8%;
}
.awards .slider {
  max-height: 600px;
  overflow: hidden;
}
.awards .slider img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .awards .list-default {
    padding-left: 6%;
  }
}
.awards.mar-top-negative .inner-container,
.awards.mar-top-negative-lg .inner-container {
  background: #312a28;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
}
.contact-us .item {
  color: white;
  background-color: #2d2d33;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.contact-us .item:first-child {
  margin: 0!important;
}
.contact-us .item .inner {
  padding: 100px 0 0;
}
.contact-us .item .desc {
  margin: 20px auto 0;
}
.contact-us .item .desc .phone {
  font: 0.74rem Tahoma, san-serif;
  padding-top: 10px;
  display: inline-block;
}
.no-touch.desktop .contact-us .item:hover {
  background-color: black;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .contact-us .item {
    width: calc((100vw - 60px) / 3);
    width: -moz-calc((100vw - 60px) / 3);
    width: -webkit-calc((100vw - 60px) / 3);
    width: -o-calc((100vw - 60px) / 3);
    height: calc((100vw - 60px) / 3);
    height: -moz-calc((100vw - 60px) / 3);
    height: -webkit-calc((100vw - 60px) / 3);
    height: -o-calc((100vw - 60px) / 3);
    margin-left: 15px;
    float: left;
  }
  .contact-us .item .inner {
    padding-top: calc((60vw - 60px) / 3 * 0.3);
    padding-top: -moz-calc((60vw - 60px) / 3 * 0.3);
    padding-top: -webkit-calc((60vw - 60px) / 3 * 0.3);
    padding-top: -o-calc((60vw - 60px) / 3 * 0.3);
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-us .item .inner .title-2 {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .contact-us .item .inner .title-2 {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us .item {
    margin-left: 2%;
    width: 32%;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .item .inner {
    padding-top: calc((100vw - 60px) / 3 * 0.18);
    padding-top: -moz-calc((100vw - 60px) / 3 * 0.18);
    padding-top: -webkit-calc((100vw - 60px) / 3 * 0.18);
    padding-top: -o-calc((100vw - 60px) / 3 * 0.18);
  }
  .contact-us .item img {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .item {
    margin-top: 15px;
    display: table;
    width: 100%;
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
  }
  .contact-us .item .inner {
    padding: 0 50px;
    display: table-cell;
    vertical-align: middle;
  }
  .contact-us .item img {
    max-width: 19vw;
  }
}
.ui-menu .ui-menu-item-wrapper {
  font: 20px 'THSarabunNew', Tahoma, Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.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;
}
@media only screen and (max-width: 991px) {
  .carousel,
  .carousel-left {
    padding: 20px 0 20px 15px;
  }
}
.carousel-wrap .carousel {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .carousel-wrap .carousel {
    padding-top: 20px;
  }
}
.carousel-wrap .carousel .slick-prev,
.carousel-wrap .carousel .slick-next {
  top: 40px;
}
@media only screen and (min-width: 992px) {
  .carousel .slick-slide:not(.slick-active) {
    position: relative;
    opacity: 0.2;
  }
  .carousel .slick-slide:not(.slick-active):before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
.carousel .item {
  width: 360px;
  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 .item.private {
  width: 570px;
}
@media only screen and (max-width: 767px) {
  .carousel .item.private {
    width: 24rem;
  }
}
.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: center;
}
.carousel.static-carousel .item {
  display: inline-block;
  margin: 0 13px;
}
@media only screen and (max-width: 991px) {
  .carousel.static-carousel {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.carousel-left .item {
  width: 555px;
  margin: 0 15px;
}
.carousel-left .item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .carousel-left .item {
    width: 444px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-left .item {
    width: 20rem;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .carousel-left {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-left {
    padding: 0;
  }
}
.main-img .slick-list {
  width: 1139px;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .main-img .slick-list {
    width: calc(1139px*0.484);
    width: -moz-calc(1139px*0.484);
    width: -webkit-calc(1139px*0.484);
    width: -o-calc(1139px*0.484);
    height: calc(480px*0.484);
    height: -moz-calc(480px*0.484);
    height: -webkit-calc(480px*0.484);
    height: -o-calc(480px*0.484);
  }
}
@media only screen and (max-width: 767px) {
  .main-img .slick-list {
    width: calc(1139px*0.625);
    width: -moz-calc(1139px*0.625);
    width: -webkit-calc(1139px*0.625);
    width: -o-calc(1139px*0.625);
    height: calc(480px*0.625);
    height: -moz-calc(480px*0.625);
    height: -webkit-calc(480px*0.625);
    height: -o-calc(480px*0.625);
  }
}
.tiny-img {
  height: 100px;
}
.tiny-img .slick-slide {
  width: 165px!important;
  height: 100px;
  opacity: 0.5;
}
.tiny-img .slick-slide:not(:last-child) {
  margin-right: 30px;
}
.tiny-img .slick-slide:first-child {
  margin-left: -30px;
  opacity: 1;
}
.tiny-img .slick-slide.slick-current {
  opacity: 1;
}
.tiny-img.no-padding-left {
  padding-left: 0;
}
.thumb-full {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.thumb-full:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.thumb-full .caption {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 0 10px;
  margin: 165px auto;
  text-align: center;
  color: white;
}
.thumb-full .desc {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .thumb-full .caption {
    margin: 70px auto;
  }
  .thumb-full .desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .thumb-full .desc {
    min-height: 0;
    margin-bottom: 30px;
  }
}
.video-block {
  height: 330px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-block {
    height: calc((100vw - 45px) / 2);
    height: -moz-calc((100vw - 45px) / 2);
    height: -webkit-calc((100vw - 45px) / 2);
    height: -o-calc((100vw - 45px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .video-block {
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
  }
}
.download {
  display: block;
  width: 287px;
  max-width: 80vw;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
}
.download .link {
  display: block;
}
.download .image {
  display: block;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.download .caption {
  display: block;
  background: #2e2a28;
  padding: 25px 30px 15px;
}
.download .caption [class*='title'] {
  margin-bottom: 30px;
}
.slider .download {
  margin-right: 30px;
  margin-bottom: 10px;
}
.slider .download:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .slider .download {
    margin-right: 15px;
  }
}
.download:hover {
  opacity: .9;
}
.row-centered {
  text-align: center;
}
.row-centered .download {
  display: inline-block;
}
.row-centered .download:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .row-centered .download:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.row-centered .download .caption {
  text-align: left;
}
.exclusive-download {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: table;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .exclusive-download {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .exclusive-download {
    height: calc((100vw - 45px) *0.55);
    height: -moz-calc((100vw - 45px) *0.55);
    height: -webkit-calc((100vw - 45px) *0.55);
    height: -o-calc((100vw - 45px) *0.55);
  }
}
@media only screen and (max-width: 767px) {
  .exclusive-download {
    height: calc((100vw - 45px) * 1.5);
    height: -moz-calc((100vw - 45px) * 1.5);
    height: -webkit-calc((100vw - 45px) * 1.5);
    height: -o-calc((100vw - 45px) * 1.5);
  }
}
.exclusive-download:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.exclusive-download .caption {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.exclusive-download .desc {
  max-width: 450px;
  margin: 0 auto;
}
.exclusive-download dt {
  width: 150px;
}
.exclusive-download dt,
.exclusive-download dd {
  display: inline-block;
  text-align: left;
}
.download-ebook,
.preview-ebook {
  width: 27px;
  height: 29px;
  display: inline-block;
  margin: 0 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.download-ebook {
  background: url(scb-design/resources/images/icons/icon-download.svg) no-repeat center center;
}
.no-touch.desktop .download-ebook:hover {
  transform: translateY(3px);
}
.modal-full-screen .download-ebook {
  width: 40px;
  height: 56px;
  background-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .modal-full-screen .download-ebook {
    margin-top: 30px;
  }
}
.preview-ebook {
  background: url(scb-design/resources/images/icons/icon-search.svg) no-repeat center center;
}
.no-touch.desktop .preview-ebook:hover {
  transform: scale(1.1);
}
.booklet {
  width: 98px;
  height: 470px;
  position: relative;
  margin: 0 auto 10px;
  z-index: 10;
}
.booklet .b-page {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  padding: 0;
}
.booklet .b-wrap {
  top: 0;
  position: absolute;
}
.booklet .b-wrap > div {
  padding-left: 45px;
  padding-right: 45px;
}
.booklet .b-pN .b-wrap {
  left: 0;
}
.booklet .b-p1 .b-wrap {
  left: 0;
}
.booklet .b-p2 .b-wrap {
  left: 0;
}
.booklet .b-p3 .b-wrap {
  left: 0;
}
.booklet .b-p4 .b-wrap {
  left: 0;
}
.booklet .b-p0 .b-wrap {
  right: 0;
}
.booklet .b-page-blank {
  padding: 0;
  width: 100%;
  height: 100%;
}
.booklet .b-page-cover {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #925C0E;
}
.booklet .b-page-cover h3 {
  color: white;
  text-shadow: 0px 1px 3px #222;
}
.booklet .b-counter {
  bottom: 5px;
  position: absolute;
  display: block;
  height: 20px;
  color: black;
  text-align: center;
  font-size: 10px;
  padding: 5px 0 0;
  right: 10px;
  left: 10px;
}
.booklet .b-wrap-left {
  background: url(scb-design/resources/images/bgd-book-left.jpg) no-repeat;
  background-size: contain;
}
.booklet .b-wrap-right {
  background: url(scb-design/resources/images/bgd-book-right.jpg) no-repeat;
  background-size: contain;
}
.booklet .b-overlay {
  top: 0;
  position: absolute;
  height: 100%;
  width: 50%;
}
.booklet .b-overlay-prev {
  left: 0;
}
.booklet .b-overlay-next {
  right: 0;
}
.b-menu {
  z-index: 100;
  height: 40px;
  padding: 0 0 10px;
}
.b-selector {
  z-index: 100;
  height: 40px;
  position: relative;
  float: right;
  border: none;
  color: #cecece;
  cursor: pointer;
}
.b-selector .b-current {
  padding: 8px 15px 12px;
  line-height: 20px;
  min-width: 18px;
  height: 20px;
  display: block;
  background: #000;
  text-align: center;
}
.b-selector:hover {
  color: white;
  background-position: left 0px;
}
.b-selector:hover .b-current {
  background-position: right 0px;
}
.b-selector ul {
  overflow: hidden;
  margin: 0;
  list-style: none !important;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 0 10px;
  background: #000;
  width: 240px;
  font: normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.b-selector li {
  border: none;
}
.b-selector a {
  color: #cecece;
  height: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
.b-selector a .b-text {
  float: left;
  clear: none;
}
.b-selector a .b-num {
  float: right;
  clear: none;
}
.b-selector a:hover {
  color: white;
}
.b-pN {
  z-index: 10;
}
.b-p0 {
  z-index: 10;
}
.b-p1 {
  z-index: 10;
}
.b-p2 {
  z-index: 10;
}
.b-p3 {
  z-index: 10;
}
.b-p4 {
  z-index: 10;
}
.b-prev {
  z-index: 40;
}
.b-next {
  z-index: 40;
}
.b-counter {
  z-index: 40;
}
.b-selector-page {
  width: auto;
  margin-left: 15px;
}
.b-selector-chapter {
  width: auto;
}
.book_wrapper {
  margin: 0 auto;
  width: 980px;
  height: 470px;
  position: relative;
  background: transparent url(scb-design/resources/images/book.jpg) no-repeat;
  background-size: contain;
}
.book_wrapper .article {
  background: transparent url(scb-design/resources/images/circle.png) no-repeat 50% 0px;
  display: block;
  width: 95px;
  height: 41px;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  color: #555;
  float: left;
  line-height: 41px;
  padding-left: 47px;
}
.book_wrapper .article:hover {
  background-position: 50% -41px;
  color: #13386a;
}
.book_wrapper .demo {
  background: transparent url(scb-design/resources/images/circle.png) no-repeat 50% 0px;
  display: block;
  width: 95px;
  height: 41px;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  color: #555;
  float: left;
  line-height: 41px;
  padding-left: 47px;
  margin-left: 50px;
}
.book_wrapper .demo:hover {
  background-position: 50% -41px;
  color: #13386a;
}
.book_wrapper img {
  margin: 16px auto;
  display: block;
  max-width: 100%;
  height: 430px;
  -moz-box-shadow: 1px 1px 1px #fff;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
}
#next-page-button {
  display: none;
  position: absolute;
  cursor: pointer;
  margin-top: -18px;
  top: 50%;
  right: -40px;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #next-page-button {
    right: -20px;
  }
}
#next-page-button:before {
  font: 1.5rem 'icomoon' !important;
  color: white;
  content: "\e906";
}
.no-touch.desktop #next-page-button:hover {
  margin-right: -10px;
}
#prev-page-button {
  display: none;
  position: absolute;
  cursor: pointer;
  margin-top: -18px;
  left: -40px;
  top: 50%;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #prev-page-button {
    left: -20px;
  }
}
#prev-page-button:before {
  font: 1.5rem 'icomoon' !important;
  color: white;
  content: "\e904";
}
.no-touch.desktop #prev-page-button:hover {
  margin-left: -10px;
}
.loading {
  width: 160px;
  height: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: 135px;
  line-height: 56px;
  color: white;
  padding-left: 60px;
  font-size: 15px;
  background: #000 url(scb-design/resources/images/ajax-loader.gif) no-repeat 10px 50%;
  opacity: 0.7;
  z-index: 9999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.image-center {
  width: 100%;
}
.image-center img {
  display: table-cell;
  margin: 0 auto;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
}
table .left {
  text-align: left;
}
table .right {
  text-align: right;
}
table.stripe {
  width: 100%;
}
table.stripe th {
  padding: 15px 0;
}
table.stripe td {
  padding: 15px 0;
  color: #c6a988;
}
table.stripe tr {
  border-bottom: solid 1px #c6a988;
}
table.stripe tr:nth-child(even) td {
  background-color: #f3ecec;
}
.privileges {
  position: relative;
  z-index: 2;
}
.privileges .inner-container {
  background: white;
  padding-right: 6%;
  padding-left: 6%;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
}
.privileges .slider {
  max-height: 600px;
  overflow: hidden;
}
.privileges .slider img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .privileges .list-default {
    padding-left: 2%;
  }
}
.privileges.application .inner-container {
  background: #2d2d33;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.privileges img.shadow {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
}
.experiences {
  position: relative;
  z-index: 2;
}
.experiences .inner-container {
  background: white;
  padding-right: 6%;
  padding-left: 6%;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
}
.experiences .slider {
  max-height: 600px;
  overflow: hidden;
}
.experiences .slider img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .experiences .link-terms-conditions {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .experiences .link-terms-conditions {
    margin: 30px 0;
  }
}
.experiences .btn-default {
  float: right;
}
@media only screen and (min-width: 992px) {
  .experiences .btn-default {
    float: none;
  }
}
[data-tab] [data-tab-header] {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
[data-tab] [data-tab-header] li {
  display: inline-block;
}
[data-tab] [data-tab-header] a {
  color: #8d8d8d;
  font: 1rem 'THSarabunNewBold';
}
[data-tab] [data-tab-header] a.active {
  color: white;
}
.no-touch.desktop [data-tab] [data-tab-header] a:hover {
  color: white;
}
[data-tab] [data-tab-header].center {
  text-align: center;
  margin: 90px 0 60px;
}
[data-tab] [data-tab-header].center li {
  margin: 0 25px;
}
[data-tab] [data-tab-header].center a {
  display: block;
}
[data-tab] [data-tab-header].center a.active {
  color: white;
  border-bottom: 3px solid #bd9f57;
}
.no-touch.desktop [data-tab] [data-tab-header].center a:hover {
  color: white;
}
[data-tab] [data-tab-content] .inner.active {
  display: block;
}
[data-tab] [data-tab-content] .inner {
  display: none;
}
.top-filter {
  background-color: #2b292b;
  padding: 60px 7% 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .top-filter {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .top-filter [data-tab-header] {
    text-align: center;
  }
}
.top-filter [data-tab-header] li:not(:first-child) {
  margin-left: 90px;
}
@media only screen and (max-width: 991px) {
  .top-filter [data-tab-header] li:not(:first-child) {
    margin-left: 50px;
  }
}

.top-filter [data-tab-header] li a {
  font-size: 1.0rem;
  line-height: 1.35;
}
.gmap-container {
  background-color: #f8f8f8;
  border-radius: 4px;
  position: relative;
}
.gmap-container .gmap {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 991px) {
  .gmap-container {
    margin-top: 30px;
  }
  .gmap-container .gmap {
    height: calc((100vw - 30px));
    height: -moz-calc((100vw - 30px));
    height: -webkit-calc((100vw - 30px));
    height: -o-calc((100vw - 30px));
  }
}
.gmap-container .col-sm-4 {
  position: relative;
}
.locator-list .list-header li {
  padding: 20px 0 0;
  margin-right: 20px;
}
.locator-list .list-header li:last-child {
  margin-right: 0;
}
.locator-list .list-header li a {
  font-size: 1rem;
}
.no-touch.desktop .locator-list .list-header li a:hover {
  color: black;
}
.locator-list .list-header li a.active {
  color: black;
}
.locator-list .list {
  margin-top: 30px;
  overflow: auto;
  max-height: 523px;
  padding-bottom: 50px;
  padding-right: 5px;
}
.locator-list .list li {
  padding-bottom: 30px;
  padding-left: 40px;
  background: url("scb-design/resources/images/icons/list-icon.svg") no-repeat;
  font-size: 1.333rem;
  line-height: 1.5;
}
.locator-list .list li:last-child {
  padding-bottom: 0;
}
.locator-list .list li h4.text-default a {
  font-weight: bold;
}
.locator-list .list li p {
  color: #767676;
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0;
}
.locator-list .nearest {
  background-color: #d7d7d7;
  margin-left: 10px;
  border-radius: 14px;
  font-size: 16px;
  color: black;
  padding: 2px 15px;
}
.search-atm {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.search-atm input {
  color: #b0adad;
  font-size: 20px;
  line-height: 44px;
  padding: 0 10px 0 20px;
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: none;
}
.search-atm button {
  position: absolute;
  right: 10px;
  top: 20%;
  background-color: inherit;
}
.locator-detail {
  font-size: 16px;
  padding: 33px 20px 0 0;
  display: none;
}
.locator-detail h5.text-default {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.locator-detail h5.text-default .open-hour {
  color: white;
  background-color: #89df7d;
  padding: 0 15px;
  border-radius: 14px;
}
.locator-detail .header-block {
  padding-left: 40px;
  position: relative;
}
.locator-detail .header-block .text-default a {
  font-weight: bold;
}
.locator-detail .header-block .back-to-list {
  background: url(scb-design/resources/images/icons/ic-back.svg) no-repeat 0 center;
  width: 23px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
.locator-detail .contact-info {
  position: absolute;
  bottom: 0;
  top: 80px;
  overflow-y: auto;
  padding: 0 40px 50px 0;
}
.locator-detail .contact-block {
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 40px;
}
.locator-detail .contact-block:last-child {
  margin-bottom: 0;
}
.locator-detail .contact-block p {
  color: #767676;
  margin-top: 10px;
}
.locator-detail .contact-block p a {
  color: #767676;
}
.locator-detail .contact-block .hours-list {
  padding-top: 10px;
}
.locator-detail .contact-block .hours-list li {
  margin-bottom: 5px;
}
.locator-detail .contact-block .hours-list li:last-child {
  margin-bottom: 0;
}
.locator-detail .contact-block .hours-list span {
  line-height: 1.88;
  color: #767676;
}
.locator-detail .contact-block .hours-list span.time {
  float: right;
}
.locator-detail.active {
  display: block;
}
.map-info {
  position: relative;
  height: 600px;
}
.map-info .inner-map {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .map-info {
    padding-left: 5vw;
  }
}
.map-info.active .locator-list {
  display: none;
}
.map-info.active .locator-detail {
  display: block;
}
.map-info:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f8f8f8);
}
.thank-you {
  background: url(scb-design/resources/images/bgd-body-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.thank-you .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.thank-you .sussess-message {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}
.thank-you .sussess-message .close-btn {
  position: absolute;
  top: 50px;
  right: 50px;
}
.thank-you .text-medium,
.thank-you .title-1 {
  max-width: 667px;
  margin: 0 auto;
}
.thank-you .text-medium {
  padding-top: 1rem;
}
.locator {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white!important;
  position: relative;
}
.locator:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.locator .inner-container {
  position: relative;
  z-index: 2;
  padding: 100px 30px;
}
.locator .inner-container .title-primary {
  color: white;
}
@media only screen and (min-width: 992px) {
  .locator .title-primary,
  .locator p {
    max-width: 50%;
  }
  .locator .text-large {
    max-width: 60%;
  }
}
.locator.center {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .locator.center .title-primary,
  .locator.center p {
    max-width: 44%;
    margin: 0 auto;
  }
}
.search-block {
  max-width: 650px;
  margin: -32px auto 30px;
  padding: 10px;
  border-radius: 4px;
  background-color: #ffffff;
  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 {
  font-size: 20px;
  padding: 0 20px;
  line-height: 44px;
  height: 44px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .search-block .search-input input {
    padding: 0 10px;
    font-size: 1.333rem;
  }
}
.search-block .search-input input::-webkit-input-placeholder {
  color: #1f1f1f;
}
.search-block .search-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1f1f1f;
}
.search-block .search-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1f1f1f;
}
.search-block .search-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #1f1f1f;
}
.search-block.small {
  margin: 0;
  background-color: #f8f8f8;
  padding: 0 3px;
}
@media only screen and (max-width: 991px) {
  .search-block.small {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.search-block.small .search-input input {
  font-size: 14px;
  line-height: 1.71;
  background-color: #f8f8f8;
  padding: 0 10px;
  color: black;
}
.search-block.small img {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 10px;
}
@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-image: url(scb-design/resources/images/bgd-body-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.modal-full-screen.modal-active {
  display: block;
}
.modal-full-screen .close {
  background: url(scb-design/resources/images/icons/ic-close.svg) no-repeat center center;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 10;
}
.modal-full-screen .close:hover {
  opacity: 0.8;
}
.modal-full-screen .modal-body {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.modal-full-screen .modal-body .inner-container {
  padding-top: 120px;
}
.modal-full-screen .icon-close,
.modal-fade .icon-close {
  position: absolute;
  font-size: 2rem;
  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;
  z-index: 2;
}
.modal-full-screen .modal-body:before,
.modal-fade .modal-body:before {
  content: '';
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 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;
}
#modal-investment-simulator .modal-body:before {
  content: none;
}
.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));
  }
}
.flipbook {
  background: #323232;
}
.modal-product {
  background: rgba(0, 0, 0, 0.85);
}
.modal-product .content {
  width: 85%;
  margin: 90px auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal-product .content {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.modal-product .modal-body {
  background: #2d2d33;
  width: 86vw;
  max-width: 940px;
  margin: 0 auto 100px auto;
  padding: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .modal-product .modal-body {
    margin: 50px auto;
  }
}
.modal-terms-conditions,
.modal-payment {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-terms-conditions .modal-thumb,
.modal-payment .modal-thumb {
  height: 160px;
  background-size: cover;
  background-position: center;
}
.modal-terms-conditions .content,
.modal-payment .content {
  overflow: auto;
  max-height: 540px;
  font-size: 24px;
  margin: 0 auto;
  background: #2d2d33;
  padding: 90px 60px;
}
@media only screen and (max-width: 1024px) {
  .modal-terms-conditions .content,
  .modal-payment .content {
    padding: 70px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-terms-conditions .content,
  .modal-payment .content {
    padding: 50px 20px;
  }
}
.modal-terms-conditions .modal-body,
.modal-payment .modal-body {
  width: 86vw;
  max-width: 945px;
  margin: 100px auto;
  padding: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  overflow: visible;
}
.modal-terms-conditions .close-btn,
.modal-payment .close-btn {
  position: absolute;
  top: -85px;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .multiple-choices {
    width: 60%;
  }
}
.multiple-choices .custom-radio {
  display: block;
  padding: 10px 0 10px 35px;
  position: relative;
}
.multiple-choices .custom-radio span {
  width: 20px;
  height: 20px;
  background-color: #dadada;
  border: 1px solid #bd9f57;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
.multiple-choices .custom-radio input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 2;
}
.multiple-choices .custom-radio input:checked + span {
  border-width: 5px;
}
.share-this .link-default {
  line-height: 1.39;
  float: left;
  text-decoration: none;
}
.share-this.active .link-default {
  text-decoration: underline;
}
.share-this.active .share-this-icons {
  max-width: 300px;
  visibility: visible;
}
.share-this-icons {
  max-width: 0;
  overflow: hidden;
  visibility: hidden;
  white-space: nowrap;
  line-height: 1.39;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.share-this-icons li {
  margin-left: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .share-this-icons li {
    margin-left: 14px;
  }
}
.share-this-icons li a {
  font-size: 24px;
  color: #dcdada;
}
.share-this-icons li a:before {
  font-size: 18px;
}
.share-this-icons li a:hover {
  color: white;
}
.risk-table {
  display: table;
  width: 100%;
  border-bottom: 1px solid #5f5f5f;
}
.risk-table .left-bgd,
.risk-table .right-bgd {
  background: #292929;
  width: 50%;
  float: left;
  position: relative;
  height: 20px;
}
.risk-table .inner {
  background: #292929;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.risk-table .sub-title-1 {
  color: rgba(255, 255, 255, 0.62);
  height: 50px;
  font-size: 18px;
  text-transform: uppercase;
}
.risk-table .visual-icon {
  margin: 40% 0 30px;
  height: 60px;
}
.risk-table .visual-icon img {
  vertical-align: bottom;
}
.risk-table .title-10 {
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 20px;
  color: #adadad;
  font-weight: bold;
  opacity: 0.5;
  font-size: 36px;
}
.risk-table li {
  display: table-cell;
  vertical-align: bottom;
  width: 20%;
  height: 400px;
  position: relative;
  border-left: 1px solid #5f5f5f;
  text-align: center;
}
.risk-table li:first-child {
  border-left: none;
}
.risk-table li:last-child {
  border-right: 1px solid #5f5f5f;
}
.risk-table li .text-x-small {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.62);
}
.risk-table li.active .inner {
  background-color: #f7d789;
}
.risk-table li.active .text-x-small {
  color: #606060;
  font-size: 20px;
}
.risk-table li.active .title-10 {
  color: #424242;
  opacity: 1;
}
.risk-table li.active .left-bgd,
.risk-table li.active .right-bgd {
  background: #f7d789;
  width: 44%;
}
.risk-table li.active .left-bgd:before,
.risk-table li.active .right-bgd:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.risk-table li.active .right-bgd {
  float: right;
}
.risk-table li.active .left-bgd:before {
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #f7d789;
  right: -20px;
}
.risk-table li.active .right-bgd:before {
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #f7d789 transparent;
  left: -20px;
}
@media only screen and (max-width: 991px) {
  .risk-table li {
    height: 320px;
  }
  .risk-table .visual-icon {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .risk-table {
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    overflow-x: auto;
    display: block;
  }
  .risk-table ul {
    overflow: hidden;
    white-space: nowrap;
    width: 1000px;
  }
  .risk-table li {
    white-space: normal;
    float: left;
  }
}
.donut {
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .donut {
    padding: 20px;
  }
}
.donut .animation path.circle-back {
  stroke: #7f7a7a;
  stroke-width: 60px;
  fill: none;
}
.donut .animation path.circle-front {
  stroke: #bd9f57;
  stroke-width: 60px;
  fill: none;
}
.donut .labels text {
  fill: white;
}
.donut path.circle-back {
  fill: #f2f2f2;
}
.donut path.circle-front {
  fill: blue;
}
.donut-chart .entries {
  padding: 120px 0;
}
.donut-chart .entries span {
  display: table-cell;
  vertical-align: middle;
}
.donut-chart .entries .entry {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 30px;
  display: table;
  width: 100%;
}
.donut-chart .entries .entry:first-child {
  border-top: 1px solid #e6e6e6;
}
.donut-chart .entries .entry .color {
  width: 25px;
  height: 25px;
}
.donut-chart .entries .entry .color.grey {
  background-color: #7f7a7a;
}
.donut-chart .entries .entry .color.pink {
  background-color: #bd9f57;
}
.donut-chart .entries .entry .sub-title {
  padding-left: 35px;
}
@media only screen and (max-width: 991px) {
  .donut-chart .entries {
    padding: 60px 0;
  }
  .donut-chart .entries .entry {
    padding: 15px;
  }
  .donut-chart .entries .entry .sub-title {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .donut-chart .entries {
    padding: 0 0 30px;
  }
  .donut-chart .entries .entry {
    padding-left: 0;
    padding-right: 0;
  }
}
.donut-chart .data-block {
  width: 24%;
  display: inline-block;
  padding-left: 77px;
}
@media only screen and (min-width: 992px) {
  .donut-chart .data-block:first-child {
    padding-left: 0;
  }
}
.donut-chart .data-block dl {
  border-right: 1px solid #d8d8d8;
}
.donut-chart .data-block dl .title-large.percent {
  position: relative;
}
.donut-chart .data-block dl .title-large.percent:after {
  position: absolute;
  color: #9b9b9b;
  font-size: 16px;
  margin-left: 15px;
  content: '%';
}
.donut-chart .data-block dt {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}
.donut-chart .data-block .title-large {
  font-size: 54px;
  color: #7d7d7d;
}
.donut-chart .data-block .title-10 {
  opacity: 1;
  color: #7d7d7d;
  font-weight: bold;
}
.donut-chart .data-block:last-child dl {
  border-right: none;
}
@media only screen and (max-width: 991px) {
  .donut-chart .data-block {
    width: 49%;
    margin: 10px 0;
  }
  .donut-chart .data-block:nth-child(2) dl,
  .donut-chart .data-block :nth-child(4) dl {
    border-right: none;
  }
  .donut-chart .data-block:nth-child(3),
  .donut-chart .data-block :nth-child(4) {
    margin-top: 20px;
  }
  .donut-chart .data-block dl {
    border-right: 1px solid #d8d8d8;
  }
  .donut-chart .data-block dl .title-large.percent:after {
    position: absolute;
    top: 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .donut-chart .data-block {
    padding-left: 0;
    width: 100%;
    display: block;
    margin: 0 0 25px;
  }
  .donut-chart .data-block dl {
    border: none;
  }
}
.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;
  position: relative;
  margin: 0 15px;
  display: block;
}
.list-result .custom-radio-thumb .visual-icons {
  height: 52px;
  text-align: center;
  margin: 15px 0;
}
.list-result .custom-radio-thumb sup {
  top: -7px;
  left: 5px;
  font-size: 60%;
  font-weight: bold;
}
.list-result .custom-radio-thumb .sub-title-1 {
  font: 14px 'Didot';
  min-height: 3rem;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 10px;
  text-transform: uppercase;
}
.list-result .custom-radio-thumb .inner {
  background: white;
  border-radius: 4px;
  padding: 30px 15px;
  height: 100%;
}
.list-result .custom-radio-thumb .text-x-small {
  line-height: 0.9;
  text-align: center;
  color: #767676;
}
@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;
  }
}
.slider-calculator .range-slider {
  margin-top: 22px;
  width: 100%;
  position: relative;
}
.slider-calculator .range-value {
  margin-top: 20px;
  font-size: 1.231rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .slider-calculator .range-value {
    margin-bottom: 20px;
  }
}
.slider-calculator .slider-calculator-range {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .slider-calculator .slider-calculator-range {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.slider-calculator .interest-rate {
  position: absolute;
  bottom: 16px;
  right: 30px;
  font-size: 1.231rem;
}
@media only screen and (max-width: 991px) {
  .slider-calculator .custom-select {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-calculator label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-calculator label {
    margin-bottom: 0;
  }
}
.slider-calculator .button-group {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-calculator .text-medium {
    display: none;
  }
}
.slider-calculator.big-slider .rangeslider--horizontal {
  height: 40px;
  border-radius: 24px;
  margin: 0 0 0 13px;
  width: auto;
  /*&:after {
        right: -17px;
        border-radius: 0 24px 24px 0;
      }*/
}
.slider-calculator.big-slider .rangeslider--horizontal:before {
  content: '';
  position: absolute;
  width: 47px;
  height: 100%;
  background: #e8e8e8;
  top: 0;
  z-index: -1;
}
.slider-calculator.big-slider .rangeslider--horizontal:before {
  left: -13px;
  border-radius: 24px 0 0 24px;
}
.slider-calculator.big-slider .rangeslider--horizontal .rangeslider__fill:after,
.slider-calculator.big-slider .rangeslider--horizontal .rangeslider__fill:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  background: #bd9f57;
  top: 0;
  border-radius: 24px;
}
.slider-calculator.big-slider .rangeslider--horizontal .rangeslider__fill:before {
  left: -14px;
}
.slider-calculator.big-slider .rangeslider--horizontal .rangeslider__fill:after {
  right: -17px;
  border-radius: 18px 24px 24px 16px;
}
.slider-calculator.big-slider .rangeslider--horizontal .rangeslider__handle {
  top: 4px;
  margin-left: -6px;
  background: linear-gradient(#8e7843, #bd9f57);
  background: -webkit-linear-gradient(#8e7843, #bd9f57);
}
.slider-calculator.big-slider .rangeslider-tooltip {
  background: white;
  color: #bd9f57;
  font-size: 20px;
  padding: 0 15px;
  line-height: 50px;
}
.slider-calculator.big-slider .rangeslider-tooltip:before {
  border-top: 5px solid white;
}
.calculator-result {
  position: relative;
  z-index: 2;
  border: 1px solid #dbdbdb;
  background: white;
  padding: 30px 0;
  display: table;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .calculator-result {
    padding: 0;
    display: none;
  }
}
.calculator-result .icon-info {
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
}
.calculator-result .icon-info span {
  display: none;
  background: #bd9f57;
  width: 200px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 15px;
  line-height: 1.4;
  position: absolute;
  left: -90px;
  bottom: 27px;
}
@media only screen and (max-width: 375px) {
  .calculator-result .icon-info span {
    left: auto;
    right: -32px;
  }
}
.calculator-result .icon-info:hover:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #bd9f57;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -6px;
}
.calculator-result .icon-info:hover span {
  display: block;
}
.calculator-result dl:not(:first-child) {
  border-left: 1px solid #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .calculator-result dl {
    display: table-cell;
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .calculator-result dl {
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
    margin: 0 30px;
  }
}
.calculator-result dt .sub-title {
  color: #1f1f1f;
}
.calculator-result dd .amount {
  color: black;
  padding: 10px 0 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: #bd9f57;
  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;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.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;
}
[lang*='th'] [class*="title-"],
.banner-planning .caption h2,
.banner.fixed .intro,
.banner.terms .terms-details h2,
[data-tab] [data-tab-header].center a {
  font-family: 'PSLKanda';
}
[data-applicationform]{
  position: relative;
}
.form-loading{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(255,255,255,0.3);
}
.loader {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: -40px 0 0 -40px;
  left: 50%;
  top: 50%;
  background: url(scb-design/resources/images/icons/ic-load.png) no-repeat center;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#speedbumpModal.modal{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 70%);
}

#speedbumpModal.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
#speedbumpModal.fade.show {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    display: block;
}
#speedbumpModal.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
#speedbumpModal .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
#speedbumpModal .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.speedbump-open {
    overflow: hidden;
}
#speedbumpModal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    outline: 0;
    padding: 20px 40px;
    font-family: 'Sukhumvittadmai';
}
#speedbumpModal .modal-header {
    text-align: center;
}
#speedbumpModal .modal-header .btn-close {
    cursor: pointer;
	background: none;
    float: right;
    padding: 0 10px;
    line-height: 1em;
}
#speedbumpModal .modal-header .icon-close {
	color: rgb(122 88 191 / 50%);
    font-size: 23px;
}

#speedbumpModal .modal-header .logo-img {
    padding-bottom: 20px;
}

#speedbumpModal .modal-header .logo-img img{
    max-width: 55px;
}
#speedbumpModal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    color: #7A58BF;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Sukhumvittadmai_med';
    margin-bottom: 5px;
}
#speedbumpModal .spedbumplink{
	font-family: 'Sukhumvittadmai';
    color: #111111;
    font-size: 16px;
    text-align: center;
	font-weight: bold;
}
#speedbumpModal .modal-header hr{
	margin: 20px auto 20px auto;
    border-top-color: #7A58BF;    
    width: 40px;
}
#speedbumpModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.4em;
    font-size: 14px;
    color: #111111;
    max-width: 600px;
    margin: auto;
    word-break: break-word;
}
#speedbumpModal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 20px 0;
}
#speedbumpModal .btn-default {
    color: rgb(115, 79, 194);
    border: 1px solid rgb(115, 79, 194);
    background: inherit;
    line-height: 40px;
    font-size: 16px;
    box-shadow: none;
    min-width: auto;
}

#speedbumpModal .btn-primary {
    background: rgb(122, 88, 191);
    color: white;
    line-height: 44px;
    font-size: 16px;
    box-shadow: none;
    padding: 0px 30px;
    border-radius: 4px;
    min-width: auto;
    border-color: inherit;
}
#speedbumpModal .modal-footer .confirmurl{
min-width: auto;
}
#speedbumpModal .modal-footer>:not(:last-child) {
    margin-right: 20px;
}
@media screen and (min-width: 576px) {
    #speedbumpModal .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    #speedbumpModal .modal-dialog {
        max-width: 530px;
        margin: 1.75rem auto;
    }
}

.speedbump-Modal{
    outline: 0;
	margin: auto;
    max-width: 1300px;
    padding: 0 20px;
}
.speedbump-Modal .modal-dialog-centered {
    position: relative;
    width: auto;
    margin: 50px 0 50px 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.speedbump-Modal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,2%);
    border-radius: 5px;
    outline: 0;
    padding: 20px;
    font-family: 'Sukhumvittadmai';
    box-shadow: rgb(0 0 0 / 7%) 0px 2px 10px 0px;
}
.speedbump-Modal .modal-header {
    text-align: center;
}
.speedbump-Modal .modal-header .logo-img {
    padding-bottom: 20px;
    padding-top: 20px;
}

.speedbump-Modal .modal-header .logo-img img{
    max-width: 55px;
}
.speedbump-Modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    color: #7A58BF;
    font-size: 19px;
    font-weight: normal;
    font-family: 'Sukhumvittadmai_med';
    margin-bottom: 5px;
}
.speedbump-Modal .spedbumplink, .speedbump-Modal .modal-header .extlink{
	font-family: 'Sukhumvittadmai';
    color: #111111;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.speedbump-Modal .modal-header hr{
	margin: 20px auto 20px auto;
    border-top-color: #7A58BF;    
    width: 40px;
}
.speedbump-Modal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.4em;
    font-size: 16px;
    color: #111111;
    font-size: 16px;
        max-width: 600px;
    margin: auto;
    word-break: break-word;
}
.speedbump-Modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:40px 0 20px 0;
}
.speedbump-Modal .modal-footer .confirmurl{
min-width: auto;
}
.speedbump-Modal .modal-footer>:not(:last-child) {
    margin-right: 20px;
}

.speedbump-Modal .btn-default {
    color: rgb(115, 79, 194);
    border: 1px solid rgb(115, 79, 194);
    background: inherit;
    line-height: 40px;
    font-size: 16px;
    box-shadow: none;
    min-width: auto;
}

.no-touch.desktop .speedbump-Modal .btn-default:hover{
	background-color: inherit;
    box-shadow: none;
}

.speedbump-Modal .btn-primary {
    background: rgb(122, 88, 191);
    color: white;
    line-height: 44px;
    font-size: 16px;
    box-shadow: none;
    padding: 0px 30px;
    border-radius: 4px;
    min-width: auto;
}
.no-touch.desktop .speedbump-Modal .btn-primary:hover {
    border-color: inherit;
    color: inherit;
}

/******Detect App*********/
.appDetect{
	background-color: #bebebe; 
	width: 100%;
	display:none;
}
.appDetect.isMobile{
	position:fixed; 
	bottom:0;  
	background-color: #bebebe; 
  	border-top: 1px solid rgba(145, 146, 148, 0.6);
	z-index: 999;
	width: 100%;
	display:none;
}

.appDetect.showpopup.isMobile{
	display:block;
}

.consent_section_mobile .container {
    position: relative; 
}
.consent_section_mobile p {
    margin: 0;
    margin-bottom: 10px;
    padding-right: 20px; 
    color: #000000;
    font-size: 14px;
    font-family: 'sukhumvittadmai_bol';
    font: 14px/23px 'sukhumvittadmai_bol'
}
.privateappstyle.appDetect{
	font-family:  'PSL Kittithada';
}
.firststyle.appDetect{
	font-family: 'Kittithada'
}
.primestyle.appDetect{
	font-family: 'PSLKanda'
}
.privateappstyle.appDetect.consent_section_mobile p {
	font-family:  'PSL Kittithada';
	font-size: 17px;
	font: 17px/26px 'PSL Kittithada';
	color: #232323;
}
.firststyle.appDetect.consent_section_mobile p {
	font-family:  'Kittithada';
	font-size: 17px;
	font: 17px/26px 'Kittithada';
	color: #232323;
}
.primestyle.appDetect.consent_section_mobile p {
	font-family:  'PSLKanda';
	font-size: 26px;
	font: 26px/26px 'PSLKanda';
	color: #232323;
}
.privateappstyle.appDetect .accept-consent_btn_sm,
.privateappstyle.appDetect .cancel-consent_btn_sm {
   font-family:  'PSL Kittithada';
	font-size: 17px;
	font: 17px/36px 'PSL Kittithada';
	color: #585858;
}
.firststyle.appDetect .accept-consent_btn_sm,
.firststyle.appDetect .cancel-consent_btn_sm {
   font-family: 'Kittithada';
	font-size: 17px;
	font: 17px/36px 'Kittithada';
	color: #585858;
}
.primestyle.appDetect .accept-consent_btn_sm,
.primestyle.appDetect .cancel-consent_btn_sm {
   font-family: 'PSLKanda';
	font-size: 24px;
	font: 24px/36px 'PSLKanda';
	color: #585858;
}

.consent_section_mobile .consent_wrapper {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding: 20px 15px;
	display: flex;
	/*align-items: center; */
}

.consent_section_mobile .consent_wrapper .consent_left{
    max-width: 70px;
    min-width: 60px;
    margin-right: 15px;
    vertical-align: top;
}

.consent_section_mobile .btn_wrapper {
    display: flex;
    align-items: center; 
}

.close_popup_consent {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px; 
    cursor: pointer;
}
  .close_popup_consent:hover {
    opacity: 0.8; 
}
  .close_popup_consent:before, .close_popup_consent:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 1.5px;
    background-color: #745db9; 
}
  .close_popup_consent:before {
    transform: rotate(45deg); 
}
  .close_popup_consent:after {
    transform: rotate(-45deg); 
}
.consent_section_mobile .btn_wrapper{
padding:0;
    }

.accept-consent_btn {
  color: #745db9;
  background-color: #ffffff;
  text-decoration: none;
  border: 1.5px solid #745db9;
  border-radius: 5px;
  display: block;
  text-align: center;

  line-height: 44px; 
 font-size: 14px;
	padding: 0 20px;
}
.accept-consent_btn:hover {
	opacity: 0.8;
}
.accept-consent_btn_sm {
  font-size: 16px;
  color: #745db9;
  background-color: #ffffff;
  text-decoration: none;
  border: 1.5px solid #745db9;
  border-radius: 5px;
  display: block;
  text-align: center;
 font-size: 14px;
    font-family: 'sukhumvittadmai_bol';
    font: 14px/23px 'sukhumvittadmai_bol';
    line-height: 32px;
    min-width: 120px;
    padding: 0 20px;
}
  .accept-consent_btn_sm:hover {
    opacity: 0.8; 
}
.cancel-consent_btn_sm {
  text-decoration: none;
  color: #666666;
  display: block;
  font-size: 14px;
    line-height: 32px;
    padding: 0 20px 0 0;
}
  .cancel-consent_btn_sm:hover {
    opacity: 0.8; 
}

@media screen and (max-width: 640px) {

	.consent_condition {
		padding: 0 15px; 
	} 
}

@media screen and (max-width: 360px) {
    .consent_section_mobile .consent_icon {
		width: 55px; 
	} 
}
.section.cq-Editable-dom .appDetect{
	position:relative; 
	display:block;
}
.section.cq-Editable-dom .appDetect.hidepopup{
	/*display:block;*/
}



.consentdtl_right .content-paragraph ul{
    margin-left: 0px;
}
@media only screen and (max-width: 1024px) {


.appDetect.hidepopup{
	display:none;
}
.consentdtl_right .content-paragraph ul{
    margin-left: 0px;
	padding-left: 0px;
}

}

.consent_section {
    font-family:Sukhumvittadmai_med;
    color: #000000;
	background: #e6e8ec;
	border-bottom: 1px solid rgba(145, 146, 148, 0.6);
	font-size: 14px;
    line-height: 1.4;
}

.consent_section .consent_left {
	padding-right: 50px;
    max-width: 70%;
    float: left;
}
.consent_section .consent_right {
    float: right;
    padding-top:10px;
}
.consent_section .consent_wrapper {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 30px;
}
.privatestyle .consent_wrapper {
	padding: 20px 30px 20px 165px;
}
.consent_title {
	color: #4b2d85;
	margin: 0;
	font-size: 22px;
}
.privatestyle .consent_section{
	font-family: 'PSL Kittithada';
}
.firststyle .consent_section {
	font-family: Kittithada;
}
.primestyle .consent_section {
	font-family: 'PSLKanda';
}

.privatestyle .consent_detail
,.firststyle .consent_detail
{
    font-family:  'SCBPSLxTextErgo';
    font-size: 19px;
    line-height:1.2;
}
.primestyle .consent_detail{
	font-family: 'THSarabunNew', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
}
.privatestyle .accept-consent_btn
,.firststyle .accept-consent_btn{
    font-size: 17px;
}

.primestyle .consent_title{
	font-size: 30px;
}
.primestyle .accept-consent_btn{
	font-size: 24px;
}

@media only screen and (max-width: 1024px) and (min-width: 992px){
.privatestyle .consent_section .consent_wrapper {
	padding-left:110px;
}
}


@media screen and (max-width: 992px)and (min-width: 767px) {
    .privatestyle .consent_section .consent_wrapper {
        padding-left:30px;
    }
    .consent_section .consent_left {
        padding-right: 0px;
        max-width: 65%;
    }
    .consent_section .consent_right {   
        width: 30%;
    }
}


@media screen and (max-width:767px) {
.consent_detail {
	padding-top: 10px;
	padding-bottom: 20px;
}
.consent_section .consent_left {
	padding-right: 0px;
    max-width: 100%;
}
.consent_section .consent_right {   
    width: 100%;
}
    .consent_section .consent_wrapper {
        display: block;
        padding: 20px 15px;
    }

    .accept-consent_btn {
	width: 100%;
	}
}

/*********Consent Detail************/
.consent_condition {
	padding: 20px 0;
}
.consent_condition-title {
	font-size: 25px;
	margin: 0px;
	color: #000;
}
.consent_condition-detail {
	color: #666666;
	padding-bottom: 20px;
}
.consent_condition .container {
	max-width: 900px;
	margin: 0 auto;
	background: #e6e8ec;
	padding: 30px;
}
.consent_condition .chkbox_round {
	position: relative;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.consent_condition .chkbox_round:hover {
	opacity: 0.9;
}
.consent_condition .chkbox_round span {
	margin: 0;
	margin-left: 30px;
	color: #412775;
  	font-family: 'sukhumvittadmai_med';
	width: max-content;
	position: absolute;
}
.consent_condition .chkbox_round label {
	background-color: #dadada;
	border: 1px solid #666666;
	border-radius: 50%;
	cursor: pointer;
	height: 22px;
	width: 22px;
	left: 0;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
}
.consent_condition .chkbox_round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 5px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 7px;
	transform: scale(0.9) rotate(-45deg);
	width: 10px;
}
.consent_condition .chkbox_round input[type="checkbox"] {
	visibility: hidden;
	height: 30px;
	width: 30px;
}
.consent_condition .chkbox_round input[type="checkbox"]:checked + label {
	background-color: #745db9;
	border-color: #745db9;
}
.consent_condition .chkbox_round input[type="checkbox"]:checked + label:after {
	opacity: 1;
}
.consent_condition .btn_wrapper {
  display: flex; 
}

.consent_condition .btn_wrapper a.cancel-consent_btn_sm {
    min-width: 75px; 
}
.consent_condition .cancel-consent_btn_sm{
	font-family: 'sukhumvittadmai_bol';
}
.consent_condition .save-consent_btn_sm {
	color: #745db9;
	background-color: #ffffff;
	text-decoration: none;
	border: 1.5px solid #745db9;
	border-radius: 5px;
	display: block;
	text-align: center;
	line-height: 35px;
	min-width: 90px;
	font-family: 'Sukhumvittadmai_med';
}

