*{
  box-sizing: border-box;
  position: relative;
  /* border: 1px solid; */
}
body,html{
  margin: 0;
  padding: 0;
  background-color: #eaeaea;
  overflow-x: hidden;
  
}
body{
  background-color: #eaeaea !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
html[lang=en-US] body {
  font-family: "Cambria","Microsoft JhengHei" !important;
}
body.custom-background{
  background-size: cover;
}
a:hover{
  text-decoration:none !important;
}
button:focus{
  outline: 0;
}
.header{
  background: #fff;
  padding: 0px 20px;
}
.header_logo{
  float: left;
}
.hu-pad {
  padding: 30px 30px 20px;
}
.group::after{
  clear:both;
}
.group:after, .group:before {
  content: "";
  display: table;
}
/* 上方導覽條 */
.navbar-brand{
  font-size: 1.0rem !important;
  margin: 0px !important;
  color: #fff !important;
}
.navbar-brand>i{
  margin-right: 5px;
}
.nav-link{
  padding: 0rem 1rem !important;
  line-height: 2.1em;
  font-size: 14px;
  color: #fff !important;
}
.navbar{
  padding: 0rem 1rem !important;
  border-bottom: 1px solid rgba(238, 238, 238, 0.137);
}
.navbar-toggler{
  font-size: 1rem !important;
  background-color: #fffdfd !important;
  border: 1px solid #ffffff !important;
  padding: .15rem .25rem !important;
}

/* 上方導覽條結束 */
.site-title{
  font-size: 1.95em;
  font-weight: 600;
  letter-spacing: -.5px;
  float: left;
  padding: 10px 0px;
  margin-bottom: 0;
}
.site-title a{
  display: block;
  max-width: 100%;
  transition: all .2s ease;
}
.site-description{
  display: block;
  font-size: 14px;
  line-height: 1.2em;
}

.ham__navbar-span-wrapper{
  padding: 0 20px;
  height: 12px;
  margin: 19px 5px;
  position: relative;
  display: block;
}
.ham__navbar-toggler-two, .topbar-toggle-down{
  height: 75px;
  cursor: pointer;
  text-align: center;
  /* -webkit-transition: all 5s linear 0s;
  transition: all 5s linear 0s; */
}
.ham__navbar-toggler-two .line{
  display: block;
  width: 20px;
  height: 1.5px;
  position: absolute;
  left: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all ease .35s;
  -moz-transition: all ease .35s;
  -o-transition: all ease .35s;
  transition: all ease .35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ham__navbar-toggler-two .line.line-1{
  top: 0;
}
.ham__navbar-toggler-two .line.line-2{
  top: 50%;
}
.ham__navbar-toggler-two .line.line-3{
  top: 100%;
}
.ham__navbar-toggler-two.active .line-1{
  -webkit-transform: translateY(6px) translateX(-3px) rotate(45deg);
  -moz-transform: translateY(6px) translateX(-3px) rotate(45deg);
  transform: translateY(6px) translateX(-3px) rotate(45deg);
  width: 28px;
}
.ham__navbar-toggler-two.active .line-2{
  opacity: 0;
}
.ham__navbar-toggler-two.active .line-3{
  -webkit-transform: translateY(-6px) translateX(-3px) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(-3px) rotate(-45deg);
  transform: translateY(-6px) translateX(-3px) rotate(-45deg);
  width: 28px;
}


.desktop-menu{
  display: block;
  transition: all 1s ease;
  float: right;
}

#nav-header.nav-container {
  z-index: 97;
  position: relative;
}
#nav-header .container {
  padding: 0 5px;
}
.container-inner .group{
  display: block;
  padding: 0;
}
.barnav{
  padding: 0;
  margin-bottom: 0;
}
.barnav > li{
  border-right: none;
display: inline-block;
}
.barnav>li>a{
  padding: 15px 8px;
  display: block;
  line-height: 3.75rem;
  font-weight: 600;
}
.barnav>li>a:hover{
  /* color: #fff; */
}

