/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* 覆蓋 */
div, h1, h2, h3, h4, h5, h6, p, li{
  color: #243237;
}
.body-container-wrapper {
    margin-top: 0px;
}
.set-bottom{
    position: absolute;
/*     bottom: 108px; */
    width: 330px!important;
    margin-top: 75px;
}

.follow-content-padding{
/*   padding-left:5%; */
}
/* 特別tag */
.customer-side-feedback{
/*   margin:20px 0; */
/*   background:#5F6871; */
  padding:20px;
}
.customer-side-feedback> p{
  font-size:20px!important;
  color:#00a82d!important;
  margin:0px;
}
.customer-side-feedback> span{
  font-size:16px!important;
  color:#00a82d!important;
  margin:0px;
}
.point-text{
  color:#00A82D!important;
/*   font-size:20px!important; */
/*   margin-left: 20px; */
}
.ancher-text{
  color:#58B805 !important;
  font-size:18px;
  text-decoration: underline!important;
}
.ancher-text:hover{
  opacity: .6;
  
}
a.point-text:hover{
  opacity: .5;
}
/* .point-tittle{
    color: #00a82d !important;
    font-size: 32px !important;
    margin-left: 0;
    font-weight: normal;
    margin: 40px auto 10px auto;
} */
.high-light{
      padding: 15px 0;
}
.hs_cos_wrapper > p{
    margin:0!important;
}
.hs_cos_wrapper>.point-text{
/*   color:#00A82D!important;
  font-size:20px!important;
  margin-left: 20px; */
    color: #696969 !important;
    font-size: 16px !important;
    margin-left: 20px;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 0px;
    margin: 0 auto 20px auto!important;
/*     box-shadow: 2px 3px 2px 3px #efefef; */
}

/* event-post sample text and module*/
/* 暫時隱藏其他活動 */
.hide-other-event{
  display:none!important;
}
.post_header_label{
  padding:0px 0 10px 0;
}
.event-block{
  display:block;
  padding:20px 0 0 0;
}
.event-block>.point-text{
    color: #696969 !important;
    font-size: 16px !important;
    margin-left: 20px;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 0px;
    margin: 0 auto 20px auto!important;
}
.event-option-link{
}
.event-block>.event-larg-tittle{
  text-align:center;
  font-size:35px;
}
.event-block>.list-block{
  list-style:none;
  padding:0;
  margin:0;
}
.event-block>.list-block>li{
  margin:20px 0;
}

.event-block>.list-block>li>a{
  font-size:16px;
}
/* .event-block>.list-block>li>a:visited{
  color:#243237;
} */
/* table */
.rTable {
   display: table;
   width: 100%;
}
.table-header{
  background:#E6F2E7;
}
.rTableRow {
   display: table-row;
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
}
.rTableHead{
   text-align:center;
   display: table-cell;
/*    padding: 1% 10px; */
   padding: 15px 10px 15px 10px;
   border: 1px solid #8C8C8C;
/*    height:51px; */
}
.rTableCell, .rTableHead {
   
}
.rTableCell{
   font-size:16px;
   display: table-cell;
   padding: 15px 30px 15px 30px;
   border: 1px solid #8C8C8C;
/*    height:51px; */
}
.time-secdule{
   text-align:center;
    padding:0;
}
.note{
  color:#696969;
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
   font-weight: bold;
}
.rTableFoot {
   display: table-footer-group;
   font-weight: bold;
   background-color: #ddd;
}
.rTableBody {
   display: table-row-group;
}
/* simple agenda */
.simple-event-time{
      border: 1px solid #243237;
}
.simple-agenda{
    margin: 0px auto;
/*     display: flex; */
    align-items: center; 
    display: flex;
    border-bottom: 1px solid #243237;
}
/* .simple-event-time div:nth-child(odd){
  border-bottom: 1px solid #243237;
}
.simple-event-time  div:nth-child(even){
  border-top: 0px solid #243237;
} */
.simple-event-time  div:last-child {
  border-bottom: 0px solid #243237;
}
.simple-time{
    padding: 7px;
    /* background: gray; */
    color: #243237;
    text-align: center;
    /* border-radius: 5px; */
    min-width: 120px;
    width: 120px;
/*     border-bottom: 1px solid #243237;  */
}
.simple-content{
/*   width:60%; */
/*     color: #5f6871; */
    padding: 10px;
    border-left: 1px solid #243237;
}
.simple-speaker{
    color: #243237;
    line-height: 32px;
/*     font-weight: bold; */
}
/* speker profile */
.event-profile-section{
    max-width: 1100px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    padding: 10px 0 40px 0;
/*     border-bottom: 1px solid #e2e2e2; */
}
.event-profile-image{
    float: left;
    width: 15%;
}
.profile-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-img>img{
    max-width:100%;
}
.profile-job-tittle{
    margin: 20px 0 0 0;
    text-align: center;
}
.profile-job-tittle>.speaker-name{
    font-size: 18px;
    color: #00A82D;
    margin: 0px 0px 5px 0px;
}
.profile-job-tittle>p{
    margin: 0;
}
.profile-article{
    width: 85%;
    padding: 0 0 0 80px;
    float: left;
}
.profile-article>p{
    color:#5F6871;
    font-size: 15px;
    line-height: 32px;
}
.event-option-text{
    color:#5f6871;
    font-size: 14px;
}

