@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

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

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

[status-menu-open="true"] body {
  overflow: hidden;
  -ms-overflow-style: none;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: auto; }

body {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch; }

body {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: auto; }

/* 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
**/
.clear {
  clear: both; }

a {
  text-decoration: none; }

/* global settings */
::placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important; }

* {
  color: #000000; }

html {
  background-color: #FFFFFF;
  width: 100%; }
  html.gmb {
    -webkit-text-size-adjust: 100%; }

body {
  width: 100%;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 400;
  line-height: normal; }
  [lang=zh_CN] body {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  .gib body {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .gib body #root #page #container {
      min-width: 1024px;
      margin-top: 120px; }
      .gib body #root #page #container.formContainer {
        margin-top: 0px; }
    .gib body .container {
      margin: 0 auto; }
    .gib body  .depositbox {
    	width:290px;
    	 }
     .gib body  .depositbox .depositimg {
     	width:200px;
    	height:65px;
    	cursor: pointer;
    	margin-left: 90px;
     }
     .gib body  .depositbox .depositlabel {
     	font-size: 10px;
    	line-height: 14px;
    	color: #999999;
    	padding-top: 5px;
    	text-align:left;
     }
     .gib body  .depositbox .depositlabel.textright {
     	text-align:right;
     }
     .gib body .container.footercontainer {
      margin: 0; }
    .gib body .gridContainerFluid {
      padding-right: 16px;
      padding-left: 16px;
      margin-left: auto;
      margin-right: auto;
      min-width: 992px; }
    .gib body .gridContainer {
      padding-right: 16px;
      padding-left: 16px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1568px;
      min-width: 992px; }
     .gib body .gridContainer.footergridContainer.hasdeposit {
     	display: flex;
     	display: -ms-flexbox;
     	display: -webkit-flex;
     	justify-content: space-between;
     	-ms-justify-content: space-between;
     	-webkit-justify-content: space-between;
     	padding-right:0px;
     }
    .gib body .gridRow {
      display: flex;
      flex-wrap: wrap;
      margin-left: -16px;
      margin-right: -16px; }
    .gib body .placeholder {
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 400;
      font-size: 14px;
      cursor: text;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 19px;
      color: #999999;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none; }
      [lang=zh_CN] .gib body .placeholder {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .gib body .placeholder {
        font-size: 10px; }
      [lang=km_KH] .gib body .placeholder {
        font-size: 10px; }
    .gib body input::-ms-clear {
      display: none; }
    .gib body input[type=button],
    .gib body input[type=submit],
    .gib body button {
      cursor: pointer;
      border: 0;
      -webkit-appearance: none; }
  body #root {
    position: relative;
    z-index: 10; }
    body #root #page {
      padding: 0 0; }
      body #root #page .content {
        max-width: 320px;
        margin: 0 auto;
        padding: 10px 15px 20px; }
      body #root #page #container {
        width: 100%; }
    body #root #overlay {
      bottom: 0;
      left: -100%;
      position: fixed;
      right: 0;
      top: 0;
      transition-duration: 0.5s;
      width: 100%;
      z-index: 25; }
      [status-menu-open="true"] body #root #overlay {
        left: 0; }

.hide {
  width: 0px !important;
  display: none !important; }

.visibilityHidden {
  visibility: hidden !important; }

.borderBottomAfterNone:after {
  display: none; }

.borderBottomAfterNone:before {
  display: none; }

input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none !important; }

input[type=text]::-ms-reveal,
input[type=text]::-ms-clear {
  display: none !important; }

input,
textarea,
select,
div,
a,
button {
  outline-width: 0 !important; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white; }

.inputGroup label {
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 400; }
  [lang=zh_CN] .inputGroup label {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }

#overlay .overlayComponentContainer > div {
  display: none; }

#overlay .superLoadingOverlay {
  display: none; }

