@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Arial, "Microsoft JhengHei";
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  background: #f1f1f1 url(../images/ccc.png) repeat center center;
}

:root {
  --primary: #279bab;
  --info: #228896;
}

a {
  color: var(--info);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--info);
  outline: none;
  text-decoration: none !important;
}

p {
  margin-bottom: 0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Arial, "Microsoft JhengHei";
  font-weight: 400;
  margin: 0 0 30px 0;
}

h2,
.h2 {
  font-size: 26px;
}


hr {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #ccc;
}



figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}

figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
  font-family: Arial, "Microsoft JhengHei";
}


.k_title {
  height: 45px;
}

.toEnd {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 130px solid transparent;
  border-top: 100px solid #337ab7;
  position: absolute;
  z-index: 9999999;
  cursor: pointer;
}

.toEnd_text {
  width: 150px;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 99999999999999;
  padding-top: 10px;
  padding-left: 10px;
}

.tofull {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 130px solid transparent;
  border-top: 100px solid red;
  position: absolute;
  z-index: 9999999;
  cursor: pointer;
}

.tofull_text {
  width: 150px;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 99999999999999;
  padding-top: 10px;
  padding-left: 10px;
}

.tofull_love {
  width: 35px;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 9999;
  top: 20px;
  right: 10px;
}

.tofull_mylove {
  width: 35px;
  font-size: 22px;
  line-height: 24px;
  color: #d43f3a;
  font-weight: 600;
  position: absolute;
  z-index: 9999;
  top: 20px;
  right: 10px;
}

.tofull_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 9999999999;
}

.member_box {
  font-size: 20px;
  line-height: 35px;
  color: #555;
  font-weight: 400;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #ccc;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.member_box img {
  width: 80px;
}

/*跳出視窗*/
.modal-title {
  font-size: 28px;
  padding-bottom: 15px;
  text-align: left;
  background-color: #fff;
  color: #333;
}

.modal-dialog {
  width: 600px;
  margin: 0px auto;
  z-index: 999999;
}

.modal-header {
  font-size: 28px;
  padding-bottom: 15px;
  text-align: left;
  background-color: #fff;
  color: #0ca299;
  font-weight: 600;
}

.modal-content {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 999999;
  background-color: #ffffff;
  border: 0px solid #999999;
  border: 0px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  margin-top: 130px;
  margin-bottom: 50px;
  padding: 20px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=20);
  background: #777;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=50);
  background: #888;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

button.close {
  color: #fff;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  background: #888;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
  width: 40px;
}



.table_s>thead>tr>th,
.table_s>thead>tr>td,
.table_s>tbody>tr>th,
.table_s>tbody>tr>td,
.table_s>tfoot>tr>th,
.table_s>tfoot>tr>td {
  padding: 10px 0px;
  line-height: 1.42857;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  color: #555;
}


.get_line {
  border-left: 3px solid #bbb;
}

.m_icon {
  width: 50px;
  color: #555;
}

.mini_icon {
  width: 30px;
  color: #555;
}

.btn-buy {
  font-size: 22px;
  padding: 8px 0 8px 0;
  color: #fff;
  background-color: #22ac38;
  border-color: #22ac38;
  margin-top: 0px;
  border: 0px solid #fff;
}

.cart_bar {
  width: 100%;
  background: #fff;
  border-top: 0px solid #fff;
  position: fixed;
  bottom: 25px;
  z-index: 99999999;
  left: 0px;
  padding: 0px;
}

.m_foot {
  color: #fff;
  font-size: 11px;
  width: 100%;
  background: #333;
  border-top: 0px solid #fff;
  position: fixed;
  bottom: 0px;
  z-index: 999999999999999999999999999;
  left: 0px;
  padding: 6px;
  text-align: center;
}

