@charset "UTF-8";
/* Color */
/*
 * Remarks
 *
 * O = Opacity
 *
 */
@font-face {
  font-family: 'Noto Sans';
  src: url("../../font/NotoSans/NotoSans-Regular.ttf"); }

@font-face {
  font-family: 'Noto Sans Light';
  src: url("../../font/NotoSans/NotoSans-Light.ttf"); }

@font-face {
  font-family: 'Noto Sans SemiBold';
  src: url("../../font/NotoSans/NotoSans-SemiBold.ttf"); }

@font-face {
  font-family: 'Noto Sans Bold';
  src: url("../../font/NotoSans/NotoSans-Bold.ttf"); }

@font-face {
  font-family: 'Noto Sans Myanmar';
  src: url("../../font/NotoSans/NotoSansMyanmar-Regular.ttf"); }

@font-face {
  font-family: 'Noto Sans Myanmar Light';
  src: url("../../font/NotoSans/NotoSansMyanmar-Light.ttf"); }

@font-face {
  font-family: 'Noto Sans Myanmar SemiBold';
  src: url("../../font/NotoSans/NotoSansMyanmar-SemiBold.ttf"); }

@font-face {
  font-family: 'Noto Sans Myanmar Bold';
  src: url("../../font/NotoSans/NotoSansMyanmar-Bold.ttf"); }