/* event-post sample text and module*/
.hs_cos_wrapper>.subscript-tittle{
    color: #fff !important;
}
.hs_cos_wrapper>{

}
/* 主標 */
.post-body>span>h2{
    color:#243237 !important;
    font-size: 2.2rem !important;
    margin-left: 0;
    font-weight: 500;
    margin: 60px auto 10px auto;
}
/* 副標 */
.post-body>span>h3{
    color:#243237 !important;
    font-size: 1.6rem !important;
    margin-left: 0;
    font-weight: normal;
    margin: 40px auto 10px auto;
}
.post-body>span>p{ 
/*     text-align:justify;
    word-break: break-all;*/
    letter-spacing: 1px; 
}
.hs_cos_wrapper>h2 ,.hs_cos_wrapper>p{
  color:#243237!important;
/*   width:90%!important; */
/*   padding-left: 40px; */
}
.hs_cos_wrapper>p{
    line-height: 34px !important;
    font-weight: 300;
    font-size:18px;
}
/* .hs_cos_wrapper>p{
    text-align:justify;
} */
.hs_cos_wrapper>p>img{
    width:100%!important;
    margin: 20px 0 0 0;
}
.hs_cos_wrapper>ul>li{
 font-size:18px;
}

/* 表單標題 */
.blog-form-tittle{
  font-size:24px;
  text-align:center;
}
/* 文章內空白 */
.article-space{
  height:15px;
}
.point-tittle{
/*     color: #00a82d !important; */
    color:#243237 !important;
    font-size: 2rem !important;
    margin-left: 0;
    font-weight: 500;
    margin: 40px auto 10px auto;
}
.hs_cos_wrapper>.point-subtittle{
/*     color: #00a82d !important; */
    color:#243237 !important;
    font-size: 1.5rem !important;
    margin-left: 0;
    font-weight: normal;
    margin: 20px auto 10px auto;
}
.hs_cos_wrapper>.point-subtittle-withTittle{
    font-size: 20px !important;
    margin: 5px auto 5px auto;
    font-weight: bold;
    color: #243237 !important;
}
.point-listtittle{
    color: #00a82d !important;
    font-size: 18px !important;
    font-weight: normal;
    margin: 10px auto 5px auto;
}
.hs_cos_wrapper>.point-color{
    color:#00A82D!important;
}
.hs_cos_wrapper>a{
    color:#00A82D!important;
    font-size:16px:
}
.hs_cos_wrapper>a:hover{
    opacity: 0.4;
}
/* .large-image-caption-text{
  font-size:13px!important;
  color:#5F6871;
  padding: 0!important;
  margin:0px!important;
} */
.image-caption-text{
  font-size:14px!important;
  color:#5F6871;
  margin:0px!important;
  position: relative;
  top: -10px;
  text-align: center;
  display: block;
}
.blog_link{
  text-decoration: underline!important;
}
.paragraph-list{
  padding:0 0 10px 0;
  line-height: 26px;
}

/* menu */
.custom-menu-primary{
  width:70%!important;
  float: right!important;
}
.logo-box{
  width:19%!important;
}



/* 等完成網站更新後才開放 */
/* .custom-menu-primary .hs-menu-wrapper>ul>li:last-child{
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    margin-left: 0px;
    padding: 13px 9px 13px 12px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    margin-right: 0px;
    -moz-border-radius: 3px;
} */
/* .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    color: #000;
} */
/* .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2){
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    margin-left: 18px;
    padding: 13px 24px 13px 24px;
    display: inline-block;
    background-color: #93c45d;
    color: #000;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} */
/* .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) a {
    color: #fff;
} */
/* layout */
  .blog_left{
    width:71%!important;
    margin-left: 0!important;
    float:left;
/*     padding-right: 80px; */
  }
  .blog_right{
    width:26%!important;
    margin-left:auto;
    float:right!important;
  }
  .bottom_blog_left{
    width:71%!important;
  }
  .bottom_blog_right{
    width:26%!important;
    margin:30px 0 0 0;
  }
/* all-element */
div, h1, h2, h3, h4, h5, h6, p, li {
/*   font-weight: 300; */
/*   font-family:normalEVOX startup and expat landing page; */
}
a:visited{
/*   color:#000; */
}
.headerNav-dropdown >a:visited{
  color:#243237;
}
h2{
  font-size:26px;
}
p{
    font-size: 16px ;
    line-height: 32px ;
}
.hs_cos_wrapper>ul>li>p{
  font-size:18px;
 font-weight:300;
  margin: 10px 0;
}

.blog_main{
    width: 1200px !important;
    margin: 50px auto!important;
    margin-left: auto!important;
    float: none!important;
/*     margin-top: 100px!important; */
    padding: 0 20px;
}
.for_customer_story_top{
   margin-top: 80px!important;
  }