.well {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid #e3e3e3;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}



.line_right {
  border-right: 1px solid #ddd;
}

.ball {
  border: 0px solid #ccc;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 1px;
  width: 90px;
  height: 90px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
  text-align: center;
  background: #fff;
}

.ball h4 {
  font-size: 21px;
}

.ball_r {
  color: #fff;
  background: #e60012;
}

.ball_r h4 {
  color: #fff;
}

.activity_top {
  position: fixed;
}

.time {
  color: #bbb;
}


.gototop {
  color: #e60012;
  font-size: 18px;
  background-color: #3b5998;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 60px;
  cursor: pointer;
}

.red {
  color: #e60012 !important;
}

.reds {
  color: #e60012 !important;
  font-size: 18px;
}

.facebook_btn {
  width: 49%;
  color: #fff;
  font-size: 15px;
  padding: 8px 10px;
  background-color: #3b5998;
  border: 0px;
  float: left;
  margin-right: 1%;
}

.google_btn {
  width: 50%;
  color: #fff;
  font-size: 15px;
  padding: 8px 10px;
  background-color: #c32f10;
  border: 0px;
  float: left;
}

.twitter_btn {
  width: 32%;
  color: #fff;
  font-size: 15px;
  padding: 8px 10px;
  background-color: #00aced;
  border: 0px;
  float: left;
}

/*FAQ展開選單*/
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
}

.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
  background-color: rgba(0, 0, 0, 0);
}

.panel-default>.panel-heading {
  font-size: 18px;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 5px 15px 5px 15px;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
  cursor: pointer;
  height: auto;
}

.list-group-item:hover,
.list-group-item:hover h4 {
  color: var(--primary);
}

.list-group-item h4 {
  font-size: 21px;
  color: #000;
  line-height: 24px;
  padding: 12px 0px;
  margin-bottom: 0px;
}

.list-group-item p {
  font-size: 18px;
  color: #999;
  line-height: 28px;
  background: #fff;
  padding: 15px;
}


.news_paper {
  background: #fff;
  padding: 30px;
  height: 275px;
}

.news_paper:hover .fh5co-text h2 {
  color: var(--primary);
}

.in_paper {
  background: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 28px;
}

.right_paper {
  background: #f1f1f1;
  margin-top: 20px;
  padding: 15px;
}


.list_paper {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  border-left: 0px solid #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.list_paper:hover {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  border-left: 5px solid var(--primary);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.list_paper:hover .fh5co-text h2 {
  color: var(--primary);
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb a {
  color: #555;
}

.breadcrumb>li+li::before {
  content: "/ ";
  padding: 0 5px;
  color: #555;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -moz-border-radius: .25em;
  border-radius: .25em;
}

.label-danger {
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4) !important;
}


/*底部分頁按鈕*/
.pagination>li>a,
.pagination>li>span {
  color: #555;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin: 0 3px;
  padding: 10px 17px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  cursor: default;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 3;
  color: #555;
  background-color: #eeeeee;
  border-color: #000;
}



.news_photo {
  float: left;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 20px;
  width: 30%;
}

.inside_top {
  margin-top: 0px;
}


.banner1 {
  background-image: url(../images/img_bg_1.jpg);
  background-attachment: fixed;
}

.banner2 {
  background-image: url(../images/img_bg_2.jpg);
  background-attachment: fixed;
}

.banner3 {
  background-image: url(../images/img_bg_3.jpg);
  background-attachment: fixed;
}

.inside_news {
  background-image: url(../images/news_top.jpg);
  background-position: top center;
  background-attachment: fixed;
  -moz-background-size: 1850px;
  background-size: 1850px;
  height: 200px;
  width: 100%;
  padding-top: 100px;
  padding-left: 70px;
}

.inside_news h3 {
  color: #fff;
  font-size: 45px;
  line-height: 10px;
  font-weight: 600;
}

.inside_news h5 {
  color: #fff;
  font-size: 18px;
  line-height: 10px;
  letter-spacing: 10px;
}

.english_f {
  color: #aaa;
  font-size: 24px;
}

