
/*** end of fonts ***/
a {color: #ee0014}
a:hover, a:focus {color: #ee0014}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Noto Sans TC', Arial, 'Microsoft JhengHei';
  color: #333333;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden!important;
}
a {
  font-family: 'Noto Sans TC', Arial, 'Microsoft JhengHei';
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden;
}
h1,h2,h3,.h1,.h2,.h3 ,
h4,h5,h6,.h4,.h5,.h6, .section-header{
  color: #666666;  
  font-family: 'Noto Sans TC', Arial, 'Microsoft JhengHei';
}
header .navbar-default {
  background: #ffffff;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  padding-top: 15px;
}
header .navbar-default ul.navbar-nav li a {
/*  text-transform: capitalize;*/
  font-weight: 400;
  font-size: 16px;
  padding: 7px 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 32px;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 20px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #ee0014;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ee0014;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
.nav > li.lang {margin-top:5px;}
.nav > li.lang > a {display: inline!important;}
header .navbar-default ul.navbar-nav li.lang a {padding: 7px 10px!important; color:#333333!important}
header .navbar-default ul.navbar-nav li.lang a:hover, 
header .navbar-default ul.navbar-nav li.lang a:focus {color: #ee0014!important}
header .navbar-default ul.navbar-nav li.lang a:after {width: 16px!important;left:11px!important}

header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 0;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 33px;
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 80px;
  text-align: center;
}
.section-heading h1, .section-heading .section-header {
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse .section-header,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section#about {
  position: relative;
}
section#about .section-heading p{
  font-family: 'Noto Sans TC', 'Arial';
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#about .award img {
  /*width: 110px;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#features .media > .pull-right {
  margin-left: 20px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-body {
  color: #333333;
}
section#features .media.media-left .media-body {
  text-align: right;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#features .filter.menu {
  text-align: center;
}
section#features .filter.menu a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#features .slider {
  margin: 50px 0;
}
section#features .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#features .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#features .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#features .slick-prev,
section#features .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#features .slick-slide {
  text-align: center;
}
section#features .slick-prev:before {
  content: "\f104";
}
section#features .slick-next:before {
  content: "\f105";
}
section#features .slick-prev:before,
section#features .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens{
	background: #f6f6f6;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* download android app Section */
section#download{
	background: #f6f6f6;
}
section#download .filter {
  text-align: center;
}
section#download .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* download android aa app Section */
section#downloadAa{
	background: #f6f6f6;
}
section#downloadAa .filter {
  text-align: center;
}
section#downloadAa .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* SHKF eMO! (AAStocks) Section */
section#getAppAA {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#getAppAA .platforms {
  margin: 5px auto 20px auto;
  text-align: center;
}
section#getAppAA .platforms .btn {
  margin: 80px 10px 30px 0;
}
/* support section */
section#support {
  padding: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 30px;
}
section#support .media:first-child {
margin-top: 30px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}
section#support .media .hotline {padding-top: 0!important; line-height: 25px!important;}
/* footer section */
footer {
  padding: 80px 0;
  text-align: center;
}
footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Noto Sans TC', Arial!important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  font-family: 'LatoWebMedium', Arial;
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  font-family: 'Noto Sans TC', 'Arial';
  color: #ffffff;
  font-size: 65px;
  font-weight: 300;
}
.tp-caption.mediumlarge_light_white{
  font-size: 35px;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-red {
	background: #ee0014;
	color:#ffffff;
}
.btn.btn-red a {
	color:#ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 45px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
.download-heading{margin: 30px 0 60px;}
.notes {text-align:left;font-size:17px;color:#000000}
.phone-border {
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  padding: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
.reddot {text-align:left;font-size:20px;}
.reddot li {
  list-style: none;
  background: url(dot_red.gif) no-repeat center left;
  background-position: 0px 10px;
  padding-left: 20px;
  padding-right: 15px;
  margin-left: -35px;
  line-height:28px;
}
.btn-download {margin-left: 15px;}
.logo{background: url('../img/ebsi-logo.png');width: 265px ;height: 65px}
.navbar-default.scrolled .logo {background: url('../img/emologo.png');background-size: 50px 50px; width: 50px ;height: 50px;margin:5px;}
header {
  background: /*#f85647*/ url('../img/main-bg.jpg'); /*2018*/
  /* Old browsers */
  /*background: -moz-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f85647), color-stop(100%, #ee0014));
  background: -webkit-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  background: -o-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  background: -ms-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  background: linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f85647, endColorstr=#ee0014, GradientType=1);*/
}
header .navbar-default ul.navbar-nav li a {
  color: #ee0014;
  background: none;
  font-weight: bold;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #ee0014;
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #ee0014;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ee0014;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled {
  border-bottom: 3px solid #ee0014;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #ee0014;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #ee0014;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #ee0014;
}
header .navbar-default.scrolled .navbar-brand {
  background: transparent;
}
section .section-heading .divider:after {
  background: #ee0014;
}
section#about .about-item i.fa {
  border: 2px solid #ee0014;
  color: #ee0014;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #ee0014;
}
section#about .about-item:hover h3 {
  color: #ee0014;
}
section#about .award img {
  border: 3px solid #ee0014;
}
section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #ee0014;
}
section#features header .section-header:after {
  background: #ee0014;
}
section#features .media i.fa {
  border: 2px solid #ee0014;
  color: #ee0014;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #ee0014;
}
section#features .media:hover h3 {
  color: #ee0014;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #ee0014;
}
section#features .media.active .media-heading {
  color: #ee0014;
}
section#features .filter.menu a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#features .filter.menu a:hover {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
section#features .filter.menu a.active {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
section#features .slider div img {
  border: 2px solid #e5e5e5;
}
section#features .slider div h4 {
  color: #999999;
}
section#features .slider .slick-dots li button {
  background: #999999;
}
section#features .slider .slick-dots li.slick-active button {
  background: #ee0014;
}
section#reviews {
  background: url("../img/bk.jpg");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews header .section-header:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #ee0014;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #ee0014;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #ee0014;
}
section#screens header h1:after {
  background: #ee0014;
}
section#screens header .section-header:after {
  background: #ee0014;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #ee0014;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a.btn-red {
  border: 2px solid #ee0014;
  color: #ffffff;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