.IE .selectric-items li {
  border-bottom: 1px solid #dddddd !important; }
  .IE .selectric-items li:last-child {
    border-bottom: 0 !important; }

.IE .selectric-items li:before {
  display: none !important; }

.col-2 {
  flex: 0 0 16.6666667%;
  max-width: 16.6666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%; }

.col-5 {
  flex: 0 0 41.6666667%;
  max-width: 41.6666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.gmb body #root #page #container {
  max-width: 767px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto; }

.confirmInputGroup .formLabel {
  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: 12px;
  line-height: 17px;
  color: #666666;
  margin-bottom: 2px; }
  [lang=zh_CN] .confirmInputGroup .formLabel {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .confirmInputGroup .formLabel {
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
  [lang=my_MM] .confirmInputGroup .formLabel {
    font-size: 8px; }
  [lang=km_KH] .confirmInputGroup .formLabel {
    font-size: 8px; }

.confirmInputGroup .confirmInput {
  font-size: 16px;
  width: 100%;
  line-height: 22px;
  color: #222222; }
  [lang=my_MM] .confirmInputGroup .confirmInput {
    font-size: 12px; }
  [lang=km_KH] .confirmInputGroup .confirmInput {
    font-size: 12px; }
  .confirmInputGroup .confirmInput strong {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 700; }
    [lang=zh_CN] .confirmInputGroup .confirmInput strong {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .confirmInputGroup .confirmInput strong {
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
  .confirmInputGroup .confirmInput.hasDeleted {
    background-image: url("../../img/icn_failure.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    font-size: 12px;
    color: #b51a25;
    padding-left: 20px; }
    [lang=my_MM] .confirmInputGroup .confirmInput.hasDeleted {
      font-size: 8px; }
    [lang=km_KH] .confirmInputGroup .confirmInput.hasDeleted {
      font-size: 8px; }
  .confirmInputGroup .confirmInput.hasAdded {
    background-image: url("../../img/icn_add_green.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    color: #222222;
    padding-left: 20px; }
  .confirmInputGroup .confirmInput.hasChanged {
    color: #2885ad; }
  .confirmInputGroup .confirmInput + .originInput {
    background-image: url("../../img/icn_previous.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 16px; }
    .confirmInputGroup .confirmInput + .originInput span {
      font-size: 12px;
      line-height: 17px;
      color: #666666 !important; }
      [lang=my_MM] .confirmInputGroup .confirmInput + .originInput span {
        font-size: 8px; }
      [lang=km_KH] .confirmInputGroup .confirmInput + .originInput span {
        font-size: 8px; }

a.actionButton {
  box-sizing: border-box; }

.gib #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #FFFFFF; }
  .gib #header .headerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 25;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transition: opacity .3s; }
    .gib #header .headerOverlay.show {
      opacity: 1; }

.header {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .header .bannerContainer {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05); }
    .header .bannerContainer .bannerDivider {
      width: 100%;
      height: 4px;
      background-color: #9d2235;
      border-left-color: #7c878e;
      border-left-style: solid; }
    .header .bannerContainer .banner {
      display: flex;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      position: relative;
      padding: 0 16px;
      height: 56px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1568px; }
      .header .bannerContainer .banner .left-banner {
        /** SAFARI **/
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: end;
        -webkit-box-align: center;
        /** FIREFOX LEGACY **/
        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-pack: end;
        -moz-box-align: center;
        /** LEGACY **/
        display: box;
        box-orient: horizontal;
        box-direction: normal;
        box-pack: end;
        box-align: center;
        /** IE 10+ **/
        display: -ms-flexbox;
        -ms-flex-wrap: nowrap;
        -ms-flex-direction: row;
        -ms-justify-content: flex-end;
        -ms-flex-align: center;
        -ms-flex-pack: end;
        /** CHROME **/
        display: -webkit-flex;
        -webkit-flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -webkit-justify-content: flex-end;
        -webkit-align-items: center;
        /** NATIVE **/
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex: none; }
        .header .bannerContainer .banner .left-banner .Logo {
          background-image: url("../../img/Bank_of_China_Logo.png");
          background-size: contain;
          background-repeat: no-repeat;
          height: 32px;
          width: 157px;
          display: block;
          cursor: pointer;
          margin-right: 16px; }
        .header .bannerContainer .banner .left-banner .igtbLogo {
          background-image: url("../../img/icn_footer_logo.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: 16px -6px;
          height: 30px;
          width: 66px;
          display: block;
          cursor: pointer;
          border-left: 1px solid #dddddd; }
      .header .bannerContainer .banner .right-banner {
        /** SAFARI **/
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: end;
        -webkit-box-align: center;
        /** FIREFOX LEGACY **/
        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-pack: end;
        -moz-box-align: center;
        /** LEGACY **/
        display: box;
        box-orient: horizontal;
        box-direction: normal;
        box-pack: end;
        box-align: center;
        /** IE 10+ **/
        display: -ms-flexbox;
        -ms-flex-wrap: nowrap;
        -ms-flex-direction: row;
        -ms-justify-content: flex-end;
        -ms-flex-align: center;
        -ms-flex-pack: end;
        /** CHROME **/
        display: -webkit-flex;
        -webkit-flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -webkit-justify-content: flex-end;
        -webkit-align-items: center;
        /** NATIVE **/
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-height: 0;
        padding: 0;
        position: relative; }
        .touchDevice .header .bannerContainer .banner .right-banner {
          min-width: 0; }
        .header .bannerContainer .banner .right-banner > a .profile {
          margin-left: 22px;
          margin-right: 0; }
        .header .bannerContainer .banner .right-banner > a:last-child {
          margin-right: 0; }
        .header .bannerContainer .banner .right-banner.searchMode .menuAction,
        .header .bannerContainer .banner .right-banner.searchMode .language,
        .header .bannerContainer .banner .right-banner.searchMode .profile {
          opacity: 0; }
        .header .bannerContainer .banner .right-banner .menuAction {
          cursor: pointer;
          display: block;
          width: 22px;
          height: 22px;
          background-size: 22px;
          background-position: 0 0;
          background-repeat: no-repeat;
          border-radius: 5px;
          transition: background-color .1s, opacity .9s;
          margin: 5px 19px 5px 5px;
          outline: 0; }
        .header .bannerContainer .banner .right-banner .alertIcon {
          position: relative; }
          .header .bannerContainer .banner .right-banner .alertIcon:before {
            content: ' ';
            position: absolute;
            width: 6px;
            height: 6px;
            top: 0;
            right: 0;
            border-radius: 50%;
            background: #d42b35; }
        .header .bannerContainer .banner .right-banner .timeIndicator {
          cursor: pointer;
          display: block;
          width: 22px;
          height: 22px;
          margin-left: 14px;
          margin-right: 14px;
          background-size: 22px;
          background-position: 50%;
          background-repeat: no-repeat;
          border-radius: 5px;
          transition: background-color .1s, opacity .9s;
          padding: 5px;
          outline: 0; }
          .SetupUserProfile .header .bannerContainer .banner .right-banner .timeIndicator,
          .ApplicationForm .header .bannerContainer .banner .right-banner .timeIndicator,
          .AmendUserProfile .header .bannerContainer .banner .right-banner .timeIndicator {
            margin-left: 0; }
          .TrainingForm .header .bannerContainer .banner .right-banner .timeIndicator {
            margin-right: 19px; }
          .header .bannerContainer .banner .right-banner .timeIndicator .timeIndicatorContent {
            z-index: 26;
            width: auto;
            float: right;
            left: 11px;
            top: calc(100% + 10px);
            position: relative;
            color: #666666;
            background: #ffffff;
            padding: 6px;
            text-align: center;
            line-height: 24px;
            vertical-align: center;
            white-space: nowrap;
            height: 24px;
            font-synthesis: style;
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
            font-weight: 400;
            font-size: 12px;
            box-shadow: 0px 1px 4px 1px rgba(34, 34, 34, 0.3); }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .timeIndicator .timeIndicatorContent {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=my_MM] .header .bannerContainer .banner .right-banner .timeIndicator .timeIndicatorContent {
              font-size: 8px; }
            [lang=km_KH] .header .bannerContainer .banner .right-banner .timeIndicator .timeIndicatorContent {
              font-size: 8px; }
            .header .bannerContainer .banner .right-banner .timeIndicator .timeIndicatorContent:after, .header .bannerContainer .banner .right-banner .timeIndicator .timeIndicatorContent:before {
              z-index: 1001;
              bottom: calc(100%);
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .header .bannerContainer .banner .right-banner .timeIndicator .timeIndicatorContent:after {
              border-color: rgba(255, 255, 255, 0);
              border-bottom-color: #ffffff;
              border-width: 8px;
              margin-left: -8px;
              right: 12px; }
            .header .bannerContainer .banner .right-banner .timeIndicator .timeIndicatorContent:before {
              border-color: rgba(230, 230, 230, 0);
              border-bottom-color: #e6e6e6;
              border-width: 9px;
              margin-left: -9px;
              right: 11px; }
        .header .bannerContainer .banner .right-banner .language {
          height: 22px;
          transition: opacity .9s; }
          .header .bannerContainer .banner .right-banner .language.show #langBTN:after {
            transform: rotate(180deg); }
          .header .bannerContainer .banner .right-banner .language #langBTN {
            position: relative;
            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;
            line-height: 22px;
            padding: 0 14px 0 0;
            width: 36px;
            height: 22px;
            text-align: center;
            font-size: 16px;
            color: #222222;
            background-color: #FFFFFF;
            border: 0;
            outline: 0;
            cursor: pointer;
            overflow: hidden; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .language #langBTN {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .language #langBTN {
              font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
            [lang=my_MM] .header .bannerContainer .banner .right-banner .language #langBTN {
              padding: 0 44px 0 0; }
            [lang=km_KH] .header .bannerContainer .banner .right-banner .language #langBTN {
              font-size: 12px; }
            .header .bannerContainer .banner .right-banner .language #langBTN:after {
              content: '';
              display: block;
              position: absolute;
              top: 3px;
              right: 0;
              width: 10px;
              height: 16px;
              background-image: url("../../img/icn_arrow_down.png");
              background-position: right;
              background-repeat: no-repeat;
              background-size: 10px 16px;
              transition: transform .3s; }
          .header .bannerContainer .banner .right-banner .language .dropdown-item {
            position: relative;
            width: 200px;
            padding: 17px 16px;
            background-color: #FFFFFF;
            font-synthesis: style;
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
            font-weight: 400;
            color: #666666;
            line-height: 22px;
            font-size: 14px;
            border-bottom: 1px solid #eeeeee; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .language .dropdown-item {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=my_MM] .header .bannerContainer .banner .right-banner .language .dropdown-item {
              font-size: 10px; }
            [lang=km_KH] .header .bannerContainer .banner .right-banner .language .dropdown-item {
              font-size: 10px; }
.noTouchDevice             .header .bannerContainer .banner .right-banner .language .dropdown-item:hover {
              background-color: #f2f2f2; }
            .header .bannerContainer .banner .right-banner .language .dropdown-item.selected {
              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=zh_CN] .header .bannerContainer .banner .right-banner .language .dropdown-item.selected {
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
              [lang=zh_CN] .header .bannerContainer .banner .right-banner .language .dropdown-item.selected {
                font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
              .header .bannerContainer .banner .right-banner .language .dropdown-item.selected:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                right: 10px;
                margin-top: -5px;
                width: 10px;
                height: 10px;
                background-color: #8faef4;
                border-radius: 10px; }
            .header .bannerContainer .banner .right-banner .language .dropdown-item:last-child {
              border-bottom: 0px; }
          .header .bannerContainer .banner .right-banner .language .tri1 {
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 16px 16px;
            border-color: transparent transparent #FFFFFF;
            top: -14px;
            left: 147px;
            overflow: visible;
            position: absolute;
            z-index: 5; }
          .header .bannerContainer .banner .right-banner .language .tri2 {
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 16px 16px;
            border-color: transparent transparent #eeeeee;
            top: -16px;
            left: 147px;
            overflow: visible;
            position: absolute; }
          .header .bannerContainer .banner .right-banner .language .btn {
            background-color: #FFFFFF;
            color: gray;
            border: none; }
            .header .bannerContainer .banner .right-banner .language .btn:focus, .header .bannerContainer .banner .right-banner .language .btn:active {
              box-shadow: none; }
          .header .bannerContainer .banner .right-banner .language .dropdown-menu {
            margin: 0; }
            .header .bannerContainer .banner .right-banner .language .dropdown-menu.show {
              padding: 0;
              border-radius: 0;
              box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
              -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
              -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
              top: 20px !important;
              left: 16px !important; }
        .header .bannerContainer .banner .right-banner .profile {
          margin-left: 0;
          margin-right: 0;
          cursor: pointer;
          transition: opacity .9s; }
          .header .bannerContainer .banner .right-banner .profile .icon-member {
            padding-left: 24px;
            background-image: url("../../img/icn_member.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 35px 32px;
            width: 32px;
            height: 35px; }
          .header .bannerContainer .banner .right-banner .profile .dropdown {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            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: 0px 26px 0px 27px;
            border-radius: 5px;
            line-height: 35px;
            background: #b51a25;
            transition: all 0.3s;
            display: flex;
            color: #FFFFFF;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .profile .dropdown {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .profile .dropdown {
              font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
            [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .dropdown {
              font-size: 10px; }
            [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .dropdown {
              font-size: 10px; }
.noTouchDevice             .header .bannerContainer .banner .right-banner .profile .dropdown:hover {
              background-color: #711a20; }
          .header .bannerContainer .banner .right-banner .profile .tri1 {
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 16px 16px;
            border-color: transparent transparent #FFFFFF;
            top: -14px;
            right: 39px;
            overflow: visible;
            position: absolute;
            z-index: 5; }
          .header .bannerContainer .banner .right-banner .profile .tri2 {
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 16px 16px;
            border-color: transparent transparent #eeeeee;
            top: -16px;
            right: 39px;
            overflow: visible;
            position: absolute; }
          .header .bannerContainer .banner .right-banner .profile .dropdown-menu {
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
            border: 0;
            border-radius: 0;
            cursor: default;
            width: 338px;
            padding: 16px;
            margin: 0;
            z-index: 25; }
            .header .bannerContainer .banner .right-banner .profile .dropdown-menu.show {
              left: 0px !important;
              top: 20px !important; }
          .header .bannerContainer .banner .right-banner .profile .dropdown-item {
            width: 76%;
            border: 16px; }
            .header .bannerContainer .banner .right-banner .profile .dropdown-item.select {
              cursor: pointer; }
          .header .bannerContainer .banner .right-banner .profile .detail a h1 {
            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: 16px;
            text-align: left;
            color: #222222;
            line-height: 22px;
            margin: 0;
            cursor: default; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .profile .detail a h1 {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .profile .detail a h1 {
              font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
            [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .detail a h1 {
              font-size: 12px; }
            [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .detail a h1 {
              font-size: 12px; }
          .header .bannerContainer .banner .right-banner .profile .detail a .clientName {
            padding-right: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            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: 20px;
            text-align: left;
            color: #222222;
            line-height: 27px;
            background: url("../../img/btn-grey-arrow-right@3x.png") no-repeat center right;
            background-size: 22px; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .profile .detail a .clientName {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=zh_CN] .header .bannerContainer .banner .right-banner .profile .detail a .clientName {
              font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
            [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .detail a .clientName {
              font-size: 16px; }
            [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .detail a .clientName {
              font-size: 16px; }
.noTouchDevice             .header .bannerContainer .banner .right-banner .profile .detail a .clientName:hover {
              color: #711a20; }
          .header .bannerContainer .banner .right-banner .profile .detail a p {
            overflow: hidden;
            margin-top: 4px;
            font-size: 14px;
            line-height: 19px;
            color: #222222;
            padding-right: 38px;
            cursor: default; }
            [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .detail a p {
              font-size: 10px; }
            [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .detail a p {
              font-size: 10px; }
          .header .bannerContainer .banner .right-banner .profile .bottomborder {
            margin: 16px 0;
            border-top: 1px solid #eeeeee; }
          .header .bannerContainer .banner .right-banner .profile .login {
            cursor: default;
            width: 100%;
            display: block;
            margin-bottom: 16px; }
            .header .bannerContainer .banner .right-banner .profile .login .lastLogin {
              display: flex; }
              .header .bannerContainer .banner .right-banner .profile .login .lastLogin span {
                font-size: 14px;
                line-height: 19px;
                color: #666666;
                padding-right: 2px; }
                [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .login .lastLogin span {
                  font-size: 10px; }
                [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .login .lastLogin span {
                  font-size: 10px; }
              .header .bannerContainer .banner .right-banner .profile .login .lastLogin p {
                font-size: 14px;
                line-height: 19px;
                color: #222222; }
                [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .login .lastLogin p {
                  font-size: 10px; }
                [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .login .lastLogin p {
                  font-size: 10px; }
            .header .bannerContainer .banner .right-banner .profile .login .localTime {
              margin-top: 8px;
              display: flex; }
              .header .bannerContainer .banner .right-banner .profile .login .localTime span {
                cursor: default;
                font-size: 14px;
                line-height: 19px;
                color: #666666;
                padding-right: 2px; }
                [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .login .localTime span {
                  font-size: 10px; }
                [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .login .localTime span {
                  font-size: 10px; }
              .header .bannerContainer .banner .right-banner .profile .login .localTime p {
                font-size: 14px;
                line-height: 19px;
                color: #222222; }
                [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .login .localTime p {
                  font-size: 10px; }
                [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .login .localTime p {
                  font-size: 10px; }
          .header .bannerContainer .banner .right-banner .profile .logout {
            cursor: pointer;
            width: 100%;
            padding: 13px 0;
            text-align: center;
            background-color: #b51a25;
            border-radius: 4px; }
            .header .bannerContainer .banner .right-banner .profile .logout .icon-logout {
              padding-left: 24px;
              background-image: url("../../img/icn_logout.png");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: 20px 20px; }
            .header .bannerContainer .banner .right-banner .profile .logout span {
              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: 16px;
              line-height: 22px;
              margin-left: 4px; }
              [lang=zh_CN] .header .bannerContainer .banner .right-banner .profile .logout span {
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
              [lang=zh_CN] .header .bannerContainer .banner .right-banner .profile .logout span {
                font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
              [lang=my_MM] .header .bannerContainer .banner .right-banner .profile .logout span {
                font-size: 12px; }
              [lang=km_KH] .header .bannerContainer .banner .right-banner .profile .logout span {
                font-size: 12px; }
        .header .bannerContainer .banner .right-banner .searchSection {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          margin-left: 0; }
          .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection {
            position: relative;
            display: flex;
            height: 32px;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding-right: 18px;
            border-radius: 4px;
            background-color: #f2f2f2;
            width: 14px;
            overflow: visible; }
            .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput {
              font-synthesis: style;
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
              font-weight: 400;
              flex: 1;
              width: 100%;
              border: 0;
              height: 32px;
              padding: 0;
              padding-left: 36px;
              background-size: 22px;
              background-position: 5px;
              background-repeat: no-repeat;
              outline: none;
              box-sizing: border-box;
              -webkit-appearance: none;
              font-size: 16px;
              border-radius: 4px;
              line-height: 19px;
              font-size: 14px;
              color: #222222;
              background-color: #f2f2f2; }
              [lang=zh_CN] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput {
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
              [lang=my_MM] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput {
                font-size: 12px; }
              [lang=km_KH] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput {
                font-size: 12px; }
              [lang=my_MM] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput {
                font-size: 10px; }
              [lang=km_KH] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput {
                font-size: 10px; }
              .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput::placeholder {
                /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #999999; }
              .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #999999; }
              .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .searchBoxInput::-ms-input-placeholder {
                /* Microsoft Edge */
                color: #999999; }
            .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .clearAction {
              width: 22px;
              height: 22px;
              background-size: 18px;
              background-position: right center;
              background-repeat: no-repeat;
              cursor: default;
              opacity: 0; }
              .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .clearAction.show {
                cursor: pointer;
                opacity: 1; }
            .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList {
              position: absolute;
              top: 100%;
              z-index: 26;
              left: 0;
              width: 100%; }
              .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div {
                font-synthesis: style;
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                font-weight: 400;
                cursor: pointer;
                position: relative;
                background-color: #FFFFFF;
                padding: 16px;
                font-size: 16px;
                line-height: 22px;
                color: #999999;
                -webkit-touch-callout: none;
                /* iOS Safari */
                -webkit-user-select: none;
                /* Safari */
                -khtml-user-select: none;
                /* Konqueror HTML */
                -moz-user-select: none;
                /* Firefox */
                -ms-user-select: none;
                /* Internet Explorer/Edge */
                user-select: none; }
                [lang=zh_CN] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div {
                  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                [lang=my_MM] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div {
                  font-size: 12px; }
                [lang=km_KH] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div {
                  font-size: 12px; }
                .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div strong {
                  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=zh_CN] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div strong {
                    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                  [lang=zh_CN] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div strong {
                    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
                .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div span {
                  font-synthesis: style;
                  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                  font-weight: 400;
                  color: #222222;
                  font-size: 14px;
                  line-height: 19px;
                  margin-left: 5px; }
                  [lang=zh_CN] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div span {
                    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                  [lang=my_MM] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div span {
                    font-size: 10px; }
                  [lang=km_KH] .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div span {
                    font-size: 10px; }
                .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div.active {
                  background-color: #f2f2f2; }
                .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div:after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  width: calc(100% - 32px);
                  left: 16px;
                  height: 1px;
                  background-color: #eeeeee; }
                .header .bannerContainer .banner .right-banner .searchSection .searchBoxSection .autoCompleteList > div:last-child:after {
                  display: none; }
  .header .topbarNavBorderContainer {
    display: none;
    position: relative;
    background: #b51a25; }
    .header .topbarNavBorderContainer .topbarNavContainer {
      height: 60px;
      padding-left: 0;
      padding-right: 0;
      min-width: 0; }
      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction {
          width: 22px;
          height: 22px;
          background-image: url("../../img/icn_shortcuts_white.svg");
          background-repeat: no-repeat;
          background-size: 8px 16px;
          cursor: pointer;
          position: absolute;
          top: 22px; }
        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navScroll {
          width: 24px;
          height: 60px;
          background-repeat: no-repeat;
          background-size: 8px 16px;
          cursor: pointer;
          position: absolute;
          top: 0;
          background-position: center;
          background-color: #b51a25; }
          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navScroll:before {
            content: '';
            width: 40px;
            height: 60px;
            right: -40px;
            top: 0;
            position: absolute;
            pointer-events: none; }
          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navScroll.navLeftScroll {
            left: 0; }
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navScroll.navLeftScroll:before {
              background-image: linear-gradient(to left, rgba(219, 56, 76, 0), #b51a25); }
          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navScroll.navRightScroll {
            right: 54px; }
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navScroll.navRightScroll:before {
              background-image: linear-gradient(to right, rgba(219, 56, 76, 0), #b51a25); }
        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction {
          position: relative;
          width: 32px;
          height: 32px;
          background-position: 50%;
          background-size: 22px;
          margin-left: 25px;
          margin: 14px 6px 14px 16px;
          border-radius: 5px;
          top: 0;
          right: 0; }
.noTouchDevice           .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction:hover {
            background-color: #eeeeee;
            background-image: url("../../img/icn_shortcuts_red.png"); }
          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction:after {
            content: ' ';
            top: 6px;
            left: -16px;
            width: 1px;
            height: 22px;
            background: #eeeeee;
            position: absolute; }
          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer {
            display: none;
            position: absolute;
            right: -11px;
            top: calc(100% + 14px);
            width: 405px;
            height: auto;
            padding-bottom: 16px;
            background: #FFFFFF;
            z-index: 26;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction1,
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction2 {
              padding: 16px 16px 0 16px;
              position: absolute;
              top: 0;
              left: 0;
              width: calc(100% - 32px);
              height: 22px; }
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction1 {
              display: flex;
              flex-direction: column;
              align-items: flex-end;
              justify-content: flex-end; }
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction1 .shortCutEdit {
                cursor: pointer;
                width: 22px;
                height: 22px;
                background-size: 22px;
                background-position: center top;
                background-repeat: no-repeat;
                background-size: 22px auto; }
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction2 {
              font-synthesis: style;
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
              font-weight: 400;
              align-items: center;
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              display: none;
              color: #666666;
              font-size: 14px;
              line-height: 19px; }
              [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction2 {
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
              [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction2 {
                font-size: 10px; }
              [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction2 {
                font-size: 10px; }
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction2 .shortCutCancel,
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutAction2 .shortCutDone {
                cursor: pointer; }
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList {
              display: flex;
              flex-direction: row;
              flex-wrap: wrap;
              margin-top: 43px;
              padding: 0;
              width: auto; }
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .shortCut {
                cursor: pointer;
                width: 99px;
                padding: 8px 18px;
                text-align: center;
                border-radius: 4px;
                transition: transform .3s;
                display: block; }
.noTouchDevice                 .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .shortCut:hover {
                  transform: scale(1.2); }
                .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .shortCut .shortCutImage {
                  margin-top: 16px;
                  margin-bottom: 8px;
                  margin-left: auto;
                  margin-right: auto;
                  width: 48px;
                  height: 48px;
                  background-size: contain;
                  background-repeat: no-repeat;
                  background-position: center; }
                .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .shortCut span {
                  font-synthesis: style;
                  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                  font-weight: 400;
                  font-size: 14px;
                  color: #222222;
                  line-height: 19px;
                  min-height: 38px;
                  max-height: 57px;
                  overflow: hidden;
                  display: block; }
                  [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .shortCut span {
                    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                  [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .shortCut span {
                    font-size: 10px; }
                  [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .shortCut span {
                    font-size: 10px; }
                .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .shortCut .remover {
                  display: none; }
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .shortCutList .clearFloat {
                clear: both; }
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .deleting .shortCut {
              position: relative;
              cursor: default; }
.noTouchDevice               .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .deleting .shortCut:hover {
                transform: scale(1); }
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .deleting .shortCut .shortCutImage {
                transform: rotate(0deg);
                animation: shake .5s linear 0s infinite; }
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .shortCutAction .shortCutContainer .deleting .shortCut .remover {
                cursor: pointer;
                display: block;
                position: absolute;
                width: 26px;
                height: 26px;
                top: 9px;
                left: 9px;
                background-image: url("../../img/icn_clear.png");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 13px auto; }

@keyframes shake {
  0%,
  50%,
  100% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(-20deg); }
  75% {
    transform: rotate(20deg); } }
        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar {
          flex: 1;
          overflow: hidden;
          height: 60px; }
          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar.animate .megaMenuContainer {
            transition: opacity .3s; }
          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul {
            display: inline-block;
            white-space: nowrap;
            list-style: none;
            width: 100%; }
            .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li {
              cursor: pointer;
              display: table-cell;
              vertical-align: middle;
              height: 60px;
              padding-left: 16px;
              padding-right: 16px; }
.noTouchDevice               .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li:hover > span {
                background-position: 0 -22px !important; }
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li > span {
                font-synthesis: style;
                font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                font-weight: 400;
                font-size: 12px;
                white-space: nowrap;
                line-height: 17px;
                color: #FFFFFF;
                padding-left: 26px;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-size: 22px;
                display: inline-flex;
                vertical-align: middle;
                min-height: 22px;
                height: 22px;
                align-items: center;
                margin: 20px 0; }
                [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li > span {
                  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li > span {
                  font-size: 8px; }
                [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li > span {
                  font-size: 8px; }
.noTouchDevice               .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li:hover {
                background-color: #FFFFFF;
                -webkit-box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.3);
                -moz-box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.3);
                box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.3); }
.noTouchDevice                 .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li:hover span {
                  color: #222222 !important; }
              .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer {
                position: absolute;
                width: 100%;
                top: calc(100% - 1px);
                left: 0;
                background: #FFFFFF;
                z-index: 27;
                opacity: 0;
                pointer-events: none;
                user-select: none; }
                .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer.active {
                  pointer-events: visible;
                  opacity: 1;
                  user-select: auto; }
                .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu {
                  display: flex;
                  flex-wrap: wrap;
                  padding: 24px 8px 26px 8px; }
                  .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu.noSwiper {
                    padding: 24px 8px 2px 8px; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu.noSwiper .megaMenuNavContainer {
                      flex: 1;
                      flex-basis: 1; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu.noSwiper .megaMenuNavContainer .megaNav {
                        border-bottom: 0;
                        justify-content: flex-start; }
                        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu.noSwiper .megaMenuNavContainer .megaNav .navNode {
                          flex: 0 0 calc(33.3333% - 16px);
                          flex-basis: calc(33.3333% - 16px); }
                  .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer {
                    flex: 0 0 calc(66.66667% - 16px);
                    flex-basis: calc(66.66667% - 16px);
                    padding: 0 8px;
                    overflow: hidden; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav {
                      display: flex;
                      flex-wrap: wrap;
                      justify-content: space-between; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode {
                        flex: 0 0 calc(50% - 29px);
                        flex-basis: calc(50% - 29px);
                        margin-right: 16px;
                        margin-bottom: 24px; }
.noTouchDevice                         .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode:hover .title {
                          color: #b51a25; }
.noTouchDevice                           .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode:hover .title a {
                            color: #b51a25; }
                        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .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: 16px;
                          line-height: 22px;
                          color: #222222;
                          position: relative;
                          display: inline-block;
                          transition: color .3s;
                          text-overflow: ellipsis;
                          overflow: hidden;
                          width: 80%;
                          margin: 0; }
                          [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .title {
                            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                          [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .title {
                            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
                          [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .title {
                            font-size: 12px; }
                          [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .title {
                            font-size: 12px; }
                          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .title a {
                            transition: color .3s; }
                          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .title:after {
                            content: '';
                            position: absolute;
                            bottom: -1px;
                            width: 0;
                            height: 1px;
                            background-color: #b51a25;
                            transition: width .5s; }
                          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .title.leftToRight:after {
                            left: 0; }
                          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .title.RightToLeft:after {
                            right: 0; }
                        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .desc {
                          font-synthesis: style;
                          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                          font-weight: 400;
                          font-size: 12px;
                          line-height: 17px;
                          color: #666666;
                          margin-top: 3px;
                          white-space: pre-wrap; }
                          [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .desc {
                            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                          [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .desc {
                            font-size: 8px; }
                          [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaNav .navNode .desc {
                            font-size: 8px; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .swiper-button-disabled {
                      cursor: pointer !important;
                      pointer-events: auto !important; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .swiper-button-next {
                      width: 22px;
                      height: 22px;
                      background-color: #eeeeee;
                      border-radius: 50%;
                      background-image: url("../../img/icn_arrow_right.png");
                      background-size: 8px 16px;
                      opacity: .8;
                      right: 0;
                      user-select: none;
                      outline: 0; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .swiper-button-prev {
                      width: 22px;
                      height: 22px;
                      background-color: #eeeeee;
                      border-radius: 50%;
                      background-image: url("../../img/icn_arrow_left.png");
                      background-size: 8px 16px;
                      opacity: .8;
                      left: 0;
                      user-select: none;
                      outline: 0; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaMenuNavPagation {
                      display: flex;
                      flex-direction: row;
                      justify-content: flex-end;
                      padding-top: 17px;
                      border-top: 1px solid #eeeeee; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaMenuNavPagation .navPagation {
                        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;
                        line-height: 19px;
                        color: #666666;
                        user-select: none; }
                        [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaMenuNavPagation .navPagation {
                          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                        [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaMenuNavPagation .navPagation {
                          font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
                        [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaMenuNavPagation .navPagation {
                          font-size: 10px; }
                        [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaMenuNavPagation .navPagation {
                          font-size: 10px; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaMenuNavPagation .icon-arrowLeft {
                        width: 8px;
                        height: 19px;
                        margin-right: 4px;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 8px 16px; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNavContainer .megaMenuNavPagation .icon-arrowRight {
                        width: 8px;
                        height: 19px;
                        margin-left: 4px;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: 8px 16px; }
                  .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter {
                    flex: 0 0 calc(33.33333% - 16px);
                    flex-basis: calc(33.33333% - 16px);
                    padding: 0 8px;
                    overflow: hidden; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .swiper-container {
                      height: 100%; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .swiper-pagination {
                      bottom: 0;
                      text-align: right; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .swiper-pagination .swiper-pagination-bullet {
                        width: 8px;
                        height: 8px;
                        background-color: #eeeeee;
                        background-image: none;
                        padding: 0;
                        opacity: 1; }
                        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                          background-color: #b51a25; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .swiper-slide:nth-child(3n) .newsImage {
                      background-image: url("../../img/5.0.0_home_GIB_banner_v1a.jpg"); }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .swiper-slide:nth-child(3n+1) .newsImage {
                      background-image: url("../../img/5.0.0_home_GIB_banner_v1b.jpg"); }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .swiper-slide:nth-child(3n+2) .newsImage {
                      background-image: url("../../img/5.0.0_home_GIB_banner_v1c.jpg"); }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .news {
                      display: flex;
                      flex-direction: column;
                      height: calc(100% - 37px);
                      border: 1px solid #eeeeee; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .news .newsImage {
                        background-color: #000000;
                        flex: 1;
                        background-repeat: no-repeat;
                        background-position: center center;
                        background-size: cover; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .news .newsDesc {
                        font-synthesis: style;
                        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 19px;
                        color: #222222;
                        user-select: none;
                        padding: 16px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: clip; }
                        [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .news .newsDesc {
                          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                        [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .news .newsDesc {
                          font-size: 10px; }
                        [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuNewsConainter .news .newsDesc {
                          font-size: 10px; }
                  .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter {
                    flex: 0 0 calc(33.33333% - 16px);
                    flex-basis: calc(33.33333% - 16px);
                    padding: 0 8px;
                    overflow: hidden; }
                    .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer {
                      width: 100%;
                      border: 1px solid #eeeeee; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsTitle {
                        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: 14px;
                        line-height: 19px;
                        color: #666666;
                        background: #f2f2f2;
                        padding: 15px 16px 16px 16px;
                        width: calc(100% - 31px); }
                        [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsTitle {
                          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                        [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsTitle {
                          font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
                        [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsTitle {
                          font-size: 10px; }
                        [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsTitle {
                          font-size: 10px; }
                      .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsItemContainer {
                        list-style: none;
                        display: flex;
                        flex-direction: column;
                        justify-content: flex-start; }
                        .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsItemContainer .toolsItem {
                          padding: 20px 17px 19px 17px;
                          width: calc(100% - 34px);
                          border-bottom: 1px solid #dddddd;
                          height: auto;
                          display: flex;
                          justify-content: flex-start; }
                          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsItemContainer .toolsItem:last-child {
                            border-bottom: 0; }
                          .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsItemContainer .toolsItem a {
                            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;
                            line-height: 40px;
                            color: #666666;
                            background-size: 40px;
                            background-repeat: no-repeat;
                            background-position: left;
                            padding-left: 44px;
                            display: block; }
                            [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsItemContainer .toolsItem a {
                              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
                            [lang=zh_CN] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsItemContainer .toolsItem a {
                              font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
                            [lang=my_MM] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsItemContainer .toolsItem a {
                              font-size: 10px; }
                            [lang=km_KH] .header .topbarNavBorderContainer .topbarNavContainer .arrowContainer .navBar ul li .megaMenuContainer .megaMenu .megaMenuToolsConainter .toolsContainer .toolsItemContainer .toolsItem a {
                              font-size: 10px; }
    .header .topbarNavBorderContainer .shortCutOverlay {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100000px;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 25; }
  .Home .noticeSection {
    display: none;
    position: relative;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 11;
    background: #fbfbfb; }
    .Home .noticeSection .importantNoticeSection {
      width: auto;
      /** 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;
      padding: 0; }
	  .noTouchDevice .Home .noticeSection .importantNoticeSection:hover {
        background-color: #f2f2f2; }
      .Home .noticeSection .importantNoticeSection .importantNotice {
        display: flex;
        padding: 12px 0 11px 46px;
        background-repeat: no-repeat;
        background-position: 16px center;
        background-size: 22px;
        overflow: hidden;
        align-items: center;
        width: auto;
        cursor: pointer; }
        .Home .noticeSection .importantNoticeSection .importantNotice span {
          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: 12px;
          line-height: 17px;
          color: #b51a25; }
          [lang=zh_CN] .Home .noticeSection .importantNoticeSection .importantNotice span {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .noticeSection .importantNoticeSection .importantNotice span {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .noticeSection .importantNoticeSection .importantNotice span {
            font-size: 8px; }
          [lang=km_KH] .Home .noticeSection .importantNoticeSection .importantNotice span {
            font-size: 8px; }
        .Home .noticeSection .importantNoticeSection .importantNotice p {
          padding-left: 8px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 12px;
          line-height: 17px;
          color: #b51a25; }
          [lang=my_MM] .Home .noticeSection .importantNoticeSection .importantNotice p {
            font-size: 8px; }
          [lang=km_KH] .Home .noticeSection .importantNoticeSection .importantNotice p {
            font-size: 8px; }
      .Home .noticeSection .importantNoticeSection .moreAction {
        cursor: pointer;
        margin-left: 32px;
        margin-right: 16px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: transform .3s; }
        .Home .noticeSection .importantNoticeSection .moreAction.expand {
          transform: rotate(180deg); }
    	.Home .noticeSection .noticeDetail {
    		display: none;
      		padding: 0; }
      .Home .noticeSection .noticeDetail .noticeNode {
        position: relative;
        display: flex;
        padding: 12px 16px 11px 46px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 16px;
        background-size: 22px;
        border-top: 1px solid #dddddd;
        user-select: none;
        cursor: pointer; }
		.noTouchDevice .Home .noticeSection .noticeDetail .noticeNode:hover {
          background-color: #f2f2f2; }
        .Home .noticeSection .noticeDetail .noticeNode span {
          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: 12px;
          line-height: 17px;
          color: #222222; }
          [lang=zh_CN] .Home .noticeSection .noticeDetail .noticeNode span {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] .Home .noticeSection .noticeDetail .noticeNode span {
            font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
          [lang=my_MM] .Home .noticeSection .noticeDetail .noticeNode span {
            font-size: 8px; }
          [lang=km_KH] .Home .noticeSection .noticeDetail .noticeNode span {
            font-size: 8px; }
        .Home .noticeSection .noticeDetail .noticeNode p {
          padding-left: 8px;
          flex: 1;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 12px;
          line-height: 17px;
          color: #222222; }
          [lang=my_MM] .Home .noticeSection .noticeDetail .noticeNode p {
            font-size: 8px; }
          [lang=km_KH] .Home .noticeSection .noticeDetail .noticeNode p {
            font-size: 8px; }
      .Home .noticeSection .noticeDetail .viewMoreAction {
        font-synthesis: style;
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
        font-weight: 400;
        font-size: 12px;
        position: relative;
        display: flex;
        justify-content: flex-end;
        position: relative;
        display: flex;
        justify-content: flex-end;
        padding: 11px 16px 12px 16px;
        color: #222222;
        line-height: 17px;
        border-top: 1px solid #dddddd; }
        [lang=zh_CN] .Home .noticeSection .noticeDetail .viewMoreAction {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .Home .noticeSection .noticeDetail .viewMoreAction {
          font-size: 8px; }
        [lang=km_KH] .Home .noticeSection .noticeDetail .viewMoreAction {
          font-size: 8px; }
        .Home .noticeSection .noticeDetail .viewMoreAction a {
          cursor: pointer;
          display: block; }
          .Home .noticeSection .noticeDetail .viewMoreAction a::after {
            content: '';
            display: inline-block;
            width: 8px;
            height: 16px;
            background-repeat: no-repeat;
            background-size: 16px 16px;
            position: relative;
            top: 2px;
            margin-left: 12px; }
  .header .loginSection {
    position: absolute;
    right: 16px;
    top: 24px;
    background: rgba(34, 34, 34, 0.6);
    width: 320px;
    z-index: 25; }
    .header .loginSection .forgotPassword {
      text-align: left;
      margin-top: 8px;
      margin-bottom: 16px; }
      .header .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] .header .loginSection .forgotPassword a {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .header .loginSection .forgotPassword a {
          font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .header .loginSection .forgotPassword a {
          font-size: 10px; }
        [lang=km_KH] .header .loginSection .forgotPassword a {
          font-size: 10px; }

.webFooter {
  background-color: #f2f2f2;
  width: 100%;
  padding: 16px 0; }
  .webFooter.footerFixed {
    position: fixed;
    bottom: 0;
    z-index: 20; }
  .webFooter .container {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    flex: 1; }
  .webFooter .terms {
    margin-bottom: 8px;
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  .webFooter .termsItem {
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    margin-right: 17px;
    position: relative;
    cursor: pointer;}
    [lang=my_MM] .webFooter .termsItem {
      font-size: 10px; }
    [lang=km_KH] .webFooter .termsItem {
      font-size: 10px; }
    .webFooter .termsItem:last-child {
      margin-right: 0px; }
      .webFooter .termsItem:last-child:after {
        display: none; }
    .webFooter .termsItem:after {
      content: ' ';
      position: absolute;
      top: 3.5px;
      right: -9px;
      background: #D8D8D8;
      width: 1px;
      height: 12px; }
  .webFooter .copyright {
    font-size: 10px;
    line-height: 14px;
    color: #999999; }
    [lang=my_MM] .webFooter .copyright {
      font-size: 6px; }
    [lang=km_KH] .webFooter .copyright {
      font-size: 6px; }

.icon-edit {
  background-image: url("../../img/icn_edit_hover.png"); }

.icon-email {
  background-image: url("../../img/icn_email.png"); }

.icon-search {
  background-image: url("../../img/icn_search.png"); }

.icon-searchRed {
  background-image: url("../../img/icn_search_red.png"); }

[lang=ms_MY] .icon-accept,.icon-accept {
  background-image: url("../../img/icn_accept.png"); }

.icon-refuse {
  background-image: url("../../img/icn_refuse.png"); }

.icon-arrowDown {
  background-image: url("../../img/icn_arrow_down.png"); }

.icon-arrowUp {
  background-image: url("../../img/icn_arrow_up.png"); }

.icon-cancel {
  background-image: url("../../img/icn_cancel.svg"); }

.icon-cash {
  background-image: url("../../img/icn_cash.png"); }

.icon-chevronSmall {
  background-image: url("../../img/icn_chevron_small.svg"); }

.icon-member {
  background-image: url("../../img/icn_member.png"); }

.icon-logout {
  background-image: url("../../img/icn_logout.png"); }

.icon-managementGrey {
  background-image: url("../../img/icn_menu_management.png"); }

.icon-menu {
  background-image: url("../../img/icn_menu.png"); }

.icon-menudashboard {
  background-image: url("../../img/icn_menudashboard.svg"); }

.icon-services {
  background-image: url("../../img/icn_services.png"); }

.icon-shortcuts {
  background-image: url("../../img/icn_shortcuts.png"); }

.icon-support {
  background-image: url("../../img/icn_support.png"); }

.icon-supportGrey {
  background-image: url("../../img/icn_sc_support_grey.svg"); }

.icon-background {
  background-image: url("../../img/img_background.png"); }

.icon-filter {
  background-image: url("../../img/icn_filter.svg"); }

.icon-more {
  background-image: url("../../img/icn_more.png"); }

.icon-tick {
  background-image: url("../../img/icn_tick.png"); }

.icon-back {
  background-image: url("../../img/icn_back.png"); }

.icon-proceed {
  background-image: url("../../img/icn_proceed.png"); }

.icon-arrowDownHover {
  background-image: url("../../img/icn_arrow_down_red_hover.svg"); }

.icon-eyeClose {
  background-image: url("../../img/icn_eyeClose.svg"); }

.icon-eyeOpen {
  background-image: url("../../img/icn_eye_open.png"); }

.icon-tickChecked {
  background-image: url("../../img/icn_tick_checked.png"); }

.icon-add {
  background-image: url("../../img/icn_add.png"); }

.icon-contactAdd {
  background-image: url("../../img/icn_contact_add.svg"); }

.icon-contactCancel {
  background-image: url("../../img/icn_contact_cancel.svg"); }

.icon-phoneBook {
  background-image: url("../../img/icn_phonebook.png"); }

.icon-qrCode {
  background-image: url("../../img/icn_QRcode.png"); }

.icon-trash {
  background-image: url("../../img/icn_trash.png"); }

.icon-website {
  background-image: url("../../img/icn_website.png"); }

.icon-locationRed {
  background-image: url("../../img/icn_location_red.svg"); }

.icon-locate {
  background-image: url("../../img/icn_locate.png"); }

.icon-locateOrange {
  background-image: url("../../img/icn_locate_orange.png"); }

.icon-settingsRed {
  background-image: url("../../img/icn_settings_red.png"); }

.icn-home-banking {
  background-image: url("../../img/icn_collections_hover.png"); }

.icn-home-dashboard {
  background-image: url("../../img/icn_dashboard_home.png"); }

.icn-home-utilities {
  background-image: url("../../img/icn_utilities_home.png"); }

.icn-home-management {
  background-image: url("../../img/icn_management_home.png"); }

.icn-home-enquiries {
  background-image: url("../../img/icn_home_enquiry_hover.png"); }

.icn-home-liquidity-management {
  background-image: url("../../img/icn_liquidity_management.png"); }

.icn-home-functions {
  background-image: url("../../img/icn_global.png"); }

.icn-home-training {
  background-image: url("../../img/icn_supply_red.png"); }

.icn-home-download {
  background-image: url("../../img/icn_download_home.png"); }

.icn-home-remote {
  background-image: url("../../img/icn_account_opening_services.png"); }

.icn-remote-saved {
  background-image: url("../../img/icn_saved_application_status_enquiry.png"); }

.icn-remote-make {
  background-image: url("../../img/icn_make_an_appointment.png"); }

.icn-remote-enquiryOr {
  background-image: url("../../img/icn_enquire_or_modify_appointment.png"); }

.icn-home-knowledge {
  background-image: url("../../img/icn_knowledge.png"); }

.icon-arrowLeft {
  background-image: url("../../img/icn_arrow_left.png"); }

.icon-arrowLeftWhite {
  background-image: url("../../img/icn_arrow_left_white.png"); }

.icon-arrowRight {
  background-image: url("../../img/icn_arrow_right.png"); }

.icon-arrowRightPng {
  background-image: url("../../img/icn_arrow_right.png"); }

.icon-arrowRightWhite {
  background-image: url("../../img/icn_arrow_right_white.png"); }

.icon-shortcutsTopBar {
  background-image: url("../../img/icn_shortcuts_TopBar.svg"); }

.icon-shortcutsTopBarWhite {
  background-image: url("../../img/icn_shortcuts_white.svg"); }

.icon-shortcutsTopBarRed {
  background-image: url("../../img/icn_shortcuts_red.png"); }

.icon-clear {
  background-image: url("../../img/icn_clear.png"); }

.eyeOpen {
  background-image: url("../../img/icn_eye_open_hover.png"); }
.noTouchDevice     .eyeOpen:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; }

.eyeClose {
  background-image: url("../../img/icn_eye_close_hover.png"); }
.noTouchDevice     .eyeClose:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-notebook {
  background-image: url("../../img/icn_notebook.png"); }

.icon-notebookRed {
  background-image: url("../../img/icn_notebook_red.png"); }

.icon-classroom {
  background-image: url("../../img/icn_classroom.png"); }

.icon-online_tut {
  background-image: url("../../img/icn_online_tut.svg"); }

.icon-guide {
  background-image: url("../../img/icn_guide.svg"); }

.icon-training {
  background-image: url("../../img/icn_training.svg"); }

.icon-traningPic1 {
  background-image: url("../../img/img_training_demo_pic_1.jpg"); }

.icon-traningPic2 {
  background-image: url("../../img/img_training_demo_pic_2.jpg"); }

.icon-traningPic3 {
  background-image: url("../../img/img_training_demo_pic_3.jpg"); }

.icon-customer {
  background-image: url("../../img/icn_personal.png"); }

.icon-location {
  background-image: url("../../img/icn_location.svg"); }

.icon-hour {
  background-image: url("../../img/icn_hour.png"); }

.icon-tel {
  background-image: url("../../img/icn_tel.svg"); }

.icon-fax {
  background-image: url("../../img/icn_fax.png"); }

.icon-corporate {
  background-image: url("../../img/icn_corporate.png"); }

.icon-corporateEmpty {
  background-image: url("../../img/icn_work_queue_empty.png"); }

.icon-personal {
  background-image: url("../../img/icn_personal.png"); }

.icon-searchBlack {
  background-image: url("../../img/icn-search-black.png"); }

.icon-personal-white {
  background-image: url("../../img/icn_personal_white.png"); }

.icon-accountPosition {
  background-image: url("../../img/img_account_position.png"); }

.icon-alertMsg {
  background-image: url("../../img/img_alert_msg.png"); }

.icon-cutOffTime {
  background-image: url("../../img/img_cut_off_time.png"); }

.icon-fileUpload {
  background-image: url("../../img/img_file_upload.png"); }

.icon-noAccess {
  background-image: url("../../img/img_no_access.png"); }

.icon-quickFX {
  background-image: url("../../img/img_quick_fx.png"); }

.icon-quickManual {
  background-image: url("../../img/img_quick_manual.png"); }

.icon-quickPayment {
  background-image: url("../../img/img_quick_payment.png"); }

.icon-recentTransactions {
  background-image: url("../../img/img_recent_transactions.png"); }

.icon-reportRetrieval {
  background-image: url("../../img/img_report_retrieval.png"); }

.icon-timeDeposit {
  background-image: url("../../img/img_time_deposit.png"); }

.icon-tradeWorking {
  background-image: url("../../img/img_trade_working.png"); }

.icon-workQueue {
  background-image: url("../../img/img_work_queue.png"); }

.icon-more-right-3x {
  background-image: url("../../img/btn-grey-arrow-right@3x.png"); }

.icon-password {
  background-image: url("../../img/icn_password_hover.png"); }
.noTouchDevice     .icon-password:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-suppend {
  background-image: url("../../img/icn_suspend_hover.png"); }
.noTouchDevice     .icon-suppend:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-addr {
  background-image: url("../../img/icn_fps_addressing__services_investigation.png"); }
.noTouchDevice     .icon-addr:hover {
      background-position: 0 -72px !important;
      color: #b51a25 !important; } 

.icon-maintenance {
  background-image: url("../../img/icn_nad_maintenance_hover.png"); }
.noTouchDevice     .icon-maintenance:hover {
      background-position: 0 -72px !important;
      color: #b51a25 !important; } 

.icon-regi {
  background-image: url("../../img/icn_nad_registration_hover.png"); }
.noTouchDevice     .icon-regi:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-instantPay {
  background-image: url("../../img/icn_Instant_Payment_hover_new.png"); }
.noTouchDevice     .icon-instantPay:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-direct {
  background-image: url("../../img/icn_direct.png"); }
.noTouchDevice     .icon-direct:hover {
      background-position: 0 -72px !important;
      color: #b51a25 !important; } 

.icon-remitNew {
  background-image: url("../../img/icn_remittance_investigation_hover.png"); }
.noTouchDevice     .icon-remitNew:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-stand {
  background-image: url("../../img/icn_standing_instruction_hover.png"); }
.noTouchDevice     .icon-stand:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-billPayment {
  background-image: url("../../img/icn_bill_payment.png"); }
.noTouchDevice     .icon-billPayment:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-billPayment-s {
  background-image: url("../../img/icn_bill_payment_s.png"); }
.noTouchDevice     .icon-billPayment-s:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-jomPay {
  background-image: url("../../img/icn_jompay.png"); }
.noTouchDevice     .icon-jomPay:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-stopCheque {
  background-image: url("../../img/icn_stop_cheque_cashiers_order_hover.png"); }
.noTouchDevice     .icon-stopCheque:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-cashier {
  background-image: url("../../img/icn_stop_cos_cashiers_order_hover.png"); }
.noTouchDevice     .icon-cashier:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-requestCheque {
  background-image: url("../../img/icn_request_cheque_book_s.png"); }
.noTouchDevice     .icon-requestCheque:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-transfer-payment {
  background-image: url("../../img/icn_Transfer_s.png"); }

.icon-stop-cheque-cashier-order {
  background-image: url("../../img/icn_request_cheque_book_s.png"); }

.icon-ACH-payment {
  background-image: url("../../img/icn_ACH_payement_hover.png"); }

.icon-ACH-payment-s {
  background-image: url("../../img/icn_ACH_payement_hover_s.png"); }

.icon-CASS-payment {
  background-image: url("../../img/icn_ccass_payment.png"); }

.icon-CASS-payment-s {
  background-image: url("../../img/icn_CASS_payement_hover_s.png"); }

.icon-Remittance-Plus-s {
  background-image: url("../../img/icn_Remittance_Plus_s.png"); }

.icon-upload-payment {
  background-image: url("../../img/icn_upload_payement_s.png"); }

.icon-result {
  background-image: url("../../img/icn_result_hover_s.png"); }
.noTouchDevice     .icon-result:hover {
      background-position: center -72px !important;
      color: #b51a25 !important; } 

.icon-reg-bene-hover-red {
  background-image: url("../../img/icn_icn_reg_bene_hover_s.png"); }

.icon-template-red {
  background-image: url("../../img/icn_icn_template_hover.png"); }

.icon-cos-cheque {
  background-image: url("../../img/icn_cos_cheque_hover_s.png"); }

.icon-cos-enquiry {
  background-image: url("../../img/icn_cos_enquiry_hover_s.png"); }

.icon-payroll-enquiry {
  background-image: url("../../img/icn_payroll_enquiry_hover_s.png"); }

.icon-request-cheque-book {
  background-image: url("../../img/icn_request_cheque_book_s.png"); }

.icon-stop-cheque-cashier-order-hover {
  background-image: url("../../img/icn_request_cheque_book_s.png"); }

.icon-token {
  background-image: url("../../img/icn_token_hover.png"); }
.noTouchDevice     .icon-token:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-closeHover {
  background-image: url("../../img/icn_close_hover.png"); }
.noTouchDevice     .icon-closeHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-downloadHover {
  background-image: url("../../img/icn_download_hover.png"); }
.noTouchDevice     .icon-downloadHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-editHover {
  background-image: url("../../img/icn_edit_hover.png"); }
.noTouchDevice     .icon-editHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-sendToBankHover {
  background-image: url("../../img/icn_send_to_bank.png"); }
.noTouchDevice     .icon-sendToBankHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-accept-hover {
  background-image: url("../../img/icn_accept.png"); }
.noTouchDevice     .icon-accept-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-redirect-hover {
  background-image: url("../../img/icn_redirect.png"); }
.noTouchDevice     .icon-redirect-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-enquireOtherRecord-hover {
  background-image: url("../../img/icn_enquire_other_record.png"); }
.noTouchDevice     .icon-enquireOtherRecord-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-replicate-hover {
  background-image: url("../../img/icn_replicate.png"); }
.noTouchDevice     .icon-replicate-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-manualRetry-hover {
  background-image: url("../../img/manual_retry.png"); }
.noTouchDevice     .icon-manualRetry-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-reactivateHover {
  background-image: url("../../img/icn_reactivate_hover.png"); }
.noTouchDevice     .icon-reactivateHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-refreshHover {
  background-image: url("../../img/icn_refresh_hover.png");
  background-size: 22px auto; }
.noTouchDevice     .icon-refreshHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-searchHover {
  background-image: url("../../img/icn_search_hover.png"); }
.noTouchDevice     .icon-searchHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-advancedSearchHover {
  background-image: url("../../img/icn_advanced_search_hover.png"); }
.noTouchDevice     .icon-advancedSearchHover:hover {
      background-position: 0 -22px !important; } 

.icon-addHover {
  background-image: url("../../img/icn_add_shortcut.png");
  background-size: 22px auto; }
.noTouchDevice     .icon-addHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-addHover-old {
  background-image: url("../../img/icn_add_shortcut.png");
  background-size: 22px auto; }
.noTouchDevice     .icon-addHover-old:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-removeHover {
  background-image: url("../../img/icn_decrease_hover.png"); }
.noTouchDevice     .icon-removeHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-closeHover {
  background-image: url("../../img/icn_close_hover.png"); }
.noTouchDevice     .icon-closeHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-moreHover {
  background-image: url("../../img/icn_more_hover.png"); }
.noTouchDevice     .icon-moreHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-filterHover {
  background-image: url("../../img/icn_filter_hover.png"); }
.noTouchDevice     .icon-filterHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-setLandingHover {
  background-image: url("../../img/icn_set_landing_hover.png"); }
.noTouchDevice     .icon-setLandingHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-selectHover {
  background-image: url("../../img/icn_select_hover.png"); }
.noTouchDevice     .icon-selectHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-notificationHover {
  background-image: url("../../img/icn_notification_hover.png"); }
.noTouchDevice     .icon-notificationHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-sortingHover {
  background-image: url("../../img/icn_sorting_hover.png"); }
.noTouchDevice     .icon-sortingHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-chart {
  background-image: url("../../img/icn_chart_on.png"); }

.icon-chartWhite {
  background-image: url("../../img/icn_chart_on_white.png"); }

.icon-map {
  background-image: url("../../img/icn_map_on.png"); }

.icon-mapWhite {
  background-image: url("../../img/icn_map_on_white.png"); }

.icon-menuWorkQueue {
  background-image: url("../../img/icn_work_queues.svg"); }

.icon-enquiry {
  background-image: url("../../img/icn_enquiry.png"); }

.icon-enquiryWhite {
  background-image: url("../../img/icn_enquiry_white.png"); }

.icon-payment {
  background-image: url("../../img/icn_payments.png"); }

.icon-globalTrade {
  background-image: url("../../img/icn_global_trade.png"); }

.icon-treasury {
  background-image: url("../../img/icn_treasuryGrey.svg"); }

.icon-liquidity {
  background-image: url("../../img/icn_liquidity.svg"); }

.icon-collections {
  background-image: url("../../img/icn_collections.png"); }

.icon-localService {
  background-image: url("../../img/icn_local service.png"); }

.icon-uploadDoc {
  background-image: url("../../img/icn_upload_doc.png"); }

.icon-draft {
  background-image: url("../../img/icn_draft.png"); }

.icon-draft-png {
  background-image: url("../../img/icn_draft.png"); }

.icon-pending {
  background-image: url("../../img/icn_pending.png"); }

.icon-pending-png {
  background-image: url("../../img/icn_pending.png"); }

.icon-processing {
  background-image: url("../../img/icn_processing.png"); }

.icon-processing-png {
  background-image: url("../../img/icn_processing.png"); }

.icon-complete {
  background-image: url("../../img/icn_complete.png"); }

.icon-complete-png {
  background-image: url("../../img/icn_complete.png"); }

.icon-failure {
  background-image: url("../../img/icn_failure.png"); }

.icon-failure-png {
  background-image: url("../../img/icn_failure.png"); }

.icon-deleted {
  background-image: url("../../img/icn_deleted.png"); }

.icon-rejected {
  background-image: url("../../img/icn_rejected.png"); }

.icon-searchGreyRed {
  background-image: url("../../img/icn_search_grey_red.svg"); }

.icon-completedGreen {
  background-image: url("../../img/icn_complete_green.png"); }

.icon-draftBlue {
  background-image: url("../../img/icn_draft_blue.png"); }

.icon-PendingAuthorization {
  background-image: url("../../img/processing.png"); }

.icon-pendingGreen {
  background-image: url("../../img/icn_pending_green.png"); }

.icon-processingBlue {
  background-image: url("../../img/icn_processing_blue.png"); }

.icon-backToTop {
  background-image: url("../../img/icn_back_to_top_hover.png"); }
.noTouchDevice     .icon-backToTop:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-onlineCs {
  background-image: url("../../img/icn_online_cs_hover.png"); }
.noTouchDevice     .icon-onlineCs:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-searchHover {
  background-image: url("../../img/icn_search_hover.png"); }
.noTouchDevice     .icon-searchHover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-homeHover {
  background-image: url("../../img/icn_home_hover.png"); }
.noTouchDevice     .icon-homeHover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-emailHover {
  background-image: url("../../img/icn_email_hover.png"); }
.noTouchDevice     .icon-emailHover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-locationHover {
  background-image: url("../../img/icn_location_hover.png"); }
.noTouchDevice     .icon-locationHover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-printHover {
  background-image: url("../../img/icn_print_hover.png"); }
.noTouchDevice     .icon-printHover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-settingsHover {
  background-image: url("../../img/icn_settings_hover.png"); }
.noTouchDevice     .icon-settingsHover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-dashboardHover {
  background-image: url("../../img/icn_dashboard_hover.png"); }
.noTouchDevice     .icon-dashboardHover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-userHover {
  background-image: url("../../img/icn_user_hover.png"); }
.noTouchDevice     .icon-userHover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_collections_hover {
  background-image: url("../../img/icn_collection_hover.png"); }
.noTouchDevice     .icn_collections_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_enquiry_hover {
  background-image: url("../../img/icn_enquiry_hover.png"); }
.noTouchDevice     .icn_enquiry_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_my_enquiry_hover {
  background-image: url("../../img/icn_my_enquiry_hover.png"); }
.noTouchDevice     .icn_my_enquiry_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_global_trade_hover {
  background-image: url("../../img/icn_global_trade_hover.png"); }
.noTouchDevice     .icn_global_trade_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_liquidity_hover {
  background-image: url("../../img/icn_liquidity_management_hover.png"); }
.noTouchDevice     .icn_liquidity_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_information_management_hover {
  background-image: url("../../img/icn_information_management_hover.png"); }
.noTouchDevice     .icn_information_management_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_local_service_hover {
  background-image: url("../../img/icn_local_service_hover.png"); }
.noTouchDevice     .icn_local_service_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_payments_hover {
  background-image: url("../../img/icn_localized_payment_hover.png"); }
.noTouchDevice     .icn_payments_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_treasury_hover {
  background-image: url("../../img/icn_treasury_hover.png"); }
.noTouchDevice     .icn_treasury_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_work_queues_hover {
  background-image: url("../../img/icn_work_queues_hover.png"); }
.noTouchDevice     .icn_work_queues_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icn_sme_hover {
  background-image: url("../../img/icn_sme_hover.png"); }
.noTouchDevice     .icn_sme_hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-homeSC {
  background-image: url("../../img/icn_sc_home.png"); }

.icon-myShortcutsSC {
  background-image: url("../../img/icn_sc_my_sc.png"); }

.icon-cashSCRed {
  background-image: url("../../img/icn_sc_cash.png"); }

.icon-serviceSCRed {
  background-image: url("../../img/icn_sc_service.png"); }

.icon-management {
  background-image: url("../../img/icn_sc_management.png"); }

.icon-supportSCRed {
  background-image: url("../../img/icn_sc_support.png"); }

.icon-settings {
  background-image: url("../../img/icn_sc_settings.png"); }

.icon-logoutSCRed {
  background-image: url("../../img/icn_sc_logout.png"); }

.icon-locatorSC {
  background-image: url("../../img/icn_sc_locator.png"); }

.icon-dashboardSC {
  background-image: url("../../img/icn_dashboard_red.png"); }

.icon-shorcut-control-center {
  background-image: url("../../img/icn_shorcut_control_center.png"); }

.icon-shorcut-localized-functions {
  background-image: url("../../img/icn_shorcut_localized_functions.png"); }

.icon-shortcut-collection {
  background-image: url("../../img/icn_shortcut_collection.png"); }

.icon-shortcut-enquiry {
  background-image: url("../../img/icn_shortcut_enquiry.png"); }

.icon-shortcut-global_trade {
  background-image: url("../../img/icn_shortcut_global_trade.png"); }

.icon-shortcut-information-management {
  background-image: url("../../img/icn_shortcut_information_management.png"); }

.icon-shortcut-liquidity-management {
  background-image: url("../../img/icn_shortcut_liquidity_management.png"); }

.icon-shortcut-my-setting {
  background-image: url("../../img/icn_shortcut_my_setting.png"); }

.icon-shortcut-payment {
  background-image: url("../../img/icn_shortcut_payment.png"); }

.icon-shortcut-sme {
  background-image: url("../../img/icn_shortcut_sme.png"); }

.icon-shortcut-treasury {
  background-image: url("../../img/icn_shortcut_treasury.png"); }

.icon-shortcut-work-queue {
  background-image: url("../../img/icn_shortcut_work_queue.png"); }

.icon-sc-pre-ship-fin {
  background-image: url("../../img/icn_sc_pre_ship_fin.png"); }

.icon-clock-red {
  background-image: url("../../img/icn_clock_red.png"); }

.icon-clock-yellow {
  background-image: url("../../img/icn_clock_yellow.png"); }

.icon-clock-green {
  background-image: url("../../img/icn_clock_green.png"); }

.icon-atm {
  background-image: url("../../img/icn_atm.png"); }

.icon-atmrmb {
  background-image: url("../../img/icn_atm_rmb.png"); }

.icon-iservice {
  background-image: url("../../img/icn_iservice.png"); }

.icon-invest {
  background-image: url("../../img/icn_invest.png"); }

.icon-currency {
  background-image: url("../../img/icn_currency.png"); }

.icon-chequeDeposite {
  background-image: url("../../img/icn_cheque_deposit.png"); }

.icon-enrich {
  background-image: url("../../img/icn_enrich.png"); }

.icon-wmcentre {
  background-image: url("../../img/icn_wmcentre.png"); }

.icon-exchange {
  background-image: url("../../img/icn_exchange.png"); }

.icon-investment {
  background-image: url("../../img/icn_investment.png"); }

.icon-metals {
  background-image: url("../../img/icn_metals.png"); }

.icon-preorder {
  background-image: url("../../img/icn_preorder.png"); }

.icon-rmb {
  background-image: url("../../img/icn_rmb.png"); }

.icon-depositbox {
  background-image: url("../../img/icn_depositbox.png"); }

.icon-securities {
  background-image: url("../../img/icn_securities.png"); }

.icon-selfService {
  background-image: url("../../img/icn_self_service.png"); }

.icon-corpCenter {
  background-image: url("../../img/icn_corp_centre.png"); }

.icon-tradeService {
  background-image: url("../../img/icn_trade_service.png"); }

.icon-bao {
  background-image: url("../../img/icn_bao.png"); }

.icon-corpPriv {
  background-image: url("../../img/icn_corp_priv.png"); }

.icon-change-export-lc-collection-instruction-hover {
  background-image: url("../../img/icn_change_export_lc_collection_instruction.png"); }

.icon-commercial-financial-instrument-enquiry-hover {
  background-image: url("../../img/icn_commercial_financial_instrument_enquiry.png"); }

.icon-credit-limit-enquiry-hover {
  background-image: url("../../img/icn_credit_limit_enquiry.png"); }

.icon-export-lc-advising-confirmation-hover {
  background-image: url("../../img/icn_export_lc_advising_confirmation.png"); }

.icon-export-lc-collection-hover {
  background-image: url("../../img/icn_export_lc_collection.png"); }

.icon-funding-da-dp-hover {
  background-image: url("../../img/icn_funding_da_dp.png"); }

.icon-import-lc-amendment-hover {
  background-image: url("../../img/icn_import_lc_amendment.png"); }

.icon-import-lc-document-hover {
  background-image: url("../../img/icn_import_lc_document.png"); }

.icon-interest-enquiry-hover {
  background-image: url("../../img/icn_interest_enquiry.png"); }

.icon-lc-transfer-amendment-hover {
  background-image: url("../../img/icn_lc_transfer_amendment.png"); }

.icon-lc-transfer-issuance-hover {
  background-image: url("../../img/icn_lc_transfer_issuance.png"); }

.icon-my-clause-template-maintenance-hover {
  background-image: url("../../img/icn_my_clause_template_maintenance.png"); }

.icon-my-trade-counterparty-maintenance-hover {
  background-image: url("../../img/icn_my_trade_counterparty_maintenance.png"); }

.icon-my-trade-profile-hover {
  background-image: url("../../img/icn_my_trade_profile.png"); }

.icon-my-transaction-template-maintenance-hover {
  background-image: url("../../img/icn_my_transaction_template_maintenance.png"); }

.icon-record-enquiry-hover {
  background-image: url("../../img/icn_record_enquiry.png"); }

.icon-platform-hover {
  background-image: url("../../img/icn_platform_hover.png"); }

.icon-upload-payement-hover {
  background-image: url("../../img/icn_upload_payment.png"); }

.icon-export-collection-hover {
  background-image: url("../../img/icn_export_collection.png"); }

.icon-import-collection-hover {
  background-image: url("../../img/icn_import_collection.png"); }

.icon-change-export-collection-instruction-hover {
  background-image: url("../../img/icn_change_export_collection_instruction.png"); }

.icon-import-lc-issuance-hover {
  background-image: url("../../img/icn_import_lc_issuance.png"); }

.icon-receivables-submission-hover {
  background-image: url("../../img/icn_receivable_submisssion.png"); }

.icon-auto-funding-arrangement-hover {
  background-image: url("../../img/icn_auto_funding_arrangement.png"); }

.icon-sc-buyer-submission-hover {
  background-image: url("../../img/icn_sc_buyer_submission.png"); }

.icon-sc-my-supplier-hover {
  background-image: url("../../img/icn_sc_my_supplier.png"); }

.icon-sc-supplier-submission-hover {
  background-image: url("../../img/icn_sc_suplier_submission.png"); }

.icon-sc-my-registration-hover {
  background-image: url("../../img/icn_sc_my_registration.png"); }

.icon-trust-receipt-hover {
  background-image: url("../../img/icn_trust_receipt.png"); }

.icon-repayment-hover {
  background-image: url("../../img/icn_repayment.png"); }

.icon-pre-ship-fin-hover {
  background-image: url("../../img/icn_pre_ship_fin.png"); }

.icon-packing-loan-hover {
  background-image: url("../../img/icn_packing_loan.png"); }

.icon-get-lc-fund-hover {
  background-image: url("../../img/icn_get_lc_fund.png"); }

.icon-bills-adv-after-collection-hover {
  background-image: url("../../img/icn_bills_adv_after_collection.png"); }

.icon-import-loan-hover {
  background-image: url("../../img/icn_import_loan.png"); }

.icon-export-invoice-dis-hover {
  background-image: url("../../img/icn_export_invoice_dis.png"); }

.icon-import-invoice-fin-hover {
  background-image: url("../../img/icn_import_invoice_fin.png"); }

.icon-receivables-finance-hover {
  background-image: url("../../img/icn_receivables_finance.png"); }

.icon-sc-buyer-payment-hover {
  background-image: url("../../img/icn_sc_buyer_payment.png"); }

.icon-sc-early-payment-hover {
  background-image: url("../../img/icn_sc_early_payment.png"); }

.icon-bank-guarantee-amendment {
  background-image: url("../../img/icn_bank_guarantee_amendment.png"); }

.icon-bank-guarantee-issuance {
  background-image: url("../../img/icn_bank_guarantee_issuance.png"); }

.icon-standby-lc-amendment {
  background-image: url("../../img/icn_standby_lc_amendment.png"); }

.icon-standby-lc-issuance {
  background-image: url("../../img/icn_standby_lc_issuance.png"); }

.icn-treasury-hover {
  background-image: url("../../img/icn_treasury.png"); }

.icn-global-trade-hover {
  background-image: url("../../img/icn_global_trade.png"); }

.icon-increaseHover {
  background-image: url("../../img/icn_increase_hover.png"); }
.noTouchDevice     .icon-increaseHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-collapseAllHover {
  background-image: url("../../img/icn_collapse_all.png"); }
.noTouchDevice     .icon-collapseAllHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-expandAllHover {
  background-image: url("../../img/icn_expand_all.png"); }
.noTouchDevice     .icon-expandAllHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-decreaseHover {
  background-image: url("../../img/icn_decrease_hover.png"); }
.noTouchDevice     .icon-decreaseHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-paymentHover {
  background-image: url("../../img/icn_payment_hover_old.png"); }
.noTouchDevice     .icon-paymentHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-dashboardRed {
  background-image: url("../../img/icn_dashboard_hover.png");
  background-position: 0 -44px !important; }

.icon-workQueue {
  background-image: url("../../img/icn_work_queues.svg"); }

.icon-payment {
  background-image: url("../../img/icn_payments.png"); }

.icon-treasury {
  background-image: url("../../img/icn_treasuryGrey.svg"); }

.icon-enquiry {
  background-image: url("../../img/icn_enquiry.png"); }

.icon-collections {
  background-image: url("../../img/icn_collections.png"); }

.icon-noAccess {
  background-image: url("../../img/icn_no_access.png"); }

.icon-localService {
  background-image: url("../../img/icn_local service.png"); }

.icon-amountTransfer {
  background-image: url("../../img//icn_amount_transfer.png"); }

.icon-amountTransfer-hover {
  background-image: url("../../img/icn_amount_transfer_hover.svg"); }

.icon-mySetting-dashboard {
  background-image: url("../../img/icn_dashboard_hover.png");
  background-position: center top !important; }

.icon-mySetting-dashboardRed {
  background-image: url("../../img/icn_dashboard_hover.png");
  background-position: center bottom !important; }

.icon-mySetting-workQueue {
  background-image: url("../../img/icn_work_hover.png");
  background-position: 0 0 !important; }

.icon-mySetting-payment {
  background-image: url("../../img/icn_payment_hover_old.png");
  background-position: 0 0 !important; }

.icon-mySetting-treasury {
  background-image: url("../../img/icn_treasury_hover.png");
  background-position: 0 0 !important; }

.icon-mySetting-enquiry {
  background-image: url("../../img/icn_enquiry_hover_old.png");
  background-position: 0 0 !important; }

.icn_liquidity_management_hover {
  background-image: url("../../img/icn_liquidity_management_hover.svg");
  background-position: 0 0 !important; }

.icon-mySetting-collections {
  background-image: url("../../img/icn_collections_hover_old.png");
  background-position: 0 0 !important; }

.icon-mySetting-noAccess {
  background-image: url("../../img/icn_no_access.png"); }

.icon-mySetting-localService {
  background-image: url("../../img/icn_service_hover.png");
  background-position: 0 0 !important; }

.icon-company-profile-enquiry {
  background-image: url("../../img/icn_company_profile_enquiry.png");
  background-position: 0 0 !important; }

.icon-mySetting-info {
  background-image: url("../../img/icn_info.png"); }
.noTouchDevice   .icon-mySetting-info:hover {
    background-position: 0 -16px !important;
    color: #b51a25 !important; }

.icon-enquiry-dashboard {
  background-image: url("../../img/icn_dashboard.png");
  background-position: center top !important; }

.icon-enquiry-workQueue {
  background-image: url("../../img/icn_work_queues.png");
  background-position: center top !important; }

.icon-enquiry-enquiry {
  background-image: url("../../img/icn_enquiry.png");
  background-position: center top !important; }

.icon-enquiry-gtc {
  background-image: url("../../img/icn_gtc.png");
  background-position: center top !important; }

.icon-enquiry-payment {
  background-image: url("../../img/icn_payment_old.png");
  background-position: center top !important; }

.icon-enquiry-liquidity {
  background-image: url("../../img/icn_liquidity_hover.png");
  background-position: center top !important; }

.icon-enquiry-treasury {
  background-image: url("../../img/icn_treasury_hover_red.png");
  background-position: center top !important; }

.icon-enquiry-collections {
  background-image: url("../../img/icn_collections_hover_red.png");
  background-position: center top !important; }

.icon-enquiry-service {
  background-image: url("../../img/icn_service_hover_red.png");
  background-position: center top !important; }

.icon-platform-hover {
  background-image: url("../../img/icn_platform_hover.png");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-platform-hover:hover {
      background-position: 0 -44 px !important;
      color: #b51a25 !important; } 

.icon-activity-log-enquiry-enquiry-hover {
  background-image: url("../../img/icn_activity_log_enquiry.png");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-activity-log-enquiry-enquiry-hover:hover {
      background-position: 0 -44 px !important;
      color: #b51a25 !important; } 

.icon-channel-hover {
  background-image: url("../../img/icn_channel_enquiry.png");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-channel-hover:hover {
      background-position: 0 -44px !important;
      color: #b51a25 !important; } 

.icon-file-hover {
  background-image: url("../../img/icn_file_hover.svg");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-file-hover:hover {
      background-position: 0 -44px !important;
      color: #b51a25 !important; } 

.icon-user-hover {
  background-image: url("../../img/icn_user_hover.png");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-user-hover:hover {
      background-position: 0 -44px !important;
      color: #b51a25 !important; } 

.icon-user-profile-enquiry-hover {
  background-image: url("../../img/icn_user_profile_enquiry.png");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-user-profile-enquiry-hover:hover {
      background-position: 0 -44px !important;
      color: #b51a25 !important; } 

.icon-tool-hover {
  background-image: url("../../img/icn_funtional_access_enquiry.png");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-tool-hover:hover {
      background-position: 0 -44px !important;
      color: #b51a25 !important; } 

.icon-chart-hover {
  background-image: url("../../img/icn_authorization_matrix_enquiry.png");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-chart-hover:hover {
      background-position: 0 -44px !important;
      color: #b51a25 !important; } 

.icon-limit-hover {
  background-image: url("../../img/icn_limit_hover.svg");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-limit-hover:hover {
      background-position: 0 -44px !important;
      color: #b51a25 !important; } 

.icon-crs-hover {
  background-image: url("../../img/icn_crs_hover.svg");
  background-position: 0 0 !important; }
.noTouchDevice     .icon-crs-hover:hover {
      background-position: 0 -44px !important;
      color: #b51a25 !important; } 

.icn_arrowLeft_hover {
  background-image: url("../../img/icn_arrow_left_hover.svg"); }

.icon-mySetting-cursor {
  background-image: url("../../img/icn_cursor.png"); }

.icon-arrowRight-hover {
  background-image: url("../../img/icn_arrow_right_hover.svg");
  background-position: 0 center; }
.noTouchDevice     .icon-arrowRight-hover:hover {
      background-position: -8px center !important;
      color: #b51a25 !important; } 

.icon-cancel-hover {
  background-image: url("../../img/icn_cancel_hover.png"); }
.noTouchDevice     .icon-cancel-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-plane-hover {
  background-image: url("../../img/icn_plane_hover.png"); }
.noTouchDevice     .icon-plane-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-flash {
  background-image: url("../../img/icn_flash.png"); }

.icon-moreCenterHover {
  background-image: url("../../img/icn_more_center_hover.png"); }
.noTouchDevice     .icon-moreCenterHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon_payment_hover {
  background-image: url("../../img/icn_payment_hover.png"); }
.noTouchDevice     .icon_payment_hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-create-new-hover {
  background-image: url("../../img/icn_create_new.png"); }
.noTouchDevice     .icon-create-new-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-bulk-new-hover {
  background-image: url("../../img/icn_bulk.png"); }
.noTouchDevice     .icon-bulk-new-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-fileUpload-hover {
  background-image: url("../../img/icn_file_upload.png");
  background-position: left top !important; }
.noTouchDevice     .icon-fileUpload-hover:hover {
      background-position: left bottom !important;
      color: #b51a25 !important; } 

.icon-fileEdit-hover {
  background-image: url("../../img/icn_file_editor.png"); }
.noTouchDevice     .icon-fileEdit-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-view-hover {
  background-image: url("../../img/view.svg"); }
.noTouchDevice     .icon-view-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon_activity_log {
  background-image: url("../../img/icn_activity_log.png"); }
.noTouchDevice     .icon_activity_log:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon_balance_hover {
  background-image: url("../../img/icn_balance_hover.png"); }
.noTouchDevice     .icon_balance_hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-overseas-payement {
  background-image: url("../../img/icn_Overseas_payement.png"); }

.icon-rpp {
  background-image: url("../../img/icn_RPP.png"); }
.noTouchDevice     .icon-rpp:hover {
      background-position: 88px -73px !important;
      color: #b51a25 !important; } 

.icon-transfer {
  background-image: url("../../img/icn_TransferCopy_3.png"); }

.icon-ach-payment {
  background-image: url("../../img/icn_ACH_payement.png"); }

.icon-cass-payment {
  background-image: url("../../img/icn_CASS_payement.png"); }

.icon-eCheque {
  background-image: url("../../img/icn_eCheque.png"); }

.icon-instant-payment {
  background-image: url("../../img/icn_Instant_Payment.png"); }

.icon-remittance-plus {
  background-image: url("../../img/icn_Remittance_Plus.png"); }

.icon-rtgs {
  background-image: url("../../img/icn_RTGS.png"); }

.icon-tt {
  background-image: url("../../img/icn_TT Copy.png"); }

.icon-uploadp-payement {
  background-image: url("../../img/icn_upload_payement.png"); }

.icon-gpi {
  background-image: url("../../img/icn_GPI.png"); }

.icon-reg-bene-hover {
  background-image: url("../../img/icn_reg_bene_hover.png"); }

.icon-reg-bene {
  background-image: url("../../img/icn_reg_bene.png"); }

.icon-template-hover {
  background-image: url("../../img/icn_template_hover.png"); }

.icon-template {
  background-image: url("../../img/icn_template.png"); }

.icon-activityLogHover {
  background-image: url("../../img/icn_activity_log.png"); }
.noTouchDevice     .icon-activityLogHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-balanceHover {
  background-image: url("../../img/icn_balance_hover.png"); }
.noTouchDevice     .icon-balanceHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-returnHover {
  background-image: url("../../img/icn_return_hover.png"); }
.noTouchDevice     .icon-returnHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

[lang=ms_MY] .icon-amountHover,.icon-amountHover {
  background-image: url("../../img/icn_amount_hover.png"); }
.noTouchDevice     .icon-amountHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-tickHover {
  background-image: url("../../img/icn_tick_hover.png"); }
.noTouchDevice     .icon-tickHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon_platform_hover {
  background-size: 72px 72px;
  background-image: url("../../img/icn_platform_hover.png"); }

.icon_company_hover {
  background-image: url("../../img/icn_company_hover.png"); }

.icon_users_hover {
  background-image: url("../../img/icn_users_hover.png"); }

.icon_account_setting_hover {
  background-image: url("../../img/icn_account_setting_hover.png"); }

.icon_megaphone_hover {
  background-image: url("../../img/icn_megaphone_hover.png"); }

.icon_limit_control_hover {
  background-image: url("../../img/icn_limit_control_hover.png"); }

.icon_lock_file_hover {
  background-image: url("../../img/icn_lock_file_hover.png"); }

.icon_checklist_hover {
  background-image: url("../../img/icn_checklist_hover.png"); }

.icon_access_profile_hover {
  background-image: url("../../img/icn_access_profile_hover.png"); }

.icon-linesSelectionHover {
  background-image: url("../../img/icn_lines_selection_hover.png"); }
.noTouchDevice     .icon-linesSelectionHover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-advice-hover {
  background-image: url("../../img/icn_advice_hover.png"); }

.icon-dataFiles-hover {
  background-image: url("../../img/icn_data_files_hover_s.png"); }

.icon-onlineFiles-hover {
  background-image: url("../../img/icn_online_files_hover_s.png"); }

.icon-reports-hover {
  background-image: url("../../img/icn_reports_hover_s.png"); }

.icon-platform-hover {
  background-image: url("../../img/icn_platform_hover.png"); }

.icon-statement-hover {
  background-image: url("../../img/icn_statement_hover_s.png"); }

.icon-eAdvice-hover {
  background-image: url("../../img/icn_eAdvice_hover_s.png"); }

.icon-import-LC-issuance-hover {
  background-image: url("../../img/icn_advice_hover.png"); }

.icon-shipping-guarantee-hover {
  background-image: url("../../img/icn_shipping_guarantee.png"); }

.icon-export-LC-advising-hover {
  background-image: url("../../img/icn_swift_msg_hover.png"); }

.icon-export-LC-collection-hover {
  background-image: url("../../img/icn_swift_msg_hover.png"); }

.icon-LC-transfer-issuance-hover {
  background-image: url("../../img/icn_advice_hover.png"); }

.icon-LC-transfer-amendment-hover {
  background-image: url("../../img/icn_swift_msg_hover.png"); }

[lang=ms_MY] .icon-glossary,.icon-glossary {
  background-image: url("../../img/icn_glossary.png"); }

.icon-glossary-hover {
  background-image: url("../../img/icn_glossary.png"); }
.noTouchDevice     .icon-glossary-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-upload-hover {
  background-image: url("../../img/icn_file_upload.png"); }
.noTouchDevice     .icon-upload-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-respond-hover {
  background-image: url("../../img/icn_respond.png"); }
.noTouchDevice     .icon-respond-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-authorize {
  background-image: url("../../img/icn_authorize.png"); }

.icon-log-and-comment {
  background-image: url("../../img/icn_activity_log_3x.png"); }

.icon-swiftMsg-hover {
  background-image: url("../../img/icn_swift_msg_hover_s.png"); }

.icon-token-reg-hover {
  background-image: url("../../img/icn_token_reg_hover.png"); }
.noTouchDevice     .icon-token-reg-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-suspend-mobile-token-hover {
  background-image: url("../../img/icn_suspend_mobile_token.png"); }
.noTouchDevice     .icon-suspend-mobile-token-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon_tooltip_hover {
  background-image: url("../../img/icn_info@3x.png"); }
.noTouchDevice     .icon_tooltip_hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 
.icon-suspend-user-hover {
  background-image: url("../../img/icn_suspend_hover.png"); }
.noTouchDevice     .icon-suspend-user-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon_my_setting_statement {
  background-image: url("../../img/icn_mySettingstatement.png");
  background-position: 0 -44px !important; }

.icon_my_setting_report {
  background-image: url("../../img/icn_mySettingad_hoc_customised_report.png");
  background-position: 0 -44px !important; }

.icon_my_setting_training {
  background-image: url("../../img/icn_mySettingtraining.png");
  background-position: 0 -44px !important; }

.icon-copy-to {
  background-image: url("../../img/icn_copy_to.png"); }

.icon-expand-all {
  background-image: url("../../img/icn_expand_all.png"); }

.icon-collapse-all {
  background-image: url("../../img/icn_collapse_all.png"); }

.icon_spellcheck_hover {
  background-image: url("../../img/icn_spell_check.png"); }
.noTouchDevice     .icon_spellcheck_hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-fx-forward {
  background-image: url("../../img/icn_fx_forward.png"); }

.icon-fx-spot {
  background-image: url("../../img/icn_fx_spot.png"); }

.icon-saq-enquiry {
  background-image: url("../../img/icn_questionnaire.png"); }

.icon-transaction-enquiry {
  background-image: url("../../img/icn_transaction_enquiry.png"); }

.icon-saq {
  background-image: url("../../img/icn_questionnaire_saq.png"); }

.icon-bochk-exchange-rate {
  background-image: url("../../img/icn_bochk_exchange_rate.png"); }

.icon-foreign-exchange-forward-contracts {
  background-image: url("../../img/icn_foreign_exchange_forward_contracts.png"); }

.icon-foreign-exchange-rates-details {
  background-image: url("../../img/icn_foreign_exchange_rates_details.png"); }

.icon-historical-exchange-rates {
  background-image: url("../../img/icn_historical_exchange_rates.png"); }

.icon-foreign-excahange-forward-contracts {
  background-image: url("../../img/icn_foreign_excahange_forward_contracts.png"); }

.icon-foreign-excahange-forward-order {
  background-image: url("../../img/icn_foreign_excahange_forward_order.png"); }

.icon-foreign-excahange-spot-order {
  background-image: url("../../img/icn_foreign_excahange_spot_order.png"); }

.icon-pool-payment-hover {
  background-image: url("../../img/icn_pool_payment.png"); }
.noTouchDevice     .icon-pool-payment-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-sweeping-hover {
  background-image: url("../../img/icn_sweeping.png"); }
.noTouchDevice     .icon-sweeping-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-ac-activities-hover {
  background-image: url("../../img/icn_ac_activities_hover.png"); }
.noTouchDevice     .icon-ac-activities-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-quick-manual-sweeping-hover {
  background-image: url("../../img/icn_quick_manual_sweeping_hover.png"); }
.noTouchDevice     .icon-quick-manual-sweeping-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-report-download-hover {
  background-image: url("../../img/icn_report_download_hover.png"); }
.noTouchDevice     .icon-report-download-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-sweeping-trans-enquiry-hover {
  background-image: url("../../img/icn_sweeping_trans_enquiry_hover.png"); }
.noTouchDevice     .icon-sweeping-trans-enquiry-hover:hover {
      background-position: 0 -22px !important;
      color: #b51a25 !important; } 

.icon-tt-hover {
  background-image: url("../../img/icn_telegraphic.png"); }
  
.icon-internal-transfer-hover {
  background-image: url("../../img/icn_internal_transfer.png"); }
.noTouchDevice .icon-internal-transfer-hover:hover {
      background-position: left -22px !important;
      color: #b51a25 !important; } 

.icon-purchase-order-hover{
	background-image: url("../../img/icn_purchase_order.png");
}
.icon-auto-funding-arrangement-hover{
    background-image: url("../../img/icn_auto_funding_arrangement.png");
}
[status-menu-open="true"] body {
  overflow: hidden;
  -ms-overflow-style: none;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: auto; }

body {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch; }

body {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: auto; }

/* 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
**/
/* Color */
/*
 * Remarks
 *
 * O = Opacity
 *
 */
/**
 * Global Variables
**/
/* App */
/* Break Point */
/* Checkbox */
/* Animation time */
/* z-index */
/**
 * Element Variables
**/
.gib #overlay .overlayComponentContainer .generalBgOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.5); }
  .gib #overlay .overlayComponentContainer .generalBgOverlay.hasTwoOverlay {
    background: rgba(0, 0, 0, 0.7); }

.gib #overlay .overlayComponentContainer .subsituteGeneralBgOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 55;
  background: rgba(0, 0, 0, 0.5); }

.gib #overlay .overlayComponentContainer .popupHeadline {
  width: calc(100% - 55px);
  height: 4px;
  display: block;
  background-color: #9d2235;
  border-left: 55px solid #7c878e;
  flex-grow: 0;
  flex-shrink: 0; }

.gib #overlay .overlayComponentContainer .componentContainer {
  display: none;
  width: 504px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 50; }
  .gib #overlay .overlayComponentContainer .componentContainer.height-70 {
    height: 70%;
    min-height: 538px; }
  .gib #overlay .overlayComponentContainer .componentContainer.height-70-atmost {
    height: 70%;
    max-height: 538px; }
  .gib #overlay .overlayComponentContainer .componentContainer .popupContainer {
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer {
      flex: 1 1 auto;
      flex-grow: 1;
      overflow: auto;
      overflow-x: hidden !important;
      -ms-overflow-x: hidden !important; }
      .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupHeader {
        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: #222222;
        line-height: 33px; }
        [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupHeader {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupHeader {
          font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupHeader {
          font-size: 20px; }
        [lang=km_KH] .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupHeader {
          font-size: 20px; }
      .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupSubHeader {
        font-synthesis: style;
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
        font-weight: 400;
        font-size: 14px;
        color: #666666;
        line-height: 19px;
        margin-top: 4px; }
        [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupSubHeader {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupSubHeader {
          font-size: 10px; }
        [lang=km_KH] .gib #overlay .overlayComponentContainer .componentContainer .popupContainer .popupContentContainer .popupSubHeader {
          font-size: 10px; }
  .gib #overlay .overlayComponentContainer .componentContainer .popupCloseLogoContainer {
    padding: 10px 16px;
    flex-grow: 0;
    flex-shrink: 0;
    /** 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: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .gib #overlay .overlayComponentContainer .componentContainer .popupCloseLogoContainer .headerAction {
      /** SAFARI **/
      display: -webkit-box;
      -webkit-box-orient: horizontal;
      -webkit-box-pack: end;
      -webkit-box-align: center;
      /** FIREFOX LEGACY **/
      display: -moz-box;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-pack: end;
      -moz-box-align: center;
      /** LEGACY **/
      display: box;
      box-orient: horizontal;
      box-direction: normal;
      box-pack: end;
      box-align: center;
      /** IE 10+ **/
      display: -ms-flexbox;
      -ms-flex-wrap: wrap;
      -ms-flex-direction: row;
      -ms-justify-content: flex-end;
      -ms-flex-align: center;
      -ms-flex-pack: end;
      /** CHROME **/
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      -webkit-flex-direction: row;
      -webkit-justify-content: flex-end;
      -webkit-align-items: center;
      /** NATIVE **/
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
    .gib #overlay .overlayComponentContainer .componentContainer .popupCloseLogoContainer .logo {
      height: 38px;
      width: 152px;
      display: block;
      background-image: url("../../img/Bank_of_China_Logo.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .gib #overlay .overlayComponentContainer .componentContainer .popupCloseLogoContainer .closeBtn {
      margin-left: 32px;
      width: 22px;
      height: 22px;
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: 0 0;
      cursor: pointer; }
  .gib #overlay .overlayComponentContainer .componentContainer .popupCloseBarContainer {
    display: flex;
    flex-direction: row;
    padding: 16px;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0; }
    .gib #overlay .overlayComponentContainer .componentContainer .popupCloseBarContainer .closeBtn {
      width: 22px;
      height: 22px;
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: 0 0;
      cursor: pointer; }
  .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer {
    display: flex;
    flex-direction: row;
    padding: 16px;
    justify-content: flex-end;
    align-items: center;
    background-color: #FFFFFF;
    border-top: 1px solid #dddddd;
    flex-grow: 0;
    flex-shrink: 0; }
    .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .downloadButton {
      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;
      cursor: pointer;
      width: 152px;
      border-radius: 4px;
      opacity: 1;
      padding: 11px 0;
      line-height: 22px;
      color: #b51a25;
      background-color: #FFF;
      border: 1px solid #b51a25;
      text-align: center;
      -webkit-appearance: none;
      appearance: none;
      margin-left: 24px; }
      [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .downloadButton {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .downloadButton {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .downloadButton {
        font-size: 12px; }
      [lang=km_KH] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .downloadButton {
        font-size: 12px; }
    .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton {
      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;
      cursor: pointer;
      width: 152px;
      border-radius: 4px;
      opacity: 1;
      padding: 11px 0;
      line-height: 22px;
      color: #FFF;
      background-color: #b51a25;
      text-align: center;
      -webkit-appearance: none;
      appearance: none;
      transition: background-color 0.3s; }
      [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton {
        font-size: 12px; }
      [lang=km_KH] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton {
        font-size: 12px; }
.gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton:hover {
        background-color: #711a20; }
      .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton.disable {
        cursor: default;
        opacity: .5;
        pointer-events: none; }
.gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .confirmButton.disable:hover {
          background-color: #b51a25; }
    .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton {
      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;
      cursor: pointer;
      width: auto;
      border-radius: 4px;
      opacity: 1;
      line-height: 22px;
      color: #666;
      margin-right: 24px;
      background-color: transparent;
      -webkit-appearance: none;
      appearance: none; }
      [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton {
        font-size: 12px; }
      [lang=km_KH] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton {
        font-size: 12px; }
      .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton.disable {
        cursor: default;
        opacity: .5;
        pointer-events: none; }
.noTouchDevice.gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton:hover {
        color: #b51a25; }
        @media (hover: none) {
.noTouchDevice.gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .cancelButton:hover {
            color: inherit; } }
    .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .uploadAnotherFile {
      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;
      cursor: pointer;
      border-radius: 4px;
      opacity: 1;
      padding: 11px 40px;
      line-height: 22px;
      color: #FFF;
      background-color: #b51a25;
      text-align: center;
      -webkit-appearance: none;
      appearance: none; }
      [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .uploadAnotherFile {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .uploadAnotherFile {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .uploadAnotherFile {
        font-size: 12px; }
      [lang=km_KH] .gib #overlay .overlayComponentContainer .componentContainer .bottomBarContainer .uploadAnotherFile {
        font-size: 12px; }

.gib #overlay .overlayComponentContainer .hAnimate {
  transition-property: right, left;
  transition-duration: 1s, 1s;
  transition-delay: 0s, 1s;
  -webkit-animation: hAnimate 0.3s linear;
  animation: hAnimate 0.3s linear;
  -moz-animation: hAnimate 0.3s linear; }

.gib #overlay .overlayComponentContainer .vAnimate {
  transition-property: right, left;
  transition-duration: 1s, 1s;
  transition-delay: 0s, 1s;
  -webkit-animation: vAnimate 0.3s linear;
  animation: vAnimate 0.3s linear;
  -moz-animation: vAnimate 0.3s linear; }

@-webkit-keyframes vAnimate {
  from {
    top: 45%;
    opacity: 0; }
  to {
    top: 50%;
    opacity: 1; } }

@keyframes vAnimate {
  from {
    top: 45%;
    opacity: 0; }
  to {
    top: 50%;
    opacity: 1; } }

@-webkit-keyframes hAnimate {
  from {
    left: 55%;
    opacity: 0; }
  to {
    left: 50%;
    opacity: 1; } }

@keyframes hAnimate {
  from {
    left: 55%;
    opacity: 0; }
  to {
    left: 50%;
    opacity: 1; } }

.gib #overlay .overlayComponentContainer .bottomGradient {
  position: absolute;
  width: 100%;
  height: 58px;
  left: 0;
  bottom: 77px;
  z-index: 99;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75) 39%, #ffffff); }
  .gib #overlay .overlayComponentContainer .bottomGradient.lineWithHeader {
    bottom: 0; }
  .gib #overlay .overlayComponentContainer .bottomGradient .icon-arrowDown {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin: auto;
    margin-top: 31px; }

[status-menu-open="true"] body {
  overflow: hidden;
  -ms-overflow-style: none;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: auto; }

body {
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch; }

body {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: auto; }

/* Color */
/*
 * Remarks
 *
 * O = Opacity
 *
 */
/**
 * Global Variables
**/
/* App */
/* Break Point */
/* Checkbox */
/* Animation time */
/* z-index */
/**
 * Element Variables
**/
.gib #container .popupInputGroupRow,
.gib #overlay .popupInputGroupRow {
  /** SAFARI **/
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
  /** FIREFOX LEGACY **/
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: start;
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: start;
  /** IE 10+ **/
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-flex-align: start;
  -ms-flex-pack: start;
  /** CHROME **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px; }
  .gib #container .popupInputGroupRow .popupInputGroup.componentAssistant,
  .gib #overlay .popupInputGroupRow .popupInputGroup.componentAssistant {
    width: calc(50% - 8px);
    margin: 0; }
    .gib #container .popupInputGroupRow .popupInputGroup.componentAssistant:nth-child(odd),
    .gib #overlay .popupInputGroupRow .popupInputGroup.componentAssistant:nth-child(odd) {
      margin-right: 16px; }
  .gib #container .popupInputGroupRow.tooltipsInput .labelContainer .title,
  .gib #overlay .popupInputGroupRow.tooltipsInput .labelContainer .title {
    position: static; }
  .gib #container .popupInputGroupRow.tooltipsInput .labelContainer .tips,
  .gib #overlay .popupInputGroupRow.tooltipsInput .labelContainer .tips {
    margin: 1px 0 0 4px; }

.gib #container .componentAssistant.dropdown .arrowDown,
.gib #overlay .componentAssistant.dropdown .arrowDown {
  background-image: url("../../img/icn_arrow_down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 19px;
  transition: all 0.3s; }

.gib #container .componentAssistant.dropdown .selectric-open + .arrowDown,
.gib #overlay .componentAssistant.dropdown .selectric-open + .arrowDown {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg); }

.gib #container .componentAssistant.dropdown .selectric-wrapper,
.gib #overlay .componentAssistant.dropdown .selectric-wrapper {
  width: 100%; }
  .gib #container .componentAssistant.dropdown .selectric-wrapper.selectric-open,
  .gib #overlay .componentAssistant.dropdown .selectric-wrapper.selectric-open {
    z-index: 5; }
    .gib #container .componentAssistant.dropdown .selectric-wrapper.selectric-open .selectric-items,
    .gib #overlay .componentAssistant.dropdown .selectric-wrapper.selectric-open .selectric-items {
      overflow: auto;
      max-height: 314px;
      transition: max-height 0.3s; }
  .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric,
  .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric {
    background-color: transparent;
    border: none;
    z-index: 1; }
    .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric .button,
    .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric .button {
      display: none; }
  .gib #container .componentAssistant.dropdown .selectric-wrapper .label,
  .gib #overlay .componentAssistant.dropdown .selectric-wrapper .label {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    padding-top: 25px;
    padding-bottom: 6px;
    margin: 0px;
    color: #222222;
    border-bottom: 1px solid #dddddd; }
    [lang=my_MM] .gib #container .componentAssistant.dropdown .selectric-wrapper .label, [lang=my_MM]
    .gib #overlay .componentAssistant.dropdown .selectric-wrapper .label {
      font-size: 12px; }
    [lang=km_KH] .gib #container .componentAssistant.dropdown .selectric-wrapper .label, [lang=km_KH]
    .gib #overlay .componentAssistant.dropdown .selectric-wrapper .label {
      font-size: 12px; }
  .gib #container .componentAssistant.dropdown .selectric-wrapper .button,
  .gib #overlay .componentAssistant.dropdown .selectric-wrapper .button {
    height: 100%;
    width: 10px;
    background-color: transparent;
    background-image: url("../../img/icn_arrow_down.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    transition: transform .3s; }
    .gib #container .componentAssistant.dropdown .selectric-wrapper .button:after,
    .gib #overlay .componentAssistant.dropdown .selectric-wrapper .button:after {
      display: none; }
  .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items,
  .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 0px;
    display: block;
    z-index: 99;
    overflow: auto;
    max-height: 0;
    box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.3);
    border: 0px;
    transition: max-height 0.3s; }
    .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li,
    .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li {
      background-color: #fff;
      font-size: 16px;
      color: #222222;
      padding: 16px;
      position: relative;
      word-wrap: break-word; }
      [lang=my_MM] .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li, [lang=my_MM]
      .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li {
        font-size: 12px; }
      [lang=km_KH] .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li, [lang=km_KH]
      .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li {
        font-size: 12px; }
      .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li:last-child:before,
      .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li:last-child:before {
        content: '';
        width: calc(100% - 32px);
        position: absolute;
        border-bottom: 0px; }
      .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li:before,
      .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li:before {
        content: '';
        width: calc(100% - 32px);
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #dddddd; }
      .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li.selected,
      .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li.selected {
        font-synthesis: style;
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
        font-weight: 700; }
        [lang=zh_CN] .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li.selected, [lang=zh_CN]
        .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li.selected {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li.selected, [lang=zh_CN]
        .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li.selected {
          font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li.selected:after,
        .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li.selected:after {
          content: '';
          position: absolute;
          display: inline-block;
          height: 10px;
          width: 10px;
          right: 18px;
          top: 21px;
          margin-right: 2px;
          border-radius: 50%;
          background-color: #8faef4; }
.noTouchDevice.gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li:hover,
.gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li:hover {
        background-color: transparent; }
      .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li.highlighted,
      .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li.highlighted {
        background-color: #eeeeee; }
      .gib #container .componentAssistant.dropdown .selectric-wrapper .selectric-items li.keydown,
      .gib #overlay .componentAssistant.dropdown .selectric-wrapper .selectric-items li.keydown {
        background-color: transparent; }
  .gib #container .componentAssistant.dropdown .selectric-wrapper.selectric-disabled,
  .gib #overlay .componentAssistant.dropdown .selectric-wrapper.selectric-disabled {
    opacity: 1; }

.gib #container .componentAssistant.dropdown.liPaddingLeft .selectric-wrapper .selectric-items li::before,
.gib #overlay .componentAssistant.dropdown.liPaddingLeft .selectric-wrapper .selectric-items li::before {
  left: 16px;
  margin: 0; }

.gib #container .componentAssistant.dropdown.multiple .selectric-wrapper .selectric-items li::after,
.gib #overlay .componentAssistant.dropdown.multiple .selectric-wrapper .selectric-items li::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  right: 18px;
  top: 21px;
  margin-right: 2px;
  border-radius: 50%; }

.gib #container .componentAssistant.dropdown.multiple .selectric-wrapper .selectric-items li.selected::after,
.gib #overlay .componentAssistant.dropdown.multiple .selectric-wrapper .selectric-items li.selected::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
  border: 1px solid #8faef4;
  right: 18px;
  top: 21px;
  margin-right: 2px;
  border-radius: 50%; }

.gib #container .componentAssistant.noshow,
.gib #overlay .componentAssistant.noshow {
  display: none; }

.gib #container .componentAssistant.popupInputGroup,
.gib #overlay .componentAssistant.popupInputGroup {
  -webkit-appearance: none;
  height: 53px;
  position: relative;
  margin-top: 16px;
  border-bottom: 1px solid #dddddd; }
  .gib #container .componentAssistant.popupInputGroup.dropdown,
  .gib #overlay .componentAssistant.popupInputGroup.dropdown {
    border-bottom: 0px solid transparent; }
  .gib #container .componentAssistant.popupInputGroup input,
  .gib #overlay .componentAssistant.popupInputGroup input {
    font-size: 16px;
    color: #222222;
    position: absolute;
    -webkit-appearance: none;
    width: 100%;
    height: 33px;
    border: none;
    background-color: transparent;
    outline-width: 0;
    left: 0;
    bottom: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; }
    [lang=my_MM] .gib #container .componentAssistant.popupInputGroup input, [lang=my_MM]
    .gib #overlay .componentAssistant.popupInputGroup input {
      font-size: 12px; }
    [lang=km_KH] .gib #container .componentAssistant.popupInputGroup input, [lang=km_KH]
    .gib #overlay .componentAssistant.popupInputGroup input {
      font-size: 12px; }
    .gib #container .componentAssistant.popupInputGroup input[type=password]::-ms-reveal, .gib #container .componentAssistant.popupInputGroup input[type=password]::-ms-clear,
    .gib #overlay .componentAssistant.popupInputGroup input[type=password]::-ms-reveal,
    .gib #overlay .componentAssistant.popupInputGroup input[type=password]::-ms-clear {
      display: none; }
    .gib #container .componentAssistant.popupInputGroup input.preInput,
    .gib #overlay .componentAssistant.popupInputGroup input.preInput {
      width: 32px;
      padding: 0 8px 0 12px; }
    .gib #container .componentAssistant.popupInputGroup input.proInput,
    .gib #overlay .componentAssistant.popupInputGroup input.proInput {
      width: calc(100% - 74px);
      left: 52px;
      padding: 0 8px;
      box-sizing: border-box; }
  .gib #container .componentAssistant.popupInputGroup .labelContainer label.static,
  .gib #overlay .componentAssistant.popupInputGroup .labelContainer label.static {
    position: static; }
  .gib #container .componentAssistant.popupInputGroup .labelContainer label,
  .gib #overlay .componentAssistant.popupInputGroup .labelContainer label {
    position: absolute;
    bottom: 16px; }
  .gib #container .componentAssistant.popupInputGroup .labelContainer .tips,
  .gib #overlay .componentAssistant.popupInputGroup .labelContainer .tips {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px; }
  .gib #container .componentAssistant.popupInputGroup .tips,
  .gib #overlay .componentAssistant.popupInputGroup .tips {
    background-image: url("../../img/icn_info.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    margin-bottom: 2px;
    margin-left: 4px;
    cursor: pointer;
    position: static; }
.gib #container .componentAssistant.popupInputGroup .tips:hover,
.gib #overlay .componentAssistant.popupInputGroup .tips:hover {
        background-position: 0 -16px !important; } 
    .gib #container .componentAssistant.popupInputGroup .tips .tri1,
    .gib #overlay .componentAssistant.popupInputGroup .tips .tri1 {
      visibility: hidden;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 11px 14px;
      border-color: transparent transparent #fff;
      top: 19px;
      overflow: visible;
      position: absolute;
      z-index: 5; }
    .gib #container .componentAssistant.popupInputGroup .tips .tooltiptext,
    .gib #overlay .componentAssistant.popupInputGroup .tips .tooltiptext {
      visibility: hidden;
      z-index: 100;
      width: auto;
      float: left;
      left: -12px;
      top: calc(100% + 10px);
      position: relative;
      color: #666666;
      background: #ffffff;
      padding: 8px;
      text-align: left;
      line-height: 16px;
      vertical-align: center;
      white-space: wrap;
      height: auto;
      width: 300px;
      border-radius: 0px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 400;
      font-size: 12px;
      box-shadow: 0px 1px 4px 0 rgba(34, 34, 34, 0.3); }
      [lang=zh_CN] .gib #container .componentAssistant.popupInputGroup .tips .tooltiptext, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInputGroup .tips .tooltiptext {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .gib #container .componentAssistant.popupInputGroup .tips .tooltiptext, [lang=my_MM]
      .gib #overlay .componentAssistant.popupInputGroup .tips .tooltiptext {
        font-size: 8px; }
      [lang=km_KH] .gib #container .componentAssistant.popupInputGroup .tips .tooltiptext, [lang=km_KH]
      .gib #overlay .componentAssistant.popupInputGroup .tips .tooltiptext {
        font-size: 8px; }
    .gib #container .componentAssistant.popupInputGroup .tips .tooltiptext:after,
    .gib #container .componentAssistant.popupInputGroup .tips .tooltiptext:before,
    .gib #overlay .componentAssistant.popupInputGroup .tips .tooltiptext:after,
    .gib #overlay .componentAssistant.popupInputGroup .tips .tooltiptext:before {
      z-index: 100;
      bottom: calc(100%);
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .gib #container .componentAssistant.popupInputGroup .tips .tooltiptext:after,
    .gib #overlay .componentAssistant.popupInputGroup .tips .tooltiptext:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 8px;
      margin-right: -8px;
      left: 12px; }
    .gib #container .componentAssistant.popupInputGroup .tips .tooltiptext:before,
    .gib #overlay .componentAssistant.popupInputGroup .tips .tooltiptext:before {
      border-color: rgba(230, 230, 230, 0);
      border-bottom-color: #e6e6e6;
      border-width: 9px;
      margin-right: -9px;
      left: 11px; }
.gib #container .componentAssistant.popupInputGroup .tips:hover .tri1,
.gib #overlay .componentAssistant.popupInputGroup .tips:hover .tri1 {
      visibility: visible; }
.gib #container .componentAssistant.popupInputGroup .tips:hover .tooltiptext,
.gib #overlay .componentAssistant.popupInputGroup .tips:hover .tooltiptext {
      visibility: visible; }
  .gib #container .componentAssistant.popupInputGroup .pass,
  .gib #overlay .componentAssistant.popupInputGroup .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; }
    .gib #container .componentAssistant.popupInputGroup .pass.changed,
    .gib #overlay .componentAssistant.popupInputGroup .pass.changed {
      background-image: url("../../img/Captcha2.png"); }
  .gib #container .componentAssistant.popupInputGroup .refresh,
  .gib #overlay .componentAssistant.popupInputGroup .refresh {
    position: absolute;
    background-image: url("../../img/icn_refresh_white.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    margin-top: 20px;
    cursor: pointer;
    right: 0px; }
  .gib #container .componentAssistant.popupInputGroup .symbol,
  .gib #overlay .componentAssistant.popupInputGroup .symbol {
    position: absolute;
    left: 0;
    bottom: 5px; }
    .gib #container .componentAssistant.popupInputGroup .symbol.sepLine,
    .gib #overlay .componentAssistant.popupInputGroup .symbol.sepLine {
      left: 52px;
      bottom: 7px;
      height: 20px;
      border-left: 1px solid #dddddd; }
  .gib #container .componentAssistant.popupInputGroup ::placeholder,
  .gib #overlay .componentAssistant.popupInputGroup ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222222;
    font-size: 16px;
    opacity: 1;
    /* Firefox */ }
    [lang=my_MM] .gib #container .componentAssistant.popupInputGroup ::placeholder, [lang=my_MM]
    .gib #overlay .componentAssistant.popupInputGroup ::placeholder {
      font-size: 12px; }
    [lang=km_KH] .gib #container .componentAssistant.popupInputGroup ::placeholder, [lang=km_KH]
    .gib #overlay .componentAssistant.popupInputGroup ::placeholder {
      font-size: 12px; }
  .gib #container .componentAssistant.popupInputGroup :-ms-input-placeholder,
  .gib #overlay .componentAssistant.popupInputGroup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222222; }
  .gib #container .componentAssistant.popupInputGroup ::-ms-input-placeholder,
  .gib #overlay .componentAssistant.popupInputGroup ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #222222; }
  .gib #container .componentAssistant.popupInputGroup .fa,
  .gib #overlay .componentAssistant.popupInputGroup .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; }
    [lang=my_MM] .gib #container .componentAssistant.popupInputGroup .fa, [lang=my_MM]
    .gib #overlay .componentAssistant.popupInputGroup .fa {
      bottom: 11px; }
    .gib #container .componentAssistant.popupInputGroup .fa.eyeOpen,
    .gib #overlay .componentAssistant.popupInputGroup .fa.eyeOpen {
      background-image: url("../../img/icn_eye_open_hover.png"); }
.gib #container .componentAssistant.popupInputGroup .fa.eyeOpen:hover,
.gib #overlay .componentAssistant.popupInputGroup .fa.eyeOpen:hover {
        background-position: 0 -22px !important;
        color: #b51a25 !important; }
    .gib #container .componentAssistant.popupInputGroup .fa.eyeClose,
    .gib #overlay .componentAssistant.popupInputGroup .fa.eyeClose {
      background-image: url("../../img/icn_eye_close_hover.png"); }
.gib #container .componentAssistant.popupInputGroup .fa.eyeClose:hover,
.gib #overlay .componentAssistant.popupInputGroup .fa.eyeClose:hover {
        background-position: 0 -22px !important;
        color: #b51a25 !important; }
    .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon,
    .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon {
      background-image: url("../../img/icn_info@3x.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 22px;
      right: 0;
      height: 22px;
      width: 22px;
      cursor: pointer; }
.gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon:hover,
.gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon:hover {
        background-position: 0 -22px !important; }
      .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext,
      .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext {
        visibility: hidden;
        z-index: 100;
        width: auto;
        float: right;
        right: -12px;
        top: calc(100% + 10px);
        position: relative;
        color: #666666;
        background: #ffffff;
        padding: 8px;
        text-align: left;
        line-height: 16px;
        vertical-align: center;
        white-space: wrap;
        height: auto;
        width: 300px;
        border-radius: 0px;
        font-synthesis: style;
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
        font-weight: 400;
        font-size: 12px;
        box-shadow: 0px 1px 4px 0 rgba(34, 34, 34, 0.3); }
        [lang=zh_CN] .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext, [lang=zh_CN]
        .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=my_MM] .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext, [lang=my_MM]
        .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext {
          font-size: 8px; }
        [lang=km_KH] .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext, [lang=km_KH]
        .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext {
          font-size: 8px; }
      .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext:after,
      .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext:before,
      .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext:after,
      .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext:before {
        z-index: 100;
        bottom: calc(100%);
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext:after,
      .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-right: -8px;
        right: 23px; }
      .gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext:before,
      .gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon .tooltiptext:before {
        border-color: rgba(230, 230, 230, 0);
        border-bottom-color: #e6e6e6;
        border-width: 9px;
        margin-right: -9px;
        right: 22px; }
.gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon:hover .tri1,
.gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon:hover .tri1 {
        visibility: visible; }
.gib #container .componentAssistant.popupInputGroup .fa.tooltipIcon:hover .tooltiptext,
.gib #overlay .componentAssistant.popupInputGroup .fa.tooltipIcon:hover .tooltiptext {
        visibility: visible; }
  .gib #container .componentAssistant.popupInputGroup label,
  .gib #overlay .componentAssistant.popupInputGroup label {
    color: #666666;
    position: absolute;
    bottom: 16px;
    font-size: 16px;
    transition: all 0.3s; }
    [lang=my_MM] .gib #container .componentAssistant.popupInputGroup label, [lang=my_MM]
    .gib #overlay .componentAssistant.popupInputGroup label {
      font-size: 12px; }
    [lang=km_KH] .gib #container .componentAssistant.popupInputGroup label, [lang=km_KH]
    .gib #overlay .componentAssistant.popupInputGroup label {
      font-size: 12px; }
  .gib #container .componentAssistant.popupInputGroup.loginSecs,
  .gib #overlay .componentAssistant.popupInputGroup.loginSecs {
    border-bottom: 1px solid #dddddd; }
    .gib #container .componentAssistant.popupInputGroup.loginSecs .falogin,
    .gib #overlay .componentAssistant.popupInputGroup.loginSecs .falogin {
      right: 0px; }
    .gib #container .componentAssistant.popupInputGroup.loginSecs .tick,
    .gib #overlay .componentAssistant.popupInputGroup.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"); }
      .gib #container .componentAssistant.popupInputGroup.loginSecs .tick.noshow,
      .gib #overlay .componentAssistant.popupInputGroup.loginSecs .tick.noshow {
        display: none; }
  .gib #container .componentAssistant.popupInputGroup.textInput,
  .gib #overlay .componentAssistant.popupInputGroup.textInput {
    border-bottom: 1px solid #dddddd; }
    .gib #container .componentAssistant.popupInputGroup.textInput .tick,
    .gib #overlay .componentAssistant.popupInputGroup.textInput .tick {
      right: 0px;
      background-image: url("../../img/icn_tick_checked.png"); }
      .gib #container .componentAssistant.popupInputGroup.textInput .tick.noshow,
      .gib #overlay .componentAssistant.popupInputGroup.textInput .tick.noshow {
        display: none; }
  .gib #container .componentAssistant.popupInputGroup.fixed, .gib #container .componentAssistant.popupInputGroup.focus,
  .gib #overlay .componentAssistant.popupInputGroup.fixed,
  .gib #overlay .componentAssistant.popupInputGroup.focus {
    border-bottom: 1px solid #dddddd; }
    .gib #container .componentAssistant.popupInputGroup.fixed.dropdown, .gib #container .componentAssistant.popupInputGroup.focus.dropdown,
    .gib #overlay .componentAssistant.popupInputGroup.fixed.dropdown,
    .gib #overlay .componentAssistant.popupInputGroup.focus.dropdown {
      border: none; }
    .gib #container .componentAssistant.popupInputGroup.fixed.typing, .gib #container .componentAssistant.popupInputGroup.focus.typing,
    .gib #overlay .componentAssistant.popupInputGroup.fixed.typing,
    .gib #overlay .componentAssistant.popupInputGroup.focus.typing {
      border-bottom: 1px solid #222222; }
    .gib #container .componentAssistant.popupInputGroup.fixed label, .gib #container .componentAssistant.popupInputGroup.focus label,
    .gib #overlay .componentAssistant.popupInputGroup.fixed label,
    .gib #overlay .componentAssistant.popupInputGroup.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;
      line-height: 17px; }
      [lang=zh_CN] .gib #container .componentAssistant.popupInputGroup.fixed label, [lang=zh_CN] .gib #container .componentAssistant.popupInputGroup.focus label, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInputGroup.fixed label, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInputGroup.focus label {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .gib #container .componentAssistant.popupInputGroup.fixed label, [lang=zh_CN] .gib #container .componentAssistant.popupInputGroup.focus label, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInputGroup.fixed label, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInputGroup.focus label {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .gib #container .componentAssistant.popupInputGroup.fixed label, [lang=my_MM] .gib #container .componentAssistant.popupInputGroup.focus label, [lang=my_MM]
      .gib #overlay .componentAssistant.popupInputGroup.fixed label, [lang=my_MM]
      .gib #overlay .componentAssistant.popupInputGroup.focus label {
        font-size: 8px; }
      [lang=km_KH] .gib #container .componentAssistant.popupInputGroup.fixed label, [lang=km_KH] .gib #container .componentAssistant.popupInputGroup.focus label, [lang=km_KH]
      .gib #overlay .componentAssistant.popupInputGroup.fixed label, [lang=km_KH]
      .gib #overlay .componentAssistant.popupInputGroup.focus label {
        font-size: 8px; }
    .gib #container .componentAssistant.popupInputGroup.fixed.invalid, .gib #container .componentAssistant.popupInputGroup.focus.invalid,
    .gib #overlay .componentAssistant.popupInputGroup.fixed.invalid,
    .gib #overlay .componentAssistant.popupInputGroup.focus.invalid {
      border-bottom: 1px solid #d42b35; }
      .gib #container .componentAssistant.popupInputGroup.fixed.invalid label, .gib #container .componentAssistant.popupInputGroup.focus.invalid label,
      .gib #overlay .componentAssistant.popupInputGroup.fixed.invalid label,
      .gib #overlay .componentAssistant.popupInputGroup.focus.invalid label {
        color: #d42b35; }
      .gib #container .componentAssistant.popupInputGroup.fixed.invalid input, .gib #container .componentAssistant.popupInputGroup.focus.invalid input,
      .gib #overlay .componentAssistant.popupInputGroup.fixed.invalid input,
      .gib #overlay .componentAssistant.popupInputGroup.focus.invalid input {
        color: #d42b35; }
      .gib #container .componentAssistant.popupInputGroup.fixed.invalid .add, .gib #container .componentAssistant.popupInputGroup.focus.invalid .add,
      .gib #overlay .componentAssistant.popupInputGroup.fixed.invalid .add,
      .gib #overlay .componentAssistant.popupInputGroup.focus.invalid .add {
        color: #d42b35; }
  .gib #container .componentAssistant.popupInputGroup.notEditing,
  .gib #overlay .componentAssistant.popupInputGroup.notEditing {
    border: none; }
  .gib #container .componentAssistant.popupInputGroup.invalid label,
  .gib #overlay .componentAssistant.popupInputGroup.invalid label {
    color: #d42b35;
    bottom: 30px;
    font-size: 12px; }
    [lang=my_MM] .gib #container .componentAssistant.popupInputGroup.invalid label, [lang=my_MM]
    .gib #overlay .componentAssistant.popupInputGroup.invalid label {
      font-size: 8px; }
    [lang=km_KH] .gib #container .componentAssistant.popupInputGroup.invalid label, [lang=km_KH]
    .gib #overlay .componentAssistant.popupInputGroup.invalid label {
      font-size: 8px; }
  .gib #container .componentAssistant.popupInputGroup.invalid input,
  .gib #overlay .componentAssistant.popupInputGroup.invalid input {
    color: #d42b35; }
  .gib #container .componentAssistant.popupInputGroup.labelTooltip .labelContainer,
  .gib #overlay .componentAssistant.popupInputGroup.labelTooltip .labelContainer {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 1;
    transition: all 0.3s; }
  .gib #container .componentAssistant.popupInputGroup.labelTooltip.focus .labelContainer,
  .gib #overlay .componentAssistant.popupInputGroup.labelTooltip.focus .labelContainer {
    bottom: 30px; }
  .gib #container .componentAssistant.popupInputGroup .account,
  .gib #overlay .componentAssistant.popupInputGroup .account {
    padding-left: 0px;
    width: calc(100% - 38px); }
  .gib #container .componentAssistant.popupInputGroup .actionButton,
  .gib #overlay .componentAssistant.popupInputGroup .actionButton {
    font-size: 14px;
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 600;
    position: relative;
    float: right;
    bottom: -12px;
    right: 0px;
    border: 1px solid #b51a25;
    background-color: #FFFFFF;
    color: #b51a25;
    border-radius: 5px;
    padding: 5.5px 11.5px;
    z-index: 1;
    width: 100px;
    height: 32px;
    line-height: 16px;
    cursor: pointer; }
    [lang=my_MM] .gib #container .componentAssistant.popupInputGroup .actionButton, [lang=my_MM]
    .gib #overlay .componentAssistant.popupInputGroup .actionButton {
      font-size: 10px; }
    [lang=km_KH] .gib #container .componentAssistant.popupInputGroup .actionButton, [lang=km_KH]
    .gib #overlay .componentAssistant.popupInputGroup .actionButton {
      font-size: 10px; }
    [lang=zh_CN] .gib #container .componentAssistant.popupInputGroup .actionButton, [lang=zh_CN]
    .gib #overlay .componentAssistant.popupInputGroup .actionButton {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .gib #container .componentAssistant.popupInputGroup .actionButton, [lang=zh_CN]
    .gib #overlay .componentAssistant.popupInputGroup .actionButton {
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
.gib #container .componentAssistant.popupInputGroup .actionButton:hover,
.gib #overlay .componentAssistant.popupInputGroup .actionButton:hover {
      color: #711a20; }
    .gib #container .componentAssistant.popupInputGroup .actionButton.disable,
    .gib #overlay .componentAssistant.popupInputGroup .actionButton.disable {
      cursor: default;
      opacity: 0.5;
      pointer-events: none; }
.gib #container .componentAssistant.popupInputGroup .actionButton.disable:hover,
.gib #overlay .componentAssistant.popupInputGroup .actionButton.disable:hover {
        color: #b51a25; }

.gib #container .componentAssistant.popupInputGroupExtraMsg,
.gib #overlay .componentAssistant.popupInputGroupExtraMsg {
  font-size: 12px;
  color: #222222;
  margin-top: 4px;
  margin-bottom: 16px; }
  [lang=my_MM] .gib #container .componentAssistant.popupInputGroupExtraMsg, [lang=my_MM]
  .gib #overlay .componentAssistant.popupInputGroupExtraMsg {
    font-size: 8px; }
  [lang=km_KH] .gib #container .componentAssistant.popupInputGroupExtraMsg, [lang=km_KH]
  .gib #overlay .componentAssistant.popupInputGroupExtraMsg {
    font-size: 8px; }

.gib #container .componentAssistant.countText,
.gib #overlay .componentAssistant.countText {
  height: 21px;
  margin-bottom: 16px; }

.gib #container .componentAssistant.extraInput,
.gib #overlay .componentAssistant.extraInput {
  height: 38px;
  position: relative;
  margin-top: 0px; }
  .gib #container .componentAssistant.extraInput input,
  .gib #overlay .componentAssistant.extraInput input {
    height: 38px; }

.gib #container .componentAssistant.tooltip input,
.gib #overlay .componentAssistant.tooltip input {
  height: 38px; }

.gib #container .componentAssistant.popupInstruction,
.gib #overlay .componentAssistant.popupInstruction {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 32px; }
  .gib #container .componentAssistant.popupInstruction .instructionText,
  .gib #overlay .componentAssistant.popupInstruction .instructionText {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 342px;
    color: #222222; }
    [lang=zh_CN] .gib #container .componentAssistant.popupInstruction .instructionText, [lang=zh_CN]
    .gib #overlay .componentAssistant.popupInstruction .instructionText {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=my_MM] .gib #container .componentAssistant.popupInstruction .instructionText, [lang=my_MM]
    .gib #overlay .componentAssistant.popupInstruction .instructionText {
      font-size: 10px; }
    [lang=km_KH] .gib #container .componentAssistant.popupInstruction .instructionText, [lang=km_KH]
    .gib #overlay .componentAssistant.popupInstruction .instructionText {
      font-size: 10px; }
    .gib #container .componentAssistant.popupInstruction .instructionText .keyPic,
    .gib #overlay .componentAssistant.popupInstruction .instructionText .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; }
      .gib #container .componentAssistant.popupInstruction .instructionText .keyPic.tokenTick,
      .gib #overlay .componentAssistant.popupInstruction .instructionText .keyPic.tokenTick {
        background-image: url("../../img/icn_token_tick.svg"); }
    .gib #container .componentAssistant.popupInstruction .instructionText .remindText,
    .gib #overlay .componentAssistant.popupInstruction .instructionText .remindText {
      font-size: 11px;
      line-height: 15px;
      margin-top: 16px; }
      [lang=my_MM] .gib #container .componentAssistant.popupInstruction .instructionText .remindText, [lang=my_MM]
      .gib #overlay .componentAssistant.popupInstruction .instructionText .remindText {
        font-size: 7px; }
      [lang=km_KH] .gib #container .componentAssistant.popupInstruction .instructionText .remindText, [lang=km_KH]
      .gib #overlay .componentAssistant.popupInstruction .instructionText .remindText {
        font-size: 7px; }
    .gib #container .componentAssistant.popupInstruction .instructionText .problemTitle,
    .gib #overlay .componentAssistant.popupInstruction .instructionText .problemTitle {
      font-size: 14px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 600; }
      [lang=my_MM] .gib #container .componentAssistant.popupInstruction .instructionText .problemTitle, [lang=my_MM]
      .gib #overlay .componentAssistant.popupInstruction .instructionText .problemTitle {
        font-size: 10px; }
      [lang=km_KH] .gib #container .componentAssistant.popupInstruction .instructionText .problemTitle, [lang=km_KH]
      .gib #overlay .componentAssistant.popupInstruction .instructionText .problemTitle {
        font-size: 10px; }
      [lang=zh_CN] .gib #container .componentAssistant.popupInstruction .instructionText .problemTitle, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInstruction .instructionText .problemTitle {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .gib #container .componentAssistant.popupInstruction .instructionText .problemTitle, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInstruction .instructionText .problemTitle {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
    .gib #container .componentAssistant.popupInstruction .instructionText .problemText .orangeColor,
    .gib #overlay .componentAssistant.popupInstruction .instructionText .problemText .orangeColor {
      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: #a84f06; }
      [lang=zh_CN] .gib #container .componentAssistant.popupInstruction .instructionText .problemText .orangeColor, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInstruction .instructionText .problemText .orangeColor {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .gib #container .componentAssistant.popupInstruction .instructionText .problemText .orangeColor, [lang=zh_CN]
      .gib #overlay .componentAssistant.popupInstruction .instructionText .problemText .orangeColor {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .gib #container .componentAssistant.popupInstruction .instructionText.noImg,
    .gib #overlay .componentAssistant.popupInstruction .instructionText.noImg {
      width: 100%; }
  .gib #container .componentAssistant.popupInstruction .instructionImg,
  .gib #overlay .componentAssistant.popupInstruction .instructionImg {
    background-image: url("../../img/image_boc_token.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 104px 161px;
    width: 104px;
    height: 161px; }

/*======================================
  Selectric v1.13.0
======================================*/
select {
  -webkit-appearance: none;
  appearance: none;
  border: none; }
  select.hideSelectric {
    visibility: hidden; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 19; }
  .selectric-open .selectric-items {
    max-height: 208px;
    opacity: 1;
    transition: max-height .2s, opacity .1s; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  -webkit-box-shadow: 0 0 10px -6px;
  -moz-box-shadow: 0 0 10px -6px;
  border-collapse: separate !important; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.noTouchDevice .selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

#actionMenu.show .overlay {
  display: block; }

#actionMenu.show .menuSection {
  bottom: 0; }

#actionMenu .overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 25; }

#actionMenu .menuSection {
  bottom: -150%;
  position: fixed;
  left: 0;
  transition: bottom .2s;
  width: 100%;
  z-index: 50; }
  #actionMenu .menuSection ul {
    background: #FFFFFF;
    list-style: none;
    padding: 0 20px; }
    #actionMenu .menuSection ul li a {
      font-size: 16px;
      background-position: center left;
      background-repeat: no-repeat;
      background-size: 22px;
      border-bottom: 1px solid #eeeeee;
      color: #666666;
      display: block;
      line-height: 22px;
      padding: 16px 0 15px 30px; }
      [lang=my_MM] #actionMenu .menuSection ul li a {
        font-size: 12px; }
      [lang=km_KH] #actionMenu .menuSection ul li a {
        font-size: 12px; }
      #actionMenu .menuSection ul li a.icon-cancel {
        color: #999999; }
    #actionMenu .menuSection ul li:last-child a {
      border-bottom: 0; }

#languageMenu {
  background-color: white;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 4px;
  transition: left .5s;
  width: 100%;
  z-index: 50; }
  #languageMenu.show {
    left: 0; }
  #languageMenu .navHeader {
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 56px;
    justify-content: space-between;
    margin: 0;
    padding: 0 16px; }
    #languageMenu .navHeader .navAction {
      width: 22px;
      height: 22px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
      #languageMenu .navHeader .navAction.leftAction {
        margin-right: 8px; }
    #languageMenu .navHeader .navTitle {
      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: 16px;
      color: #222222;
      flex: 1; }
      [lang=zh_CN] #languageMenu .navHeader .navTitle {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] #languageMenu .navHeader .navTitle {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] #languageMenu .navHeader .navTitle {
        font-size: 12px; }
      [lang=km_KH] #languageMenu .navHeader .navTitle {
        font-size: 12px; }
  #languageMenu .menuNav {
    margin-top: 8px;
    padding: 0 16px;
    list-style: none;
    height: calc(100% - 68px);
    overflow-y: scroll; }
    #languageMenu .menuNav a {
      position: relative;
      font-size: 14px;
      color: #666666;
      border-bottom: 1px solid #eeeeee;
      display: block;
      padding: 17px 0 16px; }
      [lang=my_MM] #languageMenu .menuNav a {
        font-size: 10px; }
      [lang=km_KH] #languageMenu .menuNav a {
        font-size: 10px; }
      #languageMenu .menuNav a.selected::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        background-color: #8faef4;
        border-radius: 10px; }

#overlay .superLoadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999; }
  #overlay .superLoadingOverlay .bocLoadIconContainer {
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #overlay .superLoadingOverlay .bocLoadIconContainer .bocLoadingIcon {
      display: block;
      width: 72px;
      height: 72px;
      background-color: #FFF;
      border-radius: 4px; }
    #overlay .superLoadingOverlay .bocLoadIconContainer .detail {
      display: none;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 400;
      font-size: 11px;
      margin-top: 8px;
      color: #FFF;
      line-height: 15px;
      max-width: 252px;
      text-align: center;
      opacity: .7; }
      [lang=zh_CN] #overlay .superLoadingOverlay .bocLoadIconContainer .detail {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] #overlay .superLoadingOverlay .bocLoadIconContainer .detail {
        font-size: 7px; }
      [lang=km_KH] #overlay .superLoadingOverlay .bocLoadIconContainer .detail {
        font-size: 7px; }

a, button, div {
  outline: 0; }
  
.verification {
  margin: 32px 0;
  position: relative; }
  .verification .verifyIntro {
    color: #222222;
    width: calc(100% - 191px); }
    .verification .verifyIntro .verifyTitle {
      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; }
      [lang=my_MM] .verification .verifyIntro .verifyTitle {
        font-size: 12px; }
      [lang=km_KH] .verification .verifyIntro .verifyTitle {
        font-size: 12px; }
      [lang=zh_CN] .verification .verifyIntro .verifyTitle {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .verification .verifyIntro .verifyTitle {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .verification .verifyIntro .verifySubTitle {
      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: 12px;
      color: #666666;
      margin-top: 16px;
      line-height: 17px; }
      [lang=zh_CN] .verification .verifyIntro .verifySubTitle {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .verification .verifyIntro .verifySubTitle {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .verification .verifyIntro .verifySubTitle {
        font-size: 8px; }
      [lang=km_KH] .verification .verifyIntro .verifySubTitle {
        font-size: 8px; }
    .verification .verifyIntro .authStatus {
      font-size: 16px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 400;
      line-height: 22px;
      color: #222222; }
      [lang=my_MM] .verification .verifyIntro .authStatus {
        font-size: 12px; }
      [lang=km_KH] .verification .verifyIntro .authStatus {
        font-size: 12px; }
      [lang=zh_CN] .verification .verifyIntro .authStatus {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    .verification .verifyIntro .authStep {
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 400;
      margin-top: 23px;
      position: relative;
      min-height: 168px; }
      [lang=zh_CN] .verification .verifyIntro .authStep {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      .verification .verifyIntro .authStep span {
        font-size: 14px;
        line-height: 22px; }
        [lang=my_MM] .verification .verifyIntro .authStep span {
          font-size: 10px; }
        [lang=km_KH] .verification .verifyIntro .authStep span {
          font-size: 10px; }
      .verification .verifyIntro .authStep ol {
        margin: 8px 0 20px 20px; }
        .verification .verifyIntro .authStep ol li {
          font-size: 14px;
          padding-left: 8px;
          padding-bottom: 4px; }
          [lang=my_MM] .verification .verifyIntro .authStep ol li {
            font-size: 10px; }
          [lang=km_KH] .verification .verifyIntro .authStep ol li {
            font-size: 10px; }
          .verification .verifyIntro .authStep ol li .orangeColor {
            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: #a84f06; }
            [lang=zh_CN] .verification .verifyIntro .authStep ol li .orangeColor {
              font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
            [lang=zh_CN] .verification .verifyIntro .authStep ol li .orangeColor {
              font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
          .verification .verifyIntro .authStep ol li .tick {
            background-image: url("../../img/image_boc_token_2.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 22px;
            display: inline-block;
            width: 22px;
            height: 22px;
            vertical-align: middle; }
      .verification .verifyIntro .authStep .verifyImg {
        background-image: url("../../img/image_boc_token.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 119px 168px;
        width: 119px;
        height: 168px;
        position: absolute;
        left: 100%;
        top: 0; }
    .verification .verifyIntro .verifyDetail {
      font-size: 14px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 600;
      cursor: pointer;
      color: #666666; }
      [lang=my_MM] .verification .verifyIntro .verifyDetail {
        font-size: 10px; }
      [lang=km_KH] .verification .verifyIntro .verifyDetail {
        font-size: 10px; }
      [lang=zh_CN] .verification .verifyIntro .verifyDetail {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .verification .verifyIntro .verifyDetail {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      .verification .verifyIntro .verifyDetail::after {
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 18px;
        margin-top: -1px;
        margin-left: 3px; }

.IE .printBreak {
  page-break-after: always; }

@media print {
  #header {
    position: relative !important; }
  #footer {
    position: relative !important; }
  .formContainer .container > div {
    margin-top: 0 !important;
    position: relative !important;
    display: block !important;
    height: auto !important; }
    .formContainer .container > div .containerLeft {
      position: absolute !important; }
      .IE .formContainer .container > div .containerLeft {
        height: 1330px !important; }
  .formContainer .buttonContainer {
    position: relative !important; }
  .AccountAccessRight .formContainer .headerContainer {
    position: relative !important;
    top: 0 !important;
    width: 100% !important; }
  .AccountAccessRight .formContainer .formNavContainer {
    position: relative !important;
    top: 0 !important;
    width: 100% !important; }
  .AccountAccessRight .formContainer [form-component=accessRightTab] {
    margin-top: 0 !important; }
    .AccountAccessRight .formContainer [form-component=accessRightTab] .accessCardContainer {
      display: block !important; }
      .AccountAccessRight .formContainer [form-component=accessRightTab] .accessCardContainer [form-component=accessAccountCard] {
        display: inline-block !important; }
  .GlobalTradeCentre #container, .TreasuryManagement #container, .Enquiry #container {
    margin-top: 0 !important; }
  .GlobalTradeCentre .searchResultContainer, .TreasuryManagement .searchResultContainer, .Enquiry .searchResultContainer {
    display: block !important; }
    .GlobalTradeCentre .searchResultContainer:after, .TreasuryManagement .searchResultContainer:after, .Enquiry .searchResultContainer:after {
      clear: both !important;
      display: block !important;
      content: '' !important; }
    .GlobalTradeCentre .searchResultContainer .leftSearchContainer, .TreasuryManagement .searchResultContainer .leftSearchContainer, .Enquiry .searchResultContainer .leftSearchContainer {
      float: left !important; }
    .GlobalTradeCentre .searchResultContainer .rightResultContainer, .TreasuryManagement .searchResultContainer .rightResultContainer, .Enquiry .searchResultContainer .rightResultContainer {
      float: right !important;
      width: calc(100% - 420px) !important; }
  .GlobalTradeCentre .searchResultContainer .rightResultContainer, .TreasuryManagement .searchResultContainer .rightResultContainer {
    width: calc(100% - 420px) !important; }
  .Enquiry .searchResultContainer .rightResultContainer {
    width: calc(100% - 360px) !important; }
  .Enquiry .accountBalanceCard, .Enquiry .accountBalanceCardCashPool {
    display: block !important; }
    .Enquiry .accountBalanceCard .accountCard, .Enquiry .accountBalanceCardCashPool .accountCard {
      display: inline-block !important;
      width: calc(100% / 3 - 32px) !important; }
  .Enquiry .cardView, .Enquiry .uploadResultProfileCard, .Enquiry .userInfo, .Enquiry .contactBox {
    display: block !important; }
  .Enquiry .accountActivitiesNagativeAmount, .Enquiry .accountActivitiesPossitiveAmount, .Enquiry .DR, .Enquiry .CR {
    display: inline-block !important; }
  .Enquiry #footer {
    position: relative !important; }
  .Payment #container, .InformationManagement #container, .Dashboard #container {
    margin-top: 0 !important; }
  .WorkQueue #container {
    margin-top: 0 !important; }
  .WorkQueue .contentCardViewContainer {
    display: block !important; }
    .WorkQueue .contentCardViewContainer:after {
      clear: both !important;
      display: block !important;
      content: '' !important; }
    .WorkQueue .contentCardViewContainer .transactionCard {
      display: inline-block !important;
      vertical-align: top !important; } }
.icon-link-application-hover {
    background-image: url(/assets/img/icn_link_application.png);
}
#container .gridRows .contactUs {
  font-family: 微軟正黑體, "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial;
  font-family: 微軟正黑體, "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial;
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  border-bottom: 1px solid #dddddd;
  padding-top: 32px;
  padding-bottom: 16px; }
  [lang=my_MM] #container .gridRows .contactUs {
  	font-size: 28px;
  }
#container .gridRows .detail {
  /** SAFARI **/
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: stretch;
  /** FIREFOX LEGACY **/
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: stretch;
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: stretch;
  /** IE 10+ **/
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-flex-align: stretch;
  -ms-flex-pack: start;
  /** CHROME **/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  /** NATIVE **/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  padding-top: 18px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dddddd; }
  #container .gridRows .detail .service {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-align: stretch;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: stretch;
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: start;
    box-align: stretch;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-justify-content: flex-start;
    -ms-flex-align: stretch;
    -ms-flex-pack: start;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 0 64px 25px;
    background-image: url(/assets/img/icn_hour.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 19px;
    width: calc(50% - 25px); }
    #container .gridRows .detail .service .serviceHour {
      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;
      width: 261px;
      line-height: 19px;
      margin-bottom: 8px;
      font-size: 14px; }  
    [lang=my_MM] #container .gridRows .detail .service .serviceHour {
      	font-size: 12px;
    }
    #container .gridRows .detail .service .time,
    #container .gridRows .detail .service .exception {
      font-size: 14px;
      color: #222222;
      line-height: 20px;
      width: 303px; }
   [lang=my_MM] #container .gridRows .detail .service .time,
   [lang=my_MM] #container .gridRows .detail .service .exception {
    	font-size: 12px;
    }        
  #container .gridRows .detail .contact {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: space-between;
    -webkit-box-align: start;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: space-between;
    -moz-box-align: start;
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: space-between;
    box-align: start;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-justify-content: space-between;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    height: 67px;
    font-size: 14px; }
    [lang=my_MM] #container .gridRows .detail .contact {
    	font-size: 12px;
    }
    #container .gridRows .detail .contact .telIcon {
      background-image: url(/assets/img/icn_tel_hover.svg);
      background-position: 0px top;
      background-repeat: no-repeat;
      background-size: 22px;
      width: 22px;
      height: 22px; }
    #container .gridRows .detail .contact .mailIcon {
      background-image: url(/assets/img/icn_email_hover.svg);
      background-position: 0px top;
      background-repeat: no-repeat;
      background-size: 22px;
      width: 22px;
      height: 22px; }    
  #container .gridRows .detail .branchLocator {
    font-family: 微軟正黑體, "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial;
    font-family: 微軟正黑體, "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial;
    font-weight: 600;
    font-size: 32px;
    white-space: nowrap;
    line-height: 43px;
    width: 239px; }    
    #container .gridRows .detail .contact .tel.more,
    #container .gridRows .detail .contact .email.more {
        width: 321px;
        height: 25px;
        display: block; }    
    #container .gridRows .detail .contact .tel,
    #container .gridRows .detail .contact .email {
      /** 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;
      width: 320px;
      padding-left: 26px;
      line-height: 19px;
      position: relative; }  
        #container .gridRows .detail .contact .tel.more::after,
        #container .gridRows .detail .contact .email.more::after {
          position: absolute;
          right: 0;
          content: '';
          display: inline-block;
          width: 8px;
          height: 16px;
          background-repeat: no-repeat;
          background-size: 16px 16px; }       
	.hyperLink-primaryHover::after {
	  background-image: url(/assets/img/icn_arrow_right_hover.svg);
	  background-position: 0 center; }
	 .verification .verifyIntro .authStep .hardToken {
	 	font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
	    font-weight: 400;
	    font-size: 14px;
	    line-height: 22px;
	    color: #222222; }
	 .verification .verifyIntro .authStep .hardToken .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; }
	[lang=ms_MY] .noTouchDevice #buyerSubmissionDetailsAccepted .buyerSubmissionDetailsAccepted-heading .heading-div .heading-menu .heading-content .heading-item .functionButton:hover {
		background-position-y: -22px;
	}

	[lang=ms_MY] #buyerSubmissionDetailsAccepted .buyerSubmissionDetailsAccepted-heading .heading-div .heading-menu .heading-content .heading-item .functionButton {
	    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
	    font-weight: 600;
	    font-size: 16px;
	    background-position: left top;
	    background-repeat: no-repeat;
	    background-size: 22px;
	    color: rgb(102, 102, 102);
	    padding-left: 26px;
	    margin-left: 24px;
	}
	[lang=ms_MY] .noTouchDevice body .text-primaryHover:hover {
	    color: rgb(181, 26, 37) !important;
	}              
/*# sourceMappingURL=gib_common.min.css.map*/
/********************** dkf language  start *************************/
[lang=km_KH].gib [form-component=goodsImporter] .functionBarContainer .functionWrap .redBtn,
[lang=kh_KH].gib [form-component=goodsImporter] .functionBarContainer .functionWrap .redBtn,
[lang=ms_MY].gib [form-component=goodsImporter] .functionBarContainer .functionWrap .redBtn{
	font-size: 14px !important;
}



/********************** hdd  end *************************/