.mt {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mb {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mp {
  padding: 9px 0px 0 16px;
}

.login {
  border: 1px solid #ccc;
  padding: 7px 60px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  margin: 15px 10%;
  background: #fff;
}

.login:hover {
  color: #fff;
  border: 1px solid #8fc31f;
  padding: 7px 60px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  margin: 15px 10%;
  background: #8fc31f;
}

.scale {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

  -moz-border-radius: 50%;
  border-radius: 50%;
}

.scale:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: #FFF 0px 0px 5px;
  -moz-box-shadow: #FFF 0px 0px 5px;
  box-shadow: #FFF 0px 0px 5px;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.imgBoxLeft {
  margin-right: 26px;
}

.imgBoxRight {
  margin-left: 26px;
  float: right;
}


.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}


@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}

::-webkit-selection {
  color: #fff;
  background: var(--info);
}

::-moz-selection {
  color: #fff;
  background: var(--info);
}

::selection {
  color: #fff;
  background: var(--info);
}

#fh5co-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}


/*版面左邊選單設定*/
#fh5co-aside {
  background: #73b1e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d0e4f7 25%, #73b1e7 50%, #539fe1 75%, #0a77d5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d0e4f7 25%, #73b1e7 50%, #539fe1 75%, #0a77d5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(25%, #d0e4f7), color-stop(50%, #73b1e7), color-stop(75%, #539fe1), to(#0a77d5));
  background: -moz-linear-gradient(top, #ffffff 0%, #d0e4f7 25%, #73b1e7 50%, #539fe1 75%, #0a77d5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d0e4f7 25%, #73b1e7 50%, #539fe1 75%, #0a77d5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0a77d5', GradientType=0);
  /* IE6-9 */
  padding-top: 15px;
  padding-bottom: 0px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  /*overflow-y: scroll;*/
  z-index: 1001;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #fh5co-aside {
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}

#fh5co-aside #fh5co-logo {
  text-align: center;
  font-family: Arial, "Microsoft JhengHei";
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  #fh5co-aside #fh5co-logo {
    margin-bottom: 1em;
  }
}

#fh5co-aside #fh5co-logo a {
  color: #000;
}

#fh5co-aside #fh5co-logo a span {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-aside #fh5co-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #fh5co-aside #fh5co-main-menu ul {
    margin: 0 0 2em 0;
  }
}

#fh5co-aside #fh5co-main-menu ul li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

#fh5co-aside #fh5co-main-menu ul li a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 17px;
  position: relative;
  padding: 10px 0px;
  letter-spacing: .2em;
  font-family: Arial, "Microsoft JhengHei";
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-aside #fh5co-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  /*background-color: var(--info);*/
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#fh5co-aside #fh5co-main-menu ul li a:hover {
  text-decoration: none;
  color: black;
  font-size: 22px;
  color: #8fc31f;
}

#fh5co-aside #fh5co-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
  color: black;
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-aside .fh5co-footer {
  position: absolute;
  bottom: 0px;
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #fh5co-aside .fh5co-footer {
    position: relative;
    bottom: 0;
  }
}

#fh5co-aside .fh5co-footer span {
  display: block;
}

#fh5co-aside .fh5co-footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

#fh5co-aside .fh5co-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

#fh5co-aside .fh5co-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 2px;
}

#fh5co-aside .fh5co-footer ul li a:hover,
#fh5co-aside .fh5co-footer ul li a:active,
#fh5co-aside .fh5co-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: var(--info);
}

#fh5co-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 50px;
  margin-block-end: 30px;

  @media (min-width: 640px) {
    margin-block-end: 0;
  }
}

@media screen and (max-width: 1200px) {
  #fh5co-main {
    width: 78%;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-main {
    width: 100%;
  }
}

#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 93%;
  margin: 0 auto;
  padding: 1em 0 0 0em;
  clear: both;
}


@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content {
    width: 100%;
    padding: 0em 1em 1em 1em;
  }

  #fh5co-main .fh5co-narrow-content>div:nth-of-type(2)>div:nth-of-type(2n+1) {
    content: "";
    clear: both !important;
  }
}