/* download android app Section */
section#download .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#download .filter a.btn-red {
  border: 2px solid #ee0014;
  color: #ffffff;
}
section#download .filter a:hover {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
section#download .filter a.btn-red:hover {
  border: 2px solid #ee0014;
  color: #ee0014;
  background: #ffffff;
}
section#download .filter a.active {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
/* download android aa app Section */
section#downloadAa .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#downloadAa .filter a.btn-red {
  border: 2px solid #ee0014;
  color: #ffffff;
}
section#downloadAa .filter a:hover {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
section#downloadAa .filter a.btn-red:hover {
  border: 2px solid #ee0014;
  color: #ee0014;
  background: #ffffff;
}
section#downloadAa .filter a.active {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #ee0014;
}
section#demo header .section-header:after {
  background: #ee0014;
}
/* Get app Section */
section#getApp {
  background: url("../img/bk-ga.jpg");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp header .section-header:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #ee0014;
}

/* SHKF eMO! (AAStocks) Section */
section#streaming {
}
section#streaming header {
  color: #ffffff;
}
section#streaming header h1:after {
  background: #ffffff;
}
section#streaming header .section-header:after {
  background: #ffffff;
}
section#streaming p{
  font-size: 25px;
  font-family: 'Noto Sans TC', 'Arial';
  text-align:left;
  padding-bottom:20px;  
}
section#streaming .tp-caption{
  text-align:left;
}
.btngroup{float:left!important}

/* AAStocks introduction Section */
section#getAppAA {
  background: /*#f85647*/ url('../img/bk-aa.jpg'); /*2018*/
