body{
      font-size:18px;
      font-family: Arial;
    }


@media screen and (min-width: 64em)
_flex-grid.scss:195
.large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 40em)
_flex-grid.scss:173
.column, .columns, .home--testimonials .testimonial-area .fj-home-testimonial-slide .testimonial--slide-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.fj-footer-container .fj-footer .left, .fj-footer-container .fj-footer .right {
    text-align: center;
}

.footer--meta-area {
    background-color: #1e2126;
    padding: 50px 0 0;
    color: #ffffff;
}

.footer--meta-area .footer--meta-column {
    text-align: center;
    padding-bottom: 50px;
}

.footer--meta-area .footer--meta-column ul li {
    list-style-type: none;
}

/*內頁標題*/
.title-h1{
    font-size: 30px !important;
    font-weight: 600;
    font-family: "Arial","DFHeiStd-W3","Microsoft JhengHei";
    color: #5e5e58 !important;
}

.title-h2{
    padding: 10px 0 0 0;
    font-size: 25px !important;
    line-height: 30px;
    color: #5e5e58;
    font-family: 'Noto Sans TC', sans-serif, "DFHeiStd-W3", "Microsoft JhengHei", "Arial";
}


.title-h3{
    padding: 20px 0;
    font-size: 20px;
    color:#242424;
}

.title-h4 {
    font-family: 'Noto Sans TC', sans-serif, "DFHeiStd-W3", "Microsoft JhengHei", "Arial";
    color: #7c7c72;
    font-size: 16px;
}



.bg-gray {
    background: #f5f5f5;
}
.row-margin{
    margin-right: -15px;
    margin-left: -15px;
}
.item-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.column-list .item {
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px
}

.column-list .item:before, .column-list .item:after {
    content: " ";
    display: table
}

.column-list .item:after {
    clear: both
}

.column-list .item:hover, .column-list .item:active {
    color: #333
}

.column-list .item:hover a, .column-list .item:active a {
    color: #333
}

.column-list .item a {
    color: #666
}

.column-list .item:last-child {
    border-bottom: 0
}

.column-list .item:hover .image a, .column-list .item:active .image a {
    background: rgba(0, 0, 0, 0.4)
}