#fh5co-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  clear: both;
}

#fh5co-hero .btn {
  font-size: 24px;
}

#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}

#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#fh5co-hero .flexslider .slides .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.35);
}

#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  min-height: 500px;
  position: relative;
}

#fh5co-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}

#fh5co-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}

#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #fff;
}

#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}

#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  z-index: 9;
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 6em 2em 0em 2em;
}

@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text>.slider-text-inner {
    text-align: center;
  }
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner h1,
#fh5co-hero .flexslider .slider-text>.slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
  font-family: Arial, "Microsoft JhengHei";
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.3;
  font-family: Arial, "Microsoft JhengHei";
}

@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 28px;
  }
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner h2 a {
  color: rgba(34, 136, 150, 0.8);
  border-bottom: 1px solid rgba(34, 136, 150, 0.7);
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner .heading-section {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 30px;
  }
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner s .fh5co-lead {
  font-size: 20px;
  color: #fff;
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner s .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner .btn {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 22px 30px !important;
  border: none;
  font-weight: 500;
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
  background: #fff;
  color: #000;
}

#fh5co-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text>.slider-text-inner .btn {
    width: 100%;
  }
}

.fh5co-bg-color {
  width: 100%;
  float: left;
  background: #fff;
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #fh5co-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  z-index: 999;
  position: fixed;
  padding-top: 30px;
}

body.offcanvas #fh5co-main,
body.offcanvas .fh5co-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  transform: translateX(270px);
}

.fh5co-services {
  margin-top: 5px;
}

.fh5co-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 0px;
  }

}

.blog-entry:hover {
  margin-bottom: 0px;
  -moz-box-shadow: 2px 2px 12px 2px rgba(10%, 10%, 10%, 0.3);
  -webkit-box-shadow: 2px 2px 12px 2px rgba(10%, 10%, 10%, 0.3);
  box-shadow: 2px 2px 12px 2px rgba(10%, 10%, 10%, 0.3);
}

.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  height: 250px;
}

.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  transition: 0.9s;
}

.blog-entry .desc {
  padding: 25px;
  height: 410px;
}



.blog-entry .desc h3 {
  text-transform: uppercase;
  margin-bottom: 7px;
  letter-spacing: 1px;
  line-height: auto;
  font-weight: 600;
  font-size: 13px;
}

.blog-entry .desc h3 a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.blog-entry .desc span {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4) !important;
}

.blog-entry .desc span small i {
  color: #e6e6e6;
}

.blog-entry .desc .lead {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  background: #f1f1f1;
  padding: 7px;
}

.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.work {
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
  width: 100%;
  display: table;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .work {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .work {
    height: 270px;
  }
}

.work .desc {
  display: table-cell;
  vertical-align: middle;
  height: 270px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.work .desc h3 {
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  -moz-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

.work .desc span {
  display: block;
  color: #999999;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

@media screen and (max-width: 768px) {
  .work .desc {
    opacity: 1;
    background: transparent !important;
  }

  .work .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
  }

  .work .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.work:hover .desc {
  opacity: 1;
}

.work:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.work:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fh5co-lead {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

.fh5co-heading-colored {
  color: #228b22;
  font-size: 30px;
  border-left: 1px solid #999;
  padding-left: 10px;
}

.fh5co-cards {
  padding: 1em 0;
  background: #e6e6e6;
}

@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 1em 0;
  }
}

.fh5co-cards .fh5co-flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

.fh5co-cards .fh5co-flex-wrap>div {
  width: 49.5%;
  margin-right: 1%;
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}

.fh5co-cards .fh5co-flex-wrap>div:nth-of-type(1) {
  float: left;
}

.fh5co-cards .fh5co-flex-wrap>div:nth-of-type(2) {
  float: right;
  margin-right: 0%;
}

@media screen and (max-width: 992px) {
  .fh5co-cards .fh5co-flex-wrap>div {
    width: 100%;
    margin-right: 0;
  }
}

.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
  margin-bottom: 0;
}

.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 4px 8px;
  background: #ebebeb;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: var(--info);
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}

.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-number.fh5co-left {
    width: 100%;
    line-height: 1.2;
  }
}

