@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?rbj2kr');
  src:  url('fonts/icomoon.eot?rbj2kr#iefix') format('embedded-opentype'),
  url('fonts/icomoon.ttf?rbj2kr') format('truetype'),
  url('fonts/icomoon.woff?rbj2kr') format('woff'),
  url('fonts/icomoon.svg?rbj2kr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-up:before {
  content: "\e91d";
}
.icon-banktranfer:before {
  content: "\e91a";
}
.icon-coming:before {
  content: "\e91b";
}
.icon-token:before {
  content: "\e91c";
}
.icon-phone-call:before {
  content: "\e912";
}
.icon-email:before {
  content: "\e913";
}
.icon-location:before {
  content: "\e914";
}
.icon-bar:before {
  content: "\e915";
}
.icon-wallet-over:before {
  content: "\e916";
}
.icon-tichhop:before {
  content: "\e917";
}
.icon-multi:before {
  content: "\e918";
}
.icon-call:before {
  content: "\e919";
}
.icon-twitter:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-qrcode-nd:before {
  content: "\e903";
}
.icon-wallet:before {
  content: "\e904";
}
.icon-vetc:before {
  content: "\e905";
}
.icon-cash:before {
  content: "\e906";
}
.icon-thu_ho:before {
  content: "\e907";
}
.icon-credit-card:before {
  content: "\e908";
}
.icon-topup-1:before {
  content: "\e909";
}
.icon-atm-card:before {
  content: "\e90a";
}
.icon-visa-card:before {
  content: "\e90b";
}
.icon-paynow:before {
  content: "\e90c";
}
.icon-qrcode-qt:before {
  content: "\e90d";
}
.icon-topup:before {
  content: "\e90e";
}
.icon-buy-visa:before {
  content: "\e90f";
}
.icon-internetbanking:before {
  content: "\e910";
}
.icon-chi-ho:before {
  content: "\e911";
}


.sidebar .nav-list li {
  width: 100%;
}
.sidebar .nav-list li.active {
  font-weight: bold;
}

.service_content_title {
  margin-bottom: 20px;
}
.bank-partner a {
  outline: none!important;
  color: #0088cc;
}
.bank-partner .home-brand {
  border: 1px solid #dddddd;
  border-radius: 3px;
  display: block;
  padding: 5px;
  margin-bottom: 20px;
  filter: grayscale(1);
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a.home-brand img {
  height: 50px;
  width: 100px;
}
.bank-partner .home-brand img {
  width: 100%;
  vertical-align: middle;
}

#payout_method_main .custom-background-style-1 {
  padding-top: 130px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
}

#payment_method_main .custom-background-style-1 {
  padding-top: 130px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
}

@media (max-width: 991px)  {
  .main#payment_method_main .custom-background-style-1 {
    padding-top: 100px !important;
    min-height: 0px;
    padding-bottom: 35px !important;
  }
  .main#payout_method_main .custom-background-style-1 {
    padding-top: 100px !important;
    min-height: 0px;
    padding-bottom: 35px !important;
  }
  .col-md-3 .sidebar {
    clear: both;
    display: none;
  }

}