﻿html {
  height: 100%;
}
body {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  position: relative;
  min-height: 100%;
}

/************ Nav Blcok ************/
.waste-nav-block {
  background: #67b55b;
  padding: 8px;
}
.waste-nav {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
}
    .waste-nav li {
        display: inline-block;
        vertical-align: middle;
    }
.waste-nav li a {
  line-height: 30px;
  color: #fff;
  padding: 0 1px;
}
.waste-nav li a.mobile-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .waste-nav {
    text-align: right;
  }
  .waste-nav li a {
    font-size: 1.50em;
    font-weight:bold;
  }
  .waste-nav li a.mobile-none {
    display: block;
  }
}

/************ Header Block ************/
.header-block {
  box-shadow: 0 3px 4px rgba(8, 3, 32, .2);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
}
.header-festival-bg {
  /*background-image: url(../images/logo-header-bg.png);*/
  background-repeat: no-repeat;
  background-position: 0 -13px;
  -webkit-background-size: auto;
  background-size: auto;
}
.header-block-container {
  padding: 13px 0;
}
.header-block-container::before {
  content: '';
  display: table;
}
.header-block-container::after {
  content: '';
  display: table;
  clear: both;
}
.menubar > li > a:focus{background-color: #67b55b;
  color: #fff;}
.Enmenubar > li > a:focus {
    background-color: #67b55b;
    color: #fff;
}
.waste-logo {
  margin: 0;
  display: block;
}
.waste-logo > img {
  /*padding-top: 5px;*/
  max-width: 80%;
  height: auto;
}
.header-block-container .hamburgur-btn {
  margin: 0;
  margin-right: 5px;
  padding: 10px 14px;
  background-color: #67b55b;
}
.hamburgur-btn > .fa-bars {
  color: #fff;
}
.menubar-block {
  display: none;
  float: right;
}
.menubar {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 9px;
}
.Enmenubar {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 36px;
}
.menubar > li {
  display: inline-block;
}
.Enmenubar > li {
    display: inline-block;
}
.menubar > li > a {
  display: block;
  font-size: .938em;
  font-weight: bold;
  color: #333;
  padding: 10px 12px;
}
.Enmenubar > li > a {
 display: block;
 font-size: .8em;
 font-weight: bold;
 color: #333;
 padding: 4px 4px;
}
.menubar > li > a:hover {
  background-color: #67b55b;
  color: #fff;
}
.Enmenubar > li > a:hover {
    background-color: #67b55b;
    color: #fff;
}
.menubar-block ul li:focus{ background-color: #67b55b;
  color: #fff;   }
.Enmenubar-block ul li:focus {
    background-color: #67b55b;
    color: #fff;
}
@media screen and (min-width: 768px) {
  .header-festival-bg {
    background-position: 0 0;
  }
  .waste-logo {
    display: inline-block;
  }
  .waste-logo > img {
    max-width: 100%;
  }
  .waste-logo-e {
    display: inline-block;
  }
  .waste-logo-e > img {
    max-width: 80%;
  }
  .header-block-container .hamburgur-btn {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .header-block-container {
    padding-bottom: 0;
  }
  .header-block-container .hamburgur-btn {
    display: none;
  }
  .menubar-block  {
    display: block;
  }
}

/************ Sidebar Block ************/
.sidebar-block {
  padding: 10px 0;
  display: none;
}
.sidebar-menu {
  padding-left: 0;
  list-style: none;
}
.sidebar-menu > li > a {
  margin: 0 15px;
  padding: 12px 15px;
  display: block;
  text-decoration: none;
  font-size: .938em;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.sidebar-menu > li > a:hover {
  background-color: #67b55b;
  color: #fff;
}

/************ Section Block ************/
.main-wrapper {
  padding-bottom: 145px;
}
/****** Kv_Banner Block ******/
.section-block {
  position: relative;
  padding-bottom: 50px;
}
.kv-banner-block {
  /*background-image: url(../images/kv-banner-150.png);*/ /*20250625 拿掉banner調整*/
  background-position: top;
  -webkit-background-size: auto 200px;
  background-size: auto 200px;
  background-repeat: no-repeat;
  margin-top: 70px;
}
.kv-banner-block-content {
  height: 30px; /*20250625 拿掉banner調整*/
  margin-bottom: 30px;
}

/****** News Block ******/
.news-block {
  padding-top: 150px;
}
.news-block-container {
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 5px 5px 8px rgba(6, 11, 42, .2);
  padding: 40px 15px;
}
.main-block {
  display: table;
}
.main-title-block {
  display: table-cell;
  padding-top: 9px;
  padding-bottom: 9px;
  white-space: nowrap;
}
.title-line {
  border-bottom: 3px solid #ee6140;
}
.title-garyline {
  display: table-cell;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
}
.main-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #555;
  margin: 0px 5px;
  display: inline-block;
}
.main-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #c0c0c0;
  margin: 0;
  display: inline-block;
}
.news-block-content > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.news-title {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-style {
  font-size: 1em;
  color: #333;
  text-decoration: underline;
}
.title-style:hover,
.title-style:focus {
  color: #ee6140;
}
.title-style > span.news-date {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  color: #555;
  margin: 0 1em 0 0;
  text-decoration: none;
}
.title-styleE {
  font-size: 1em;
  color: #333;
}
.title-styleE > span.news-date {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  color: #555;
  margin: 0 1em 0 0;
  text-decoration: none;
}
anner-block-content {
    height: 300px;
  }
.news-block {
    padding-top: 260px;
}

@media screen and (min-width: 768px) {
  .main-wrapper {
    padding-bottom: 230px;
  }
  .kv-banner-block {
    -webkit-background-size: auto 300px;
    background-size: auto 300px;
  }
  .kv-banner-block-content {
    /*height: 300px;*/ /*20250625 拿掉banner調整*/
  }
  .news-block {
    padding-top: 100px; /*20250610 拿掉banner*/
  }
}
@media screen and (min-width: 992px) {
  .main-wrapper {
    padding-bottom: 183px;
  }
  .kv-banner-block {
    margin-top: 90px;
  }
}

/****** Announcement Block ******/
.announcement-block {
  background-image: url(../images/bg-announcement.png);
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.announcement-block-card .nav-tabs {
  border-bottom: 2px solid #67b55b;
}
.announcement-block-card > .nav-tabs > li > a {
  border-radius: 0;
  color: #333;
  font-weight: bold;
}
.announcement-block-card > .nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
    .announcement-block-card > .nav-tabs > li > a.active,
    .announcement-block-card > .nav-tabs > li > a.active:focus,
    .announcement-block-card > .nav-tabs > li > a.active:hover {
        background-color: #67b55b !important;
        border-color: transparent !important;
        color: #fff !important;
    }
.announcement-block-card .tab-content {
  background-color: #fff;
  padding: 15px;
}

/****** Statistics Block ******/
.statistics-block-link > a {
  padding-left: 10px;
  text-decoration: underline;
  color: #65b25a;
  font-weight: bold;
}

/****** WebSite Block ******/
.website-block {
  margin-top: 50px;
  overflow: hidden;
}
.website-img {
  margin-bottom: 20px;
  /*display: inline-block;*/
  display: block;
}
.website-img > img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .website-block {
    margin-top: 10px;
  }
}

/****** GoTop-Mobile Block ******/
.gotop-mobile-block {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  visibility: hidden;
}
.gotop-mobile-visible {
  visibility: visible;
  opacity: 1;
}
.gotop-mobile-block > a {
  color: #fff;
  padding: 16px 17px;
  background-color: #ee6140;
  border-radius: 50%;
  opacity: .7;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 1s;
}
.gotop-mobile-block > a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .gotop-mobile-block {
    display: none !important;
  }
}

/************ Footer-Wrapper Block ************/
.footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 145px;
}

/****** GoTop-Web Block ******/
.gotop-web-block {
  background-color: #65b25a;
  display: none;
  height: 22px;
}
.gotop-web-style {
  color: #fff;
  display: block;
  width: 50%;
}
.gotop-web-style:focus,
.gotop-web-style:hover {
  color: #f00;
  background-color:yellow;
  text-decoration: none;
}

.qlink-style:focus,
.qlink-style:hover {
    color: #f00;
    background-color: yellow;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
  .gotop-web-block {
    display: block;
  }
}

/****** BigFooter Block ******/
.bigfooter-block {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bigfooter-block .waste-logo > img {
  padding-top: 0;
}
.bigfooter-block-menu {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}
.bigfooter-block-menu > li {
  display: inline-block;
}
.bigfooter-block-menu > li > a {
  font-size: .875em;
  color: #333;
  padding: 10px;
  display: block;
  font-weight: bold;
}
.bigfooter-block-menu > li > a:focus,
.bigfooter-block-menu > li > a:hover {
  text-decoration: none;
}

/****** Footer Block ******/
.footer-block {
  background-color: #5ca251;
  padding-top: 28px;
  padding-bottom: 28px;
  height: 145px;
}
.footer-block .waste-noborder-table {
  font-size: .875em;
  line-height: 1.6em;
  color: #fff;
}
.footer-block-accessibility {
  margin-right: 20px;
  display: none;
}
.footer-block-accessibility > img {
  max-width: 100%;
  height: auto;
}
.footer-block-mail-link {
  color: #fff;
  text-decoration: underline;
}
.footer-block-mail-link:focus,
.footer-block-mail-link:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer-wrapper {
    height: 230px;
  }
  .bigfooter-block {
    display: block;
    height: 95px;
  }
  .footer-block {
    height: 113px;
  }
  .footer-block .waste-noborder-table {
    font-size: .75em;
  }
  .footer-block-accessibility {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .footer-wrapper {
    height: 183px;
  }
  .bigfooter-block {
    height: 60px;
  }
  .footer-block {
    height: 111px;
  }
}

/************ Content-Wrapper Css ************/
/****** Content-SideBar Block ******/
.content-wrapper {
  padding-bottom: 30px;
  padding-top: 10px; /*20250610 拿掉banner*//*20250625 拿掉banner調整*/
}
.content-sidebar-block .panel-heading {
  background-color: #ee6140;
  color: #fff;
  border-radius: 5px;
}
.content-sidebar-block .panel-heading .fa-leaf {
  padding-right: 5px;
}
.content-sidebar-block .panel-body {
  padding: 0;
  padding-top: 20px;
}
.content-sidebar-title {
  margin: 0;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
}
.contnet-sidebar-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.contnet-sidebar-menu > li > a {
  display: block;
  padding: 10px 5px;
  color: #333;
  border-bottom: 1px dotted #929291;
}
.contnet-sidebar-menu > li > a:focus,
.contnet-sidebar-menu > li > a:hover {
  text-decoration: none;
}
.contnet-sidebar-menu > li > a:focus {
  color: #ee6140;
}
/****** Content Block ******/
.content-block .breadcrumb {
  background-color: transparent;
  font-size: .875em;
  margin-bottom: 0;
}
.article-block {
  padding: 15px;
}
.article-block .news-block-content {
  padding-bottom: 20px;
}
.article-info-title {
  padding-left: 0;
  list-style: none;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: .16em;
  margin-bottom: 20px;
}
.article-info-title span {
  font-weight: bold;
  font-size: 1.125em;
  color: #67b55b;
}

/************ Shared Css ************/
.mobile-none {
  display: none;
}
.display-none {
  display: none;
}
.block-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.waste-article {
  font-size: 1em;
  line-height: 1.6em;
  letter-spacing: .16em;
  text-indent: 2.6em;
  text-align: justify;
}
.no-text-indent {
  text-indent: inherit;
}
.waste-table > tbody > tr > th {
  text-align: center;
  background-color: #eaeaea;
}
.waste-table > tbody > tr > td.sub-thead {
  background-color: #f6f6f6;
  text-align: center;
}
.text-important {
  color: #de3831;
  font-weight: bold;
}
.more-btn-position {
  margin-top: 30px;
}
.more-btn-block {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  width: 250px;
  height: 40px;
  border: 1px solid #ee6140;
}
.more-btn-block::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 50px;
  background-color: #ee6140;
  transform: rotate(10deg);
  top: -80px;
  left: 20%;
  transition: .3s ease-in-out;
}
.more-btn-block::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 60px;
  background-color: #ee6140;
  transform: rotate(10deg);
  top: 80px;
  left: -20%;
  transition: .3s ease-in-out;
}
.news-date::before {
  content: '\f0da';
  font-family:  FontAwesome;
  font-size: xx-small;
  padding-right: 7px;
  color: #ee6140;
}