.column-list .image {
    float: left;
    width: 50%;
    height: 175px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.column-list .image a {
    display: block;
    width: 100%;
    height: 175px;
    text-indent: -9999px
}

.column-list .inner {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 10px 20px
}

.column-list .title {
    display: -webkit-box;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.48em;
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px
}

.column-list .information {
    line-height: 1.5em;
    margin-bottom: 5px
}

.column-list .description {
    display: -webkit-box;
    margin-top:10px;
    line-height: 1.8em;
    /*max-height: 100px;
    overflow: hidden;*/
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sticky-side.sticky-lock .sticky-inner {
    position: fixed;
    right: 0;
    bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.post-recent li {
    color: #666;
    margin-bottom: 20px
}

.post-recent li:before, .post-recent li:after {
    content: " ";
    display: table
}

.post-recent li:after {
    clear: both
}

.post-recent li:hover, .post-recent li:active {
    color: #333
}

.post-recent li:hover a, .post-recent li:active a {
    color: #333
}

.post-recent li a {
    color: #666
}

.post-recent li:hover .image a:after, .post-recent li:active .image a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4)
}

.post-recent li .image {
    float: left;
    width: 10%;
    height: 50px;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-indent: -9999px
}

.post-recent li .image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.post-recent li .inner {
    float: left;
    width: 90%;
    padding-right: 10px;
    padding-left: 10px
}

.post-recent li .category {
    margin-bottom: 10px
}

.post-recent li .category a {
    display: inline-block;
    padding: 2px 9px;
    margin-right: 5px;
    background: #d9d9d9;
    color: #333;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: bold
}

.post-recent li .title {
    display: -webkit-box;
    font-size: 1.13em;
    line-height: 1.5em;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px
}

.post-recent-count li:hover .image a:after, .post-recent-count li:active .image a:after {
    background: transparent
}

.post-recent-count li .image {
    height: 80px;
    text-indent: 0
}

.post-recent-count li .image a {
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    font-size: 3em;
    border: 1px solid #333;
    font-weight: bold;
    color: #333
}

link {
    display: none;
}

.topBanner{
    padding:0;
}

.article-title{
    font-size: 30px !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e !important;
    border-left: 5px solid #f55753;
    margin-bottom:20px;
    padding-left:10px;
}

.article-data{
    font-size: 14px;
    color:#636363;
}

.article {
    margin-top:10px;
    word-wrap: break-word;
}

.article .tag {
    margin-top: 10px;
}

.article .tag ul {
    margin-bottom: 0;
}

.article img {
    max-width: 100%;
    height: auto !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.tag-list li {
    margin-bottom: 5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.tag-list li.type-column a:hover, .tag-list li.type-column a:active{
    color: #08c;
    border-color: #08c
}

.tag-list a {
    display: block;
    background: #FFFFFF;
    padding: 3px 6px;
    color: #666;
    border: 1px solid #d9d9d9;
    border-radius: 3px
}

.tag-list a:hover, .tag-list a:active{
    color: #333;
    border-color: #b3b3b3
}

.recent-works-padding{
    padding-top:20px;
}

.sliderTextBox{
    text-align:center;
    max-height:200px;
}

.sliderTextBox p{
    padding-top:20px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.sliderTextBox h3{
    font-size: 45px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 50px;
}

.boxBorder{
    border:1px #e5e0dd solid;
    padding:15px 0;
    margin: 10px 2px 10px 2px;
}

.titleSpace{
    padding-top:10px;
    margin-top:0;
}
.boxSpace{
    margin-top:20px;
}

.but-style{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #4ab3ca;
    background: #029ddd;
    padding:5px 10px;
}

.i-style{
    font-size: 25px;
    padding-right: 10px;
    color: #b28b2f;
}
.i-style-gray{
    font-size: 25px;
    padding-right: 10px;
    color: #a3a1a0;
}

.p-style{
    font-size: 20px;
    font-weight: bold;
    color: #422709;
    align:center;
    font-family: "Arial";
}
.sectionbox{
    background: #fff;
}
.sectionbox-title{
    background: #d95302;
    color: #fff;
    margin:0;
}
.sectionbox-bg{
    background: #c1e9fc;
    color: #0080bb;
    margin-top:20px;
    padding:0;
}
.h2-title{
    color: #fff;
    padding:0;
    margin:0
}
.vis-h1{
    color: #fff;
    padding:20px 0;
}
.h1-style{
    color:#3d3d3d;
    font-size: 32px;
}

.buy-h2{
    padding: 5px 0;
    margin-top: 0;
    margin-bottom:0;
    color: #fff;
    font-size:18px !important;
}
.product-h2{
    padding: 5px 0;
    margin-top: 0;
    margin-bottom:0;
    color: #307cc3;
    font-size:18px !important;
}
.img-bottom{
    padding-bottom: 15px;
}


.font_family_en{
    font-family: "Arial";
}
.padding-style{
    padding:30px 0;
}
.padding-style p{
    margin-top:20px;
    padding:30px 0;
}
.img-padding{
    padding-bottom: 10px;
}
.icon-style{
    max-width:50px;
    float: left;
    padding-right: 10px;
}
.icon-p{
    line-height: 22px;
    font-size:18px;
    font-weight: bold;
}
.icon-box{
    padding-top: 10px;
}
.banner-pr1{
    position: absolute;
    left:51%;
    top:50%;
}
.banner-pr2{
    position: absolute;
    left:63%;
    top:46%;
}
.banner-pr3{
    position: absolute;
    left:75%;
    top:43%;
}
.banner-pr1m{
    position: absolute;
    left:50%;
    top:50%;
}
.banner-pr2m{
    position: absolute;
    left:66%;
    top:46%;
}
.banner-pr3m{
    position: absolute;
    left:82%;
    top:43%;
}

/*支援及下載頁面樣式*/

.btn-style{
    background: #b28b2f;
    color:#fff;
    font-weight:bold;
    font-size: 14px;
    padding:5px;
}

.btn-style:hover,.btn-style:focus{
    color:#fff;
    text-decoration:none;
}
.btn-send{
    min-width: 100px;
    background: #d95302;
    color:#fff;
    font-weight:bold;
    font-size: 16px;
    padding:5px;
}
.close-font{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    color: #d95302;
}
.modal-header-j {
    min-height: 10px;
    padding: 25px 25px 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.modal-footer-j {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px dashed #e5e5e5;
}
.en-family{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}




/*商品介紹頁樣式*/
.list-ul{
    padding:10px 0 15px 15px;
}
.price-text{
    padding-left:2px;
    font-family: "Arial";
    font-size: 18px;
    color: #425aa7;
}


/*FAQ樣式*/

.category{
    padding-top:15px;
}
.category li{
    padding:8px;
    border-bottom:1px solid #bebdbd;
    list-style-type: none;
}


/*首頁影片樣式*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}


/*文字顏色樣式*/

.color-orange{
    color:#d95302;
}

.color-yellow{
    color:#b28b2f;
    margin:0;
    line-height: 28px;
}

.color-blue{
    color:#40569c;
}

.color-gray{
    color:#3d3d3d;
}


/*內頁slider*/
#main-slider .carousel_page .item {
  background-position: 50%;
  background-repeat: no-repeat ;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 400px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

.carousel_page{
    position: relative;
}

#main-slider .carousel_page .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel_page .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel_page h2 {
  color: #fff;
}

#main-slider .carousel_page .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel_page .slider-img{
  text-align: right;
  position: absolute;
}

#main-slider .carousel_page .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel_page .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}


.icon-font{
    font-size: 18px;
    color: #5b564b;
}

.breadcrumb a{
    color: #3e3e3e;
}

.h1_style{
    padding-left: 5px;
    color: #5b564b;
    font-size: 28px;
}



.breadcrumbBox{
    background: #717272;
    padding: 0 0 0 20px;
}


.no-padding{
    padding:0;
}

.no-margin{
    margin:0;
}

.no-space{
    margin:0;
    padding:0;
    width:100%;
}

.section_bg{
    background-color: #434242;
    color: #fff;
    font-size: 16px;
    font-family: "Arial";
    line-height: 25px;
}

.region_box{
    padding:15px;
    border: 1px #e8e8e8 solid;
    border-radius: 20px;
    margin:8px;
}

.region_text{
    padding-left: 10px;
    text-align: center;
}

.region_text a{
    color:#3d3d3d;
    font-weight: bold;
}

.region_text a:hover{
    color:#f07f06;
}

.img-size{
    max-width: 110px;
}

.vis-p{
    font-size: 19px;
    font-family: "Arial";
    padding-bottom: 10px;
}

.h2-color{
    font-size:24px;
    color: #562802;
}

.title-box{
    background-color: #3d3d3d;
    padding:12px;
    margin-bottom: 20px;
    color:#fff;
    font-size: 30px;
    text-align: center;
    border-radius: 5px;
}

.index-btn{
    max-width:100%;
    background: transparent;
    border:1px solid #fff;
    padding:10px;
    text-align: center;
    margin-top: 40px;
    border-radius: 5px;
    font-size: 18px;
}


/* GO TOP */
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 9999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#eda71c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


.video-bg{
    background: url(../images/video_bg.jpg);
}

.vis-ul{
    font-size: 19px;
    font-family: "Arial";
    line-height: 30px;
    padding-bottom: 35px;
}

.contact_box{
    margin:0 0 20px 0;
    font-family: "Arial";
}

.fadeInDown a{
        color: #3d3d3d !important;
        font-family: "Arial";
}

.list-ul {
    padding: 10px 0 15px 15px;
    font-size: 18px;
    font-family: "Arial";
    line-height: 30px;
}

.new-text{
    font-size: 18px;
    font-family: "Arial";
    line-height: 30px;
}

.edu_box{
    position: relative;

}
.edu_vc300{
    position: absolute;
    top:6%;
    left:6%;
    z-index: 9999;
}

.edu_minipc{
    position: absolute;
    top:46%;
    left:2%;
    z-index: 9999;
}

.edu_t5w{
    position: absolute;
    top:37%;
    left:18%;
    z-index: 9998;
}

.edu_airserver{
    position: absolute;
    top:6%;
    right:15%;
    z-index: 9998;
}

.edu_v500{
    position: absolute;
    top:26%;
    right:8%;
    z-index: 9999;
}

.edu_vx100{
    position: absolute;
    top:37%;
    right:11%;
    z-index: 9999;
}

.edu_sac{
    position: absolute;
    bottom:1%;
    right:8%;
    z-index: 9999;
}

.vcm200_office{
    position: absolute;
    top:1%;
    left:38%;
    z-index: 9999;
}

.minipc_office{
    position: absolute;
    top:25%;
    left:21%;
    z-index: 9999;
}

.t5w_office{
    position: absolute;
    bottom:24%;
    left:16%;
    z-index: 9998;
}


.v500_office{
    position: absolute;
    top:52%;
    right:26%;
    z-index: 9999;
}

.vx100_office{
    position: absolute;
    bottom:1%;
    left:2%;
    z-index: 9999;
}

.sac_office{
    position: absolute;
    bottom:1%;
    right:0;
    z-index: 9999;
}

.scheduler_office{
    position: absolute;
    top:1%;
    right:2%;
    z-index: 9999;
}

.fix_b{
      max-width:130px;
      position:fixed;
      bottom:350px;
      right:30px;
      z-index: 99999;
      background: transparent;
    }

.fix_s{
      max-width:100px;
      position:fixed;
      top:120px;
      right:30px;
      z-index: 99999;
      background: transparent;
    }

.d-none {
    display: none;
}

.mainP{
    font-size: 1.2em;
    line-height: 1.5em;
    color:#272727;
}

.newMark{
    font-size:16px;
    color:#fff;
    margin-right:15px;
    margin-top:0px;
    padding:6px;
    border-radius: 5px;
    background: #c40303;
    box-sizing: border-box;
}

.mainUl{
    font-size: 1.2em;
    line-height: 1.6em;
    padding-left:0;
    letter-spacing: 1pt;
    color: #858483;
}

.mainUl li{
    list-style-type: none;
    font-family: "Arial","DFHeiStd-W3","Microsoft JhengHei";
}

.mainH2{
    padding: 10px 10px;
    font-size: 26px !important;
    line-height: 30px;
    color: #db4f03;
    margin-bottom: 10px;
}

.mainH2_Blue{
    padding: 10px 10px;
    font-size: 26px !important;
    line-height: 30px;
    color: #425aa6;
    margin-bottom: 10px;
}

.mainH2_Blue2{
    padding: 10px 0;
    font-size: 26px !important;
    line-height: 30px;
    color:#279ee0;
    margin-bottom: 0;
}

.centerH2{
    text-align: center;
}
.mainP2{
    font-size: 1.2em;
    line-height: 1.6em;
    color:#858483;
}
.mainP2N{
    font-size: 1.2em;
    line-height: 1.4em;
    color:#858483;
}
.mainP2JP{
    font-size: 1.1em;
    line-height: 1.4em;
    color:#858483;
}
.mainSpan{
    font-size: 0.8em;
    color:#858483
}

.mainH5{
    font-size: 1.1em;
    line-height: 1.8em;
    color:#858483;
}

.paddingH2{
    padding-top:40px;
}

.rightP{
    padding:15px 20px 5px 0;
}

.centerP{
    text-align: center;
}
.speakerH3{
    font-size:1.2em !important;
    color:#0573a7;
    padding-top:10px;
}

.speakerH4{
    font-size:1.1em !important;
    color:#c69f05;
    padding-top:10px;
}

.newBox{
    font-size: 1em;
    font-weight: bold;
    color:#fff;
    background: #b31504;
    margin:0 10px 0 10px;
    padding:5px;
    border-radius: 5px;
    width: 200px;
}

.newBox_G{
    font-size: 1em;
    font-weight: bold;
    color:#fff;
    background: #699831;
    margin:0 10px 0 0;
    padding:8px;
    border-radius: 5px;
    width: 200px;
}

.newBox_O{
    font-size: 1em;
    font-weight: bold;
    color:#fff;
    background: #c64214;
    margin:0 10px 0 0;
    padding:8px;
    border-radius: 5px;
    width: 200px;
}

.stepText{
    color:#8351af;
    font-size: 1.1em;
    margin:0;
    text-align: center;
}

.mainH1G{
    font-size:30px;
    color:#232323;
    margin:85px 0 30px 50px;
}

.margLeft{
    margin-left:55px;
    padding:0;
}

.leftMargin{
    margin-left:35px;
    padding:0;
}

.orangeColor{
    color:#f28420;
}

.mainP3{
    font-size: 1em;
    line-height: 1.4em;
    color:#272727;
}
.mt-3{
  margin-top:20px;
}
.mt-5{
  margin-top:40px;
}
.GrayBg{
    background: #F0F1F2;
}
.mr0{
    margin-right: 0;
}
.ml0{
    margin-left: 0;
}

.pr0{
    padding-right: 0;
}

.pl0{
    padding-left: 0;
}
.blueH2{
    padding: 10px 10px;
    font-size: 26px !important;
    line-height: 30px;
    color: #5a9fa7;
    margin-bottom: 10px;
}
.blueP2{
    padding:15px 20px 30px 35px;
    font-size: 1.1em;
    line-height: 1.5em;
    color:#858483;
    box-sizing: border-box;
}
.mainP4{
    padding-left:15px;
    font-size: 1.2em;
    line-height: 1.2em;
    color:#858483;
}
.maninH3{
  padding: 0 10px;
  font-size: 26px !important;
  line-height: 30px;
  color: #db4f03;
  margin-bottom: 10px;
}
.tableP{
  padding-left:5px;
  font-size: 1em;
  color:#5a9fa7;
}

.faqTitle{
  font-size:22px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    padding:6px 0;
}

.panel-body {
    border-top: 1px solid #ddd;
}

.partnerClass{
  padding:10px 0 10px 10px;
  font-size:28px;
  font-weight: bold;
  text-align: center;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.contact_margin_svnit {
    margin: 20px 0 !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.fh5co_contacts_message {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 200px !important;
    resize: none;
    padding-top: 20px !important;
    letter-spacing: 1px !important;
}

.contactBox{
  padding:10px 0 30px 0;
}

#recent-works{
  padding:20px 0 10px 0 !important;
}

.okBox{
  border:#c4c2c4 solid 1px;
  border-radius: 10px;
  padding:20px;
}

.h4Class {
    font-size: 16px;
    color: #5c9fbc;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom:15px;
}