.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-text {
    width: 100%;
    text-align: center;
  }
}

.fh5co-text h2 {
  color: #000;
}

.fh5co-text h2:hover {
  color: var(--primary);
}


.fh5co-counter .fh5co-text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}

.fh5co-counter .fh5co-text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .fh5co-social li a {
    padding: 10px 8px;
  }
}

.fh5co-social li a:hover {
  color: var(--info);
}

.fh5co-social li a:hover,
.fh5co-social li a:active,
.fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
  color: var(--info);
}

#map {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-more-contact {
  background: #fafafa;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  position: relative;
}

.fh5co-feature .fh5co-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-feature .fh5co-icon i {
  display: table-cell;
  vertical-align: middle;
  color: var(--info);
  font-size: 40px;
  height: 100px;
}

@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}

.fh5co-feature .fh5co-text {
  padding-left: 0px;
  width: 100%;
}

.fh5co-feature .fh5co-text span {
  line-height: 35px;
}

.fh5co-feature .fh5co-text h2,
.fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}

.fh5co-feature .fh5co-text h3 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  text-transform: uppercase;
}

.fh5co-feature .fh5co-text h3:hover {
  color: var(--primary);
}

.fh5co-feature.fh5co-feature-sm .fh5co-text {
  margin-top: 30px;
}

.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: var(--info);
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}

