@charset "UTF-8";
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Ubuntu-Light.woff2) format('woff2'),
       url('../fonts/Ubuntu-Light.ttf');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Ubuntu-Regular.woff2) format('woff2'),
       url('../fonts/Ubuntu-Regular.ttf');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Ubuntu-Medium.woff2) format('woff2'),
       url('../fonts/Ubuntu-Medium.ttf');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansTC-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansTC-Thin.woff) format('woff'),
       url(../fonts/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansTC-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansTC-Regular.woff) format('woff'),
        url(../fonts/NotoSansTC-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSansTC-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansTC-Bold.woff) format('woff'),
        url(../fonts/NotoSansTC-Bold.otf) format('opentype');
}
/* ============ global =========== */
body,html{
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
body{
  padding: 0;
  margin: 0;
  font-family: 'Ubuntu', Arial, Verdana, Helvetica, sans-serif, MingLiU;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  display: flex;
  flex-direction: column;
}
.zh-hk{
  font-family: 'Noto Sans TC', Microsoft JhengHei, MingLiU;
}
.zh-hk h2{
  font-family: 'Noto Sans TC', Microsoft JhengHei, MingLiU;
}
h1{
  font-size: 48px;
  font-weight: 700;
  margin-top: 0;
}
h2{
  font-size: 38px;
  font-family: Helvetica, Arial, Verdana, sans-serif, MingLiU;
  font-weight: 400;
  margin-top: 0;
}
h3{
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}
h4{
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}
h5{
  font-size: 17px;
  margin-top: 0;
  font-weight: 400;
}
h6{
  font-size: 13px;
  margin-top: 0;
}
ul, ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn:hover, .btn:focus, .btn:active:focus{
  outline: 0;
  color: initial;
}
button:hover, button:focus, button:active:focus{
  outline: 0;
}
.btn:active{
  box-shadow: none;
}
a {
  color: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #00C9C9;
  text-decoration: none;
}
a.link{
  color: #00C9C9;
}
a.line-link {
  text-decoration: underline;
}
a.mobile-link{
  pointer-events: none;
  cursor: default;
}
.green{
  color: #00AFAA;
}
.orange{
  color: #E4A400;
}
.blue{
  color: #3C8AFF;
}
.greengift{
  color: #86D134;
}
.gery{
  color: #777;
}
.lightgreen{
  color:#00C9C9;
}
.tiffanygreen{
  color: #1ABAA1;
}
.darkgreen{
  color: #007934;
}
.red{
  color: #FF1111;
}
.gerybg{
  background-color: #f8f8f8;
}
.greenbg{
  background-color: #E4F0F1;
}
.fontbold{
  font-weight: 500;
}
.bigFont{
  font-size: 52px;
  font-family: Helvetica, Arial, Verdana, sans-serif, MingLiU;
}
.remark{
  font-size: 13px;
  margin-top: 5px;
}
main{
  margin-top: 50px;
  padding-bottom: 60px;
  flex: 1 0 auto;
}
main.top {
  margin-top: 0;
}
.section{
  margin-bottom: 50px;
}
.mobile{
  display: none;
}
.disable {
  opacity: 0.5;
}
.equal {
  display: flex;
  display: -webkit-flex;
}
.dim{
  opacity: 0.3;
}
.medium-wrap{
  width: 730px;
  margin: 0 auto;
  max-width: 100%;
}
/* ============ header =========== */
.navbar{
  border: none;
}
.navbar-default{
  background: #00aed0;
  background: -moz-linear-gradient(left, #00aed0 0%, #5cd0bb 100%);
  background: -webkit-linear-gradient(left, #00aed0 0%,#5cd0bb 100%); 
  background: linear-gradient(to right, #00aed0 0%,#5cd0bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aed0', endColorstr='#5cd0bb',GradientType=1 );
}
.navbar-default.open {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
a.navbar-brand img {
  height: 20px;
}
li.desktop-lang{
  position: relative;
  font-size: 14px;
}
.mobile-lang {
  display: none;
  color: #fff;
  padding: 13px 25px;
}
.mobile-lang.active {
  display: inline-block;
}
li.desktop-lang:before {
  content: '';
  border-left: 1px solid rgba(255,255,255,0.5);
  position: absolute;
  width: 1px;
  height: 22px;
  top: 14px;
}
.navbar-default .navbar-nav > li > a.btn-login,
.navbar-default .navbar-nav > li > a.btn-login:hover,
.navbar-default .navbar-nav > li > a.btn-login:focus {
  color: #00AFAA;
  background: #fff;
}
.navbar-default .navbar-nav > li > a.btn-login{
  padding: 6px 0;
  margin-top: 9px;
}
.mobile-login.btn-login {
  display: none;
}
.btn-login {
  width: 110px;
  border-radius: 30px;
  text-align: center;
}
.open .btn-login {
  border-radius: 0px;
}
.btn-profile {
  width: 110px;
  border-radius: 30px;
  text-align: center;
}
.navbar-default .navbar-nav > li.open > a.btn-login{
  padding: 15px 0;
  margin-top: 0;
}
.open .btn-profile {
  border-radius: 0px;
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a.btn-profile{
  border: 1px solid #fff;
  padding: 5px 0;
  margin-top: 9px;
  font-size: 14px;
}
.navbar-default .navbar-nav > li.open > a.btn-profile {
  padding: 14px 0;
  margin-top: 0;
  background: #fff;
}
.navbar-toggle {
  border: none;
  padding: 9px 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  transition: all 0.5s ease;
}
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2){
  display: none;
}
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1){
  transform: rotate(45deg);
  margin-top: 5px;
}
.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3){
  transform: rotate(-45deg);
  margin-top: -2px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-right {
  margin-right: 0;
}
/*20190318*/
ul.nav-submenu {
  width: 310px;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  display: none;
}
ul.nav-submenu>li>a{
  padding: 5px 15px;
  color: #777;
  display: block;
}
ul.nav-submenu>li:hover>a{
  color: #00C9C9;
}
.navbar-nav > li:hover > ul.nav-submenu {
  display: block;
}
.navbar-nav > li.hasclass:hover{
  background: #fff;
}
.navbar-nav > li.hasclass:hover > a,
.navbar-nav > li.hasclass > a:hover,
.navbar-nav > li.hasclass > a:focus{
  color: #00C9C9;
}
.nav-wide .navbar-brand{
  margin-left: 15px;
}
/* =========== login ========== */
.dropdown-login {
  width: 370px;
  border-radius: 15px;
  padding: 0;
  border:none;
  box-shadow: none;
}
.dropdown-loginTop{
  padding: 25px 35px;
  border-bottom: 1px solid rgba(232,232,232,0.5);
}
.dropdown-loginTop button{
  width: 100%;
}
.dropdown-loginTop .btn-wechat{
  margin-top: 10px;
}
h6.separate{
  margin-top: 40px;
  text-align: center;
  color: #777;
}
.dropdown-loginBottom {
  color: #777;
  text-align: center;
  font-size: 17px;
  padding: 18px 35px;
}
.dropdown-profile{
  font-size: 17px;
  color: #777;
  width: 280px;
  border-radius: 15px;
  padding: 0;
  border:none;
  box-shadow: none;
}
.dropdown-profileTop {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(232,232,232,0.5);
}
ul.menuProfile-list li{
  margin-bottom: 10px;
}
ul.menuProfile-list li:last-child{
  margin-bottom: 0px;
}
ul.menuProfile-list li i.icon{
  color: #00AFAA;
  font-size: 20px;
  margin-right: 15px;
}
.dropdown-profileBottom {
  text-align: center;
  padding: 13px 30px;
}
.phone-wrap input.input-right{
  padding-left: 80px;
  position: relative;
}
.select-wrapper.phone-area{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 65px;
}
.phone-wrap select.form-control:not(:placeholder-shown){
  border-bottom: none;
  background: transparent;
}
.phone-wrap select.form-control.filled:not(:placeholder-shown) {
  color: #333;
  border-bottom: none;
}
/* =========== input ========== */
.floating-label {
  color: #00AFAA;
  font-size: 13px;
  position: relative;
  top: 5px;
  z-index: 2;
  opacity: 0;
  font-weight: normal;
  margin-bottom: 0;
}
.form-control{
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E8E8E8;
  box-shadow: none;
  padding: 6px 0;
  font-size: 17px;
  color: #333;
  text-align: left;
}
.form-control:focus {
  border-bottom: 2px solid #00C9C9;
  box-shadow: none;
}
.form-control:not(:placeholder-shown) {
  border-bottom: 2px solid #00C9C9;
}
.form-control[readonly]{
  background-color: #fff; 
}
.toggle-password {
  float: right;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color: #bbb;
  cursor: pointer;
}
.verify-tick{
  position: relative;
  top: 0;
  float: right;
  margin-right: 30px;
  margin-top: -25px;
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
span.input-group-left {
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 3;
}
span.input-group-right {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 3;
}
span.input-icon{
  font-size: 22px;
  bottom: 0px;
}
input.input-right{
  padding-left: 50px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}
input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-wrap{
  position: relative;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 12px;
  border-color: #00AFAA;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select:focus::-ms-value {
  background: #fff;
  color: #303030;
}
select::-ms-expand {
  display: none;
}
option[disabled] {
  display: none;
}
select.form-control:not(:placeholder-shown) {
  border-bottom: 1px solid #e8e8e8;
  color: #999;
}
select.form-control.filled:not(:placeholder-shown) {
  color: #333;
  border-bottom: 2px solid #00C9C9;
}
select.form-control:not(:placeholder-shown) option{
  color: #333;
}
.checkboxInput{
  position: relative;
}
.checkboxInput input[type="checkbox"]{
  opacity: 0;
}
.checkboxInput label{
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.checkboxInput label:after{
  opacity: 0;
  content: '\79';
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "cmr" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkboxInput input[type=checkbox]:checked + label:after{
  opacity: 1;
}
.checkboxInput input[type=checkbox]:checked + label{
  background: #00AFAA;
  border-color: #00AFAA;
}
span.checkbox_label {
  color: #bbb;
  font-size: 12px;
  padding-left: 18px;
}
/* ========= switch input ======== */
.input-switch {
  position: relative;
}
.switch-txt {
  display: inline-block;
  margin-right: 70px;
}
.switch {
  position: absolute;
  display: inline-block;
  width: 41px;
  height: 25px;
  top: 0;
  right: 0;
}
.switch input {
  opacity: 0;
}
.slider-round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c6c6c6;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 15px;
}
.slider-round:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
}
input:checked + .slider-round {
  background-color: #4cda64;
}
input:checked + .slider-round:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
/* =========== button ========== */
.btn{
  border-radius: 50px;
  font-weight: 400;
}
.btn-main{
  color: #fff;
  background: #00aed0;
  background: -moz-linear-gradient(left, #00aed0 0%, #00aed0 50%, #5cd0bb 100%);
  background: -webkit-linear-gradient(left, #00aed0 0%, #00aed0 50%, #5cd0bb 100%); 
  background: linear-gradient(to right, #00aed0 0%, #00aed0 50%, #5cd0bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aed0', endColorstr='#5cd0bb',GradientType=1 );
  box-shadow: 0px 8px 15px rgba(0, 92, 90, 0.12);
  background-size: 200% 100%;
  background-position: right bottom;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active:focus{
  color: #fff;
  background-position: left bottom;
  transition: background 1s linear;
  box-shadow: none;
  transform: translate(0px, 1px);
}
.btn-border{
  border: 1px solid #00C9C9;
  color: #00C9C9;
  background:none;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active:focus{
  color: #fff;
  background: #00C9C9;
}
.btn-noborder{
  color: #bbb;
  border: none;
  background: none;
}
.btn-border-grey{
  border: 1px solid #bbb;
  color: #bbb;
  background: none;
}
.btn-border-grey:hover,
.btn-border-grey:focus,
.btn-border-grey:active:focus{
  border: 1px solid #00C9C9;
  color: #00C9C9;
}
.btn-border-white{
  border: 1px solid #fff;
  color: #fff;
  background:none;
}
.btn-border-white:hover,
.btn-border-white:focus,
.btn-border-white:active:focus{
  color: #00AFAA;
  background: #fff;
}
.btn-green,
.btn-green:hover,
.btn-green:focus,
.btn-green:active:focus{
  border: 1px solid #00AFAA;
  color: #fff;
  background:#00AFAA;
}
.btn-greengift,
.btn-greengift:hover,
.btn-greengift:focus,
.btn-greengift:active:focus{
  border: 1px solid #86D134;
  color: #fff;
  background:#86D134;
}
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active:focus{
  border: none;
  color: #333;
  background:#fff;
}
.btn-darkgreen,
.btn-darkgreen:hover,
.btn-darkgreen:focus,
.btn-darkgreen:active:focus{
  border: 1px solid #007934;
  color: #007934;
  background: none;
}
.btn-big{
  font-size: 20px;
  padding: 12px 20px;
}
.btn-middle{
  font-size: 17px;
  padding:6px 12px; 
}
.btn-small{
  font-size: 13px;
  padding: 9px 12px;
}
.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active:focus{
  color: #fff;
  background-color: #4267B2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.btn-wechat,
.btn-wechat:hover,
.btn-wechat:focus,
.btn-wechat:active:focus{
  color: #fff;
  background-color: #00C70C;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.btn-facebook i.icon,
.btn-wechat i.icon{
  margin-right: 15px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: inherit;
}
.btn-circle{
  width: 38px;
  padding: 6px 0;
}
.btn-circle i.icon{
  margin-right: 0;
}
.btn-wrap button {
  width: 45%;
  margin-left: 20px;
}
.btn-wrap button:first-child{
  margin-left: 0;
}
.btn-single{
  width: 290px;
  max-width: 100%;
}
.facebook-square{
  color:#4267B2;
}
.wechat-square{
  color:#00C70C;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
  outline: none;
}
/* =========== modal ========== */
.modal-open {
/*  position: fixed;*/
position:absolute;
}
.modal-dialog{
  top: 50%;
  transform: translateY(-50%)!important;
}
@media (min-width: 992px){
  .modal-dialog {
    width: 900px;
  }
}
.modal-body{
  padding: 0px;
}
.modal-content .close{
  font-size: 38px;
  font-weight: normal;
  text-shadow: none;
  position: absolute;
  top: 6px;
  right: 17px;
}
.modal-body.modal-status.modal-tips {
  padding-top: 100px;
  padding-bottom: 140px;
}
.modal-status.modal-body{
  padding: 45px;
}
.modal-status img{
  height: 170px;
}
.modal-status .btn-status{
  width: 260px;
  max-width: 100%;
}
.status-text{
  margin: 40px auto;
}
.modal-bodyTop{
  padding: 20px;
  border-bottom: 1px solid rgba(232,232,232,0.5);
}
.modal-bodyTop h4.modal-title {
  margin-top: 20px;
  line-height: 23px;
  margin-bottom: 30px;
}
.btn-mobileLogin{
  width: 100%;
}
.modal-bodyBottom {
  padding: 20px;
  text-align: center;
  color: #777;
}
.modal-dialog.modal-top{
  top: 0;
  margin: 0;
  transform: none!important;
}
.modal-dialog.modal-top .modal-body {
  border: none;
  border-radius: 0;
  margin: 0;
  padding-bottom: 0;
}
.modal-dialog.modal-top .modal-content {
  border:none;
  border-radius: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  box-shadow: none;
}
.modal-dialog .modal-content{
  border: 5px solid #00AFAA;
}
.modal-dialog .modal-body{
  border: 2px solid #00AFAA;
  border-radius: 6px;
  margin: 20px;
  max-height: 500px;
  overflow-y: scroll;
  padding-bottom: 50px;
}
.modal-dialog .modal-body:after {
  background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(250,249,249,0) 0px,#fff 100%) repeat scroll 0 0;
  bottom: 27px;
  height: 90px;
  left: 27px;
  position: fixed;
  content: "";
  width: calc(100% - 54px);
  z-index: 1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  pointer-events: none;
  -webkit-transform: translateZ(0);
}
.modal-clear.modal-dialog .modal-content {
  border: none;
}
.modal-clear.modal-dialog .modal-body {
  border: none;
  border-radius: 0;
}
.modal-clear.modal-dialog .modal-body:after {
  bottom: 0;
}
.modal-dialog.modal-top .modal-body:after {
  display: none;
}
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  transition: opacity 0.25s ease-in;
}
.backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.backdrop.in {
  filter: alpha(opacity=20);
  opacity: .2;
}
/*20190318*/
.modal-dialog.modal-register .modal-content {
  border: none;
}
.modal-dialog.modal-register .modal-body {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin: 70px 0 0;
  max-height: 300px;
}
.modal-dialog.modal-register .modal-body:after {
  display: none;
}
.modal-dialog.modal-register .modal-header{
  padding: 0;
  border-bottom: none;
  background: url(../images/pattern-bg.png) 50% 50% no-repeat;
  background-size: cover;
  min-height: 200px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.memberCard{
  right: 50%;
  margin-right: -170px;
  position: absolute;
  bottom: -35px;
}
.memberCard h4{
  position: absolute;
  top: 40px;
  left: 25px;
  max-width: 175px;
}
.memberCard img{
  width: 340px;
}
.register-qrcode {
  float: left;
  width: 50%;
  text-align: right;
}
.register-qrcode img{
  width: 235px;
}
.register-info {
  float: left;
  width: 50%;
  padding: 20px 0 0 15px;
}
.register-info p{
  max-width: 250px;
}
.register-info button{
  margin-top: 20px;
  width: 190px;
}
/* =========== bootstrap ========== */
.progress {
  height: 6px;
  overflow: visible;
  background-color: #E8E8E8;
  border-radius: 15px;
  box-shadow: none;
}
.progress-bar {
  height: 10px;
  border-radius: 15px;
  margin-top: -2px;
  background-color: #337ab7;
  box-shadow: none;
  background: #00aed0;
  background: -moz-linear-gradient(left, #00aed0 0%, #5cd0bb 100%);
  background: -webkit-linear-gradient(left, #00aed0 0%,#5cd0bb 100%); 
  background: linear-gradient(to right, #00aed0 0%,#5cd0bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aed0', endColorstr='#5cd0bb',GradientType=1 );
}
/* =========== table ========== */
table.dataTable{
  text-align: center;
  color: #777;
  font-size: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  margin: 20px 0;
  background: #fff;
}
table.dataTable thead{
  background: #00aed0;
  background: -moz-linear-gradient(left, #00aed0 0%, #5cd0bb 100%);
  background: -webkit-linear-gradient(left, #00aed0 0%,#5cd0bb 100%);
  background: linear-gradient(to right, #00aed0 0%,#5cd0bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aed0', endColorstr='#5cd0bb',GradientType=1 );
}
table.dataTable thead th{
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  font-size: 24px;
  border-bottom: none;
}
table.dataTable thead th i.icon{
  margin-right: 10px;
}
table.dataTable > tbody > tr.even {
  background-color: #f8f8f8;
}
table.dataTable>tbody>tr.child span.dtr-title {
  font-weight: 400;
}
table.dataTable>tbody>tr.child span.dtr-data {
  color: #00AFAA;
}
/* =========== footer ========== */
footer{
  flex-shrink: 0;
}
.footer-top{
  background-color: #f1f1f1;
  padding: 25px 0;
}
ul.appList:after{
  content: '';
  display: table;
  clear: both;
}
ul.appList li{
  float: left;
  max-width: 32%;
  margin-right: 2%;
}
ul.appList li:last-child{
  margin-right: 0;
}
ul.appList li img{
  width: 100%;
  max-width: 150px;
}
ul.footerList li{
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
}
ul.footerList li i.icon{
  margin-right: 8px;
}
.footer-bottom{
  color: #777;
  font-size: 12px;
  background-color: #ebeced;
  padding: 5px 0;
}
/* =========== 1024 ========== */
@media (max-width: 1024px){
  table.dataTable {
    text-align: left;
  }
  table.dataTable > tbody > tr.even {
    background-color: #fff;
  }
  table.dataTable tbody tr[role="row"] td {
    border-top: 1px solid #e8e8e8;
  }
  table.dataTable tbody tr[role="row"]:first-child td {
    border-top: none;
  }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 20px;
  }
}
/* =========== 992 ========== */
@media (max-width: 992px){
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  a.mobile-link{
    pointer-events: auto;
    cursor: pointer;
  }
  li.desktop-lang {
    display: none;
  }
  .navbar-default .navbar-nav > li > a.btn-login,
  .navbar-default .navbar-nav > li > a.btn-profile {
    display: none;
  }
  .navbar-nav > li > a {
    padding: 12px 25px;
  }
  .mobile-login.btn-login {
    display: inline-block;
    width: 35px;
    height: 25px;
    color: #fff;
    float: right;
    margin: 12px 5px 0 0;
  }
  ul.menuProfile-list{
    font-size: 20px;
    color: #777;
  }
  ul.menuProfile-list li i.icon {
    color: #777;
    font-size: 22px
  }
  h6.separate {
    text-align: left;
    display: inline-block;
    margin-right: 15px;
  } 
  /*20190812*/
  .nav > li > a.nav-desktop{
    display: none;
  }
  ul.nav-submenu {
    padding: 0px;
    position: relative;
    width: auto;
    background: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    display: block;
  }
  ul.nav-submenu>li{
    padding-bottom: 0;
  }
  ul.nav-submenu>li>a {
    padding: 12px 25px;
    color: #fff;
  }
  ul.nav-submenu>li:hover>a{
    color: #fff;
  }
  .navbar-nav > li.hasclass:hover{
    background: none;
  }
  .navbar-nav > li.hasclass:hover > a{
    color: #fff;
  }
  .nav-wide .navbar-brand{
    margin-left: 0px;
  }
/* =========== footer ========== */
  .footer-item{
    margin-top: 20px;
  }
}
/* =========== 767 ========== */
@media (max-width: 767px){
  main{
    padding-bottom: 0;
  }
  .modal-fullwidth{
    margin: 0;
    height: 100%;
  }
  .modal-fullwidth.modal-dialog .modal-body{
    border: none;
    border-radius: 0;
    margin: 0;
    max-height: none;
  }
  .modal-fullwidth .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 100%;
  }
  .modal-status img {
    height: 140px;
  }
  .modal-dialog .modal-body{
    max-height: 400px;
  }
  .status-text {
    margin: 20px auto;
  }
  .status-text h3{
    font-size: 20px;
  }
  .btn-wrap button {
    width:100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .btn-wrap button:last-child{
    margin-bottom: 0;
  }
  /*20190318*/
  .modal-dialog.modal-register .modal-header{
    border-radius: 0;
  }
  .modal-dialog.modal-register .modal-body{
    margin-top: 50px;
  }
  .register-qrcode {
    width: 100%;
    text-align: center;
  }
  .register-info {
    text-align: center;
    width: 100%;
    padding: 20px 15px 0;
  }
  .register-info p {
    max-width: 100%;
  }
/* =========== footer ========== */
  ul.appList li {
    max-width: 49%;
  }
}
/*20190318*/
/* =========== 320 ========== */
@media (max-width: 320px){
  .memberCard {
    margin-right: -140px;
    bottom: -25px;
  }
  .memberCard h4 {
    max-width: 160px;
  }
  .memberCard img {
    width: 280px;
  }
}