@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");
/*font*/
@font-face {
  font-family: 'Gotham';
  src: local("Gotham Book"), local("Gotham-Book"), url('fonts/Gotham-Book.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
.gotham {
  font-family: 'Gotham', Arial, "微軟正黑體", '新細明體';
}
.text-hide {
  margin: 0!important;
}
.Arial {
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
}
.openSans {
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
}
@font-face {
  font-family: 'Myriad Pro';
  src: local("Myriad Pro"), local("Myriad-Pro"), url('fonts/MyriadPro-Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
.myriad {
  font-family: 'Myriad Pro', 'Gotham', Arial, "微軟正黑體", '新細明體';
}
/*Webkit,Opera9.5+,Ie9+*/
::selection {
  background-color: #727A7D;
  color: #fff;
}
/*Mozilla Firefox*/
::-moz-selection {
  background-color: #727A7D;
  color: #fff;
}
/*其他設定*/
/*上下留白*/
.paddingT3 {
  padding-top: 3%;
}
.paddingB3 {
  padding-bottom: 3%;
}
.padding30 {
  padding-top: 3%;
  padding-bottom: 3%;
}
.paddingT5 {
  padding-top: 5%;
}
.paddingB5 {
  padding-bottom: 5%;
}
.padding50 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.max-sm-size .paddingT3 {
  padding-top: 25px;
}
.max-sm-size .paddingB3 {
  padding-bottom: 25px;
}
.max-sm-size .padding30 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.max-sm-size .paddingT5 {
  padding-top: 40px;
}
.max-sm-size .paddingB5 {
  padding-bottom: 40px;
}
.max-sm-size .padding50 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding0 {
  padding: 0;
}
.loadIn {
  opacity: 0;
}
.no-cssanimations .loadIn {
  opacity: 1;
}
/*主版面*/
.no-cssanimations #header,
.no-cssanimations .header-top,
.no-cssanimations #banner {
  opacity: 1;
}
#header.blogHeader .header-top {
  padding: 0;
}
.max-sm-size #header.blogHeader .header-top {
  padding: 5px 0;
}
.max-sm-size #header.blogHeader .header-top .search input {
  width: 100px;
}
.max-sm-size #header.blogHeader .header-top .share {
  position: absolute;
  top: 5px;
  left: 15px;
  margin: 0;
  width: auto;
}
.max-sm-size #header.blogHeader .header-top .share a {
  margin: 0px 5px;
}
#header.blogHeader .navbar-header {
  margin-left: 15px;
}
.max-lg-size #header.blogHeader .navbar-header h2 {
  padding: 10% 0;
}
.max-sm-size #header.blogHeader .navbar-header h2 {
  padding: 0;
}
#header.blogHeader .navbar-header h2 img {
  transform: translateY(15px);
}
.max-sm-size #header.blogHeader .navbar-header h2 img {
  margin: 0;
  transform: translateY(0px);
}
#header.blogHeader .navbar-header .mainWeb {
  display: none;
  position: relative;
}
.max-sm-size #header.blogHeader .navbar-header .mainWeb {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#header.blogHeader .navbar-header .mainWeb a {
  display: block;
}
.max-sm-size #header.blogHeader .navbar-header .mainWeb a {
  margin-top: 5px;
}
#header.blogHeader .navbar-nav {
  position: relative;
}
#header.blogHeader .navbar-nav > li {
  padding-bottom: 0!important;
}
.max-sm-size #header.blogHeader .navbar-nav .mainWeb {
  display: none;
}
.max-sm-size #header.blogHeader .navbar-nav li.language {
  border-top: 1px solid #e7e7e7;
  margin-top: -1px;
}
#header.blogHeader .navbar-nav > li:not(.language) {
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
}
.max-sm-size #header.blogHeader .navbar-nav > li:not(.language) {
  width: 33.3%;
  float: left;
}
#header.blogHeader .navbar-nav > li:not(.language) > a {
  text-align: center;
  font-family: 'Gotham', Arial, "微軟正黑體", '新細明體';
  color: #9FA1A2;
}
.max-md-size #header.blogHeader .navbar-nav > li:not(.language) > a {
  font-size: 12px;
  padding: 10px;
}
#header.blogHeader .navbar-nav > li:not(.language) > a .menuPic {
  display: block;
  margin-bottom: 5px;
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}
.max-md-size #header.blogHeader .navbar-nav > li:not(.language) > a .menuPic img {
  height: 70%;
}
#header.blogHeader .navbar-nav > li:not(.language):hover > a .menuPic {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}
#header.blogHeader .navbar-nav:first-child {
  margin-left: 15px;
}
.max-sm-size #header.blogHeader .navbar-nav:first-child {
  margin-left: 0;
}
#header.blogHeader .navbar-nav:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 90px;
  background-color: #F2F2F2;
}
#header.blogHeader .mainWeb {
  overflow: hidden;
  margin-left: 2px;
}
#header.blogHeader .mainWeb:before {
  content: '';
  display: block;
  width: 25px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-45deg);
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 10;
  transition: 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#header.blogHeader .mainWeb:hover:before {
  right: 180px;
  transition: 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#header.blogHeader .mainWeb a span {
  font-family: 'Gotham', Arial, "微軟正黑體", '新細明體';
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
  color: #676767;
}
#header.blogHeader .mainWeb a small {
  display: block;
  font-size: 11px;
  letter-spacing: .02em;
}
#header.blogHeader .mainWeb:hover a span {
  color: #4e4e4e;
}
#header.blogHeader .mainWeb:hover a small {
  color: #858889;
}
.footer.blogFooter .footer-top {
  background-color: #FAFAFA;
  padding: 2% 15px;
}
.max-sm-size .footer.blogFooter .footer-top {
  text-align: center;
}
.footer.blogFooter .footer-top p {
  color: #B4B4B4;
}
.footer.blogFooter .footer-top .slogan {
  color: #6C6C6C;
  font-weight: lighter;
  font-size: 20px;
}
.max-sm-size .footer.blogFooter .footer-top .slogan {
  font-size: 15px;
}
.footer.blogFooter .share {
  width: 50%;
}
.footer.blogFooter .share > span {
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
}
.max-sm-size .footer.blogFooter .share {
  width: 100%;
}
.footer.blogFooter .copyright {
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
}
.max-sm-size .footer.blogFooter .copyright .bottom-link {
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
/*--------------------------
blog Index
---------------------------*/
.blockquote {
  text-align: center;
  padding: 3% 15px;
}
.max-sm-size .blockquote {
  padding: 30px 15px;
}
.blockquote .inner {
  position: relative;
  display: inline-block;
  padding: 50px;
  font-size: 25px;
  line-height: 1.7;
  font-family: 'Myriad Pro', 'Gotham', Arial, "微軟正黑體", '新細明體';
  font-weight: lighter;
}
.max-sm-size .blockquote .inner {
  font-size: 18px;
}
.blockquote .inner:before {
  content: "“";
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 1;
  color: #36CFD7;
}
.blockquote .inner:after {
  content: "”";
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-size: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 1;
  color: #36CFD7;
}
.blogTitle {
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-size: 350%;
  font-weight: normal;
  color: #727A7D;
}
.max-sm-size .blogTitle {
  font-size: 200% !important;
  padding-left: 15px;
  padding-right: 15px;
}
.gray {
  background-color: #FAFAFA;
}
.lastestArticle {
  padding-top: 3%;
  padding-bottom: 3%;
}
.lastestArticle .row > div {
  text-align: center;
  padding: 0px 15px;
}
.lastestArticle .item {
  background-color: #fff;
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto 3em;
  text-align: left;
}
.lastestArticle .item > a {
  display: block;
  background-color: #fff;
}
.lastestArticle .item:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #B6E34A;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.lastestArticle .item:hover:after {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.lastestArticle .item .pic {
  height: 260px;
  overflow: hidden;
}
.lastestArticle .item .pic img {
  transform: scale(1);
  transition: 0.8s ease-in-out;
}
.lastestArticle .item:hover .pic img {
  transform: scale(1.05);
  transition: 0.8s ease-in-out;
}
.lastestArticle .item .text {
  position: relative;
  padding: 10px 15px;
}
.lastestArticle .item .text .category {
  position: absolute;
  padding: 5px 10px;
  top: -35px;
  left: 0;
  height: 30px;
  background-color: #F3F3F3;
  color: #939393;
}
.lastestArticle .item .text .title {
  margin-top: 0;
  font-family: 'Gotham', Arial, "微軟正黑體", '新細明體';
  font-size: 18px;
  color: #686868;
  font-weight: lighter;
}
.lastestArticle .item .text .des {
  font-size: 15px;
  font-weight: lighter;
  font-family: 'Gotham', Arial, "微軟正黑體", '新細明體';
  color: #B4B4B4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lastestArticle .item .infoBar {
  text-align: right;
  border-top: 1px solid #F1F1F1;
  padding: 10px 15px;
  background-color: #fff;
}
.lastestArticle .item .infoBar > div {
  display: inline-block;
}
.lastestArticle .item .infoBar > div.date {
  color: #36CFD7;
  float: left;
}
.lastestArticle .item .infoBar > div.comments {
  text-decoration: underline;
  color: #B4B4B4;
}
.popular {
  display: inline-block;
}
.popular .amount {
  background-color: #F6F6F6;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
}
.popular .amount:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #F6F6F6;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
}
.popular .heart {
  display: inline-block;
  cursor: pointer;
  color: #CDCDCD;
}
.popular .heart.isPopular,
.popular .heart:hover {
  color: #EA4B45;
}
.focus .row > div {
  padding: 0 15px;
}
.focus .item {
  display: inline-block;
  position: relative;
  background-color: #fff;
  z-index: 3;
  margin-bottom: 2em;
}
.focus .item:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}
.focus .item:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #B6E34A;
  z-index: -2;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.focus .item:hover:after {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.focus .item .pic {
  height: 260px;
}
.focus .item .text {
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
  padding: 1em;
}
.focus .item .text .title {
  font-size: 18px;
  color: #686868;
  margin: 0;
  margin-bottom: .5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.focus .item .text .des {
  font-size: 120%;
  margin-bottom: 0;
}
/*--------------------------
blog articles
---------------------------*/
.loadMore {
  display: block;
  background-color: #36CFD7;
  color: #fff;
  width: 100%;
  max-width: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  border-radius: 5px;
  transition: 0.5s easse-in-out;
}
.loadMore:hover {
  background-color: #24afb6;
  transition: 0.5s easse-in-out;
}
.shareIcons {
  position: relative;
  height: 100px;
  padding: 1em 0;
}
.shareIcons .shareaholic-share-buttons-container {
  width: 100%;
  text-align: center;
}
.shareIcons i.shareaholic-service-icon {
  width: 30px!important;
  height: 30px!important;
  font-size: 18px!important;
}
.shareIcons i.shareaholic-service-icon:before {
  top: 6px!important;
  left: 6px!important;
}
/*--------------------------
blog article
---------------------------*/
#banner .slider.pageslider {
  height: 433px;
  z-index: 1;
}
#banner .slider.pageslider .slick-dots {
  margin-top: -120px;
  z-index: 5;
}
#banner .bluebar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.breadcrumb {
  background-color: #fff;
  margin: 10px auto;
}
.breadcrumb li {
  color: #D6D6D6;
}
.breadcrumb li a {
  color: #D6D6D6;
  font-size: 15px;
}
.breadcrumb li a:hover {
  color: #36CFD7;
}
.article-header .blogTitle {
  font-size: 300%;
}
.max-sm-size .article-header .blogTitle {
  padding-left: 0;
  padding-right: 0;
}
.article-header .info p {
  display: inline-block;
}
.article-header .info .iconM-pencil:before {
  font-size: 20px;
  color: #606060;
}
.article-header .info a {
  color: #36CFD7;
}
.article-body {
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-size: 15px;
  color: #B8B8B8;
}
.leaveComment .comments,
.leaveComment .commentForm {
  padding: 15px;
}
.comments {
  height: 478px;
}
.max-sm-size .comments {
  height: auto;
}
.comments .mCSB_dragger_bar {
  background-color: #D8D8D8!important;
}
.comments .mCSB_draggerRail {
  background-color: #fff!important;
}
.comments .table-group table th,
.comments .table-group table td {
  vertical-align: top;
  padding: 1%;
}
.comments .table-group table th {
  width: 15%;
  min-width: 135px;
  text-align: right;
}
.max-sm-size .comments .table-group table th {
  min-width: 80px;
}
.comments .table-group table th img {
  max-width: 100%;
}
.comments .table-group table th .neme {
  color: #36CFD7;
  font-size: 18px;
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
}
.comments .table-group table th time {
  color: #B2B2B2;
  font-size: 14px;
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
}
.comments .table-group table td {
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-size: 15px;
  color: #72787C;
}
.comments .table-group table td .dialog {
  background-color: #fff;
  display: block;
  padding: 1em;
  position: relative;
  margin-left: 30px;
  box-shadow: 5px 5px 5px #E0E0E0;
}
.comments .table-group table td .dialog:before {
  content: '';
  background: url(images/blog/commentDialog.png) center no-repeat;
  width: 31px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
.commentForm .form-group {
  position: relative;
}
.commentForm .inputName {
  position: absolute;
  top: 15px;
  left: 15px;
}
.commentForm input {
  height: 50px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
  text-align: right;
}
.commentForm textarea {
  border-radius: 0;
  height: 200px;
  border: 1px solid #E0E0E0;
  resize: none;
  padding: 50px 15px 15px;
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
}
.commentForm .input-group-addon-prev {
  padding-right: 140px;
}
.commentForm .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  padding-left: 0;
  background-color: #fff;
}
.commentForm .btn {
  display: block;
  background-color: #36CFD7;
  color: #fff;
  width: 100%;
  max-width: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  border-radius: 5px;
  transition: 0.5s easse-in-out;
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
}
.commentForm .btn:hover {
  background-color: #24afb6;
  transition: 0.5s easse-in-out;
}
/*--------------------------
blog faqs
---------------------------*/
.faqs .row > div {
  padding: 0px 15px;
}
.faqs .item {
  display: block;
  background-color: #fff;
  width: 100%;
  position: relative;
  margin-bottom: 3em;
}
.faqs .item .pic {
  height: 260px;
}
.faqs .item .title {
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
  color: #6D6D6D;
  padding: 10px;
}
.faqs .item:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}
.faqs .item:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
  transition: 0.5s ease-in-out;
  background-color: #B6E34A;
  opacity: 0;
}
.faqs .item:hover:after {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
/*--------------------------
blog faq
---------------------------*/
.faq .blogTitle {
  padding-bottom: 2%;
  margin: 0;
  font-size: 300%;
}
.max-sm-size .faq .blogTitle {
  padding-left: 0;
  padding-right: 0;
}
.faqline {
  border-bottom-color: #EFEFEF !important;
  margin-bottom: 2em !important;
}
.folder.blog-theme {
  box-shadow: 0 0 0 transparent;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 1.5em;
}
.folder.blog-theme .title {
  background-color: #fff!important;
  padding: 0;
}
.folder.blog-theme .title .quest {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-weight: lighter;
  font-size: 25px;
  color: #fff;
  background-color: #36CFD7;
  border-radius: 50%;
  margin-right: 20px;
  transition: 0.5s ease-in-out;
}
.folder.blog-theme .title .quest:before {
  display: none;
}
.folder.blog-theme .title .tit {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-weight: lighter;
  color: #36CFD7;
  transition: 0.5s ease-in-out;
  max-width: calc(100% - 100px);
}
.folder.blog-theme .title .icon-add {
  color: #36CFD7;
  line-height: 47px;
}
.folder.blog-theme .title.open .icon-add:before {
  content: '\e15b' !important;
}
.folder.blog-theme .title.shut .quest {
  background-color: #FAFAFA;
  color: #72777A;
  transition: 0.5s ease-in-out;
}
.folder.blog-theme .title.shut .tit {
  color: #72777A;
  transition: 0.5s ease-in-out;
}
.folder.blog-theme .title.shut .icon-add {
  color: #72777A;
}
.folder.blog-theme .title.shut .icon-add:before {
  content: "\e145" !important;
}
.folder.blog-theme > .contain {
  background-color: #fff!important;
  padding: 0;
  padding-top: 1em;
}
.folder.blog-theme > .contain .answer {
  display: inline-block;
  vertical-align: top;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-weight: lighter;
  font-size: 25px;
  color: #fff;
  background-color: #8CDF1B;
  border-radius: 50%;
}
.folder.blog-theme > .contain .answerCont {
  width: calc(100% - 70px);
  display: inline-block;
  background-color: #FAFAFA;
  padding: 1.5em;
  float: right;
  color: #B8B8B8;
  font-family: 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-size: 15px;
}
/*--------------------------
blog search
---------------------------*/
.searchContent .dash {
  border-bottom-color: #BFBFBF;
}
.searchContent .searchTit {
  font-family: 'Open Sans', 'Gotham', Arial, '微軟正黑體', '新細明體';
  font-size: 180%;
  color: #72787C;
  text-align: center;
}