/* subscription */
.subscript-block{
  background:#58B805;
  padding: 20px 20px 45px 20px;
}
.subscript-tittle{
  font-size: 20px;
  line-height: 1.76em;
  color: #fff;
  margin: 0 0 10px 0px;
}
.hs-form{
/*   width:88%; */
/*   margin:0 auto; */
}
.hs-button.primary:hover{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)!important;
}
label[id*="label-lastname"], label[id*="label-firstname"], label[id*="label-email"], label[id*="label-phone"] {
    display: block;
}

input.hs-button.primary.large{
/*     color: #fff;
    width: 100%;
    background-color: #ff000000;
    padding: 10px;
    border-radius: 0;
    border: 2px solid;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    margin: 20px 0 0 0; */
}
input.hs-button.primary.large:hover{
/*     color:#00a82d;
    background-color: #fff;
    border: 2px solid #fff; */
}

.subscription-form>div>span>div>form>div>label[id*="label-email"]{
    font-size:14px;
    display:block;
    color:#fff;
    font-weight: 300;
}
.hs-custom-form>div>.input:focus {
    outline-offset: 0px;
      outline-color: #fff;
}
.hs-custom-form>.hs_submit>.actions>input.hs-button.primary.large{
    color: #fff;
    width: 100%;
    background-color: #ff000000;
    padding: 10px;
    /* text-decoration: none; */
    border-radius: 0;
    border: 2px solid;
    font-weight: 300;
    /* font-family: "Noto Sans CJK JP", 'Noto Sans TC', sans-serif; */
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    margin: 20px 0 0 0;
}
.hs-custom-form>.hs_submit>.actions>input.hs-button.primary.large:hover{
    color:#00a82d;
    background-color: #fff;
    border: 2px solid #fff;
}
.subscription-form>div>span>div>form>div>div>input[type="email"]{
    margin: 4px 0 0 0;
    font-size: 17px;
}
.hs-error-msgs{
    list-style: none;
    padding: 0px;
/*     text-align: center; */
}
.hs-error-msg{
    font-size:15px;
    color:#d66746;
    text-decoration: none;
    padding: 10px 0px 0px 0px;
}