.fh5co-heading {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.fh5co-heading.fh5co-light {
  color: #fff;
}

.fh5co-heading span {
  display: block;
}

@media screen and (max-width: 768px) {
  .fh5co-heading {
    margin-bottom: 1em;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: Arial, "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}

.btn.btn-sm {
  padding: 4px 15px !important;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-default {
  background: #555;
  color: #fff;
  border: 0px solid #555;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #fff;
  background: #999 !important;
  border-color: #999 !important;
}

.money {
  color: #e60012;
  width: 100%;
  cursor: text;
  font-size: 36px;
  line-height: 24px;
}

.black {
  color: #000;
  width: 100%;
  cursor: text;
  font-size: 16px;
  line-height: 24px;
}

.btn-white {
  background: #fff;
  color: #888;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
  text-align: center;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #000;
  background: #f5f5f5 !important;
  border-color: #ccc !important;
}

.btn-get {
  display: inline-block;
  width: auto;
  background: var(--primary);
  color: #fff;
  border: 2px solid var(--primary);
  font-size: 18px;
  text-align: center;
}

.btn-get:hover,
.btn-get:focus,
.btn-get:active {
  color: #fff;
  background: #3ab4c5 !important;
  border-color: #3ab4c5 !important;
}

.btn-getn {
  background: #555;
  color: #fff;
  border: 2px solid #555;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.btn-getn:hover,
.btn-getn:focus,
.btn-getn:active {
  color: #fff;
  background: #999 !important;
  border-color: #999 !important;
}

.btn-full {
  background: #e60012;
  color: #fff;
  border: 2px solid #e60012;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.btn-full:hover,
.btn-full:focus,
.btn-full:active {
  color: #fff;
  background: #e60012 !important;
  border-color: #e60012 !important;
}

.btn-get2,
.btn-get2:hover {
  background: #333;
  color: #fff;
  border: 2px solid #333;
  width: 100%;
}

.btn-primary {
  background: #8fc31f;
  color: #fff;
  border: 2px solid #8fc31f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: var(--info);
  border: 2px solid var(--info);
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: var(--info);
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control {
  height: 44px;
  font-size: 16px;
  margin-bottom: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: var(--info);
}

#message {
  height: 130px;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #fff;
}

.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 0px 10px 10px 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #bbb;
  margin: 20px 10px;
}

.imgBoxLeft,
.imgBoxRight,
.imgBoxGroups {
  padding: 0;
  margin-bottom: 36px;
  clear: both;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.imgBoxLeft {
  margin-right: 36px;
  float: left;
}

.imgBoxRight {
  margin-left: 36px;
  float: right;
}

.imgBoxLeft img,
.imgBoxRight img,
.imgBoxGroups img {
  margin-bottom: 0px;
  width: 100%;
}

.imgBoxLeft p,
.imgBoxRight p,
.imgBoxGroups p {
  margin: 0;
  padding: 6px 10px 6px 10px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 0.941em;
  background-color: #f7f7f7;
  color: #4d4d4d;
}

.imgBoxLeft p:before,
.imgBoxRight p:before,
.imgBoxGroups p:before {
  content: "\27A4";
  color: #4d4d4d;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.col-padding {
  padding: 10px !important;
}






.js .animate-box {
  opacity: 0;
}



/* 1600設定*/
@media screen and (max-width: 1600px) {
  .blog-entry .desc {
    padding: 25px;
    height: 400px;
  }

  .blog-entry .desc h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: auto;
    height: 35px;
  }

  .blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    height: auto;
  }
}


/* 1440設定*/
@media screen and (max-width: 1440px) {


  .ball {
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 1px;
    width: 83px;
    height: 83px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    float: right;
    text-align: center;
  }

  .blog-entry .desc {
    padding: 25px;
    height: 380px;
  }
}

/* 1366設定*/
@media screen and (max-width: 1366px) {


  .ball {
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 1px;
    width: 75px;
    height: 75px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    float: right;
    text-align: center;
  }

  .blog-entry .desc {
    padding: 25px;
    height: 360px;
  }


}



/* 1280設定*/
@media screen and (max-width: 1280px) {

  #fh5co-aside #fh5co-logo {
    margin-bottom: 0em;
  }


  #fh5co-aside .fh5co-footer {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
  }

  #fh5co-aside #fh5co-main-menu ul {
    margin-top: 20px;
  }

  #fh5co-aside #fh5co-main-menu ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
  }

  #fh5co-aside #fh5co-main-menu ul li a {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    padding: 10px 0px;
    letter-spacing: .2em;
    font-family: Arial, "Microsoft JhengHei";
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }




  #fh5co-aside .fh5co-footer {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
  }

  #fh5co-aside #fh5co-main-menu ul li a {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    padding: 10px 0px;
    letter-spacing: .2em;
    font-family: Arial, "Microsoft JhengHei";
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }


  .ball {
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 1px;
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    float: right;
    text-align: center;
  }

  .ball h4 {
    font-size: 16px;
  }


  .blog-entry .desc {
    padding: 10px;
    height: 350px;
  }
}


/* 1024設定*/
@media screen and (max-width: 1024px) {


  .ball {
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 1px;
    width: 53px;
    height: 53px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    float: right;
    text-align: center;
  }

  .ball h4 {
    font-size: 12px;
  }



  .blog-entry .desc {
    padding: 10px;
    height: 300px;
  }

  .blog-entry .desc span {
    font-size: 13px;
  }

  .blog-entry .desc h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: auto;
    height: 35px;
  }

  .blog-entry .desc h3 a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
  }

  .blog-entry .desc p {
    font-size: 14px;
  }

  .blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    height: 150px;
  }
}


