/*背景*/
body {
  font-size: 16px;
  background: #fff;
  font-family: 'Roboto', sans-serif !important;
}

/*背景*/
div#portfolio {
  background: #fff;
}

/*側邊欄 選項懸停*/
.t3-sidebar .t3-module ul.menu li:hover a {
  color: #90c046;
  border-bottom: 1px solid #90c046;
  background: none;
  padding-left: 20px;
}

/*側邊欄 標題*/
.t3-sidebar .t3-module h3.module-title {
  margin: 0;
  color: #4d4d4d;
  padding: 10px;
  font-size: 20px;
  background: transparent;
}

/*側邊欄 外邊框*/
.t3-sidebar .t3-module ul.nav li,
.t3-sidebar .t3-module ul.menu li {
  margin: 0;
  border-bottom: 1px solid transparent;
}

/*側邊欄 選項外邊框*/
.t3-sidebar .t3-module {
  margin-bottom: 15px;
  border: 1px solid transparent;
  box-shadow: 0 0 5px transparent;
}

/*首頁模組標題字型&置中*/
.t3-module.module-home .module-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
    color: #90c046;
    font-weight: bold;
}

/*文章內模組標題字型*/
.moduletable h3 {
    font-size: 18pt;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #99cc00;
}

/*綠色按鈕*/
.btn-green2{
  /*box-shadow:1px -2px rgba(0, 0, 0, 0.3) inset;*/
  box-shadow:1px 2px rgba(102, 148, 50) ;
  border: 0 none;
  color: #fff;
  background-color: #90c046;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 12pt;
  line-height: 1.42857143;
  border-radius: 13px;
  text-decoration: none;
}

/*綠色按鈕 懸停*/
.btn-green2:hover{
  /*box-shadow:1px -2px rgba(0, 0, 0, 0.3) inset;*/
  box-shadow:1px 2px rgba(102, 148, 50) ;
  color: #fff;
  text-decoration: none;
  filter: brightness(0.7);
  transition-duration: 0.5s;
}

/*綠色按鈕 按下*/
.btn-green2:focus{
  /*box-shadow:1px -2px rgba(0, 0, 0, 0.3) inset;*/
  box-shadow:1px 2px rgba(25, 63, 97) inset;
  color: #fff;
  background-color: #285f8f;
  text-decoration: none;
}

/*產品分類-項目間距*/
.sprocket-tables-block {
  padding: 0 5% !important;
}

/*產品分類-項目邊框陰影*/
.sprocket-tables-item {
  border: 0px solid #e0e0e0 !important;
  border-radius: 10px !important;
  box-shadow: 2px 2px 10px #cacaca !important;
  max-width: 100%;
}

/*產品分類-項目標題顏色*/
.sprocket-tables-bg1, .sprocket-tables-block.highlight:hover .sprocket-tables- {
  background: transparent !important;
}

/*產品分類-項目標題懸停顏色*/
.sprocket-tables-block:hover .sprocket-tables-bg1, .sprocket-tables-block.highlight .sprocket-tables-bg1 {
  background: transparent !important;
}

/*產品分類-項目標題間隙*/
.sprocket-tables-cell {
  padding: 0px !important;
}

/*產品分類-項目標題文字大小&底部填充*/
.sprocket-tables-title {
  font-size: 18px !important;
  padding-bottom: 20px;
}

/*首頁產品服務-項目間隙*/
.container ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*MENU下拉選單背景顏色*/
.t3-megamenu .dropdown-menu {
    background-color: rgb(255 255 255 / 90%) !important;
}

/*MENU下拉選單底部框線刪除*/
.t3-megamenu ul.nav.navbar-nav .mega-dropdown-menu .mega-dropdown-inner ul li {
  margin: 0;
  padding: 5px;
  border-bottom: none;
}

/*手機板-產品分類-項目2項目為1行*/
@media (max-width: 480px) {
    .sprocket-tables-container .sprocket-tables-block {
        width: 50%;
    }
}

/*首頁產品服務-連結間距*/
.t3-module.module-home .sprocket-tables-cell {
  padding: 0px 0px 20px 0px !important;
}

/*首頁產品服務-連結字型*/
.sprocket-tables-link .readon {
  background: none !important;
  color: #4d4d4d !important;
  font-size: 16pt !important;
}

/*首頁產品服務-連結懸停字型*/
.sprocket-tables-link .readon:hover {
  background: none !important;
  color: #90c046 !important;
}