@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;800&family=Noto+Serif+TC:wght@300;500;700&family=Raleway:wght@500&display=swap');
body,a{
  font-family: 'Noto Sans TC','Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-size: 18px;
  position: relative;
  color: #333333;
  font-weight: 300;
}
a:hover{
  color: #4a82b1;
}
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.row:after,body::after,.wrap::after{
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.row .col {
  display: block;
  float: left;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
input[type=checkbox], input[type=radio]{
  margin: 0 0 5px!important;
}
button{
  outline: none;
}
select {
  border-radius: 0;
  outline: 0;
}
.cus-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cus-select select::-ms-expand {
  display: none;
}
.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.h1, .h2, .h3, h1, h2, h3{
  margin-top: 0 !important;
}
a:focus, a:hover {
  text-decoration: none !important;
}
label{
  font-weight: inherit !important;
}
.bold{
  font-weight: bold;
}
.float-right{
  float: right !important;
}
a,a:hover, button:hover{
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.tabs-content a{
  -moz-transition: all, 0s;
  -o-transition: all, 0s;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}
/* slider set */
.flexslider .flex-direction-nav a {
  width: 65px;
  height: 65px;
  background: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 25px;
  background: url(../images/_tw/prev.png)left no-repeat;
  background-size: contain;
}
.flexslider .flex-direction-nav .flex-next {
  right: 25px;
  background: url(../images/_tw/next.png)right no-repeat;
  background-size: contain;
}
.flexslider .flex-control-nav {
  height: 12px;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 2;
}
.flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, .5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flex-control-paging li a{
  width: 30px;
  height: 5px;
}
.flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 1);
}
.flexslider.no-direction .flex-direction-nav {
  display: none!important;
}
.size-28{
  font-size: 28px !important;
}
.nopadding{
	padding:0 !important;
}.padding-left-0{
	padding-left:0 !important;
}
.padding-right-0{
  padding-right: 0 !important;
}
.margin-s-5{
  margin-left: -5px;
  margin-right: -5px;
}
.margin-bottom-0{
  margin-bottom: 0;
}
.margin-bottom-6{
  margin-bottom: 6px;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-40{
	margin-bottom:40px;
}
.margin-bottom-45{
	margin-bottom:45px;
}
.margin-bottom-50{
	margin-bottom:50px;
}
.margin-bottom-60{
	margin-bottom:60px;
}
.margin-bottom-100{
	margin-bottom:100px;
}
.margin-top-10{
	margin-top:10px;
}
.margin-top-15{
	margin-top:15px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-25{
	margin-top:25px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-60{
  margin-top:60px;
}
.margin-right-10{
  margin-right: 10px;
}
.nofloat{
  float: none !important;
}
.nomargin{
  margin: 0;
}
.flex{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.display-flex{
  display: flex;
}
.align-center{
  align-items: center;
}
.align-stretch{
  align-items: stretch;
}
.justify-between{
  justify-content:space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-start{
  justify-content:flex-start;
}
.justify-end{
  justify-content:flex-end;
  flex-wrap: wrap;
}
.justify-center{
  justify-content: center;
}
.align-start{
  align-items: flex-start;
}
.align-end{
  align-items:flex-end;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-direction-column{
  flex-direction: column;
}
.editor{
  line-height: 1.5;
}
.flexslider .slides>li{
  position: relative;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 700px;
}
.index .flexslider .slides>li{
  height: 100vh;
}
.flex-direction-nav{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.flex-active-slide .mymove{
  position:relative;
  animation-delay:0.1s;
  animation:mymove 2s 1;
  -webkit-animation:mymove 2s 1; /*Safari and Chrome*/
}
.flex-active-slide .mymove2{
  position:relative;
  animation-delay:0.9s;
  animation:mymove2 5s 1;
  -webkit-animation:mymove2 5s 1;
}
.bounce2{
  animation: bounce2 3s infinite;
  position: absolute;
  z-index: 3;
  bottom: -10px;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
}
@-webkit-keyframes bounce2 {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce2 {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bg_icon {
  0%{
    background-position: 85% 58%;
  }
  100%{
    background-position: 90% 58%;
  }
}
@keyframes bg_icon {
  0%{
    background-position: 85% 58%;
  }
  100%{
    background-position: 90% 58%;
  }
}
section{
  overflow: hidden;
}
.gray{
  background: #eee;
}
.btn_.mail a{
  background: #638bad;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.btn_.mail a:hover{
  background-color: #4a82b1;
}
.loading{
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align:center;
	background-image: url(../images/vc_loading.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index:110;
	width:100px;
	height:50px;
	position:absolute;
	display:none;
}
/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {
  .mobile_menu{
    display: none;
  }
  .container{
    width: 1490px !important;
    max-width: 100%;
  }
  .container > .wrap {
    position: relative;
    padding:20px 0 80px;
  }
  .mobile{
  	display: none !important;
  }
  /*麵包屑*/
  .bread-crumbs {
    margin-bottom: 30px;
  }
  .bread-crumbs ol {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 3px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 15px !important;
  }
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 15px !important;
    color: #666666;
  }
  .bread-crumbs ol i {
    margin: 0 10px;
    font-size: 15px;
  }
  /*//麵包屑*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row{
    margin: 0 -6px !important;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #666;
    border: 1px solid #888;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 18px;
    display: block;
    min-width: 146px;
    text-align: center;
    border-radius: 5px;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #7b9db9;
    border: 1px solid #7b9db9;
    color: #fff;
  }
  .page-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .page-links ul li {
    float: left;
    text-align: center;
  }
  .page-links li + li {
    margin-left: 12px;
  }
  .page-links ul li:nth-child(n+9) {
    margin-top: 10px;
  }
  .page-links ul li a:hover {
    background: #7b9db9;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 60px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current {
    background: #fbfbfb;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }
  .pager a:hover{
    background: #e0e0e0;
  }
  /*//頁數*/
  a.logo{
    color: #fff;
	  padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    transform:scale(1,1);
    transition: all 0.5s ease-out;
  }
  a.logo span{
    font-size: 20px;
    letter-spacing: 2px;
  }
  .scroll .wsmenu-list > li{
    padding: 10px 5px;
  }
  .scroll .logo{
    transform:scale(0.9,0.9);
  }
  .wsmenu-list > li::before{
    content: '';
    opacity: 0;
    width: 0;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom:0;
    left: 0;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .wsmenu-list > li:hover::before{
    opacity: 1;
    width: 100%;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #cartInfo-wrap {
    width: 400px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 1);
    color: #000;
    font-size: 15px;
    position: fixed;
	  right: 7%;
    top: 100px;
    z-index: 6;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .scroll #cartInfo-wrap {
    top: 80px;
  }
  #cartInfo-wrap .row {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  #cartInfo-wrap div.img {
    float: left;
    width: 45%;
  }
  #cartInfo-wrap div.img img {
    width: 100%;
    vertical-align: middle;
  }
  #cartInfo-wrap div.img span {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #cartInfo-wrap a.delete {
    background: url(../images/_tw/delete.png) center no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top:0;
  }
  #cartInfo-wrap div.price {
    float: left;
    width: calc(55% - 18px);
    line-height: 36px;
    padding: 0 15px;
  }
  #cartInfo-wrap div.price span{
    display: block;
    line-height: normal;
    margin-top: 10px;
    font-size: 13px;
  }
  #cartInfo-wrap .total {
    text-align: right;
  }
  #cartInfo-wrap .total > span {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
  }
  #cartInfo-wrap .total span {
    font-size: 13px;
  }
  #cartInfo-wrap .total > .row{
    border: 0;
    padding: 0;
    margin: 0 -1.5%;
  }
  #cartInfo-wrap .total > .row a {
    padding: 5px 20px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    float: left;
    color: #fff;
    display: inline-block;
    background: #c70026;
    font-weight: 600;
  }
  #search-wrap {
    width: 300px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #666666;
    position: fixed;
    right: 20px;
    top: 116px;
    z-index: 9999;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px #ddd solid;
    border-top: 1px #ddd solid;
    display: none;
  }
  #search-wrap input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    height: 32px;
    float: left;
    font-size: 14px;
  }
  #search-wrap input:first-child {
    border: 1px #ddd solid;
    width: 80%;
    padding-left: 10px;
    border-right: 0;
  }
  #search-wrap input + input {
    border: 0;
    width: 20%;
    background: #1f8936;
    color: #fff;
  }
  header.header {
    background: rgba(0,0,0,.85);
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 5;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .scroll .header {
    background: rgba(0,0,0,.85);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
    box-shadow:0 3px 5px rgba(0, 0, 0, .6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header .top {
    height: 40px;
  }
  header.header .bottom {
    height: 90px;
    position: relative;
  }
  header.header .bottom a.logo {
    position: absolute;
    left: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header nav#menu {
    width: 56%;
    position: absolute;
    right: 80px;
    bottom: 0;
    z-index: 999;
  }
  header.header nav#menu > ul > li {
    float: left;
    display: block;
    width: 20%;
    font-size: 16px;
    position: relative;
    text-align: center;
    border-top: 4px #fff solid;
    border-bottom: 4px #fff solid;
  }
  header.header nav#menu > ul > li > a {
    color: #000;
    display: block;
    height: 82px;
    line-height: 82px;
  }
  header.header nav#menu > ul > li > a span,
  header.header nav#menu > ul > li > a i {
    display: inline-block;
    vertical-align: middle;
  }
  header.header nav#menu > ul > li > a i {
    margin-left: 10px;
    font-size: 12px;
  }
  header.header nav#menu > ul > li ul {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    border-top: 4px #988344 solid;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
  }
  header.header nav#menu > ul > li ul li {
    text-align: left;
  }
  header.header nav#menu > ul > li ul li a {
    font-size: 13px;
    color: #83713a;
    display: block;
    padding: 10px 15%;
  }
  header.header nav#menu > ul > li ul li:hover {
    background: #988344;
  }
  header.header nav#menu > ul > li ul li:hover a {
    color: #fff;
  }
  header.header nav#menu > ul > li ul li + li {
    border-top: 1px #e8d8b7 solid;
  }
  header.header nav#menu > ul > li:hover {
    border-bottom: 4px #988344 solid;
    background: url(../images/_tw/_eng/menu_bg.jpg) bottom repeat-x;
  }
  header.header nav#menu > ul > li:hover ul {
    display: block;
  }
  .row_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .scroll .row_top{
    height: 70px;
  }
  .menu_top_left{
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
  }
  .menu_top_left > div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_top_left img{
    margin-right: 10px;
  }
  .logo_text{
    font-size: 18px;
    color: rgba(255,255,255,.6);
    margin-left: 10px;
    letter-spacing: 1px;
  }
  .index .currency-wrap{
    display: block !important;
  }
  .currency-wrap{
    display: block;
    width: 100%;
    position: relative;
    float: left;
    background: #ffa726;
    padding: 15px 0;
  }
  .currency-wrap h4{
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    padding-right: 40px;
  }
  .currency-wrap form{
    width: 100%;
  }
  .currency-wrap li {
    list-style-type: none;
    padding: 0 8px;
  }
  .currency-wrap label{
    width: 100%;
  }
  .currency-wrap button{
    width: 100%;
    padding: 10px 15px 10px;
    color: #fff;
    background: #d93600;
    outline: 0;
    border: 0;
    border-radius:5px;
  }
  .currency-wrap button:hover{
    background: #f74308;
  }
  .currency-wrap button i{
    color: #fff;
    margin-right: 10px;
  }
  .currency-wrap select {
    width: 100%;
    border: 0;
    float: left;
    border-radius:5px;
    padding: 10px 42px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/_tw/down.svg) #FFF no-repeat 95% center;
  }
  .currency-wrap select::-ms-expand { 
    display: none;
  }
  .currency-wrap input{
    width: 100%;
    border: 0;
    padding: 10px 15px;
    border-radius:5px;
  }
  .currency-wrap .day_select > div:last-child{
    padding-left: 0;
  }
  .menu_top_all{
    float: left;
    position: relative;
  }
  .menu_top_right{
    min-width: 200px;
    padding-left: 20px;
  }
  .search{
    position: absolute;
    right: 28px;
    top: 10px;
  }
  .search > form{
    position: relative;
  }
  .search .search_box{
    background: #3f3f3f;
    border: 1px solid;
    padding: 3px 10px;
    font-size: 15px !important;
    padding-right: 35px;
    width: 150px;
    height: 30px;
  }
  .search .search_btn{
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/_tw/search.png) 15px center no-repeat;
    border: 0;
    width: 30px;
    padding: 0;
    height: 100%;
  }
  .search .search_box::-webkit-input-placeholder{
    color:#999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
  }
  .search .search_box:-moz-placeholder {
    color:#999999;
    font-family: Arial, Helvetica, sans-serif;
  }
  .search .search_box::-moz-placeholder {
    color:#999999;
    font-family: Arial, Helvetica, sans-serif;
  }
  .search .search_box:-ms-input-placeholder {
    color:#999999 !important;
    font-family: Arial, Helvetica, sans-serif;
  }
  .menu_top_right span{
    display: block;
    color: #fff;
  }
  .menu_top_right span.tel{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 500;
  }
  .menu_top_right > div:last-child{
    color: #555555 !important;
    font-size: 14px !important;
  }
  .menu_top_right a{
    color: #333 !important;
    font-weight: 600;
    padding: 15px 40px 15px 60px;
    background: #eeeeee;
  }
  .menu_top_right a:nth-child(2){
    margin: 0 0 0 5px;
    padding: 15px 40px 15px 60px;
  }
  .menu_top_right a:hover{
    color: #3c989d !important;
  }
  .menu_top_right #cart{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -3px;
  }
  .menu_top_right #cart span{
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 18px;
    height: 18px;
    background: #c70026;
    border-radius: 100%;
    margin-left: 5px;
    font-size: 14px;
  }
  .menu_top_right > a:first-child{
    background:#eeeeee url(../images/_tw/top_icon1_1.png)30px center no-repeat;
  }
  .menu_top_right > a:hover:first-child{
    background:#eeeeee url(../images/_tw/top_icon1_2.png)30px center no-repeat;
  }
  .menu_top_right > a + a{
    background:#eeeeee url(../images/_tw/top_icon2_1.png)30px center no-repeat;
  }
  .menu_top_right > a + a:hover{
    background:#eeeeee url(../images/_tw/top_icon2_2.png)30px center no-repeat;
  }
  .wsmenu-list > li > a > i{
    font-size:18px !important;
    position: absolute;
    margin-left: 10px;
  }
  .wsmenu-list > li > .wsmenu-click > .fa-angle-down{
    display: none;
  }
  .wsmenu-submenu .fa{
    margin: 0 !important;
  }
  .wsmenu-list > li > a::before{
    content: '';
    position: absolute;
    right: -6px;
    top:50%;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 1px;
    height: 26px;
    background: #707070;
  }
  .wsmenu-list > li:first-child > a::after{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 1px;
    height: 26px;
    background: #707070;
  }
  .wsmenu-submenu li >a::before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -10px;
    top:50%;
    width: 40px;
    opacity: 0;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .wsmenu-submenu li:hover>a::before {
    position: absolute;
    opacity: 1;
    left: 15px;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  /*footer*/
  #right-fixed {
    position: fixed;
    width: 55px;
    text-align: center;
    right: 15px;
    bottom: 10%;
    z-index: 90;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
    margin-bottom: 10px;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 53px;
    height: 53px;
    background: #444444 url(../images/_tw/up.svg)50% 8px no-repeat;
    border-radius: 100%;
    padding-top: 15px;
    font-size: 14px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  .goTop{
    display:none;
  }
  .goTop.show{
    background: #333;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex !important;
    margin: 0 !important;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
  }
  footer .wrap_all{
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    width: 1700px;
    max-width: 100%;
  }
  footer .wrap_all .col{
    border-right: 1px solid #333;
    width: 30%;
    float: left;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    height: 100%;
  }
  footer .wrap_all .col:first-child{
    border-left: 1px solid #333;
    width: 40%;
  }
  .share_icon{
    display: inline-flex;
  }
  footer.footer ul{
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 0px;
  }
  footer.footer li{
    list-style-type: none;
    padding: 0 25px;
    position: relative;
    line-height: 1;
    word-break: break-word;
  }
  footer.footer a{
    color: #fff;
    line-height: 1;
  }
  footer.footer li a:hover{
    text-decoration: underline !important;
  }
  footer .row:nth-child(2){
    margin: 50px 0 75px;
  }
  footer.footer li span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 1.3;
    word-break: break-all;
  }
  footer.footer li span:first-child{
    width: 35px;
    min-width: 35px;
    vertical-align: top;
  }
  footer.footer li + li{
    margin-top: 15px;
  }
  footer.footer .share_icon a{
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #888888;
    display: flex;
    justify-content: center;
  }
  footer .copy-right{
    background: #313131;
    border-top:1px solid #555555;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  footer .copy-right .design{
    position: absolute;
    right: 20px;
    top: 15px;
  }
  footer .copy-right > .wrap{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .copy-right a{
    font-size: 15px;
    color: #EEB400;
  }
  .footer_logo {
    text-align: left;
    margin-bottom: 5px;
  }
  footer .wrap_all > div:nth-child(1) span{
    color: #fff;
    font-size: 22px;
    display: block;
    margin-top: 5px;
  }
  footer .wrap_all > div:nth-child(1) > div:last-child{
    padding-left: 10px;
  }
  footer .wrap_all > div:nth-child(1) span +span{
    margin-top: 10px;
  }
  footer .wrap_all > div:nth-child(3) a:last-child{
    margin-bottom: 10px;
  }
  footer .fb-api {
    width: 100%;
    max-width: 100%;
    max-height: 195px;
    display: inline-block;
    overflow: hidden;
  }
  .footer_top{
    background: #ffa726;
    padding: 20px 0 0;
    font-size: 18px;
  }
  .footer_top .row2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer_top .row2 > div{
    padding: 0 5px;
  }
  .footer_top img{
    margin-top: 4px;
  }
  .footer_top span{
    text-align: left;
  }
  .share_icon:hover a img{
    opacity: .3;
  }
  .share_icon > a:hover img{
    opacity: 1;
  }
  /*//footer*/
  /*index*/
  .banner_box{
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 20px;
   }
   .flexslider .slides>li .banner_box > .banner_title{
    font-size: 47px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    font-weight: 700;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    opacity: 0;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
   }
   .banner_box > .banner_text{
    font-family: 'Noto Serif TC', serif;
    font-size: 30px;
    color: #fff;
    margin-top: 40px;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    opacity: 0;
    -moz-transition: all, 1s 0.3s;
    -o-transition: all, 1s 0.3s;
    -webkit-transition: all, 1s 0.3s;
    transition: all, 1s 0.3s;
   }
   .banner_box > a > .banner_btn{
    font-size: 30px;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 5px 60px;
    margin: 0 auto;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
   }
   .banner_box > a:hover .banner_btn{
    background: #fff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
   }
   .banner_box > a {
     color: #fff;
     display: inline-block;
     margin-top: 110px;
     -moz-transition: all, 0s;
    -o-transition: all, 0s;
    -webkit-transition: all, 0s;
    transition: all, 0s;
   }
   .banner_box > a:hover {
    color:#333;
  }
  .scroll_down{
    position: absolute;
    z-index: 3;
    bottom: 10%;
    width: 100%;
    text-align: center;
  }
  .flexslider .slides>li.flex-active-slide .banner_box > .banner_title{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  .flexslider .slides>li.flex-active-slide .banner_box > .banner_text{
    opacity: 1;
    -moz-transition: all, 1s 0.3s;
    -o-transition: all, 1s 0.3s;
    -webkit-transition: all, 1s 0.3s;
    transition: all, 1s 0.3s;
  }
  .index_works{
    background: #f8f8f8;
    padding: 80px 0 90px;
  }
  .index_works .container{
    overflow: hidden;
  }
  .main_title{
    margin-bottom: 30px;
  }
  .main_title h2{
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 6.4px;
    display: table;
    margin: 0 auto;
    padding: 4px 18.6px 4px 25px;
    position: relative;
  }
  .main_title h2::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    background: #b9b9b9;
    width: 1px;
    height: 100%;
  }
  .main_title h2::after{
    content: '';
    position: absolute;
    right: 0;
    top:0;
    background: #b9b9b9;
    width: 1px;
    height: 100%;
  }
  .main_title + .info{
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
  }
  .index_works .list .row{
    margin: 0 -20px !important;
  }
  .index_works .list .row .col{
    width: calc((100% / 3) - 0.01px);
    float: left;
    padding: 0 20px;
  }
  .index_works .list .row .col:nth-child(n+4){
    margin-top: 90px;
  }
  .index_works .list .row .col .img{
    position: relative;
  }
  .index_works .list .row .col .img::after{
    content: '';
    position: absolute;
    top:3%;
    left:2%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.04);
  }
  .index_works .list .row .col .img img{
    position: relative;
    z-index: 1;
  }
  .index_works .list .row .col a{
    display: block;
  }
  .index_works .list .row .col .txt{
    background: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 18px 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 70px;
    left: 5%;
    bottom: -30px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_works .list .row .col .txt span{
    display: block;
    margin: 10px 0;
    opacity: 0;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  .index_works .list .row .col:hover .txt span{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  .index_works .list .row .col:hover .txt{
    background: #7b9db9;
    height: 120px;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_works .list .row .col:hover a{
    color: #fff;
    -moz-transition: all, 0s;
    -o-transition: all, 0s;
    -webkit-transition: all, 0s;
    transition: all, 0s;
  }
  .index_works .btn_{
    margin-top: 100px;
  }
  .btn_{
    width: 100%;
    margin-top: 45px;
    text-align: center;
  }
  .btn_ a{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    background: #638bad url(../images/_tw/arrow.svg)85% 58% no-repeat;
    border-radius: 30px;
    width: 360px;
    height: 60px;
    color: #fff;
    text-align: center;
    padding: 12px;
    position: relative;
    overflow: hidden;
  }
  .btn_ a:hover{
    animation: bg_icon 0.6s infinite alternate;
    background-color: #4a82b1;
  }
  .btn_ a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
  }
  .btn_ a:hover:after {
    left: 120%;
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .index_program{
    background: #eeeeee;
    padding: 80px 0 90px;
  }
  .index_program .info_top{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .index_program .info{
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1.05px;
    text-align: center;
  }
  .index_program .blue{
    color: #4c4cff;
  }
  .index_program .red{
    color: #ff4c4c;
  }
  .index_program .red_b{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.9px;
    color: #ff4d4d;
    margin-top: 50px;
  }
  .index_program .orange{
    font-size: 36px;
    color: #ff6c00;
    margin-bottom: 30px;
  }
  .index_program .info a{
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1.05px;
    color: #003fff;
    position: relative;
  }
  .index_program .info a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #335bd4;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all 0.7s;
  }
  .index_program .info a:hover:after {
    left: 0%;
    width: 100%;
  }
  .index_program .list{
    margin:30px 0 70px;
  }
  .index_program .list .row{
    margin: 0 -10px !important;
    display: flex;
  }
  .index_program .list .row .col{
    width: calc(100% / 4);
    float: left;
    padding: 0 10px;
  }
  .index_program .list .row .col .inner{
    position: relative;
    background: #ffffff;
    box-shadow: 2.121px 2.121px 5px rgba(0, 0, 0, 0.1);
    padding: 65px 50px;
    height: 100%;
    transition: all 0.3s ease-out;
  }
  .index_program .list .row .col:hover .inner{
    background: #ddd;
  }
  .index_program .list .row .col .inner::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #ffdc73 transparent transparent transparent;

  }
  .index_program .list .row .col .inner .year{
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 1.45px;
    background: #eeeeee;
    border-radius:100px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .index_program .list .row .col .inner .price{
    font-size: 36px;
    font-weight: 800;
    color: #ff7373;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .index_program .list .row .col .inner .price span{
    font-size: 17px;
    color: #878787;
    font-weight: 400;
    margin-right: 20px;
  }
  .index_program .list .row .col .inner .more{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: center;
  }
  .index_service{
    background: #f8f8f8;
    padding: 80px 0 90px;
  }
  .index_service .container{
    padding: 0 75px;
  }
  .index_service .swiper-container{
    padding: 10px 0;
  }
  .index_service .inner{
    position: relative;
    margin: 10px;
    background:#95b0c7;
    padding: 25px 15px 15px;
    height: 440px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  }
  .index_service .inner:hover{
    margin-top: -10px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    box-shadow: 4px 4px 8px rgba(43,43,43,.6);
  }
  .index_service .swiper-slide:nth-child(even) .inner{
    background: #eb9900;
  }
  .index_service .inner h4{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2.5px;
    text-align: center;
    text-shadow: rgba(0,0,0,.3) 0.1em 0.1em 0.2em;
    margin-bottom: 25px;
  }
  .index_service .inner .txt{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.6px;
    position: relative;
    z-index: 1;
    height: 140px;
    overflow: hidden;
  }
  .index_service .item_slick{
    position: relative;
    margin-top: -15px;
  }
  .index_service .swiper-arrow{
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: #ccc url(../images/_tw/arrow_.png)no-repeat center;
    width: 50px;
    height: 50px;
    border-radius:100%;
    text-align: center;
    line-height: 45px;
  }
  .index_service .swiper-arrow.prev {
    left: -70px;
    top: calc(50% - 25px);
  }
  .index_service .swiper-arrow.next {
    right: -70px;
  }
  .index_service .swiper-arrow.prev{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .index_service .inner .img{
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom:10px;
    text-align: center;
  }
  .index_service .inner .img img{
    margin: 0 auto;
  }
  .index_contact{
    padding: 200px 0;
    color: #fff;
    background: rgba(0,0,0,.3);
    text-align: center;
  }
  .index_contact .parallax{
    background-position: left center !important;
  }
  .index_contact .title{
    font-family: 'Noto Serif TC', serif;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: rgba(0,0,0,.4) 0.1em 0.1em 0.2em;
  }
  .index_contact .text{
    font-family: 'Noto Serif TC', serif;
    font-size: 24px;
    font-weight: 300;
  }
  .index_contact .btn_ a{
    background: #638bad;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .index_contact .btn_ a:hover{
    background-color: #4a82b1;
  }
  .index_faq{
    background: #f8f8f8;
    padding: 80px 0 90px;
  }
  .index_faq.inner{
    padding-top: 0px;
  }
  .index_faq .list .row .col{
    width: 100%;
    background: #fff;
    border-left:4px solid #F4A002;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.15);
  }
  .index_faq .list .row .col:hover{
    background: #f1f1f1;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .index_faq .list .row .col + .col{
    margin-top: 25px;
  }
  .index_faq .list .title_txt{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
  }
  .index_faq .list .title_txt span{
    position: absolute;
    top: calc(50% - 15px);
    right:25px;
    height: 30px;
    line-height: 0px;
    font-size: 26px;
    color: #a5a5a5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_faq .list .title_txt.active span{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_faq .list .info_txt{
    font-size: 19px;
    font-weight: 300;
    padding: 20px 25px 40px;
    border-top: 1px solid #D4D4D4;
    display: none;
  }
  .index_faq .list .info_txt .txt_box{
    display: flex;
  }
  /*//index*/
  /*sample*/
  .sample.list{
    margin-bottom: 40px;
  }
  .sample.list .row{
    margin: 0 -20px 100px !important;
  }
  .sample.list .row .col{
    width: calc((100% / 3) - 0.01px);
    float: left;
    padding: 0 20px;
  }
  .sample.list .row .col:nth-child(n+4){
    margin-top: 90px;
  }
  .sample.list .row .col .img{
    position: relative;
  }
  .sample.list .row .col .img::after{
    content: '';
    position: absolute;
    top:3%;
    left:2%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.04);
  }
  .sample.list .row .col .img img{
    position: relative;
    z-index: 1;
  }
  .sample.list .row .col a{
    display: block;
  }
  .sample.list .row .col .txt{
    background: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 18px 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 70px;
    left: 5%;
    bottom: -30px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .sample.list .row .col .txt span{
    display: block;
    margin: 10px 0;
    opacity: 0;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  .sample.list .row .col:hover .txt span{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  .sample.list .row .col:hover .txt{
    background: #7b9db9;
    height: 120px;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .sample.list .row .col:hover a{
    color: #fff;
    -moz-transition: all, 0s;
    -o-transition: all, 0s;
    -webkit-transition: all, 0s;
    transition: all, 0s;
  }
  /*//sample*/
  /*contact_us*/
  .contact_us .contact-info .row + .row{
    margin-top: 20px;
  }
  .contact_us .contact-info .row.online{
    margin-top: 80px;
    border-top: 2px solid #dfdfe0;
    padding-top: 15px;
  }
  .contact_us .contact-info .title{
    color: #595a5c;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .contact_us .contact-info .txt{
    font-size: 24px;
    color: #638bad;
    font-weight: 400;
    line-height: 1;
  }
  .contact_us .contact-info .row.online .icon-fb{
    margin-right: 10px;
  }
  .contact_us .contact-form .col{
    width: 100%;
    position: relative;
  }
  .contact_us .contact-form .col label{
    position: absolute;
    left: 30px;
    top:13px;
  }
  .contact_us .contact-form .code label{
    position: absolute;
    left: 45px;
    top:13px;
  }
  .contact_us .contact-form .col input,.contact_us .contact-form .col textarea{
    width: 100%;
    background: #f1f1f2;
    padding: 15px 10px 15px 150px;
    border: 0;
    max-width: 100%;
    min-width: 100%;
    min-height: 49px;
    color: #4a82b1;
    font-weight: 400;
  }
  .contact_us .contact-form .col select{
    padding: 10px 10px 10px 150px;
  }
  .contact_us .contact-form .row + .row{
    margin-top: 10px;
  }
  .contact_us .contact-form .code input{
    width: 200px;
    padding: 15px 10px 15px 120px;
    background: #f1f1f2;
    border: 0;
    color: #4a82b1;
    font-weight: 400;
  }
  .contact_us .contact-form .btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact_us .contact-form .btn_box input{
    width: calc(50% - 5px);
    float: left;
    height: 49px;
    border: 0;
    color: #fff;
  }
  .contact_us .contact-form .code-box{
    margin: 10px -15px 0 !important;
    display: flex;
    align-items: center;
  }
  .contact_us .contact-form .refresh{
    margin-left: 10px;
    color: #638bad;
  }
  .contact_us .contact-form .refresh:hover{
    color: #4a82b1;
  }
  .contact_us .contact-form .btn_box input[type='reset']{
    background: #bbbdbf;
    transition: all 0.3s ease-out;
  }
  .contact_us .contact-form .btn_box input[type='submit']{
    background: #638bad;
    transition: all 0.3s ease-out;
  }
  .contact_us .contact-form .btn_box input[type='reset']:hover{
    background: #929497;
  }
  .contact_us .contact-form .btn_box input[type='submit']:hover{
    background: #4a82b1;
  }
  .contact-map{
    margin-top: 80px;
  }
  .contact-map.embed-responsive-16by9{
    padding-bottom: 20%;
  }
  /*//contact_us*/
  /*news_list*/
  .left{
    width: 21%;
    float: left;
  }
  .right{
    width: 76%;
    float: right;
  }
  .left .title {
    font-size: 20px;
    color: #fff;
    padding: 10px 25px;
    background: #638bad;
    font-weight: 400;
  }
  .left > ul {
    list-style: none;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 200px;
  }
  .left > ul > li > a {
    font-size: 18px;
    color: #333;
    display: block;
    padding: 12px 0 12px 45px;
    position: relative;
  }
  .left > ul > li ul {
    list-style: none;
    padding: 15px 0;
    padding-left: 45px;
    display: none;
  }
  .left > ul > li ul li a {
    font-size: 18px;
    color: #666666;
    position: relative;
    padding-left: 18px;
  }
  .left > ul > li ul li a:hover {
    color: #0992a4;
	  text-decoration: underline;
  }
  .left > ul > li ul li + li {
    margin-top: 10px;
  }
  .left > ul > li.active {
    margin-top: -1px;
  }
  .left > ul > li.active > a::after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #7d7c7c;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
  }
  .left > ul > li.active ul {
    display: block;
  }
  .left > ul > li:first-child.active {
    margin-top: 0;
  }
  .container > .left,.container > .right{
    margin-top: 70px;
  }
  .news_list > .title{
    border: 0;
    margin-bottom: 10px;
  }
  .news_list > .row{
    margin: 0 -8px;
  }
  .news_list > .title > div:nth-child(1){
	  width: 40%;
    padding: 0 8px;
    padding-left: 40px;
  }
  .news_list > .title > div:nth-child(1)::before{
    left: 8px;
  }
  .news_list .row > .col{
    width: 50%;
    float: left;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
  }
  .news_list .row > .col a{
    display: block;
  }
  .news_list .row > .col:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list .row > .col:nth-child(2n+1){
    clear: both;
  }
  .news_list .row > .col .img{
    width:100%; 
    height:100%;
    overflow:hidden;
  }
  .news_list .row > .col img{
    width: 100%;
    transform:scale(1,1);transition: all 1s ease-out;
  }
  .news_list .col > a:hover >.img > img{
    transform:scale(1.12,1.12);
  }
  .news_list .row > .col .data{
    position: absolute;
    z-index: 2;
    right: 30px;
    top:0px;
    background: #638bad;
    color: #fff;
    padding: 10px 12px;
  }
  .news_list .row > .col .data span{
    display: block;
    text-align: center;
    font-weight: 400;
  }
  .news_list .row > .col .data span:nth-child(2){
    font-size: 22px;
    line-height: 22px;
  }
  .news_list .row > .col .box{
    position: absolute;
    left: 8px;
    bottom: 0px;
    width: calc(100% - 16px);
    padding: 30px 85px 30px 30px;
  }
  .news_list .row > .col .box >.tag{
    background: #638bad;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .news_list .row > .col .box >.title{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    max-height: calc((22px * 1.5) * 2);
  }
  .news_list .row > .col .box > .more{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
    background: rgba(0,0,0,0.1);
  }
  .news_list .col > a:hover .box > .more{
    background: #eb9900;
  }
  .left > ul > li > a::before {
    content: "▼";
    font-size: 12px;
    color: #638bad;
    position: absolute;
    transform: rotate(-90deg);
    left: 25px;
    top: 50%;
    margin-top: -7px;
  }
  /*//news_list*/
  /*news_detail*/
  .news_detail .newsd_title{
    display: flex;
    justify-content: space-between;
  }
  .news_detail .date{
    color: #638bad;
  }
  .news_detail .newsd_title h3{
    color: #638bad;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.5;
  }
  .news_detail .editor{
    margin-top: 15px;
    padding-top: 10px;
  }
  .news_detail .social-icon{
    min-width: 180px;
    text-align: right;
  }
  .news_detail .social-icon a + a{
    margin-left: 5px;
  }
  .news_detail .tag_box a,.news_detail .reading_box a{
    color: #638bad;
  }
  .news_detail .reading_box a:hover{
    text-decoration: underline !important;
  }
  .news_detail .tag_box a:hover{
    background: #487399;
    color: #fff;
  }
  .article-function {
    text-align: center;
    padding:0;
    margin-top: 60px;
  }
  .article-function a {
    display: inline-block;
  }
  .article-function a:nth-child(2) {
    margin: 0 30px;
  }
  .news_detail .reading_box,.news_detail .tag_box{
    display: flex;
    margin-top: 40px;
  }
  .news_detail .reading_box a{
    display: block;
  }
  .news_detail .tag_box a{
    display: inline-block;
    border: 1px solid;
    padding: 5px 15px;
    margin: 5px;
  }
  /*old*/
  .news_detail .sub-title {
    font-size: 24px;
    color: #0085b0;
  }
  .news_detail .text1 {
    font-size: 22px;
    color: #333333;
    padding: 15px 0;
  }
  .news_detail .block {
    padding-top: 60px;
  }
  .news_detail .block .row {
    margin: 0 -60px !important;
  }
  .news_detail .block .row .col {
    padding: 0 60px;
    width: 50%;
  }
  .news_detail .block .row .col .block-title {
    font-size: 22px;
    color: #005b7d;
    padding-bottom: 10px;
    border-bottom: 3px #9bccea solid;
  }
  .news_detail .block .row .col .block-title img {
    margin-right: 10px;
  }
  .news_detail .block .row .col .text {
    padding: 40px;
    border-bottom: 1px #acd2e9 solid;
  }
  .news_detail .block .row .col + .col {
    border-left: 1px #acd2e9 solid;
  }
  .news_detail .table {
    margin-top: 60px;
  }
  .news_detail .block2{
    margin-top: 60px;
  }
  .news_detail .block2 .row .col {
    width: 30%;
  }
  .news_detail .block2 .row .col + .col {
    width: 70%;
  }
  .news_detail .block2 .row .col + .col b {
    display: block;
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
  }
  .news_detail .back {
    text-align: center;
    margin-top: 30px;
    margin-top: 120px;
    padding-top: 40px;
    border-top: 2px #cbdaea dashed;
  }
  /*//old*/
  .news_detail .table>thead>tr>th{
    width: 10.5%;
    font-weight: 400;
    text-align: center;
    padding: 10px;
    border: 1px #acd2e9 solid !important;
  }
  .news_detail .table>thead>tr>th:first-child{
    width: 140px;
    background: #fff;
  }
  .news_detail .table-condensed>tbody>tr>td{
    border: 1px #acd2e9 solid;
    padding: 15px 10px;
    font-weight: 300;
  }
  .news_detail .cq-table-header{
    font-weight: 400 !important;
    background: #effcfb;
    font-size: 18px;
    text-align: center;
  }
  .news_detail .table-striped>tbody>tr:nth-of-type(odd){
    background: #fff;
  }
  .news_detail .table-hover>tbody>tr:hover {
    background-color: #fff;
  }
  .news_detail .table-responsive>.fixed-column {
    display: none;
  }
  .news_detail .table_layout{
    position: relative;
  }
  /*//news_detail*/
  /*service*/
  .service{
    overflow: hidden;
  }
  .service .title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .service .title h3{
    color: #638bad;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.5;
  }
  .service .social-icon {
    min-width: 180px;
    text-align: right;
  }
  /*ssl*/
  .service .sub-title {
    font-size: 20px;
    color: #0085b0;
  }
  .service .sub-title a{
    font-size: 20px;
    color: #0085b0;
  }
  .service .text1 {
    font-size: 20px;
    color: #333333;
    padding: 15px 0;
  }
  .service .sub-name{
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid;
  }
  .service .sub-top{
    background: #638bad;
    color: #f5f5f5;
    padding: 15px 10px;
    font-size: 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0;
  }
  .service .sub-top a{
    color: #fff;
  }
  .service .sub-row{
    position: relative;
    background: #eaeaea;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .service .btn_box{
    position: absolute;
    left: 30px;
    bottom:20px;
  }
  .service .btn_box .btn{
    background: #565656;
    color: #fff;
    font-size: 18px;
  }
  .service .btn_box .btn:hover{
    background: #707070;
  }
  .service .btn_box .btn + .btn{
    margin-left: 10px;
  }
  .service .block {
    padding-top: 60px;
  }
  .service .block .row {
    margin: 0 -60px !important;
  }
  .service .block .row .col {
    padding: 0 60px;
    width: 50%;
  }
  .service .block .row .col .block-title {
    font-size: 22px;
    color: #005b7d;
    padding-bottom: 10px;
    border-bottom: 3px #9bccea solid;
  }
  .service .block .row .col .block-title img {
    margin-right: 10px;
  }
  .service .block .row .col .text {
    padding: 40px;
    border-bottom: 1px #acd2e9 solid;
  }
  .service .block .row .col + .col {
    border-left: 1px #acd2e9 solid;
  }
  .service .table {
    margin-top: 60px;
  }
  .service .block2{
    margin-top: 60px;
  }
  .service .block2 .row .col {
    width: 30%;
  }
  .service .block2 .row .col + .col {
    width: 70%;
  }
  .service .block2 .row .col + .col b {
    display: block;
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
  }
  .service .back {
    text-align: center;
    margin-top: 30px;
    margin-top: 120px;
    padding-top: 40px;
    border-top: 2px #cbdaea dashed;
  }
  .service .table_s{
    position: relative;
  }
  .table_s .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .table_s .table .tr {
    display: table-row;
  }
  .table_s .table .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-right: 1px #acd2e9 solid;
    border-bottom: 1px #acd2e9 solid;
    padding: 15px 10px;
    font-weight: 300;
    width: 10.5%;
  }
  .table_s .table .tr:first-child .td {
    background: #effcfb;
    color: #000;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    border-top: 1px #acd2e9 solid;
  }
  .table_s .table .tr .td span{
  	color: #666666;
  }
  .table_s .cq-table-header {
    border-left: 1px #acd2e9 solid;
    font-weight: 400 !important;
    background: #effcfb !important;
    font-size: 18px;
    text-align: center;
  }
  /*//ssl*/
  /*//service*/
  /*program*/
  .program .row {
    margin: 0 -15px;
    display: flex;
  }
  .program .row .col {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .program .row .col .inner{
    background: #fff;
    height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  }
  .program .row .col .inner:hover{
    margin-top: -10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    box-shadow: 4px 4px 10px rgba(43,43,43,.4);
  }
  .program .row .col .inner .program-banner {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .program .row .col .inner .program-banner .text {
    color: #fff;
    text-align: center;
    padding: 15% 5%;
  }
  .program .row .col .inner .program-banner .text h1 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .program .row .col .inner .program-banner .text p {
    font-size: 16px;
  }
  .program .row .col .inner .content {
    padding: 50px 0;
    text-align: center;
  }
  .program .row .col .inner .content .price {
    color: #c91840;
    margin-bottom: 20px;
  }
  .program .row .col .inner .content .price span {
    font-size: 36px;
  }
  .program .row .col .inner .content .price span + span {
    font-size: 20px;
    margin-left: 10px;
  }
  .program .row .col .inner .content ul {
    list-style: none;
  }
  .program .row .col .inner .content ul li {
    font-size: 20px;
    color: #333333;
    line-height: 1.8;
  }
  .program .row .col .inner .content .title {
    font-size: 20px;
    color: #333333;
    display: inline-block;
    padding: 5px 15px;
  }
  .program .row .col .inner .content p {
    font-size: 20px;
    padding: 10px 0 35px;
    line-height: 1.8;
  }
  .program .row .col .inner .content p a {
    color: #333333;
  }
  .program .row .col .inner .content p a:hover {
    text-decoration: underline;
  }
  .program .row .col + .col .inner .content .price {
    color: #1364b3;
  }
  .program .row .col:last-child .inner .content .price {
    color: #008ebf;
  }
  .program_samplelist{
    padding-top: 60px;
  }
  /*//program*/
  /*project*/
  .index_program.project{
    padding: 0;
  }
  .plan-content {
    padding: 90px 0;
  }
  .plan-content .text {
    padding: 35px 50px 0;
    font-size: 20px;
    line-height: 2.5;
  }
  .plan-content .list {
    padding: 20px 0 50px;
  }
  .plan-content .list .row .col {
    width: 33.33333333%;
    padding: 0 50px;
  }
  .plan-content .list .row .col ul {
    padding-left: 20px;
  }
  .plan-content .list .row .col ul li {
    font-size: 15px;
    line-height: 2.5;
  }
  .plan-content .list .row .col + .col {
    border-left: 1px #bbb dashed;
  }
  .plan-content .cus-tab{
    display: flex;
    flex-wrap: wrap;
  }
  .plan-content .cus-tab .tabs{
    list-style-type: none;
    width: 200px;
  }
  .plan-content .cus-tab .tabs a{
    position: relative;
    color: #676767;
    font-size: 22px;
    display: block;
    background: #ddd;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
  }
  .plan-content .cus-tab .tabs li.current a::before{
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #4a82b1;
  }
  .plan-content .cus-tab .tabs a:hover, .plan-content .cus-tab .tabs li.current a{
    background: #4a82b1;
    color: #fff;
  }
  .plan-content .cus-tab .tabs li + li{
    margin-top: 10px;
  }
  .plan-content .cus-tab .tabs-content-wrap{
    width: calc(100% - 200px);
    padding: 0 15px;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content{
    background: rgba(51, 99, 140, 0.6);
    color: rgb(255, 255, 255);
    margin-top: 40px;
    opacity: 0;
    transition: all 0.6s ease-out;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content.current{
    margin-top: 0px;
    opacity: 1;
  }
  .service_item {
    padding: 80px 0;
  }
  .service_item .row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
  }
  .service_item .row .col {
    width: 50%;
    padding: 0 12px;
  }
  .service_item .row .col .inner {
    padding: 20px;
    border: 3px #f4f4f4 solid;
    height: 100%;
    transition: all 0.3s ease-out;
  }
  .service_item .row .col .inner:hover{
    background: #eaeaea;
  }
  .service_item .row .col .inner h1 {
    font-size: 22px;
    color: #fff;
    background: #5f99c5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 25px;
    margin-bottom: 10px;
  }
  .service_item .row .col .inner p {
    font-size: 16px;
    color: #777777;
    line-height: 2;
  }
  .service_item .row .col .inner .icon {
    float: left;
    width: 25%;
    text-align: center;
  }
  .service_item .row .col .inner .text {
    float: left;
    width: 75%;
    padding: 0 30px;
    border-left: 3px #f4f4f4 solid;
  }
  .service_item .row .col:nth-child(n+3) {
    margin-top: 24px;
  }
  .integration {
    background: #e9f3f8;
    padding: 80px 0;
  }
  .integration .row {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }
  .integration .row .col {
    width: 33.33333333%;
    padding: 0 8px;
  }
  .integration .row .col .inner {
    background: #fff;
    padding: 40px 25px;
    border-bottom: 5px #d4e8f1 solid;
    height: 100%;
    transition: all 0.3s ease-out;
  }
  .integration .row .col .inner:hover{
    background: #f4f4f4;
  }
  .integration .row .col .inner h2 {
    font-size: 24px;
    color: #ff4d4d;
    margin-bottom: 10px;
  }
  .integration .row .col .inner p {
    font-size: 17px;
    color: #545454;
    line-height: 2;
  }
  .integration .row .col .inner .icon {
    width: 20%;
    float: left;
  }
  .integration .row .col .inner .text {
    width: 80%;
    float: left;
  }
  .integration .row .col:nth-child(n+4) {
    margin-top: 36px;
  }
  .concatenate {
    padding: 80px 0;
  }
  .concatenate .row {
    padding: 60px 25px;
    border: 1px #c5d3de dashed;
    margin: 50px -15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .concatenate .row .col {
    width: 50%;
    line-height: 2;
    padding: 0 15px;
    min-height: 130px;
  }
  .concatenate .row .col h3 {
    font-size: 16px;
    color: #0083ac;
  }
  .concatenate .row .col p {
    font-size: 16px;
    color: #777777;
  }
  .concatenate .row .col .icon {
    width: 30%;
    height: 100%;
    padding-right: 10px;
    float: left;
    text-align: center;
  }
  .concatenate .row .col .text {
    width: 70%;
    height: 100%;
    float: left;
    padding: 0 20px;
    border-left: 1px #ddd solid;
  }
  .concatenate .row .col:nth-child(n+3) {
    margin-top: 25px;
  }
  /*//project*/
  /*imail*/
  .table.spec {
    display: table;
    width: 100%;
    border-collapse: collapse;
	  margin-top: 15px;
    margin-bottom: 15px;
  }
  .table.spec .tr {
    display: table-row;
  }
  .table.spec .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    border: 1px #d9d9d9 solid;
  }
  .table.spec .tr .td span:first-child {
    display: none;
  }
  .table.spec .tr:first-child .td {
    background: #efefef;
  }
  /*//imail*/
}
/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .mobile_menu{
    display: block;
  }
  .index.wrap {
    width: 96%;
    max-width: 960px;
    margin: 20px auto 40px;
  }
  .flexslider .flex-direction-nav a{
  	width: 40px;
    height: 40px;
    background-size: contain !important;
  }
  body {
    padding:0px 0 40px;
  }
  .pc, .hide-in-tablet {
    display: none !important;
  }
  /*麵包屑*/
  .container > .wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 80px;
  }
  .bread-crumbs {
    position: relative;
    margin-bottom: 20px;
  }
  .bread-crumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 3px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 15px;
  }
  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 15px !important;
    color: #666666;
  }
  .bread-crumbs ol li i{
    margin: 0 10px;
  }
  .bread-crumbs ol i{
    margin: 0 5px;
    font-size: 15px;
  }
  /*//麵包屑*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row{
    margin: 0 -6px !important;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #666;
    border: 1px solid #888;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 18px;
    display: block;
    min-width: 146px;
    text-align: center;
    border-radius: 5px;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #7b9db9;
    border: 1px solid #7b9db9;
    color: #fff;
  }
  .page-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-links ul li {
    float: left;
    text-align: center;
  }
  .page-links li + li {
    margin-left: 12px;
  }
  .page-links ul li:nth-child(n+9) {
    margin-top: 10px;
  }
  .page-links ul li a:hover {
    background: #7b9db9;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 40px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    border:1px #727171 solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current {
    background: #fbfbfb;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }
  .pager a:hover{
    background: #e0e0e0;
  }
  /*//頁數*/
  header.header {
    background: rgba(0,0,0,.85);
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 7;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .row_top {
    width: 100% !important;
    height: 65px;
    display: flex;
    justify-content: space-between;
  }
  a.logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
  }a.logo img{
	  max-height: 50px;
    width: auto;
    margin-right: 10px;
  }
  a.logo span {
    font-size: 16px;
    letter-spacing: 2px;
  }
  #search .fa-search.mobile,#cart .fa-shopping-cart.mobile,#member .fa-user.mobile,.fa-search{
    font-size: 22px;
	  color: #2d2d2d;
  }#navToggle{
    margin: 20px;
  }#navToggle i{
    font-size: 22px;
  }#close{
	  position: absolute;
    right: 0px;
    top: 10px;
  }.overlapblackbg.menuopen #close{
	  position: absolute;
	  right: 250px;
    top: 10px;
  }.menu_top_all .link-list li{
	white-space: normal;
  }.menu_top_all .link-list li a{
	line-height: 22px !important;
  }
  #cartInfo-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 65px;
    font-size: 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6;
    display: none;
  }
  #cartInfo-wrap .wrapper {
    position: relative;
    z-index: 998;
    padding: 15px;
    background: #ffffff;
    color: #333;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-top:1px solid #666;
  }
  #cartInfo-wrap .row {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  #cartInfo-wrap div.img {
    float: left;
    width: 100px;
  }
  #cartInfo-wrap div.img img {
    width: 100%;
    vertical-align: middle;
  }
  #cartInfo-wrap div.img span {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #cartInfo-wrap a.delete {
    background: url(../images/_tw/delete.png) center no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
    top:0;
  }
  #cartInfo-wrap div.price {
    float: left;
    width: calc(75% - 18px);
    line-height: 36px;
    padding: 0 15px;
  }
  #cartInfo-wrap div.price span{
    display: block;
    line-height: normal;
    margin-top: 5px;
    font-size: 13px;
  }
  #cartInfo-wrap .total {
    text-align: right;
  }
  #cartInfo-wrap .total span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #cartInfo-wrap .total span > span{
    font-size: 13px;
    display: inline-block;
  }
  #cartInfo-wrap .total > .row{
    border: 0;
    padding: 0;
    margin: 0 -1.5%;
  }
  #cartInfo-wrap .total > .row a {
    padding: 5px 20px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    float: left;
    color: #fff;
    display: inline-block;
    background: #c70026;
    font-weight: 600;
  }
  #search-wrap {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 998;
    padding: 15px 77px 15px 20px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
  }
  #search-wrap input[type=search] {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px #ddd solid;
    padding: 0 10px;
    font-size: 15px;
  }
  #search-wrap input[type=submit] {
    position: absolute;
    display: inline-block;
    width: 62px;
    line-height: 40px;
    top: 0;
    right: -62px;
    border: 0;
    font-size: 15px;
    background: #262626 url(../images/_tw/search.png) center no-repeat;
    color: #fff !important;
    text-align: center;
  }
  .menu_top_left{
  	width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_top_left > div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #currency{
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .currency-wrap{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #ffa726;
    padding-top: 50px;
  }
  .currency-wrap a{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
  }
  .currency-wrap h4{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 0;
    color: #fff;
  }
  .currency-wrap form{
    width: 650px;
    max-width: 100%;
  }
  .currency-wrap li {
    list-style-type: none;
  }
  .currency-wrap li:first-child{
    display: flex;
    align-self: center;
    justify-content: center;
  }
  .currency-wrap li:nth-child(2){
    padding: 0 15px;
  }
  .currency-wrap li{
    margin-top: 30px;
  }
  .currency-wrap label{
    width: 100%;
    color: #fff;
  }
  .currency-wrap button{
    width: 100%;
    padding: 10px 15px 10px;
    color: #fff;
    background: #d93600;
    outline: 0;
    border: 0;
  }
  .currency-wrap button i{
    color: #fff;
    margin-right: 10px;
  }
  .currency-wrap select {
    width: 100%;
    border: 0;
    float: left;
    padding: 10px 42px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/_tw/down.svg) #FFF no-repeat 95% center;
  }
  .currency-wrap select::-ms-expand { 
    display: none;
  }
  .currency-wrap input{
    width: 100%;
    border: 0;
    padding: 10px 15px;
  }
  .currency-wrap .day_select > div:last-child{
    padding-left: 0;
  }
  .currency-wrap .day_select + li{
    padding-left: 15px;
  }
  .currency-wrap ul{
    flex-wrap: wrap;
  }
  .day_select{
    display: flex;
    justify-content: space-between;
  }
  .day_select > div{
    width: 49%;
    padding: 0;
  }
  .menu_top_all{
  	margin-top: 45px;
    width: auto;
    float: left;
  }
  .mobile .menu_login{
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,0.13);
    position: static;
  }
  .mobile .menu_login >div{
    float: left;
  }
  .mobile .menu_login >div>span{
    margin: 0 10px;
  }
  .mobile .menu_login > a{
    color: #666666;
  }
  .mobile .fa-user{
    color: #fff;
    font-size: 25px;
    margin: 0 20px;
  }
  #search{
  	float: left;
	  margin-right: 25px;
	  cursor: pointer;
  }
  .menu_top_right{
    display: none;
  }
  .wsmenu .mobile{
    padding: 8px 15px;
    width: 240px;
    display: inline-block;
    color: #666666;
    font-size: 15px;
  }
  .wsmenu .mobile a{
    font-size: 15px !important;
    color: #878787 !important;
  }
  .wsmenu .mobile a:nth-child(2){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    margin: 0 10px;
  }
  .menu_top_right #cart{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -3px;
  }
  .menu_top_right #cart span{
    color: #fff;
    margin-top: 6px;
  }
  #member{
  	float: left;
  }

  /*//menu*/
  /*footer*/
  #right-fixed {
    position: fixed;
    text-align: center;
    right: 15px;
    bottom: 10%;
    z-index: 90;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
    margin-bottom: 10px;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 53px;
    height: 53px;
    background: #444444 url(../images/_tw/up.svg)50% 8px no-repeat;
    border-radius: 100%;
    padding-top: 15px;
    font-size: 14px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  #fixed-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
  #fixed-bottom a {
    display: block;
    width: 50%;
    float: left;
    background: #00bfff;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 2px 0;
    line-height: 36px;
  }
  #fixed-bottom a img {
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #fixed-bottom a span {
    vertical-align: middle;
    color: #fff !important;
  }
  #fixed-bottom a + a {
    background: #03c302;
  }
  .goTop {
    position: fixed;
    right: 2%;
    bottom: 50px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }
  .goTop img {
    width: 50px;
  }
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
  }
  footer .wrap_all{
    padding: 40px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40px);
  }
  .footer_logo {
    text-align: left;
    margin-bottom: 5px;
  }
  footer .wrap_all .col {
    border-right: 1px solid #333;
    width: 30%;
    float: left;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    height: 100%;
  }
  footer .wrap_all .col:first-child{
    border-left: 1px solid #333;
    width: 40%;
  }
  .share_icon{
    display: inline-flex;
  }
  footer.footer ul{
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 0px;
  }
  footer.footer li{
    list-style-type: none;
    padding: 0 25px;
    position: relative;
    line-height: 1;
    word-break: break-word;
  }
  footer.footer a{
    color: #fff;
    line-height: 1;
  }
  footer.footer .share_icon a{
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #888888;
    display: flex;
    justify-content: center;
  }
  footer.footer li a:hover{
    text-decoration: underline !important;
  }
  footer .row:nth-child(2){
    margin: 50px 0 75px;
  }
  footer.footer li span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 1.3;
    word-break: break-all;
  }
  footer.footer li span:first-child{
    width: 35px;
    min-width: 35px;
    vertical-align: top;
  }
  footer.footer li + li{
    margin-top: 15px;
  }
  footer .copy-right {
    background: #313131;
    border-top: 1px solid #555555;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  footer .copy-right .design {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  footer .copy-right > .wrap{
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .copy-right a{
    font-size: 15px;
    color: #EEB400;
  }
  footer .wrap_all > div:nth-child(1) span{
    color: #fff;
    font-size: 22px;
    display: block;
    margin-top: 5px;
  }
  footer .wrap_all > div:nth-child(1) span +span{
    margin-top: 10px;
  }
  footer .wrap_all > div:nth-child(3) a:last-child{
    margin-right: 0;
  }
  footer .fb-api {
    width: 100%;
    max-width: 100%;
    max-height: 210px;
    display: inline-block;
    overflow: hidden;
  }
  .footer_top {
    background: #ffa726;
    padding: 20px 0 0;
    font-size: 16px;
  }
  .footer_top .row2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer_top .row2 > div{
    padding: 0 5px;
  }
  .footer_top img{
    margin-top: 4px;
  }
  .footer_top span{
    text-align: left;
    word-break: break-all;
  }
  .share_icon:hover a img{
    -webkit-filter:opacity(50%);
  }
  .share_icon > a:hover img{
    -webkit-filter:opacity(100%);
  }
  /*//footer*/
  /*index*/
  .banner_box{
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 20px;
  }
  .flexslider .slides>li .banner_box > .banner_title{
    font-size: 30px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    font-weight: 700;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    opacity: 0;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  .index .flexslider .slides>li .banner_box > .banner_title{
    font-size: 47px;
  }
  .banner_box > .banner_text{
    font-family: 'Noto Serif TC', serif;
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    opacity: 0;
    -moz-transition: all, 1s 0.3s;
    -o-transition: all, 1s 0.3s;
    -webkit-transition: all, 1s 0.3s;
    transition: all, 1s 0.3s;
  }
  .index .banner_box > .banner_text{
    font-size: 30px;
  }
  .banner_box > a > .banner_btn{
    font-size: 20px;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 5px 30px;
    margin: 0 auto;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .index .banner_box > a > .banner_btn{
    font-size: 30px;
    padding: 5px 60px;
  }
  .banner_box > a:hover .banner_btn{
    background: #fff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .banner_box > a {
     color: #fff;
     display: inline-block;
     margin-top: 40px;
     -moz-transition: all, 0s;
    -o-transition: all, 0s;
    -webkit-transition: all, 0s;
    transition: all, 0s;
  }
  .index .banner_box > a{
    margin-top: 110px;
  }
  .banner_box > a:hover {
    color:#333;
  }
  .scroll_down{
    position: absolute;
    z-index: 3;
    bottom: 10%;
    width: 100%;
    text-align: center;
  }
  .flexslider .slides>li.flex-active-slide .banner_box > .banner_title{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  .flexslider .slides>li.flex-active-slide .banner_box > .banner_text{
    opacity: 1;
    -moz-transition: all, 1s 0.3s;
    -o-transition: all, 1s 0.3s;
    -webkit-transition: all, 1s 0.3s;
    transition: all, 1s 0.3s;
  }
  .index_works{
    background: #f8f8f8;
    padding: 80px 0 90px;
  }
  .index_works .container{
    overflow: hidden;
  }
  .main_title{
    margin-bottom: 30px;
  }
  .main_title h2{
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 6.4px;
    display: table;
    margin: 0 auto;
    padding: 4px 18.6px 4px 25px;
    position: relative;
  }
  .main_title h2::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    background: #b9b9b9;
    width: 1px;
    height: 100%;
  }
  .main_title h2::after{
    content: '';
    position: absolute;
    right: 0;
    top:0;
    background: #b9b9b9;
    width: 1px;
    height: 100%;
  }
  .main_title + .info{
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
  }
  .index_works .list .row{
    margin: 0 -20px !important;
  }
  .index_works .list .row .col{
    width: calc((100% / 2));
    float: left;
    padding: 0 20px;
  }
  .index_works .list .row .col:nth-child(n+3){
    margin-top: 90px;
  }
  .index_works .list .row .col:nth-child(9n){
    display: none;
  }
  .index_works .list .row .col .img{
    position: relative;
  }
  .index_works .list .row .col .img::after{
    content: '';
    position: absolute;
    top:3%;
    left:2%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.04);
  }
  .index_works .list .row .col .img img{
    position: relative;
    z-index: 1;
  }
  .index_works .list .row .col a{
    display: block;
  }
  .index_works .list .row .col .txt{
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 18px 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 90%;
    left: 5%;
    bottom: -30px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_works .list .row .col .txt span{
    display: none;
  }
  .index_works .btn_{
    margin-top: 100px;
  }
  .btn_{
    width: 100%;
    margin-top: 45px;
    text-align: center;
  }
  .btn_ a{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    background: #638bad url(../images/_tw/arrow.svg)85% 58% no-repeat;
    border-radius: 30px;
    width: 360px;
    height: 60px;
    color: #fff;
    text-align: center;
    padding: 12px;
    position: relative;
    overflow: hidden;
  }
  .btn_ a:hover{
    animation: bg_icon 0.6s infinite alternate;
    background-color: #4a82b1;
  }
  .btn_ a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
  }
  .btn_ a:hover:after {
    left: 120%;
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .index_program{
    background: #eeeeee;
    padding: 80px 0 90px;
  }
  .index_program .info_top{
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .index_program .info{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.05px;
    text-align: center;
  }
  .index_program .blue{
    color: #4c4cff;
  }
  .index_program .red{
    color: #ff4c4c;
  }
  .index_program .red_b{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.9px;
    color: #ff4d4d;
    margin-top: 50px;
  }
  .index_program .orange{
    font-size: 34px;
    color: #ff6c00;
    margin-bottom: 30px;
  }
  .index_program .info a{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.05px;
    color: #003fff;
    position: relative;
  }
  .index_program .info a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #335bd4;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all 0.7s;
  }
  .index_program .info a:hover:after {
    left: 0%;
    width: 100%;
  }
  .index_program .list{
    margin:30px 0 70px;
  }
  .index_program .list .row{
    margin: 0 -10px !important;
    display: flex;
  }
  .index_program .list .row .col{
    width: calc(100% / 4);
    float: left;
    padding: 0 10px;
  }
  .index_program .list .row .col .inner{
    position: relative;
    background: #ffffff;
    box-shadow: 2.121px 2.121px 5px rgba(0, 0, 0, 0.1);
    padding: 55px 30px;
    height: 100%;
    transition: all 0.3s ease-out;
  }
  .index_program .list .row .col:hover .inner{
    background: #ddd;
  }
  .index_program .list .row .col .inner::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 55px 0 0;
    border-color: #ffdc73 transparent transparent transparent;

  }
  .index_program .list .row .col .inner .year{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.45px;
    background: #eeeeee;
    border-radius:100px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .index_program .list .row .col .inner .price{
    font-size: 32px;
    font-weight: 800;
    color: #ff7373;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .index_program .list .row .col .inner .price span{
    font-size: 17px;
    color: #878787;
    font-weight: 400;
    margin-right: 20px;
  }
  .index_program .list .row .col .inner .more{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: center;
  }
  .index_service{
    background: #f8f8f8;
    padding: 80px 0 90px;
  }
  .index_service .container{
    padding: 0 75px;
  }
  .index_service .swiper-container{
    padding: 10px 0;
  }
  .index_service .inner{
    position: relative;
    margin: 10px;
    background:#95b0c7;
    padding: 25px 15px 15px;
    height: 440px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  }
  .index_service .inner:hover{
    margin-top: -10px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    box-shadow: 4px 4px 8px rgba(43,43,43,.6);
  }
  .index_service .swiper-slide:nth-child(even) .inner{
    background: #eb9900;
  }
  .index_service .inner h4{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2.5px;
    text-align: center;
    text-shadow: rgba(0,0,0,.3) 0.1em 0.1em 0.2em;
    margin-bottom: 25px;
  }
  .index_service .inner .txt{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.6px;
    position: relative;
    z-index: 1;
    height: 140px;
    overflow: hidden;
  }
  .index_service .item_slick{
    position: relative;
    margin-top: -15px;
  }
  .index_service .swiper-arrow{
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    background: #ccc url(../images/_tw/arrow_.png)no-repeat center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius:100%;
    text-align: center;
    line-height: 45px;
  }
  .index_service .swiper-arrow.prev {
    left: -70px;
    top: calc(50% - 25px);
  }
  .index_service .swiper-arrow.next {
    right: -70px;
  }
  .index_service .swiper-arrow.prev{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .index_service .inner .img{
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom:10px;
    text-align: center;
  }
  .index_service .inner .img img{
    margin: 0 auto;
  }
  .index_contact{
    padding: 200px 0;
    color: #fff;
    background: rgba(0,0,0,.3);
    text-align: center;
  }
  .index_contact .parallax{
    background-position: left center !important;
  }
  .index_contact .title{
    font-family: 'Noto Serif TC', serif;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: rgba(0,0,0,.4) 0.1em 0.1em 0.2em;
  }
  .index_contact .text{
    font-family: 'Noto Serif TC', serif;
    font-size: 24px;
    font-weight: 300;
  }
  .index_contact .btn_ a{
    background: #638bad;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .index_contact .btn_ a:hover{
    background-color: #4a82b1;
  }
  .index_faq{
    background: #f8f8f8;
    padding: 80px 0 90px;
  }
  .index_faq.inner{
    padding-top: 0px;
  }
  .index_faq .list .row .col{
    width: 100%;
    background: #fff;
    border-left:4px solid #F4A002;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.15);
  }
  .index_faq .list .row .col:hover{
    background: #f1f1f1;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .index_faq .list .row .col + .col{
    margin-top: 25px;
  }
  .index_faq .list .title_txt{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
  }
  .index_faq .list .title_txt span{
    position: absolute;
    top: calc(50% - 15px);
    right:25px;
    height: 30px;
    line-height: 0px;
    font-size: 26px;
    color: #a5a5a5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_faq .list .title_txt.active span{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_faq .list .info_txt{
    font-size: 19px;
    font-weight: 300;
    padding: 20px 25px 40px;
    border-top: 1px solid #D4D4D4;
    display: none;
  }
  .index_faq .list .info_txt .txt_box{
    display: flex;
  }
  .index .flexslider .slides>li {
    min-height: 700px;
  }
  .flexslider .slides>li {
    min-height: 400px;
  }
  /*//index*/
  /*sample*/
  .sample.list{
    margin-bottom: 40px;
  }
  .sample.list .row{
    margin: 0 -20px 100px !important;
  }
  .sample.list .row .col{
    width: calc((100% / 2));
    float: left;
    padding: 0 20px;
  }
  .sample.list .row .col:nth-child(n+3){
    margin-top: 90px;
  }
  .sample.list .row .col .img{
    position: relative;
  }
  .sample.list .row .col .img::after{
    content: '';
    position: absolute;
    top:3%;
    left:2%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.04);
  }
  .sample.list .row .col .img img{
    position: relative;
    z-index: 1;
  }
  .sample.list .row .col a{
    display: block;
  }
  .sample.list .row .col .txt{
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 18px 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 90%;
    min-height: 65px;
    left: 5%;
    bottom: -30px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .sample.list .row .col .txt span{
    display: none;
  }
  /*//sample*/
  /*contact_us*/
  .contact_us .contact-info{
    margin-bottom: 40px;
  }
  .contact_us .contact-info .row + .row{
    margin-top: 20px;
  }
  .contact_us .contact-info .row.online{
    margin-top: 80px;
    border-top: 2px solid #dfdfe0;
    padding-top: 15px;
  }
  .contact_us .contact-info .title{
    color: #595a5c;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .contact_us .contact-info .txt{
    font-size: 24px;
    color: #638bad;
    font-weight: 400;
    line-height: 1;
  }
  .contact_us .contact-info .row.online .icon-fb{
    margin-right: 10px;
  }
  .contact_us .contact-form .col{
    width: 100%;
    position: relative;
  }
  .contact_us .contact-form .col label{
    position: absolute;
    left: 30px;
    top:13px;
  }
  .contact_us .contact-form .code label{
    position: absolute;
    left: 45px;
    top:13px;
  }
  .contact_us .contact-form .col input,.contact_us .contact-form .col textarea{
    width: 100%;
    background: #f1f1f2;
    padding: 15px 10px 15px 150px;
    border: 0;
    max-width: 100%;
    min-width: 100%;
    min-height: 49px;
    color: #4a82b1;
    font-weight: 400;
  }
  .contact_us .contact-form .col select{
    padding: 10px 10px 10px 150px;
  }
  .contact_us .contact-form .row + .row{
    margin-top: 10px;
  }
  .contact_us .contact-form .code input{
    width: 200px;
    padding: 15px 10px 15px 120px;
    background: #f1f1f2;
    border: 0;
    color: #4a82b1;
    font-weight: 400;
  }
  .contact_us .contact-form .btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact_us .contact-form .btn_box input{
    width: calc(50% - 5px);
    float: left;
    height: 49px;
    border: 0;
    color: #fff;
  }
  .contact_us .contact-form .code-box{
    margin: 10px -15px 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact_us .contact-form .code-box .code{
    width: 200px !important;
  }
  .contact_us .contact-form .btn_box{
    width: 100% !important;
    margin-top: 10px;
  }
  .contact_us .contact-form .refresh{
    margin-left: 10px;
    color: #638bad;
  }
  .contact_us .contact-form .refresh:hover{
    color: #4a82b1;
  }
  .contact_us .contact-form .btn_box input[type='reset']{
    background: #bbbdbf;
    transition: all 0.3s ease-out;
  }
  .contact_us .contact-form .btn_box input[type='submit']{
    background: #638bad;
    transition: all 0.3s ease-out;
  }
  .contact_us .contact-form .btn_box input[type='reset']:hover{
    background: #929497;
  }
  .contact_us .contact-form .btn_box input[type='submit']:hover{
    background: #4a82b1;
  }
  .contact-map{
    margin-top: 50px;
  }
  .contact-map.embed-responsive-16by9{
    height: 300px;
    padding: 0;
  }
  /*//contact_us*/
  /*news_list*/
  .left{
    width: 21%;
    float: left;
  }
  .right{
    width: 76%;
    float: right;
  }
  .left .title {
    font-size: 20px;
    color: #fff;
    padding: 10px 25px;
    background: #638bad;
    font-weight: 400;
  }
  .left > ul {
    list-style: none;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 200px;
  }
  .left > ul > li > a {
    font-size: 18px;
    color: #333;
    display: block;
    padding: 12px 0 12px 45px;
    position: relative;
  }
  .left > ul > li ul {
    list-style: none;
    padding: 15px 0;
    padding-left: 45px;
    display: none;
  }
  .left > ul > li ul li a {
    font-size: 18px;
    color: #666666;
    position: relative;
    padding-left: 18px;
  }
  .left > ul > li ul li a:hover {
    color: #0992a4;
	  text-decoration: underline;
  }
  .left > ul > li ul li + li {
    margin-top: 10px;
  }
  .left > ul > li.active {
    margin-top: -1px;
  }
  .left > ul > li.active > a::after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #7d7c7c;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
  }
  .left > ul > li.active ul {
    display: block;
  }
  .left > ul > li:first-child.active {
    margin-top: 0;
  }
  .container > .left,.container > .right{
    margin-top: 70px;
  }
  .news_list > .title{
    border: 0;
    margin-bottom: 10px;
  }
  .news_list > .row{
    margin: 0 -8px;
  }
  .news_list > .title > div:nth-child(1){
	  width: 40%;
    padding: 0 8px;
    padding-left: 40px;
  }
  .news_list > .title > div:nth-child(1)::before{
    left: 8px;
  }
  .news_list .row > .col{
    width: 50%;
    float: left;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
  }
  .news_list .row > .col a{
    display: block;
  }
  .news_list .row > .col:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list .row > .col:nth-child(2n+1){
    clear: both;
  }
  .news_list .row > .col .img{
    width:100%; 
    height:100%;
    overflow:hidden;
  }
  .news_list .row > .col img{
    width: 100%;
    transform:scale(1,1);transition: all 1s ease-out;
  }
  .news_list .col > a:hover >.img > img{
    transform:scale(1.12,1.12);
  }
  .news_list .row > .col .data{
    position: absolute;
    z-index: 2;
    right: 30px;
    top:0px;
    background: #638bad;
    color: #fff;
    padding: 10px 12px;
  }
  .news_list .row > .col .data span{
    display: block;
    text-align: center;
    font-weight: 400;
  }
  .news_list .row > .col .data span:nth-child(2){
    font-size: 22px;
    line-height: 22px;
  }
  .news_list .row > .col .box{
    position: absolute;
    left: 8px;
    bottom: 0px;
    width: calc(100% - 16px);
    padding: 20px;
  }
  .news_list .row > .col .box >.tag{
    background: #638bad;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .news_list .row > .col .box >.title{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    max-height: calc((22px * 1.5) * 2);
  }
  .news_list .row > .col .box > .more{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 4px 20px;
    background: rgba(0,0,0,0.1);
  }
  .news_list .col > a:hover .box > .more{
    background: #eb9900;
  }
  .left > ul > li > a::before {
    content: "▼";
    font-size: 12px;
    color: #638bad;
    position: absolute;
    transform: rotate(-90deg);
    left: 25px;
    top: 50%;
    margin-top: -7px;
  }
  /*//news_list*/
  /*news_detail*/
  .news_detail .newsd_title{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .news_detail .date{
    color: #638bad;
    margin-top: -25px;
  }
  .news_detail .newsd_title h3{
    color: #638bad;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.5;
  }
  .news_detail .editor{
    margin-top: 15px;
    padding-top: 10px;
  }
  .news_detail .social-icon{
    min-width: 180px;
    text-align: right;
  }
  .news_detail .social-icon a + a{
    margin-left: 5px;
  }
  .news_detail .tag_box a,.news_detail .reading_box a{
    color: #638bad;
  }
  .news_detail .reading_box a:hover{
    text-decoration: underline !important;
  }
  .news_detail .tag_box a:hover{
    background: #487399;
    color: #fff;
  }
  .article-function {
    text-align: center;
    padding:0;
    margin-top: 60px;
  }
  .article-function a {
    display: inline-block;
  }
  .article-function a:nth-child(2) {
    margin: 0 30px;
  }
  .news_detail .reading_box,.news_detail .tag_box{
    display: flex;
    margin-top: 40px;
  }
  .news_detail .reading_box a{
    display: block;
  }
  .news_detail .tag_box a{
    display: inline-block;
    border: 1px solid;
    padding: 5px 15px;
    margin: 5px;
  }
  /*old*/
  .news_detail .sub-title {
    font-size: 24px;
    color: #0085b0;
  }
  .news_detail .text1 {
    font-size: 22px;
    color: #333333;
    padding: 15px 0;
  }
  .news_detail .block {
    padding-top: 60px;
  }
  .news_detail .block .row {
    margin: 0 -60px !important;
  }
  .news_detail .block .row .col {
    padding: 0 60px;
    width: 100%;
  }
  .news_detail .block .row .col .block-title {
    font-size: 22px;
    color: #005b7d;
    padding-bottom: 10px;
    border-bottom: 3px #9bccea solid;
  }
  .news_detail .block .row .col .block-title img {
    margin-right: 10px;
  }
  .news_detail .block .row .col .text {
    padding: 40px;
    border-bottom: 1px #acd2e9 solid;
  }
  .news_detail .block .row .col + .col {
    margin-top: 30px;
  }
  .news_detail .table {
    margin-top: 60px;
  }
  .news_detail .block2{
    margin-top: 60px;
  }
  .news_detail .block2 .row .col {
    width: 30%;
  }
  .news_detail .block2 .row .col + .col {
    width: 70%;
  }
  .news_detail .block2 .row .col + .col b {
    display: block;
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
  }
  .news_detail .back {
    text-align: center;
    margin-top: 30px;
    margin-top: 120px;
    padding-top: 40px;
    border-top: 2px #cbdaea dashed;
  }
  /*//old*/
  .news_detail .table>thead>tr>th{
    width: 10.5%;
    font-weight: 400;
    text-align: center;
    padding: 10px 20px;
    border: 1px #acd2e9 solid !important;
  }
  .news_detail .table>thead>tr>th:first-child{
    width: 140px;
    min-width: 140px;
    background: #fff;
  }
  .news_detail .table-condensed>tbody>tr>td{
    border: 1px #acd2e9 solid;
    padding: 15px 10px;
    font-weight: 300;
  }
  .news_detail .cq-table-header{
    font-weight: 400 !important;
    background: #effcfb;
    font-size: 18px;
    text-align: center;
  }
  .news_detail .table-striped>tbody>tr:nth-of-type(odd){
    background: #fff;
  }
  .news_detail .table-hover>tbody>tr:hover {
    background-color: #fff;
  }
  .news_detail .table {
    width: 100%;
    max-width: 100%;
  }
  .news_detail .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border:0;
  }
  .news_detail .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }
  .news_detail .table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
	  left: 0;
    z-index: 1;
  }
  .news_detail .table-responsive>.table>tbody>tr>td{
    white-space: initial;
  }
  .news_detail .table_layout{
    position: relative;
  }
  .news_detail .table_layout{
    position: relative;
  }
  /*//news_detail*/
  /*service*/
  .service{
    overflow: hidden;
  }
  .service .title{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .service .title h3{
    color: #638bad;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.5;
  }
  .service .social-icon {
    min-width: 180px;
    text-align: right;
  }
  /*ssl*/
  .service .sub-title {
    font-size: 24px;
    color: #0085b0;
  }
  .service .sub-title a{
    font-size: 24px;
    color: #0085b0;
  }
  .service .text1 {
    font-size: 22px;
    color: #333333;
    padding: 15px 0;
  }
  .service .sub-name{
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid;
  }
  .service .sub-top{
    background: #638bad;
    color: #f5f5f5;
    padding: 15px 10px;
    font-size: 20px;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0;
  }
  .service .sub-top a{
    color: #fff;
  }
  .service .sub-row{
    position: relative;
    background: #eaeaea;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .service .btn_box{
    position: absolute;
    left: 30px;
    bottom:20px;
  }
  .service .btn_box .btn{
    background: #565656;
    color: #fff;
    font-size: 18px;
  }
  .service .btn_box .btn:hover{
    background: #707070;
  }
  .service .btn_box .btn + .btn{
    margin-left: 10px;
  }
  .service .block {
    padding-top: 60px;
  }
  .service .block .row {
    margin: 0 -60px !important;
  }
  .service .block .row .col {
    padding: 0 60px;
    width: 100%;
  }
  .service .block .row .col .block-title {
    font-size: 22px;
    color: #005b7d;
    padding-bottom: 10px;
    border-bottom: 3px #9bccea solid;
  }
  .service .block .row .col .block-title img {
    margin-right: 10px;
  }
  .service .block .row .col .text {
    padding: 40px;
    border-bottom: 1px #acd2e9 solid;
  }
  .service .block .row .col + .col {
    margin-top: 30px;
  }
  .service .table {
    margin-top: 60px;
  }
  .service .block2{
    margin-top: 60px;
  }
  .service .block2 .row .col {
    width: 30%;
  }
  .service .block2 .row .col + .col {
    width: 70%;
  }
  .service .block2 .row .col + .col b {
    display: block;
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
  }
  .service .back {
    text-align: center;
    margin-top: 30px;
    margin-top: 120px;
    padding-top: 40px;
    border-top: 2px #cbdaea dashed;
  }
  .service .table_s{
    position: relative;
  }
  .table_s .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .table_s .table > .tr:first-child{
    display: none;
  }
  .table_s .table .tr {
    display: flex;
    flex-wrap: wrap;
    border: 1px #acd2e9 solid;
    width: 100%;
  }
  .table_s .table .tr + .tr {
    margin-top: 20px;
  }
  .table_s .table .tr:nth-child(n+2) .td {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .table_s .table .tr:first-child .td {
    background: #56bbdd;
    color: #fff;
    text-align: center;
  }
  .table_s .table .tr:nth-child(odd) .td {
    background: #fff;
  }
  .table_s .table .tr .td span {
    width: 35%;
    padding: 10px 15px;
  }
  .table_s .table .tr .td span:first-child {
    background: #effcfb;
    color: #333;
    vertical-align: middle;
	  font-weight: 400;
  }
  .table_s .table .tr .td + .td span {
    border-top: 1px #acd2e9 solid;
  }
  .table_s .table .tr .td span + span {
    width: 65%;
    border-left: 1px #acd2e9 solid;
  }
  .table_s .cq-table-header{
    justify-content: center;
  }
  .table_s .cq-table-header {
    font-weight: 400 !important;
    background: #effcfb !important;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
  }
  /*//ssl*/
  /*//service*/
  /*program*/
  .program .row {
    margin: 0 -10px;
    display: flex;
  }
  .program .row .col {
    width: 33.33333333%;
    padding: 0 10px;
  }
  .program .row .col .inner{
    background: #fff;
    height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  }
  .program .row .col .inner:hover{
    margin-top: -10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    box-shadow: 4px 4px 10px rgba(43,43,43,.4);
  }
  .program .row .col .inner .program-banner {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .program .row .col .inner .program-banner .text {
    color: #fff;
    text-align: center;
    padding: 15% 5%;
  }
  .program .row .col .inner .program-banner .text h1 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .program .row .col .inner .program-banner .text p {
    font-size: 16px;
  }
  .program .row .col .inner .content {
    padding: 25px 5px;
    text-align: center;
  }
  .program .row .col .inner .content .price {
    color: #c91840;
    margin-bottom: 20px;
  }
  .program .row .col .inner .content .price span {
    font-size: 32px;
  }
  .program .row .col .inner .content .price span + span {
    font-size: 20px;
    margin-left: 10px;
  }
  .program .row .col .inner .content ul {
    list-style: none;
  }
  .program .row .col .inner .content ul li {
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
  }
  .program .row .col .inner .content .title {
    font-size: 20px;
    color: #333333;
    display: inline-block;
    padding: 5px 15px;
  }
  .program .row .col .inner .content p {
    font-size: 20px;
    padding: 10px 0 35px;
    line-height: 1.8;
  }
  .program .row .col .inner .content p a {
    color: #333333;
  }
  .program .row .col .inner .content p a:hover {
    text-decoration: underline;
  }
  .program .row .col + .col .inner .content .price {
    color: #1364b3;
  }
  .program .row .col:last-child .inner .content .price {
    color: #008ebf;
  }
  .program_samplelist{
    padding-top: 40px;
  }
  /*//program*/
  /*imail*/
  .table.spec {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .table.spec .tr {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .table.spec .tr .td {
    display: table-row;
  }
  .table.spec .tr .td span {
    display: table-cell;
    border: 1px #d9d9d9 solid;
    padding: 7px 10px;
  }
  .table.spec .tr .td span:first-child {
    background: #efefef;
    width: 30%;
  }
  .table.spec .tr:first-child {
    display: none;
  }
  .table.spec .tr + .tr + .tr {
    margin-top: 20px;
  }
  /*//imail*/
  /*project*/
  .index_program.project{
    padding: 0;
  }
  .plan-content {
    padding: 90px 0;
  }
  .plan-content .text {
    padding: 35px 50px 0;
    font-size: 20px;
    line-height: 2.5;
  }
  .plan-content .list {
    padding: 20px 0 50px;
  }
  .plan-content .list .row .col {
    width: 33.33333333%;
    padding: 0 50px;
  }
  .plan-content .list .row .col ul {
    padding-left: 20px;
  }
  .plan-content .list .row .col ul li {
    font-size: 15px;
    line-height: 2.5;
  }
  .plan-content .list .row .col + .col {
    border-left: 1px #bbb dashed;
  }
  .plan-content .cus-tab{
    display: flex;
    flex-wrap: wrap;
  }
  .plan-content .cus-tab .tabs{
    list-style-type: none;
    width: 200px;
  }
  .plan-content .cus-tab .tabs a{
    position: relative;
    color: #676767;
    font-size: 22px;
    display: block;
    background: #ddd;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
  }
  .plan-content .cus-tab .tabs li.current a::before{
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #4a82b1;
  }
  .plan-content .cus-tab .tabs a:hover, .plan-content .cus-tab .tabs li.current a{
    background: #4a82b1;
    color: #fff;
  }
  .plan-content .cus-tab .tabs li + li{
    margin-top: 10px;
  }
  .plan-content .cus-tab .tabs-content-wrap{
    width: calc(100% - 200px);
    padding: 0 15px;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content{
    background: rgba(51, 99, 140, 0.6);
    color: rgb(255, 255, 255);
    margin-top: 40px;
    opacity: 0;
    transition: all 0.6s ease-out;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content.current{
    margin-top: 0px;
    opacity: 1;
  }
  .service_item {
    padding: 80px 0;
  }
  .service_item .row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
  }
  .service_item .row .col {
    width: 50%;
    padding: 0 12px;
  }
  .service_item .row .col .inner {
    padding: 20px;
    border: 3px #f4f4f4 solid;
    height: 100%;
  }
  .service_item .row .col .inner h1 {
    font-size: 22px;
    color: #fff;
    background: #5f99c5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 25px;
    margin-bottom: 10px;
  }
  .service_item .row .col .inner p {
    font-size: 16px;
    color: #777777;
    line-height: 2;
  }
  .service_item .row .col .inner .icon {
    float: left;
    width: 25%;
    text-align: center;
  }
  .service_item .row .col .inner .text {
    float: left;
    width: 75%;
    padding: 0 30px;
    border-left: 3px #f4f4f4 solid;
  }
  .service_item .row .col:nth-child(n+3) {
    margin-top: 24px;
  }
  .integration {
    background: #e9f3f8;
    padding: 80px 0;
  }
  .integration .row {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }
  .integration .row .col {
    width: 33.33333333%;
    padding: 0 8px;
  }
  .integration .row .col .inner {
    background: #fff;
    padding: 40px 25px;
    border-bottom: 5px #d4e8f1 solid;
    height: 100%;
  }
  .integration .row .col .inner h2 {
    font-size: 24px;
    color: #ff4d4d;
    margin-bottom: 10px;
  }
  .integration .row .col .inner p {
    font-size: 17px;
    color: #545454;
    line-height: 2;
  }
  .integration .row .col .inner .icon {
    width: 20%;
    float: left;
  }
  .integration .row .col .inner .text {
    width: 80%;
    float: left;
  }
  .integration .row .col:nth-child(n+4) {
    margin-top: 36px;
  }
  .concatenate {
    padding: 80px 0;
  }
  .concatenate .row {
    padding: 60px 25px;
    border: 1px #c5d3de dashed;
    margin: 50px -15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .concatenate .row .col {
    width: 50%;
    line-height: 2;
    padding: 0 15px;
    min-height: 130px;
  }
  .concatenate .row .col h3 {
    font-size: 16px;
    color: #0083ac;
  }
  .concatenate .row .col p {
    font-size: 16px;
    color: #777777;
  }
  .concatenate .row .col .icon {
    width: 30%;
    height: 100%;
    padding-right: 10px;
    float: left;
    text-align: center;
  }
  .concatenate .row .col .text {
    width: 70%;
    height: 100%;
    float: left;
    padding: 0 20px;
    border-left: 1px #ddd solid;
  }
  .concatenate .row .col:nth-child(n+3) {
    margin-top: 25px;
  }
  /*//project*/
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  body,a{
    font-size: 16px;
  }
  .link_bline{
    font-size: 14px !important;
  }
  .container{
    margin: 0 auto;
    overflow: hidden;
  }
  .index.wrap {
    width: 100%;
    padding: 0 10px;
    max-width: 360px;
    margin: 20px auto 40px;
  }
  .container > .wrap {
    position: relative;
    padding: 50px 0;
  }
  .flexslider .flex-control-nav{
  	bottom:15px;
  }
  .flexslider .flex-direction-nav .flex-prev{
    left: 5px;
  }
  .flexslider .flex-direction-nav .flex-next{
    right: 5px;
  }
  .flexslider .flex-direction-nav a {
    width:25px;
    height: 25px;
    background-size: contain !important;
  }
  body {
    padding: 0px 0 40px;
  }
  .pc, .hide-in-tablet {
    display: none!important;
  }
  .ipad{
    display: none;
  }
  /*麵包屑*/
  .bread-crumbs {
    position: relative;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .bread-crumbs + .page-title{
    margin-top: 20px !important;
  }
  .bread-crumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 3px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 15px;
  }
  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 15px !important;
    color: #666666;
  }
  .bread-crumbs ol li i{
    margin: 0 10px;
  }
  .bread-crumbs ol i{
    margin: 0 5px;
    font-size: 15px;
  }
  /*//麵包屑*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row{
    margin: 0 -6px !important;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #666;
    border: 1px solid #888;
    font-weight: 400;
    padding: 10px;
    font-size: 18px;
    display: block;
    text-align: center;
    border-radius: 5px;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #7b9db9;
    border: 1px solid #7b9db9;
    color: #fff;
  }
  .page-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-links ul li {
    float: left;
    text-align: center;
  }
  .page-links li + li {
    margin-left: 12px;
  }
  .page-links ul li:nth-child(n+9) {
    margin-top: 10px;
  }
  .page-links ul li a:hover {
    background: #7b9db9;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 40px 0 0;
    text-align: center;
    margin: 20px 0 0 !important;
    display: flex;
    justify-content: center;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    border: 1px #727171 solid;
    vertical-align: top;
    margin: 0 3px 5px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current {
    background: #fbfbfb;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }
  .pager a:hover{
    background: #e0e0e0;
  }
  /*//頁數*/
  header.header {
    background: rgba(0,0,0,.85);
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 7;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .row_top {
    width: 100% !important;
    height: 65px;
    float: left;
    display: flex;
    justify-content: space-between;
  }
  a.logo img{
	  max-height: 30px;
    width: auto;
  }
  .logo_text{
    font-size: 12px;
    color: rgba(255,255,255,.6);
    margin-left: 15px;
    letter-spacing: 1px;
  }
  #search .fa-search.mobile,#cart .fa-shopping-cart.mobile,#member .fa-user.mobile,.fa-search{
    font-size: 24px;
    color: #2d2d2d;
  }
  #navToggle{
    margin: 20px 15px;
  }
  #navToggle i{
    font-size: 22px;
  }
  #close{
	  position: absolute;
    right: -250px;
    top: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }.overlapblackbg.menuopen #close{
	  position: absolute;
	  right: 250px;
    top: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }.menu_top_all .link-list li{
	  white-space: normal;
  }.menu_top_all .link-list li a{
	  line-height: 22px !important;
  }
  #cartInfo-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 65px;
    font-size: 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6;
    display: none;
  }
  #cartInfo-wrap .wrapper {
    position: relative;
    z-index: 998;
    padding: 15px;
    background: #ffffff;
    color: #333;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-top:1px solid #666;
  }
  #cartInfo-wrap .row {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  #cartInfo-wrap div.img {
    float: left;
    width: 100px;
  }
  #cartInfo-wrap div.img img {
    width: 100%;
    vertical-align: middle;
  }
  #cartInfo-wrap div.img span {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #cartInfo-wrap a.delete {
    background: url(../images/_tw/delete.png) center no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
    top:0;
  }
  #cartInfo-wrap div.price {
    float: left;
    width: calc(75% - 45px);
    line-height: 36px;
    padding: 0 15px;
  }
  #cartInfo-wrap div.price span{
    display: block;
    line-height: normal;
    margin-top: 5px;
    font-size: 13px;
  }
  #cartInfo-wrap .total {
    text-align: right;
  }
  #cartInfo-wrap .total span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #cartInfo-wrap .total span > span{
    font-size: 13px;
    display: inline-block;
  }
  #cartInfo-wrap .total > .row{
    border: 0;
    padding: 0;
    margin: 0 -1.5%;
  }
  #cartInfo-wrap .total > .row a {
    padding: 5px 20px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    float: left;
    color: #fff;
    display: inline-block;
    background: #c70026;
    font-weight: 600;
  }
  #search-wrap {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 998;
    padding: 15px 77px 15px 20px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
  }
  #search-wrap input[type=search] {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px #ddd solid;
    padding: 0 10px;
    font-size: 15px;
  }
  #search-wrap input[type=submit] {
    position: absolute;
    display: inline-block;
    width: 62px;
    line-height: 40px;
    top: 0;
    right: -62px;
    border: 0;
    font-size: 15px;
    background: #262626 url(../images/_tw/search.png) center no-repeat;
    color: #fff !important;
    text-align: center;
  }
  .menu_top_left{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #currency {
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  .currency-wrap{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #ffa726;
    padding-top: 80px;
  }
  .currency-wrap a{
    position: absolute;
    right: 10px;
    top: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
  }
  .currency-wrap h4{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 0;
    color: #fff;
  }
  .currency-wrap form{
    width: 100%;
  }
  .currency-wrap li {
    list-style-type: none;
  }
  .currency-wrap li:first-child{
    display: flex;
    align-self: center;
    justify-content: center;
  }
  .currency-wrap li:nth-child(2){
    padding: 0 15px;
  }
  .currency-wrap li + li{
    margin-top: 20px;
  }
  .currency-wrap label{
    width: 100%;
    color: #fff;
  }
  .currency-wrap button{
    width: 100%;
    padding: 10px 15px 10px;
    color: #fff;
    background: #d93600;
    outline: 0;
    border: 0;
  }
  .currency-wrap button i{
    color: #fff;
    margin-right: 10px;
  }
  .currency-wrap select {
    width: 100%;
    border: 0;
    float: left;
    padding: 10px 42px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/_tw/down.svg) #FFF no-repeat 95% center;
  }
  .currency-wrap select::-ms-expand { 
    display: none;
  }
  .currency-wrap select + select,.currency-wrap .day_select > div + div{
    margin-top: 10px;
  }
  .currency-wrap input{
    width: 100%;
    border: 0;
    padding: 10px 15px;
  }
  .currency-wrap .day_select > div:last-child{
    padding-left: 0;
  }
  .currency-wrap .day_select + li{
    padding-left: 15px;
  }
  .currency-wrap ul{
    flex-wrap: wrap;
  }
  .currency-wrap .day_select{
    display: flex;
    justify-content: space-between;
  }
  .currency-wrap .day_select > div{
    padding: 0;
  }
  .currency-wrap .area_select > div,.day_select{
    flex-direction: column;
  }
  .menu_top_left > div{
    display: inline-block;
  }
  .menu_top_all{
  	margin-top: 45px;
    width: auto;
    float: left;
  }
  .mobile .menu_login{
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,0.13);
    position: static;
  }
  .mobile .menu_login >div{
    float: left;
  }
  .mobile .menu_login >div>span{
    margin: 0 10px;
  }
  .mobile .menu_login > a{
    color: #666666;
  }
  .mobile .fa-user{
    color: #fff;
    font-size: 25px;
    margin: 0 20px;
  }
  .menu_top_right{
    display: none;
  }
  .wsmenu .mobile{
    padding: 8px 15px;
    width: 240px;
    display: inline-block;
    color: #666666;
    font-size: 15px;
  }
  .wsmenu .mobile a{
    font-size: 15px !important;
    color: #878787 !important;
  }
  .wsmenu .mobile a:nth-child(2){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    margin: 0 10px;
  }
  .menu_top_right #cart{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -3px;
  }
  .menu_top_right #cart span{
    color: #fff;
    margin-top: 6px;
  }
  #search{
  	float: left;
	margin-right: 20px;
	cursor: pointer;
  }
  a.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: #fff;
  }
  a.logo span {
    font-size: 16px;
    letter-spacing: 2px;
  }
  /*footer*/
  #right-fixed {
    position: fixed;
    text-align: center;
    right: 15px;
    bottom:30px;
    z-index: 90;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
    margin-bottom: 10px;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 45px;
    height: 45px;
    background: #444444 url(../images/_tw/up.svg)50% 5px no-repeat;
    background-size: 18px;
    border-radius: 100%;
    padding-top: 12px;
    font-size: 13px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  #fixed-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
  #fixed-bottom a {
    display: block;
    width: 50%;
    float: left;
    background: #00bfff;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 2px 0;
    line-height: 36px;
  }
  #fixed-bottom a img {
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #fixed-bottom a span {
    vertical-align: middle;
    color: #fff !important;
  }
  #fixed-bottom a + a {
    background: #03c302;
  }
  .goTop {
    position: fixed;
    right: 2%;
    bottom: 50px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }
  .goTop img {
    width: 50px;
  }
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
  }
  footer .wrap_all{
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer_logo {
    text-align: left;
    margin-bottom: 5px;
  }
  footer .wrap_all .col {
    border-bottom: 1px solid #333;
    width: 100%;
    float: left;
    padding: 20px;
  }
  footer .wrap_all .col:first-child{
    border-top: 1px solid #333;
  }
  .share_icon{
    display: inline-flex;
  }
  footer.footer ul{
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 0px;
  }
  footer.footer li{
    list-style-type: none;
    padding: 0;
    position: relative;
    line-height: 1;
    word-break: break-word;
  }
  footer.footer a{
    color: #fff;
    line-height: 1;
  }
  footer.footer li a:hover{
    text-decoration: underline !important;
  }
  footer .row:nth-child(2){
    margin: 50px 0 75px;
  }
  footer.footer li span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 1.3;
    word-break: break-all;
  }
  footer.footer li span:first-child{
    width: 35px;
    min-width: 35px;
    vertical-align: top;
  }
  footer.footer li + li{
    margin-top: 25px;
  }
  footer.footer .share_icon a{
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #888888;
    display: flex;
    justify-content: center;
  }
  footer .copy-right{
    background: #313131;
    border-top: 1px solid #555555;
    padding: 15px 5px;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  footer .copy-right .design {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  footer .copy-right > .wrap{
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .copy-right > .wrap span + span {
    margin-top: 10px;
  }
  footer .copy-right a{
    font-size: 15px;
    color: #EEB400;
  }
  footer .wrap_all > div:nth-child(1) span{
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 5px;
  }
  footer .wrap_all > div:nth-child(1){
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  footer .wrap_all > div:nth-child(1) span +span{
    margin-top: 10px;
  }
  footer .wrap_all > div:nth-child(2){
    padding: 20px 15px;
  }
  footer .wrap_all > div:nth-child(n+2){
    margin-top: 20px;
  }
  footer .fb-api {
    width: 100%;
    max-width: 100%;
    max-height: 210px;
    display: inline-block;
    overflow: hidden;
  }
  .footer_top span{
    text-align: left;
  }
  .footer_top img{
    margin-right: 5px;
  }
  .share_icon:hover a img{
    -webkit-filter:opacity(50%);
  }
  .share_icon > a:hover img{
    -webkit-filter:opacity(100%);
  }
  .share_box{
    margin-top: 0px !important;
  }
  /*//footer*/
  /*index*/
  .flexslider .slides>li{
    min-height: 450px;
  }
  .index .flexslider .slides>li{
    min-height: 560px;
  }
  .banner_box{
    position: absolute;
    top: 50%;
    width:100%;
    padding: 10px;
    text-align: center;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);

   }
   .flexslider .slides>li .banner_box > .banner_title{
    font-size: 24px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    font-weight: 700;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    opacity: 0;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
   }
   .banner_box > .banner_text{
    font-family: 'Noto Serif TC', serif;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    opacity: 0;
    -moz-transition: all, 1s 0.3s;
    -o-transition: all, 1s 0.3s;
    -webkit-transition: all, 1s 0.3s;
    transition: all, 1s 0.3s;
   }
   .banner_box > a > .banner_btn{
    font-size: 18px;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 5px 30px;
    margin: 0 auto;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
   }
   .index .banner_box > a > .banner_btn{
    font-size: 20px;
    padding: 5px 60px;
   }
   .banner_box > a:hover .banner_btn{
    background: #fff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
   }
   .banner_box > a {
     color: #fff;
     display: inline-block;
     margin-top: 40px;
     -moz-transition: all, 0s;
    -o-transition: all, 0s;
    -webkit-transition: all, 0s;
    transition: all, 0s;
   }
   .banner_box > a:hover {
    color:#333;
  }
  .scroll_down{
    position: absolute;
    z-index: 3;
    bottom: 10%;
    width: 100%;
    text-align: center;
  }
  .flexslider .slides>li.flex-active-slide .banner_box > .banner_title{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }
  .flexslider .slides>li.flex-active-slide .banner_box > .banner_text{
    opacity: 1;
    -moz-transition: all, 1s 0.3s;
    -o-transition: all, 1s 0.3s;
    -webkit-transition: all, 1s 0.3s;
    transition: all, 1s 0.3s;
  }
  .index_works{
    background: #f8f8f8;
    padding: 40px 0 50px;
  }
  .index_works .container{
    overflow: hidden;
  }
  .main_title{
    margin-bottom: 20px;
  }
  .main_title h2{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 6.4px;
    display: table;
    margin: 0 auto;
    padding: 4px 18.6px 4px 25px;
    position: relative;
  }
  .main_title h2::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    background: #b9b9b9;
    width: 1px;
    height: 100%;
  }
  .main_title h2::after{
    content: '';
    position: absolute;
    right: 0;
    top:0;
    background: #b9b9b9;
    width: 1px;
    height: 100%;
  }
  .main_title + .info{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
  }
  .index_works .list .row{
    margin: 0 -20px !important;
  }
  .index_works .list .row .col{
    width: 100%;
    float: left;
    padding: 0 20px;
  }
  .index_works .list .row .col:nth-child(n+2){
    margin-top: 90px;
  }
  .index_works .list .row .col .img{
    position: relative;
  }
  .index_works .list .row .col .img::after{
    content: '';
    position: absolute;
    top:3%;
    left:2%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.04);
  }
  .index_works .list .row .col .img img{
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .index_works .list .row .col a{
    display: block;
  }
  .index_works .list .row .col .txt{
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 60px;
    left: 5%;
    bottom: -30px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_works .list .row .col .txt span{
    display: none;
  }
  .index_works .btn_{
    margin-top: 100px;
  }
  .btn_{
    width: 100%;
    margin-top: 45px;
    text-align: center;
  }
  .btn_ a{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    background: #638bad url(../images/_tw/arrow.svg)88% 60% no-repeat;
    border-radius: 30px;
    width: 360px;
    max-width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    padding: 12px;
    position: relative;
    overflow: hidden;
  }
  .btn_ a:hover{
    animation: bg_icon 0.6s infinite alternate;
    background-color: #4a82b1;
  }
  .btn_ a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
  }
  .btn_ a:hover:after {
    left: 120%;
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .index_program{
    background: #eeeeee;
    padding: 40px 0 50px;
  }
  .index_program .info_top{
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .index_program .info{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.05px;
    text-align: center;
  }
  .index_program .blue{
    color: #4c4cff;
  }
  .index_program .red{
    color: #ff4c4c;
  }
  .index_program .red_b{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.9px;
    color: #ff4d4d;
    margin-top: 30px;
  }
  .index_program .orange{
    font-size: 22px;
    color: #ff6c00;
    margin-bottom: 30px;
  }
  .index_program .info a{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.05px;
    color: #003fff;
    position: relative;
  }
  .index_program .info a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #335bd4;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all 0.7s;
  }
  .index_program .info a:hover:after {
    left: 0%;
    width: 100%;
  }
  .index_program .list{
    margin:30px 0 70px;
  }
  .index_program .list .row{
    margin: 0 -10px !important;
    display: flex;
    flex-wrap: wrap;
  }
  .index_program .list .row .col{
    width:100%;
    float: left;
    padding: 0 10px;
  }
  .index_program .list .row .col + .col{
    margin-top: 20px;
  }
  .index_program .list .row .col .inner{
    position: relative;
    background: #ffffff;
    box-shadow: 2.121px 2.121px 5px rgba(0, 0, 0, 0.1);
    padding: 55px 30px;
    height: 100%;
    transition: all 0.3s ease-out;
  }
  .index_program .list .row .col:hover .inner{
    background: #ddd;
  }
  .index_program .list .row .col .inner::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 55px 0 0;
    border-color: #ffdc73 transparent transparent transparent;

  }
  .index_program .list .row .col .inner .year{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.45px;
    background: #eeeeee;
    border-radius:100px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .index_program .list .row .col .inner .price{
    font-size: 32px;
    font-weight: 800;
    color: #ff7373;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .index_program .list .row .col .inner .price span{
    font-size: 17px;
    color: #878787;
    font-weight: 400;
    margin-right: 20px;
  }
  .index_program .list .row .col .inner .more{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: center;
  }
  .index_service{
    background: #f8f8f8;
    padding: 40px 0 50px;
  }
  .index_service .container{
    padding: 0 30px;
  }
  .index_service .swiper-container{
    padding: 10px 0;
  }
  .index_service .inner{
    position: relative;
    margin: 10px;
    background:#95b0c7;
    padding: 25px 15px 15px;
    height: 440px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  }
  .index_service .inner:hover{
    margin-top: -10px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    box-shadow: 4px 4px 8px rgba(43,43,43,.6);
  }
  .index_service .swiper-slide:nth-child(even) .inner{
    background: #eb9900;
  }
  .index_service .inner h4{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2.5px;
    text-align: center;
    text-shadow: rgba(0,0,0,.3) 0.1em 0.1em 0.2em;
    margin-bottom: 25px;
  }
  .index_service .inner .txt{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.6px;
    position: relative;
    z-index: 1;
    height: 140px;
    overflow: hidden;
  }
  .index_service .item_slick{
    position: relative;
    margin-top: -15px;
  }
  .index_service .swiper-arrow{
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    background: #ccc url(../images/_tw/arrow_.png)no-repeat center;
    background-size: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius:100%;
    text-align: center;
    line-height: 45px;
  }
  .index_service .swiper-arrow.prev {
    left: -25px;
    top: calc(50% - 15px);
  }
  .index_service .swiper-arrow.next {
    right: -25px;
  }
  .index_service .swiper-arrow.prev{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .index_service .inner .img{
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom:10px;
    text-align: center;
  }
  .index_service .inner .img img{
    margin: 0 auto;
  }
  .index_contact{
    padding: 80px 0;
    color: #fff;
    background: rgba(0,0,0,.3);
    text-align: center;
  }
  .index_contact .parallax{
    background-position: left center !important;
  }
  .index_contact .title{
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: rgba(0,0,0,.4) 0.1em 0.1em 0.2em;
  }
  .index_contact .text{
    font-family: 'Noto Serif TC', serif;
    font-size: 22px;
    font-weight: 300;
  }
  .index_contact .btn_ a{
    background: #638bad;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .index_contact .btn_ a:hover{
    background-color: #4a82b1;
  }
  .index_faq{
    background: #f8f8f8;
    padding: 40px 0 50px;
  }
  .index_faq.inner{
    padding-top: 0px;
  }
  .index_faq .list .row .col{
    width: 100%;
    background: #fff;
    border-left:4px solid #F4A002;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.15);
  }
  .index_faq .list .row .col:hover{
    background: #f1f1f1;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .index_faq .list .row .col + .col{
    margin-top: 25px;
  }
  .index_faq .list .title_txt{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    padding: 15px 25px 15px 15px;
    position: relative;
    cursor: pointer;
  }
  .index_faq .list .title_txt span{
    position: absolute;
    top: calc(50% - 15px);
    right:15px;
    height: 30px;
    line-height: 0px;
    font-size: 26px;
    color: #a5a5a5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_faq .list .title_txt.active span{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .index_faq .list .info_txt{
    font-size: 18px;
    font-weight: 300;
    padding: 20px 25px 40px;
    border-top: 1px solid #D4D4D4;
    display: none;
  }
  .index_faq .list .info_txt .txt_box{
    display: flex;
  }
  /*//index*/
  /*sample*/
  .sample.list{
    margin-bottom: 20px;
  }
  .sample.list .row{
    margin: 0 -20px !important;
  }
  .sample.list .row .col{
    width: 100%;
    float: left;
    padding: 0 20px 40px;
  }
  .sample.list .row .col:nth-child(n+2){
    margin-top: 30px;
  }
  .sample.list .row .col .img{
    position: relative;
  }
  .sample.list .row .col .img::after{
    content: '';
    position: absolute;
    top:3%;
    left:2%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.04);
  }
  .sample.list .row .col .img img{
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .sample.list .row .col a{
    display: block;
  }
  .sample.list .row .col .txt{
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 90%;
    left: 5%;
    bottom: -30px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .sample.list .row .col .txt span{
    display: none;
  }
  /*//sample*/
  /*contact_us*/
  .contact_us{
    margin: 0 -15px;
  }
  .contact_us .contact-info{
    margin-bottom: 40px;
  }
  .contact_us .contact-info .row + .row{
    margin-top: 20px;
  }
  .contact_us .contact-info .row.online{
    margin-top: 80px;
    border-top: 2px solid #dfdfe0;
    padding-top: 15px;
  }
  .contact_us .contact-info .title{
    color: #595a5c;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .contact_us .contact-info .txt{
    font-size: 18px;
    color: #638bad;
    font-weight: 400;
    line-height: 1;
  }
  .contact_us .contact-info .row.online .icon-fb{
    margin-right: 10px;
  }
  .contact_us .contact-form .col{
    width: 100%;
    position: relative;
  }
  .contact_us .contact-form .col label{
    position: absolute;
    left: 10px;
    top:13px;
  }
  .contact_us .contact-form .code label{
    position: absolute;
    left: 30px;
    top:13px;
  }
  .contact_us .contact-form .col input,.contact_us .contact-form .col textarea{
    width: 100%;
    background: #f1f1f2;
    padding: 15px 10px 15px 95px;
    border: 0;
    max-width: 100%;
    min-width: 100%;
    min-height: 49px;
    color: #4a82b1;
    font-weight: 400;
  }
  .contact_us .contact-form .col select{
    padding: 10px 10px 10px 150px;
  }
  .contact_us .contact-form .row + .row{
    margin-top: 10px;
  }
  .contact_us .contact-form .code input{
    width: 150px;
    padding: 15px 10px 15px 95px;
    background: #f1f1f2;
    border: 0;
    color: #4a82b1;
    font-weight: 400;
  }
  .contact_us .contact-form .btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact_us .contact-form .btn_box input{
    width: calc(50% - 5px);
    float: left;
    height: 49px;
    border: 0;
    color: #fff;
  }
  .contact_us .contact-form .code-box{
    margin: 10px -15px 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact_us .contact-form .code-box .code{
    width: 180px !important;
  }
  .contact_us .contact-form .btn_box{
    width: 100% !important;
    margin-top: 10px;
  }
  .contact_us .contact-form .refresh{
    margin-left: 10px;
    color: #638bad;
  }
  .contact_us .contact-form .refresh:hover{
    color: #4a82b1;
  }
  .contact_us .contact-form .btn_box input[type='reset']{
    background: #bbbdbf;
    transition: all 0.3s ease-out;
  }
  .contact_us .contact-form .btn_box input[type='submit']{
    background: #638bad;
    transition: all 0.3s ease-out;
  }
  .contact_us .contact-form .btn_box input[type='reset']:hover{
    background: #929497;
  }
  .contact_us .contact-form .btn_box input[type='submit']:hover{
    background: #4a82b1;
  }
  .contact-map{
    margin-top: 80px;
  }
  .contact-map.embed-responsive-16by9{
    height: 300px;
  }
  /*//contact_us*/
   /*news_list*/
   .left{
    width: 100%;
    float: left;
  }
  .right{
    width: 100%;
    float: right;
  }
  .left .title {
    font-size: 20px;
    color: #fff;
    padding: 10px 25px;
    background: #638bad;
    font-weight: 400;
  }
  .left > ul {
    list-style: none;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .left > ul > li > a {
    font-size: 18px;
    color: #333;
    display: block;
    padding: 12px 0 12px 45px;
    position: relative;
  }
  .left > ul > li ul {
    list-style: none;
    padding: 15px 0;
    padding-left: 45px;
    display: none;
  }
  .left > ul > li ul li a {
    font-size: 18px;
    color: #666666;
    position: relative;
    padding-left: 18px;
  }
  .left > ul > li ul li a:hover {
    color: #0992a4;
	  text-decoration: underline;
  }
  .left > ul > li ul li + li {
    margin-top: 10px;
  }
  .left > ul > li.active {
    margin-top: -1px;
  }
  .left > ul > li.active > a::after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #7d7c7c;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
  }
  .left > ul > li.active ul {
    display: block;
  }
  .left > ul > li:first-child.active {
    margin-top: 0;
  }
  .container > .left,.container > .right{
    margin-top: 70px;
  }
  .news_list > .title{
    border: 0;
    margin-bottom: 10px;
  }
  .news_list > .row{
    margin: 0 -8px;
  }
  .news_list > .title > div:nth-child(1){
	  width: 40%;
    padding: 0 8px;
    padding-left: 40px;
  }
  .news_list > .title > div:nth-child(1)::before{
    left: 8px;
  }
  .news_list .row > .col{
    width: 100%;
    float: left;
    padding: 0 8px;
    position: relative;
    overflow: hidden;
  }
  .news_list .row > .col a{
    display: block;
  }
  .news_list .row > .col:nth-child(n+2){
    margin-top: 25px;
  }
  .news_list .row > .col .img{
    width:100%; 
    height:100%;
    overflow:hidden;
  }
  .news_list .row > .col img{
    width: 100%;
    transform:scale(1,1);transition: all 1s ease-out;
  }
  .news_list .col > a:hover >.img > img{
    transform:scale(1.12,1.12);
  }
  .news_list .row > .col .data{
    position: absolute;
    z-index: 2;
    right: 30px;
    top:0px;
    background: #638bad;
    color: #fff;
    padding: 8px 10px;
  }
  .news_list .row > .col .data span{
    display: block;
    text-align: center;
    font-weight: 400;
  }
  .news_list .row > .col .data span:nth-child(2){
    font-size: 20px;
    line-height: 20px;
  }
  .news_list .row > .col .box{
    position: absolute;
    left: 8px;
    bottom: 0px;
    width: calc(100% - 16px);
    padding: 12px 10px;
  }
  .news_list .row > .col .box >.tag{
    background: #638bad;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .news_list .row > .col .box >.title{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: rgba(0,0,0,.65) 0.1em 0.1em 0.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    max-height: calc((22px * 1.5) * 2);
  }
  .news_list .row > .col .box > .more{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 4px 20px;
    background: rgba(0,0,0,0.1);
  }
  .news_list .col > a:hover .box > .more{
    background: #eb9900;
  }
  .left > ul > li > a::before {
    content: "▼";
    font-size: 12px;
    color: #638bad;
    position: absolute;
    transform: rotate(-90deg);
    left: 25px;
    top: 50%;
    margin-top: -7px;
  }
  /*//news_list*/
   /*news_detail*/
   .news_detail .newsd_title{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .news_detail .date{
    color: #638bad;
    margin-top: 10px;
  }
  .news_detail .newsd_title h3{
    color: #638bad;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.5;
    font-size: 18px;
  }
  .news_detail .editor{
    margin-top: 15px;
    padding-top: 10px;
  }
  .news_detail .social-icon{
    min-width: 180px;
    text-align: right;
  }
  .news_detail .social-icon a + a{
    margin-left: 5px;
  }
  .news_detail .tag_box a,.news_detail .reading_box a{
    color: #638bad;
  }
  .news_detail .reading_box a:hover{
    text-decoration: underline !important;
  }
  .news_detail .tag_box a:hover{
    background: #487399;
    color: #fff;
  }
  .article-function {
    text-align: center;
    padding:0;
    margin-top: 60px;
  }
  .article-function a {
    display: inline-block;
  }
  .article-function a:nth-child(2) {
    margin: 0 30px;
  }
  .news_detail .reading_box,.news_detail .tag_box{
    display: flex;
    margin-top: 20px;
  }
  .news_detail .reading_box a{
    display: block;
  }
  .news_detail .tag_box a{
    display: inline-block;
    border: 1px solid;
    padding: 5px 15px;
    margin: 5px;
  }
  .other_title{
    min-width: 80px;
  }
  .news_detail .tag_box .list{
    margin: -5px -5px 0;
  }
  /*old*/
  .news_detail .sub-title {
    font-size: 18px;
    color: #0085b0;
  }
  .news_detail .text1 {
    font-size: 18px;
    color: #333333;
    padding: 15px 0;
  }
  .news_detail .block {
    padding-top: 30px;
  }
  .news_detail .block .row {
    margin: 0 -20px !important;
  }
  .news_detail .block .row .col {
    padding: 0 20px;
    width: 100%;
  }
  .news_detail .block .row .col .block-title {
    color: #005b7d;
    padding-bottom: 10px;
    border-bottom: 3px #9bccea solid;
    display: flex;
    align-items: center;
  }
  .news_detail .block .row .col .block-title img {
    margin-right: 10px;
  }
  .news_detail .block .row .col .text {
    padding: 20px;
    border-bottom: 1px #acd2e9 solid;
  }
  .news_detail .block .row .col + .col {
    margin-top: 20px;
  }
  .news_detail .table {
    margin-top: 50px;
  }
  .news_detail .block2{
    margin-top: 30px;
  }
  .news_detail .block2 .row .col {
    width: 100%;
    text-align: center;
  }
  .news_detail .block2 .row .col + .col {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .news_detail .block2 .row .col + .col b {
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0;
  }
  .news_detail .back {
    text-align: center;
    margin-top: 30px;
    margin-top: 120px;
    padding-top: 40px;
    border-top: 2px #cbdaea dashed;
  }
  /*//old*/
  .news_detail .table>thead>tr>th{
    font-weight: 400;
    text-align: center;
    padding: 10px;
    border: 1px #acd2e9 solid !important;
  }
  .news_detail .table>thead>tr>th:first-child{
    background: #fff;
  }
  .news_detail .table-condensed>tbody>tr>td{
    border: 1px #acd2e9 solid;
    padding: 6px;
    font-weight: 300;
  }
  .news_detail .cq-table-header{
    font-weight: 400 !important;
    background: #effcfb;
    font-size: 16px;
    text-align: center;
  }
  .news_detail .table-striped>tbody>tr:nth-of-type(odd){
    background: #fff;
  }
  .news_detail .table-hover>tbody>tr:hover {
    background-color: #fff;
  }
  .news_detail .table {
    width: 100%;
    max-width: 100%;
  }
  .news_detail .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
  }
  .news_detail .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }
  .news_detail .table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
	  left: 0;
    z-index: 1;
  }
  .news_detail .table>thead:first-child>tr:first-child>th {
    min-width: 116px;
  }
  .news_detail .table-responsive>.table>tbody>tr>td{
    white-space: initial;
  }
  /*//news_detail*/
  /*service*/
  .service{
    overflow: hidden;
  }
  .service .title{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .service .title h3{
    color: #638bad;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.5;
    font-size: 18px;
  }
  .service .social-icon {
    min-width: 180px;
    text-align: right;
  }
  /*ssl*/
  .service .sub-title {
    font-size: 18px;
    color: #0085b0;
  }
  .service .sub-title a{
    font-size: 18px;
    color: #0085b0;
  }
  .service .text1 {
    font-size: 18px;
    color: #333333;
    padding: 15px 0;
  }
  .service .sub-name{
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid;
  }
  .service .sub-top{
    background: #638bad;
    color: #f5f5f5;
    padding: 15px 10px;
    font-size: 18px;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0;
  }
  .service .sub-top a{
    color: #fff;
  }
  .service .sub-row{
    position: relative;
    background: #eaeaea;
    border-radius: 10px;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .service .block {
    padding-top: 30px;
  }
  .service .block .row {
    margin: 0 -20px !important;
  }
  .service .block .row .col {
    padding: 0 20px;
    width: 100%;
  }
  .service .block .row .col .block-title {
    color: #005b7d;
    padding-bottom: 10px;
    border-bottom: 3px #9bccea solid;
    display: flex;
    align-items: center;
  }
  .service .block .row .col .block-title img {
    margin-right: 10px;
  }
  .service .block .row .col .text {
    padding: 20px;
    border-bottom: 1px #acd2e9 solid;
  }
  .service .block .row .col + .col {
    margin-top: 20px;
  }
  .service .table {
    margin-top: 50px;
  }
  .service .block2{
    margin-top: 30px;
  }
  .service .block2 .row .col {
    width: 100%;
    text-align: center;
  }
  .service .block2 .row .col + .col {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .service .block2 .row .col + .col b {
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0;
  }
  .service .back {
    text-align: center;
    margin-top: 30px;
    margin-top: 120px;
    padding-top: 40px;
    border-top: 2px #cbdaea dashed;
  }
  .table_s .table {
    display: table;
    width: 100%;
    color: #333;
  }
  .table_s .table > .tr:first-child{
    display: none;
  }
  .table_s .table .tr {
    display: flex;
    flex-wrap: wrap;
    border: 1px #acd2e9 solid;
    width: 100%;
  }
  .table_s .table .tr + .tr {
    margin-top: 20px;
  }
  .table_s .table .tr:nth-child(n+2) .td {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .table_s .table .tr:first-child .td {
    background: #56bbdd;
    color: #fff;
    text-align: center;
  }
  .table_s .table .tr:nth-child(odd) .td {
    background: #fff;
  }
  .table_s .table .tr .td span {
    width: 35%;
    padding: 10px;
  }
  .table_s .table .tr .td span:first-child {
    background: #effcfb;
    color: #333;
    vertical-align: middle;
	  font-weight: 400;
  }
  .table_s .table .tr .td + .td span {
    border-top: 1px #acd2e9 solid;
  }
  .table_s .table .tr .td span + span {
    width: 65%;
    border-left: 1px #acd2e9 solid;
  }
  .table_s .cq-table-header{
    justify-content: center;
  }
  .table_s .cq-table-header {
    font-weight: 400 !important;
    background: #effcfb !important;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
  }
  /*//ssl*/
  /*//service*/
  /*program*/
  .program .row {
    margin: 0 -10px;
    display: flex;
    flex-direction: column;
  }
  .program .row .col {
    width: 100%;
    padding: 0 10px;
  }
  .program .row .col + .col{
    margin-top: 40px;
  }
  .program .row .col .inner{
    background: #fff;
    height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  }
  .program .row .col .inner:hover{
    margin-top: -10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    box-shadow: 4px 4px 10px rgba(43,43,43,.4);
  }
  .program .row .col .inner .program-banner {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .program .row .col .inner .program-banner .text {
    color: #fff;
    text-align: center;
    padding: 15% 5%;
  }
  .program .row .col .inner .program-banner .text h1 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .program .row .col .inner .program-banner .text p {
    font-size: 16px;
  }
  .program .row .col .inner .content {
    padding: 25px 5px;
    text-align: center;
  }
  .program .row .col .inner .content .price {
    color: #c91840;
    margin-bottom: 20px;
  }
  .program .row .col .inner .content .price span {
    font-size: 32px;
  }
  .program .row .col .inner .content .price span + span {
    font-size: 20px;
    margin-left: 10px;
  }
  .program .row .col .inner .content ul {
    list-style: none;
  }
  .program .row .col .inner .content ul li {
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
  }
  .program .row .col .inner .content .title {
    font-size: 20px;
    color: #333333;
    display: inline-block;
    padding: 5px 15px;
  }
  .program .row .col .inner .content p {
    font-size: 20px;
    padding: 10px 0 35px;
    line-height: 1.8;
  }
  .program .row .col .inner .content p a {
    color: #333333;
  }
  .program .row .col .inner .content p a:hover {
    text-decoration: underline;
  }
  .program .row .col + .col .inner .content .price {
    color: #1364b3;
  }
  .program .row .col:last-child .inner .content .price {
    color: #008ebf;
  }
  /*//program*/
  /*imail*/
  .table.spec {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .table.spec .tr {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .table.spec .tr .td {
    display: table-row;
  }
  .table.spec .tr .td span {
    display: table-cell;
    border: 1px #d9d9d9 solid;
    padding: 7px 10px;
  }
  .table.spec .tr .td span:first-child {
    background: #efefef;
    width: 30%;
  }
  .table.spec .tr:first-child {
    display: none;
  }
  .table.spec .tr + .tr + .tr {
    margin-top: 20px;
  }
  /*//imail*/
  /*project*/
  .index_program.project{
    padding: 0;
  }
  .plan-content {
    padding: 90px 0;
  }
  .plan-content .text {
    padding: 20px 20px 0;
    font-size: 17px;
    line-height: 2;
  }
  .plan-content .list {
    padding: 20px 0 50px;
  }
  .plan-content .list .row .col {
    width: 100%;
    padding: 0 20px;
  }
  .plan-content .list .row .col ul {
    padding-left: 20px;
  }
  .plan-content .list .row .col ul li {
    font-size: 16px;
    line-height: 2.5;
  }
  .plan-content .list .row .col + .col ul{
    border-top: 1px #bbb dashed;
  }
  .plan-content .cus-tab{
    display: flex;
    flex-wrap: wrap;
  }
  .plan-content .cus-tab .tabs{
    list-style-type: none;
    width: 200px;
  }
  .plan-content .cus-tab .tabs a{
    position: relative;
    color: #676767;
    font-size: 18px;
    display: block;
    background: #ddd;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
  }
  .plan-content .cus-tab .tabs li.current a::before{
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #4a82b1;
  }
  .plan-content .cus-tab .tabs a:hover, .plan-content .cus-tab .tabs li.current a{
    background: #4a82b1;
    color: #fff;
  }
  .plan-content .cus-tab .tabs li + li{
    margin-top: 10px;
  }
  .plan-content .cus-tab .tabs-content-wrap{
    width: calc(100% - 200px);
    padding: 0 15px;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content{
    background: rgba(51, 99, 140, 0.6);
    color: rgb(255, 255, 255);
    margin-top: 40px;
    opacity: 0;
    transition: all 0.6s ease-out;
  }
  .plan-content .cus-tab .tabs-content-wrap .tabs-content.current{
    margin-top: 0px;
    opacity: 1;
  }
  .service_item {
    padding: 40px 0;
  }
  .service_item .row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
  }
  .service_item .row .col {
    width: 100%;
    padding: 0 12px;
  }
  .service_item .row .col .inner {
    padding: 20px;
    border: 3px #f4f4f4 solid;
    height: 100%;
  }
  .service_item .row .col .inner h1 {
    font-size: 18px;
    color: #fff;
    background: #5f99c5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 15px;
    display: table;
    margin: 0 auto 10px;
  }
  .service_item .row .col .inner p {
    font-size: 16px;
    color: #777777;
    line-height: 2;
  }
  .service_item .row .col .inner .icon {
    float: left;
    width: 100%;
    text-align: center;
  }
  .service_item .row .col .inner .icon img{
    max-width: 70px;
  }
  .service_item .row .col .inner .text {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    margin-top: 15px;
  }
  .service_item .row .col:nth-child(n+2) {
    margin-top: 24px;
  }
  .integration {
    background: #e9f3f8;
    padding: 80px 0;
  }
  .integration .row {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }
  .integration .row .col {
    width: 100%;
    padding: 0 8px;
  }
  .integration .row .col .inner {
    background: #fff;
    padding: 30px 25px;
    border-bottom: 5px #d4e8f1 solid;
    height: 100%;
  }
  .integration .row .col .inner h2 {
    font-size: 18px;
    color: #ff4d4d;
    margin-bottom: 10px;
    text-align: center;
  }
  .integration .row .col .inner p {
    font-size: 17px;
    color: #545454;
    line-height: 2;
  }
  .integration .row .col .inner .icon {
    width: 100%;
    float: left;
    text-align: center;
  }
  .integration .row .col .inner .text {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .integration .row .col:nth-child(n+2) {
    margin-top: 36px;
  }
  .concatenate {
    padding: 80px 0;
  }
  .concatenate .row {
    padding: 30px 10px;
    border: 1px #c5d3de dashed;
    margin: 50px -15px 0;
  }
  .concatenate .row .col {
    width: 100%;
    line-height: 2;
    padding: 0 15px;
  }
  .concatenate .row .col h3 {
    font-size: 16px;
    color: #0083ac;
  }
  .concatenate .row .col p {
    font-size: 16px;
    color: #777777;
  }
  .concatenate .row .col .icon {
    width: 100%;
    float: left;
    text-align: center;
  }
  .concatenate .row .col .text {
    width: 100%;
    float: left;
    padding: 20px 0 0;
  }
  .concatenate .row .col:nth-child(n+2) {
    margin-top: 25px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
  }
  /*//project*/
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .row_top{
    width: calc(100% - 40px);
  }
  a.logo span {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .wsmenu-list > li > a{
    min-width: 110px !important;
  }
  .menu_top_right span.tel {
    font-size: 20px;
  }
  .menu_top_right{
    min-width: 140px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 991px) {
  .index_program .list .row{
    flex-wrap: wrap;
  }
  .index_program .list .row .col{
    width: calc(100% / 2);
  }
  .index_program .list .row .col:nth-child(n+3){
    margin-top: 30px;
  }
  .index_program .list .row .col .inner{
    padding: 65px 50px;
  }
  .index_program .list .row .col .inner .year{
    font-size: 24px;
  }
  .index_program .list .row .col .inner .price{
    font-size: 32px;
  }
  .index_program .list .row .col .inner .more{
    font-size: 18px;
  }
  .index_program .list .row .col .inner::before{
    border-width: 70px 70px 0 0;
  }
  .left {
    width: 100%;
  }
  .right{
    width: 100%;
  }
  .left > ul{
    padding-bottom: 40px;
  }
  .service_item .row .col {
    width: 100%;
    padding: 0 12px;
  }
  .service_item .row .col:nth-child(n+2) {
    margin-top: 24px;
  }
  .integration .row .col {
    width: 100%;
    padding: 0 8px;
  }
  .integration .row .col:nth-child(n+2) {
    margin-top: 36px;
  }
  .concatenate .row .col {
    width: 100%;
    line-height: 2;
    padding: 0 15px;
  }
  .concatenate .row .col:nth-child(n+2) {
    margin-top: 25px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
  }
} 
@media only screen and (max-width: 991px) {
  .footer_logo_box{
    justify-content: center;
    margin-bottom: 20px;
  }
  .share_box{
    margin-top: 20px;
  }
  .service .btn_box{
    position: relative;
    left: auto;
    bottom:auto;
    margin: 20px auto 10px;
  }
  .service .btn_box .btn{
    background: #565656;
    color: #fff;
    font-size: 18px;
  }
  .service .btn_box .btn:hover{
    background: #707070;
  }
  .service .btn_box .btn + .btn{
    margin-left: 10px;
  }
  .plan-content .cus-tab .tabs {
    width: 100%;
  }
  .plan-content .cus-tab .tabs-content-wrap {
    width: 100%;
    padding: 15px 0;
  }
  .plan-content .cus-tab .tabs li{
    width: 40%;
    float: left;
  }
  .plan-content .cus-tab .tabs li + li{
    margin-top: 0;
    margin-left: 10px;
  }
  .plan-content .cus-tab .tabs li.current a::before{
    left: 50%;
    margin-left: -7.5px;
    top:auto;
    bottom:-15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 767px) {
  .contact-map {
    margin-top: 40px;
  }
  .contact-map.embed-responsive-16by9 {
    padding-bottom: 25%;
  }
}