/**
 * Global Variables
**/
/* App */
/* Break Point */
/* Checkbox */
/* Animation time */
/* z-index */
/**
 * Element Variables
**/
.scrollButton .buttonContainer {
  position: fixed;
  right: 16px !important;
  bottom: 16px;
  z-index: 19; }
  .scrollButton .buttonContainer.buttonAbsolute {
    position: fixed;
    bottom: 89px; }
  .scrollButton .buttonContainer .buttonAction {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    .scrollButton .buttonContainer .buttonAction:hover .icon {
      background-position: 0 -22px !important; }
    .scrollButton .buttonContainer .buttonAction .icon {
      width: 22px;
      height: 22px; }
      .scrollButton .buttonContainer .buttonAction .icon.icon-onlineCs {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 22px; }
      .scrollButton .buttonContainer .buttonAction .icon.icon-backToTop {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 22px; }
    .scrollButton .buttonContainer .buttonAction:last-child {
      margin-bottom: 0; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.transparentBtn {
  background: transparent;
  color: #FFFFFF;
  transition: all 0.3s; }
  .transparentBtn:hover {
    background-color: #FFFFFF;
    color: #666666 !important; }

.primaryBtn {
  background-color: #b51a25;
  color: #FFFFFF;
  transition: all 0.3s; }
  .primaryBtn:hover {
    background-color: #711a20; }

.text-primaryHover:hover {
  color: #b51a25 !important; }

.hyperLink-primaryHover::after {
  background-image: url("../../img/icn_arrow_right_hover.svg");
  background-position: 0 center; }

.hyperLink-primaryHover:hover {
  cursor: pointer;
  color: #b51a25 !important; }
  .hyperLink-primaryHover:hover * {
    color: #b51a25 !important; }
  .hyperLink-primaryHover:hover::after {
    background-position: -8px center !important; }

.back-primaryHover::after {
  background-image: url("../../img/icn_arrow_left_hover.svg");
  background-position: 0 center; }

.back-primaryHover:hover {
  color: #b51a25 !important; }
  .back-primaryHover:hover::after {
    background-position: -8px center; }

.backHoverButton {
  display: flex;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  margin: 16px;
  cursor: pointer; }
  [lang=zh_CN] .backHoverButton {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .backHoverButton {
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
  [lang=my_MM] .backHoverButton {
    font-size: 12px; }
  [lang=km_KH] .backHoverButton {
    font-size: 12px; }
  .backHoverButton::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 22px;
    background-image: url("../../img/icn_back_hover.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 10px auto;
    margin-right: 8px;
    overflow: hidden; }
  .backHoverButton:hover {
    color: #b51a25 !important; }
    .backHoverButton:hover::before {
      background-position: center bottom; }

.returnHoverButton {
  display: flex;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  margin: 16px;
  cursor: pointer; }
  [lang=zh_CN] .returnHoverButton {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .returnHoverButton {
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
  [lang=my_MM] .returnHoverButton {
    font-size: 12px; }
  [lang=km_KH] .returnHoverButton {
    font-size: 12px; }
  .returnHoverButton::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-image: url("../../img/icn_return_hover.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 22px auto;
    margin-right: 8px;
    overflow: hidden; }
  .returnHoverButton:hover {
    color: #b51a25 !important; }
    .returnHoverButton:hover::before {
      background-position: center bottom; }

.templatebackButton {
  margin: 16px; }
  .templatebackButton::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 13px;
    background-image: url("../../img/icn_arrow_left_hover.svg");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 20px 22px;
    margin-right: 4px; }
  .templatebackButton:hover {
    color: #b51a25 !important; }
    .templatebackButton:hover::before {
      background-position: -10px center; }

#enroll {
  position: fixed;
  bottom: 0;
  background-color: white;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #dddddd; }
  #enroll .webEnroll {
    background-color: #FFFFFF;
    width: 100%;
    vertical-align: middle; }
    #enroll .webEnroll .self-container {
      float: right; }
      #enroll .webEnroll .self-container.enrolled .cancel-enroll {
        display: inline-block; }
      #enroll .webEnroll .self-container.enrolled .btnItm .btn-enroll {
        display: none; }
      #enroll .webEnroll .self-container.enrolled .btnItm .btn-enrolled {
        display: block;
        cursor: default; }
      #enroll .webEnroll .self-container .cancel-enroll {
        display: none; }
        #enroll .webEnroll .self-container .cancel-enroll button {
          cursor: pointer;
          vertical-align: middle;
          border: 0;
          color: black;
          background-color: white;
          font-size: 16px;
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 400; }
          [lang=my_MM] #enroll .webEnroll .self-container .cancel-enroll button {
            font-size: 12px; }
          [lang=km_KH] #enroll .webEnroll .self-container .cancel-enroll button {
            font-size: 12px; }
          [lang=zh_CN] #enroll .webEnroll .self-container .cancel-enroll button {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      #enroll .webEnroll .self-container .btnItm {
        display: inline-block;
        padding: 0px 0px 0px 16px; }
        #enroll .webEnroll .self-container .btnItm button {
          cursor: pointer;
          padding: 11px 44px;
          border: 0;
          border-radius: 4px;
          color: white;
          background-color: #b51a25;
          font-size: 16px;
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 600; }
          [lang=my_MM] #enroll .webEnroll .self-container .btnItm button {
            font-size: 12px; }
          [lang=km_KH] #enroll .webEnroll .self-container .btnItm button {
            font-size: 12px; }
          [lang=zh_CN] #enroll .webEnroll .self-container .btnItm button {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] #enroll .webEnroll .self-container .btnItm button {
            font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
          #enroll .webEnroll .self-container .btnItm button.btn-enrolled {
            display: none;
            background-color: #999999; }

/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content {
  overflow: hidden; }
  .tab-content > .tab-pane {
    visibility: hidden;
    height: 0; }
  .tab-content > .active {
    visibility: visible;
    height: auto; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

html #container {
  padding-bottom: 60px; }

.OnlineLoanLanding #container .sectionContainer {
  padding-top: 32px; }
  .OnlineLoanLanding #container .sectionContainer .sectionHeader {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 600;
    font-size: 32px;
    color: #222222;
    line-height: 43px;
    position: relative; }
    [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .sectionHeader {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .sectionHeader {
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
    [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .sectionHeader {
      font-size: 28px; }
    [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .sectionHeader {
      font-size: 28px; }
  .OnlineLoanLanding #container .sectionContainer .sectionDivider {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-top: 15px; }
  .OnlineLoanLanding #container .sectionContainer .sectionDivider.noMarginTop {
  	margin-top: 0;}
  .OnlineLoanLanding #container .sectionContainer .introContainer {
    padding-top: 32px;
    padding-bottom: 32px; }
    .OnlineLoanLanding #container .sectionContainer .introContainer .introList {
      display: flex;
      justify-content: center;
      flex-direction: row;
      padding-top: 32px;
      padding-bottom: 32px; }
      .OnlineLoanLanding #container .sectionContainer .introContainer .introList .col-3 {
        padding: 0; }
      .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode {
        cursor: pointer;
        padding: 0;
        flex: 0 0 25%; }
        .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .introImg {
          background-repeat: no-repeat;
          background-size: 72px auto;
          background-position: center top;
          height: 72px;
          overflow: hidden;
          margin-bottom: 10px; }
        .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeTitle {
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 700;
          font-size: 18px;
          line-height: 24px;
          color: #222222;
          text-align: center; }
          [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeTitle {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeTitle {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeTitle {
            font-size: 14px; }
          [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeTitle {
            font-size: 14px; }
        .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeDesc {
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 400;
          margin-top: 9px;
          line-height: 19px;
          font-size: 14px;
          color: #666666;
          padding: 0 24px;
          text-align: center;
          margin-left: auto;
          margin-right: auto; }
          [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeDesc {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeDesc {
            font-size: 10px; }
          [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode .nodeDesc {
            font-size: 10px; }
        .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode:hover .introImg {
          background-position: center bottom;
          color: #b51a25; }
        .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode:hover .nodeTitle {
          color: #b51a25; }
        .OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode:hover .nodeDesc {
          color: #000000; }
    .OnlineLoanLanding #container .sectionContainer .introContainer .introDivider {
      width: 100%;
      height: 23px; }
    .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail {
      overflow: hidden;
      width: 100%;
      display: none; }
      .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .arrow {
        transition: transform .3s;
        margin: 8px auto;
        width: 20px;
        height: 20px;
        background: #f2f2f2;
        border-top: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer {
        width: 100%;
        background: #f2f2f2; }
        .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent {
          margin: -19px auto 0 auto;
          padding: 16px;
          opacity: 0; }
          .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentTitle {
            font-size: 24px;
            font-synthesis: style;
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
            font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
            font-weight: 600;
            color: #222222;
            line-height: 33px;
            margin-bottom: 16px; }
            [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentTitle {
              font-size: 20px; }
            [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentTitle {
              font-size: 20px; }
            [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentTitle {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentTitle {
              font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
          .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDivider {
            width: auto;
            height: 1px;
            background: #dddddd; }
          .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentIntro {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 24px 0 0; }
            .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentIntro .col-6 {
              padding: 0; }
              .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentIntro .col-6:first-child {
                background-image: url("../../img/img_transaction_banking_detail.jpg");
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                width: 100%;
                height: 280px; }
            .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentIntro img {
              display: block;
              max-width: 100%; }
            .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentIntro p {
              padding-left: 16px; }
          .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc {
            padding: 24px 0 0; }
            .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTitle {
              font-size: 18px;
              font-synthesis: style;
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
              font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
              font-weight: 600;
              color: #222222;
              line-height: 33px;
              margin-bottom: 16px; }
              [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTitle {
                font-size: 14px; }
              [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTitle {
                font-size: 14px; }
              [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTitle {
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
              [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTitle {
                font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
            .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable {
              margin-bottom: 22px; }
              .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable thead th {
                font-size: 14px;
                font-synthesis: style;
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
                font-weight: 600;
                padding: 8px 16px;
                text-align: left;
                background: #b51a25;
                color: #FFFFFF;
                line-height: 19px;
                border: 0;
                border-right: 1px solid #f2f2f2; }
                [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable thead th {
                  font-size: 10px; }
                [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable thead th {
                  font-size: 10px; }
                [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable thead th {
                  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable thead th {
                  font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
                .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable thead th:last-child {
                  border-right: 0; }
              .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable tbody td {
                font-size: 14px;
                font-synthesis: style;
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                font-weight: 400;
                padding: 8px 16px;
                text-align: left;
                background: #FFFFFF;
                color: #666666;
                line-height: 19px;
                border: 0;
                border-right: 1px solid #f2f2f2; }
                [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable tbody td {
                  font-size: 10px; }
                [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable tbody td {
                  font-size: 10px; }
                [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable tbody td {
                  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descTable tbody td:last-child {
                  border-right: 0; }
            .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList {
              display: flex;
              flex-wrap: wrap;
              margin-bottom: 24px; }
              .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList .col-6 {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                -ms-flex: 1;
                -webkit-flex: 1;
                flex: 1;
                min-height: 0;
                padding: 0;
                border-left: 16px solid transparent; }
                .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList .col-6:first-child {
                  border-left: 0; }
              .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList ul {
                list-style: none; }
                .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList ul li {
                  font-size: 16px;
                  font-synthesis: style;
                  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                  font-weight: 400;
                  color: #222222;
                  position: relative;
                  padding-left: 12px;
                  line-height: 22px; }
                  [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList ul li {
                    font-size: 12px; }
                  [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList ul li {
                    font-size: 12px; }
                  [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList ul li {
                    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                  .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descList ul li:before {
                    content: '';
                    position: absolute;
                    left: 0px;
                    top: 9px;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #000000; }
            .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descLink {
              font-size: 16px;
              font-synthesis: style;
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
              font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
              font-weight: 600;
              display: inline-block;
              margin-bottom: 8px;
              cursor: pointer;
              color: #666666;
              line-height: 22px;
              padding-right: 16px;
              background-repeat: no-repeat;
              background-size: 8px 16px;
              background-position: right center; }
              [lang=my_MM] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descLink {
                font-size: 12px; }
              [lang=km_KH] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descLink {
                font-size: 12px; }
              [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descLink {
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
              [lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .contentDesc .descLink {
                font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }


.OnlineLoanLanding #container .sectionContainer .introContainer .introList.noEvents {
    pointer-events: none;
 	user-select: none;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode.stepTwo {
	border-left: 2px solid #b51a25;
	border-right: 2px solid #b51a25;
	position: relative;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode.stepTwo:before {
	content: "";
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	left: -5px;
	top: 70%;
	border-top: 2px solid #b51a25;
	border-right: 2px solid #b51a25;
	background-color: #ffffff;
	position: absolute;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .introList .introNode.stepTwo:after {
	content: "";
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	right: -7px;
	top: 70%;
	border-top: 2px solid #b51a25;
	border-right: 2px solid #b51a25;
	background-color: #ffffff;
	position: absolute;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow {
    margin-top: 32px;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .subtitle {
    font-size: 24px;
    margin: 0 0 16px;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .radioContent {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    margin-bottom: 8px;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .optionRadio {
    display: none;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow input.optionRadio + label {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: flex-start;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: flex-start;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: flex-start;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-pack: start;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    margin: 16px 0;
    line-height: 24px;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow input.optionRadio + label:before {
    min-width: 40px;
    height: 24px;
    content: "";
    display: block;
    background-image: url(/assets/img/icn_radio_nochecked.png);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto;
    margin-left: -10px;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow input.optionRadio:checked + label:before {
    background-image: url(/assets/img/icn_radio_checked.png);
    background-position: center;
    background-repeat: no-repeat;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup {
    margin-bottom: 24px;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .questionTitle {
	margin: 16px 0;
	font-weight: 600;
	font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
} 
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .questionTips {
	font-size: 18px;
	font-weight: 600;
	font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
}
[lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .questionTitle,
[lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .questionTips {
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; 
}
.OnlineLoanLanding #container .submitContent {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.OnlineLoanLanding #container .submitContent .buttonLeft {
	display: flex;
    flex: 20%;
    justify-content: flex-start;
}
.OnlineLoanLanding #container .submitContent .buttonRight {
    display: flex;
    flex: 80%;
    justify-content: flex-end;
}
.OnlineLoanLanding #container .submitContent .submitButton {
	font-synthesis: style;
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding: 11px 16px;
    margin: 8px 0 8px 24px;
    width: auto;
    text-align: center;
    background-color: #b51a25;
    transition: all 0.3s;
    border-radius: 5px;
    border: none;
    outline-width: 0;
    cursor: pointer;
}
.OnlineLoanLanding #container .submitContent .resetButton {
    font-synthesis: style;
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體 !important;
    font-weight: 600;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    margin: 19px 0;
}
[lang=zh_CN] .OnlineLoanLanding #container .submitContent .submitButton,
[lang=zh_CN] .OnlineLoanLanding #container .submitContent .resetButton {
	font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; 
}
.OnlineLoanLanding #container .submitContent .submitButton:not(:disabled):hover {
    background-color: #711a20;
}
.OnlineLoanLanding #container .submitContent .resetButton.inactive {
    opacity: 0.5;
    cursor: default;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup.dropdown {
	display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: center;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: center;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: calc(100% - 8px);
    height: 54px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup.inputHalf {
    width: calc(50% - 8px);
    margin-right: 8px;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper {
    width: 100%;
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric {
    margin-top: 12px;
    background-color: transparent;
    border: none; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric .button,
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric .label {
	line-height: 30px;
	height: 30px; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric .button {
	top: 0px;
	right: 0px;
	background-image: url("../../img/icn_arrow_down.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 10px 16px;
	width: 10px;
	transition: transform .3s;
	background-color: transparent; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric .button:after {
   	display: none; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper.selectric-open {
    z-index: 8; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper.selectric-open .selectric-items {
    max-height: 300px;
    opacity: 1; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper.selectric-open .button {
    transform: rotate(180deg); 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .label {
    font-size: 16px;
    margin: 0px;
    margin-top: 8px;
    color: #222222; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items {
    height: auto;
    max-height: 0;
    background-color: #FFFFFF;
    overflow: hidden;
    opacity: 0;
    z-index: auto;
    box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.3);
    transition: max-height .3s; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li {
    background-color: #FFFFFF;
    font-size: 16px;
    color: #222222;
    padding: 16px 16px;
    position: relative; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li:hover {
    background-color: none; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li:before {
    content: '';
    width: calc(100% - 32px);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 16px;
    border-bottom: 1px solid #dddddd; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li:last-child:before {
    border: none; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li.selected {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 700; 
}
[lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li.selected {
	font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; 
}
[lang=zh_CN] .OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li.selected {
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li.selected:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    right: 18px;
    top: 21px;
    margin-right: 2px;
    border-radius: 50%;
    background-color: #8faef4; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li.highlighted {
    background-color: #eeeeee; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper .selectric-items li.keydown {
  	background-color: transparent; 
}
.OnlineLoanLanding #container .sectionContainer .introContainer .inputGroupRow .inputGroup .selectric-wrapper.selectric-disabled {
	opacity: 1; 
}
.OnlineLoanLanding #container .contentBottom {
	margin-bottom: 120px;
}
.OnlineLoanLanding #container .topButtonContent {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    align-items: stretch;
}
.OnlineLoanLanding #container .topButtonContent .itemButton {
    font-synthesis: style;
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 600;
    font-size: 16px;
    padding: 11px 16px;
    margin: 8px 8px 8px 0;
    width: auto;
    text-align: center;
    background-color: #f2f2f2;
    color: #b51a25;
    border: 2px solid #a92c06;
    transition: all 0.3s;
    border-radius: 5px;
    outline-width: 0;
    cursor: pointer;
}
[lang=zh_CN] .OnlineLoanLanding #container .topButtonContent .itemButton {
	font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑;
}
.OnlineLoanLanding #container .topButtonContent .itemButton.mark {
	background-color: #f79f9f;
}
.OnlineLoanLanding #container .topButtonContent .itemButton.active,
.OnlineLoanLanding #container .topButtonContent .itemButton:hover {
	color: #ffffff !important;
	background-color: #b51a25 !important;
	border: 2px solid #b51a25 !important;
}
.OnlineLoanLanding #container sub {
    vertical-align: sub;
    font-size: smaller;
}
.OnlineLoanLanding #container sup {
    font-size: smaller;
    vertical-align: super;
}
.OnlineLoanLanding #container table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
}
.OnlineLoanLanding #container table th,
.OnlineLoanLanding #container table td {
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
   	vertical-align: middle;
    word-wrap: break-word;
    text-align: center;
    user-select: none;
    padding: 8px;
}
.OnlineLoanLanding #container table td.innerContnet {
	text-align: left;
}
.OnlineLoanLanding #container table .bgCol1 {
	background-color: #f2f2f2;
}
.OnlineLoanLanding #container table .bgCol2 {
	background-color: #636262;
	color: #ffffff;
}
.OnlineLoanLanding #container table .bgCol3 {
	border-top:6px solid #257d0f;
}
.OnlineLoanLanding #container table .bgCol4 {
	background-color: #e4f5ea;
}
.OnlineLoanLanding #container table .bgCol5 {
	color: #0f7b36;
}
.OnlineLoanLanding #container .inputGroupRow .waiver input[type=checkbox] {
	display: none;
}
.OnlineLoanLanding #container .inputGroupRow .waiver label {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: start;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: start;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: start;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.OnlineLoanLanding #container .inputGroupRow .waiver label.subContent {
    font-size: 16px;
    color: #222222;
    margin-bottom: 16px;
    cursor: pointer;
}
.OnlineLoanLanding #container .inputGroupRow .waiver input[type=checkbox]:disabled+label.subContent {
	cursor: default;
}
.OnlineLoanLanding #container .inputGroupRow .waiver label:before {
    min-width: 40px;
    height: 24px;
    content: "";
    display: block;
    background-image: url(/assets/img/icn_checkbox_nochecked.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto;
    margin-left: -10px;
}
.OnlineLoanLanding #container .inputGroupRow .waiver input[type=checkbox]:checked + label:before {
    border: none;
    background-image: url(/assets/img/icn_checked.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.OnlineLoanLanding #container .inputGroupRow .waiver .tncFile {
	text-decoration: underline;
    cursor: pointer;
}
.OnlineLoanLanding #container .btnGroup .backHoverButton {
	margin: 0;
}
.OnlineLoanLanding #container .btnGroup{
	display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-between;
    -webkit-box-align: start;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: space-between;
    -moz-box-align: start;
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: space-between;
    box-align: start;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 35px;
}
.loanCalculatorButton {
  display: flex;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  background-color: #ffffff;
  margin: 0;
  cursor: pointer; 
}
[lang=zh_CN] .loanCalculatorButton {
	font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; 
}
[lang=zh_CN] .loanCalculatorButton {
	font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; 
}
[lang=my_MM] .loanCalculatorButton {
    font-size: 12px; 
}
[lang=km_KH] .loanCalculatorButton {
	font-size: 12px; 
}
.loanCalculatorButton:hover {
	color: #b51a25 !important; 
}
.gib body #root #page #container,
.gib body .gridContainer {
	min-width: 0;
}
.webFooter {
	min-width: 0;
}
@media screen and (max-width: 767px) {
	.webFooter {
		display: none;
	}
	.OnlineLoanLanding #container .topButtonContent {
		display: block;
	}
	.gib body #overlay .overlayComponentContainer .componentContainer.height-70 {
	    transform: none;
	    bottom: 0%;
	    top: auto;
	    min-height: auto;
	    border-radius: 16px 16px 0 0;
	    width: 100% !important;
    	left: 0;
	}
	.gib body #overlay .overlayComponentContainer .alertConfirmBoxContainer.componentContainer {
	    transform: none;
	    bottom: 0%;
	    top: auto;
	    max-height: 80%;
	    height: auto;
	    min-height: auto;
	    border-radius: 16px 16px 0 0;
	  	width: 100% !important;
    	left: 0;
	}
	.gib.touchDevice body #overlay .overlayComponentContainer .componentContainer.height-70,
	.gib.touchDevice #overlay .overlayComponentContainer .alertConfirmBoxContainer{
	    border-radius: 0.32rem 0.32rem 0 0;
	}
	.gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton, 
	.gib #overlay .overlayComponentContainer .componentContainer .popupContainer  .bottomBarContainer .confirmButton,
	.gib #overlay .overlayComponentContainer .componentContainer .boxActionContainer .noAction, 
	.gib #overlay .overlayComponentContainer .componentContainer  .boxActionContainer .yesAction{
 		width: calc(50% - 8px);
 	}
 	.gib.touchDevice #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton, 
 	.gib.touchDevice #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton,
 	.gib.touchDevice #overlay .overlayComponentContainer .componentContainer .boxActionContainer .noAction, 
 	.gib.touchDevice #overlay .overlayComponentContainer .componentContainer .boxActionContainer .yesAction{
 		width: calc(50% - 0.16rem);
 	}
 	.gib body #overlay .overlayComponentContainer .componentContainer .boxActionContainer .noAction.hide + .yesAction{
 		width: 100%;
 	}
 	.gib.touchDevice #overlay .overlayComponentContainer .componentContainer  .bottomBarContainer .cancelButton,
 	.gib.touchDevice #overlay .overlayComponentContainer .componentContainer  .boxActionContainer .noAction{
 		margin-right: 0.32rem;
 	}
 	.gib body #overlay .overlayComponentContainer .alertConfirmBoxContainer .alertConfirmBox .boxActionContainer {
	    padding: 16px 24px 24px;
	    border-top: 1px solid #dddddd;
	}
	.gib.touchDevice body #overlay .overlayComponentContainer .alertConfirmBoxContainer .alertConfirmBox .boxActionContainer  {
	    padding: 0.32rem 0.48rem 0.48rem;
	}
	.gib  body #overlay .overlayComponentContainer .alertConfirmBoxContainer .alertConfirmBox .boxMessage{
		padding: 24px 24px 0;
	}
	.gib.touchDevice body #overlay .overlayComponentContainer .alertConfirmBoxContainer .alertConfirmBox .boxMessage{
		padding: 0.48rem 0.48rem 0;
	}
	 .gib #container .buttonContainer .buttonRight .submitButton.onlyOneBtn,.gib.Payment .buttonContainer .immediatePayment {
	    margin-left: 0 !important;
    	width: 100%;
	}
}
.OnlineLoanLanding{
	font-size: 16px;
}
.gib #overlay .overlayComponentContainer .ajaxErrorBoxContainer {
	max-width: 100%;
}