.container-inner .item{
list-style: none;
position: absolute;
top: 90%;
    right: 50%;
    transform: translateX(50%);
font-size: 1.1rem;
width: 180px;
padding: 0px 0px 0px 0px;
z-index: 2;
opacity: 0;
visibility: hidden;
transition: all 0.3s;
}

.container-inner> li:hover .item{
opacity: 1;
visibility: visible;
}
.nav-container .item>li>a{
padding: 12px 8px;
  display: block;
  color: #fff;
  font-size: 0.95rem;
line-height: 1.25rem;
box-shadow: 0 1px 0 rgba(255,255,255,.06);
}

.ham__navbar-toggler-two{
  display: none;
  width: 50px;
  float: right;
  position: relative;
  z-index: 10001;
  border: none;
  background: 0 0;
  margin: 0;
  vertical-align: middle;
  border-radius: 0;
  padding: 0;
}
.hu-dropdown-toggle-wrapper{
  display: none;
}

.container-inner> li>ul>li:hover .item {
  opacity: 1;
  visibility: visible;
}
.container-inner .item >li>.item{
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 1.1rem;
  width: 180px;
  padding: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.slider-item>img{
  width: 100%;
  height: auto;
}

@media screen and (max-width:996px){
  #nav-header.nav-container{
      padding-bottom:0px;
  }
  .hu-pad{
      padding: 10px;
      max-width: 100%;
  }
  #nav-header .container{
      padding: 0;
  }
  .site-title{
      font-size: 1.56em;
  }
  .desktop-menu{
      display: none;
      -webkit-transition: all ease .35s;
      -moz-transition: all ease .35s;
      -o-transition: all ease .35s;
      transition: all ease .35s;
      float: none;
  }
  .displat{
      display: block !important;
      -webkit-transition: all ease .35s;
      -moz-transition: all ease .35s;
      -o-transition: all ease .35s;
      transition: all ease .35s;
  }
  .ham__navbar-toggler-two{
      display: block;
  }
  .nav-wrap{
      max-width: 100% !important;
      width: 100%;
  }
  .barnav > li{
      display: block;
  }
  .header_logo{
    float: none;
  }
  .container-inner .item{
      opacity: 1;
      visibility: visible;
      width: 100%;
      position: relative;
      background: transparent;
      padding: 0px;
      display: none;
  }
  .barnav >li{
      position: relative;
  }
  .barnav>li>a{
      padding: 8px 1px;
      min-height: 43px;
      line-height: 1.55rem;
  }
  #nav-header .nav-wrap .barnav li a{
      border-top: 1px solid rgba(255,255,255,.06);
  }
  .nav-container .item>li>a{
      font-size: 1rem;
      padding: 8px 12px;
      padding-left: 40px;
      line-height: 1.55rem;
  }
  .hu-dropdown-toggle-wrapper{
      display: block;
      position: absolute;
      top: 1px;
      right: 0;
      text-align: center;
      line-height: 1;
      bottom: 1px;
  }
  .hu-dropdown-toggle{
      background: 0 0;
      -webkit-appearance: none;
      outline: 0;
      border: none;
      padding: 0;
      cursor: pointer;
      height: 40px;
      width: 44px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      color: #ffb26b;
  }
  .hu-dropdown-toggle i{
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; 
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 100%;
      font-size: 13px;
  }

  .expanded{
      display: inline !important;
  }
  .expanded>.fa-angle-down{
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      transform: rotate(-180deg);
  }
  .container-inner .item >li>.item{
      position: relative;
      opacity: 1;
      visibility: visible;
      top: 0;
      left: 0%;
      transform: translateY(0);
      width: 100%;
      background: transparent;
  }
  .nav-container .item>li>.item>li>a{
      padding: 8px 12px;
      padding-left: 80px;
      line-height: 1.55em;
  }
}
@media screen and (min-width:961px) and (max-width:1124px){
  .barnav>li>a{
    padding: 15px 4px;
  }
}
.header_banner{
  padding-right: 0px !important;
    padding-left: 0px !important;
}
.header_banner>img{
  width: 100%;
}
#page{
  padding-bottom: 60px;
  /* margin-top: -60px; */
  background-color: transparent;
}
#page .container-inner{
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.main{
  background-color: #fff!important;
  width: 100%;
}
.sidebar-top{
  padding: 15px 30px;
}
.group-centent>h2{
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: 600;
  color: #666;
}