/* 平板設定*/
@media screen and (max-width: 768px) {

  /*LOGO*/
  .inside_top>a:nth-of-type(1)>img {
    width: 50%;
    margin-left: 68px;
    margin-top: -60px;
  }

  #fh5co-aside #fh5co-logo {
    display: none;
  }


  .news_photo {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }


  /*跳出視窗*/
  .modal-dialog {
    width: 94%;
    margin: 40px auto;
    z-index: 999999;
  }


  .ball {
    border: 0px solid #ccc;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 1px;
    width: 75px;
    height: 75px;
    margin-top: 10px;
    margin-right: 7px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    background: #fff;
  }

  .ball h4 {
    font-size: 18px;
  }



  .inside_top {
    margin-top: 70px;
  }


  .facebook_btn {
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    background-color: #3b5998;
    border: 0px;
    float: left;
    margin-right: 0%;
    margin-bottom: 10px;
  }

  .google_btn {
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    background-color: #c32f10;
    border: 0px;
    float: left;
  }

  .twitter_btn {
    width: 32%;
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    background-color: #00aced;
    border: 0px;
    float: left;
  }

  .news_paper {
    background: #fff;
    padding: 20px;
    height: auto;
  }




  .in_paper {
    padding: 10px;
  }

  .list_paper {
    padding: 10px;
    width: 94%;
    margin-left: 3%;
  }

  .blog-entry .blog-img {
    height: auto;
  }

  .blog-entry .desc {
    height: auto;
  }

  .blog-entry .desc h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: auto;
    height: 35px;
  }


  .blog-entry .desc h3 a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
  }
}



/* 5.5 手機設定*/
@media screen and (max-width: 414px) {


  .k_title {
    height: auto;
  }

  .blog-entry .desc h3 {
    height: auto;
    margin-bottom: 10px;
  }

  .nolr {
    padding: 0px;
    margin: 0px;
    border-right: 1px solid #ddd;
  }



  .member_box {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ccc;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
  }

  .member_box img {
    width: 50px;
  }

  /*跳出視窗*/
  .modal-dialog {
    width: 94%;
    margin: 40px auto;
    z-index: 999999;
  }

  .modal-content,
  .modal-body {
    padding: 10px;
  }


  .get_line {
    border-left: 0px solid #bbb;
    border-bottom: 3px solid #bbb;
  }




  .line_right {
    border-right: 0px solid #ddd;
  }

  .ball h4 {
    font-size: 18px;
  }




  .ball {
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 1px;
    width: 85px;
    height: 85px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: right;
    text-align: center;
  }

  .ball_right {
    margin-right: 55px;
  }

  .list_paper,
  .list_paper:hover {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    border-left: 0px solid #ddd;
  }


  .news_photo {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }


  .inside_top {
    margin-top: 0px;
  }

  /*LOGO*/
  .inside_top>a:nth-of-type(1)>img {
    width: 75%;
    margin-left: 68px;
    margin-top: 7px;
  }

  #fh5co-aside {
    padding-top: 0px;
    overflow-y: scroll;

  }

  .blog-entry .desc {
    padding: 12px;
  }


  .banner1 {
    background-image: url(../images/img_bg_1.jpg);
    background-attachment: scroll;
    -moz-background-size: 500px;
    background-size: 500px;
  }

  .banner2 {
    background-image: url(../images/img_bg_2.jpg);
    background-attachment: scroll;
    -moz-background-size: 500px;
    background-size: 500px;
  }

  .banner3 {
    background-image: url(../images/img_bg_3.jpg);
    background-attachment: scroll;
    -moz-background-size: 500px;
    background-size: 500px;
  }

  .inside_news {
    background-image: url(../images/news_top.jpg);
    background-attachment: scroll;
    -moz-background-size: 1000px;
    background-size: 1000px;
    background-position: top center;
    height: 170px;
    width: 100%;
  }



}


/* 手機4.7吋設定*/
@media screen and (max-width: 375px) {




  .member_box {
    font-size: 15px;
    line-height: 26px;
    height: 80px;
  }

  .ball_right {
    margin-right: 40px;
  }


}



/* 手機4吋設定*/
@media screen and (max-width: 320px) {


  .member_box {
    font-size: 14px;
    line-height: 22px;
    height: 65px;
  }

  .member_box img {
    width: 40px;
  }


  .table_s>thead>tr>th,
  .table_s>thead>tr>td,
  .table_s>tbody>tr>th,
  .table_s>tbody>tr>td,
  .table_s>tfoot>tr>th,
  .table_s>tfoot>tr>td {
    font-size: 14px;
    padding: 5px 0px;
  }

  .ball_right {
    margin-right: 12px;
  }


  .fh5co-nav-toggle {
    margin: 10px;
  }

}