/*  background: -moz-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f85647), color-stop(100%, #ee0014));
  background: -webkit-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  background: -o-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  background: -ms-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  background: linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f85647, endColorstr=#ee0014, GradientType=1);*/
  padding-top: 30px; 
  padding-bottom: 70px;
}
section#getAppAA .btn.btn-primary.inverse:hover {
  background: #ffffff;
  color: #ee0014;
}
section#getAppAA .btn.btn-primary.inverse:hover a i,
section#getAppAA .btn.btn-primary.inverse:hover a div.media-body {
  color: #ee0014;
}
section#getAppAA .section-heading {
margin-bottom: -20px;
}
/* AAStocks comparsion Section */
section#comparsion {
   padding-top: 60px;
   border-top: 1px solid #e0e0e0;
}
section#comparsion .section-heading{
   margin: 0 0 30px;
}
section#comparsion table{width:100%;margin-bottom: 20px;font-size: 16px;}
section#comparsion table thead td{background:#5d5d5d;color:#FFF;font-weight: bold;text-align: center;padding: 15px 20px;border:1px solid #FFF;border-left-width: 0px;}
section#comparsion table tbody td{background:#ececec;color:#000;text-align: center;padding: 15px 20px;border:1px solid #FFF;border-left-width: 0px;border-top-width: 0px;}
section#comparsion table tr:first-child td{border-top-width: 1px}
section#comparsion table td:first-child{border-left-width: 1px}
section#comparsion table tr:nth-child(2n) td{background:#f6f6f6;}
section#comparsion table td .text-center{display:inline-block;text-align: left;}
/* support section */
section#support header h1:after {
  background: #ee0014;
}
section#support header .section-header:after {
  background: #ee0014;
}
section#support .media i.fa {
  border: 2px solid #ee0014;
  color: #ee0014;
}
section#support .media a {
  color: #ee0014;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #ee0014;
}
section#support .media:hover h3 {
  color: #ee0014;
}
/* footer section */
footer {
  background: #f85647;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f85647), color-stop(100%, #ee0014));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #f85647 0%, #ee0014 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f85647, endColorstr=#ee0014, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */  
}
footer .social a {
  border: 2px solid #ffffff;  
  font-family: 'Noto Sans TC', 'Arial';
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #ee0014;
}
footer .rights {
  color: #ffffff;  
}
footer .rights a {
  color: #ffffff;  
  font-family: 'Noto Sans TC', 'Arial';
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #ee0014;
  border-color: #ee0014;
  font-weight:bold;/*201710*/
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
.btn.btn-primary.inverse-wh {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse-wh:hover {
  color: #ee0014;
  background: #ffffff;
}
.btn.btn-default {
  background: #ffffff;
  color: #ee0014;  
  border: 2px solid #ffffff;
}
.btn.btn-default:hover {
  color: #ffffff;
  background: transparent;
}
form .form-control:focus {
  border-color: #ee0014;
  color: #999999;
}
/*2018*/
.tp-caption.large_white_bold{color:#ed0013!important;font-weight:bold;}
.tp-caption.large_white_light, .tp-caption.mediumlarge_light_white{color:#ed0013!important;font-weight:bold;}
.tp-caption.medium_light_white{color:#000000!important;font-weight:bold;}
.tp-caption.small_bold {font-size: 20px!important; color:#333333!important;font-weight:bold}
.tp-caption .btn.btn-primary.inverse-wh {color: #ffffff; border-color: #ee0014;background:#ee0014}
.tp-caption .btn.btn-primary.inverse-wh:hover {color: #ee0014; border-color: #ee0014;background:transparent}
#emo-carousel .carousel-inner>.item>img {max-width:300px!important; margin-left: auto!important; margin-right: auto!important;border: 0}	
#emo-carousel .glyphicon {color: #4e4d4d;border: solid #4e4d4d;border-width: 0 3px 3px 0;display: inline-block;padding: 10px;}
#emo-carousel .glyphicon-chevron-left {transform: rotate(135deg); -webkit-transform: rotate(135deg);}
#emo-carousel .glyphicon-chevron-right {transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
#emo-carousel .carousel-control.left, #emo-carousel .carousel-control.right{background-image:none!important}
#emo-carousel .carousel-indicators li {border: 1px solid #ed0014;}
#emo-carousel .carousel-indicators .active {background-color: #ed0014}
#emo-slider .slick-slide img{max-width:300px!important}
section#about {padding-bottom:10px!important}
section#about .tp-bullets {margin-top:-100px!important}
section#about  .feature-emo-m-1 {bottom:0!important}
section#about .tp-caption.large_white_bold{font-size:41px}
.icon-save {width:25px!important; height:25px!important;margin-top: -5px;}
.download-guide {line-height:25px}

.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.pre-loader {
  background: /*#ee0014*/#ffffff;
}
.navbar-collapse { overflow:hidden!important;}

.section-header {
    font-size: 36px;
    font-weight: 400;
	margin-top: 20px;
	line-height: 1.1;
}
.carousel-inner {
    width: 100%;
	margin: 0 auto;
    padding-bottom: 30px;
}
.carousel-inner>.item>img {
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    padding: 10px;
	margin: 0 auto;
}

.userguide{
  margin: 5px auto 30px auto;
  text-align: center;
}

/* mobile responsive*/
@media screen and (min-width: 1024px) {
section#getApp .platforms {padding-bottom: 0;margin-bottom:40px;}
}
@media screen and (max-width: 1024px) {
  .logo {
    background-repeat: no-repeat!important;
    background-size: 203px 43px!important;
	width: 203px!important;
	height: 43px!important;
	margin-top:3px;
	margin-left:5px;
  }
  header .navbar-default.scrolled .logo {
	background-size: 50px 50px!important; 
	width: 50px!important;
	height: 50px!important;
	margin: 5px 15px!important;
  }
  .tp-caption.phone-emo{top:780px!important;left:480px!important}/*2018*/
  section#getAppAA .hanging-phone img{margin-right: -80px!important}/*2018*/
}

@media screen and (max-width: 1023px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #aa1a1a;
  }  
  header .navbar-default ul.navbar-nav li.lang a {
    color: #ffffff!important;
    border-bottom: 1px solid #aa1a1a;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #ffffff;
  }
  header .navbar-default .navbar-collapse {
    background: #ee0014;
  }
  header .navbar-default.scrolled {
    background: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #f26d71;
  }
  header .navbar-default.scrolled .navbar-brand {
  padding: 0;
  }
  .logo {margin-left:0;}
  .section-heading {margin-bottom:40px;}
  .section-heading h1, .section-heading .section-header{font-size: 32px}  
  .download-heading .section-header,.download-heading-apk .section-header {font-size: 32px!important}
  .section-heading p {font-family: 'Noto Sans TC', Arial!important; font-size: 16px; font-weight:normal}
  section#streaming p {font-family: 'Noto Sans TC', Arial!important; font-size: 16px;text-align:center;font-weight: normal}
  section#streaming .section-heading{margin-bottom:20px;}
  section#streaming .tp-caption {text-align: center;}
  section#getAppAA .section-heading{margin-bottom:20px;}
  section#getAppAA .platforms .btn {margin: 10px 10px 10px 0;}
  section#about .about-item h3 {font-size:18px;}
  .notes{font-size: 16px;}
  .reddot {font-size:16px;}
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 5px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ee0014;
    color: #ee0014;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }  
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li.lang{
	color: #ffffff;
    padding: 10px!important;
    text-align: center!important;
  }
  header .navbar-default ul.navbar-nav li.lang a{
	border-bottom: 0!important;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ee0014;
    color: #ee0014;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  section#support .media {
	  margin-bottom: 10px;
  }
  section#support .media:first-child {
	margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.navbar-nav.navbar-right:last-child {margin-right: -35px;}
header .navbar-default ul.navbar-nav {padding-top: 0;}

}

@media screen and (max-width: 768px){
section#comparsion table {font-size: 14px;}
section#comparsion table tbody td {padding: 10px 10px;}
section#getAppAA .hanging-phone {text-align: right;}
section#getAppAA .hanging-phone img{width: 60%;}
section#about .tp-caption.mediumlarge_light_white {font-size:30px!important;line-height: 40px} /*2018*/
}
@media screen and (min-width: 641px) and (max-width: 768px) {
.tp-caption.large_white_bold{font-size:41px!important;}
.tp-caption.large_white_light{font-size:35px!important;line-height: 40px}
.tp-caption.mediumlarge_light_white{font-size:21px!important;}
section#about .tp-caption.mediumlarge_light_white {font-size:30px!important;line-height: 40px}/*2018*/
.tp-caption.phone-emo{top:600px!important;left:360px!important}/*2018*/
.tp-caption.btn-lg{font-size:16px!important;}
.hanging-phone {display:none!important}
.aa_group {display:none!important}
header .navbar-default ul.navbar-nav {padding-top: 0;}
.logo {margin-left:20px;}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
.slotholder {margin-top:55px!important}
}
@media screen and (max-width: 480px){/*2018*/
.tp-caption.large_white_bold{font-size:35px!important;}
.tp-caption.large_white_light{font-size:21px!important;line-height: 30px!important}
.tp-caption.medium_light_white{font-size:16px!important;line-height: 25px!important}
.tp-caption.small_bold {font-size: 16px!important;}
section#about .tp-caption.large_white_bold {font-size:30px!important;}
.tp-caption img.new-icon{width:30px!important;height:30px!important}
.btngroup{margin: 15px auto;float:none!important}
}

/* download android app Section */
section#downloadaaapk{
	background: #f6f6f6;
}
section#downloadaaapk .filter {
  text-align: center;
}
section#downloadaaapk .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* download android app Section */
section#downloadaaapk .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#downloadaaapk .filter a.btn-red {
  border: 2px solid #ee0014;
  color: #ffffff;
}
section#downloadaaapk .filter a:hover {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
section#downloadaaapk .filter a.btn-red:hover {
  border: 2px solid #ee0014;
  color: #ee0014;
  background: #ffffff;
}
section#downloadaaapk .filter a.active {
  color: #ffffff;
  background: #ee0014;
  border-color: #ee0014;
}
