.il-soldout {
  background: yellow !important;
  color: red !important;
}

.il-en .il-soldout p:after{
  content: "\A (Sold Out)";
  display: block; 
}

.il-tc .il-soldout p:after{
  content: "\A (售罄)";
  display: block; 
}

/* new add */

  .defaultimg{
    background-color: #0c1f46 !important;
  }


  .sponsor-h1{
    font-size: 30pt !important;
  }

  .ticker-tb td{
    vertical-align: middle !important;
  }

  .ticker-tb p{
    padding: 0;
    margin: 0;
  }

  .c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn){
      color: #da2d42 !important;
  }
  .c-theme-bg,.owl-carousel.c-theme .owl-pagination .owl-page.active span,.c-bg-purple{
    background: #152d56 !important;
  }
  .c-theme-font, .c-theme-color{
    color: #152d56 !important;
  }

  .sidebar_logo{
    padding-bottom: 20px;
    margin: 20px 0;
  }

  .sidebar_logo td{
    text-align: center;
  }

  .sidebar_logo img{
    margin: 5px 5px 10px 5px;
  }  

  .logoHolder{
    text-align: center;
  }

  .logoHolder img{
    height: 60px;
  }

  .logoHolder img{
    margin-top: 15px;
  }  

  .logo-10 img{
    height: 80px !important;
    margin-top: 5px;
  }

  .logo-6 img{
    height: 70px !important;
    margin-top: 5px;
  }

  .logo-2 img{
    height: 70px !important;
    margin-top: 15px;
  }  

  .mid-logo{
    padding: 5px 10px;
  }
@media screen and (min-width: 1200px) {
 #topHide {display:block;}
}
@media screen and (max-width: 1200px) {
 #topHide {display:none;}
}

@media screen and (min-width: 992px) {
 #main_banner_d {display:block;}
 #main_banner_m {display:none;}
 #psaws {display:block;}
 #showdatetime {display:block;}
 #textonly {display:block;}
}
@media screen and (max-width: 991px) {
 #main_banner_d {display:none;}
 #main_banner_m {display:block;}
 #psaws {display:none;}
 #showdatetime {display:none;}
 #textonly {display:none;}
 }
 
 
 .langicons {
  position: relative;
  top: 1px;
  display: inline-block;
  //font-family: 'Arial';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.langicons-btn:empty
.langicons:empty {
  width: 1em; }

.langicons-btn {
  position: relative;
  display: inline-block;
  //font-family: 'Arial';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 11px;
  font-size: 24px;
  border: 1px solid #eeeeee;
  color: #3f444a;
  transition: background, color 0.3s; }
  .langicons-btn.langicons-solid {
    border: 0;
    width: 46px;
    height: 46px;
    padding-top: 12px; }
  .langicons-btn.langicons-btn-circle {
    border-radius: 44px; }
  .langicons-btn:hover {
    transition: background, color 0.3s; }
  .langicons-btn.langicons-lg {
    width: 54px;
    height: 54px;
    padding-top: 13px;
    font-size: 28px; }
    .langicons-btn.langicons-lg.langicons-solid {
      border: 0;
      width: 55px;
      height: 55px;
      padding-top: 13px; }
  .langicons-btn.langicons-sm {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    font-size: 18px; }
    .langicons-btn.langicons-sm.langicons-solid {
      border: 0;
      width: 30px;
      height: 30px;
      padding-top: 8px; }

.langicons .langicons-btn {
  margin-bottom: 5px; }