body {
    background-color:  #6C757D;
    font-family: "Noto Sans TC";
    position: relative;
  }

  #EMIS-top-banner {
    width: 100%;
    height: 30px;
    margin: 0px;
  }

  #navbar-top {
    height: 45px;
    padding: 0px;
    }

@media screen and (min-width: 768px){
    #navbar-top {
      height: 70px;
      }

      #EMIS-top-banner {
        width: 100%;
        height: 40px;
      }
}




.navbar .dropdown-toggle::after{ 
  /* color: #FFC107 ; */
}


.dropdown-item {
  color: #343a40;
}



/* #content1 img{
  margin: auto;
} */
/* 
#footer {
  max-width: auto;
  width: auto;
  margin: 30px;
} */

#EMIS-banner {

  width: 100%;
  height: 40px;
}

#EMIS-banner-sm {

  /* width: 75%; */
  height: 20px;
  /* background-color: #6C757D; */
}
/* .navbar-brand
{
  margin: 0;
} */


.navbar-toggler {
  margin: 0;
  /* padding: 0; */
  /* background-color: #FFC107; */
  /* transform: scale(25%); */
}
@media screen and (max-width: 450px){
  .navbar-brand
  {
    margin: 0;
    width: 120px;
  }
  
.navbar-toggler {
  margin: 0;
  /* transform: scale(50%); */
}
}



/* #footer-banner {
  margin-top: 100px;
}  */

#footer-contact-info-tp, #footer-contact-info-tc, #footer-contact-info-ks, #footer-copyright
{
font-size: 10px;
color: #7A7E83;

}

#footer-contact-info-tp-sm, #footer-contact-info-tc-sm, #footer-contact-info-ks-sm, #footer-copyright-sm
{
font-size: 10px;
color: #7A7E83;

}

#footer-contact-info-tp::after
{
  content: '|';
  margin-right: 10px;
  margin-left: 10px;
}

#footer-contact-info-tc::after
{
  content: '|';
  margin-right: 10px;
  margin-left: 10px;
}



/* Email icon added on 2023-04-30 by Imu   */
#emailicon{
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: inline;
  z-index: 2;
  color: aliceblue;
  /* opacity: 50%; */
  /* background-image: url("img/FAB_ContactUs.svg"); */

}
#footer_listgroup {display: none;}

@media screen and (max-width: 576px){
 #emailicon {display: none;}

 #footer_listgroup {

  position: fixed;
  /* right: 30px; */
  bottom: 0px;
  display: inline;
  z-index: 2;
  color: aliceblue;


 }

}