/* right-list css */
.list-header{
  border-bottom: 1px solid #e6e6e6;
}
.list_block{
  margin:0px;
  padding:0px;
}
.list-header>h3{
  font-size:12px;
  color:#808080;
  margin: 25px 0px 10px 0px
}
.list-tittle{
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis; 
/*   padding:10px; */
  padding-bottom:10px;
}
.list-tittle:hover .list_post_tittle>h2{
  color:#00a82d;
/*   background: #93c45d; */
  -webkit-transition:color .4s, background .4s; /* Safari prior 6.1 */
  transition:color .4s, background .4s;
}
.list-tittle:hover .list_post_image>img{
      transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  transform: scale(1.2);
}
.list-tittle:hover>a{
  color:#fff;
  -webkit-transition: color .4s; /* Safari prior 6.1 */
  transition: color .4s;
}
.list-tittle>span{
  font-size:14px;
}
.tags_list{
  list-style:none;
  padding: 20px;
}
.tag_item{
    display: inline-block;
    margin: 0px 5px 11px 0px;
    padding: 9px;
    background: #e7f0de;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}
.tag_item:hover{
    color:#fff;
    background: #93c45d;
    -webkit-transition:background .4s, color .4s; /* Safari prior 6.1 */
    transition:background .4s, color .4s;
}
.tag_item:hover>a{
  color:#fff;
  -webkit-transition: color .4s; /* Safari prior 6.1 */
  transition: color .4s;
}

/* one_blog_css */
.one-blog_top-image{
    width:100%;
    height: 350px;
    position:relative;
    overflow: hidden;
}
.one-blog_top-image>a>img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    transform:translate(-50%,-50%);
}
.tittle{
    font-weight: normal;
    font-size: 32px;
    margin: 12px 0px 12px 0px;
}
.tittle>a{ 
  color:#000;
  font-size:32px;
}
.tittle>a:hover{
    color: #93c45d;
  -webkit-transition: color .4s; /* Safari prior 6.1 */
  transition: color .4s;
}
.tittle>a:visited{
  color:#000;
}
.one-blog_summary-box{
    margin: 0 0 15px 0;
    height:120px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sub-lab{
/*      color: #929292; */
/*      font-size:13px; */
  font-size:16px;
  color:#5f6871;
  display: block;
  padding: 10px 0;
  max-width: 80%;
  float: left;
}
.topic-link{
  text-decoration: underline!important;
  color:#5f6871!important;
}
.topic-link:hover{
  opacity: .6;
/*   color:#00A82D!important; */
}
.event-topic-link:hover{
  text-decoration: underline!important;
  opacity: .6;
}

/* post tittle group */
.tittle-header-group{
   width: 100%!important;
/*    padding-left: 5%; */
   margin: 0 0 40px 0;
}

/* other blog css  */
.section_label{
    width:100%;
    float:left;
    border-top: 1px solid #e6e6e6;
}
.label-box{
    display: block;
    width: 103px;
    height: 35px;
    font-size: 18px;
    background: #93c45d;
    color: #fff;
    padding: 0px 0px 0px 10px;
    line-height: 2em;
/*     text-align: center; */
    margin: 0 0 20px 0;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
}
.label-box>a{
    color: #fff;
    font-size:14px;
}
.label-box>a:hover{
    opacity: .8;
}
.blog_post_box{
    position: relative;
    width: 31.3%;
    height: 285px;
    float: left;
    margin: 1%;
/*     padding: 2%; */
    background: #fff;
/*     cursor: pointer; */
    -moz-box-shadow:4px 4px 12px -2px rgba(173,173,173,0.5);
    -webkit-box-shadow:4px 4px 12px -2px rgba(173,173,173,0.5);
    box-shadow:4px 4px 12px -2px rgba(173,173,173,0.5);
}

/* .blog_post_box:hover .post_item_tittle>a:visited, .blog_post_box:hover .post_label_group, .blog_post_box:hover .post_label_group>.sub-lab, .blog_post_box:hover .post_label_group>a>.sub-lab{
  color:#fff;
} */
.post_image{
    height: 150px;
    position:relative;
    overflow: hidden;
}
.post_image>a>img{
  position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 150%;
    min-height: 100%;
    transform:translate(-50%,-50%);
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}
.post_item_tittle{
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 1.4em;
    margin: 11px 0px;
    padding:0 10px;
}
.post_item_tittle>a>span{
  font-size: 18px;
}
.post_item_tittle:hover, .post_item_tittle:hover>a, .post_item_tittle>a:hover{
  color: #93c45d;
  -webkit-transition: color .4s; /* Safari prior 6.1 */
  transition: color .4s;
}
.post_label_group{
    height: 38px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#929292;
    padding:0 10px;
     width:100%;
}
.topic-link:hover .sub-lab, .sub-lab>a:hover{
/*     color:#484848;; */
}
.read-more_link{
    width:100%;
    float:left;
}
.read-more_link>a>span{
    float: right;
    margin: 10px 0;
    padding: 11px;
    color:#93c45d;
    font-size:14px;
}
.read-more_link>a>span:hover{
    color:#4a6c35;
}

a.green-link{
  font-size:14px;
  color:#58B805;
  
}
a.green-link:hover{
/*   color:#00A82D; */
  opacity: 0.4;
  
}
.state-position, .state-position>a{
  font-size:13px!important;
/*   color:#808080; */
  margin:0px;
  
}
/* blog post */
.post_content{
  max-width:1000px;
  margin:0 auto!important;
  float: none!important;
  padding:0 20px;
}
.post-tittle{
  margin:10px 0px 20px 0px;
/*   font-size:26px; */
  font-size:45px;
  color:#243237;
}
.post-tittle>span{
  font-weight: 400;
}
div[data-hs-cos-type="social_sharing"]>a{
  display:block;
  float:left;
  margin: 5px;
  opacity: 1;
}
div[data-hs-cos-type="social_sharing"]>a:hover{
  -webkit-transition: opacity .4s; /* Safari prior 6.1 */
  transition: opacity .4s;
  opacity: .8;
}
.blog_social_block{
  width:100%;
  margin: 0px auto 40px auto;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  padding: 15px 0px;
}
.blog_social_icons{
  width:186px;
  margin:0 auto;
}
.blog-comments{
  display:none!important;
}
.blog-comments>div>span>div>div>form>div>label{
  font-size:13px;
  padding:10px 0 0 0;
}
.blog-comments>div>span>div>div>form>div>div>input{
  background: #e7f0de00;
/*   border-bottom: 0px !important; */
  margin:0px;
  font-size: 18px;
  border: 1px solid #bbb;
  border-bottom: 1px solid #bbb!important;
}
.blog-comments>div>span>div>div>form>div>div>input:focus{
  border: 1px solid #000;
  border-bottom: 1px solid #000!important;
}
.blog-comments>div>span>div>div>form>div>div>textarea{
  min-height:158px;
  background: #e7f0de00;
/*   border-bottom: 3px solid #e7f0de !important; */
  margin:0px;
  font-size: 18px;
  border: 1px solid #bbb;
  border-bottom: 1px solid #bbb!important;
}
.blog-comments>div>span>div>div>form>div>div>textarea:focus{
  border: 1px solid #000!important;
  border-bottom: 1px solid #000!important;
  outline: -webkit-focus-ring-color auto 0px;
}
.hs_recaptcha{
    display: none;
}
.hs_cos_wrapper.form-title, div.actions{
    text-align: left;
}
.blog-comments>div>span>div>div>form>.hs-submit>div>input{
  background: #93c45d;
  width: 200px;
  height: 52px;
  margin: 10px 0px 10px 0px;
  color: #fff;
  border:0px;
  border-bottom:0px;
  border-radius: 3px;
}
.blog-comments>div>span>div>div>form>.hs-submit>div>input:hover{
  -webkit-transition: opacity .4s; /* Safari prior 6.1 */
  transition: opacity .4s;
  opacity: .8;
}
.blog-comments>div>span>div>div>form>.hs-submit>div>input:focus{
  border: 0px solid #0000;
  border-bottom: 0px solid #0000 !important;
}
#comments-listing{
  display:none;
}
/* 延伸閱讀 */
.blog_expant_link_article{
    padding: 20px 40px;
    background: #E8F5E9;
/*     text-align: center; */
    margin: 10px auto;
    display: flex;
    align-items: center;
}
.blog_expant_link_article>p{
/*   min-width: 90px; */
  margin:0;
  color:#58B805 !important;
  word-break: keep-all;
  font-size:18px!important;
}
.blog_expant_link_article>a{
  font-size:18px;
/*   text-decoration: underline; */
/*   color:#243237 !important; */
  line-height:32px;
  color:#58B805 !important;
  position: relative;
}
.blog_expant_link_article>a:hover:before{
  
    visibility: visible;
    transform: scaleX(1);
}
.blog_expant_link_article>a:hover{
/*   opacity: 0.6; */
  transition: color 0.5s;
/*   color:#00a82d !important; */
/*   text-decoration-color: #243237; */
}