.more-btn-block:hover {
  background-color: #ee6140;
  transition: 0s linear;
  transition-delay: .3s;
}
.more-btn-block:hover::before {
  top: -20px;
  left: -20%;
  transition: .3s ease-in-out;
}
.more-btn-block:hover::after {
  top: 10px;
  left: -23%;
  transition: .3s ease-in-out;
}
.more-btn-block:hover > .more-btn {
  color: #fff;
  transition: .3s ease-in-out;
}
.more-btn {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  color: #ee6140;
  font-weight: 400;
  position: relative;
  z-index: 999;
  transition: .3s ease-in-out;
  line-height: 40px;
  text-decoration: none;
}
.more-btn:hover {
  text-decoration: none;
  color: #fff;
}
.more-btn:focus {
  text-decoration: none;
  color: #ee6140;
}
.waste-panel {
  box-shadow: none;
}
.waste-pagination > li > a,
.waste-pagination > li > span {
  color: #ee6140;
}
.waste-pagination > li > a:focus,
.waste-pagination > li > a:hover,
.waste-pagination > li > span:focus,
.waste-pagination > li > span:hover {
  color: #ee6140;
}
.waste-pagination > .active > a,
.waste-pagination > .active > a:focus,
.waste-pagination > .active > a:hover,
.waste-pagination > .active > span,
.waste-pagination > .active > span:focus,
.waste-pagination > .active > span:hover {
  background-color: #ee6140;
  border-color: #ee6140;
}
.text-sm {
  font-size: .875em;
}
ul.waste-article {
  margin-bottom: 20px;
}
.waste-search-btn {
  background-color: #67b55b;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 20px 5px 0 5px;
  min-width: 100px;

}
.waste-search-btn:focus,
.waste-search-btn:hover {
  color: #fff;
}
.waste-clear-btn {
  font-size: 1em;
  font-weight: bold;
  margin: 20px 5px 0 5px;
  min-width: 100px;
}
.waste-form {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .waste-search-btn,
  .waste-clear-btn {
    margin-top: 0;
  }
  .waste-form .form-group {
    padding-right: 10px;
  }
}
.pagestyle {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagestyle table > tbody > tr > td {
        display: inline;
    }

        .pagestyle table > tbody > tr > td > a,
        .pagestyle table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagestyle table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagestyle table > tbody > tr > td:first-child > a,
        .pagestyle table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagestyle table > tbody > tr > td:last-child > a,
        .pagestyle table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagestyle table > tbody > tr > td > a:hover,
        .pagestyle table > tbody > tr > td > span:hover,
        .pagestyle table > tbody > tr > td > a:focus,
        .pagestyle table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }




