@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; }

.gib body #container {
  margin-top: 60px !important; }

.Home .bannerSwiper .swiper-pagination-bullet:focus {
  outline: 0; }

.Home .bannerSwiper .swiper-slide {
  height: 500px; }
  .Home .bannerSwiper .swiper-slide .bocSlideContainer {
    height: 500px;
    background-size: cover;
    background-position: center; }
    .Home .bannerSwiper .swiper-slide .bocSlideContainer:before {
      content: '';
      position: absolute;
      background: linear-gradient(transparent, transparent, black);
      opacity: 0.6;
      width: 100%;
      height: 100%; }
    .Home .bannerSwiper .swiper-slide .bocSlideContainer.homeBanner1 {
      background-image: url("../../img/5.0.0_home_GIB_banner_v1a.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .Home .bannerSwiper .swiper-slide .bocSlideContainer.homeBanner2 {
      background-image: url("../../img/5.0.0_home_GIB_banner_v1b.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .Home .bannerSwiper .swiper-slide .bocSlideContainer.homeBanner3 {
      background-image: url("../../img/5.0.0_home_GIB_banner_v1c.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height: 100%;
      margin: 0 auto;
      width: auto; }
      .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .title {
        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: 32px;
        position: relative;
        line-height: 43px;
        max-width: 50%;
        color: #FFFFFF; }
        [lang=zh_CN] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .title {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .title {
          font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .title {
          font-size: 28px; }
        [lang=km_KH] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .title {
          font-size: 28px; }
      .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .desc {
        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;
        position: relative;
        margin-top: 4px;
        max-width: 50%;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF; }
        [lang=zh_CN] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .desc {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .desc {
          font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .desc {
          font-size: 10px; }
        [lang=km_KH] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .desc {
          font-size: 10px; }
      .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .linkBtn {
        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;
        position: relative;
        user-select: none;
        cursor: pointer;
        display: block;
        margin-top: 24px;
        background: transparent;
        padding: 11px 32px;
        line-height: 22px;
        color: #FFFFFF;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #FFFFFF;
        overflow: hidden; }
        [lang=zh_CN] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .linkBtn {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .linkBtn {
          font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .linkBtn {
          font-size: 12px; }
        [lang=km_KH] .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .linkBtn {
          font-size: 12px; }
        .Home .bannerSwiper .swiper-slide .bocSlideContainer .bocSlide .linkBtn:hover {
          background-color: #FFFFFF;
          color: #666666; }

.Home .bannerSwiper .swiper-pagination-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  width: 100%;
  height: 8px;
  margin: 0 auto; }
  .Home .bannerSwiper .swiper-pagination-container .swiper-pagination {
    height: 8px;
    left: 0;
    right: 0;
    bottom: 0; }
    .Home .bannerSwiper .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background: #FFFFFF;
      opacity: 1;
      border: 0; }
    .Home .bannerSwiper .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet-active {
      background: #d42b35; }

.Home .loginSection {
  position: absolute;
  right: 16px;
  top: 24px;
  background: rgba(34, 34, 34, 0.6);
  width: 320px;
  z-index: 25; }
  .Home .loginSection .forgotPassword {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 16px; }
    .Home .loginSection .forgotPassword a {
      color: #FFFFFF;
      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: 14px;
      cursor: pointer; }
      [lang=zh_CN] .Home .loginSection .forgotPassword a {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .Home .loginSection .forgotPassword a {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .Home .loginSection .forgotPassword a {
        font-size: 10px; }
      [lang=km_KH] .Home .loginSection .forgotPassword a {
        font-size: 10px; }
  .Home .loginSection .sectionContainer {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .Home .loginSection .sectionContainer .loginWrapper {
      display: flex;
      width: 640px;
      position: relative; }
      .Home .loginSection .sectionContainer .loginWrapper.animate {
        transition-property: right, left;
        transition-duration: 1s, 1s;
        transition-delay: 0s, 1s;
        -webkit-animation: loginanimatemove 0.3s;
        animation: loginanimatemove 0.3s;
        -moz-animation: loginanimatemove 0.3s;
        animation-fill-mode: forwards; }

@-webkit-keyframes loginanimatemove {
  from {
    right: 0px; }
  to {
    right: 320px; } }

@keyframes loginanimatemove {
  from {
    right: 0px; }
  to {
    right: 320px; } }
      .Home .loginSection .sectionContainer .loginWrapper.animateBack {
        transition-property: right, left;
        transition-duration: 1s, 1s;
        transition-delay: 0s, 1s;
        -webkit-animation: loginanimatemoveback 0.3s;
        animation: loginanimatemoveback 0.3s;
        -moz-animation: loginanimatemoveback 0.3s;
        animation-fill-mode: forwards; }

@-webkit-keyframes loginanimatemoveback {
  from {
    right: 304px; }
  to {
    right: 0px; } }

@keyframes loginanimatemoveback {
  from {
    right: 304px; }
  to {
    right: 0px; } }
      .Home .loginSection .sectionContainer .loginWrapper .loginInput {
        padding: 16px; }
      .Home .loginSection .sectionContainer .loginWrapper .sectionHeader {
        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: 24px;
        color: #FFFFFF; }
        [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader {
          font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader {
          font-size: 20px; }
        [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader {
          font-size: 20px; }
        .Home .loginSection .sectionContainer .loginWrapper .sectionHeader .subSectionHeader {
          margin-top: 8px;
          font-size: 14px;
          display: flex; }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader .subSectionHeader {
            font-size: 10px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader .subSectionHeader {
            font-size: 10px; }
          .Home .loginSection .sectionContainer .loginWrapper .sectionHeader .subSectionHeader .first {
            color: #FFFFFF;
            font-synthesis: style;
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
            font-weight: 400; }
            [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader .subSectionHeader .first {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          .Home .loginSection .sectionContainer .loginWrapper .sectionHeader .subSectionHeader .start {
            color: #FFFFFF;
            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-left: 4px;
            cursor: pointer; }
            [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader .subSectionHeader .start {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .sectionHeader .subSectionHeader .start {
              font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      .Home .loginSection .sectionContainer .loginWrapper .sectionDesc {
        color: #FFFFFF; }
        .Home .loginSection .sectionContainer .loginWrapper .sectionDesc strong {
          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: #FFFFFF; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .sectionDesc strong {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .sectionDesc strong {
            font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      .Home .loginSection .sectionContainer .loginWrapper .inputGroup {
        appearance: none;
        height: 58px;
        position: relative; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup input {
          font-size: 14px;
          width: 100%;
          height: 33px;
          border: none;
          background-color: transparent;
          outline-width: 0;
          position: absolute;
          bottom: 0;
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px; }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .inputGroup input {
            font-size: 10px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .inputGroup input {
            font-size: 10px; }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup input[type=password]::-ms-reveal, .Home .loginSection .sectionContainer .loginWrapper .inputGroup input[type=password]::-ms-clear {
            display: none; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips {
          position: absolute;
          background-image: url("../../img/icn_question_white.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 22px;
          width: 22px;
          height: 22px;
          margin-top: 20px;
          cursor: pointer;
          right: 0; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips {
          display: inline-block; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips .tooltiptext {
          overflow: visible;
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 400;
          font-size: 12px;
          display: inline-block;
          visibility: hidden;
          width: auto;
          right: -4px;
          top: calc(100% + 10px);
          position: absolute;
          color: #666666;
          background: #ffffff;
          padding: 8px;
          text-align: left;
          line-height: 16px;
          vertical-align: center;
          width: auto;
          max-width: 220px;
          white-space: nowrap;
          border-radius: 0px;
          font-weight: 400;
          box-shadow: 0px 1px 4px 0 rgba(34, 34, 34, 0.3);
          z-index: 2; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips .tooltiptext {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips .tooltiptext {
            font-size: 8px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips .tooltiptext {
            font-size: 8px; }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips .tooltiptext:before {
            border: solid transparent;
            border-color: rgba(230, 230, 230, 0);
            border-bottom-color: #e6e6e6;
            border-width: 9px;
            margin-right: -9px;
            right: 16px;
            z-index: 3;
            bottom: calc(100%);
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips .tooltiptext:after {
            content: '';
            border: solid transparent;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 8px;
            margin-right: -8px;
            right: 16px;
            z-index: 3;
            bottom: calc(100%);
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup .tips:hover .tooltiptext {
          visibility: visible; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup .pass {
          position: absolute;
          background-image: url("../../img/Captcha1.png");
          background-repeat: no-repeat;
          background-position: center;
          width: 80px;
          height: 24px;
          margin-top: 20px;
          right: 26px; }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup .pass.changed {
            background-image: url("../../img/Captcha2.png"); }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup .pass:hover {
            cursor: pointer; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup .refresh {
          position: absolute;
          background-image: url("../../img/icn_refresh_white.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 22px 22px;
          width: 22px;
          height: 22px;
          margin-top: 20px;
          cursor: pointer;
          right: 0px; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #FFFFFF;
          font-size: 16px;
          opacity: 1;
          /* Firefox */ }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .inputGroup ::placeholder {
            font-size: 12px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .inputGroup ::placeholder {
            font-size: 12px; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #FFFFFF; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #FFFFFF; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup .fa {
          position: absolute;
          bottom: 15px;
          right: 38px;
          width: 22px;
          height: 22px;
          cursor: pointer;
          color: #999999;
          background-repeat: no-repeat;
          background-position: 0px 0px;
          background-size: 22px; }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup .fa.eyeOpen {
            background-image: url("../../img/icn_eye_open_white_hover.png"); }
            .Home .loginSection .sectionContainer .loginWrapper .inputGroup .fa.eyeOpen:hover {
              background-position: 0 -22px !important;
              color: #b51a25 !important; }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup .fa.eyeClose {
            background-image: url("../../img/icn_eye_close_white_hover.png"); }
            .Home .loginSection .sectionContainer .loginWrapper .inputGroup .fa.eyeClose:hover {
              background-position: 0 -22px !important;
              color: #b51a25 !important; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup label {
          color: #FFFFFF;
          position: absolute;
          bottom: 16px;
          font-size: 16px;
          transition: all 0.3s; }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .inputGroup label {
            font-size: 12px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .inputGroup label {
            font-size: 12px; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup.loginSecs {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup.loginSecs .tick {
            cursor: default;
            width: 22px;
            height: 22px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 22px 22px;
            background-image: url("../../img/icn_tick_checked.png"); }
            .Home .loginSection .sectionContainer .loginWrapper .inputGroup.loginSecs .tick.noshow {
              display: none; }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup.loginSecs.focus {
            border-bottom: 1px solid #FFFFFF; }
          .Home .loginSection .sectionContainer .loginWrapper .inputGroup.loginSecs.invalid {
            border-bottom: 1px solid #d42b35; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus input {
          font-size: 16px;
          color: white; }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus input {
            font-size: 12px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus input {
            font-size: 12px; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus label {
          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;
          bottom: 30px;
          font-size: 12px; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus label {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus label {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus label {
            font-size: 8px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus label {
            font-size: 8px; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus.invalid label {
          color: #d42b35; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup.focus.invalid input {
          color: #d42b35; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup.invalid label {
          color: #d42b35;
          bottom: 30px;
          font-size: 12px; }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .inputGroup.invalid label {
            font-size: 8px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .inputGroup.invalid label {
            font-size: 8px; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup.invalid input {
          color: #d42b35; }
        .Home .loginSection .sectionContainer .loginWrapper .inputGroup .account {
          padding-left: 0px;
          width: 89%; }
      .Home .loginSection .sectionContainer .loginWrapper .loginSubmit {
        margin-top: 16px;
        /** SAFARI **/
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: space-between;
        -webkit-box-align: center;
        /** FIREFOX LEGACY **/
        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-pack: space-between;
        -moz-box-align: center;
        /** LEGACY **/
        display: box;
        box-orient: horizontal;
        box-direction: normal;
        box-pack: space-between;
        box-align: center;
        /** IE 10+ **/
        display: -ms-flexbox;
        -ms-flex-wrap: nowrap;
        -ms-flex-direction: row;
        -ms-justify-content: space-between;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        /** CHROME **/
        display: -webkit-flex;
        -webkit-flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        /** NATIVE **/
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn {
          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;
          text-align: center;
          background: transparent;
          padding: 11px 0;
          color: #FFFFFF;
          font-size: 16px;
          border-radius: 5px;
          width: 136px;
          border: 1px solid #FFFFFF;
          cursor: pointer;
          position: relative;
          user-select: none;
          display: block;
          overflow: hidden; }
          .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn .word,
          .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn .word2 {
            width: 128px;
            height: 20px;
            line-height: 18px;
            overflow: hidden;
            color: #FFFFFF; }
          .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn:first-child {
            margin-right: 16px; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn {
            font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn {
            font-size: 12px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn {
            font-size: 12px; }
          .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn:hover {
            background-color: #FFFFFF;
            color: #666666; }
            .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn:hover .word,
            .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn:hover .word2 {
              color: #666666; }
          .Home .loginSection .sectionContainer .loginWrapper .loginSubmit .linkBtn:last-child {
            margin-left: 0; }
    .Home .loginSection .sectionContainer .rights {
      width: 100%; }
      .Home .loginSection .sectionContainer .rights .sectionHeader {
        padding: 16px;
        padding-bottom: 0px; }
      .Home .loginSection .sectionContainer .rights .loginForm .inputGroup .fa.eyeOpen {
        right: 0px; }
      [lang=my_MM] .Home .loginSection .sectionContainer .rights {
        height: 406px; }
      .Home .loginSection .sectionContainer .rights .imgcontainer {
        text-align: center;
        margin: 24px 0 12px 0;
        position: relative; }
      .Home .loginSection .sectionContainer .rights .instruction {
        text-align: left;
        margin-top: 8px;
        margin-bottom: 16px; }
        .Home .loginSection .sectionContainer .rights .instruction a {
          color: #FFFFFF;
          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: 14px;
          cursor: pointer;
          line-height: 22px; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .rights .instruction a {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .rights .instruction a {
            font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .loginSection .sectionContainer .rights .instruction a {
            font-size: 10px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .rights .instruction a {
            font-size: 10px; }
          .Home .loginSection .sectionContainer .rights .instruction a .press {
            margin-top: 24px;
            width: 200px;
            color: #FFFFFF;
            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: 14px; }
            [lang=zh_CN] .Home .loginSection .sectionContainer .rights .instruction a .press {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=zh_CN] .Home .loginSection .sectionContainer .rights .instruction a .press {
              font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
            [lang=my_MM] .Home .loginSection .sectionContainer .rights .instruction a .press {
              font-size: 10px; }
            [lang=km_KH] .Home .loginSection .sectionContainer .rights .instruction a .press {
              font-size: 10px; }
            .Home .loginSection .sectionContainer .rights .instruction a .press .keyPic {
              background-image: url("../../img/icn_key.png");
              background-position: center;
              background-repeat: no-repeat;
              background-size: 22px 22px;
              width: 35px;
              height: 22px;
              display: inline-block;
              vertical-align: middle; }
      .Home .loginSection .sectionContainer .rights .digivicePic {
        background-image: url("../../img/image_boc_token.png");
        background-repeat: no-repeat;
        background-size: 87px auto;
        width: 87px;
        height: 135px;
        color: #FFFFFF;
        float: right;
        position: absolute;
        right: 0px;
        padding-right: 16px;
        top: 150px; }
      .Home .loginSection .sectionContainer .rights .forgotPassword {
        text-align: left; }
        .Home .loginSection .sectionContainer .rights .forgotPassword a {
          color: #FFFFFF;
          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: 14px;
          cursor: pointer;
          position: absolute;
          margin-top: 11px; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .rights .forgotPassword a {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .rights .forgotPassword a {
            font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .loginSection .sectionContainer .rights .forgotPassword a {
            font-size: 10px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .rights .forgotPassword a {
            font-size: 10px; }
      .Home .loginSection .sectionContainer .rights .loginSubmit {
        position: absolute;
        bottom: 0;
        right: 0px;
        padding: 16px;
        padding-top: 0px; }
        .Home .loginSection .sectionContainer .rights .loginSubmit .backKey {
          color: #FFFFFF;
          padding-right: 18px;
          cursor: pointer; }
        .Home .loginSection .sectionContainer .rights .loginSubmit .linkBtn.disable {
          border: 1px solid #666666;
          color: #666666; }
          .Home .loginSection .sectionContainer .rights .loginSubmit .linkBtn.disable:hover {
            background-color: transparent;
            color: #666666; }
    .Home .loginSection .sectionContainer .rightsSecond {
      width: 100%; }
      .Home .loginSection .sectionContainer .rightsSecond .sectionHeader {
        padding: 16px;
        padding-bottom: 0px; }
      .Home .loginSection .sectionContainer .rightsSecond .loginForm .inputGroup .fa {
        right: 0px; }
        .Home .loginSection .sectionContainer .rightsSecond .loginForm .inputGroup .fa.ePass {
          right: 38px; }
      [lang=my_MM] .Home .loginSection .sectionContainer .rightsSecond {
        height: 406px; }
      .Home .loginSection .sectionContainer .rightsSecond .imgcontainer {
        text-align: center;
        margin: 24px 0 12px 0;
        position: relative; }
      .Home .loginSection .sectionContainer .rightsSecond .instructionECert {
        text-align: left;
        margin-top: 8px;
        margin-bottom: 16px; }
        .Home .loginSection .sectionContainer .rightsSecond .instructionECert a {
          color: #FFFFFF;
          font-size: 14px;
          cursor: pointer;
          line-height: 22px; }
          [lang=my_MM] .Home .loginSection .sectionContainer .rightsSecond .instructionECert a {
            font-size: 10px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .rightsSecond .instructionECert a {
            font-size: 10px; }
          .Home .loginSection .sectionContainer .rightsSecond .instructionECert a .instruct {
            display: flex;
            flex-direction: column;
            margin-top: 24px;
            overflow: auto;
            max-height: 88px;
            font-size: 14px; }
            [lang=my_MM] .Home .loginSection .sectionContainer .rightsSecond .instructionECert a .instruct {
              font-size: 10px; }
            [lang=km_KH] .Home .loginSection .sectionContainer .rightsSecond .instructionECert a .instruct {
              font-size: 10px; }
            .Home .loginSection .sectionContainer .rightsSecond .instructionECert a .instruct .ins {
              color: #FFFFFF; }
      .Home .loginSection .sectionContainer .rightsSecond .forgotPassword {
        text-align: left; }
        .Home .loginSection .sectionContainer .rightsSecond .forgotPassword a {
          color: #FFFFFF;
          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: 14px;
          cursor: pointer;
          position: absolute;
          margin-top: 11px; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .rightsSecond .forgotPassword a {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .loginSection .sectionContainer .rightsSecond .forgotPassword a {
            font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .loginSection .sectionContainer .rightsSecond .forgotPassword a {
            font-size: 10px; }
          [lang=km_KH] .Home .loginSection .sectionContainer .rightsSecond .forgotPassword a {
            font-size: 10px; }
      .Home .loginSection .sectionContainer .rightsSecond .loginSubmit {
        position: absolute;
        bottom: 0;
        right: 0px;
        padding: 16px;
        padding-top: 0px; }
        .Home .loginSection .sectionContainer .rightsSecond .loginSubmit .backKey {
          color: #FFFFFF;
          padding-right: 18px;
          cursor: pointer; }
        .Home .loginSection .sectionContainer .rightsSecond .loginSubmit .linkBtn.disable {
          border: 1px solid #666666;
          color: #666666; }
          .Home .loginSection .sectionContainer .rightsSecond .loginSubmit .linkBtn.disable:hover {
            background-color: transparent;
            color: #666666; }

.Home .transactionSection {
  padding: 32px 0;
  padding-bottom: 64px; }
  .Home .transactionSection .sectionContainer .sectionHeader {
    font-size: 32px;
    color: #222222;
    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=my_MM] .Home .transactionSection .sectionContainer .sectionHeader {
      font-size: 28px; }
    [lang=km_KH] .Home .transactionSection .sectionContainer .sectionHeader {
      font-size: 28px; }
    [lang=zh_CN] .Home .transactionSection .sectionContainer .sectionHeader {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .Home .transactionSection .sectionContainer .sectionHeader {
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
  .Home .transactionSection .sectionContainer .introContainer .introList {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 -8px;
    margin-top: 32px; }
    .Home .transactionSection .sectionContainer .introContainer .introList.last {
      justify-content: flex-start; }
    .Home .transactionSection .sectionContainer .introContainer .introList:first-child {
      margin-top: 0; }
    .Home .transactionSection .sectionContainer .introContainer .introList .col-3 {
      padding: 0; }
    .Home .transactionSection .sectionContainer .introContainer .introList .introNode {
      padding: 82px 8px 0;
      background-repeat: no-repeat;
      background-size: 72px;
      background-position: top center;
      display: block;
      cursor: pointer;
      flex: 0 0 25%; }
      .Home .transactionSection .sectionContainer .introContainer .introList .introNode .introImg {
        background-repeat: no-repeat;
        background-size: 72px auto;
        background-position: center top;
        height: 72px;
        overflow: hidden;
        margin-bottom: 10px; }
      .Home .transactionSection .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] .Home .transactionSection .sectionContainer .introContainer .introList .introNode .nodeTitle {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .Home .transactionSection .sectionContainer .introContainer .introList .introNode .nodeTitle {
          font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .Home .transactionSection .sectionContainer .introContainer .introList .introNode .nodeTitle {
          font-size: 14px; }
        [lang=km_KH] .Home .transactionSection .sectionContainer .introContainer .introList .introNode .nodeTitle {
          font-size: 14px; }
      .Home .transactionSection .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: 8px;
        line-height: 19px;
        font-size: 14px;
        color: #666666;
        padding: 0 24px;
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
        [lang=zh_CN] .Home .transactionSection .sectionContainer .introContainer .introList .introNode .nodeDesc {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .Home .transactionSection .sectionContainer .introContainer .introList .introNode .nodeDesc {
          font-size: 10px; }
        [lang=km_KH] .Home .transactionSection .sectionContainer .introContainer .introList .introNode .nodeDesc {
          font-size: 10px; }
      .Home .transactionSection .sectionContainer .introContainer .introList .introNode:hover .introImg {
        background-position: center bottom;
        color: #b51a25; }
      .Home .transactionSection .sectionContainer .introContainer .introList .introNode:hover .nodeTitle {
        color: #b51a25; }
      .Home .transactionSection .sectionContainer .introContainer .introList .introNode:hover .nodeDesc {
        color: #000000; }
  .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail {
    overflow: hidden;
    width: 100%;
    display: none; }
    .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .arrow {
      margin: 8px auto;
      width: 20px;
      height: 20px;
      background: #eeeeee;
      border-top: 1px solid #eeeeee;
      border-right: 1px solid #eeeeee;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer {
      width: 100%;
      background: #eeeeee; }
      .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent {
        max-width: 960px;
        margin: -19px auto 0 auto;
        height: 300px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 32px 0; }
        .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailTitle {
          font-size: 32px;
          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;
          color: #222222; }
          [lang=my_MM] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailTitle {
            font-size: 28px; }
          [lang=km_KH] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailTitle {
            font-size: 28px; }
          [lang=zh_CN] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailTitle {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailTitle {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailDesc {
          margin-top: 16px;
          max-width: 450px;
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 400;
          font-size: 16px;
          color: #222222; }
          [lang=zh_CN] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailDesc {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailDesc {
            font-size: 12px; }
          [lang=km_KH] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailDesc {
            font-size: 12px; }
        .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailAction {
          cursor: pointer;
          display: inline-block;
          margin-top: 16px;
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 400;
          font-size: 16px;
          color: #AAAAAA;
          border: 2px solid #AAAAAA;
          border-radius: 8px;
          padding: 8px 16px; }
          [lang=zh_CN] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailAction {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailAction {
            font-size: 12px; }
          [lang=km_KH] .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailText .detailAction {
            font-size: 12px; }
        .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailThumbnail {
          margin-left: 32px;
          max-width: 500px; }
          .Home .transactionSection .sectionContainer .introContainer .introDetailList .nodeDetail .nodeContentContainer .nodeContent .detailThumbnail img {
            display: block;
            max-width: 100%; }

.Home .quickLinkSection {
  background: #eeeeee;
  padding: 32px 0; }
  .Home .quickLinkSection .sectionContainer {
    max-width: 960px;
    margin: 0 auto; }
    .Home .quickLinkSection .sectionContainer .sectionHeader {
      font-size: 32px;
      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;
      color: #222222; }
      [lang=my_MM] .Home .quickLinkSection .sectionContainer .sectionHeader {
        font-size: 28px; }
      [lang=km_KH] .Home .quickLinkSection .sectionContainer .sectionHeader {
        font-size: 28px; }
      [lang=zh_CN] .Home .quickLinkSection .sectionContainer .sectionHeader {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .Home .quickLinkSection .sectionContainer .sectionHeader {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .Home .quickLinkSection .sectionContainer .quickLinkContainer {
      margin-top: 32px;
      display: flex;
      justify-content: center;
      flex-direction: row; }
      .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode {
        padding: 116px 16px 0 16px;
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: top center;
        background-image: url(http://simpleicon.com/wp-content/uploads/coin-money-6.png);
        text-align: center; }
        .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeTitle {
          font-size: 16px;
          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;
          color: #222222;
          text-align: center; }
          [lang=my_MM] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeTitle {
            font-size: 12px; }
          [lang=km_KH] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeTitle {
            font-size: 12px; }
          [lang=zh_CN] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeTitle {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeTitle {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeDesc {
          margin-top: 8px;
          font-size: 14px;
          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;
          color: #cccccc;
          text-align: center; }
          [lang=my_MM] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeDesc {
            font-size: 10px; }
          [lang=km_KH] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeDesc {
            font-size: 10px; }
          [lang=zh_CN] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeDesc {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeDesc {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeLink {
          cursor: pointer;
          display: inline-block;
          margin-top: 12px;
          font-size: 14px;
          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;
          color: #222222;
          text-align: center;
          padding-right: 14px;
          background-repeat: no-repeat;
          background-size: 14px;
          background-position: center right;
          background-image: url("../../img/icn_chevron_small.svg"); }
          [lang=my_MM] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeLink {
            font-size: 10px; }
          [lang=km_KH] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeLink {
            font-size: 10px; }
          [lang=zh_CN] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeLink {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .quickLinkSection .sectionContainer .quickLinkContainer .quickLinkNode .nodeLink {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }

.Home .trainingSection {
  padding: 32px 0; }
  .Home .trainingSection .sectionContainer .sectionHeader {
    max-width: 960px;
    margin: 0 auto; }
    .Home .trainingSection .sectionContainer .sectionHeader .title {
      font-size: 32px;
      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;
      color: #222222; }
      [lang=my_MM] .Home .trainingSection .sectionContainer .sectionHeader .title {
        font-size: 28px; }
      [lang=km_KH] .Home .trainingSection .sectionContainer .sectionHeader .title {
        font-size: 28px; }
      [lang=zh_CN] .Home .trainingSection .sectionContainer .sectionHeader .title {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .Home .trainingSection .sectionContainer .sectionHeader .title {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
  .Home .trainingSection .sectionContainer .trainingSlider {
    overflow: visible; }
    .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin-top: 32px;
      overflow: auto;
      -ms-overflow-style: none; }
      .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer::-webkit-scrollbar {
        display: none; }
      .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode {
        display: flex;
        flex-direction: column; }
        .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeTitle {
          font-size: 16px;
          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;
          color: #AAAAAA;
          margin-bottom: 8px; }
          [lang=my_MM] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeTitle {
            font-size: 12px; }
          [lang=km_KH] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeTitle {
            font-size: 12px; }
          [lang=zh_CN] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeTitle {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeTitle {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
          .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeTitle.highlight {
            color: #b51a25; }
        .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          padding: 0 16px;
          border-left: 2px solid #AAAAAA; }
          .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent.highlight {
            border-left: 2px solid red; }
          .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory {
            padding: 16px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            min-height: 136px; }
            .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyTitle {
              color: #FFFFFF;
              font-size: 20px; }
              [lang=my_MM] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyTitle {
                font-size: 16px; }
              [lang=km_KH] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyTitle {
                font-size: 16px; }
            .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyDate {
              color: #FFFFFF;
              font-size: 14px;
              margin-top: 4px; }
              [lang=my_MM] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyDate {
                font-size: 10px; }
              [lang=km_KH] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyDate {
                font-size: 10px; }
            .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyDesc {
              color: #AAAAAA;
              font-size: 14px;
              margin-top: 4px; }
              [lang=my_MM] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyDesc {
                font-size: 10px; }
              [lang=km_KH] .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStory .storyDesc {
                font-size: 10px; }
          .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .mainStory {
            width: 270px;
            height: 320px; }
          .Home .trainingSection .sectionContainer .trainingSlider .trainingStoryContainer .trainingNode .nodeContent .keyStoryVContainer {
            width: 302px;
            height: 352px;
            margin-left: 16px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }


/*# sourceMappingURL=gib_home.min.css.map*/