.blog_expant_link_article>a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #58b805;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
}
.blog_expant_link_article>a:hover:before{
  
    visibility: visible;
    transform: scaleX(1);
}

.two_link_group{
  display:flex;
  flex-flow: column;
}
.single_link{
  display: flex;
  align-items: baseline;
  margin: 5px 0;
}
.single_link>p{
  margin: 0;
  color: #58B805 !important;
  word-break: keep-all;
  font-size: 18px !important;
}
.two_link_group>.single_link>a{
  font-size:18px;
/*   text-decoration: underline; */
/*   color:#243237 !important; */
  line-height:32px;
  color:#58B805 !important;
  position: relative;
}

.two_link_group>.single_link>a:hover:before{
  
    visibility: visible;
    transform: scaleX(1);
}

.two_link_group>.single_link>a:hover{
/*   opacity: 0.6; */
  transition: color 0.5s;
/*   color:#00a82d !important; */
/*   text-decoration-color: #243237; */
}
.two_link_group>.single_link>a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #58b805;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
}
.two_link_group>.single_link>a:hover:before{
  
    visibility: visible;
    transform: scaleX(1);
}
/* 延伸閱讀 */

/* 參考文獻 */
.blog_reference_link_article{
    padding: 20px 40px;
/*     background: #E8F5E9; */
    background:#efefef;
/*     text-align: center; */
    margin: 10px auto;
    display: flex;
    align-items: baseline;
    flex-flow: column;
}
.blog_reference_link_article>p{
/*   min-width: 90px; */
  margin:0;
  color:#58B805 !important;
  word-break: keep-all;
  font-size:18px!important;
}
.blog_reference_link_article>ul>li{
    color:#58B805 !important;
}
.blog_reference_link_article>ul>li>a{
  font-size:18px;
/*   text-decoration: underline; */
/*   color:#243237 !important; */
  line-height:32px;
  color:#58B805 !important;
  position: relative;
}

.blog_reference_link_article>ul>li>a:hover{
/*   opacity: 0.6; */
  transition: color 0.5s;
/*   color:#00a82d !important; */
/*   text-decoration-color: #243237; */
}
.blog_reference_link_article>ul>li>a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #58b805;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
}
.blog_reference_link_article>ul>li>a:hover:before{
  
    visibility: visible;
    transform: scaleX(1);
}
/* 參考文獻 */

.product_release_link_article{
      padding: 20px 40px;
    background: #E8F5E9;
/*     text-align: center; */
    margin: 10px auto;
    display: flex;
    align-items: center;
}
.product_release_link_article>p{
/*   min-width: 90px; */
  margin:0;
/*   color:#00a82d !important; */
/*   word-break: keep-all; */
  font-size:18px!important;
}
.product_release_link_article>p>a{
  font-size:18px;
  text-decoration: underline;
/*   color:#243237 !important; */
  line-height:32px;
  color:#00a82d !important;
}
.product_release_link_article>p>a:hover{
  opacity: .6;
  transition: opacity .4s;
  
}


/* news_media */
.event-main{
  max-width: 1200px !important;
  margin: 0px auto !important;
/*   margin-top: 0px !important; */
  padding: 0 20px;
  float: none !important;
}
.event-post-main{
  max-width: 1100px !important;
  margin: 0px auto !important;
/*   margin-top: 0px !important; */
  padding: 0 20px;
  float: none !important;
}
.single-post-main{
  padding:35px 0 0 0;
}
.listall-main{
  max-width: 1200px !important;
  margin: 58px auto !important;
  padding: 0px 20px;
  float: none !important;
}

.news_media_top_section{
/*   min-height: 182px; */
  text-align: center;
/*   margin-top: 36px; */
  margin:80px auto 60px auto;
}
.news_media_top_section>h1{
  font-size:42px;
  font-weight:normal;
  padding:18px 0px;
  margin:0;
/*   margin: 22px 0 0 0; */
}
.news_media_top_section>h2{
  font-size:35px;
  margin:0;
}
.news_media_top_section>p{
  color:#5F6871;
  font-size:18px!important;
  margin:0;
  padding:0;
}
.all-list-tittle>h1{
  font-size:35px;
  color:#243237;
  margin:0px 0 40px 0;
  padding-left:1%;
  font-weight:normal;
}
.all-list-label, .all-list-label>a{
  font-size: 18px !important;
}