/************ Horizontal-Table Css ************/
.horizontal-table {
  width: 99.9%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.horizontal-table th {
  text-align: center;
  padding: 8px;
  background-color: #eaeaea;
  font-weight: bold;
  border: 1px solid #ddd;
}
.horizontal-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

/* Horizontal-Table 只限於寬度720以內device */
@media screen and (max-width: 720px) {
  .scroll-left {
    display: block!important;
    position: relative;
    border-spacing: 0;
  }
  .scroll-left thead {
    display: block;
    float: left;
  }
  .scroll-left thead tr {
    display: block;
  }
  .scroll-left th {
    border-bottom: 0;
    border-left: 0;
    display: block;
    text-align: right;
    margin: 0;
    vertical-align: top;
  }
  .scroll-left tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .scroll-left tbody tr {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
  }
  .scroll-left td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    margin: 0;
    vertical-align: top;
  }
}

.GPSTab .tabActive a{
  background-color: #67b55b;
  color:#fff;
}

.GPSTab .nav-link.active {
    background-color: #67b55b !important;
    color: #fff !important;
}

@media (min-width: 768px){
    .purchaseInfo {
        position: absolute;
        top: 377px;
        width: 41.66666667%;
    }
}
.gsc-control-cse {
    background-color: transparent;
    border: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #337ab7;
}

.dropdown-c-toggle::after {
    display: none !important;
}

.btn-c {
    padding: .375rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-color: transparent;
    border-radius: .375rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.btn-c:hover {
    color: #333;
    text-decoration: none;
}
