/*-----------------------------------
    走馬燈
------------------------------------*/
section.mq-section{
  background: #bd9d00;
  padding: 12px 0px;
  height: 45px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #877000;
}

  .mq-icon{
    color: #bd9d00;
  }
  .top-bar {
    width: 100%;
    padding: 0px 10px;
    margin-top: -8px;
  }
  .marquee {
    /* width: 90%;
    height: 26px; */
    margin: 5px auto !important;
    padding: 0px !important;
    white-space: nowrap;
    overflow: hidden;
  }
  .marquee li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  }
  .marquee li a{
    color:  #333;
    font-size: 1em;
    letter-spacing: 2px;
  }

  @media only screen and (max-width: 768px) {
        section.mq-section {
            padding: 5px 0px;
            height: 28px;
        }
        .top-bar {
          width: 100%;
          padding: 0px 10px;
          margin-top: -9px;
      }
      .marquee li a {
        font-size: 16px;
      }
  }