/*---------pbx-compare-table-------start*/
/* table style */
.cp-table{
  width:100%;
  margin: 20px 0 0 0;
  padding:0;
  background: #F2F2F2;
  border-collapse: collapse;
}
.cp-trow-group{
  height:90px;
  font-size:20px;
}
.pbx-tittle{
  width: 40%;
  color:#fff;
  background:#505B5F;
}
.evox-tittle{
  width: 40%;
  color:#fff;
  background:#59B13D;
}
.cp-tbody>tr:nth-child(odd){
  background:#E6E6E6;
}
.tb-add-border{
  border-right: 1px solid #d4d3d3;
}
.cp-th{
  padding:18px 10px;
  font-weight:normal;
  line-height: 1.5em;
}
.cp-list-tittle{
  width: 15%;
  padding: 10px 0 10px 2%;
  text-align:left;
}
.cp-greencheck{
  color:#94C363;
}
.table-option-text{
  margin:5px 0 !important;
  font-size:13px!important;
  text-align:center!important;
}
/* div style */
.pbx_box{
    /*width: 760px;*/
    margin: 40px auto 0 auto;
    display: flex;
}
.pbx_block{
    width: 33.33%;
    float: left;
    padding: 2%;
    display:grid;
}
.pbx_top{
    background-color: #505b5f;
    height: 120px;
    text-align: center;
}
.pbx_top_2{
    background-color: #94c363;
    height: 120px;
    text-align: center;
}
.comeingsoon{

}
.evoxplus{
    background-color: #66a030;
    height: 75px;
}
.econnect{
    background-color: #7986cb;
    float: left;
    width: 100%;
    height: 75px;
}

.pbx_top >div{
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 5.2em;
}
.pbx_top_2 >div{
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 0;
}

.pbx_top_2 img{
    margin-top: 37px!important;
}
.evoxplus img, .econnect img,{
    margin-top: 10px!important;
}
.box-list{
    display: inline-block;
    background-color: white;
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 500;
    -moz-box-shadow:4px 4px 12px -2px rgba(189, 189, 189, 0.5);
    -webkit-box-shadow:4px 4px 12px -2px rgba(189, 189, 189, 0.5);
    box-shadow:4px 4px 12px -2px rgba(189, 189, 189, 0.5);
}
.table-colume div:nth-child(even){
      background: #eeeeee;
}
.box-left>ul, .box-right>ul{
  padding:0 10px;
  margin:0;
}
.box-left>ul>li, .box-right>ul>li{
  list-style-type: none;
}