.text-gray {
  color: #999;
}

#consultToggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: 0;
  padding: 5px 10px;
  cursor: pointer;

  @media (hover: hover) and (pointer: fine) {
    &:hover {
      background-color: #f6f6f6;

      span {
        color: var(--primary);
      }
    }
  }

  &[aria-expanded="true"] {
    .consult-arrow {
      transform: rotate(180deg);
    }
  }

  span {
    display: flex;
    align-items: center;
    column-gap: 5px;
  }

  .consult-arrow {
    margin-inline-end: 30px;
    color: var(--primary);
    transition: transform .2s;

    @media (min-width: 640px) {
      margin-inline: 0;
    }
  }
}

#consult-form {
  padding-block-start: 20px;
}

/* ===== 取消報名 / 成功提示 modal 共用 ===== */
#cancelConfirmModal,
#cancelSuccessModal {
  background: rgba(0, 0, 0, .45);
}

#cancelConfirmModal .modal-dialog,
#cancelSuccessModal .modal-dialog {
  width: 320px;
  max-width: 90%;
  margin: 80px auto 30px;
}

#cancelConfirmModal .modal-content,
#cancelSuccessModal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  overflow: hidden;
}

#cancelConfirmModal .modal-header,
#cancelSuccessModal .modal-header {
  position: relative;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  min-height: 58px;
}

#cancelConfirmModal .modal-title,
#cancelSuccessModal .modal-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #666;
  text-align: center;
}

#cancelConfirmModal .close,
#cancelSuccessModal .close {
  position: absolute;
  right: 12px;
  top: 12px;
  float: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
  color: #999;
  opacity: 1;
  text-shadow: none;
}

#cancelConfirmModal .close:hover,
#cancelSuccessModal .close:hover {
  color: #666;
  opacity: 1;
}

#cancelConfirmModal .modal-body,
#cancelSuccessModal .modal-body {
  padding: 24px 20px 12px;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 1.8;
}

#cancelConfirmModal .modal-footer,
#cancelSuccessModal .modal-footer {
  border-top: 0;
  text-align: center;
  padding: 0 20px 24px;
}

#cancelConfirmModal .modal-footer .btn,
#cancelSuccessModal .modal-footer .btn {
  min-width: 90px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0;
}

/* 手動 modal 顯示時補 bootstrap fade/in 效果 */
.modal.custom-manual-show {
  display: block !important;
  opacity: 1;
}

.modal.custom-manual-show .modal-dialog {
  transform: translate(0, 0);
}

.cancel-order-img {
  width: 50px !important;
  max-width: none !important;
  height: auto !important;
  display: block;
}

.cancelOrderBtn {
  border: 0;
  background: none;
  padding: 0;
  display: block;
  margin: 0 auto;
  line-height: 0;
  outline: none;
  box-shadow: none;
}

.cancelOrderBtn:focus,
.cancelOrderBtn:active,
.cancelOrderBtn:hover {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none !important;
}

.cancelOrderBtn::-moz-focus-inner {
  border: 0;
}

.cancelOrderBtn img {
  display: block;
  border: 0;
  outline: none;
  box-shadow: none;
}

.editOrderBtn .edit-order-img {
  width: 25px !important;
  max-width: none !important;
  height: auto !important;
  display: block;
}

.editOrderBtn {
  border: 0;
  background: none;
  padding: 0;
  display: block;
  margin: 0 auto;
  line-height: 0;
  outline: none;
  box-shadow: none;
}

.editOrderBtn:focus,
.editOrderBtn:active,
.editOrderBtn:hover {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none !important;
}

.editOrderBtn::-moz-focus-inner {
  border: 0;
}

.editOrderBtn img {
  display: block;
  border: 0;
  outline: none;
  box-shadow: none;
}

.table_event {
  color: #000;

  td {
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }
}

.activity-signup-btn {
    font-size: 20px;
}