.group-centent>h2>span{
  padding-left: 10px;
  font-weight: 500;
  color: #bfbfbf;
  font-size: 0.5em ;
  float: right;
}
.page-title{
  background: #fff;
  position: relative;
  padding-top: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
}

.group1>p{
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5rem;
  padding: 3px 0;
  margin-bottom: 0;
}

.group2>p{
  color: #fff;
  color: rgba(255,255,255,.8);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5rem;
  padding: 3px 0;
  margin-bottom: 0;
}


.side_right_title,.side_left_title{
  font-size: 1.375em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.side_left,.side_right{
  padding: 30px 30px 20px;
}
.side_left>div>ul>li *{
  line-height: 28px;
  font-weight: 600;
}
.side_left>ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.side_right>ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.side_right>div>ul>li *{
  color: #ffb26b;
  line-height: 28px;
  font-weight: 600;
}
.side_right>div>ul{
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
  list-style: none;
}
.side_right>div>ul>li>ul{
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
}
.side_right>div>ul>li>ul>li>ul{
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
}

.side_left>div>ul{
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
  list-style: none;
}
.side_left>div>ul>li>ul{
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
}
.side_left>div>ul>li>ul>li>ul{
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
}

.sidebar_content_right>.search-form,.sidebar_content_left>.search-form{
  padding: 30px 30px 0px;
}
.post-hover{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.post-thumbnail>img{
  width: 100%;
  height: 200px;
}
.postimgfulick{
  display: block;
  width: 100%;
  height: auto;
  background-color: #eeeeee;
  margin-bottom: 1em;
}
.auter{
  color: #ffb26b;
  margin-right: 12px;
}
.auter>ul{
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.auter>ul>li{
  display: inline-block;
}
.auter>ul>li>a{
  color: #ffd56b;
  font-size: 0.9rem;
}
.auterdata>span{
  color: #bbb;
  vertical-align: baseline;
  padding-left: 15px;
  font-size: 0.9rem;
}
.posttitle{
  display: block;
}
.posttitle>a{
  color: #ffb26b;
  line-height: 1.5em;
  transition: all 0.3s;
  font-size: 1.1em;
  letter-spacing: -.7px;
  font-weight: 600;
}
.posttitle>a:hover{
  color: #ffd56b;
}

.post-row{
  margin: 0 auto;
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.post-row>article{
  width: 50%;
  height: 300px;
  float: left;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.post-inner{
  margin-right: 30px;
}
.sildbgc1{
  background-color: #f0f0f0;
}
.sildbgc2{
  background-color: #f0f0f0;
}

/* footertop */
.footertopcontainer{
  background: #fdfdfd;
}
/* footer1 */
.footercontainer{
  background: #33363b;
}
.footercontainer >.hu-pad>.col-md-6>p{
  color: #aaa;
}
.footertext>.textwidget{
  color: #aaa;
}
.footericon{
  color: #aaa;
}
.footericon>p{
  display: inline-block;
  float: right;
}
.footericonimg{
  float: right;
    margin: 0 10px;
}
.footertop>.col-sm-3>img{
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:1280px){
  .post-row>article{
    height: 450px;
  }
  .post-thumbnail>img{
    width: 100%;
    height: 280px;
  }
}
@media screen and (min-width:1281px) and (max-width:1450px){
  .hu-pad{
    padding: 30px 10px 20px;
  }
  .post-thumbnail>img{
    height: 200px;
  }
  .post-row>article{
    height: 400px;
  }
}
@media screen and (max-width:960px){
  #page{
    margin-top: 0px;
  }
  .page-title h2{
    text-align: center;
  }
  .page-title h2 span{
    display: block;
    padding-left: 0px;
  }
  .auterdata>span{
    display: block;
    padding-left: 0px;
    font-size: 0.7rem;
  }
  .auter>ul>li>a{
    font-size: 0.7rem;
  }
  .posttitle>a{
    font-size: 1em;
  }
  .post-row>article{
    height: auto;
    width: 100%;
  }
  .post-inner{
    margin-right: 15px;
    
  }
  .post-thumbnail>img{
    height: auto;
  }
}
@media screen and (min-width:961px) and (max-width:1240px){
  .hu-pad{
    padding: 30px 10px 20px;
  }
  .post-row>article{
    height: auto;
    width: 100%;
  }
  .post-thumbnail>img{
    height: auto;
  }
}
@media screen and (max-width:760px){
  .post-row>article{
    width: 100%;
    height: auto;
  }
  .post-thumbnail>img{
    height: auto;
  }
  #page{
      padding-bottom:0px;
      margin-top:0px;
      padding-left:0px;
      padding-right:0px
  }
  .post-row{
      padding-left: 0px;
  }
  .post-inner{
      margin-right: 0px;
  }
  .footercontainer >.hu-pad>.col-md-6>p{
      text-align: center;
  }
  .footertop>.col-sm-3>img{
    display: block;
    margin: 0 auto;
  }
  .footericon>p{
      display: block;
      float:none;
      text-align: center;
      margin: 0 auto;
  }
  .footertext>.textwidget{
    font-size: 0.8rem;
    text-align: center;
  }
}

/* 頁面區塊 */
.sing_content{
  width: 100%;
  height: auto;
  padding: 20px;
  word-break: break-all;
}
.archive_list>h2{
  margin-bottom: 0;
  font-size: 1.25rem;
}
.archive_data{
  font-size: 0.89em !important;
  display: block;
}
.archive_list{
  padding: 20px;
  display: block;
  background-color: #fff;
  color: #ffb26b;
  transition: all .3s ease;
  border-bottom: 1px solid #efefef;
}
.archive_list:hover{
  background-color: #ffb26b;
  color: #fff;
}
/* 搜尋 */
.searchtitle{
  font-size: 1.26em !important;
  letter-spacing: 4px;
}
.searchtitle>i{
  margin-right: 10px;
}

.notebox{
  background:#f0f0f0;
  position: relative;
  padding: 12px 15px;
  color: #888;
}
.notebox>span{
  font-weight: 600;
}
.notebox::before{
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f1f1f1;
  top: -8px;
  left: 13px;
}
.notebox::after,.notebox::before{
  display: inline-block;
  position: absolute;
  content: '';
}
.notebox .search-again{
  margin-top: 10px;
}
.screen-reader-text{
  display:none;
}
/* [role=search].search-form input[type=search]{
  line-height: 15px;
} */
.themeform button[type=submit], input[type=submit]{
  /* background: #ffb26b; */
  color: #fff;
  padding: 10px;
  font-weight: 600;
  height: 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
[role=search].search-form{
  display: flex;
}
[role=search].search-form label{
  position: relative;
  box-flex: 1;
  flex: 1;
  margin-right: 5px;
}
[role=search].search-form label input{
  padding-left: 26px;
  line-height: 20px;
  width: 100%;
}
[role=search].search-form label::after{
  color: #ccc;
  line-height: 1.714em;
  font-size: .875em;
  position: absolute;
  left: 10px;
  top: 8px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.search-form input[type=search]{
  background: #fff;
  border: 2px solid #ddd;
  color: #777;
  display: block;
  max-width: 100%;
  padding: 7px 8px;
}
.navigation {
  position: absolute;
  bottom: 0;
  padding: 10px;
}
.nav-previous{
  
}
.nav-previous>a,.nav-next>a{
  color: #ffb26b;
}
/* 404 */
.sidebar-top>h2>i,.entry>i{
  margin-right: 10px;
  color: rgb(238, 51, 51);
}
.entry{
  font-size: 1.125em;
  line-height: 1.6em;
  color: #666;
  margin: 1em 0px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
select {
  background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

/* footertop */
.back-to-top{
  background-color: #ffd56b;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 0;
  height: 35px;
  width: 35px;
  padding: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-align: center;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.back-to-top i{
  font-size: 18px;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.active{
  display: block;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
  border: none;
  line-height: 1;
  outline: none;
  transition: background 150ms ease-in-out;
}
.side_left>.calendar_wrap>table{
  width: 100%;
}
.side_right>.calendar_wrap>table{
  width: 100%;
}