.box-left-2{
    float: left;
    font-size: 13px;
    width: 70%;
    padding-left: 5%;
    padding-top: 5px;
}
.box-right-2{
    float: right;
    font-size: 13px;
    width: 18%;
    text-align: right;
    padding-right: 5%;
    padding-top: 5px;
}
.box-left{
    float: left;
    font-size: 13px;
    width: 100%;
    padding: 5%;
    min-height:40px;
     display: flex;
    align-items: center;
    justify-content: end;
}
.box-right{
    float: right;
    font-size: 13px;
    width: 100%;
    text-align: right;
    padding: 5%;
    min-height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 230822_table color */
.contact-table-tittle-bg{
    background: #EDEFF1;
    border: 1px solid #CCCCCC;
    padding: 20px 10px;
    width:20%;
    text-align: center;
}
.contact-table-table{
    color:#5F6871;
}
.contact-table-tbody{
}

.call-center-row{
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    padding: 20px 10px;
}
.contact-center-row{
    background: #ebf8dd;
    border: 1px solid #CCCCCC;
    padding: 20px 10px;
}
.call-center-tittle{
    width: 40%;
    background: #5F6871;
    color:#fff;
}
.contact-center-tittle{
    width: 40%;
    background: #58B805;
    color:#fff;
}
.op-tittle{
  font-size:13px;
}
/*---------pbx-compare-table---------end*/

/* ------------compare contact center start--------------- */
.contact-center-cp-list-tittle{
    width: 10%;
    padding: 10px 0 10px 2%;
    text-align: left;
}
.contact-center-cp-pbx-tittle{
    width: 25%;
    color: #fff;
    background: #505B5F;
}
.contact-center-cp-chatbot-tittle{
    width: 25%;
    color: #fff;
    background: #2c797e;
}
.contact-center-cp-evox-tittle{
    width: 28%;
    color: #fff;
    background: #94C363;
}
.contact-center-cp-content{
    padding:15px;
    line-height: 32px;
}
.mobile-cp-tittle{
  display:none
  }
 .mobile-cp-show{
    display:none;
  }
.odd-row-background{
    background: #E6E6E6;
  }

.blog_hbspt-form>span>div>.hs-form-private>.hs_submit>.actions>input.hs-button.primary.large{
   border: 2px solid #58B805;
   border-radius: 5px;
   background-color: #58B805;
}

.blog_hbspt-form>span>div>.hs-form-private>.hs_submit>.actions>input.hs-button.primary.large:hover{
    border: 2px solid #58B805;
    background-color: #fff;
}

@media (max-width:850px) {
  .mobile-cp-show{
    display:table-row;
  }
  .cp-trow-group{
    font-size:15px;
  }
  .mobile-cp-tittle{
  display: table-cell;
  padding: 5px 0;
  }
  .mobile-cp-hide{
   display:none;
  }
  .odd-row-background{
    background: #F2F2F2;;
  }
  .contact-center-cp-content{
       text-align: left;
  }
}
/* ------------compare contact center end--------------- */
/* blog 表單 start */
/*表單*/
.hs-richtext>h1{
  text-align:center;
  font-size:23px;
}
	/*修改hubspot表單*/
.blog-form-section{
    display:block;
/*     background:#333; */
}
fieldset.form-columns-2{
    margin: 0 !important;
}
	.form-block{
		/*width: 100%;*/
	}
	.hbspt-form{
/*     display:none; */
	  padding: 0px 0;
    width: 100%;
    /* float: left !important; */
    margin: 20px auto !important;
    background: #FAFAFA;
    padding: 10px 10% 120px 10%;
		border-radius: 4px;
	}
.blog_hbspt-form{
  	padding: 0px 0;
    width: 100%;
    /* float: left !important; */
    margin: 20px auto !important;
    background: #FAFAFA;
    padding: 10px 10% 60px 10%;
		border-radius: 4px;
}
	.hs-form-required{
		display: none;
	}
	.hs_availabletime>label{
		display: none;
	}
	select{
		margin: 0px;
	}
	.hs-input{
		width: 100%;
		height: 45px;
		/*padding: 5px;*/
		padding: 9px 10px;
    	margin: 4.5px 0;
    	border-radius: 4px;
    	border: 0px;
    	background-color: #fff;
    	font-weight: normal;
    	line-height: 22px;
    	box-sizing: border-box;
    	border: 1px solid #A5B6BF;
    	color: #243237;
	}
	::-webkit-input-placeholder { /* Edge */
	  color: #A5B6BF;
	}

	:-ms-input-placeholder { /* Internet Explorer */
	  color: #A5B6BF;
	}
	::placeholder {
  	color: #A5B6BF;
	}
	.hs_client_want_to_know_about{
		  color: #243237;
	    display: table;
	    margin: 10px 0;
	    width: 100%;
	}

	.inputs-list{
		color:#243237;
		list-style: none;
    	padding: 0px;
    	margin: 0px;
	}
  .form-columns-1{
    width:100%;
    max-width:100%!important;
  } 
  .form-columns-2{
    width:100%;
    max-width:100%!important;
  } 
  .hs_submit>.actions{
    display:flex;
    margin-right: 8px;
  }
  .hs-phone{
    width:63%;
  }
 .hs-extension{
    width: 37%;
  }
	input[type="checkbox"]{
		position: relative;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		float: left;
		margin: 0px;
		border: 0px;
		-webkit-appearance:none;
	}
	input[type="checkbox"] + span{
		display      : inline-block;
		  /*margin-left  : -28px;*/
		  padding-left : 28px;
		  line-height  : 24px;
		  
		background   : url('https://cdn2.hubspot.net/hubfs/1864133/EVOXImages/new-web/Contact-form/check-box-null.png') no-repeat 0 3px;
	}
	input[type="checkbox"]:checked+ span{
		/*background: #fff;*/
		/*color: #00A82D;*/
		background   : url('https://cdn2.hubspot.net/hubfs/1864133/EVOXImages/new-web/Contact-form/check-box-checked.png') no-repeat 0 3px;
	}
	.hs-form-checkbox{
		width: 100%;
		float: left;
		list-style: none;
	}
	.hs-error-msg{
		color: #FF9500;
	}
	input[type="submit"]{
		width: 100%;
		float: left;
		margin: 10px 0px;
		background: #66C547;
		border-radius: 4px;
	    border: 0px solid #fff;
	    color: #fff;
	    padding: 10px 50px;
	}
	select[name="company_size"]{
		/*color:#A5B6BF; */
		-webkit-appearance: none;
		-moz-appearance: window;
		background: url("https://cdn2.hubspot.net/hubfs/1864133/EVOXImages/new-web/Contact-form/drapdown-arrow.png") no-repeat 98% 7px;
	}

	select[name="availabletime"]{
		/*color:#A5B6BF;*/
		-webkit-appearance: none;
		-moz-appearance: window;
		background: url("https://cdn2.hubspot.net/hubfs/1864133/EVOXImages/new-web/Contact-form/drapdown-arrow.png") no-repeat 98% 7px;
	}

.hs-form-12ceb2875-d422-4cb9-80c3-d48a287fc0e1_ca11b122-36f7-4418-a2fe-0ce479c837e5>.hs_submit>.actions>input.hs-button.primary.large{
    width: 100%;
    float: left;
    margin: 10px 0px;
    background: #66C547;
    border-radius: 4px;
    border: 0px solid #fff;
    color: #fff;
    padding: 10px 50px;
}
/* blog 表單 end*/
.mobile-show{
  display:none!important;
}

/* RWD */
@media (max-width:1240px) {
  .blog_main{
    width: 100%!important;
    padding: 0 20px;
/*     margin-top: 40px!important; */
  }
  .set-bottom{
    position: relative;
    bottom: 0px;
    width: 100%!important;
  }
  
}
@media (max-width:1095px) {
  .event-body{
    padding:0 20px;
  }
}

@media(max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
 input[name="phone"]{
          width: 100%!important;
  }
  input[name="extension"]{
          width: 100%!important;
  }
}


/* @media (max-width: 1077px){
.custom-menu-primary, .custom-menu-primary .hs-menu-wrapper>ul, .custom-menu-primary .hs-menu-wrapper>ul li, .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #243137;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
    position: relative !important;
    float: none;
    top: 0px;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
  }
} */
@media (max-width: 1022px){
  .blog_main{
    margin: 100px auto 0px auto !important;
  }
  .for_customer_story_top{
    margin: 0px auto 0px auto !important;
  }
  .blog_right, .blog_left{
    width:100%!important;
    padding:0px;
    margin: 0px!important;
    margin-top:0px!important;
  }
  .bottom_blog_left{
    width:100%!important;
    padding:20px 0;
    margin-left: 0px!important;
    float:left;
  }
  .bottom_blog_right{
    width:100%!important;
    padding:20px 0;
    margin-left: 0px!important;
    float:left;
  }
/*   menu */
  .logo-box {
    width: 300px !important;
  }
  .custom-menu-primary{
  width:100%!important;
  }
.custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
    position: relative!important;
    float: none;
    top: 0px;
    width: 100%!important;
    margin: 0px!important;
    padding: 0px!important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding-left: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li, .custom-menu-primary .hs-menu-wrapper>ul>li:last-child{
    height: auto;
    padding: 8px;
  }
}
@media (max-width: 980px){
  .set-bottom{
      margin-top: 0px;
  }
    .bottom_blog_right{
    margin:0px 0 0 0;
  }
  .mobile-show{
    display:block!important;
  }
  .small-hide{
    display:none!important;
  }
}
@media (max-width: 890px){
  .one-blog_top-image>a>img{
     min-width: 122%;
     min-height: 110%;
  }
  .single-post-main, .listall-main{
      padding:35px 5% 5% 5%;
      margin: 0px auto !important;
  }
   /*   event-post content*/
  
  /*table */
  .time-secdule{
    width: 50px;
    padding: 20px;
  }
  /*profile */
  .event-profile-section{
    display: table;
    width: 100%;
  }
  .event-profile-image{
    width: 150px;
    margin: 0 auto;
    float: none;
  }
  .profile-article{
    width: 100%;
    padding: 0 20px;
  }
  .event-body{
    padding:0px;
  }
}

@media (max-width: 1022px) and (min-width: 768px){
  div.span4.widget-span.widget-type-rich_text.logo-box{
    width: 200px;
  }
  div.span8.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
    width:100%!important;
    float: right;
  }
}
@media (max-width: 613px){
  .blog_post_box{
     width: 100%;
     height: 173px;
  }
  .post_image{
     width: 39%;
     float: left;
     height:173px;
  }
  .post_item_tittle{
     height: 49px;
     padding: 0px 14px 0px 14px;
  }
  .post_label_group{
     padding: 0px 0px 0px 14px;
  }
 
  .news_media_top_section{
    margin:20px auto 60px auto;
  }
  .blog_expant_link_article{
    display:block;
  }
}
/* 最小高度 */

@media (max-height: 650px){
  .listall-main{
    padding: 40px 5% 0 5%;
  } 
    .blog_main{
      margin-top: 100px!important;
  }
  
}
@media (min-width: 900px)and(max-height: 650px){
  .blog_main{
      margin-top: 100px!important;
  }
  .for_customer_story_top{
    margin-top: 40px!important;
  }
}
@media (max-width: 590px){
  .post-tittle{
    font-size:32px;
  }
  .one-blog_top-image>a>img{
     min-width: 170%;
     min-height: 100%;
  }
  .blog_right, .blog_left {
        margin-top: 0px !important;
  }
  .sub-lab{
    max-width:100%;
  }
  .blog_expant_link_article>a{
      text-decoration: revert;
  }
}
@media (max-width: 467px){
  .one-blog_top-image>a>img{
     min-width: 200%;
     min-height: 100%;
  }
  .blog_post_box {
    height: 296px;
/*     padding: 10px; */
  }
  .post_image {
    width: 100%;
  }
  .post_item_tittle {
    padding: 0px 10px;
    float: left;
  }
  .post_label_group {
    padding: 5px 10px;
    float: left;
    margin: 0;
    height: 40px;

  }
 
     /*---------pbx-compare-table-------start*/
    .pbx_box{
        display: block;
    }
    .pbx_block{
        width: 100%;
        float: left;
        padding: 0%;
    }
    .pbx{
        width:50%;
    }
    .evox{
        width:50%;
    }
    /*---------pbx-compare-table-------end*/
}
@media (max-width: 389px){
  .one-blog_top-image>a>img{
     min-width: 230%;
     min-height: 100%;
  }
}
@media (max-width: 309px){
  .one-blog_top-image>a>img{
     min-width: 280%;
     min-height: 100%;
  }
}
@media (max-width: 1139px) and (min-width: 1022px){
  div.span8.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
    width: 78% !important;
  }
}
/* phase-one 網站改版用*/
/* .for_phase-One{
  margin-top: 100px!important;
} */
@media (max-width: 952px){
  .for_phase-One{
    margin-top: 25px!important;
  }
  
}

@media (min-width:1240px) {
  .blog_main{
/*         margin-top: 97px !important; */
  }
}